Remove the last change on dw2-compress-1.d
[deliverable/binutils-gdb.git] / gdb / configure
CommitLineData
c906108c 1#! /bin/sh
c906108c 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
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.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
bec39cab
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
bec39cab 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
bec39cab 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
bec39cab 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
bec39cab 263
81ecdfbb
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
bec39cab 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
bec39cab
AC
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
bec39cab 410
b4e70030
JB
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
4e8d927d 417
bec39cab 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
bec39cab 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
bec39cab 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
bec39cab 436 t loop
81ecdfbb 437 s/-\n.*//
bec39cab 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
bec39cab
AC
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
bec39cab
AC
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
bec39cab
AC
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
bec39cab 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
bec39cab 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
b4e70030 483 fi
bec39cab
AC
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
bec39cab
AC
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
bec39cab
AC
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
c906108c 528
bec39cab
AC
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
bec39cab
AC
534#
535# Initializations.
536#
c906108c 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
bec39cab 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
bec39cab
AC
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
b4e70030 545
bec39cab
AC
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
bec39cab
AC
553
554ac_unique_file="main.c"
555# Factoring default headers for most tests.
556ac_includes_default="\
557#include <stdio.h>
81ecdfbb 558#ifdef HAVE_SYS_TYPES_H
bec39cab
AC
559# include <sys/types.h>
560#endif
81ecdfbb 561#ifdef HAVE_SYS_STAT_H
bec39cab
AC
562# include <sys/stat.h>
563#endif
81ecdfbb 564#ifdef STDC_HEADERS
bec39cab
AC
565# include <stdlib.h>
566# include <stddef.h>
567#else
81ecdfbb 568# ifdef HAVE_STDLIB_H
bec39cab
AC
569# include <stdlib.h>
570# endif
571#endif
81ecdfbb
RW
572#ifdef HAVE_STRING_H
573# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
bec39cab
AC
574# include <memory.h>
575# endif
576# include <string.h>
577#endif
81ecdfbb 578#ifdef HAVE_STRINGS_H
bec39cab
AC
579# include <strings.h>
580#endif
81ecdfbb 581#ifdef HAVE_INTTYPES_H
bec39cab 582# include <inttypes.h>
bec39cab 583#endif
81ecdfbb
RW
584#ifdef HAVE_STDINT_H
585# include <stdint.h>
586#endif
587#ifdef HAVE_UNISTD_H
bec39cab
AC
588# include <unistd.h>
589#endif"
590
81ecdfbb 591enable_option_checking=no
c971b7fa 592ac_subst_vars='LTLIBOBJS
81ecdfbb 593LIBOBJS
b292c783
JK
594GCORE_TRANSFORM_NAME
595GDB_TRANSFORM_NAME
81ecdfbb 596GDB_NM_FILE
393fd4c3
YQ
597LTLIBBABELTRACE
598LIBBABELTRACE
599HAVE_LIBBABELTRACE
81ecdfbb
RW
600frags
601target_subdir
602CONFIG_UNINSTALL
603CONFIG_INSTALL
604CONFIG_CLEAN
605CONFIG_ALL
606CONFIG_SRCS
607CONFIG_DEPS
608CONFIG_OBS
609PROFILE_CFLAGS
610ENABLE_CFLAGS
611SIM_OBS
612SIM
613XMKMF
614GDBTK_SRC_DIR
615GDBTK_CFLAGS
616GDBTKLIBS
617X_LIBS
618X_LDFLAGS
619X_CFLAGS
620TK_XINCLUDES
621TK_DEPS
622TK_LIBRARY
623TK_INCLUDE
624TK_STUB_LIB_SPEC
625TK_STUB_LIB_FLAG
626TK_STUB_LIB_FILE
627TK_LIB_SPEC
628TK_LIB_FLAG
629TK_LIB_FILE
630TK_SRC_DIR
631TK_BIN_DIR
632TK_VERSION
633TCL_DEPS
634TCL_LIBRARY
635TCL_INCLUDE
636TCL_STUB_LIB_SPEC
637TCL_STUB_LIB_FLAG
638TCL_STUB_LIB_FILE
639TCL_LIB_SPEC
640TCL_LIB_FLAG
641TCL_LIB_FILE
642TCL_SRC_DIR
643TCL_BIN_DIR
644TCL_PATCH_LEVEL
645TCL_VERSION
646WIN32LDAPP
647GUI_CFLAGS_X
648LIBGUI
608e2dbb
TT
649LTLIBLZMA
650LIBLZMA
651HAVE_LIBLZMA
81ecdfbb
RW
652WIN32LIBS
653SER_HARDWIRE
654WERROR_CFLAGS
655WARN_CFLAGS
656SYSTEM_GDBINIT
81ecdfbb
RW
657TARGET_SYSTEM_ROOT
658CONFIG_LDFLAGS
f6528abd 659RDYNAMIC
81ecdfbb 660ALLOCA
4df42755
DE
661HAVE_GUILE_FALSE
662HAVE_GUILE_TRUE
ed3ef339
DE
663GUILE_LIBS
664GUILE_CPPFLAGS
e76c5d17
DE
665GUILD_TARGET_FLAG
666GUILD
ed3ef339 667pkg_config_prog_path
4df42755
DE
668HAVE_PYTHON_FALSE
669HAVE_PYTHON_TRUE
ac534cba
JB
670PYTHON_LIBS
671PYTHON_CPPFLAGS
81ecdfbb 672PYTHON_CFLAGS
ec685c5e 673python_prog_path
81ecdfbb
RW
674LTLIBEXPAT
675LIBEXPAT
676HAVE_LIBEXPAT
b8e0a31c 677JIT_READER_DIR
f997c383 678TARGET_PTR
39037522 679READLINE_TEXI_INCFLAG
81ecdfbb
RW
680READLINE_CFLAGS
681READLINE_DEPS
682READLINE
683MIG
684WINDRES
685DLLTOOL
c971b7fa 686AR
81ecdfbb
RW
687YFLAGS
688YACC
c971b7fa 689RANLIB
81ecdfbb 690LN_S
c971b7fa
PA
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
694AWK
81ecdfbb
RW
695REPORT_BUGS_TEXI
696REPORT_BUGS_TO
697PKGVERSION
b292c783 698HAVE_NATIVE_GCORE_TARGET
81ecdfbb
RW
699TARGET_OBS
700subdirs
701GDB_DATADIR
702DEBUGDIR
5048e516
JK
703MAKEINFO_EXTRA_FLAGS
704MAKEINFOFLAGS
705MAKEINFO
81ecdfbb
RW
706PACKAGE
707GNULIB_STDINT_H
81ecdfbb
RW
708CATOBJEXT
709GENCAT
710INSTOBJEXT
711DATADIRNAME
712CATALOGS
713POSUB
714GMSGFMT
715XGETTEXT
716INCINTL
717LIBINTL_DEP
718LIBINTL
719USE_NLS
720SET_MAKE
721GMAKE_FALSE
722GMAKE_TRUE
723MAKE
724CCDEPMODE
725DEPDIR
726am__leading_dot
3bc3d82a 727COMPILER
4869db5e
RM
728INSTALL_STRIP_PROGRAM
729STRIP
730install_sh
81ecdfbb
RW
731target_os
732target_vendor
733target_cpu
734target
735host_os
736host_vendor
737host_cpu
738host
739build_os
740build_vendor
741build_cpu
742build
c971b7fa
PA
743EGREP
744GREP
745CPP
3bc3d82a
PA
746ac_ct_CXX
747CXXFLAGS
748CXX
81ecdfbb
RW
749OBJEXT
750EXEEXT
751ac_ct_CC
752CPPFLAGS
753LDFLAGS
754CFLAGS
755CC
756MAINT
757MAINTAINER_MODE_FALSE
758MAINTAINER_MODE_TRUE
759target_alias
760host_alias
761build_alias
762LIBS
763ECHO_T
764ECHO_N
765ECHO_C
766DEFS
767mandir
768localedir
769libdir
770psdir
771pdfdir
772dvidir
773htmldir
774infodir
775docdir
776oldincludedir
777includedir
778localstatedir
779sharedstatedir
780sysconfdir
781datadir
782datarootdir
783libexecdir
784sbindir
785bindir
786program_transform_name
787prefix
788exec_prefix
789PACKAGE_URL
790PACKAGE_BUGREPORT
791PACKAGE_STRING
792PACKAGE_VERSION
793PACKAGE_TARNAME
794PACKAGE_NAME
795PATH_SEPARATOR
796SHELL'
a4ce5b0d 797ac_subst_files='host_makefile_frag'
81ecdfbb
RW
798ac_user_opts='
799enable_option_checking
800enable_maintainer_mode
da2f07f1
JK
801enable_plugins
802enable_largefile
3bc3d82a 803enable_build_with_cxx
81ecdfbb
RW
804with_separate_debug_dir
805with_gdb_datadir
806with_relocated_sources
7349ff92 807with_auto_load_dir
bccbefd2 808with_auto_load_safe_path
81ecdfbb
RW
809enable_targets
810enable_64_bit_bfd
811enable_gdbcli
812enable_gdbmi
813enable_tui
814enable_gdbtk
05e7c244 815with_libunwind_ia64
81ecdfbb
RW
816with_curses
817enable_profiling
818with_pkgversion
819with_bugurl
b040ad30 820with_zlib
81ecdfbb 821with_libiconv_prefix
478aac75 822with_iconv_bin
81ecdfbb 823with_system_readline
b8e0a31c 824with_jit_reader_dir
81ecdfbb
RW
825with_expat
826with_gnu_ld
827enable_rpath
828with_libexpat_prefix
829with_python
ed3ef339 830with_guile
a8db4212 831enable_libmcheck
81ecdfbb
RW
832with_included_regex
833with_sysroot
834with_system_gdbinit
835enable_werror
836enable_build_warnings
837enable_gdb_build_warnings
608e2dbb
TT
838with_lzma
839with_liblzma_prefix
81ecdfbb
RW
840with_tcl
841with_tk
842with_x
843enable_sim
844enable_multi_ice
496c0e1b 845enable_gdbserver
393fd4c3
YQ
846with_babeltrace
847with_libbabeltrace_prefix
81ecdfbb
RW
848'
849 ac_precious_vars='build_alias
850host_alias
851target_alias
852CC
853CFLAGS
854LDFLAGS
855LIBS
856CPPFLAGS
3bc3d82a
PA
857CXX
858CXXFLAGS
859CCC
81ecdfbb 860CPP
f06e05e0
JK
861MAKEINFO
862MAKEINFOFLAGS
81ecdfbb
RW
863YACC
864YFLAGS
865XMKMF'
5ae98d25 866ac_subdirs_all='testsuite
81ecdfbb
RW
867gdbtk
868multi-ice
869gdbserver'
c906108c
SS
870
871# Initialize some variables set by options.
bec39cab
AC
872ac_init_help=
873ac_init_version=false
81ecdfbb
RW
874ac_unrecognized_opts=
875ac_unrecognized_sep=
c906108c
SS
876# The variables have the same names as the options, with
877# dashes changed to underlines.
bec39cab 878cache_file=/dev/null
c906108c 879exec_prefix=NONE
c906108c 880no_create=
c906108c
SS
881no_recursion=
882prefix=NONE
883program_prefix=NONE
884program_suffix=NONE
885program_transform_name=s,x,x,
886silent=
887site=
888srcdir=
c906108c
SS
889verbose=
890x_includes=NONE
891x_libraries=NONE
bec39cab
AC
892
893# Installation directory options.
894# These are left unexpanded so users can "make install exec_prefix=/foo"
895# and all the variables that are supposed to be based on exec_prefix
896# by default will actually change.
897# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 898# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
899bindir='${exec_prefix}/bin'
900sbindir='${exec_prefix}/sbin'
901libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
902datarootdir='${prefix}/share'
903datadir='${datarootdir}'
c906108c
SS
904sysconfdir='${prefix}/etc'
905sharedstatedir='${prefix}/com'
906localstatedir='${prefix}/var'
c906108c
SS
907includedir='${prefix}/include'
908oldincludedir='/usr/include'
81ecdfbb
RW
909docdir='${datarootdir}/doc/${PACKAGE}'
910infodir='${datarootdir}/info'
911htmldir='${docdir}'
912dvidir='${docdir}'
913pdfdir='${docdir}'
914psdir='${docdir}'
915libdir='${exec_prefix}/lib'
916localedir='${datarootdir}/locale'
917mandir='${datarootdir}/man'
c906108c 918
c906108c 919ac_prev=
81ecdfbb 920ac_dashdash=
c906108c
SS
921for ac_option
922do
c906108c
SS
923 # If the previous option needs an argument, assign it.
924 if test -n "$ac_prev"; then
81ecdfbb 925 eval $ac_prev=\$ac_option
c906108c
SS
926 ac_prev=
927 continue
928 fi
929
81ecdfbb
RW
930 case $ac_option in
931 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
932 *) ac_optarg=yes ;;
933 esac
c906108c
SS
934
935 # Accept the important Cygnus configure options, so we can diagnose typos.
936
81ecdfbb
RW
937 case $ac_dashdash$ac_option in
938 --)
939 ac_dashdash=yes ;;
c906108c
SS
940
941 -bindir | --bindir | --bindi | --bind | --bin | --bi)
942 ac_prev=bindir ;;
943 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 944 bindir=$ac_optarg ;;
c906108c
SS
945
946 -build | --build | --buil | --bui | --bu)
bec39cab 947 ac_prev=build_alias ;;
c906108c 948 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 949 build_alias=$ac_optarg ;;
c906108c
SS
950
951 -cache-file | --cache-file | --cache-fil | --cache-fi \
952 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
953 ac_prev=cache_file ;;
954 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
955 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
956 cache_file=$ac_optarg ;;
957
958 --config-cache | -C)
959 cache_file=config.cache ;;
c906108c 960
81ecdfbb 961 -datadir | --datadir | --datadi | --datad)
c906108c 962 ac_prev=datadir ;;
81ecdfbb 963 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 964 datadir=$ac_optarg ;;
c906108c 965
81ecdfbb
RW
966 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
967 | --dataroo | --dataro | --datar)
968 ac_prev=datarootdir ;;
969 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
970 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
971 datarootdir=$ac_optarg ;;
972
c906108c 973 -disable-* | --disable-*)
81ecdfbb 974 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 975 # Reject names that are not valid shell variable names.
81ecdfbb
RW
976 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
977 as_fn_error "invalid feature name: $ac_useropt"
978 ac_useropt_orig=$ac_useropt
979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980 case $ac_user_opts in
981 *"
982"enable_$ac_useropt"
983"*) ;;
984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
985 ac_unrecognized_sep=', ';;
986 esac
987 eval enable_$ac_useropt=no ;;
988
989 -docdir | --docdir | --docdi | --doc | --do)
990 ac_prev=docdir ;;
991 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
992 docdir=$ac_optarg ;;
993
994 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
995 ac_prev=dvidir ;;
996 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
997 dvidir=$ac_optarg ;;
c906108c
SS
998
999 -enable-* | --enable-*)
81ecdfbb 1000 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 1001 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1002 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1003 as_fn_error "invalid feature name: $ac_useropt"
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1007 *"
1008"enable_$ac_useropt"
1009"*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
b4e70030 1012 esac
81ecdfbb 1013 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1014
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
bec39cab 1022 exec_prefix=$ac_optarg ;;
c906108c
SS
1023
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1027
bec39cab
AC
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
c906108c
SS
1034
1035 -host | --host | --hos | --ho)
bec39cab 1036 ac_prev=host_alias ;;
c906108c 1037 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 1038 host_alias=$ac_optarg ;;
c906108c 1039
81ecdfbb
RW
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1045
c906108c
SS
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 1051 includedir=$ac_optarg ;;
c906108c
SS
1052
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 1056 infodir=$ac_optarg ;;
c906108c
SS
1057
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 1061 libdir=$ac_optarg ;;
c906108c
SS
1062
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
bec39cab 1068 libexecdir=$ac_optarg ;;
c906108c 1069
81ecdfbb
RW
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1074
c906108c 1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1076 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 1080 localstatedir=$ac_optarg ;;
c906108c
SS
1081
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 1085 mandir=$ac_optarg ;;
c906108c
SS
1086
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1090
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 1092 | --no-cr | --no-c | -n)
c906108c
SS
1093 no_create=yes ;;
1094
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1098
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 1106 oldincludedir=$ac_optarg ;;
c906108c
SS
1107
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 1111 prefix=$ac_optarg ;;
c906108c
SS
1112
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 1118 program_prefix=$ac_optarg ;;
c906108c
SS
1119
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 1125 program_suffix=$ac_optarg ;;
c906108c
SS
1126
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 1142 program_transform_name=$ac_optarg ;;
c906108c 1143
81ecdfbb
RW
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1148
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1153
c906108c
SS
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1157
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
bec39cab 1162 sbindir=$ac_optarg ;;
c906108c
SS
1163
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
bec39cab 1173 sharedstatedir=$ac_optarg ;;
c906108c
SS
1174
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
bec39cab 1178 site=$ac_optarg ;;
3ace7edb 1179
c906108c
SS
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 1183 srcdir=$ac_optarg ;;
c906108c
SS
1184
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1190 sysconfdir=$ac_optarg ;;
c906108c
SS
1191
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1193 ac_prev=target_alias ;;
c906108c 1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1195 target_alias=$ac_optarg ;;
c906108c
SS
1196
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1199
bec39cab
AC
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
c906108c
SS
1202
1203 -with-* | --with-*)
81ecdfbb 1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1205 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 as_fn_error "invalid package name: $ac_useropt"
1208 ac_useropt_orig=$ac_useropt
1209 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1210 case $ac_user_opts in
1211 *"
1212"with_$ac_useropt"
1213"*) ;;
1214 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1215 ac_unrecognized_sep=', ';;
b4e70030 1216 esac
81ecdfbb 1217 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1218
1219 -without-* | --without-*)
81ecdfbb 1220 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1221 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1222 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1223 as_fn_error "invalid package name: $ac_useropt"
1224 ac_useropt_orig=$ac_useropt
1225 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1226 case $ac_user_opts in
1227 *"
1228"with_$ac_useropt"
1229"*) ;;
1230 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1231 ac_unrecognized_sep=', ';;
1232 esac
1233 eval with_$ac_useropt=no ;;
c906108c
SS
1234
1235 --x)
1236 # Obsolete; use --with-x.
1237 with_x=yes ;;
1238
1239 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1240 | --x-incl | --x-inc | --x-in | --x-i)
1241 ac_prev=x_includes ;;
1242 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1243 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1244 x_includes=$ac_optarg ;;
c906108c
SS
1245
1246 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1247 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1248 ac_prev=x_libraries ;;
1249 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1250 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1251 x_libraries=$ac_optarg ;;
c906108c 1252
81ecdfbb
RW
1253 -*) as_fn_error "unrecognized option: \`$ac_option'
1254Try \`$0 --help' for more information."
c906108c
SS
1255 ;;
1256
bec39cab
AC
1257 *=*)
1258 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1259 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1260 case $ac_envvar in #(
1261 '' | [0-9]* | *[!_$as_cr_alnum]* )
1262 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1263 esac
1264 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1265 export $ac_envvar ;;
1266
c906108c 1267 *)
bec39cab 1268 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1269 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1270 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1271 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bec39cab 1272 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1273 ;;
1274
1275 esac
1276done
1277
1278if test -n "$ac_prev"; then
bec39cab 1279 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1280 as_fn_error "missing argument to $ac_option"
c906108c 1281fi
c906108c 1282
81ecdfbb
RW
1283if test -n "$ac_unrecognized_opts"; then
1284 case $enable_option_checking in
1285 no) ;;
1286 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1287 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b4e70030 1288 esac
81ecdfbb 1289fi
b4e70030 1290
81ecdfbb
RW
1291# Check all directory arguments for consistency.
1292for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1293 datadir sysconfdir sharedstatedir localstatedir includedir \
1294 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1295 libdir localedir mandir
b4e70030 1296do
81ecdfbb
RW
1297 eval ac_val=\$$ac_var
1298 # Remove trailing slashes.
1299 case $ac_val in
1300 */ )
1301 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1302 eval $ac_var=\$ac_val;;
1303 esac
1304 # Be sure to have absolute directory names.
b4e70030 1305 case $ac_val in
81ecdfbb
RW
1306 [\\/$]* | ?:[\\/]* ) continue;;
1307 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1308 esac
81ecdfbb 1309 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1310done
1311
bec39cab
AC
1312# There might be people who depend on the old broken behavior: `$host'
1313# used to hold the argument of --host etc.
1314# FIXME: To remove some day.
1315build=$build_alias
1316host=$host_alias
1317target=$target_alias
1318
1319# FIXME: To remove some day.
1320if test "x$host_alias" != x; then
1321 if test "x$build_alias" = x; then
1322 cross_compiling=maybe
81ecdfbb 1323 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bec39cab
AC
1324 If a cross compiler is detected then cross compile mode will be used." >&2
1325 elif test "x$build_alias" != "x$host_alias"; then
1326 cross_compiling=yes
1327 fi
1328fi
c906108c 1329
bec39cab
AC
1330ac_tool_prefix=
1331test -n "$host_alias" && ac_tool_prefix=$host_alias-
1332
1333test "$silent" = yes && exec 6>/dev/null
c906108c 1334
c906108c 1335
81ecdfbb
RW
1336ac_pwd=`pwd` && test -n "$ac_pwd" &&
1337ac_ls_di=`ls -di .` &&
1338ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1339 as_fn_error "working directory cannot be determined"
1340test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1341 as_fn_error "pwd does not report name of working directory"
1342
1343
c906108c
SS
1344# Find the source files, if location was not specified.
1345if test -z "$srcdir"; then
1346 ac_srcdir_defaulted=yes
81ecdfbb
RW
1347 # Try the directory containing this script, then the parent directory.
1348 ac_confdir=`$as_dirname -- "$as_myself" ||
1349$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1350 X"$as_myself" : 'X\(//\)[^/]' \| \
1351 X"$as_myself" : 'X\(//\)$' \| \
1352 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1353$as_echo X"$as_myself" |
1354 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1355 s//\1/
1356 q
1357 }
1358 /^X\(\/\/\)[^/].*/{
1359 s//\1/
1360 q
1361 }
1362 /^X\(\/\/\)$/{
1363 s//\1/
1364 q
1365 }
1366 /^X\(\/\).*/{
1367 s//\1/
1368 q
1369 }
1370 s/.*/./; q'`
c906108c 1371 srcdir=$ac_confdir
81ecdfbb 1372 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1373 srcdir=..
1374 fi
1375else
1376 ac_srcdir_defaulted=no
1377fi
81ecdfbb
RW
1378if test ! -r "$srcdir/$ac_unique_file"; then
1379 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1380 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1381fi
1382ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1383ac_abs_confdir=`(
1384 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1385 pwd)`
1386# When building in place, set srcdir=.
1387if test "$ac_abs_confdir" = "$ac_pwd"; then
1388 srcdir=.
1389fi
1390# Remove unnecessary trailing slashes from srcdir.
1391# Double slashes in file names in object file debugging info
1392# mess up M-x gdb in Emacs.
1393case $srcdir in
1394*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1395esac
1396for ac_var in $ac_precious_vars; do
1397 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1398 eval ac_env_${ac_var}_value=\$${ac_var}
1399 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1400 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1401done
c906108c 1402
bec39cab
AC
1403#
1404# Report the --help message.
1405#
1406if test "$ac_init_help" = "long"; then
1407 # Omit some internal or obsolete options to make the list less imposing.
1408 # This message is too long to be a string in the A/UX 3.1 sh.
1409 cat <<_ACEOF
1410\`configure' configures this package to adapt to many kinds of systems.
1411
1412Usage: $0 [OPTION]... [VAR=VALUE]...
1413
1414To assign environment variables (e.g., CC, CFLAGS...), specify them as
1415VAR=VALUE. See below for descriptions of some of the useful variables.
1416
1417Defaults for the options are specified in brackets.
1418
1419Configuration:
1420 -h, --help display this help and exit
1421 --help=short display options specific to this package
1422 --help=recursive display the short help of all the included packages
1423 -V, --version display version information and exit
1424 -q, --quiet, --silent do not print \`checking...' messages
1425 --cache-file=FILE cache test results in FILE [disabled]
1426 -C, --config-cache alias for \`--cache-file=config.cache'
1427 -n, --no-create do not create output files
1428 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1429
bec39cab
AC
1430Installation directories:
1431 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1432 [$ac_default_prefix]
bec39cab 1433 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1434 [PREFIX]
bec39cab
AC
1435
1436By default, \`make install' will install all the files in
1437\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1438an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1439for instance \`--prefix=\$HOME'.
1440
1441For better control, use the options below.
1442
1443Fine tuning of the installation directories:
81ecdfbb
RW
1444 --bindir=DIR user executables [EPREFIX/bin]
1445 --sbindir=DIR system admin executables [EPREFIX/sbin]
1446 --libexecdir=DIR program executables [EPREFIX/libexec]
1447 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1448 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1449 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1450 --libdir=DIR object code libraries [EPREFIX/lib]
1451 --includedir=DIR C header files [PREFIX/include]
1452 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1453 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1454 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1455 --infodir=DIR info documentation [DATAROOTDIR/info]
1456 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1457 --mandir=DIR man documentation [DATAROOTDIR/man]
1458 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1459 --htmldir=DIR html documentation [DOCDIR]
1460 --dvidir=DIR dvi documentation [DOCDIR]
1461 --pdfdir=DIR pdf documentation [DOCDIR]
1462 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1463_ACEOF
1464
1465 cat <<\_ACEOF
1466
9009e1ae
MR
1467Program names:
1468 --program-prefix=PREFIX prepend PREFIX to installed program names
1469 --program-suffix=SUFFIX append SUFFIX to installed program names
1470 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1471
bec39cab
AC
1472X features:
1473 --x-includes=DIR X include files are in DIR
1474 --x-libraries=DIR X library files are in DIR
1475
1476System types:
1477 --build=BUILD configure for building on BUILD [guessed]
1478 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1479 --target=TARGET configure for building compilers for TARGET [HOST]
1480_ACEOF
1481fi
1482
1483if test -n "$ac_init_help"; then
1484
1485 cat <<\_ACEOF
1486
1487Optional Features:
81ecdfbb 1488 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1489 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1490 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85981d60
AC
1491 --enable-maintainer-mode enable make rules and dependencies not useful
1492 (and sometimes confusing) to the casual installer
2974be62 1493 --enable-plugins Enable support for plugins
da2f07f1 1494 --disable-largefile omit support for large files
3bc3d82a 1495 --enable-build-with-cxx build with C++ compiler instead of C compiler
a1220294
TT
1496 --enable-targets=TARGETS
1497 alternative target configurations
c0993dbe 1498 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
bec39cab
AC
1499 --disable-gdbcli disable command-line interface (CLI)
1500 --disable-gdbmi disable machine-interface (MI)
1501 --enable-tui enable full-screen terminal user interface (TUI)
1502 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1503 --enable-profiling enable profiling of GDB
3841debe 1504 --disable-rpath do not hardcode runtime library paths
17ef446e 1505 --enable-libmcheck Try linking with -lmcheck if available
a1220294 1506 --enable-werror treat compile warnings as errors
32c1c914 1507 --enable-build-warnings enable build-time compiler warnings if gcc is used
a1220294 1508 --enable-gdb-build-warnings
32c1c914 1509 enable GDB specific build-time compiler warnings if
a1220294 1510 gcc is used
32c1c914 1511 --enable-sim link gdb with simulator
bec39cab 1512 --enable-multi-ice build the multi-ice-gdb-server
496c0e1b
JB
1513 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1514 is auto)
bec39cab
AC
1515
1516Optional Packages:
1517 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1518 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a1220294 1519 --with-separate-debug-dir=PATH
32c1c914 1520 look for global separate debug info in this path
62e4f60c 1521 [LIBDIR/debug]
b14b1491
TT
1522 --with-gdb-datadir=PATH look for global separate data files in this path
1523 [DATADIR/gdb]
29b0e8a2 1524 --with-relocated-sources=PATH
32c1c914 1525 automatically relocate this path for source files
7349ff92 1526 --with-auto-load-dir=PATH
aff139ff 1527 directories from which to load auto-loaded scripts
1564a261 1528 [$debugdir:$datadir/auto-load]
bccbefd2 1529 --with-auto-load-safe-path=PATH
aff139ff 1530 directories safe to hold auto-loaded files
7349ff92 1531 [--with-auto-load-dir]
bccbefd2
JK
1532 --without-auto-load-safe-path
1533 do not restrict auto-loaded files locations
05e7c244 1534 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
cb01cfba
JB
1535 --with-curses use the curses library instead of the termcap
1536 library
c16158bc
JM
1537 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1538 --with-bugurl=URL Direct users to URL to report a bug
b040ad30 1539 --with-zlib include zlib support (auto/yes/no) default=auto
a1220294
TT
1540 --with-libiconv-prefix=DIR
1541 search for libiconv in DIR/include and DIR/lib
478aac75 1542 --with-iconv-bin=PATH specify where to find the iconv program
6a30b0a5 1543 --with-system-readline use installed readline library
b8e0a31c
SD
1544 --with-jit-reader-dir=PATH
1545 directory to load the JIT readers from
5c39566f 1546 --with-expat include expat support (auto/yes/no)
3841debe
DJ
1547 --with-gnu-ld assume the C compiler uses GNU ld default=no
1548 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1549 --without-libexpat-prefix don't search for libexpat in includedir and libdir
0c4a4063
DE
1550 --with-python[=PYTHON] include python support
1551 (auto/yes/no/<python-program>)
ed3ef339
DE
1552 --with-guile[=GUILE] include guile support
1553 (auto/yes/no/<guile-version>/<pkg-config-program>)
a1220294
TT
1554 --without-included-regex
1555 don't use included regex; this is the default on
1556 systems with version 2 of the GNU C library (use
1557 with caution on other system)
81ecdfbb 1558 --with-sysroot[=DIR] search for usr/lib et al within DIR
b14b1491 1559 --with-system-gdbinit=PATH
32c1c914 1560 automatically load a system-wide gdbinit file
608e2dbb
TT
1561 --with-lzma support lzma compression (auto/yes/no)
1562 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1563 --without-liblzma-prefix don't search for liblzma in includedir and libdir
5062cc19
KS
1564 --with-tcl directory containing tcl configuration (tclConfig.sh)
1565 --with-tk directory containing tk configuration (tkConfig.sh)
bec39cab 1566 --with-x use the X Window System
393fd4c3
YQ
1567 --with-babeltrace include babeltrace support (auto/yes/no)
1568 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1569 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
bec39cab
AC
1570
1571Some influential environment variables:
1572 CC C compiler command
1573 CFLAGS C compiler flags
1574 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1575 nonstandard directory <lib dir>
81ecdfbb
RW
1576 LIBS libraries to pass to the linker, e.g. -l<library>
1577 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1578 you have headers in a nonstandard directory <include dir>
3bc3d82a
PA
1579 CXX C++ compiler command
1580 CXXFLAGS C++ compiler flags
bec39cab 1581 CPP C preprocessor
f06e05e0
JK
1582 MAKEINFO Parent configure detects if it is of sufficient version.
1583 MAKEINFOFLAGS
1584 Parameters for MAKEINFO.
81ecdfbb
RW
1585 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1586 the first program found out of: `bison -y', `byacc', `yacc'.
1587 YFLAGS The list of arguments that will be passed by default to $YACC.
1588 This script will default YFLAGS to the empty string to avoid a
1589 default value of `-d' given by some make applications.
1590 XMKMF Path to xmkmf, Makefile generator for X Window System
bec39cab
AC
1591
1592Use these variables to override the choices made by `configure' or to help
1593it to find libraries and programs with nonstandard names/locations.
1594
81ecdfbb 1595Report bugs to the package provider.
bec39cab 1596_ACEOF
81ecdfbb 1597ac_status=$?
bec39cab
AC
1598fi
1599
1600if test "$ac_init_help" = "recursive"; then
1601 # If there are subdirs, report their specific --help.
bec39cab 1602 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1603 test -d "$ac_dir" ||
1604 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1605 continue
bec39cab
AC
1606 ac_builddir=.
1607
81ecdfbb
RW
1608case "$ac_dir" in
1609.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1610*)
1611 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1612 # A ".." for each directory in $ac_dir_suffix.
1613 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1614 case $ac_top_builddir_sub in
1615 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1616 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1617 esac ;;
1618esac
1619ac_abs_top_builddir=$ac_pwd
1620ac_abs_builddir=$ac_pwd$ac_dir_suffix
1621# for backward compatibility:
1622ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1623
1624case $srcdir in
81ecdfbb 1625 .) # We are building in place.
bec39cab 1626 ac_srcdir=.
81ecdfbb
RW
1627 ac_top_srcdir=$ac_top_builddir_sub
1628 ac_abs_top_srcdir=$ac_pwd ;;
1629 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1630 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1631 ac_top_srcdir=$srcdir
1632 ac_abs_top_srcdir=$srcdir ;;
1633 *) # Relative name.
1634 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1635 ac_top_srcdir=$ac_top_build_prefix$srcdir
1636 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1637esac
81ecdfbb 1638ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1639
81ecdfbb
RW
1640 cd "$ac_dir" || { ac_status=$?; continue; }
1641 # Check for guested configure.
1642 if test -f "$ac_srcdir/configure.gnu"; then
1643 echo &&
1644 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1645 elif test -f "$ac_srcdir/configure"; then
1646 echo &&
1647 $SHELL "$ac_srcdir/configure" --help=recursive
3ace7edb 1648 else
81ecdfbb
RW
1649 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1650 fi || ac_status=$?
1651 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1652 done
1653fi
1654
81ecdfbb 1655test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1656if $ac_init_version; then
1657 cat <<\_ACEOF
81ecdfbb
RW
1658configure
1659generated by GNU Autoconf 2.64
bec39cab 1660
81ecdfbb 1661Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
1662This configure script is free software; the Free Software Foundation
1663gives unlimited permission to copy, distribute and modify it.
1664_ACEOF
81ecdfbb 1665 exit
bec39cab 1666fi
bec39cab 1667
81ecdfbb
RW
1668## ------------------------ ##
1669## Autoconf initialization. ##
1670## ------------------------ ##
bec39cab 1671
81ecdfbb
RW
1672# ac_fn_c_try_compile LINENO
1673# --------------------------
1674# Try to compile conftest.$ac_ext, and return whether this succeeded.
1675ac_fn_c_try_compile ()
1676{
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 rm -f conftest.$ac_objext
1679 if { { ac_try="$ac_compile"
1680case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683esac
1684eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685$as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_compile") 2>conftest.err
1687 ac_status=$?
1688 if test -s conftest.err; then
1689 grep -v '^ *+' conftest.err >conftest.er1
1690 cat conftest.er1 >&5
1691 mv -f conftest.er1 conftest.err
1692 fi
1693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694 test $ac_status = 0; } && {
1695 test -z "$ac_c_werror_flag" ||
1696 test ! -s conftest.err
1697 } && test -s conftest.$ac_objext; then :
1698 ac_retval=0
1699else
1700 $as_echo "$as_me: failed program was:" >&5
1701sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1702
81ecdfbb
RW
1703 ac_retval=1
1704fi
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 return $ac_retval
1707
1708} # ac_fn_c_try_compile
1709
3bc3d82a
PA
1710# ac_fn_cxx_try_compile LINENO
1711# ----------------------------
1712# Try to compile conftest.$ac_ext, and return whether this succeeded.
1713ac_fn_cxx_try_compile ()
1714{
1715 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1716 rm -f conftest.$ac_objext
1717 if { { ac_try="$ac_compile"
1718case "(($ac_try" in
1719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1720 *) ac_try_echo=$ac_try;;
1721esac
1722eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1723$as_echo "$ac_try_echo"; } >&5
1724 (eval "$ac_compile") 2>conftest.err
1725 ac_status=$?
1726 if test -s conftest.err; then
1727 grep -v '^ *+' conftest.err >conftest.er1
1728 cat conftest.er1 >&5
1729 mv -f conftest.er1 conftest.err
1730 fi
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; } && {
1733 test -z "$ac_cxx_werror_flag" ||
1734 test ! -s conftest.err
1735 } && test -s conftest.$ac_objext; then :
1736 ac_retval=0
1737else
1738 $as_echo "$as_me: failed program was:" >&5
1739sed 's/^/| /' conftest.$ac_ext >&5
1740
1741 ac_retval=1
1742fi
1743 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1744 return $ac_retval
1745
1746} # ac_fn_cxx_try_compile
1747
81ecdfbb
RW
1748# ac_fn_c_try_cpp LINENO
1749# ----------------------
1750# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1751ac_fn_c_try_cpp ()
bec39cab 1752{
81ecdfbb
RW
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 if { { ac_try="$ac_cpp conftest.$ac_ext"
1755case "(($ac_try" in
1756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757 *) ac_try_echo=$ac_try;;
1758esac
1759eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760$as_echo "$ac_try_echo"; } >&5
1761 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1762 ac_status=$?
1763 if test -s conftest.err; then
1764 grep -v '^ *+' conftest.err >conftest.er1
1765 cat conftest.er1 >&5
1766 mv -f conftest.er1 conftest.err
1767 fi
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } >/dev/null && {
1770 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1771 test ! -s conftest.err
1772 }; then :
1773 ac_retval=0
1774else
1775 $as_echo "$as_me: failed program was:" >&5
1776sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1777
81ecdfbb
RW
1778 ac_retval=1
1779fi
1780 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781 return $ac_retval
bec39cab 1782
81ecdfbb 1783} # ac_fn_c_try_cpp
bec39cab 1784
81ecdfbb
RW
1785# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1786# -------------------------------------------------------
1787# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1788# the include files in INCLUDES and setting the cache variable VAR
1789# accordingly.
1790ac_fn_c_check_header_mongrel ()
1791{
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795$as_echo_n "checking for $2... " >&6; }
1796if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1797 $as_echo_n "(cached) " >&6
1798fi
1799eval ac_res=\$$3
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1801$as_echo "$ac_res" >&6; }
1802else
1803 # Is the header compilable?
1804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1805$as_echo_n "checking $2 usability... " >&6; }
1806cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807/* end confdefs.h. */
1808$4
1809#include <$2>
1810_ACEOF
1811if ac_fn_c_try_compile "$LINENO"; then :
1812 ac_header_compiler=yes
1813else
1814 ac_header_compiler=no
1815fi
1816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1818$as_echo "$ac_header_compiler" >&6; }
bec39cab 1819
81ecdfbb
RW
1820# Is the header present?
1821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1822$as_echo_n "checking $2 presence... " >&6; }
1823cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825#include <$2>
1826_ACEOF
1827if ac_fn_c_try_cpp "$LINENO"; then :
1828 ac_header_preproc=yes
1829else
1830 ac_header_preproc=no
1831fi
1832rm -f conftest.err conftest.$ac_ext
1833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1834$as_echo "$ac_header_preproc" >&6; }
bec39cab 1835
81ecdfbb
RW
1836# So? What about this header?
1837case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1838 yes:no: )
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1840$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1842$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1843 ;;
1844 no:yes:* )
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1846$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1848$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1850$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1852$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1854$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1855 ;;
1856esac
1857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1858$as_echo_n "checking for $2... " >&6; }
1859if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1860 $as_echo_n "(cached) " >&6
1861else
1862 eval "$3=\$ac_header_compiler"
1863fi
1864eval ac_res=\$$3
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1866$as_echo "$ac_res" >&6; }
1867fi
1868 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1869
81ecdfbb 1870} # ac_fn_c_check_header_mongrel
bec39cab 1871
81ecdfbb
RW
1872# ac_fn_c_try_run LINENO
1873# ----------------------
1874# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1875# that executables *can* be run.
1876ac_fn_c_try_run ()
1877{
1878 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1879 if { { ac_try="$ac_link"
1880case "(($ac_try" in
1881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1882 *) ac_try_echo=$ac_try;;
1883esac
1884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885$as_echo "$ac_try_echo"; } >&5
1886 (eval "$ac_link") 2>&5
1887 ac_status=$?
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1890 { { case "(($ac_try" in
1891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1892 *) ac_try_echo=$ac_try;;
1893esac
1894eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1895$as_echo "$ac_try_echo"; } >&5
1896 (eval "$ac_try") 2>&5
1897 ac_status=$?
1898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1899 test $ac_status = 0; }; }; then :
1900 ac_retval=0
1901else
1902 $as_echo "$as_me: program exited with status $ac_status" >&5
1903 $as_echo "$as_me: failed program was:" >&5
1904sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1905
81ecdfbb
RW
1906 ac_retval=$ac_status
1907fi
1908 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910 return $ac_retval
bec39cab 1911
81ecdfbb 1912} # ac_fn_c_try_run
bec39cab 1913
81ecdfbb
RW
1914# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1915# -------------------------------------------------------
1916# Tests whether HEADER exists and can be compiled using the include files in
1917# INCLUDES, setting the cache variable VAR accordingly.
1918ac_fn_c_check_header_compile ()
1919{
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922$as_echo_n "checking for $2... " >&6; }
1923if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 $as_echo_n "(cached) " >&6
1925else
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927/* end confdefs.h. */
1928$4
1929#include <$2>
bec39cab 1930_ACEOF
81ecdfbb
RW
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 eval "$3=yes"
1933else
1934 eval "$3=no"
1935fi
1936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1937fi
1938eval ac_res=\$$3
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1940$as_echo "$ac_res" >&6; }
1941 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1942
81ecdfbb 1943} # ac_fn_c_check_header_compile
bec39cab 1944
2974be62
AM
1945# ac_fn_c_try_link LINENO
1946# -----------------------
1947# Try to link conftest.$ac_ext, and return whether this succeeded.
1948ac_fn_c_try_link ()
1949{
1950 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1951 rm -f conftest.$ac_objext conftest$ac_exeext
1952 if { { ac_try="$ac_link"
1953case "(($ac_try" in
1954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1955 *) ac_try_echo=$ac_try;;
1956esac
1957eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1958$as_echo "$ac_try_echo"; } >&5
1959 (eval "$ac_link") 2>conftest.err
1960 ac_status=$?
1961 if test -s conftest.err; then
1962 grep -v '^ *+' conftest.err >conftest.er1
1963 cat conftest.er1 >&5
1964 mv -f conftest.er1 conftest.err
1965 fi
1966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1967 test $ac_status = 0; } && {
1968 test -z "$ac_c_werror_flag" ||
1969 test ! -s conftest.err
1970 } && test -s conftest$ac_exeext && {
1971 test "$cross_compiling" = yes ||
1972 $as_test_x conftest$ac_exeext
1973 }; then :
1974 ac_retval=0
1975else
1976 $as_echo "$as_me: failed program was:" >&5
1977sed 's/^/| /' conftest.$ac_ext >&5
1978
1979 ac_retval=1
1980fi
1981 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1982 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1983 # interfere with the next link command; also delete a directory that is
1984 # left behind by Apple's compiler. We do this before executing the actions.
1985 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1986 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987 return $ac_retval
1988
1989} # ac_fn_c_try_link
1990
81ecdfbb
RW
1991# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1992# --------------------------------------------
1993# Tries to find the compile-time value of EXPR in a program that includes
1994# INCLUDES, setting VAR accordingly. Returns whether the value could be
1995# computed
1996ac_fn_c_compute_int ()
1997{
1998 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 if test "$cross_compiling" = yes; then
2000 # Depending upon the size, compute the lo and hi bounds.
2001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002/* end confdefs.h. */
2003$4
2004int
2005main ()
2006{
2007static int test_array [1 - 2 * !(($2) >= 0)];
2008test_array [0] = 0
bec39cab 2009
81ecdfbb
RW
2010 ;
2011 return 0;
2012}
2013_ACEOF
2014if ac_fn_c_try_compile "$LINENO"; then :
2015 ac_lo=0 ac_mid=0
2016 while :; do
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018/* end confdefs.h. */
2019$4
2020int
2021main ()
2022{
2023static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2024test_array [0] = 0
bec39cab 2025
81ecdfbb
RW
2026 ;
2027 return 0;
2028}
2029_ACEOF
2030if ac_fn_c_try_compile "$LINENO"; then :
2031 ac_hi=$ac_mid; break
2032else
2033 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2034 if test $ac_lo -le $ac_mid; then
2035 ac_lo= ac_hi=
2036 break
2037 fi
2038 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
c906108c 2039fi
81ecdfbb
RW
2040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2041 done
c906108c 2042else
81ecdfbb
RW
2043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2044/* end confdefs.h. */
2045$4
2046int
2047main ()
2048{
2049static int test_array [1 - 2 * !(($2) < 0)];
2050test_array [0] = 0
bec39cab 2051
81ecdfbb
RW
2052 ;
2053 return 0;
2054}
2055_ACEOF
2056if ac_fn_c_try_compile "$LINENO"; then :
2057 ac_hi=-1 ac_mid=-1
2058 while :; do
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060/* end confdefs.h. */
2061$4
2062int
2063main ()
2064{
2065static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2066test_array [0] = 0
bec39cab 2067
81ecdfbb
RW
2068 ;
2069 return 0;
2070}
2071_ACEOF
2072if ac_fn_c_try_compile "$LINENO"; then :
2073 ac_lo=$ac_mid; break
2074else
2075 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2076 if test $ac_mid -le $ac_hi; then
2077 ac_lo= ac_hi=
2078 break
2079 fi
2080 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2081fi
2082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 done
2084else
2085 ac_lo= ac_hi=
2086fi
2087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088fi
2089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090# Binary search between lo and hi bounds.
2091while test "x$ac_lo" != "x$ac_hi"; do
2092 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2094/* end confdefs.h. */
2095$4
2096int
2097main ()
2098{
2099static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2100test_array [0] = 0
bec39cab 2101
81ecdfbb
RW
2102 ;
2103 return 0;
2104}
2105_ACEOF
2106if ac_fn_c_try_compile "$LINENO"; then :
2107 ac_hi=$ac_mid
2108else
2109 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2110fi
2111rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2112done
2113case $ac_lo in #((
2114?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2115'') ac_retval=1 ;;
2116esac
2117 else
2118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2119/* end confdefs.h. */
2120$4
2121static long int longval () { return $2; }
2122static unsigned long int ulongval () { return $2; }
2123#include <stdio.h>
2124#include <stdlib.h>
2125int
2126main ()
2127{
bec39cab 2128
81ecdfbb
RW
2129 FILE *f = fopen ("conftest.val", "w");
2130 if (! f)
2131 return 1;
2132 if (($2) < 0)
2133 {
2134 long int i = longval ();
2135 if (i != ($2))
2136 return 1;
2137 fprintf (f, "%ld", i);
2138 }
2139 else
2140 {
2141 unsigned long int i = ulongval ();
2142 if (i != ($2))
2143 return 1;
2144 fprintf (f, "%lu", i);
2145 }
2146 /* Do not output a trailing newline, as this causes \r\n confusion
2147 on some platforms. */
2148 return ferror (f) || fclose (f) != 0;
bec39cab 2149
81ecdfbb
RW
2150 ;
2151 return 0;
2152}
2153_ACEOF
2154if ac_fn_c_try_run "$LINENO"; then :
2155 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2156else
2157 ac_retval=1
2158fi
2159rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2160 conftest.$ac_objext conftest.beam conftest.$ac_ext
2161rm -f conftest.val
bec39cab 2162
81ecdfbb
RW
2163 fi
2164 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2165 return $ac_retval
bec39cab 2166
81ecdfbb 2167} # ac_fn_c_compute_int
bec39cab 2168
55a8c076
YQ
2169# ac_fn_c_check_func LINENO FUNC VAR
2170# ----------------------------------
2171# Tests whether FUNC exists, setting the cache variable VAR accordingly
2172ac_fn_c_check_func ()
81ecdfbb
RW
2173{
2174 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2176$as_echo_n "checking for $2... " >&6; }
2177if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2178 $as_echo_n "(cached) " >&6
2179else
81ecdfbb
RW
2180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2181/* end confdefs.h. */
55a8c076
YQ
2182/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2183 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2184#define $2 innocuous_$2
2185
2186/* System header to define __stub macros and hopefully few prototypes,
2187 which can conflict with char $2 (); below.
2188 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2189 <limits.h> exists even on freestanding compilers. */
2190
2191#ifdef __STDC__
2192# include <limits.h>
2193#else
2194# include <assert.h>
2195#endif
2196
2197#undef $2
2198
2199/* Override any GCC internal prototype to avoid an error.
2200 Use char because int might match the return type of a GCC
2201 builtin and then its argument prototype would still apply. */
2202#ifdef __cplusplus
2203extern "C"
2204#endif
2205char $2 ();
2206/* The GNU C library defines this for functions which it implements
2207 to always fail with ENOSYS. Some functions are actually named
2208 something starting with __ and the normal name is an alias. */
2209#if defined __stub_$2 || defined __stub___$2
2210choke me
2211#endif
2212
2213int
2214main ()
2215{
2216return $2 ();
2217 ;
2218 return 0;
2219}
2220_ACEOF
2221if ac_fn_c_try_link "$LINENO"; then :
2222 eval "$3=yes"
2223else
2224 eval "$3=no"
2225fi
2226rm -f core conftest.err conftest.$ac_objext \
2227 conftest$ac_exeext conftest.$ac_ext
2228fi
2229eval ac_res=\$$3
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2231$as_echo "$ac_res" >&6; }
2232 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2233
2234} # ac_fn_c_check_func
2235
07697489
PA
2236# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2237# -------------------------------------------
2238# Tests whether TYPE exists after having included INCLUDES, setting cache
2239# variable VAR accordingly.
2240ac_fn_c_check_type ()
2241{
2242 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2244$as_echo_n "checking for $2... " >&6; }
2245if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2246 $as_echo_n "(cached) " >&6
2247else
2248 eval "$3=no"
2249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2250/* end confdefs.h. */
2251$4
2252int
2253main ()
2254{
2255if (sizeof ($2))
2256 return 0;
2257 ;
2258 return 0;
2259}
2260_ACEOF
2261if ac_fn_c_try_compile "$LINENO"; then :
2262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2263/* end confdefs.h. */
2264$4
2265int
2266main ()
2267{
2268if (sizeof (($2)))
2269 return 0;
2270 ;
2271 return 0;
2272}
2273_ACEOF
2274if ac_fn_c_try_compile "$LINENO"; then :
2275
2276else
2277 eval "$3=yes"
2278fi
2279rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2280fi
2281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2282fi
2283eval ac_res=\$$3
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2285$as_echo "$ac_res" >&6; }
2286 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2287
2288} # ac_fn_c_check_type
2289
770d76d7
PA
2290# ac_fn_c_check_decl LINENO SYMBOL VAR
2291# ------------------------------------
2292# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2293ac_fn_c_check_decl ()
2294{
2295 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2296 as_decl_name=`echo $2|sed 's/ *(.*//'`
2297 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2299$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2300if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2301 $as_echo_n "(cached) " >&6
2302else
2303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2304/* end confdefs.h. */
2305$4
2306int
2307main ()
2308{
2309#ifndef $as_decl_name
2310#ifdef __cplusplus
2311 (void) $as_decl_use;
2312#else
2313 (void) $as_decl_name;
2314#endif
2315#endif
2316
2317 ;
2318 return 0;
2319}
2320_ACEOF
2321if ac_fn_c_try_compile "$LINENO"; then :
2322 eval "$3=yes"
2323else
2324 eval "$3=no"
2325fi
2326rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2327fi
2328eval ac_res=\$$3
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2330$as_echo "$ac_res" >&6; }
2331 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2332
2333} # ac_fn_c_check_decl
2334
55a8c076
YQ
2335# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2336# ----------------------------------------------------
2337# Tries to find if the field MEMBER exists in type AGGR, after including
2338# INCLUDES, setting cache variable VAR accordingly.
2339ac_fn_c_check_member ()
2340{
2341 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2343$as_echo_n "checking for $2.$3... " >&6; }
2344if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2345 $as_echo_n "(cached) " >&6
2346else
2347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2348/* end confdefs.h. */
2349$5
2350int
2351main ()
2352{
2353static $2 ac_aggr;
2354if (ac_aggr.$3)
2355return 0;
2356 ;
2357 return 0;
2358}
2359_ACEOF
2360if ac_fn_c_try_compile "$LINENO"; then :
2361 eval "$4=yes"
2362else
2363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2364/* end confdefs.h. */
2365$5
2366int
2367main ()
2368{
2369static $2 ac_aggr;
2370if (sizeof ac_aggr.$3)
2371return 0;
2372 ;
2373 return 0;
2374}
2375_ACEOF
2376if ac_fn_c_try_compile "$LINENO"; then :
2377 eval "$4=yes"
2378else
2379 eval "$4=no"
2380fi
2381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2382fi
2383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2384fi
2385eval ac_res=\$$4
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2387$as_echo "$ac_res" >&6; }
2388 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2389
2390} # ac_fn_c_check_member
81ecdfbb
RW
2391cat >config.log <<_ACEOF
2392This file contains any messages produced by compilers while
2393running configure, to aid debugging if configure makes a mistake.
d5af19ba 2394
81ecdfbb
RW
2395It was created by $as_me, which was
2396generated by GNU Autoconf 2.64. Invocation command line was
b4e70030 2397
81ecdfbb 2398 $ $0 $@
413ccac7 2399
81ecdfbb
RW
2400_ACEOF
2401exec 5>>config.log
2402{
2403cat <<_ASUNAME
2404## --------- ##
2405## Platform. ##
2406## --------- ##
413ccac7 2407
81ecdfbb
RW
2408hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2409uname -m = `(uname -m) 2>/dev/null || echo unknown`
2410uname -r = `(uname -r) 2>/dev/null || echo unknown`
2411uname -s = `(uname -s) 2>/dev/null || echo unknown`
2412uname -v = `(uname -v) 2>/dev/null || echo unknown`
85981d60 2413
81ecdfbb
RW
2414/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2415/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
413ccac7 2416
81ecdfbb
RW
2417/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2418/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2419/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2420/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2421/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2422/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2423/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
c906108c 2424
81ecdfbb 2425_ASUNAME
bec39cab 2426
bec39cab
AC
2427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428for as_dir in $PATH
2429do
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2432 $as_echo "PATH: $as_dir"
2433 done
2434IFS=$as_save_IFS
bec39cab 2435
81ecdfbb 2436} >&5
bec39cab 2437
81ecdfbb 2438cat >&5 <<_ACEOF
bec39cab 2439
bec39cab 2440
81ecdfbb
RW
2441## ----------- ##
2442## Core tests. ##
2443## ----------- ##
2444
2445_ACEOF
2446
2447
2448# Keep a trace of the command line.
2449# Strip out --no-create and --no-recursion so they do not pile up.
2450# Strip out --silent because we don't want to record it for future runs.
2451# Also quote any args containing shell meta-characters.
2452# Make two passes to allow for proper duplicate-argument suppression.
2453ac_configure_args=
2454ac_configure_args0=
2455ac_configure_args1=
2456ac_must_keep_next=false
2457for ac_pass in 1 2
2458do
2459 for ac_arg
2460 do
2461 case $ac_arg in
2462 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2463 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2464 | -silent | --silent | --silen | --sile | --sil)
2465 continue ;;
2466 *\'*)
2467 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2468 esac
2469 case $ac_pass in
2470 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2471 2)
2472 as_fn_append ac_configure_args1 " '$ac_arg'"
2473 if test $ac_must_keep_next = true; then
2474 ac_must_keep_next=false # Got value, back to normal.
2475 else
2476 case $ac_arg in
2477 *=* | --config-cache | -C | -disable-* | --disable-* \
2478 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2479 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2480 | -with-* | --with-* | -without-* | --without-* | --x)
2481 case "$ac_configure_args0 " in
2482 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2483 esac
2484 ;;
2485 -* ) ac_must_keep_next=true ;;
2486 esac
2487 fi
2488 as_fn_append ac_configure_args " '$ac_arg'"
2489 ;;
2490 esac
2491 done
2492done
2493{ ac_configure_args0=; unset ac_configure_args0;}
2494{ ac_configure_args1=; unset ac_configure_args1;}
2495
2496# When interrupted or exit'd, cleanup temporary files, and complete
2497# config.log. We remove comments because anyway the quotes in there
2498# would cause problems or look ugly.
2499# WARNING: Use '\'' to represent an apostrophe within the trap.
2500# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2501trap 'exit_status=$?
2502 # Save into config.log some information that might help in debugging.
2503 {
2504 echo
2505
2506 cat <<\_ASBOX
2507## ---------------- ##
2508## Cache variables. ##
2509## ---------------- ##
2510_ASBOX
2511 echo
2512 # The following way of writing the cache mishandles newlines in values,
2513(
2514 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2515 eval ac_val=\$$ac_var
2516 case $ac_val in #(
2517 *${as_nl}*)
2518 case $ac_var in #(
2519 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2520$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2521 esac
2522 case $ac_var in #(
2523 _ | IFS | as_nl) ;; #(
2524 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2525 *) { eval $ac_var=; unset $ac_var;} ;;
2526 esac ;;
2527 esac
2528 done
2529 (set) 2>&1 |
2530 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2531 *${as_nl}ac_space=\ *)
2532 sed -n \
2533 "s/'\''/'\''\\\\'\'''\''/g;
2534 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2535 ;; #(
2536 *)
2537 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2538 ;;
2539 esac |
2540 sort
2541)
2542 echo
2543
2544 cat <<\_ASBOX
2545## ----------------- ##
2546## Output variables. ##
2547## ----------------- ##
2548_ASBOX
2549 echo
2550 for ac_var in $ac_subst_vars
2551 do
2552 eval ac_val=\$$ac_var
2553 case $ac_val in
2554 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2555 esac
2556 $as_echo "$ac_var='\''$ac_val'\''"
2557 done | sort
2558 echo
2559
2560 if test -n "$ac_subst_files"; then
2561 cat <<\_ASBOX
2562## ------------------- ##
2563## File substitutions. ##
2564## ------------------- ##
2565_ASBOX
2566 echo
2567 for ac_var in $ac_subst_files
2568 do
2569 eval ac_val=\$$ac_var
2570 case $ac_val in
2571 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2572 esac
2573 $as_echo "$ac_var='\''$ac_val'\''"
2574 done | sort
2575 echo
2576 fi
2577
2578 if test -s confdefs.h; then
2579 cat <<\_ASBOX
2580## ----------- ##
2581## confdefs.h. ##
2582## ----------- ##
2583_ASBOX
2584 echo
2585 cat confdefs.h
2586 echo
2587 fi
2588 test "$ac_signal" != 0 &&
2589 $as_echo "$as_me: caught signal $ac_signal"
2590 $as_echo "$as_me: exit $exit_status"
2591 } >&5
2592 rm -f core *.core core.conftest.* &&
2593 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2594 exit $exit_status
2595' 0
2596for ac_signal in 1 2 13 15; do
2597 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2598done
2599ac_signal=0
2600
2601# confdefs.h avoids OS command line length limits that DEFS can exceed.
2602rm -f -r conftest* confdefs.h
2603
2604$as_echo "/* confdefs.h */" > confdefs.h
2605
2606# Predefined preprocessor variables.
2607
2608cat >>confdefs.h <<_ACEOF
2609#define PACKAGE_NAME "$PACKAGE_NAME"
2610_ACEOF
2611
2612cat >>confdefs.h <<_ACEOF
2613#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2614_ACEOF
2615
2616cat >>confdefs.h <<_ACEOF
2617#define PACKAGE_VERSION "$PACKAGE_VERSION"
2618_ACEOF
2619
2620cat >>confdefs.h <<_ACEOF
2621#define PACKAGE_STRING "$PACKAGE_STRING"
2622_ACEOF
2623
2624cat >>confdefs.h <<_ACEOF
2625#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2626_ACEOF
2627
2628cat >>confdefs.h <<_ACEOF
2629#define PACKAGE_URL "$PACKAGE_URL"
2630_ACEOF
2631
2632
2633# Let the site file select an alternate cache file if it wants to.
2634# Prefer an explicitly selected file to automatically selected ones.
2635ac_site_file1=NONE
2636ac_site_file2=NONE
2637if test -n "$CONFIG_SITE"; then
2638 ac_site_file1=$CONFIG_SITE
2639elif test "x$prefix" != xNONE; then
2640 ac_site_file1=$prefix/share/config.site
2641 ac_site_file2=$prefix/etc/config.site
2642else
2643 ac_site_file1=$ac_default_prefix/share/config.site
2644 ac_site_file2=$ac_default_prefix/etc/config.site
2645fi
2646for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2647do
2648 test "x$ac_site_file" = xNONE && continue
2649 if test -r "$ac_site_file"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2651$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2652 sed 's/^/| /' "$ac_site_file" >&5
2653 . "$ac_site_file"
2654 fi
2655done
2656
2657if test -r "$cache_file"; then
2658 # Some versions of bash will fail to source /dev/null (special
2659 # files actually), so we avoid doing that.
2660 if test -f "$cache_file"; then
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2662$as_echo "$as_me: loading cache $cache_file" >&6;}
2663 case $cache_file in
2664 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2665 *) . "./$cache_file";;
2666 esac
2667 fi
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2670$as_echo "$as_me: creating cache $cache_file" >&6;}
2671 >$cache_file
bec39cab
AC
2672fi
2673
81ecdfbb
RW
2674# Check that the precious variables saved in the cache have kept the same
2675# value.
2676ac_cache_corrupted=false
2677for ac_var in $ac_precious_vars; do
2678 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2679 eval ac_new_set=\$ac_env_${ac_var}_set
2680 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2681 eval ac_new_val=\$ac_env_${ac_var}_value
2682 case $ac_old_set,$ac_new_set in
2683 set,)
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2685$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2686 ac_cache_corrupted=: ;;
2687 ,set)
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2689$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2690 ac_cache_corrupted=: ;;
2691 ,);;
2692 *)
2693 if test "x$ac_old_val" != "x$ac_new_val"; then
2694 # differences in whitespace do not lead to failure.
2695 ac_old_val_w=`echo x $ac_old_val`
2696 ac_new_val_w=`echo x $ac_new_val`
2697 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2699$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2700 ac_cache_corrupted=:
2701 else
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2703$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2704 eval $ac_var=\$ac_old_val
2705 fi
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2707$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2709$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2710 fi;;
2711 esac
2712 # Pass precious variables to config.status.
2713 if test "$ac_new_set" = set; then
2714 case $ac_new_val in
2715 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2716 *) ac_arg=$ac_var=$ac_new_val ;;
2717 esac
2718 case " $ac_configure_args " in
2719 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2720 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2721 esac
2722 fi
2723done
2724if $ac_cache_corrupted; then
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2726$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2728$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2729 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2730fi
2731## -------------------- ##
2732## Main body of script. ##
2733## -------------------- ##
2734
2735ac_ext=c
2736ac_cpp='$CPP $CPPFLAGS'
2737ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2738ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2739ac_compiler_gnu=$ac_cv_c_compiler_gnu
2740
2741
2742
2743
2744
2745ac_config_headers="$ac_config_headers config.h:config.in"
2746
2747
2748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2749$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2750 # Check whether --enable-maintainer-mode was given.
2751if test "${enable_maintainer_mode+set}" = set; then :
2752 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2753else
2754 USE_MAINTAINER_MODE=no
2755fi
2756
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2758$as_echo "$USE_MAINTAINER_MODE" >&6; }
2759 if test $USE_MAINTAINER_MODE = yes; then
2760 MAINTAINER_MODE_TRUE=
2761 MAINTAINER_MODE_FALSE='#'
2762else
2763 MAINTAINER_MODE_TRUE='#'
2764 MAINTAINER_MODE_FALSE=
2765fi
2766
2767 MAINT=$MAINTAINER_MODE_TRUE
2768
2769
2770
17ef446e 2771# Set the 'development' global.
270c9937 2772. $srcdir/../bfd/development.sh
f5f1cdb6 2773
81ecdfbb
RW
2774ac_ext=c
2775ac_cpp='$CPP $CPPFLAGS'
2776ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2777ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2778ac_compiler_gnu=$ac_cv_c_compiler_gnu
2779if test -n "$ac_tool_prefix"; then
2780 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2781set dummy ${ac_tool_prefix}gcc; ac_word=$2
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2783$as_echo_n "checking for $ac_word... " >&6; }
2784if test "${ac_cv_prog_CC+set}" = set; then :
2785 $as_echo_n "(cached) " >&6
c906108c
SS
2786else
2787 if test -n "$CC"; then
2788 ac_cv_prog_CC="$CC" # Let the user override the test.
2789else
bec39cab
AC
2790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791for as_dir in $PATH
2792do
2793 IFS=$as_save_IFS
2794 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2795 for ac_exec_ext in '' $ac_executable_extensions; do
2796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2797 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2799 break 2
2800 fi
2801done
81ecdfbb
RW
2802 done
2803IFS=$as_save_IFS
bec39cab 2804
c906108c
SS
2805fi
2806fi
bec39cab 2807CC=$ac_cv_prog_CC
c906108c 2808if test -n "$CC"; then
81ecdfbb
RW
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2810$as_echo "$CC" >&6; }
c906108c 2811else
81ecdfbb
RW
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813$as_echo "no" >&6; }
c906108c
SS
2814fi
2815
81ecdfbb 2816
b4e70030
JB
2817fi
2818if test -z "$ac_cv_prog_CC"; then
2819 ac_ct_CC=$CC
81ecdfbb
RW
2820 # Extract the first word of "gcc", so it can be a program name with args.
2821set dummy gcc; ac_word=$2
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2823$as_echo_n "checking for $ac_word... " >&6; }
2824if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2825 $as_echo_n "(cached) " >&6
b4e70030
JB
2826else
2827 if test -n "$ac_ct_CC"; then
2828 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2829else
2830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2831for as_dir in $PATH
2832do
2833 IFS=$as_save_IFS
2834 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2835 for ac_exec_ext in '' $ac_executable_extensions; do
2836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2837 ac_cv_prog_ac_ct_CC="gcc"
2838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b4e70030 2839 break 2
4e8d927d 2840 fi
b4e70030 2841done
81ecdfbb
RW
2842 done
2843IFS=$as_save_IFS
b4e70030
JB
2844
2845fi
2846fi
2847ac_ct_CC=$ac_cv_prog_ac_ct_CC
2848if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2850$as_echo "$ac_ct_CC" >&6; }
b4e70030 2851else
81ecdfbb
RW
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2853$as_echo "no" >&6; }
b4e70030
JB
2854fi
2855
81ecdfbb
RW
2856 if test "x$ac_ct_CC" = x; then
2857 CC=""
2858 else
2859 case $cross_compiling:$ac_tool_warned in
2860yes:)
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2862$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2863ac_tool_warned=yes ;;
2864esac
2865 CC=$ac_ct_CC
2866 fi
b4e70030
JB
2867else
2868 CC="$ac_cv_prog_CC"
2869fi
2870
c906108c 2871if test -z "$CC"; then
81ecdfbb
RW
2872 if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2874set dummy ${ac_tool_prefix}cc; ac_word=$2
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876$as_echo_n "checking for $ac_word... " >&6; }
2877if test "${ac_cv_prog_CC+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
c906108c
SS
2879else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882else
bec39cab
AC
2883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884for as_dir in $PATH
2885do
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2890 ac_cv_prog_CC="${ac_tool_prefix}cc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2892 break 2
2893 fi
2894done
81ecdfbb
RW
2895 done
2896IFS=$as_save_IFS
2897
2898fi
2899fi
2900CC=$ac_cv_prog_CC
2901if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903$as_echo "$CC" >&6; }
2904else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906$as_echo "no" >&6; }
2907fi
2908
2909
2910 fi
2911fi
2912if test -z "$CC"; then
2913 # Extract the first word of "cc", so it can be a program name with args.
2914set dummy cc; ac_word=$2
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916$as_echo_n "checking for $ac_word... " >&6; }
2917if test "${ac_cv_prog_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919else
2920 if test -n "$CC"; then
2921 ac_cv_prog_CC="$CC" # Let the user override the test.
2922else
2923 ac_prog_rejected=no
2924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925for as_dir in $PATH
2926do
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2932 ac_prog_rejected=yes
2933 continue
2934 fi
2935 ac_cv_prog_CC="cc"
2936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2937 break 2
2938 fi
2939done
2940 done
2941IFS=$as_save_IFS
bec39cab 2942
c906108c
SS
2943if test $ac_prog_rejected = yes; then
2944 # We found a bogon in the path, so make sure we never use it.
2945 set dummy $ac_cv_prog_CC
2946 shift
bec39cab 2947 if test $# != 0; then
c906108c
SS
2948 # We chose a different compiler from the bogus one.
2949 # However, it has the same basename, so the bogon will be chosen
2950 # first if we set CC to just the basename; use the full file name.
2951 shift
bec39cab 2952 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
2953 fi
2954fi
2955fi
2956fi
bec39cab 2957CC=$ac_cv_prog_CC
c906108c 2958if test -n "$CC"; then
81ecdfbb
RW
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2960$as_echo "$CC" >&6; }
c906108c 2961else
81ecdfbb
RW
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2963$as_echo "no" >&6; }
c906108c
SS
2964fi
2965
81ecdfbb 2966
bec39cab
AC
2967fi
2968if test -z "$CC"; then
2969 if test -n "$ac_tool_prefix"; then
81ecdfbb 2970 for ac_prog in cl.exe
bec39cab
AC
2971 do
2972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2973set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2975$as_echo_n "checking for $ac_word... " >&6; }
2976if test "${ac_cv_prog_CC+set}" = set; then :
2977 $as_echo_n "(cached) " >&6
c906108c
SS
2978else
2979 if test -n "$CC"; then
2980 ac_cv_prog_CC="$CC" # Let the user override the test.
2981else
bec39cab
AC
2982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2983for as_dir in $PATH
2984do
2985 IFS=$as_save_IFS
2986 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2987 for ac_exec_ext in '' $ac_executable_extensions; do
2988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2989 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2991 break 2
2992 fi
2993done
81ecdfbb
RW
2994 done
2995IFS=$as_save_IFS
bec39cab 2996
c906108c
SS
2997fi
2998fi
bec39cab 2999CC=$ac_cv_prog_CC
c906108c 3000if test -n "$CC"; then
81ecdfbb
RW
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3002$as_echo "$CC" >&6; }
c906108c 3003else
81ecdfbb
RW
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3005$as_echo "no" >&6; }
c906108c 3006fi
bec39cab 3007
81ecdfbb 3008
bec39cab
AC
3009 test -n "$CC" && break
3010 done
3011fi
3012if test -z "$CC"; then
3013 ac_ct_CC=$CC
81ecdfbb 3014 for ac_prog in cl.exe
bec39cab
AC
3015do
3016 # Extract the first word of "$ac_prog", so it can be a program name with args.
3017set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3019$as_echo_n "checking for $ac_word... " >&6; }
3020if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3021 $as_echo_n "(cached) " >&6
bec39cab
AC
3022else
3023 if test -n "$ac_ct_CC"; then
3024 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3025else
3026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3027for as_dir in $PATH
3028do
3029 IFS=$as_save_IFS
3030 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3031 for ac_exec_ext in '' $ac_executable_extensions; do
3032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 3033 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab 3035 break 2
c906108c 3036 fi
bec39cab 3037done
81ecdfbb
RW
3038 done
3039IFS=$as_save_IFS
bec39cab
AC
3040
3041fi
3042fi
3043ac_ct_CC=$ac_cv_prog_ac_ct_CC
3044if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3046$as_echo "$ac_ct_CC" >&6; }
bec39cab 3047else
81ecdfbb
RW
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3049$as_echo "no" >&6; }
c906108c
SS
3050fi
3051
81ecdfbb 3052
bec39cab
AC
3053 test -n "$ac_ct_CC" && break
3054done
c906108c 3055
81ecdfbb
RW
3056 if test "x$ac_ct_CC" = x; then
3057 CC=""
3058 else
3059 case $cross_compiling:$ac_tool_warned in
3060yes:)
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3062$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3063ac_tool_warned=yes ;;
3064esac
3065 CC=$ac_ct_CC
3066 fi
bec39cab
AC
3067fi
3068
3069fi
3070
3071
81ecdfbb
RW
3072test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3073$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3074as_fn_error "no acceptable C compiler found in \$PATH
3075See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
3076
3077# Provide some information about the compiler.
81ecdfbb
RW
3078$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3079set X $ac_compile
3080ac_compiler=$2
3081for ac_option in --version -v -V -qversion; do
3082 { { ac_try="$ac_compiler $ac_option >&5"
3083case "(($ac_try" in
3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085 *) ac_try_echo=$ac_try;;
3086esac
3087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3088$as_echo "$ac_try_echo"; } >&5
3089 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 3090 ac_status=$?
81ecdfbb
RW
3091 if test -s conftest.err; then
3092 sed '10a\
3093... rest of stderr output deleted ...
3094 10q' conftest.err >conftest.er1
3095 cat conftest.er1 >&5
3096 rm -f conftest.er1 conftest.err
3097 fi
3098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3099 test $ac_status = 0; }
3100done
bec39cab 3101
81ecdfbb 3102cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3103/* end confdefs.h. */
3104
3105int
3106main ()
3107{
3108
3109 ;
3110 return 0;
3111}
3112_ACEOF
3113ac_clean_files_save=$ac_clean_files
81ecdfbb 3114ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
bec39cab
AC
3115# Try to create an executable without -o first, disregard a.out.
3116# It will help us diagnose broken compilers, and finding out an intuition
3117# of exeext.
81ecdfbb
RW
3118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3119$as_echo_n "checking for C compiler default output file name... " >&6; }
3120ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3121
3122# The possible output files:
3123ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3124
3125ac_rmfiles=
3126for ac_file in $ac_files
3127do
3128 case $ac_file in
3129 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3130 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3131 esac
3132done
3133rm -f $ac_rmfiles
3134
3135if { { ac_try="$ac_link_default"
3136case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139esac
3140eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3141$as_echo "$ac_try_echo"; } >&5
3142 (eval "$ac_link_default") 2>&5
3143 ac_status=$?
3144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3145 test $ac_status = 0; }; then :
3146 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3147# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3148# in a Makefile. We should not override ac_cv_exeext if it was cached,
3149# so that the user can short-circuit this test for compilers unknown to
3150# Autoconf.
3151for ac_file in $ac_files ''
bec39cab
AC
3152do
3153 test -f "$ac_file" || continue
3154 case $ac_file in
81ecdfbb 3155 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b4e70030
JB
3156 ;;
3157 [ab].out )
3158 # We found the default executable, but exeext='' is most
3159 # certainly right.
3160 break;;
3161 *.* )
81ecdfbb
RW
3162 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3163 then :; else
3164 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3165 fi
3166 # We set ac_cv_exeext here because the later test for it is not
3167 # safe: cross compilers may not add the suffix if given an `-o'
3168 # argument, so we may need to know it at that point already.
3169 # Even if this section looks crufty: it has the advantage of
3170 # actually working.
b4e70030
JB
3171 break;;
3172 * )
3173 break;;
bec39cab
AC
3174 esac
3175done
81ecdfbb
RW
3176test "$ac_cv_exeext" = no && ac_cv_exeext=
3177
bec39cab 3178else
81ecdfbb
RW
3179 ac_file=''
3180fi
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3182$as_echo "$ac_file" >&6; }
3183if test -z "$ac_file"; then :
3184 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3185sed 's/^/| /' conftest.$ac_ext >&5
3186
81ecdfbb
RW
3187{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3188$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3189{ as_fn_set_status 77
3190as_fn_error "C compiler cannot create executables
3191See \`config.log' for more details." "$LINENO" 5; }; }
bec39cab 3192fi
b4e70030 3193ac_exeext=$ac_cv_exeext
b4e70030 3194
81ecdfbb 3195# Check that the compiler produces executables we can run. If not, either
bec39cab 3196# the compiler is broken, or we cross compile.
81ecdfbb
RW
3197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3198$as_echo_n "checking whether the C compiler works... " >&6; }
bec39cab
AC
3199# If not cross compiling, check that we can run a simple program.
3200if test "$cross_compiling" != yes; then
3201 if { ac_try='./$ac_file'
81ecdfbb
RW
3202 { { case "(($ac_try" in
3203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3204 *) ac_try_echo=$ac_try;;
3205esac
3206eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3207$as_echo "$ac_try_echo"; } >&5
3208 (eval "$ac_try") 2>&5
bec39cab 3209 ac_status=$?
81ecdfbb
RW
3210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3211 test $ac_status = 0; }; }; then
bec39cab 3212 cross_compiling=no
c906108c 3213 else
bec39cab
AC
3214 if test "$cross_compiling" = maybe; then
3215 cross_compiling=yes
3216 else
81ecdfbb
RW
3217 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3218$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3219as_fn_error "cannot run C compiled programs.
bec39cab 3220If you meant to cross compile, use \`--host'.
81ecdfbb 3221See \`config.log' for more details." "$LINENO" 5; }
bec39cab 3222 fi
c906108c 3223 fi
bec39cab 3224fi
81ecdfbb
RW
3225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3226$as_echo "yes" >&6; }
bec39cab 3227
81ecdfbb 3228rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b4e70030 3229ac_clean_files=$ac_clean_files_save
81ecdfbb 3230# Check that the compiler produces executables we can run. If not, either
b4e70030 3231# the compiler is broken, or we cross compile.
81ecdfbb
RW
3232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3233$as_echo_n "checking whether we are cross compiling... " >&6; }
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3235$as_echo "$cross_compiling" >&6; }
3236
3237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3238$as_echo_n "checking for suffix of executables... " >&6; }
3239if { { ac_try="$ac_link"
3240case "(($ac_try" in
3241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3242 *) ac_try_echo=$ac_try;;
3243esac
3244eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3245$as_echo "$ac_try_echo"; } >&5
3246 (eval "$ac_link") 2>&5
bec39cab 3247 ac_status=$?
81ecdfbb
RW
3248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3249 test $ac_status = 0; }; then :
b4e70030
JB
3250 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3251# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3252# work properly (i.e., refer to `conftest.exe'), while it won't with
3253# `rm'.
3254for ac_file in conftest.exe conftest conftest.*; do
3255 test -f "$ac_file" || continue
3256 case $ac_file in
81ecdfbb 3257 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b4e70030 3258 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b4e70030
JB
3259 break;;
3260 * ) break;;
3261 esac
3262done
c906108c 3263else
81ecdfbb
RW
3264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3265$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3266as_fn_error "cannot compute suffix of executables: cannot compile and link
3267See \`config.log' for more details." "$LINENO" 5; }
c906108c 3268fi
b4e70030 3269rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3271$as_echo "$ac_cv_exeext" >&6; }
c906108c 3272
b4e70030 3273rm -f conftest.$ac_ext
bec39cab
AC
3274EXEEXT=$ac_cv_exeext
3275ac_exeext=$EXEEXT
81ecdfbb
RW
3276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3277$as_echo_n "checking for suffix of object files... " >&6; }
3278if test "${ac_cv_objext+set}" = set; then :
3279 $as_echo_n "(cached) " >&6
bec39cab 3280else
81ecdfbb 3281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
3282/* end confdefs.h. */
3283
3284int
3285main ()
3286{
3287
3288 ;
3289 return 0;
3290}
3291_ACEOF
3292rm -f conftest.o conftest.obj
81ecdfbb
RW
3293if { { ac_try="$ac_compile"
3294case "(($ac_try" in
3295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3296 *) ac_try_echo=$ac_try;;
3297esac
3298eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3299$as_echo "$ac_try_echo"; } >&5
3300 (eval "$ac_compile") 2>&5
3301 ac_status=$?
3302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3303 test $ac_status = 0; }; then :
3304 for ac_file in conftest.o conftest.obj conftest.*; do
3305 test -f "$ac_file" || continue;
bec39cab 3306 case $ac_file in
81ecdfbb 3307 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
3308 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3309 break;;
3310 esac
3311done
c906108c 3312else
81ecdfbb 3313 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3314sed 's/^/| /' conftest.$ac_ext >&5
3315
81ecdfbb
RW
3316{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3317$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3318as_fn_error "cannot compute suffix of object files: cannot compile
3319See \`config.log' for more details." "$LINENO" 5; }
c906108c 3320fi
b4e70030 3321rm -f conftest.$ac_cv_objext conftest.$ac_ext
bec39cab 3322fi
81ecdfbb
RW
3323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3324$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
3325OBJEXT=$ac_cv_objext
3326ac_objext=$OBJEXT
81ecdfbb
RW
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3328$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3329if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3330 $as_echo_n "(cached) " >&6
c906108c 3331else
81ecdfbb 3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3333/* end confdefs.h. */
3334
3335int
3336main ()
3337{
3338#ifndef __GNUC__
3339 choke me
3340#endif
3341
3342 ;
3343 return 0;
3344}
3345_ACEOF
81ecdfbb 3346if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3347 ac_compiler_gnu=yes
3348else
81ecdfbb 3349 ac_compiler_gnu=no
bec39cab 3350fi
81ecdfbb 3351rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3352ac_cv_c_compiler_gnu=$ac_compiler_gnu
3353
3354fi
81ecdfbb
RW
3355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3356$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3357if test $ac_compiler_gnu = yes; then
3358 GCC=yes
3359else
3360 GCC=
3361fi
bec39cab
AC
3362ac_test_CFLAGS=${CFLAGS+set}
3363ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3365$as_echo_n "checking whether $CC accepts -g... " >&6; }
3366if test "${ac_cv_prog_cc_g+set}" = set; then :
3367 $as_echo_n "(cached) " >&6
bec39cab 3368else
81ecdfbb
RW
3369 ac_save_c_werror_flag=$ac_c_werror_flag
3370 ac_c_werror_flag=yes
3371 ac_cv_prog_cc_g=no
3372 CFLAGS="-g"
3373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3374/* end confdefs.h. */
3375
3376int
3377main ()
3378{
3379
3380 ;
3381 return 0;
3382}
3383_ACEOF
81ecdfbb 3384if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
3385 ac_cv_prog_cc_g=yes
3386else
81ecdfbb
RW
3387 CFLAGS=""
3388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3389/* end confdefs.h. */
3390
3391int
3392main ()
3393{
3394
3395 ;
3396 return 0;
3397}
3398_ACEOF
3399if ac_fn_c_try_compile "$LINENO"; then :
3400
3401else
3402 ac_c_werror_flag=$ac_save_c_werror_flag
3403 CFLAGS="-g"
3404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3405/* end confdefs.h. */
3406
3407int
3408main ()
3409{
c906108c 3410
81ecdfbb
RW
3411 ;
3412 return 0;
3413}
3414_ACEOF
3415if ac_fn_c_try_compile "$LINENO"; then :
3416 ac_cv_prog_cc_g=yes
3417fi
3418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3419fi
3420rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4e8d927d 3421fi
81ecdfbb
RW
3422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3423 ac_c_werror_flag=$ac_save_c_werror_flag
bec39cab 3424fi
81ecdfbb
RW
3425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3426$as_echo "$ac_cv_prog_cc_g" >&6; }
c906108c 3427if test "$ac_test_CFLAGS" = set; then
bec39cab 3428 CFLAGS=$ac_save_CFLAGS
c906108c
SS
3429elif test $ac_cv_prog_cc_g = yes; then
3430 if test "$GCC" = yes; then
3431 CFLAGS="-g -O2"
3432 else
3433 CFLAGS="-g"
3434 fi
3435else
3436 if test "$GCC" = yes; then
3437 CFLAGS="-O2"
3438 else
3439 CFLAGS=
3440 fi
3441fi
81ecdfbb
RW
3442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3443$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3444if test "${ac_cv_prog_cc_c89+set}" = set; then :
3445 $as_echo_n "(cached) " >&6
bec39cab 3446else
81ecdfbb 3447 ac_cv_prog_cc_c89=no
bec39cab 3448ac_save_CC=$CC
81ecdfbb 3449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3450/* end confdefs.h. */
c906108c
SS
3451#include <stdarg.h>
3452#include <stdio.h>
3453#include <sys/types.h>
3454#include <sys/stat.h>
3455/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3456struct buf { int x; };
3457FILE * (*rcsopen) (struct buf *, struct stat *, int);
3458static char *e (p, i)
3459 char **p;
3460 int i;
3461{
3462 return p[i];
3463}
3464static char *f (char * (*g) (char **, int), char **p, ...)
3465{
3466 char *s;
3467 va_list v;
3468 va_start (v,p);
3469 s = g (p, va_arg (v,int));
3470 va_end (v);
3471 return s;
3472}
bec39cab
AC
3473
3474/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3475 function prototypes and stuff, but not '\xHH' hex character constants.
3476 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3477 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
3478 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3479 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3480 that's true only with -std. */
bec39cab
AC
3481int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3482
81ecdfbb
RW
3483/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3484 inside strings and character constants. */
3485#define FOO(x) 'x'
3486int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3487
c906108c
SS
3488int test (int i, double x);
3489struct s1 {int (*f) (int a);};
3490struct s2 {int (*f) (double a);};
3491int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3492int argc;
3493char **argv;
bec39cab
AC
3494int
3495main ()
3496{
c906108c 3497return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
bec39cab
AC
3498 ;
3499 return 0;
3500}
3501_ACEOF
81ecdfbb
RW
3502for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3503 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3504do
3505 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507 ac_cv_prog_cc_c89=$ac_arg
c906108c 3508fi
81ecdfbb
RW
3509rm -f core conftest.err conftest.$ac_objext
3510 test "x$ac_cv_prog_cc_c89" != "xno" && break
c906108c 3511done
81ecdfbb 3512rm -f conftest.$ac_ext
bec39cab 3513CC=$ac_save_CC
c906108c
SS
3514
3515fi
81ecdfbb
RW
3516# AC_CACHE_VAL
3517case "x$ac_cv_prog_cc_c89" in
3518 x)
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3520$as_echo "none needed" >&6; } ;;
3521 xno)
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3523$as_echo "unsupported" >&6; } ;;
bec39cab 3524 *)
81ecdfbb
RW
3525 CC="$CC $ac_cv_prog_cc_c89"
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3527$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c906108c 3528esac
81ecdfbb 3529if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3530
b4e70030
JB
3531fi
3532
bec39cab
AC
3533ac_ext=c
3534ac_cpp='$CPP $CPPFLAGS'
3535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3537ac_compiler_gnu=$ac_cv_c_compiler_gnu
c906108c 3538
3bc3d82a
PA
3539ac_ext=cpp
3540ac_cpp='$CXXCPP $CPPFLAGS'
3541ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3544if test -z "$CXX"; then
3545 if test -n "$CCC"; then
3546 CXX=$CCC
3547 else
3548 if test -n "$ac_tool_prefix"; then
3549 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3550 do
3551 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3552set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3554$as_echo_n "checking for $ac_word... " >&6; }
3555if test "${ac_cv_prog_CXX+set}" = set; then :
3556 $as_echo_n "(cached) " >&6
3557else
3558 if test -n "$CXX"; then
3559 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3560else
3561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3562for as_dir in $PATH
3563do
3564 IFS=$as_save_IFS
3565 test -z "$as_dir" && as_dir=.
3566 for ac_exec_ext in '' $ac_executable_extensions; do
3567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3568 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3570 break 2
3571 fi
3572done
3573 done
3574IFS=$as_save_IFS
3575
3576fi
3577fi
3578CXX=$ac_cv_prog_CXX
3579if test -n "$CXX"; then
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3581$as_echo "$CXX" >&6; }
3582else
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3584$as_echo "no" >&6; }
3585fi
3586
3587
3588 test -n "$CXX" && break
3589 done
3590fi
3591if test -z "$CXX"; then
3592 ac_ct_CXX=$CXX
3593 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3594do
3595 # Extract the first word of "$ac_prog", so it can be a program name with args.
3596set dummy $ac_prog; ac_word=$2
3597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3598$as_echo_n "checking for $ac_word... " >&6; }
3599if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3600 $as_echo_n "(cached) " >&6
3601else
3602 if test -n "$ac_ct_CXX"; then
3603 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3604else
3605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3606for as_dir in $PATH
3607do
3608 IFS=$as_save_IFS
3609 test -z "$as_dir" && as_dir=.
3610 for ac_exec_ext in '' $ac_executable_extensions; do
3611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3612 ac_cv_prog_ac_ct_CXX="$ac_prog"
3613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3614 break 2
3615 fi
3616done
3617 done
3618IFS=$as_save_IFS
3619
3620fi
3621fi
3622ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3623if test -n "$ac_ct_CXX"; then
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3625$as_echo "$ac_ct_CXX" >&6; }
3626else
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628$as_echo "no" >&6; }
3629fi
3630
3631
3632 test -n "$ac_ct_CXX" && break
3633done
3634
3635 if test "x$ac_ct_CXX" = x; then
3636 CXX="g++"
3637 else
3638 case $cross_compiling:$ac_tool_warned in
3639yes:)
3640{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3641$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3642ac_tool_warned=yes ;;
3643esac
3644 CXX=$ac_ct_CXX
3645 fi
3646fi
3647
3648 fi
3649fi
3650# Provide some information about the compiler.
3651$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3652set X $ac_compile
3653ac_compiler=$2
3654for ac_option in --version -v -V -qversion; do
3655 { { ac_try="$ac_compiler $ac_option >&5"
3656case "(($ac_try" in
3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658 *) ac_try_echo=$ac_try;;
3659esac
3660eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3661$as_echo "$ac_try_echo"; } >&5
3662 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3663 ac_status=$?
3664 if test -s conftest.err; then
3665 sed '10a\
3666... rest of stderr output deleted ...
3667 10q' conftest.err >conftest.er1
3668 cat conftest.er1 >&5
3669 rm -f conftest.er1 conftest.err
3670 fi
3671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3672 test $ac_status = 0; }
3673done
3674
3675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3676$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3677if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
3679else
3680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3681/* end confdefs.h. */
3682
3683int
3684main ()
3685{
3686#ifndef __GNUC__
3687 choke me
3688#endif
3689
3690 ;
3691 return 0;
3692}
3693_ACEOF
3694if ac_fn_cxx_try_compile "$LINENO"; then :
3695 ac_compiler_gnu=yes
3696else
3697 ac_compiler_gnu=no
3698fi
3699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3700ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3701
3702fi
3703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3704$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3705if test $ac_compiler_gnu = yes; then
3706 GXX=yes
3707else
3708 GXX=
3709fi
3710ac_test_CXXFLAGS=${CXXFLAGS+set}
3711ac_save_CXXFLAGS=$CXXFLAGS
3712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3713$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3714if test "${ac_cv_prog_cxx_g+set}" = set; then :
3715 $as_echo_n "(cached) " >&6
3716else
3717 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3718 ac_cxx_werror_flag=yes
3719 ac_cv_prog_cxx_g=no
3720 CXXFLAGS="-g"
3721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3722/* end confdefs.h. */
3723
3724int
3725main ()
3726{
3727
3728 ;
3729 return 0;
3730}
3731_ACEOF
3732if ac_fn_cxx_try_compile "$LINENO"; then :
3733 ac_cv_prog_cxx_g=yes
3734else
3735 CXXFLAGS=""
3736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3737/* end confdefs.h. */
3738
3739int
3740main ()
3741{
3742
3743 ;
3744 return 0;
3745}
3746_ACEOF
3747if ac_fn_cxx_try_compile "$LINENO"; then :
3748
3749else
3750 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3751 CXXFLAGS="-g"
3752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3753/* end confdefs.h. */
3754
3755int
3756main ()
3757{
3758
3759 ;
3760 return 0;
3761}
3762_ACEOF
3763if ac_fn_cxx_try_compile "$LINENO"; then :
3764 ac_cv_prog_cxx_g=yes
3765fi
3766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3767fi
3768rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3769fi
3770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3771 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3772fi
3773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3774$as_echo "$ac_cv_prog_cxx_g" >&6; }
3775if test "$ac_test_CXXFLAGS" = set; then
3776 CXXFLAGS=$ac_save_CXXFLAGS
3777elif test $ac_cv_prog_cxx_g = yes; then
3778 if test "$GXX" = yes; then
3779 CXXFLAGS="-g -O2"
3780 else
3781 CXXFLAGS="-g"
3782 fi
3783else
3784 if test "$GXX" = yes; then
3785 CXXFLAGS="-O2"
3786 else
3787 CXXFLAGS=
3788 fi
3789fi
3790ac_ext=c
3791ac_cpp='$CPP $CPPFLAGS'
3792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3794ac_compiler_gnu=$ac_cv_c_compiler_gnu
3795
3796
60ca704f 3797
bec39cab
AC
3798ac_ext=c
3799ac_cpp='$CPP $CPPFLAGS'
3800ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3801ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3802ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3804$as_echo_n "checking how to run the C preprocessor... " >&6; }
bec39cab
AC
3805# On Suns, sometimes $CPP names a directory.
3806if test -n "$CPP" && test -d "$CPP"; then
3807 CPP=
8bb2c122 3808fi
bec39cab 3809if test -z "$CPP"; then
81ecdfbb
RW
3810 if test "${ac_cv_prog_CPP+set}" = set; then :
3811 $as_echo_n "(cached) " >&6
bec39cab
AC
3812else
3813 # Double quotes because CPP needs to be expanded
3814 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3815 do
3816 ac_preproc_ok=false
3817for ac_c_preproc_warn_flag in '' yes
3818do
3819 # Use a header file that comes with gcc, so configuring glibc
3820 # with a fresh cross-compiler works.
3821 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3822 # <limits.h> exists even on freestanding compilers.
3823 # On the NeXT, cc -E runs the code through the compiler's parser,
3824 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3826/* end confdefs.h. */
3827#ifdef __STDC__
3828# include <limits.h>
3829#else
3830# include <assert.h>
3831#endif
3832 Syntax error
3833_ACEOF
81ecdfbb 3834if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3835
81ecdfbb 3836else
bec39cab
AC
3837 # Broken: fails on valid input.
3838continue
3839fi
3840rm -f conftest.err conftest.$ac_ext
3841
81ecdfbb 3842 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3843 # can be detected and how.
81ecdfbb 3844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3845/* end confdefs.h. */
3846#include <ac_nonexistent.h>
3847_ACEOF
81ecdfbb 3848if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3849 # Broken: success on invalid input.
3850continue
8bb2c122 3851else
bec39cab
AC
3852 # Passes both tests.
3853ac_preproc_ok=:
3854break
8bb2c122 3855fi
bec39cab 3856rm -f conftest.err conftest.$ac_ext
8bb2c122 3857
bec39cab
AC
3858done
3859# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3860rm -f conftest.err conftest.$ac_ext
81ecdfbb 3861if $ac_preproc_ok; then :
bec39cab
AC
3862 break
3863fi
8bb2c122 3864
bec39cab
AC
3865 done
3866 ac_cv_prog_CPP=$CPP
ddc9cd0f 3867
c906108c 3868fi
bec39cab
AC
3869 CPP=$ac_cv_prog_CPP
3870else
3871 ac_cv_prog_CPP=$CPP
c906108c 3872fi
81ecdfbb
RW
3873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3874$as_echo "$CPP" >&6; }
bec39cab
AC
3875ac_preproc_ok=false
3876for ac_c_preproc_warn_flag in '' yes
3877do
3878 # Use a header file that comes with gcc, so configuring glibc
3879 # with a fresh cross-compiler works.
3880 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3881 # <limits.h> exists even on freestanding compilers.
3882 # On the NeXT, cc -E runs the code through the compiler's parser,
3883 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3885/* end confdefs.h. */
3886#ifdef __STDC__
3887# include <limits.h>
3888#else
3889# include <assert.h>
3890#endif
3891 Syntax error
3892_ACEOF
81ecdfbb 3893if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3894
81ecdfbb 3895else
bec39cab
AC
3896 # Broken: fails on valid input.
3897continue
3898fi
3899rm -f conftest.err conftest.$ac_ext
3900
81ecdfbb 3901 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3902 # can be detected and how.
81ecdfbb 3903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3904/* end confdefs.h. */
3905#include <ac_nonexistent.h>
3906_ACEOF
81ecdfbb 3907if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3908 # Broken: success on invalid input.
3909continue
c906108c 3910else
bec39cab
AC
3911 # Passes both tests.
3912ac_preproc_ok=:
3913break
c906108c 3914fi
bec39cab 3915rm -f conftest.err conftest.$ac_ext
c906108c 3916
bec39cab
AC
3917done
3918# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3919rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3920if $ac_preproc_ok; then :
3921
c906108c 3922else
81ecdfbb
RW
3923 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3924$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3925as_fn_error "C preprocessor \"$CPP\" fails sanity check
3926See \`config.log' for more details." "$LINENO" 5; }
c906108c 3927fi
c906108c 3928
bec39cab
AC
3929ac_ext=c
3930ac_cpp='$CPP $CPPFLAGS'
3931ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3932ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3933ac_compiler_gnu=$ac_cv_c_compiler_gnu
3934
3935
81ecdfbb
RW
3936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3937$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3938if test "${ac_cv_path_GREP+set}" = set; then :
3939 $as_echo_n "(cached) " >&6
4e8d927d 3940else
81ecdfbb
RW
3941 if test -z "$GREP"; then
3942 ac_path_GREP_found=false
3943 # Loop through the user's path and test for each of PROGNAME-LIST
3944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3945for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3946do
3947 IFS=$as_save_IFS
3948 test -z "$as_dir" && as_dir=.
3949 for ac_prog in grep ggrep; do
3950 for ac_exec_ext in '' $ac_executable_extensions; do
3951 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3952 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3953# Check for GNU ac_path_GREP and select it if it is found.
3954 # Check for GNU $ac_path_GREP
3955case `"$ac_path_GREP" --version 2>&1` in
3956*GNU*)
3957 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3958*)
3959 ac_count=0
3960 $as_echo_n 0123456789 >"conftest.in"
3961 while :
3962 do
3963 cat "conftest.in" "conftest.in" >"conftest.tmp"
3964 mv "conftest.tmp" "conftest.in"
3965 cp "conftest.in" "conftest.nl"
3966 $as_echo 'GREP' >> "conftest.nl"
3967 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3968 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3969 as_fn_arith $ac_count + 1 && ac_count=$as_val
3970 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3971 # Best one so far, save it but keep looking for a better one
3972 ac_cv_path_GREP="$ac_path_GREP"
3973 ac_path_GREP_max=$ac_count
bec39cab 3974 fi
81ecdfbb
RW
3975 # 10*(2^10) chars as input seems more than enough
3976 test $ac_count -gt 10 && break
3977 done
3978 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3979esac
bec39cab 3980
81ecdfbb
RW
3981 $ac_path_GREP_found && break 3
3982 done
3983 done
3984 done
3985IFS=$as_save_IFS
3986 if test -z "$ac_cv_path_GREP"; then
3987 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3988 fi
c906108c 3989else
81ecdfbb 3990 ac_cv_path_GREP=$GREP
c906108c 3991fi
c906108c 3992
81ecdfbb
RW
3993fi
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3995$as_echo "$ac_cv_path_GREP" >&6; }
3996 GREP="$ac_cv_path_GREP"
c906108c 3997
c906108c 3998
81ecdfbb
RW
3999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4000$as_echo_n "checking for egrep... " >&6; }
4001if test "${ac_cv_path_EGREP+set}" = set; then :
4002 $as_echo_n "(cached) " >&6
783e057b 4003else
81ecdfbb
RW
4004 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4005 then ac_cv_path_EGREP="$GREP -E"
4006 else
4007 if test -z "$EGREP"; then
4008 ac_path_EGREP_found=false
4009 # Loop through the user's path and test for each of PROGNAME-LIST
4010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4011for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
783e057b
DJ
4012do
4013 IFS=$as_save_IFS
4014 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4015 for ac_prog in egrep; do
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4018 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4019# Check for GNU ac_path_EGREP and select it if it is found.
4020 # Check for GNU $ac_path_EGREP
4021case `"$ac_path_EGREP" --version 2>&1` in
4022*GNU*)
4023 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4024*)
4025 ac_count=0
4026 $as_echo_n 0123456789 >"conftest.in"
4027 while :
4028 do
4029 cat "conftest.in" "conftest.in" >"conftest.tmp"
4030 mv "conftest.tmp" "conftest.in"
4031 cp "conftest.in" "conftest.nl"
4032 $as_echo 'EGREP' >> "conftest.nl"
4033 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4034 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4035 as_fn_arith $ac_count + 1 && ac_count=$as_val
4036 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4037 # Best one so far, save it but keep looking for a better one
4038 ac_cv_path_EGREP="$ac_path_EGREP"
4039 ac_path_EGREP_max=$ac_count
4040 fi
4041 # 10*(2^10) chars as input seems more than enough
4042 test $ac_count -gt 10 && break
4043 done
4044 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4045esac
bec39cab 4046
81ecdfbb
RW
4047 $ac_path_EGREP_found && break 3
4048 done
4049 done
4050 done
4051IFS=$as_save_IFS
4052 if test -z "$ac_cv_path_EGREP"; then
4053 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
783e057b 4054 fi
783e057b 4055else
81ecdfbb 4056 ac_cv_path_EGREP=$EGREP
783e057b
DJ
4057fi
4058
81ecdfbb 4059 fi
783e057b 4060fi
81ecdfbb
RW
4061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4062$as_echo "$ac_cv_path_EGREP" >&6; }
4063 EGREP="$ac_cv_path_EGREP"
4064
783e057b 4065
81ecdfbb
RW
4066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4067$as_echo_n "checking for ANSI C header files... " >&6; }
4068if test "${ac_cv_header_stdc+set}" = set; then :
4069 $as_echo_n "(cached) " >&6
783e057b 4070else
81ecdfbb 4071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 4072/* end confdefs.h. */
783e057b 4073#include <stdlib.h>
bec39cab 4074#include <stdarg.h>
783e057b
DJ
4075#include <string.h>
4076#include <float.h>
c906108c 4077
bec39cab
AC
4078int
4079main ()
4080{
c906108c 4081
bec39cab
AC
4082 ;
4083 return 0;
4084}
4085_ACEOF
81ecdfbb 4086if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4087 ac_cv_header_stdc=yes
c906108c 4088else
81ecdfbb 4089 ac_cv_header_stdc=no
c906108c 4090fi
81ecdfbb 4091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4092
783e057b
DJ
4093if test $ac_cv_header_stdc = yes; then
4094 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4096/* end confdefs.h. */
4097#include <string.h>
c906108c 4098
783e057b
DJ
4099_ACEOF
4100if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4101 $EGREP "memchr" >/dev/null 2>&1; then :
4102
c906108c 4103else
783e057b 4104 ac_cv_header_stdc=no
c906108c 4105fi
783e057b 4106rm -f conftest*
c906108c
SS
4107
4108fi
4109
783e057b
DJ
4110if test $ac_cv_header_stdc = yes; then
4111 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4113/* end confdefs.h. */
4114#include <stdlib.h>
bec39cab 4115
783e057b
DJ
4116_ACEOF
4117if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4118 $EGREP "free" >/dev/null 2>&1; then :
4119
bec39cab 4120else
783e057b 4121 ac_cv_header_stdc=no
bec39cab 4122fi
783e057b 4123rm -f conftest*
bec39cab
AC
4124
4125fi
bec39cab 4126
783e057b
DJ
4127if test $ac_cv_header_stdc = yes; then
4128 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4129 if test "$cross_compiling" = yes; then :
783e057b 4130 :
bec39cab 4131else
81ecdfbb 4132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4133/* end confdefs.h. */
4134#include <ctype.h>
81ecdfbb 4135#include <stdlib.h>
783e057b
DJ
4136#if ((' ' & 0x0FF) == 0x020)
4137# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4138# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4139#else
4140# define ISLOWER(c) \
4141 (('a' <= (c) && (c) <= 'i') \
4142 || ('j' <= (c) && (c) <= 'r') \
4143 || ('s' <= (c) && (c) <= 'z'))
4144# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4145#endif
4146
4147#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4148int
4149main ()
4150{
4151 int i;
4152 for (i = 0; i < 256; i++)
4153 if (XOR (islower (i), ISLOWER (i))
4154 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4155 return 2;
4156 return 0;
783e057b
DJ
4157}
4158_ACEOF
81ecdfbb 4159if ac_fn_c_try_run "$LINENO"; then :
783e057b 4160
81ecdfbb
RW
4161else
4162 ac_cv_header_stdc=no
783e057b 4163fi
81ecdfbb
RW
4164rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4165 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 4166fi
81ecdfbb 4167
783e057b
DJ
4168fi
4169fi
81ecdfbb
RW
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4171$as_echo "$ac_cv_header_stdc" >&6; }
783e057b
DJ
4172if test $ac_cv_header_stdc = yes; then
4173
81ecdfbb 4174$as_echo "#define STDC_HEADERS 1" >>confdefs.h
783e057b
DJ
4175
4176fi
4177
4178# On IRIX 5.3, sys/types and inttypes.h are conflicting.
783e057b
DJ
4179for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4180 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4181do :
4182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4183ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4184"
4185eval as_val=\$$as_ac_Header
4186 if test "x$as_val" = x""yes; then :
783e057b 4187 cat >>confdefs.h <<_ACEOF
81ecdfbb 4188#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
4189_ACEOF
4190
4191fi
4192
4193done
4194
4195
4196
81ecdfbb
RW
4197 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4198if test "x$ac_cv_header_minix_config_h" = x""yes; then :
783e057b
DJ
4199 MINIX=yes
4200else
4201 MINIX=
4202fi
4203
4204
4205 if test "$MINIX" = yes; then
4206
81ecdfbb 4207$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
783e057b
DJ
4208
4209
81ecdfbb 4210$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
783e057b
DJ
4211
4212
81ecdfbb 4213$as_echo "#define _MINIX 1" >>confdefs.h
783e057b
DJ
4214
4215 fi
4216
4217
81ecdfbb
RW
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4219$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4220if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4221 $as_echo_n "(cached) " >&6
783e057b 4222else
81ecdfbb 4223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4224/* end confdefs.h. */
4225
c971b7fa
PA
4226# define __EXTENSIONS__ 1
4227 $ac_includes_default
783e057b
DJ
4228int
4229main ()
4230{
4231
4232 ;
4233 return 0;
4234}
4235_ACEOF
81ecdfbb 4236if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
4237 ac_cv_safe_to_define___extensions__=yes
4238else
81ecdfbb 4239 ac_cv_safe_to_define___extensions__=no
783e057b 4240fi
81ecdfbb 4241rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b 4242fi
81ecdfbb
RW
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4244$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
783e057b 4245 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4246 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
783e057b 4247
81ecdfbb 4248 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
783e057b 4249
81ecdfbb 4250 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
783e057b 4251
81ecdfbb 4252 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
783e057b 4253
81ecdfbb 4254 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
783e057b
DJ
4255
4256
c971b7fa
PA
4257ac_aux_dir=
4258for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4259 for ac_t in install-sh install.sh shtool; do
4260 if test -f "$ac_dir/$ac_t"; then
4261 ac_aux_dir=$ac_dir
4262 ac_install_sh="$ac_aux_dir/$ac_t -c"
4263 break 2
4264 fi
4265 done
4266done
4267if test -z "$ac_aux_dir"; then
4268 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4269fi
770d76d7 4270
c971b7fa
PA
4271# These three variables are undocumented and unsupported,
4272# and are intended to be withdrawn in a future Autoconf release.
4273# They can cause serious problems if a builder's source tree is in a directory
4274# whose full name contains unusual characters.
4275ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4276ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4277ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
770d76d7 4278
770d76d7 4279
c971b7fa
PA
4280# Make sure we can run config.sub.
4281$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4282 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
770d76d7 4283
c971b7fa
PA
4284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4285$as_echo_n "checking build system type... " >&6; }
4286if test "${ac_cv_build+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
770d76d7 4288else
c971b7fa
PA
4289 ac_build_alias=$build_alias
4290test "x$ac_build_alias" = x &&
4291 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4292test "x$ac_build_alias" = x &&
4293 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4294ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4295 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4296
770d76d7 4297fi
c971b7fa
PA
4298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4299$as_echo "$ac_cv_build" >&6; }
4300case $ac_cv_build in
4301*-*-*) ;;
4302*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
770d76d7 4303esac
c971b7fa
PA
4304build=$ac_cv_build
4305ac_save_IFS=$IFS; IFS='-'
4306set x $ac_cv_build
4307shift
4308build_cpu=$1
4309build_vendor=$2
4310shift; shift
4311# Remember, the first character of IFS is used to create $*,
4312# except with old shells:
4313build_os=$*
4314IFS=$ac_save_IFS
4315case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
770d76d7
PA
4316
4317
c971b7fa
PA
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4319$as_echo_n "checking host system type... " >&6; }
4320if test "${ac_cv_host+set}" = set; then :
81ecdfbb
RW
4321 $as_echo_n "(cached) " >&6
4322else
c971b7fa
PA
4323 if test "x$host_alias" = x; then
4324 ac_cv_host=$ac_cv_build
81ecdfbb 4325else
c971b7fa
PA
4326 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4327 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 4328fi
81ecdfbb
RW
4329
4330fi
c971b7fa
PA
4331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4332$as_echo "$ac_cv_host" >&6; }
4333case $ac_cv_host in
4334*-*-*) ;;
4335*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 4336esac
c971b7fa
PA
4337host=$ac_cv_host
4338ac_save_IFS=$IFS; IFS='-'
4339set x $ac_cv_host
4340shift
4341host_cpu=$1
4342host_vendor=$2
4343shift; shift
4344# Remember, the first character of IFS is used to create $*,
4345# except with old shells:
4346host_os=$*
4347IFS=$ac_save_IFS
4348case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3388710e
JM
4349
4350
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4352$as_echo_n "checking target system type... " >&6; }
4353if test "${ac_cv_target+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
4355else
4356 if test "x$target_alias" = x; then
4357 ac_cv_target=$ac_cv_host
4358else
4359 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4360 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4361fi
4362
4363fi
4364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4365$as_echo "$ac_cv_target" >&6; }
4366case $ac_cv_target in
4367*-*-*) ;;
4368*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4369esac
4370target=$ac_cv_target
4371ac_save_IFS=$IFS; IFS='-'
4372set x $ac_cv_target
4373shift
4374target_cpu=$1
4375target_vendor=$2
4376shift; shift
4377# Remember, the first character of IFS is used to create $*,
4378# except with old shells:
4379target_os=$*
4380IFS=$ac_save_IFS
4381case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4382
4383
4384# The aliases save the names the user supplied, while $host etc.
4385# will get canonicalized.
4386test -n "$target_alias" &&
4387 test "$program_prefix$program_suffix$program_transform_name" = \
4388 NONENONEs,x,x, &&
4389 program_prefix=${target_alias}-
4390
4391# The tests for host and target for $enable_largefile require
4392# canonical names.
4393
4394
81ecdfbb 4395
da2f07f1
JK
4396# As the $enable_largefile decision depends on --enable-plugins we must set it
4397# even in directories otherwise not depending on the $plugins option.
4398
4399
2974be62
AM
4400 maybe_plugins=no
4401 for ac_header in dlfcn.h
4402do :
4403 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4404"
4405if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
4406 cat >>confdefs.h <<_ACEOF
4407#define HAVE_DLFCN_H 1
4408_ACEOF
4409 maybe_plugins=yes
4410fi
4411
4412done
4413
4414 for ac_header in windows.h
4415do :
4416 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4417"
4418if test "x$ac_cv_header_windows_h" = x""yes; then :
4419 cat >>confdefs.h <<_ACEOF
4420#define HAVE_WINDOWS_H 1
4421_ACEOF
4422 maybe_plugins=yes
4423fi
4424
4425done
4426
4427
4428 # Check whether --enable-plugins was given.
da2f07f1
JK
4429if test "${enable_plugins+set}" = set; then :
4430 enableval=$enable_plugins; case "${enableval}" in
2974be62
AM
4431 no) plugins=no ;;
4432 *) plugins=yes
4433 if test "$maybe_plugins" != "yes" ; then
4434 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
4435 fi ;;
4436 esac
da2f07f1 4437else
2974be62
AM
4438 plugins=$maybe_plugins
4439
da2f07f1
JK
4440fi
4441
2974be62
AM
4442 if test "$plugins" = "yes"; then
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
4444$as_echo_n "checking for library containing dlopen... " >&6; }
4445if test "${ac_cv_search_dlopen+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
4447else
4448 ac_func_search_save_LIBS=$LIBS
4449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4450/* end confdefs.h. */
4451
4452/* Override any GCC internal prototype to avoid an error.
4453 Use char because int might match the return type of a GCC
4454 builtin and then its argument prototype would still apply. */
4455#ifdef __cplusplus
4456extern "C"
4457#endif
4458char dlopen ();
4459int
4460main ()
4461{
4462return dlopen ();
4463 ;
4464 return 0;
4465}
4466_ACEOF
4467for ac_lib in '' dl; do
4468 if test -z "$ac_lib"; then
4469 ac_res="none required"
4470 else
4471 ac_res=-l$ac_lib
4472 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4473 fi
4474 if ac_fn_c_try_link "$LINENO"; then :
4475 ac_cv_search_dlopen=$ac_res
4476fi
4477rm -f core conftest.err conftest.$ac_objext \
4478 conftest$ac_exeext
4479 if test "${ac_cv_search_dlopen+set}" = set; then :
4480 break
4481fi
4482done
4483if test "${ac_cv_search_dlopen+set}" = set; then :
4484
4485else
4486 ac_cv_search_dlopen=no
4487fi
4488rm conftest.$ac_ext
4489LIBS=$ac_func_search_save_LIBS
4490fi
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
4492$as_echo "$ac_cv_search_dlopen" >&6; }
4493ac_res=$ac_cv_search_dlopen
4494if test "$ac_res" != no; then :
4495 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4496
4497fi
4498
4499 fi
da2f07f1
JK
4500
4501
4502case "${host}" in
4503 sparc-*-solaris*|i[3-7]86-*-solaris*)
4504 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4505 # are mutually exclusive; and without procfs support, the bfd/ elf module
4506 # cannot provide certain routines such as elfcore_write_prpsinfo
4507 # or elfcore_write_prstatus. So unless the user explicitly requested
4508 # large-file support through the --enable-largefile switch, disable
4509 # large-file support in favor of procfs support.
4510 test "${target}" = "${host}" -a "x$plugins" = xno \
4511 && : ${enable_largefile="no"}
4512 ;;
4513esac
4514
4515# Check whether --enable-largefile was given.
4516if test "${enable_largefile+set}" = set; then :
4517 enableval=$enable_largefile;
4518fi
4519
4520if test "$enable_largefile" != no; then
4521
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4523$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4524if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4525 $as_echo_n "(cached) " >&6
4526else
4527 ac_cv_sys_largefile_CC=no
4528 if test "$GCC" != yes; then
4529 ac_save_CC=$CC
4530 while :; do
4531 # IRIX 6.2 and later do not support large files by default,
4532 # so use the C compiler's -n32 option if that helps.
4533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4534/* end confdefs.h. */
4535#include <sys/types.h>
4536 /* Check that off_t can represent 2**63 - 1 correctly.
4537 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4538 since some C++ compilers masquerading as C compilers
4539 incorrectly reject 9223372036854775807. */
4540#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4541 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4542 && LARGE_OFF_T % 2147483647 == 1)
4543 ? 1 : -1];
4544int
4545main ()
4546{
4547
4548 ;
4549 return 0;
4550}
4551_ACEOF
4552 if ac_fn_c_try_compile "$LINENO"; then :
4553 break
4554fi
4555rm -f core conftest.err conftest.$ac_objext
4556 CC="$CC -n32"
4557 if ac_fn_c_try_compile "$LINENO"; then :
4558 ac_cv_sys_largefile_CC=' -n32'; break
4559fi
4560rm -f core conftest.err conftest.$ac_objext
4561 break
4562 done
4563 CC=$ac_save_CC
4564 rm -f conftest.$ac_ext
4565 fi
4566fi
4567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4568$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4569 if test "$ac_cv_sys_largefile_CC" != no; then
4570 CC=$CC$ac_cv_sys_largefile_CC
4571 fi
4572
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4574$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4575if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4576 $as_echo_n "(cached) " >&6
4577else
4578 while :; do
4579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4580/* end confdefs.h. */
4581#include <sys/types.h>
4582 /* Check that off_t can represent 2**63 - 1 correctly.
4583 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4584 since some C++ compilers masquerading as C compilers
4585 incorrectly reject 9223372036854775807. */
4586#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4587 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4588 && LARGE_OFF_T % 2147483647 == 1)
4589 ? 1 : -1];
4590int
4591main ()
4592{
4593
4594 ;
4595 return 0;
4596}
4597_ACEOF
4598if ac_fn_c_try_compile "$LINENO"; then :
4599 ac_cv_sys_file_offset_bits=no; break
4600fi
4601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603/* end confdefs.h. */
4604#define _FILE_OFFSET_BITS 64
4605#include <sys/types.h>
4606 /* Check that off_t can represent 2**63 - 1 correctly.
4607 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4608 since some C++ compilers masquerading as C compilers
4609 incorrectly reject 9223372036854775807. */
4610#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4611 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4612 && LARGE_OFF_T % 2147483647 == 1)
4613 ? 1 : -1];
4614int
4615main ()
4616{
4617
4618 ;
4619 return 0;
4620}
4621_ACEOF
4622if ac_fn_c_try_compile "$LINENO"; then :
4623 ac_cv_sys_file_offset_bits=64; break
4624fi
4625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4626 ac_cv_sys_file_offset_bits=unknown
4627 break
4628done
4629fi
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4631$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4632case $ac_cv_sys_file_offset_bits in #(
4633 no | unknown) ;;
4634 *)
4635cat >>confdefs.h <<_ACEOF
4636#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4637_ACEOF
4638;;
4639esac
4640rm -rf conftest*
4641 if test $ac_cv_sys_file_offset_bits = unknown; then
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4643$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4644if test "${ac_cv_sys_large_files+set}" = set; then :
4645 $as_echo_n "(cached) " >&6
4646else
4647 while :; do
4648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4649/* end confdefs.h. */
4650#include <sys/types.h>
4651 /* Check that off_t can represent 2**63 - 1 correctly.
4652 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4653 since some C++ compilers masquerading as C compilers
4654 incorrectly reject 9223372036854775807. */
4655#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4656 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4657 && LARGE_OFF_T % 2147483647 == 1)
4658 ? 1 : -1];
4659int
4660main ()
4661{
4662
4663 ;
4664 return 0;
4665}
4666_ACEOF
4667if ac_fn_c_try_compile "$LINENO"; then :
4668 ac_cv_sys_large_files=no; break
4669fi
4670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4672/* end confdefs.h. */
4673#define _LARGE_FILES 1
4674#include <sys/types.h>
4675 /* Check that off_t can represent 2**63 - 1 correctly.
4676 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4677 since some C++ compilers masquerading as C compilers
4678 incorrectly reject 9223372036854775807. */
4679#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4680 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4681 && LARGE_OFF_T % 2147483647 == 1)
4682 ? 1 : -1];
4683int
4684main ()
4685{
4686
4687 ;
4688 return 0;
4689}
4690_ACEOF
4691if ac_fn_c_try_compile "$LINENO"; then :
4692 ac_cv_sys_large_files=1; break
4693fi
4694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4695 ac_cv_sys_large_files=unknown
4696 break
4697done
4698fi
4699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4700$as_echo "$ac_cv_sys_large_files" >&6; }
4701case $ac_cv_sys_large_files in #(
4702 no | unknown) ;;
4703 *)
4704cat >>confdefs.h <<_ACEOF
4705#define _LARGE_FILES $ac_cv_sys_large_files
4706_ACEOF
4707;;
4708esac
4709rm -rf conftest*
4710 fi
4711fi
4712
4713
4714
81ecdfbb
RW
4715
4716
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4718$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4719if test "${am_cv_prog_cc_stdc+set}" = set; then :
4720 $as_echo_n "(cached) " >&6
4721else
4722 am_cv_prog_cc_stdc=no
4723ac_save_CC="$CC"
4724# Don't try gcc -ansi; that turns off useful extensions and
4725# breaks some systems' header files.
4726# AIX -qlanglvl=ansi
4727# Ultrix and OSF/1 -std1
4728# HP-UX 10.20 and later -Ae
4729# HP-UX older versions -Aa -D_HPUX_SOURCE
4730# SVR4 -Xc -D__EXTENSIONS__
4731for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4732do
783e057b 4733 CC="$ac_save_CC $ac_arg"
81ecdfbb 4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4735/* end confdefs.h. */
4736#include <stdarg.h>
4737#include <stdio.h>
4738#include <sys/types.h>
4739#include <sys/stat.h>
4740/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4741struct buf { int x; };
4742FILE * (*rcsopen) (struct buf *, struct stat *, int);
4743static char *e (p, i)
4744 char **p;
4745 int i;
4746{
4747 return p[i];
4748}
4749static char *f (char * (*g) (char **, int), char **p, ...)
4750{
4751 char *s;
4752 va_list v;
4753 va_start (v,p);
4754 s = g (p, va_arg (v,int));
4755 va_end (v);
4756 return s;
4757}
4758int test (int i, double x);
4759struct s1 {int (*f) (int a);};
4760struct s2 {int (*f) (double a);};
4761int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4762int argc;
4763char **argv;
4764
4765int
4766main ()
4767{
4768
4769return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4770
4771 ;
4772 return 0;
4773}
4774_ACEOF
81ecdfbb 4775if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4776 am_cv_prog_cc_stdc="$ac_arg"; break
783e057b 4777fi
81ecdfbb 4778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
4779done
4780CC="$ac_save_CC"
4781
4782fi
4783
4784if test -z "$am_cv_prog_cc_stdc"; then
81ecdfbb
RW
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4786$as_echo "none needed" >&6; }
783e057b 4787else
81ecdfbb
RW
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4789$as_echo "$am_cv_prog_cc_stdc" >&6; }
783e057b
DJ
4790fi
4791case "x$am_cv_prog_cc_stdc" in
4792 x|xno) ;;
4793 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4794esac
4795
4869db5e
RM
4796# expand $ac_aux_dir to an absolute path
4797am_aux_dir=`cd $ac_aux_dir && pwd`
4798
4799if test x"${install_sh}" != xset; then
4800 case $am_aux_dir in
4801 *\ * | *\ *)
4802 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4803 *)
4804 install_sh="\${SHELL} $am_aux_dir/install-sh"
4805 esac
4806fi
4807
4808# Installed binaries are usually stripped using `strip' when the user
4809# run `make install-strip'. However `strip' might not be the right
4810# tool to use in cross-compilation environments, therefore Automake
4811# will honor the `STRIP' environment variable to overrule this program.
4812if test "$cross_compiling" != no; then
4813 if test -n "$ac_tool_prefix"; then
4814 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4815set dummy ${ac_tool_prefix}strip; ac_word=$2
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817$as_echo_n "checking for $ac_word... " >&6; }
4818if test "${ac_cv_prog_STRIP+set}" = set; then :
4819 $as_echo_n "(cached) " >&6
4820else
4821 if test -n "$STRIP"; then
4822 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4823else
4824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825for as_dir in $PATH
4826do
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2
4834 fi
4835done
4836 done
4837IFS=$as_save_IFS
4838
4839fi
4840fi
4841STRIP=$ac_cv_prog_STRIP
4842if test -n "$STRIP"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4844$as_echo "$STRIP" >&6; }
4845else
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847$as_echo "no" >&6; }
4848fi
4849
4850
4851fi
4852if test -z "$ac_cv_prog_STRIP"; then
4853 ac_ct_STRIP=$STRIP
4854 # Extract the first word of "strip", so it can be a program name with args.
4855set dummy strip; ac_word=$2
4856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4857$as_echo_n "checking for $ac_word... " >&6; }
4858if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4859 $as_echo_n "(cached) " >&6
4860else
4861 if test -n "$ac_ct_STRIP"; then
4862 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4863else
4864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4865for as_dir in $PATH
4866do
4867 IFS=$as_save_IFS
4868 test -z "$as_dir" && as_dir=.
4869 for ac_exec_ext in '' $ac_executable_extensions; do
4870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4871 ac_cv_prog_ac_ct_STRIP="strip"
4872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4873 break 2
4874 fi
4875done
4876 done
4877IFS=$as_save_IFS
4878
4879fi
4880fi
4881ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4882if test -n "$ac_ct_STRIP"; then
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4884$as_echo "$ac_ct_STRIP" >&6; }
4885else
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4887$as_echo "no" >&6; }
4888fi
4889
4890 if test "x$ac_ct_STRIP" = x; then
4891 STRIP=":"
4892 else
4893 case $cross_compiling:$ac_tool_warned in
4894yes:)
4895{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4896$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4897ac_tool_warned=yes ;;
4898esac
4899 STRIP=$ac_ct_STRIP
4900 fi
4901else
4902 STRIP="$ac_cv_prog_STRIP"
4903fi
4904
4905fi
4906INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4907
783e057b
DJ
4908
4909ac_aux_dir=
81ecdfbb
RW
4910for ac_dir in .. "$srcdir"/..; do
4911 for ac_t in install-sh install.sh shtool; do
4912 if test -f "$ac_dir/$ac_t"; then
4913 ac_aux_dir=$ac_dir
4914 ac_install_sh="$ac_aux_dir/$ac_t -c"
4915 break 2
4916 fi
4917 done
783e057b
DJ
4918done
4919if test -z "$ac_aux_dir"; then
81ecdfbb 4920 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
783e057b 4921fi
81ecdfbb
RW
4922
4923# These three variables are undocumented and unsupported,
4924# and are intended to be withdrawn in a future Autoconf release.
4925# They can cause serious problems if a builder's source tree is in a directory
4926# whose full name contains unusual characters.
4927ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4928ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4929ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4930
783e057b 4931
783e057b 4932
9009e1ae
MR
4933test "$program_prefix" != NONE &&
4934 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4935# Use a double $ so make ignores it.
4936test "$program_suffix" != NONE &&
4937 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4938# Double any \ or $.
4939# By default was `s,x,x', remove it if useless.
4940ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4941program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4942
81ecdfbb 4943
3bc3d82a
PA
4944# See if we are building with C++, and substitute COMPILER.
4945
4946 # Check whether --enable-build-with-cxx was given.
4947if test "${enable_build_with_cxx+set}" = set; then :
4948 enableval=$enable_build_with_cxx; case $enableval in
4949 yes | no)
4950 ;;
4951 *)
4952 as_fn_error "bad value $enableval for --enable-build-with-cxx" "$LINENO" 5 ;;
4953 esac
4954else
4955 enable_build_with_cxx=no
4956fi
4957
4958
4959 if test "$enable_build_with_cxx" = "yes"; then
4960 # We're using -fpermissive as shortcut for now.
4961 COMPILER='$(CXX) -fpermissive'
4962 else
4963 COMPILER='$(CC)'
4964 fi
4965
4966
4967
a417dc56
RW
4968# Dependency checking.
4969rm -rf .tst 2>/dev/null
4970mkdir .tst 2>/dev/null
4971if test -d .tst; then
4972 am__leading_dot=.
4973else
4974 am__leading_dot=_
4975fi
4976rmdir .tst 2>/dev/null
4977
4978DEPDIR="${am__leading_dot}deps"
4979
81ecdfbb 4980ac_config_commands="$ac_config_commands depdir"
a417dc56
RW
4981
4982
4983depcc="$CC" am_compiler_list=
4984
4985am_depcomp=$ac_aux_dir/depcomp
81ecdfbb
RW
4986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4987$as_echo_n "checking dependency style of $depcc... " >&6; }
4988if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4989 $as_echo_n "(cached) " >&6
a417dc56
RW
4990else
4991 if test -f "$am_depcomp"; then
4992 # We make a subdir and do the tests there. Otherwise we can end up
4993 # making bogus files that we don't know about and never remove. For
4994 # instance it was reported that on HP-UX the gcc test will end up
4995 # making a dummy file named `D' -- because `-MD' means `put the output
4996 # in D'.
4997 mkdir conftest.dir
4998 # Copy depcomp to subdir because otherwise we won't find it if we're
4999 # using a relative directory.
5000 cp "$am_depcomp" conftest.dir
5001 cd conftest.dir
5002 # We will build objects and dependencies in a subdirectory because
5003 # it helps to detect inapplicable dependency modes. For instance
5004 # both Tru64's cc and ICC support -MD to output dependencies as a
5005 # side effect of compilation, but ICC will put the dependencies in
5006 # the current directory while Tru64 will put them in the object
5007 # directory.
5008 mkdir sub
5009
5010 am_cv_CC_dependencies_compiler_type=none
5011 if test "$am_compiler_list" = ""; then
5012 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5013 fi
5014 for depmode in $am_compiler_list; do
5015 if test $depmode = none; then break; fi
5016
81ecdfbb 5017 $as_echo "$as_me:$LINENO: trying $depmode" >&5
a417dc56
RW
5018 # Setup a source with many dependencies, because some compilers
5019 # like to wrap large dependency lists on column 80 (with \), and
5020 # we should not choose a depcomp mode which is confused by this.
5021 #
5022 # We need to recreate these files for each test, as the compiler may
5023 # overwrite some of them when testing with obscure command lines.
5024 # This happens at least with the AIX C compiler.
5025 : > sub/conftest.c
5026 for i in 1 2 3 4 5 6; do
5027 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5028 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5029 # Solaris 8's {/usr,}/bin/sh.
5030 touch sub/conftst$i.h
5031 done
5032 echo "include sub/conftest.Po" > confmf
5033
5034 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5035 # mode. It turns out that the SunPro C++ compiler does not properly
5036 # handle `-M -o', and we need to detect this.
5037 depcmd="depmode=$depmode \
5038 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5039 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5040 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
5041 echo "| $depcmd" | sed -e 's/ */ /g' >&5
5042 if env $depcmd > conftest.err 2>&1 &&
5043 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
5044 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
5045 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
5046 # icc doesn't choke on unknown options, it will just issue warnings
5047 # or remarks (even with -Werror). So we grep stderr for any message
5048 # that says an option was ignored or not supported.
5049 # When given -MP, icc 7.0 and 7.1 complain thusly:
5050 # icc: Command line warning: ignoring option '-M'; no argument required
5051 # The diagnosis changed in icc 8.0:
5052 # icc: Command line remark: option '-MP' not supported
5053 if (grep 'ignoring option' conftest.err ||
5054 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5055 am_cv_CC_dependencies_compiler_type=$depmode
81ecdfbb 5056 $as_echo "$as_me:$LINENO: success" >&5
a417dc56
RW
5057 break
5058 fi
5059 fi
81ecdfbb 5060 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
a417dc56
RW
5061 sed -e 's/^/| /' < conftest.err >&5
5062 done
5063
5064 cd ..
5065 rm -rf conftest.dir
5066else
5067 am_cv_CC_dependencies_compiler_type=none
5068fi
5069
5070fi
81ecdfbb
RW
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5072$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
a417dc56 5073if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
81ecdfbb 5074then as_fn_error "no usable dependency style found" "$LINENO" 5
a417dc56
RW
5075else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5076
5077fi
5078
5079
5080# Check for the 'make' the user wants to use.
5081for ac_prog in make
5082do
5083 # Extract the first word of "$ac_prog", so it can be a program name with args.
5084set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5086$as_echo_n "checking for $ac_word... " >&6; }
5087if test "${ac_cv_prog_MAKE+set}" = set; then :
5088 $as_echo_n "(cached) " >&6
a417dc56
RW
5089else
5090 if test -n "$MAKE"; then
5091 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
5092else
5093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5094for as_dir in $PATH
5095do
5096 IFS=$as_save_IFS
5097 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5098 for ac_exec_ext in '' $ac_executable_extensions; do
5099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
a417dc56 5100 ac_cv_prog_MAKE="$ac_prog"
81ecdfbb 5101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a417dc56
RW
5102 break 2
5103 fi
5104done
81ecdfbb
RW
5105 done
5106IFS=$as_save_IFS
a417dc56
RW
5107
5108fi
5109fi
5110MAKE=$ac_cv_prog_MAKE
5111if test -n "$MAKE"; then
81ecdfbb
RW
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
5113$as_echo "$MAKE" >&6; }
a417dc56 5114else
81ecdfbb
RW
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116$as_echo "no" >&6; }
a417dc56
RW
5117fi
5118
81ecdfbb 5119
a417dc56
RW
5120 test -n "$MAKE" && break
5121done
5122
5123MAKE_IS_GNU=
5124case "`$MAKE --version 2>&1 | sed 1q`" in
5125 *GNU*)
5126 MAKE_IS_GNU=yes
5127 ;;
5128esac
81ecdfbb 5129 if test "$MAKE_IS_GNU" = yes; then
a417dc56
RW
5130 GMAKE_TRUE=
5131 GMAKE_FALSE='#'
5132else
5133 GMAKE_TRUE='#'
5134 GMAKE_FALSE=
5135fi
5136
81ecdfbb
RW
5137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5138$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5139set x ${MAKE-make}
5140ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5141if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
5142 $as_echo_n "(cached) " >&6
a417dc56
RW
5143else
5144 cat >conftest.make <<\_ACEOF
81ecdfbb 5145SHELL = /bin/sh
a417dc56 5146all:
81ecdfbb 5147 @echo '@@@%%%=$(MAKE)=@@@%%%'
a417dc56
RW
5148_ACEOF
5149# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
5150case `${MAKE-make} -f conftest.make 2>/dev/null` in
5151 *@@@%%%=?*=@@@%%%*)
5152 eval ac_cv_prog_make_${ac_make}_set=yes;;
5153 *)
5154 eval ac_cv_prog_make_${ac_make}_set=no;;
5155esac
a417dc56
RW
5156rm -f conftest.make
5157fi
81ecdfbb
RW
5158if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5160$as_echo "yes" >&6; }
a417dc56
RW
5161 SET_MAKE=
5162else
81ecdfbb
RW
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5164$as_echo "no" >&6; }
a417dc56
RW
5165 SET_MAKE="MAKE=${MAKE-make}"
5166fi
5167
5168
648d586d
JB
5169gnulib_extra_configure_args=
5170# If large-file support is disabled, make sure gnulib does the same.
5171if test "$enable_largefile" = no; then
5172gnulib_extra_configure_args="$gnulib_extra_configure_args --disable-largefile"
5173fi
5174
c971b7fa
PA
5175# Configure gnulib. We need to build gnulib under some other
5176# directory not "gnulib", to avoid the problem of both GDB and
5177# GDBserver wanting to build it in the same directory, when building
5178# in the source dir.
783e057b 5179
c971b7fa
PA
5180 in_src="gnulib"
5181 in_build="build-gnulib"
648d586d 5182 in_extra_args="$gnulib_extra_configure_args"
c971b7fa
PA
5183
5184 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
5185 # so they do not pile up.
5186 ac_sub_configure_args=
5187 ac_prev=
5188 eval "set x $ac_configure_args"
5189 shift
5190 for ac_arg
5191 do
5192 if test -n "$ac_prev"; then
5193 ac_prev=
5194 continue
5195 fi
5196 case $ac_arg in
5197 -cache-file | --cache-file | --cache-fil | --cache-fi \
5198 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
5199 ac_prev=cache_file ;;
5200 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
5201 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
5202 | --c=*)
5203 ;;
5204 --config-cache | -C)
5205 ;;
5206 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
5207 ac_prev=srcdir ;;
5208 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5209 ;;
5210 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
5211 ac_prev=prefix ;;
5212 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5213 ;;
5214 --disable-option-checking)
5215 ;;
5216 *)
5217 case $ac_arg in
5218 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5219 esac
5220 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
5221 esac
5222 done
5223
5224 # Always prepend --prefix to ensure using the same prefix
5225 # in subdir configurations.
5226 ac_arg="--prefix=$prefix"
5227 case $ac_arg in
5228 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5229 esac
5230 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
5231
5232 # Pass --silent
5233 if test "$silent" = yes; then
5234 ac_sub_configure_args="--silent $ac_sub_configure_args"
5235 fi
5236
5237 # Always prepend --disable-option-checking to silence warnings, since
5238 # different subdirs can have different --enable and --with options.
5239 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
5240
5241 ac_popdir=`pwd`
5242 ac_dir=$in_build
5243
5244 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
5245 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
5246 $as_echo "$ac_msg" >&6
5247 as_dir="$ac_dir"; as_fn_mkdir_p
5248
38ea300a
PA
5249 case $srcdir in
5250 [\\/]* | ?:[\\/]* )
5251 ac_srcdir=$srcdir/$in_src ;;
5252 *) # Relative name.
5253 ac_srcdir=../$srcdir/$in_src ;;
5254 esac
c971b7fa
PA
5255
5256 cd "$ac_dir"
5257
5258 ac_sub_configure=$ac_srcdir/configure
5259
5260 # Make the cache file name correct relative to the subdirectory.
5261 case $cache_file in
5262 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
5263 *) # Relative name.
5264 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
5265 esac
5266
648d586d
JB
5267 if test -n "$in_extra_args"; then
5268 # Add the extra args at the end.
5269 ac_sub_configure_args="$ac_sub_configure_args $in_extra_args"
5270 fi
5271
c971b7fa
PA
5272 { $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
5273$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
5274 # The eval makes quoting arguments work.
5275 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
5276 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
5277 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
5278
5279 cd "$ac_popdir"
783e057b 5280
c971b7fa
PA
5281
5282
5283CONFIG_OBS=
5284CONFIG_DEPS=
5285CONFIG_SRCS=
5286ENABLE_CFLAGS=
5287
5288CONFIG_ALL=
5289CONFIG_CLEAN=
5290CONFIG_INSTALL=
5291CONFIG_UNINSTALL=
5292
5293# If we haven't got the data from the intl directory,
5294# assume NLS is disabled.
5295USE_NLS=no
5296LIBINTL=
5297LIBINTL_DEP=
5298INCINTL=
5299XGETTEXT=
5300GMSGFMT=
5301POSUB=
783e057b
DJ
5302
5303if test -f ../intl/config.intl; then
5304 . ../intl/config.intl
5305fi
81ecdfbb
RW
5306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
5307$as_echo_n "checking whether NLS is requested... " >&6; }
783e057b 5308if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5310$as_echo "no" >&6; }
783e057b 5311else
81ecdfbb
RW
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5313$as_echo "yes" >&6; }
783e057b 5314
81ecdfbb 5315$as_echo "#define ENABLE_NLS 1" >>confdefs.h
783e057b
DJ
5316
5317
81ecdfbb
RW
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
5319$as_echo_n "checking for catalogs to be installed... " >&6; }
783e057b
DJ
5320 # Look for .po and .gmo files in the source directory.
5321 CATALOGS=
5322 XLINGUAS=
5323 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
5324 # If there aren't any .gmo files the shell will give us the
5325 # literal string "../path/to/srcdir/po/*.gmo" which has to be
5326 # weeded out.
5327 case "$cat" in *\**)
5328 continue;;
5329 esac
5330 # The quadruple backslash is collapsed to a double backslash
5331 # by the backticks, then collapsed again by the double quotes,
5332 # leaving us with one backslash in the sed expression (right
5333 # before the dot that mustn't act as a wildcard).
c971b7fa
PA
5334 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
5335 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
5336 # The user is allowed to set LINGUAS to a list of languages to
5337 # install catalogs for. If it's empty that means "all of them."
5338 if test "x$LINGUAS" = x; then
5339 CATALOGS="$CATALOGS $cat"
5340 XLINGUAS="$XLINGUAS $lang"
5341 else
5342 case "$LINGUAS" in *$lang*)
5343 CATALOGS="$CATALOGS $cat"
5344 XLINGUAS="$XLINGUAS $lang"
5345 ;;
5346 esac
e28b3332
DJ
5347 fi
5348 done
c971b7fa
PA
5349 LINGUAS="$XLINGUAS"
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
5351$as_echo "$LINGUAS" >&6; }
5352
5353
5354 DATADIRNAME=share
5355
5356 INSTOBJEXT=.mo
5357
5358 GENCAT=gencat
5359
5360 CATOBJEXT=.gmo
e28b3332 5361
e28b3332
DJ
5362fi
5363
c971b7fa
PA
5364localedir='${datadir}/locale'
5365
5366
5367if test x"$USE_NLS" = xyes; then
5368 CONFIG_ALL="$CONFIG_ALL all-po"
5369 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
5370 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
5371 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
e28b3332 5372fi
e28b3332 5373
c971b7fa
PA
5374GNULIB=build-gnulib/import
5375
5376# For Makefile dependencies.
5377GNULIB_STDINT_H=
5378if test x"$STDINT_H" != x; then
5379 GNULIB_STDINT_H=$GNULIB/$STDINT_H
e28b3332
DJ
5380fi
5381
5382
c971b7fa
PA
5383PACKAGE=gdb
5384
5385cat >>confdefs.h <<_ACEOF
5386#define PACKAGE "$PACKAGE"
5387_ACEOF
5388
5389
5390
5391# We never need to detect it in this sub-configure.
5392# But preserve it for config.status --recheck.
5393
5394
5395
5396MAKEINFO_EXTRA_FLAGS=""
5397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
5398$as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
5399if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
5400 $as_echo_n "(cached) " >&6
5401else
5402 echo '@clicksequence{a @click{} b}' >conftest.texinfo
5403 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
5404 gdb_cv_have_makeinfo_click=yes
5405 else
5406 gdb_cv_have_makeinfo_click=no
5407 fi
5408fi
5409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
5410$as_echo "$gdb_cv_have_makeinfo_click" >&6; }
5411if test x"$gdb_cv_have_makeinfo_click" = xyes; then
5412 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
5413fi
e28b3332
DJ
5414
5415
bec39cab
AC
5416
5417
81ecdfbb
RW
5418# Check whether --with-separate-debug-dir was given.
5419if test "${with_separate_debug_dir+set}" = set; then :
5420 withval=$with_separate_debug_dir;
b14b1491
TT
5421 DEBUGDIR=$withval
5422else
5423 DEBUGDIR=${libdir}/debug
81ecdfbb
RW
5424fi
5425
20e95c23 5426
783e057b
DJ
5427 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5428 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 5429 ac_define_dir=`eval echo $DEBUGDIR`
783e057b 5430 ac_define_dir=`eval echo $ac_define_dir`
20e95c23 5431
783e057b
DJ
5432cat >>confdefs.h <<_ACEOF
5433#define DEBUGDIR "$ac_define_dir"
20e95c23 5434_ACEOF
20e95c23 5435
20e95c23 5436
20e95c23 5437
0c4a4063 5438
b14b1491
TT
5439 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5440 if test "x$prefix" = xNONE; then
5441 test_prefix=/usr/local
5442 else
5443 test_prefix=$prefix
5444 fi
783e057b 5445 else
b14b1491 5446 test_prefix=$exec_prefix
783e057b 5447 fi
b14b1491
TT
5448 value=0
5449 case ${ac_define_dir} in
5450 "${test_prefix}"|"${test_prefix}/"*|\
5451 '${exec_prefix}'|'${exec_prefix}/'*)
5452 value=1
5453 ;;
5454 esac
5455
5456cat >>confdefs.h <<_ACEOF
5457#define DEBUGDIR_RELOCATABLE $value
5458_ACEOF
5459
5460
5461
0c4a4063 5462
f83d8a90
DE
5463# We can't pass paths as command line arguments.
5464# Mingw32 tries to be clever and will convert the paths for us.
5465# For example -DBINDIR="/usr/local/bin" passed on the command line may get
5466# converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
5467# This breaks GDB's relocatable path conversions since paths passed in
5468# config.h would not get so translated, the path prefixes no longer match.
5469
5470 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5471 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5472 ac_define_dir=`eval echo $bindir`
5473 ac_define_dir=`eval echo $ac_define_dir`
5474
5475cat >>confdefs.h <<_ACEOF
5476#define BINDIR "$ac_define_dir"
5477_ACEOF
5478
5479
5480
b14b1491
TT
5481# GDB's datadir relocation
5482
5483
5484
81ecdfbb
RW
5485# Check whether --with-gdb-datadir was given.
5486if test "${with_gdb_datadir+set}" = set; then :
5487 withval=$with_gdb_datadir;
b14b1491 5488 GDB_DATADIR=$withval
20e95c23 5489else
b14b1491 5490 GDB_DATADIR=${datadir}/gdb
81ecdfbb
RW
5491fi
5492
20e95c23 5493
b14b1491
TT
5494 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5495 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5496 ac_define_dir=`eval echo $GDB_DATADIR`
5497 ac_define_dir=`eval echo $ac_define_dir`
5498
5499cat >>confdefs.h <<_ACEOF
5500#define GDB_DATADIR "$ac_define_dir"
20e95c23
DJ
5501_ACEOF
5502
b14b1491
TT
5503
5504
0c4a4063 5505
b14b1491
TT
5506 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5507 if test "x$prefix" = xNONE; then
5508 test_prefix=/usr/local
5509 else
5510 test_prefix=$prefix
5511 fi
5512 else
5513 test_prefix=$exec_prefix
5514 fi
5515 value=0
5516 case ${ac_define_dir} in
5517 "${test_prefix}"|"${test_prefix}/"*|\
5518 '${exec_prefix}'|'${exec_prefix}/'*)
5519 value=1
5520 ;;
5521 esac
5522
5523cat >>confdefs.h <<_ACEOF
5524#define GDB_DATADIR_RELOCATABLE $value
5525_ACEOF
5526
5527
783e057b 5528
20e95c23 5529
0c4a4063 5530
81ecdfbb
RW
5531# Check whether --with-relocated-sources was given.
5532if test "${with_relocated_sources+set}" = set; then :
5533 withval=$with_relocated_sources; reloc_srcdir="${withval}"
29b0e8a2
JM
5534
5535 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5536 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5537 ac_define_dir=`eval echo $reloc_srcdir`
5538 ac_define_dir=`eval echo $ac_define_dir`
5539
5540cat >>confdefs.h <<_ACEOF
5541#define RELOC_SRCDIR "$ac_define_dir"
5542_ACEOF
5543
5544
5545
81ecdfbb
RW
5546fi
5547
29b0e8a2 5548
7349ff92
JK
5549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
5550$as_echo_n "checking for default auto-load directory... " >&6; }
5551
5552# Check whether --with-auto-load-dir was given.
5553if test "${with_auto_load_dir+set}" = set; then :
5554 withval=$with_auto_load_dir;
5555else
1564a261 5556 with_auto_load_dir='$debugdir:$datadir/auto-load'
7349ff92
JK
5557fi
5558
1564a261 5559escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
7349ff92
JK
5560
5561 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5562 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5563 ac_define_dir=`eval echo $escape_dir`
5564 ac_define_dir=`eval echo $ac_define_dir`
5565
5566cat >>confdefs.h <<_ACEOF
5567#define AUTO_LOAD_DIR "$ac_define_dir"
5568_ACEOF
5569
5570
5571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
5572$as_echo "$with_auto_load_dir" >&6; }
5573
bccbefd2
JK
5574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
5575$as_echo_n "checking for default auto-load safe-path... " >&6; }
5576
5577# Check whether --with-auto-load-safe-path was given.
5578if test "${with_auto_load_safe_path+set}" = set; then :
5579 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6dea1fbd
JK
5580 with_auto_load_safe_path="/"
5581 fi
bccbefd2 5582else
7349ff92 5583 with_auto_load_safe_path="$with_auto_load_dir"
bccbefd2
JK
5584fi
5585
1564a261 5586escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
bccbefd2
JK
5587
5588 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5589 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6dea1fbd 5590 ac_define_dir=`eval echo $escape_dir`
bccbefd2
JK
5591 ac_define_dir=`eval echo $ac_define_dir`
5592
5593cat >>confdefs.h <<_ACEOF
6dea1fbd 5594#define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
bccbefd2
JK
5595_ACEOF
5596
5597
5598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
5599$as_echo "$with_auto_load_safe_path" >&6; }
5600
29b0e8a2 5601
20e95c23 5602
5ae98d25 5603subdirs="$subdirs testsuite"
20e95c23
DJ
5604
5605
783e057b 5606# Check whether to support alternative target configurations
81ecdfbb
RW
5607# Check whether --enable-targets was given.
5608if test "${enable_targets+set}" = set; then :
5609 enableval=$enable_targets; case "${enableval}" in
5610 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
783e057b
DJ
5611 ;;
5612 no) enable_targets= ;;
5613 *) enable_targets=$enableval ;;
5614esac
81ecdfbb
RW
5615fi
5616
20e95c23 5617
783e057b 5618# Check whether to enable 64-bit support on 32-bit hosts
81ecdfbb
RW
5619# Check whether --enable-64-bit-bfd was given.
5620if test "${enable_64_bit_bfd+set}" = set; then :
5621 enableval=$enable_64_bit_bfd; case "${enableval}" in
783e057b
DJ
5622 yes) want64=true ;;
5623 no) want64=false ;;
81ecdfbb 5624 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
783e057b
DJ
5625esac
5626else
5627 want64=false
81ecdfbb
RW
5628fi
5629
783e057b
DJ
5630# Provide defaults for some variables set by the per-host and per-target
5631# configuration.
5632gdb_host_obs=posix-hdep.o
20e95c23 5633
783e057b
DJ
5634if test "${target}" = "${host}"; then
5635 gdb_native=yes
5636else
5637 gdb_native=no
5638fi
20e95c23 5639
783e057b 5640. $srcdir/configure.host
20e95c23 5641
fb23d554
SDJ
5642# Add in the common host objects.
5643. $srcdir/common/common.host
5644gdb_host_obs="$gdb_host_obs $common_host_obs"
5645
783e057b 5646# Accumulate some settings from configure.tgt over all enabled targets
20e95c23 5647
783e057b
DJ
5648TARGET_OBS=
5649all_targets=
b292c783 5650HAVE_NATIVE_GCORE_TARGET=
20e95c23 5651
783e057b 5652for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
20e95c23 5653do
783e057b
DJ
5654 if test "$targ_alias" = "all"; then
5655 all_targets=true
5656 else
5657 # Canonicalize the secondary target names.
5658 result=`$ac_config_sub $targ_alias 2>/dev/null`
5659 if test -n "$result"; then
5660 targ=$result
5661 else
5662 targ=$targ_alias
5663 fi
20e95c23 5664
783e057b 5665 . ${srcdir}/configure.tgt
20e95c23 5666
bf307134
JB
5667 if test -z "${gdb_target_obs}"; then :
5668 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
5669fi
5670
783e057b
DJ
5671 # Target-specific object files
5672 for i in ${gdb_target_obs}; do
5673 case " $TARGET_OBS " in
5674 *" ${i} "*) ;;
5675 *)
5676 TARGET_OBS="$TARGET_OBS ${i}"
5677 ;;
5678 esac
5679 done
20e95c23 5680
783e057b
DJ
5681 # Check whether this target needs 64-bit CORE_ADDR
5682 if test x${want64} = xfalse; then
5683 . ${srcdir}/../bfd/config.bfd
5684 fi
b292c783
JK
5685
5686 # Check whether this target is native and supports gcore.
5687 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
5688 && $gdb_have_gcore; then
5689 HAVE_NATIVE_GCORE_TARGET=1
5690 fi
783e057b 5691 fi
20e95c23
DJ
5692done
5693
783e057b
DJ
5694if test x${all_targets} = xtrue; then
5695
5696 # We want all 64-bit targets if we either:
5697 # - run on a 64-bit host or
5698 # - already require 64-bit support for some other target or
5699 # - the --enable-64-bit-bfd option was supplied
5700 # Otherwise we only support all 32-bit targets.
5701 #
5702 # NOTE: This test must be in sync with the corresponding
5703 # tests in BFD!
20e95c23 5704
783e057b 5705 if test x${want64} = xfalse; then
81ecdfbb
RW
5706 # The cast to long int works around a bug in the HP C Compiler
5707# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5708# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5709# This bug is HP SR number 8606223364.
5710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5711$as_echo_n "checking size of long... " >&6; }
5712if test "${ac_cv_sizeof_long+set}" = set; then :
5713 $as_echo_n "(cached) " >&6
c0993dbe 5714else
81ecdfbb 5715 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
c0993dbe 5716
81ecdfbb
RW
5717else
5718 if test "$ac_cv_type_long" = yes; then
5719 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5720$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5721{ as_fn_set_status 77
5722as_fn_error "cannot compute sizeof (long)
5723See \`config.log' for more details." "$LINENO" 5; }; }
5724 else
5725 ac_cv_sizeof_long=0
5726 fi
c0993dbe 5727fi
81ecdfbb 5728
c0993dbe 5729fi
81ecdfbb
RW
5730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5731$as_echo "$ac_cv_sizeof_long" >&6; }
c0993dbe 5732
c0993dbe 5733
c0993dbe 5734
c0993dbe
UW
5735cat >>confdefs.h <<_ACEOF
5736#define SIZEOF_LONG $ac_cv_sizeof_long
5737_ACEOF
5738
5739
5740 if test "x${ac_cv_sizeof_long}" = "x8"; then
5741 want64=true
5742 fi
5743 fi
5744 if test x${want64} = xtrue; then
5745 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
5746 else
5747 TARGET_OBS='$(ALL_TARGET_OBS)'
5748 fi
5749fi
5750
5751
5752
b292c783 5753
c0993dbe
UW
5754# For other settings, only the main target counts.
5755gdb_sim=
5756gdb_osabi=
5757build_gdbserver=
5758targ=$target; . ${srcdir}/configure.tgt
5759
5760# Fetch the default architecture and default target vector from BFD.
5761targ=$target; . $srcdir/../bfd/config.bfd
5762
5763# We only want the first architecture, so strip off the others if
5764# there is more than one.
5765targ_archs=`echo $targ_archs | sed 's/ .*//'`
5766
5767if test "x$targ_archs" != x; then
5768
5769cat >>confdefs.h <<_ACEOF
5770#define DEFAULT_BFD_ARCH $targ_archs
5771_ACEOF
5772
5773fi
5774if test "x$targ_defvec" != x; then
5775
5776cat >>confdefs.h <<_ACEOF
5777#define DEFAULT_BFD_VEC $targ_defvec
5778_ACEOF
5779
5780fi
5781
c0993dbe
UW
5782# The CLI cannot be disabled yet, but may be in the future.
5783
5784# Enable CLI.
81ecdfbb
RW
5785# Check whether --enable-gdbcli was given.
5786if test "${enable_gdbcli+set}" = set; then :
5787 enableval=$enable_gdbcli; case $enableval in
c0993dbe
UW
5788 yes)
5789 ;;
5790 no)
81ecdfbb 5791 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
c0993dbe 5792 *)
81ecdfbb 5793 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
c0993dbe
UW
5794 esac
5795else
5796 enable_gdbcli=yes
81ecdfbb
RW
5797fi
5798
c0993dbe
UW
5799if test x"$enable_gdbcli" = xyes; then
5800 if test -d $srcdir/cli; then
5801 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
5802 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
5803 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
5804 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
5805 fi
5806fi
5807
5808# Enable MI.
81ecdfbb
RW
5809# Check whether --enable-gdbmi was given.
5810if test "${enable_gdbmi+set}" = set; then :
5811 enableval=$enable_gdbmi; case $enableval in
c0993dbe
UW
5812 yes | no)
5813 ;;
5814 *)
81ecdfbb 5815 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
c0993dbe
UW
5816 esac
5817else
5818 enable_gdbmi=yes
81ecdfbb
RW
5819fi
5820
c0993dbe
UW
5821if test x"$enable_gdbmi" = xyes; then
5822 if test -d $srcdir/mi; then
5823 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
5824 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
5825 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
5826 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
5827 fi
5828fi
5829
5830# Enable TUI.
81ecdfbb
RW
5831# Check whether --enable-tui was given.
5832if test "${enable_tui+set}" = set; then :
5833 enableval=$enable_tui; case $enableval in
3ca64bd3 5834 yes | no | auto)
c0993dbe
UW
5835 ;;
5836 *)
81ecdfbb 5837 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
c0993dbe
UW
5838 esac
5839else
3ca64bd3 5840 enable_tui=auto
81ecdfbb
RW
5841fi
5842
c0993dbe
UW
5843
5844# Enable gdbtk.
81ecdfbb
RW
5845# Check whether --enable-gdbtk was given.
5846if test "${enable_gdbtk+set}" = set; then :
5847 enableval=$enable_gdbtk; case $enableval in
c0993dbe
UW
5848 yes | no)
5849 ;;
5850 *)
81ecdfbb 5851 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
c0993dbe
UW
5852 esac
5853else
5062cc19 5854 if test -d $srcdir/gdbtk; then
c0993dbe
UW
5855 enable_gdbtk=yes
5856 else
5857 enable_gdbtk=no
5858 fi
81ecdfbb
RW
5859fi
5860
c0993dbe
UW
5861# We unconditionally disable gdbtk tests on selected platforms.
5862case $host_os in
5863 go32* | windows*)
81ecdfbb
RW
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
5865$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
c0993dbe
UW
5866 enable_gdbtk=no ;;
5867esac
5868
05e7c244 5869# Libunwind support for ia64.
bec39cab 5870
05e7c244
JK
5871
5872# Check whether --with-libunwind-ia64 was given.
5873if test "${with_libunwind_ia64+set}" = set; then :
5874 withval=$with_libunwind_ia64;
bec39cab 5875else
05e7c244
JK
5876 with_libunwind_ia64=auto
5877fi
bec39cab 5878
05e7c244
JK
5879
5880# Backward compatibility option.
5881if test "${with_libunwind+set}" = set; then
5882 if test x"$with_libunwind_ia64" != xauto; then
5883 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
5884 fi
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
5886$as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
5887 with_libunwind_ia64="$with_libunwind"
5888fi
5889
5890case "$with_libunwind_ia64" in
5891 yes | no)
5892 ;;
5893 auto)
5894 for ac_header in libunwind-ia64.h
81ecdfbb 5895do :
b54a8fd7
PA
5896 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5897if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5898 cat >>confdefs.h <<_ACEOF
b54a8fd7 5899#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5900_ACEOF
5901
5902fi
5903
5904done
5905
05e7c244
JK
5906 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
5907 ;;
5908 *)
5909 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
5910 ;;
5911esac
bec39cab 5912
05e7c244 5913if test x"$with_libunwind_ia64" = xyes; then
b54a8fd7 5914 for ac_header in libunwind-ia64.h
81ecdfbb 5915do :
b54a8fd7
PA
5916 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5917if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5918 cat >>confdefs.h <<_ACEOF
b54a8fd7 5919#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5920_ACEOF
5921
5922fi
5923
5924done
5925
05e7c244
JK
5926 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
5927 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
5928 fi
5929 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
5930 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
5931 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
a9322a30
TT
5932fi
5933
cb01cfba
JB
5934opt_curses=no
5935
81ecdfbb
RW
5936# Check whether --with-curses was given.
5937if test "${with_curses+set}" = set; then :
5938 withval=$with_curses; opt_curses=$withval
5939fi
5940
cb01cfba 5941
76a39ba7 5942prefer_curses=no
cb01cfba 5943if test "$opt_curses" = "yes"; then
76a39ba7 5944 prefer_curses=yes
cb01cfba
JB
5945fi
5946
a9322a30 5947# Profiling support.
81ecdfbb
RW
5948# Check whether --enable-profiling was given.
5949if test "${enable_profiling+set}" = set; then :
5950 enableval=$enable_profiling; case $enableval in
a9322a30
TT
5951 yes | no)
5952 ;;
5953 *)
81ecdfbb 5954 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
a9322a30
TT
5955 esac
5956else
5957 enable_profiling=no
81ecdfbb 5958fi
bec39cab 5959
a9322a30
TT
5960
5961for ac_func in monstartup _mcleanup
81ecdfbb
RW
5962do :
5963 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5964ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5965eval as_val=\$$as_ac_var
5966 if test "x$as_val" = x""yes; then :
5967 cat >>confdefs.h <<_ACEOF
5968#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 5969_ACEOF
a9322a30 5970
81ecdfbb
RW
5971fi
5972done
a9322a30 5973
81ecdfbb
RW
5974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
5975$as_echo_n "checking for _etext... " >&6; }
5976if test "${ac_cv_var__etext+set}" = set; then :
5977 $as_echo_n "(cached) " >&6
5978else
5979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5980/* end confdefs.h. */
5981#include <stdlib.h>
5982extern char _etext;
a9322a30
TT
5983
5984int
5985main ()
5986{
5987free (&_etext);
5988 ;
5989 return 0;
5990}
bec39cab 5991_ACEOF
81ecdfbb 5992if ac_fn_c_try_link "$LINENO"; then :
a9322a30 5993 ac_cv_var__etext=yes
bec39cab 5994else
81ecdfbb 5995 ac_cv_var__etext=no
bec39cab 5996fi
81ecdfbb
RW
5997rm -f core conftest.err conftest.$ac_objext \
5998 conftest$ac_exeext conftest.$ac_ext
bec39cab 5999fi
81ecdfbb
RW
6000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6001$as_echo "$ac_cv_var__etext" >&6; }
a9322a30 6002if test $ac_cv_var__etext = yes; then
60ca704f 6003
81ecdfbb 6004$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
bec39cab 6005
bec39cab 6006fi
81ecdfbb
RW
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6008$as_echo_n "checking for etext... " >&6; }
6009if test "${ac_cv_var_etext+set}" = set; then :
6010 $as_echo_n "(cached) " >&6
bec39cab 6011else
81ecdfbb 6012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6013/* end confdefs.h. */
a9322a30
TT
6014#include <stdlib.h>
6015extern char etext;
bec39cab
AC
6016
6017int
6018main ()
6019{
a9322a30 6020free (&etext);
bec39cab
AC
6021 ;
6022 return 0;
6023}
6024_ACEOF
81ecdfbb 6025if ac_fn_c_try_link "$LINENO"; then :
a9322a30 6026 ac_cv_var_etext=yes
bec39cab 6027else
81ecdfbb 6028 ac_cv_var_etext=no
bec39cab 6029fi
81ecdfbb
RW
6030rm -f core conftest.err conftest.$ac_objext \
6031 conftest$ac_exeext conftest.$ac_ext
bec39cab 6032fi
81ecdfbb
RW
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6034$as_echo "$ac_cv_var_etext" >&6; }
a9322a30
TT
6035if test $ac_cv_var_etext = yes; then
6036
81ecdfbb 6037$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
bec39cab
AC
6038
6039fi
a9322a30
TT
6040if test "$enable_profiling" = yes ; then
6041 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
81ecdfbb 6042 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
a9322a30
TT
6043 fi
6044 PROFILE_CFLAGS=-pg
6045 OLD_CFLAGS="$CFLAGS"
6046 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
bec39cab 6047
81ecdfbb
RW
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6049$as_echo_n "checking whether $CC supports -pg... " >&6; }
6050if test "${ac_cv_cc_supports_pg+set}" = set; then :
6051 $as_echo_n "(cached) " >&6
bec39cab 6052else
81ecdfbb 6053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6054/* end confdefs.h. */
bec39cab
AC
6055
6056int
6057main ()
6058{
a9322a30 6059int x;
bec39cab
AC
6060 ;
6061 return 0;
6062}
6063_ACEOF
81ecdfbb 6064if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 6065 ac_cv_cc_supports_pg=yes
bec39cab 6066else
81ecdfbb 6067 ac_cv_cc_supports_pg=no
bec39cab 6068fi
81ecdfbb 6069rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 6070fi
81ecdfbb
RW
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
6072$as_echo "$ac_cv_cc_supports_pg" >&6; }
bec39cab 6073
a9322a30 6074 if test $ac_cv_cc_supports_pg = no; then
81ecdfbb 6075 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
a9322a30 6076 fi
bec39cab 6077
a9322a30 6078 CFLAGS="$OLD_CFLAGS"
bec39cab
AC
6079fi
6080
c16158bc
JM
6081
6082
81ecdfbb
RW
6083# Check whether --with-pkgversion was given.
6084if test "${with_pkgversion+set}" = set; then :
6085 withval=$with_pkgversion; case "$withval" in
6086 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
c16158bc
JM
6087 no) PKGVERSION= ;;
6088 *) PKGVERSION="($withval) " ;;
6089 esac
6090else
6091 PKGVERSION="(GDB) "
6092
81ecdfbb 6093fi
c16158bc
JM
6094
6095
6096
6097
81ecdfbb
RW
6098
6099# Check whether --with-bugurl was given.
6100if test "${with_bugurl+set}" = set; then :
6101 withval=$with_bugurl; case "$withval" in
6102 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
c16158bc
JM
6103 no) BUGURL=
6104 ;;
6105 *) BUGURL="$withval"
6106 ;;
6107 esac
6108else
6109 BUGURL="http://www.gnu.org/software/gdb/bugs/"
6110
81ecdfbb
RW
6111fi
6112
c16158bc
JM
6113 case ${BUGURL} in
6114 "")
6115 REPORT_BUGS_TO=
6116 REPORT_BUGS_TEXI=
6117 ;;
6118 *)
6119 REPORT_BUGS_TO="<$BUGURL>"
6120 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
6121 ;;
6122 esac;
6123
6124
6125
6126
6127cat >>confdefs.h <<_ACEOF
6128#define PKGVERSION "$PKGVERSION"
6129_ACEOF
6130
6131
6132cat >>confdefs.h <<_ACEOF
6133#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
6134_ACEOF
6135
6136
bec39cab
AC
6137# --------------------- #
6138# Checks for programs. #
6139# --------------------- #
6140
6141for ac_prog in gawk mawk nawk awk
6142do
6143 # Extract the first word of "$ac_prog", so it can be a program name with args.
6144set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6146$as_echo_n "checking for $ac_word... " >&6; }
6147if test "${ac_cv_prog_AWK+set}" = set; then :
6148 $as_echo_n "(cached) " >&6
bec39cab
AC
6149else
6150 if test -n "$AWK"; then
6151 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6152else
6153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154for as_dir in $PATH
6155do
6156 IFS=$as_save_IFS
6157 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6158 for ac_exec_ext in '' $ac_executable_extensions; do
6159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6160 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 6161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6162 break 2
6163 fi
6164done
81ecdfbb
RW
6165 done
6166IFS=$as_save_IFS
bec39cab
AC
6167
6168fi
6169fi
6170AWK=$ac_cv_prog_AWK
6171if test -n "$AWK"; then
81ecdfbb
RW
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
6173$as_echo "$AWK" >&6; }
bec39cab 6174else
81ecdfbb
RW
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176$as_echo "no" >&6; }
bec39cab
AC
6177fi
6178
bec39cab 6179
81ecdfbb 6180 test -n "$AWK" && break
bec39cab
AC
6181done
6182
c971b7fa
PA
6183# Find a good install program. We prefer a C program (faster),
6184# so one script is as good as another. But avoid the broken or
6185# incompatible versions:
6186# SysV /etc/install, /usr/sbin/install
6187# SunOS /usr/etc/install
6188# IRIX /sbin/install
6189# AIX /bin/install
6190# AmigaOS /C/install, which installs bootblocks on floppy discs
6191# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6192# AFS /usr/afsws/bin/install, which mishandles nonexistent args
6193# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6194# OS/2's system install, which has a completely different semantic
6195# ./install, which can be erroneously created by make from ./install.sh.
6196# Reject install programs that cannot install multiple files.
6197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
6198$as_echo_n "checking for a BSD-compatible install... " >&6; }
6199if test -z "$INSTALL"; then
6200if test "${ac_cv_path_install+set}" = set; then :
6201 $as_echo_n "(cached) " >&6
6202else
6203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6204for as_dir in $PATH
6205do
6206 IFS=$as_save_IFS
6207 test -z "$as_dir" && as_dir=.
6208 # Account for people who put trailing slashes in PATH elements.
6209case $as_dir/ in #((
6210 ./ | .// | /[cC]/* | \
6211 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6212 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
6213 /usr/ucb/* ) ;;
6214 *)
6215 # OSF1 and SCO ODT 3.0 have their own names for install.
6216 # Don't use installbsd from OSF since it installs stuff as root
6217 # by default.
6218 for ac_prog in ginstall scoinst install; do
6219 for ac_exec_ext in '' $ac_executable_extensions; do
6220 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6221 if test $ac_prog = install &&
6222 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6223 # AIX install. It has an incompatible calling convention.
6224 :
6225 elif test $ac_prog = install &&
6226 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6227 # program-specific install script used by HP pwplus--don't use.
6228 :
6229 else
6230 rm -rf conftest.one conftest.two conftest.dir
6231 echo one > conftest.one
6232 echo two > conftest.two
6233 mkdir conftest.dir
6234 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6235 test -s conftest.one && test -s conftest.two &&
6236 test -s conftest.dir/conftest.one &&
6237 test -s conftest.dir/conftest.two
6238 then
6239 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6240 break 3
6241 fi
6242 fi
6243 fi
6244 done
6245 done
6246 ;;
6247esac
6248
6249 done
6250IFS=$as_save_IFS
6251
6252rm -rf conftest.one conftest.two conftest.dir
6253
6254fi
6255 if test "${ac_cv_path_install+set}" = set; then
6256 INSTALL=$ac_cv_path_install
6257 else
6258 # As a last resort, use the slow shell script. Don't cache a
6259 # value for INSTALL within a source directory, because that will
6260 # break other packages using the cache if that directory is
6261 # removed, or if the value is a relative name.
6262 INSTALL=$ac_install_sh
6263 fi
6264fi
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
6266$as_echo "$INSTALL" >&6; }
6267
6268# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6269# It thinks the first close brace ends the variable substitution.
6270test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6271
6272test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6273
6274test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
bec39cab 6275
81ecdfbb
RW
6276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6277$as_echo_n "checking whether ln -s works... " >&6; }
bec39cab
AC
6278LN_S=$as_ln_s
6279if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6281$as_echo "yes" >&6; }
bec39cab 6282else
81ecdfbb
RW
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6284$as_echo "no, using $LN_S" >&6; }
bec39cab
AC
6285fi
6286
6287if test -n "$ac_tool_prefix"; then
6288 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6289set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6291$as_echo_n "checking for $ac_word... " >&6; }
6292if test "${ac_cv_prog_RANLIB+set}" = set; then :
6293 $as_echo_n "(cached) " >&6
bec39cab
AC
6294else
6295 if test -n "$RANLIB"; then
6296 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6297else
6298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299for as_dir in $PATH
6300do
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6303 for ac_exec_ext in '' $ac_executable_extensions; do
6304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6305 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6307 break 2
6308 fi
6309done
81ecdfbb
RW
6310 done
6311IFS=$as_save_IFS
bec39cab
AC
6312
6313fi
6314fi
6315RANLIB=$ac_cv_prog_RANLIB
6316if test -n "$RANLIB"; then
81ecdfbb
RW
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6318$as_echo "$RANLIB" >&6; }
bec39cab 6319else
81ecdfbb
RW
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6321$as_echo "no" >&6; }
bec39cab
AC
6322fi
6323
81ecdfbb 6324
bec39cab
AC
6325fi
6326if test -z "$ac_cv_prog_RANLIB"; then
6327 ac_ct_RANLIB=$RANLIB
6328 # Extract the first word of "ranlib", so it can be a program name with args.
6329set dummy ranlib; ac_word=$2
81ecdfbb
RW
6330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6331$as_echo_n "checking for $ac_word... " >&6; }
6332if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6333 $as_echo_n "(cached) " >&6
bec39cab
AC
6334else
6335 if test -n "$ac_ct_RANLIB"; then
6336 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6337else
6338as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6339for as_dir in $PATH
6340do
6341 IFS=$as_save_IFS
6342 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6343 for ac_exec_ext in '' $ac_executable_extensions; do
6344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6345 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6347 break 2
6348 fi
6349done
81ecdfbb
RW
6350 done
6351IFS=$as_save_IFS
bec39cab 6352
bec39cab
AC
6353fi
6354fi
6355ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6356if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6358$as_echo "$ac_ct_RANLIB" >&6; }
bec39cab 6359else
81ecdfbb
RW
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6361$as_echo "no" >&6; }
bec39cab
AC
6362fi
6363
81ecdfbb
RW
6364 if test "x$ac_ct_RANLIB" = x; then
6365 RANLIB=":"
6366 else
6367 case $cross_compiling:$ac_tool_warned in
6368yes:)
6369{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6370$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6371ac_tool_warned=yes ;;
6372esac
6373 RANLIB=$ac_ct_RANLIB
6374 fi
bec39cab
AC
6375else
6376 RANLIB="$ac_cv_prog_RANLIB"
6377fi
6378
6379for ac_prog in 'bison -y' byacc
6380do
6381 # Extract the first word of "$ac_prog", so it can be a program name with args.
6382set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6384$as_echo_n "checking for $ac_word... " >&6; }
6385if test "${ac_cv_prog_YACC+set}" = set; then :
6386 $as_echo_n "(cached) " >&6
bec39cab
AC
6387else
6388 if test -n "$YACC"; then
6389 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6390else
6391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6392for as_dir in $PATH
6393do
6394 IFS=$as_save_IFS
6395 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6396 for ac_exec_ext in '' $ac_executable_extensions; do
6397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6398 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 6399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6400 break 2
6401 fi
6402done
81ecdfbb
RW
6403 done
6404IFS=$as_save_IFS
bec39cab
AC
6405
6406fi
6407fi
6408YACC=$ac_cv_prog_YACC
6409if test -n "$YACC"; then
81ecdfbb
RW
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
6411$as_echo "$YACC" >&6; }
bec39cab 6412else
81ecdfbb
RW
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6414$as_echo "no" >&6; }
bec39cab
AC
6415fi
6416
81ecdfbb 6417
bec39cab
AC
6418 test -n "$YACC" && break
6419done
6420test -n "$YACC" || YACC="yacc"
6421
6422
6423if test -n "$ac_tool_prefix"; then
6424 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6425set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6427$as_echo_n "checking for $ac_word... " >&6; }
6428if test "${ac_cv_prog_AR+set}" = set; then :
6429 $as_echo_n "(cached) " >&6
bec39cab
AC
6430else
6431 if test -n "$AR"; then
6432 ac_cv_prog_AR="$AR" # Let the user override the test.
6433else
6434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6435for as_dir in $PATH
6436do
6437 IFS=$as_save_IFS
6438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6439 for ac_exec_ext in '' $ac_executable_extensions; do
6440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6441 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6443 break 2
6444 fi
6445done
81ecdfbb
RW
6446 done
6447IFS=$as_save_IFS
bec39cab
AC
6448
6449fi
6450fi
6451AR=$ac_cv_prog_AR
6452if test -n "$AR"; then
81ecdfbb
RW
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6454$as_echo "$AR" >&6; }
bec39cab 6455else
81ecdfbb
RW
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6457$as_echo "no" >&6; }
bec39cab
AC
6458fi
6459
81ecdfbb 6460
bec39cab
AC
6461fi
6462if test -z "$ac_cv_prog_AR"; then
6463 ac_ct_AR=$AR
6464 # Extract the first word of "ar", so it can be a program name with args.
6465set dummy ar; ac_word=$2
81ecdfbb
RW
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6467$as_echo_n "checking for $ac_word... " >&6; }
6468if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6469 $as_echo_n "(cached) " >&6
bec39cab
AC
6470else
6471 if test -n "$ac_ct_AR"; then
6472 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6473else
6474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6475for as_dir in $PATH
6476do
6477 IFS=$as_save_IFS
6478 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6479 for ac_exec_ext in '' $ac_executable_extensions; do
6480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6481 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6483 break 2
6484 fi
6485done
81ecdfbb
RW
6486 done
6487IFS=$as_save_IFS
bec39cab
AC
6488
6489fi
6490fi
6491ac_ct_AR=$ac_cv_prog_ac_ct_AR
6492if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6494$as_echo "$ac_ct_AR" >&6; }
bec39cab 6495else
81ecdfbb
RW
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6497$as_echo "no" >&6; }
bec39cab
AC
6498fi
6499
81ecdfbb
RW
6500 if test "x$ac_ct_AR" = x; then
6501 AR=""
6502 else
6503 case $cross_compiling:$ac_tool_warned in
6504yes:)
6505{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6506$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6507ac_tool_warned=yes ;;
6508esac
6509 AR=$ac_ct_AR
6510 fi
bec39cab
AC
6511else
6512 AR="$ac_cv_prog_AR"
6513fi
6514
6515if test -n "$ac_tool_prefix"; then
6516 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6517set dummy ${ac_tool_prefix}dlltool; ac_word=$2
81ecdfbb
RW
6518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6519$as_echo_n "checking for $ac_word... " >&6; }
6520if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6521 $as_echo_n "(cached) " >&6
bec39cab
AC
6522else
6523 if test -n "$DLLTOOL"; then
6524 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6525else
6526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6527for as_dir in $PATH
6528do
6529 IFS=$as_save_IFS
6530 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6531 for ac_exec_ext in '' $ac_executable_extensions; do
6532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6533 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
81ecdfbb 6534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6535 break 2
6536 fi
6537done
81ecdfbb
RW
6538 done
6539IFS=$as_save_IFS
bec39cab
AC
6540
6541fi
6542fi
6543DLLTOOL=$ac_cv_prog_DLLTOOL
6544if test -n "$DLLTOOL"; then
81ecdfbb
RW
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6546$as_echo "$DLLTOOL" >&6; }
bec39cab 6547else
81ecdfbb
RW
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6549$as_echo "no" >&6; }
bec39cab
AC
6550fi
6551
81ecdfbb 6552
bec39cab
AC
6553fi
6554if test -z "$ac_cv_prog_DLLTOOL"; then
6555 ac_ct_DLLTOOL=$DLLTOOL
6556 # Extract the first word of "dlltool", so it can be a program name with args.
6557set dummy dlltool; ac_word=$2
81ecdfbb
RW
6558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559$as_echo_n "checking for $ac_word... " >&6; }
6560if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6561 $as_echo_n "(cached) " >&6
bec39cab
AC
6562else
6563 if test -n "$ac_ct_DLLTOOL"; then
6564 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6565else
6566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567for as_dir in $PATH
6568do
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6573 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
81ecdfbb 6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6575 break 2
6576 fi
6577done
81ecdfbb
RW
6578 done
6579IFS=$as_save_IFS
bec39cab
AC
6580
6581fi
6582fi
6583ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6584if test -n "$ac_ct_DLLTOOL"; then
81ecdfbb
RW
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6586$as_echo "$ac_ct_DLLTOOL" >&6; }
bec39cab 6587else
81ecdfbb
RW
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589$as_echo "no" >&6; }
bec39cab
AC
6590fi
6591
81ecdfbb
RW
6592 if test "x$ac_ct_DLLTOOL" = x; then
6593 DLLTOOL=""
6594 else
6595 case $cross_compiling:$ac_tool_warned in
6596yes:)
6597{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6598$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6599ac_tool_warned=yes ;;
6600esac
6601 DLLTOOL=$ac_ct_DLLTOOL
6602 fi
bec39cab
AC
6603else
6604 DLLTOOL="$ac_cv_prog_DLLTOOL"
6605fi
6606
6607if test -n "$ac_tool_prefix"; then
6608 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6609set dummy ${ac_tool_prefix}windres; ac_word=$2
81ecdfbb
RW
6610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6611$as_echo_n "checking for $ac_word... " >&6; }
6612if test "${ac_cv_prog_WINDRES+set}" = set; then :
6613 $as_echo_n "(cached) " >&6
bec39cab
AC
6614else
6615 if test -n "$WINDRES"; then
6616 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6617else
6618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6619for as_dir in $PATH
6620do
6621 IFS=$as_save_IFS
6622 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6625 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
81ecdfbb 6626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6627 break 2
6628 fi
6629done
81ecdfbb
RW
6630 done
6631IFS=$as_save_IFS
bec39cab
AC
6632
6633fi
6634fi
6635WINDRES=$ac_cv_prog_WINDRES
6636if test -n "$WINDRES"; then
81ecdfbb
RW
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
6638$as_echo "$WINDRES" >&6; }
bec39cab 6639else
81ecdfbb
RW
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6641$as_echo "no" >&6; }
bec39cab
AC
6642fi
6643
81ecdfbb 6644
bec39cab
AC
6645fi
6646if test -z "$ac_cv_prog_WINDRES"; then
6647 ac_ct_WINDRES=$WINDRES
6648 # Extract the first word of "windres", so it can be a program name with args.
6649set dummy windres; ac_word=$2
81ecdfbb
RW
6650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6651$as_echo_n "checking for $ac_word... " >&6; }
6652if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
6653 $as_echo_n "(cached) " >&6
bec39cab
AC
6654else
6655 if test -n "$ac_ct_WINDRES"; then
6656 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6657else
6658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6659for as_dir in $PATH
6660do
6661 IFS=$as_save_IFS
6662 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6663 for ac_exec_ext in '' $ac_executable_extensions; do
6664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6665 ac_cv_prog_ac_ct_WINDRES="windres"
81ecdfbb 6666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6667 break 2
6668 fi
6669done
81ecdfbb
RW
6670 done
6671IFS=$as_save_IFS
bec39cab
AC
6672
6673fi
6674fi
6675ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6676if test -n "$ac_ct_WINDRES"; then
81ecdfbb
RW
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
6678$as_echo "$ac_ct_WINDRES" >&6; }
bec39cab 6679else
81ecdfbb
RW
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6681$as_echo "no" >&6; }
c906108c 6682fi
bec39cab 6683
81ecdfbb
RW
6684 if test "x$ac_ct_WINDRES" = x; then
6685 WINDRES=""
6686 else
6687 case $cross_compiling:$ac_tool_warned in
6688yes:)
6689{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6690$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6691ac_tool_warned=yes ;;
6692esac
6693 WINDRES=$ac_ct_WINDRES
6694 fi
c906108c 6695else
bec39cab 6696 WINDRES="$ac_cv_prog_WINDRES"
c906108c
SS
6697fi
6698
bec39cab 6699
036c3acb
TS
6700case $host_os in
6701 gnu*)
6702 # Needed for GNU Hurd hosts.
6703 if test -n "$ac_tool_prefix"; then
bec39cab
AC
6704 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
6705set dummy ${ac_tool_prefix}mig; ac_word=$2
81ecdfbb
RW
6706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6707$as_echo_n "checking for $ac_word... " >&6; }
6708if test "${ac_cv_prog_MIG+set}" = set; then :
6709 $as_echo_n "(cached) " >&6
c906108c 6710else
bec39cab
AC
6711 if test -n "$MIG"; then
6712 ac_cv_prog_MIG="$MIG" # Let the user override the test.
6713else
6714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6715for as_dir in $PATH
6716do
6717 IFS=$as_save_IFS
6718 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6719 for ac_exec_ext in '' $ac_executable_extensions; do
6720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6721 ac_cv_prog_MIG="${ac_tool_prefix}mig"
81ecdfbb 6722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6723 break 2
6724 fi
6725done
81ecdfbb
RW
6726 done
6727IFS=$as_save_IFS
bec39cab 6728
c906108c 6729fi
bec39cab
AC
6730fi
6731MIG=$ac_cv_prog_MIG
6732if test -n "$MIG"; then
81ecdfbb
RW
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
6734$as_echo "$MIG" >&6; }
c906108c 6735else
81ecdfbb
RW
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6737$as_echo "no" >&6; }
c906108c
SS
6738fi
6739
81ecdfbb 6740
bec39cab
AC
6741fi
6742if test -z "$ac_cv_prog_MIG"; then
6743 ac_ct_MIG=$MIG
6744 # Extract the first word of "mig", so it can be a program name with args.
6745set dummy mig; ac_word=$2
81ecdfbb
RW
6746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6747$as_echo_n "checking for $ac_word... " >&6; }
6748if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
6749 $as_echo_n "(cached) " >&6
bec39cab
AC
6750else
6751 if test -n "$ac_ct_MIG"; then
6752 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
6753else
6754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6755for as_dir in $PATH
6756do
6757 IFS=$as_save_IFS
6758 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6759 for ac_exec_ext in '' $ac_executable_extensions; do
6760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6761 ac_cv_prog_ac_ct_MIG="mig"
81ecdfbb 6762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6763 break 2
6764 fi
6765done
81ecdfbb
RW
6766 done
6767IFS=$as_save_IFS
c906108c 6768
bec39cab
AC
6769fi
6770fi
6771ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
6772if test -n "$ac_ct_MIG"; then
81ecdfbb
RW
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
6774$as_echo "$ac_ct_MIG" >&6; }
bec39cab 6775else
81ecdfbb
RW
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6777$as_echo "no" >&6; }
bec39cab 6778fi
c906108c 6779
81ecdfbb
RW
6780 if test "x$ac_ct_MIG" = x; then
6781 MIG=""
6782 else
6783 case $cross_compiling:$ac_tool_warned in
6784yes:)
6785{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6786$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6787ac_tool_warned=yes ;;
6788esac
6789 MIG=$ac_ct_MIG
6790 fi
bec39cab
AC
6791else
6792 MIG="$ac_cv_prog_MIG"
6793fi
c906108c 6794
036c3acb
TS
6795 if test x"$MIG" = x; then
6796 as_fn_error "MIG not found but required for $host hosts" "$LINENO" 5
6797 fi
6798 ;;
6799esac
c906108c 6800
bec39cab
AC
6801# ---------------------- #
6802# Checks for libraries. #
6803# ---------------------- #
c906108c 6804
bec39cab 6805# We might need to link with -lm; most simulators need it.
81ecdfbb
RW
6806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
6807$as_echo_n "checking for main in -lm... " >&6; }
6808if test "${ac_cv_lib_m_main+set}" = set; then :
6809 $as_echo_n "(cached) " >&6
bec39cab
AC
6810else
6811 ac_check_lib_save_LIBS=$LIBS
6812LIBS="-lm $LIBS"
81ecdfbb 6813cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6814/* end confdefs.h. */
c906108c 6815
c906108c 6816
bec39cab
AC
6817int
6818main ()
6819{
81ecdfbb 6820return main ();
bec39cab
AC
6821 ;
6822 return 0;
6823}
6824_ACEOF
81ecdfbb 6825if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6826 ac_cv_lib_m_main=yes
6827else
81ecdfbb 6828 ac_cv_lib_m_main=no
bec39cab 6829fi
81ecdfbb
RW
6830rm -f core conftest.err conftest.$ac_objext \
6831 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6832LIBS=$ac_check_lib_save_LIBS
6833fi
81ecdfbb
RW
6834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
6835$as_echo "$ac_cv_lib_m_main" >&6; }
6836if test "x$ac_cv_lib_m_main" = x""yes; then :
bec39cab
AC
6837 cat >>confdefs.h <<_ACEOF
6838#define HAVE_LIBM 1
6839_ACEOF
6840
6841 LIBS="-lm $LIBS"
c906108c 6842
c906108c 6843fi
bec39cab
AC
6844
6845
6846# We need to link with -lw to get `wctype' on Solaris before Solaris
6847# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
6848# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
6849# is known to have this problem). Therefore we avoid libw if we can.
81ecdfbb
RW
6850ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
6851if test "x$ac_cv_func_wctype" = x""yes; then :
bec39cab 6852
c906108c 6853else
81ecdfbb
RW
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
6855$as_echo_n "checking for wctype in -lw... " >&6; }
6856if test "${ac_cv_lib_w_wctype+set}" = set; then :
6857 $as_echo_n "(cached) " >&6
bec39cab
AC
6858else
6859 ac_check_lib_save_LIBS=$LIBS
6860LIBS="-lw $LIBS"
81ecdfbb 6861cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6862/* end confdefs.h. */
c906108c 6863
81ecdfbb
RW
6864/* Override any GCC internal prototype to avoid an error.
6865 Use char because int might match the return type of a GCC
6866 builtin and then its argument prototype would still apply. */
bec39cab
AC
6867#ifdef __cplusplus
6868extern "C"
6869#endif
bec39cab
AC
6870char wctype ();
6871int
6872main ()
6873{
81ecdfbb 6874return wctype ();
bec39cab
AC
6875 ;
6876 return 0;
6877}
6878_ACEOF
81ecdfbb 6879if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6880 ac_cv_lib_w_wctype=yes
6881else
81ecdfbb 6882 ac_cv_lib_w_wctype=no
bec39cab 6883fi
81ecdfbb
RW
6884rm -f core conftest.err conftest.$ac_objext \
6885 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6886LIBS=$ac_check_lib_save_LIBS
6887fi
81ecdfbb
RW
6888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
6889$as_echo "$ac_cv_lib_w_wctype" >&6; }
6890if test "x$ac_cv_lib_w_wctype" = x""yes; then :
bec39cab
AC
6891 cat >>confdefs.h <<_ACEOF
6892#define HAVE_LIBW 1
6893_ACEOF
c906108c 6894
bec39cab 6895 LIBS="-lw $LIBS"
c906108c 6896
bec39cab 6897fi
c906108c 6898
bec39cab 6899fi
c906108c 6900
ddc9cd0f 6901
bec39cab 6902# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
81ecdfbb
RW
6903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
6904$as_echo_n "checking for library containing gethostbyname... " >&6; }
6905if test "${ac_cv_search_gethostbyname+set}" = set; then :
6906 $as_echo_n "(cached) " >&6
bec39cab
AC
6907else
6908 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6909cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6910/* end confdefs.h. */
ddc9cd0f 6911
81ecdfbb
RW
6912/* Override any GCC internal prototype to avoid an error.
6913 Use char because int might match the return type of a GCC
6914 builtin and then its argument prototype would still apply. */
bec39cab
AC
6915#ifdef __cplusplus
6916extern "C"
6917#endif
bec39cab
AC
6918char gethostbyname ();
6919int
6920main ()
6921{
81ecdfbb 6922return gethostbyname ();
bec39cab
AC
6923 ;
6924 return 0;
6925}
6926_ACEOF
81ecdfbb
RW
6927for ac_lib in '' nsl; do
6928 if test -z "$ac_lib"; then
6929 ac_res="none required"
6930 else
6931 ac_res=-l$ac_lib
b4e70030 6932 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6933 fi
6934 if ac_fn_c_try_link "$LINENO"; then :
6935 ac_cv_search_gethostbyname=$ac_res
6936fi
6937rm -f core conftest.err conftest.$ac_objext \
6938 conftest$ac_exeext
6939 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6940 break
6941fi
6942done
6943if test "${ac_cv_search_gethostbyname+set}" = set; then :
ddc9cd0f 6944
bec39cab 6945else
81ecdfbb 6946 ac_cv_search_gethostbyname=no
bec39cab 6947fi
81ecdfbb 6948rm conftest.$ac_ext
bec39cab
AC
6949LIBS=$ac_func_search_save_LIBS
6950fi
81ecdfbb
RW
6951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
6952$as_echo "$ac_cv_search_gethostbyname" >&6; }
6953ac_res=$ac_cv_search_gethostbyname
6954if test "$ac_res" != no; then :
6955 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
96baa820 6956
bec39cab 6957fi
96baa820 6958
c906108c 6959
b4e70030 6960# Some systems (e.g. Solaris) have `socketpair' in libsocket.
81ecdfbb
RW
6961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
6962$as_echo_n "checking for library containing socketpair... " >&6; }
6963if test "${ac_cv_search_socketpair+set}" = set; then :
6964 $as_echo_n "(cached) " >&6
b4e70030
JB
6965else
6966 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6967cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
6968/* end confdefs.h. */
6969
81ecdfbb
RW
6970/* Override any GCC internal prototype to avoid an error.
6971 Use char because int might match the return type of a GCC
6972 builtin and then its argument prototype would still apply. */
b4e70030
JB
6973#ifdef __cplusplus
6974extern "C"
6975#endif
b4e70030
JB
6976char socketpair ();
6977int
6978main ()
6979{
81ecdfbb 6980return socketpair ();
b4e70030
JB
6981 ;
6982 return 0;
6983}
6984_ACEOF
81ecdfbb
RW
6985for ac_lib in '' socket; do
6986 if test -z "$ac_lib"; then
6987 ac_res="none required"
6988 else
6989 ac_res=-l$ac_lib
b4e70030 6990 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6991 fi
6992 if ac_fn_c_try_link "$LINENO"; then :
6993 ac_cv_search_socketpair=$ac_res
6994fi
6995rm -f core conftest.err conftest.$ac_objext \
6996 conftest$ac_exeext
6997 if test "${ac_cv_search_socketpair+set}" = set; then :
6998 break
6999fi
7000done
7001if test "${ac_cv_search_socketpair+set}" = set; then :
b4e70030 7002
b4e70030 7003else
81ecdfbb 7004 ac_cv_search_socketpair=no
b4e70030 7005fi
81ecdfbb 7006rm conftest.$ac_ext
b4e70030
JB
7007LIBS=$ac_func_search_save_LIBS
7008fi
81ecdfbb
RW
7009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7010$as_echo "$ac_cv_search_socketpair" >&6; }
7011ac_res=$ac_cv_search_socketpair
7012if test "$ac_res" != no; then :
7013 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b4e70030
JB
7014
7015fi
7016
7017
233a11ab 7018# Link in zlib if we can. This allows us to read compressed debug sections.
b040ad30
JB
7019
7020 # See if the user specified whether he wants zlib support or not.
7021
7022# Check whether --with-zlib was given.
7023if test "${with_zlib+set}" = set; then :
7024 withval=$with_zlib;
7025else
7026 with_zlib=auto
7027fi
7028
7029
7030 if test "$with_zlib" != "no"; then
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
7032$as_echo_n "checking for library containing zlibVersion... " >&6; }
7033if test "${ac_cv_search_zlibVersion+set}" = set; then :
7034 $as_echo_n "(cached) " >&6
233a11ab
CS
7035else
7036 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7037cat confdefs.h - <<_ACEOF >conftest.$ac_ext
233a11ab
CS
7038/* end confdefs.h. */
7039
81ecdfbb
RW
7040/* Override any GCC internal prototype to avoid an error.
7041 Use char because int might match the return type of a GCC
233a11ab 7042 builtin and then its argument prototype would still apply. */
233a11ab
CS
7043#ifdef __cplusplus
7044extern "C"
7045#endif
233a11ab
CS
7046char zlibVersion ();
7047int
7048main ()
7049{
81ecdfbb 7050return zlibVersion ();
233a11ab
CS
7051 ;
7052 return 0;
7053}
7054_ACEOF
81ecdfbb
RW
7055for ac_lib in '' z; do
7056 if test -z "$ac_lib"; then
7057 ac_res="none required"
233a11ab 7058 else
81ecdfbb
RW
7059 ac_res=-l$ac_lib
7060 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
233a11ab 7061 fi
81ecdfbb
RW
7062 if ac_fn_c_try_link "$LINENO"; then :
7063 ac_cv_search_zlibVersion=$ac_res
233a11ab 7064fi
81ecdfbb
RW
7065rm -f core conftest.err conftest.$ac_objext \
7066 conftest$ac_exeext
7067 if test "${ac_cv_search_zlibVersion+set}" = set; then :
7068 break
233a11ab 7069fi
81ecdfbb
RW
7070done
7071if test "${ac_cv_search_zlibVersion+set}" = set; then :
233a11ab 7072
233a11ab 7073else
81ecdfbb 7074 ac_cv_search_zlibVersion=no
233a11ab 7075fi
81ecdfbb
RW
7076rm conftest.$ac_ext
7077LIBS=$ac_func_search_save_LIBS
233a11ab 7078fi
81ecdfbb
RW
7079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
7080$as_echo "$ac_cv_search_zlibVersion" >&6; }
7081ac_res=$ac_cv_search_zlibVersion
7082if test "$ac_res" != no; then :
7083 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7084 for ac_header in zlib.h
7085do :
7086 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
7087if test "x$ac_cv_header_zlib_h" = x""yes; then :
233a11ab 7088 cat >>confdefs.h <<_ACEOF
81ecdfbb 7089#define HAVE_ZLIB_H 1
233a11ab
CS
7090_ACEOF
7091
7092fi
7093
7094done
7095
7096fi
7097
b040ad30
JB
7098 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
7099 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
7100 fi
7101 fi
7102
233a11ab 7103
25268153
JB
7104# On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7106$as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
7107if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7108 $as_echo_n "(cached) " >&6
7109else
7110 ac_func_search_save_LIBS=$LIBS
7111cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7112/* end confdefs.h. */
7113
7114/* Override any GCC internal prototype to avoid an error.
7115 Use char because int might match the return type of a GCC
7116 builtin and then its argument prototype would still apply. */
7117#ifdef __cplusplus
7118extern "C"
7119#endif
7120char kinfo_getvmmap ();
7121int
7122main ()
7123{
7124return kinfo_getvmmap ();
7125 ;
7126 return 0;
7127}
7128_ACEOF
7129for ac_lib in '' util; do
7130 if test -z "$ac_lib"; then
7131 ac_res="none required"
7132 else
7133 ac_res=-l$ac_lib
7134 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7135 fi
7136 if ac_fn_c_try_link "$LINENO"; then :
7137 ac_cv_search_kinfo_getvmmap=$ac_res
7138fi
7139rm -f core conftest.err conftest.$ac_objext \
7140 conftest$ac_exeext
7141 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7142 break
7143fi
7144done
7145if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7146
7147else
7148 ac_cv_search_kinfo_getvmmap=no
7149fi
7150rm conftest.$ac_ext
7151LIBS=$ac_func_search_save_LIBS
7152fi
7153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7154$as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7155ac_res=$ac_cv_search_kinfo_getvmmap
7156if test "$ac_res" != no; then :
7157 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7158
7159$as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7160
7161fi
7162
7163
77f120bf 7164
77f120bf 7165
6c7a06a3 7166
81ecdfbb
RW
7167# Check whether --with-libiconv-prefix was given.
7168if test "${with_libiconv_prefix+set}" = set; then :
7169 withval=$with_libiconv_prefix;
6c7a06a3 7170 for dir in `echo "$withval" | tr : ' '`; do
94ae1714
TT
7171 if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi
7172 if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi
6c7a06a3
TT
7173 done
7174
81ecdfbb
RW
7175fi
7176
6c7a06a3 7177
f18c4681 7178 BUILD_LIBICONV_LIBDIRS="../libiconv/lib/.libs ../libiconv/lib/_libs"
6c7a06a3
TT
7179 BUILD_LIBICONV_INCLUDE="-I../libiconv/include"
7180
81ecdfbb
RW
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
7182$as_echo_n "checking for iconv... " >&6; }
7183if test "${am_cv_func_iconv+set}" = set; then :
7184 $as_echo_n "(cached) " >&6
d542061a 7185else
6c7a06a3
TT
7186
7187 am_cv_func_iconv="no, consider installing GNU libiconv"
7188 am_cv_lib_iconv=no
7189 am_cv_use_build_libiconv=no
f0f20949 7190 am_cv_build_libiconv_path=
4edb1e84
JB
7191
7192 # If libiconv is part of the build tree, then try using it over
7193 # any system iconv.
7194 if test -d ../libiconv; then
f18c4681
JB
7195 for lib_dir in $BUILD_LIBICONV_LIBDIRS; do
7196 am_save_LIBS="$LIBS"
7197 am_save_CPPFLAGS="$CPPFLAGS"
7198 LIBS="$LIBS $lib_dir/libiconv.a"
7199 CPPFLAGS="$CPPFLAGS $BUILD_LIBICONV_INCLUDE"
7200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 7201/* end confdefs.h. */
6c7a06a3
TT
7202#include <stdlib.h>
7203#include <iconv.h>
d542061a
UW
7204int
7205main ()
7206{
6c7a06a3 7207iconv_t cd = iconv_open("","");
f18c4681
JB
7208 iconv(cd,NULL,NULL,NULL,NULL);
7209 iconv_close(cd);
d542061a
UW
7210 ;
7211 return 0;
7212}
7213_ACEOF
81ecdfbb 7214if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 7215 am_cv_use_build_libiconv=yes
f0f20949 7216 am_cv_build_libiconv_path=$lib_dir/libiconv.a
f18c4681
JB
7217 am_cv_lib_iconv=yes
7218 am_cv_func_iconv=yes
d542061a 7219fi
81ecdfbb
RW
7220rm -f core conftest.err conftest.$ac_objext \
7221 conftest$ac_exeext conftest.$ac_ext
f18c4681
JB
7222 LIBS="$am_save_LIBS"
7223 CPPFLAGS="$am_save_CPPFLAGS"
7224 if test "$am_cv_use_build_libiconv" = "yes"; then
f18c4681
JB
7225 break
7226 fi
7227 done
4edb1e84 7228 fi
94ae1714 7229
4edb1e84 7230 # Next, try to find iconv in libc.
6c7a06a3 7231 if test "$am_cv_func_iconv" != yes; then
81ecdfbb 7232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 7233/* end confdefs.h. */
6c7a06a3
TT
7234#include <stdlib.h>
7235#include <iconv.h>
d542061a
UW
7236int
7237main ()
7238{
6c7a06a3
TT
7239iconv_t cd = iconv_open("","");
7240 iconv(cd,NULL,NULL,NULL,NULL);
7241 iconv_close(cd);
d542061a
UW
7242 ;
7243 return 0;
7244}
7245_ACEOF
81ecdfbb 7246if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 7247 am_cv_func_iconv=yes
d542061a 7248fi
81ecdfbb
RW
7249rm -f core conftest.err conftest.$ac_objext \
7250 conftest$ac_exeext conftest.$ac_ext
77f120bf 7251 fi
94ae1714 7252
4edb1e84
JB
7253 # If iconv was not in libc, try -liconv. In this case, arrange to
7254 # look in the libiconv prefix, if it was specified by the user.
7255 if test "$am_cv_func_iconv" != yes; then
6c7a06a3 7256 am_save_CPPFLAGS="$CPPFLAGS"
4edb1e84
JB
7257 am_save_LIBS="$LIBS"
7258 if test -n "$LIBICONV_INCLUDE"; then
7259 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
7260 LIBS="$LIBS $LIBICONV_LIBDIR"
7261 fi
7262 LIBS="$LIBS -liconv"
81ecdfbb 7263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7264/* end confdefs.h. */
6c7a06a3
TT
7265#include <stdlib.h>
7266#include <iconv.h>
bec39cab
AC
7267int
7268main ()
7269{
6c7a06a3
TT
7270iconv_t cd = iconv_open("","");
7271 iconv(cd,NULL,NULL,NULL,NULL);
7272 iconv_close(cd);
bec39cab
AC
7273 ;
7274 return 0;
7275}
7276_ACEOF
81ecdfbb 7277if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 7278 am_cv_lib_iconv=yes
6c7a06a3 7279 am_cv_func_iconv=yes
627af7ea 7280fi
81ecdfbb
RW
7281rm -f core conftest.err conftest.$ac_objext \
7282 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 7283 LIBS="$am_save_LIBS"
fc3b640d 7284 CPPFLAGS="$am_save_CPPFLAGS"
6c7a06a3
TT
7285 fi
7286
7287fi
81ecdfbb
RW
7288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
7289$as_echo "$am_cv_func_iconv" >&6; }
94ae1714
TT
7290
7291 # Set the various flags based on the cache variables. We can't rely
7292 # on the flags to remain set from the above code, due to caching.
fc3b640d
TT
7293 LIBICONV=
7294 if test "$am_cv_lib_iconv" = yes; then
7295 LIBICONV="-liconv"
94ae1714
TT
7296 else
7297 LIBICONV_LIBDIR=
7298 LIBICONV_INCLUDE=
fc3b640d
TT
7299 fi
7300 if test "$am_cv_use_build_libiconv" = yes; then
f0f20949 7301 LIBICONV="$am_cv_build_libiconv_path"
f18c4681 7302 LIBICONV_LIBDIR=""
fc3b640d
TT
7303 LIBICONV_INCLUDE="$BUILD_LIBICONV_INCLUDE"
7304 fi
7305 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
7306 LIBS="$LIBS $LIBICONV_LIBDIR $LIBICONV"
94ae1714 7307
6c7a06a3
TT
7308 if test "$am_cv_func_iconv" = yes; then
7309
81ecdfbb 7310$as_echo "#define HAVE_ICONV 1" >>confdefs.h
6c7a06a3 7311
81ecdfbb
RW
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
7313$as_echo_n "checking for iconv declaration... " >&6; }
7314 if test "${am_cv_proto_iconv+set}" = set; then :
7315 $as_echo_n "(cached) " >&6
6c7a06a3
TT
7316else
7317
81ecdfbb 7318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
7319/* end confdefs.h. */
7320
6c7a06a3
TT
7321#include <stdlib.h>
7322#include <iconv.h>
7323extern
b4e70030 7324#ifdef __cplusplus
6c7a06a3 7325"C"
b4e70030 7326#endif
6c7a06a3
TT
7327#if defined(__STDC__) || defined(__cplusplus)
7328size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
7329#else
7330size_t iconv();
7331#endif
7332
b4e70030
JB
7333int
7334main ()
7335{
6c7a06a3 7336
b4e70030
JB
7337 ;
7338 return 0;
7339}
7340_ACEOF
81ecdfbb 7341if ac_fn_c_try_compile "$LINENO"; then :
6c7a06a3 7342 am_cv_proto_iconv_arg1=""
4e8d927d 7343else
81ecdfbb 7344 am_cv_proto_iconv_arg1="const"
b4e70030 7345fi
81ecdfbb 7346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6c7a06a3
TT
7347 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);"
7348fi
7349
7350 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6c7a06a3 7352 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
7353$as_echo "${ac_t:-
7354 }$am_cv_proto_iconv" >&6; }
6c7a06a3
TT
7355
7356cat >>confdefs.h <<_ACEOF
7357#define ICONV_CONST $am_cv_proto_iconv_arg1
7358_ACEOF
7359
7360 fi
6c7a06a3
TT
7361
7362
478aac75
DE
7363# GDB may fork/exec the iconv program to get the list of supported character
7364# sets. Allow the user to specify where to find it.
7365# There are several factors affecting the choice of option name:
7366# - There is already --with-libiconv-prefix but we can't use it, it specifies
7367# the build-time location of libiconv files.
7368# - The program we need to find is iconv, which comes with glibc. The user
7369# doesn't necessarily have libiconv installed. Therefore naming this
7370# --with-libiconv-foo feels wrong.
7371# - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
7372# defined to work on directories not files (though it really doesn't know
7373# the difference).
7374# - Calling this --with-iconv-prefix is perceived to cause too much confusion
7375# with --with-libiconv-prefix.
7376# Putting these together is why the option name is --with-iconv-bin.
7377
7378
7379# Check whether --with-iconv-bin was given.
7380if test "${with_iconv_bin+set}" = set; then :
7381 withval=$with_iconv_bin; iconv_bin="${withval}"
7382
7383cat >>confdefs.h <<_ACEOF
7384#define ICONV_BIN "${iconv_bin}"
7385_ACEOF
7386
7387
7388 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7389 if test "x$prefix" = xNONE; then
7390 test_prefix=/usr/local
7391 else
7392 test_prefix=$prefix
7393 fi
7394 else
7395 test_prefix=$exec_prefix
7396 fi
7397 value=0
7398 case ${iconv_bin} in
7399 "${test_prefix}"|"${test_prefix}/"*|\
7400 '${exec_prefix}'|'${exec_prefix}/'*)
7401 value=1
7402 ;;
7403 esac
7404
7405cat >>confdefs.h <<_ACEOF
7406#define ICONV_BIN_RELOCATABLE $value
7407_ACEOF
7408
7409
7410
7411fi
7412
7413
cb01cfba 7414# For the TUI, we need enhanced curses functionality.
bd8a8e1b 7415if test x"$enable_tui" != xno; then
cb01cfba
JB
7416 prefer_curses=yes
7417fi
7418
7419curses_found=no
7420if test x"$prefer_curses" = xyes; then
7421 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
7422 # curses library because the latter might not provide all the
7423 # functionality we need. However, this leads to problems on systems
7424 # where the linker searches /usr/local/lib, but the compiler doesn't
7425 # search /usr/local/include, if ncurses is installed in /usr/local. A
7426 # default installation of ncurses on alpha*-dec-osf* will lead to such
7427 # a situation.
81ecdfbb
RW
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
7429$as_echo_n "checking for library containing waddstr... " >&6; }
7430if test "${ac_cv_search_waddstr+set}" = set; then :
7431 $as_echo_n "(cached) " >&6
6c7a06a3
TT
7432else
7433 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7434cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
7435/* end confdefs.h. */
7436
81ecdfbb
RW
7437/* Override any GCC internal prototype to avoid an error.
7438 Use char because int might match the return type of a GCC
7439 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
7440#ifdef __cplusplus
7441extern "C"
7442#endif
6c7a06a3
TT
7443char waddstr ();
7444int
7445main ()
7446{
81ecdfbb 7447return waddstr ();
6c7a06a3
TT
7448 ;
7449 return 0;
7450}
7451_ACEOF
81ecdfbb
RW
7452for ac_lib in '' ncurses cursesX curses; do
7453 if test -z "$ac_lib"; then
7454 ac_res="none required"
7455 else
7456 ac_res=-l$ac_lib
7457 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7458 fi
7459 if ac_fn_c_try_link "$LINENO"; then :
7460 ac_cv_search_waddstr=$ac_res
7461fi
7462rm -f core conftest.err conftest.$ac_objext \
7463 conftest$ac_exeext
7464 if test "${ac_cv_search_waddstr+set}" = set; then :
7465 break
7466fi
7467done
7468if test "${ac_cv_search_waddstr+set}" = set; then :
7469
6c7a06a3 7470else
81ecdfbb
RW
7471 ac_cv_search_waddstr=no
7472fi
7473rm conftest.$ac_ext
7474LIBS=$ac_func_search_save_LIBS
7475fi
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
7477$as_echo "$ac_cv_search_waddstr" >&6; }
7478ac_res=$ac_cv_search_waddstr
7479if test "$ac_res" != no; then :
7480 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3
TT
7481
7482fi
7483
7484
cb01cfba
JB
7485 if test "$ac_cv_search_waddstr" != no; then
7486 curses_found=yes
7487 fi
7488fi
7489
7490# Check whether we should enable the TUI, but only do so if we really
7491# can.
7492if test x"$enable_tui" != xno; then
7493 if test -d $srcdir/tui; then
7494 if test "$curses_found" != no; then
6c7a06a3
TT
7495 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
7496 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
7497 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
7498 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
6c7a06a3
TT
7499 else
7500 if test x"$enable_tui" = xyes; then
81ecdfbb 7501 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
6c7a06a3 7502 else
81ecdfbb
RW
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
7504$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6c7a06a3
TT
7505 fi
7506 fi
7507 fi
7508fi
7509
7510# Since GDB uses Readline, we need termcap functionality. In many
7511# cases this will be provided by the curses library, but some systems
7512# have a seperate termcap library, or no curses library at all.
7513
7514case $host_os in
7515 cygwin*)
7516 if test -d $srcdir/libtermcap; then
7517 LIBS="../libtermcap/libtermcap.a $LIBS"
7518 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
7519 fi ;;
7520 go32* | *djgpp*)
7521 ac_cv_search_tgetent="none required"
7522 ;;
7523 *mingw32*)
03b79603 7524 if test x"$curses_found" != xyes; then
63413d85 7525 ac_cv_search_tgetent="none required"
532f44ed 7526 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
63413d85 7527 fi ;;
6c7a06a3
TT
7528esac
7529
7530# These are the libraries checked by Readline.
81ecdfbb
RW
7531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
7532$as_echo_n "checking for library containing tgetent... " >&6; }
7533if test "${ac_cv_search_tgetent+set}" = set; then :
7534 $as_echo_n "(cached) " >&6
6c7a06a3
TT
7535else
7536 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7537cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
7538/* end confdefs.h. */
7539
81ecdfbb
RW
7540/* Override any GCC internal prototype to avoid an error.
7541 Use char because int might match the return type of a GCC
7542 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
7543#ifdef __cplusplus
7544extern "C"
7545#endif
6c7a06a3
TT
7546char tgetent ();
7547int
7548main ()
7549{
81ecdfbb 7550return tgetent ();
6c7a06a3
TT
7551 ;
7552 return 0;
7553}
7554_ACEOF
81ecdfbb
RW
7555for ac_lib in '' termcap tinfo curses ncurses; do
7556 if test -z "$ac_lib"; then
7557 ac_res="none required"
7558 else
7559 ac_res=-l$ac_lib
6c7a06a3 7560 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
7561 fi
7562 if ac_fn_c_try_link "$LINENO"; then :
7563 ac_cv_search_tgetent=$ac_res
7564fi
7565rm -f core conftest.err conftest.$ac_objext \
7566 conftest$ac_exeext
7567 if test "${ac_cv_search_tgetent+set}" = set; then :
7568 break
7569fi
7570done
7571if test "${ac_cv_search_tgetent+set}" = set; then :
6c7a06a3 7572
6c7a06a3 7573else
81ecdfbb 7574 ac_cv_search_tgetent=no
6c7a06a3 7575fi
81ecdfbb 7576rm conftest.$ac_ext
6c7a06a3
TT
7577LIBS=$ac_func_search_save_LIBS
7578fi
81ecdfbb
RW
7579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
7580$as_echo "$ac_cv_search_tgetent" >&6; }
7581ac_res=$ac_cv_search_tgetent
7582if test "$ac_res" != no; then :
7583 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3 7584
06825bd1
MK
7585fi
7586
06825bd1 7587
bec39cab 7588if test "$ac_cv_search_tgetent" = no; then
81ecdfbb 7589 as_fn_error "no termcap library found" "$LINENO" 5
8ee53726
MK
7590fi
7591
3841debe 7592
81ecdfbb
RW
7593# Check whether --with-system-readline was given.
7594if test "${with_system_readline+set}" = set; then :
7595 withval=$with_system_readline;
7596fi
6a30b0a5 7597
6a30b0a5
AS
7598
7599if test "$with_system_readline" = yes; then
7600 READLINE=-lreadline
7601 READLINE_DEPS=
7602 READLINE_CFLAGS=
39037522 7603 READLINE_TEXI_INCFLAG=
6a30b0a5
AS
7604else
7605 READLINE='$(READLINE_DIR)/libreadline.a'
7606 READLINE_DEPS='$(READLINE)'
7607 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
39037522 7608 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
6a30b0a5
AS
7609fi
7610
7611
7612
7613
7614
f997c383
SD
7615# Generate jit-reader.h
7616
7617# This is typedeffed to GDB_CORE_ADDR in jit-reader.h
7618TARGET_PTR=
7619
7620# The cast to long int works around a bug in the HP C Compiler
7621# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7622# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7623# This bug is HP SR number 8606223364.
7624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
7625$as_echo_n "checking size of unsigned long long... " >&6; }
7626if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
7627 $as_echo_n "(cached) " >&6
7628else
7629 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
7630
7631else
7632 if test "$ac_cv_type_unsigned_long_long" = yes; then
7633 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7634$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7635{ as_fn_set_status 77
7636as_fn_error "cannot compute sizeof (unsigned long long)
7637See \`config.log' for more details." "$LINENO" 5; }; }
7638 else
7639 ac_cv_sizeof_unsigned_long_long=0
7640 fi
7641fi
7642
7643fi
7644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
7645$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
7646
7647
7648
7649cat >>confdefs.h <<_ACEOF
7650#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
7651_ACEOF
7652
7653
7654# The cast to long int works around a bug in the HP C Compiler
7655# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7656# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7657# This bug is HP SR number 8606223364.
7658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
7659$as_echo_n "checking size of unsigned long... " >&6; }
7660if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
7661 $as_echo_n "(cached) " >&6
7662else
7663 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
7664
7665else
7666 if test "$ac_cv_type_unsigned_long" = yes; then
7667 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7668$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7669{ as_fn_set_status 77
7670as_fn_error "cannot compute sizeof (unsigned long)
7671See \`config.log' for more details." "$LINENO" 5; }; }
7672 else
7673 ac_cv_sizeof_unsigned_long=0
7674 fi
7675fi
7676
7677fi
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
7679$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
7680
7681
7682
7683cat >>confdefs.h <<_ACEOF
7684#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7685_ACEOF
7686
7687
7688# The cast to long int works around a bug in the HP C Compiler
7689# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7690# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7691# This bug is HP SR number 8606223364.
7692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
7693$as_echo_n "checking size of unsigned __int128... " >&6; }
7694if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
7695 $as_echo_n "(cached) " >&6
7696else
7697 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
7698
7699else
7700 if test "$ac_cv_type_unsigned___int128" = yes; then
7701 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7702$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7703{ as_fn_set_status 77
7704as_fn_error "cannot compute sizeof (unsigned __int128)
7705See \`config.log' for more details." "$LINENO" 5; }; }
7706 else
7707 ac_cv_sizeof_unsigned___int128=0
7708 fi
7709fi
7710
7711fi
7712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
7713$as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
7714
7715
7716
7717cat >>confdefs.h <<_ACEOF
7718#define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
7719_ACEOF
7720
7721
7722
7723if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
7724 TARGET_PTR="unsigned long"
7725elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
7726 TARGET_PTR="unsigned long long"
7727elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
7728 TARGET_PTR="unsigned __int128"
7729else
7730 TARGET_PTR="unsigned long"
7731fi
7732
7733
7734ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
7735
7736
a2d08b9e
SD
7737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7738$as_echo_n "checking for library containing dlopen... " >&6; }
7739if test "${ac_cv_search_dlopen+set}" = set; then :
7740 $as_echo_n "(cached) " >&6
7741else
7742 ac_func_search_save_LIBS=$LIBS
7743cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7744/* end confdefs.h. */
7745
7746/* Override any GCC internal prototype to avoid an error.
7747 Use char because int might match the return type of a GCC
7748 builtin and then its argument prototype would still apply. */
7749#ifdef __cplusplus
7750extern "C"
7751#endif
7752char dlopen ();
7753int
7754main ()
7755{
7756return dlopen ();
7757 ;
7758 return 0;
7759}
7760_ACEOF
7761for ac_lib in '' dl; do
7762 if test -z "$ac_lib"; then
7763 ac_res="none required"
7764 else
7765 ac_res=-l$ac_lib
7766 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7767 fi
7768 if ac_fn_c_try_link "$LINENO"; then :
7769 ac_cv_search_dlopen=$ac_res
7770fi
7771rm -f core conftest.err conftest.$ac_objext \
7772 conftest$ac_exeext
7773 if test "${ac_cv_search_dlopen+set}" = set; then :
7774 break
7775fi
7776done
7777if test "${ac_cv_search_dlopen+set}" = set; then :
7778
7779else
7780 ac_cv_search_dlopen=no
7781fi
7782rm conftest.$ac_ext
7783LIBS=$ac_func_search_save_LIBS
7784fi
7785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7786$as_echo "$ac_cv_search_dlopen" >&6; }
7787ac_res=$ac_cv_search_dlopen
7788if test "$ac_res" != no; then :
7789 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7790
7791fi
7792
7793
39037522 7794
b8e0a31c
SD
7795
7796# Check whether --with-jit-reader-dir was given.
7797if test "${with_jit_reader_dir+set}" = set; then :
7798 withval=$with_jit_reader_dir;
7799 JIT_READER_DIR=$withval
7800else
7801 JIT_READER_DIR=${libdir}/gdb
7802fi
7803
7804
7805 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7806 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7807 ac_define_dir=`eval echo $JIT_READER_DIR`
7808 ac_define_dir=`eval echo $ac_define_dir`
7809
7810cat >>confdefs.h <<_ACEOF
7811#define JIT_READER_DIR "$ac_define_dir"
7812_ACEOF
7813
7814
7815
7816
7817 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7818 if test "x$prefix" = xNONE; then
7819 test_prefix=/usr/local
7820 else
7821 test_prefix=$prefix
7822 fi
7823 else
7824 test_prefix=$exec_prefix
7825 fi
7826 value=0
7827 case ${ac_define_dir} in
7828 "${test_prefix}"|"${test_prefix}/"*|\
7829 '${exec_prefix}'|'${exec_prefix}/'*)
7830 value=1
7831 ;;
7832 esac
7833
7834cat >>confdefs.h <<_ACEOF
7835#define JIT_READER_DIR_RELOCATABLE $value
7836_ACEOF
7837
7838
7839
7840
7841
81ecdfbb
RW
7842# Check whether --with-expat was given.
7843if test "${with_expat+set}" = set; then :
7844 withval=$with_expat;
5c39566f
DJ
7845else
7846 with_expat=auto
81ecdfbb
RW
7847fi
7848
7849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
7850$as_echo_n "checking whether to use expat... " >&6; }
7851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
7852$as_echo "$with_expat" >&6; }
5c39566f
DJ
7853
7854if test "${with_expat}" = no; then
81ecdfbb
RW
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
7856$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
5c39566f
DJ
7857 HAVE_LIBEXPAT=no
7858else
7859
3841debe
DJ
7860 if test "X$prefix" = "XNONE"; then
7861 acl_final_prefix="$ac_default_prefix"
7862 else
7863 acl_final_prefix="$prefix"
7864 fi
7865 if test "X$exec_prefix" = "XNONE"; then
7866 acl_final_exec_prefix='${prefix}'
7867 else
7868 acl_final_exec_prefix="$exec_prefix"
7869 fi
7870 acl_save_prefix="$prefix"
7871 prefix="$acl_final_prefix"
7872 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7873 prefix="$acl_save_prefix"
7874
7875
81ecdfbb
RW
7876# Check whether --with-gnu-ld was given.
7877if test "${with_gnu_ld+set}" = set; then :
7878 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3841debe
DJ
7879else
7880 with_gnu_ld=no
81ecdfbb
RW
7881fi
7882
3841debe
DJ
7883# Prepare PATH_SEPARATOR.
7884# The user is always right.
7885if test "${PATH_SEPARATOR+set}" != set; then
7886 echo "#! /bin/sh" >conf$$.sh
7887 echo "exit 0" >>conf$$.sh
7888 chmod +x conf$$.sh
7889 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7890 PATH_SEPARATOR=';'
7891 else
7892 PATH_SEPARATOR=:
7893 fi
7894 rm -f conf$$.sh
7895fi
7896ac_prog=ld
7897if test "$GCC" = yes; then
7898 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7900$as_echo_n "checking for ld used by GCC... " >&6; }
3841debe
DJ
7901 case $host in
7902 *-*-mingw*)
7903 # gcc leaves a trailing carriage return which upsets mingw
7904 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7905 *)
7906 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7907 esac
7908 case $ac_prog in
7909 # Accept absolute paths.
7910 [\\/]* | [A-Za-z]:[\\/]*)
7911 re_direlt='/[^/][^/]*/\.\./'
7912 # Canonicalize the path of ld
7913 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7914 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7915 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7916 done
7917 test -z "$LD" && LD="$ac_prog"
7918 ;;
7919 "")
7920 # If it fails, then pretend we aren't using GCC.
7921 ac_prog=ld
7922 ;;
7923 *)
7924 # If it is relative, then search for the first ld in PATH.
7925 with_gnu_ld=unknown
7926 ;;
7927 esac
7928elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7930$as_echo_n "checking for GNU ld... " >&6; }
3841debe 7931else
81ecdfbb
RW
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7933$as_echo_n "checking for non-GNU ld... " >&6; }
3841debe 7934fi
81ecdfbb
RW
7935if test "${acl_cv_path_LD+set}" = set; then :
7936 $as_echo_n "(cached) " >&6
3841debe
DJ
7937else
7938 if test -z "$LD"; then
7939 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7940 for ac_dir in $PATH; do
7941 test -z "$ac_dir" && ac_dir=.
7942 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7943 acl_cv_path_LD="$ac_dir/$ac_prog"
7944 # Check to see if the program is GNU ld. I'd rather use --version,
7945 # but apparently some GNU ld's only accept -v.
7946 # Break only if it was the GNU/non-GNU ld that we prefer.
7947 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
7948 test "$with_gnu_ld" != no && break
7949 else
7950 test "$with_gnu_ld" != yes && break
7951 fi
7952 fi
7953 done
7954 IFS="$ac_save_ifs"
7955else
7956 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7957fi
7958fi
7959
7960LD="$acl_cv_path_LD"
7961if test -n "$LD"; then
81ecdfbb
RW
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7963$as_echo "$LD" >&6; }
3841debe 7964else
81ecdfbb
RW
7965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7966$as_echo "no" >&6; }
3841debe 7967fi
81ecdfbb
RW
7968test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7970$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7971if test "${acl_cv_prog_gnu_ld+set}" = set; then :
7972 $as_echo_n "(cached) " >&6
3841debe
DJ
7973else
7974 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7975if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
7976 acl_cv_prog_gnu_ld=yes
7977else
7978 acl_cv_prog_gnu_ld=no
7979fi
7980fi
81ecdfbb
RW
7981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
7982$as_echo "$acl_cv_prog_gnu_ld" >&6; }
3841debe
DJ
7983with_gnu_ld=$acl_cv_prog_gnu_ld
7984
7985
7986
81ecdfbb
RW
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7988$as_echo_n "checking for shared library run path origin... " >&6; }
7989if test "${acl_cv_rpath+set}" = set; then :
7990 $as_echo_n "(cached) " >&6
3841debe
DJ
7991else
7992
7993 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7994 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7995 . ./conftest.sh
7996 rm -f ./conftest.sh
7997 acl_cv_rpath=done
7998
7999fi
81ecdfbb
RW
8000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
8001$as_echo "$acl_cv_rpath" >&6; }
3841debe
DJ
8002 wl="$acl_cv_wl"
8003 libext="$acl_cv_libext"
8004 shlibext="$acl_cv_shlibext"
8005 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
8006 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
8007 hardcode_direct="$acl_cv_hardcode_direct"
8008 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
8009 # Check whether --enable-rpath was given.
8010if test "${enable_rpath+set}" = set; then :
8011 enableval=$enable_rpath; :
3841debe
DJ
8012else
8013 enable_rpath=yes
81ecdfbb
RW
8014fi
8015
3841debe
DJ
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025 use_additional=yes
8026
8027 acl_save_prefix="$prefix"
8028 prefix="$acl_final_prefix"
8029 acl_save_exec_prefix="$exec_prefix"
8030 exec_prefix="$acl_final_exec_prefix"
8031
8032 eval additional_includedir=\"$includedir\"
8033 eval additional_libdir=\"$libdir\"
8034
8035 exec_prefix="$acl_save_exec_prefix"
8036 prefix="$acl_save_prefix"
8037
8038
81ecdfbb
RW
8039# Check whether --with-libexpat-prefix was given.
8040if test "${with_libexpat_prefix+set}" = set; then :
8041 withval=$with_libexpat_prefix;
3841debe
DJ
8042 if test "X$withval" = "Xno"; then
8043 use_additional=no
8044 else
8045 if test "X$withval" = "X"; then
8046
8047 acl_save_prefix="$prefix"
8048 prefix="$acl_final_prefix"
8049 acl_save_exec_prefix="$exec_prefix"
8050 exec_prefix="$acl_final_exec_prefix"
8051
8052 eval additional_includedir=\"$includedir\"
8053 eval additional_libdir=\"$libdir\"
8054
8055 exec_prefix="$acl_save_exec_prefix"
8056 prefix="$acl_save_prefix"
8057
8058 else
8059 additional_includedir="$withval/include"
8060 additional_libdir="$withval/lib"
8061 fi
8062 fi
8063
81ecdfbb
RW
8064fi
8065
3841debe
DJ
8066 LIBEXPAT=
8067 LTLIBEXPAT=
8068 INCEXPAT=
8069 rpathdirs=
8070 ltrpathdirs=
8071 names_already_handled=
8072 names_next_round='expat '
8073 while test -n "$names_next_round"; do
8074 names_this_round="$names_next_round"
8075 names_next_round=
8076 for name in $names_this_round; do
8077 already_handled=
8078 for n in $names_already_handled; do
8079 if test "$n" = "$name"; then
8080 already_handled=yes
8081 break
8082 fi
8083 done
8084 if test -z "$already_handled"; then
8085 names_already_handled="$names_already_handled $name"
8086 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8087 eval value=\"\$HAVE_LIB$uppername\"
8088 if test -n "$value"; then
8089 if test "$value" = yes; then
8090 eval value=\"\$LIB$uppername\"
8091 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
8092 eval value=\"\$LTLIB$uppername\"
8093 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
8094 else
8095 :
8096 fi
8097 else
8098 found_dir=
8099 found_la=
8100 found_so=
8101 found_a=
8102 if test $use_additional = yes; then
8103 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8104 found_dir="$additional_libdir"
8105 found_so="$additional_libdir/lib$name.$shlibext"
8106 if test -f "$additional_libdir/lib$name.la"; then
8107 found_la="$additional_libdir/lib$name.la"
8108 fi
8109 else
8110 if test -f "$additional_libdir/lib$name.$libext"; then
8111 found_dir="$additional_libdir"
8112 found_a="$additional_libdir/lib$name.$libext"
8113 if test -f "$additional_libdir/lib$name.la"; then
8114 found_la="$additional_libdir/lib$name.la"
8115 fi
8116 fi
8117 fi
8118 fi
8119 if test "X$found_dir" = "X"; then
8120 for x in $LDFLAGS $LTLIBEXPAT; do
8121
8122 acl_save_prefix="$prefix"
8123 prefix="$acl_final_prefix"
8124 acl_save_exec_prefix="$exec_prefix"
8125 exec_prefix="$acl_final_exec_prefix"
8126 eval x=\"$x\"
8127 exec_prefix="$acl_save_exec_prefix"
8128 prefix="$acl_save_prefix"
8129
8130 case "$x" in
8131 -L*)
8132 dir=`echo "X$x" | sed -e 's/^X-L//'`
8133 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8134 found_dir="$dir"
8135 found_so="$dir/lib$name.$shlibext"
8136 if test -f "$dir/lib$name.la"; then
8137 found_la="$dir/lib$name.la"
8138 fi
8139 else
8140 if test -f "$dir/lib$name.$libext"; then
8141 found_dir="$dir"
8142 found_a="$dir/lib$name.$libext"
8143 if test -f "$dir/lib$name.la"; then
8144 found_la="$dir/lib$name.la"
8145 fi
8146 fi
8147 fi
8148 ;;
8149 esac
8150 if test "X$found_dir" != "X"; then
8151 break
8152 fi
8153 done
8154 fi
8155 if test "X$found_dir" != "X"; then
8156 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
8157 if test "X$found_so" != "X"; then
8158 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8159 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8160 else
8161 haveit=
8162 for x in $ltrpathdirs; do
8163 if test "X$x" = "X$found_dir"; then
8164 haveit=yes
8165 break
8166 fi
8167 done
8168 if test -z "$haveit"; then
8169 ltrpathdirs="$ltrpathdirs $found_dir"
8170 fi
8171 if test "$hardcode_direct" = yes; then
8172 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8173 else
8174 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8175 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8176 haveit=
8177 for x in $rpathdirs; do
8178 if test "X$x" = "X$found_dir"; then
8179 haveit=yes
8180 break
8181 fi
8182 done
8183 if test -z "$haveit"; then
8184 rpathdirs="$rpathdirs $found_dir"
8185 fi
8186 else
8187 haveit=
8188 for x in $LDFLAGS $LIBEXPAT; do
8189
8190 acl_save_prefix="$prefix"
8191 prefix="$acl_final_prefix"
8192 acl_save_exec_prefix="$exec_prefix"
8193 exec_prefix="$acl_final_exec_prefix"
8194 eval x=\"$x\"
8195 exec_prefix="$acl_save_exec_prefix"
8196 prefix="$acl_save_prefix"
8197
8198 if test "X$x" = "X-L$found_dir"; then
8199 haveit=yes
8200 break
8201 fi
8202 done
8203 if test -z "$haveit"; then
8204 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
8205 fi
8206 if test "$hardcode_minus_L" != no; then
8207 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8208 else
8209 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8210 fi
8211 fi
8212 fi
8213 fi
8214 else
8215 if test "X$found_a" != "X"; then
8216 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
8217 else
8218 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
8219 fi
8220 fi
8221 additional_includedir=
8222 case "$found_dir" in
8223 */lib | */lib/)
8224 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8225 additional_includedir="$basedir/include"
8226 ;;
8227 esac
8228 if test "X$additional_includedir" != "X"; then
8229 if test "X$additional_includedir" != "X/usr/include"; then
8230 haveit=
8231 if test "X$additional_includedir" = "X/usr/local/include"; then
8232 if test -n "$GCC"; then
8233 case $host_os in
8234 linux*) haveit=yes;;
8235 esac
8236 fi
8237 fi
8238 if test -z "$haveit"; then
8239 for x in $CPPFLAGS $INCEXPAT; do
8240
8241 acl_save_prefix="$prefix"
8242 prefix="$acl_final_prefix"
8243 acl_save_exec_prefix="$exec_prefix"
8244 exec_prefix="$acl_final_exec_prefix"
8245 eval x=\"$x\"
8246 exec_prefix="$acl_save_exec_prefix"
8247 prefix="$acl_save_prefix"
8248
8249 if test "X$x" = "X-I$additional_includedir"; then
8250 haveit=yes
8251 break
8252 fi
8253 done
8254 if test -z "$haveit"; then
8255 if test -d "$additional_includedir"; then
8256 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
8257 fi
8258 fi
8259 fi
8260 fi
8261 fi
8262 if test -n "$found_la"; then
8263 save_libdir="$libdir"
8264 case "$found_la" in
8265 */* | *\\*) . "$found_la" ;;
8266 *) . "./$found_la" ;;
8267 esac
8268 libdir="$save_libdir"
8269 for dep in $dependency_libs; do
8270 case "$dep" in
8271 -L*)
8272 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8273 if test "X$additional_libdir" != "X/usr/lib"; then
8274 haveit=
8275 if test "X$additional_libdir" = "X/usr/local/lib"; then
8276 if test -n "$GCC"; then
8277 case $host_os in
8278 linux*) haveit=yes;;
8279 esac
8280 fi
8281 fi
8282 if test -z "$haveit"; then
8283 haveit=
8284 for x in $LDFLAGS $LIBEXPAT; do
8285
8286 acl_save_prefix="$prefix"
8287 prefix="$acl_final_prefix"
8288 acl_save_exec_prefix="$exec_prefix"
8289 exec_prefix="$acl_final_exec_prefix"
8290 eval x=\"$x\"
8291 exec_prefix="$acl_save_exec_prefix"
8292 prefix="$acl_save_prefix"
8293
8294 if test "X$x" = "X-L$additional_libdir"; then
8295 haveit=yes
8296 break
8297 fi
8298 done
8299 if test -z "$haveit"; then
8300 if test -d "$additional_libdir"; then
8301 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
8302 fi
8303 fi
8304 haveit=
8305 for x in $LDFLAGS $LTLIBEXPAT; do
8306
8307 acl_save_prefix="$prefix"
8308 prefix="$acl_final_prefix"
8309 acl_save_exec_prefix="$exec_prefix"
8310 exec_prefix="$acl_final_exec_prefix"
8311 eval x=\"$x\"
8312 exec_prefix="$acl_save_exec_prefix"
8313 prefix="$acl_save_prefix"
8314
8315 if test "X$x" = "X-L$additional_libdir"; then
8316 haveit=yes
8317 break
8318 fi
8319 done
8320 if test -z "$haveit"; then
8321 if test -d "$additional_libdir"; then
8322 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
8323 fi
8324 fi
8325 fi
8326 fi
8327 ;;
8328 -R*)
8329 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8330 if test "$enable_rpath" != no; then
8331 haveit=
8332 for x in $rpathdirs; do
8333 if test "X$x" = "X$dir"; then
8334 haveit=yes
8335 break
8336 fi
8337 done
8338 if test -z "$haveit"; then
8339 rpathdirs="$rpathdirs $dir"
8340 fi
8341 haveit=
8342 for x in $ltrpathdirs; do
8343 if test "X$x" = "X$dir"; then
8344 haveit=yes
8345 break
8346 fi
8347 done
8348 if test -z "$haveit"; then
8349 ltrpathdirs="$ltrpathdirs $dir"
8350 fi
8351 fi
8352 ;;
8353 -l*)
8354 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8355 ;;
8356 *.la)
8357 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8358 ;;
8359 *)
8360 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
8361 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
8362 ;;
81ecdfbb
RW
8363 esac
8364 done
8365 fi
8366 else
8367 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8368 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
8369 fi
8370 fi
8371 fi
8372 done
8373 done
8374 if test "X$rpathdirs" != "X"; then
8375 if test -n "$hardcode_libdir_separator"; then
8376 alldirs=
8377 for found_dir in $rpathdirs; do
8378 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8379 done
8380 acl_save_libdir="$libdir"
8381 libdir="$alldirs"
8382 eval flag=\"$hardcode_libdir_flag_spec\"
8383 libdir="$acl_save_libdir"
8384 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8385 else
8386 for found_dir in $rpathdirs; do
8387 acl_save_libdir="$libdir"
8388 libdir="$found_dir"
8389 eval flag=\"$hardcode_libdir_flag_spec\"
8390 libdir="$acl_save_libdir"
8391 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8392 done
8393 fi
8394 fi
8395 if test "X$ltrpathdirs" != "X"; then
8396 for found_dir in $ltrpathdirs; do
8397 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
8398 done
8399 fi
a9322a30
TT
8400
8401
81ecdfbb 8402 ac_save_CPPFLAGS="$CPPFLAGS"
a9322a30 8403
81ecdfbb
RW
8404 for element in $INCEXPAT; do
8405 haveit=
8406 for x in $CPPFLAGS; do
a9322a30 8407
81ecdfbb
RW
8408 acl_save_prefix="$prefix"
8409 prefix="$acl_final_prefix"
8410 acl_save_exec_prefix="$exec_prefix"
8411 exec_prefix="$acl_final_exec_prefix"
8412 eval x=\"$x\"
8413 exec_prefix="$acl_save_exec_prefix"
8414 prefix="$acl_save_prefix"
a8111142 8415
81ecdfbb
RW
8416 if test "X$x" = "X$element"; then
8417 haveit=yes
8418 break
8419 fi
8420 done
8421 if test -z "$haveit"; then
8422 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8423 fi
8424 done
a9322a30
TT
8425
8426
81ecdfbb
RW
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
8428$as_echo_n "checking for libexpat... " >&6; }
8429if test "${ac_cv_libexpat+set}" = set; then :
8430 $as_echo_n "(cached) " >&6
bec39cab 8431else
bec39cab 8432
81ecdfbb
RW
8433 ac_save_LIBS="$LIBS"
8434 LIBS="$LIBS $LIBEXPAT"
8435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8436/* end confdefs.h. */
81ecdfbb
RW
8437#include "expat.h"
8438int
8439main ()
8440{
8441XML_Parser p = XML_ParserCreate (0);
8442 ;
8443 return 0;
8444}
bec39cab 8445_ACEOF
81ecdfbb
RW
8446if ac_fn_c_try_link "$LINENO"; then :
8447 ac_cv_libexpat=yes
c906108c 8448else
81ecdfbb 8449 ac_cv_libexpat=no
bec39cab 8450fi
81ecdfbb
RW
8451rm -f core conftest.err conftest.$ac_objext \
8452 conftest$ac_exeext conftest.$ac_ext
8453 LIBS="$ac_save_LIBS"
c906108c 8454
95ca63c4 8455fi
81ecdfbb
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
8457$as_echo "$ac_cv_libexpat" >&6; }
8458 if test "$ac_cv_libexpat" = yes; then
8459 HAVE_LIBEXPAT=yes
bec39cab 8460
81ecdfbb 8461$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
bec39cab 8462
81ecdfbb
RW
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
8464$as_echo_n "checking how to link with libexpat... " >&6; }
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
8466$as_echo "$LIBEXPAT" >&6; }
8467 else
8468 HAVE_LIBEXPAT=no
8469 CPPFLAGS="$ac_save_CPPFLAGS"
8470 LIBEXPAT=
8471 LTLIBEXPAT=
8472 fi
95ca63c4
CF
8473
8474
8475
7cb9022a
MK
8476
8477
bec39cab 8478
81ecdfbb
RW
8479 if test "$HAVE_LIBEXPAT" != yes; then
8480 if test "$with_expat" = yes; then
8481 as_fn_error "expat is missing or unusable" "$LINENO" 5
8482 else
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
8484$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
8485 fi
8486 else
8487 save_LIBS=$LIBS
8488 LIBS="$LIBS $LIBEXPAT"
8489 for ac_func in XML_StopParser
8490do :
8491 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
8492if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
bec39cab 8493 cat >>confdefs.h <<_ACEOF
81ecdfbb 8494#define HAVE_XML_STOPPARSER 1
bec39cab 8495_ACEOF
95ca63c4 8496
bec39cab 8497fi
bec39cab 8498done
95ca63c4 8499
81ecdfbb
RW
8500 LIBS=$save_LIBS
8501 fi
a9322a30
TT
8502fi
8503
d344e670
DE
8504# --------------------- #
8505# Check for libpython. #
8506# --------------------- #
8507
a9322a30 8508
a9322a30
TT
8509
8510
ec685c5e 8511
0c4a4063 8512
81ecdfbb
RW
8513# Check whether --with-python was given.
8514if test "${with_python+set}" = set; then :
8515 withval=$with_python;
bec39cab 8516else
81ecdfbb 8517 with_python=auto
bec39cab 8518fi
bec39cab 8519
81ecdfbb
RW
8520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
8521$as_echo_n "checking whether to use python... " >&6; }
8522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
8523$as_echo "$with_python" >&6; }
9a156167 8524
81ecdfbb
RW
8525if test "${with_python}" = no; then
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
8527$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
8528 have_libpython=no
bec39cab 8529else
81ecdfbb 8530 case "${with_python}" in
8c85a4e2 8531 [\\/]* | ?:[\\/]*)
ec685c5e
DE
8532 if test -d ${with_python}; then
8533 # Assume the python binary is ${with_python}/bin/python.
ec685c5e 8534 python_prog="${with_python}/bin/python"
0c4a4063 8535 python_prefix=
9c4ea6c5
JB
8536 # If python does not exit ${with_python}/bin, then try in
8537 # ${with_python}. On Windows/MinGW, this is where the Python
8538 # executable is.
8539 if test ! -x "${python_prog}"; then
8540 python_prog="${with_python}/python"
8541 python_prefix=
8542 fi
e7a30f46 8543 if test ! -x "${python_prog}"; then
ec685c5e
DE
8544 # Fall back to gdb 7.0/7.1 behaviour.
8545 python_prog=missing
0c4a4063 8546 python_prefix=${with_python}
ec685c5e 8547 fi
e7a30f46 8548 elif test -x "${with_python}"; then
ec685c5e
DE
8549 # While we can't run python compiled for $host (unless host == build),
8550 # the user could write a script that provides the needed information,
8551 # so we support that.
ec685c5e 8552 python_prog=${with_python}
0c4a4063 8553 python_prefix=
ec685c5e
DE
8554 else
8555 as_fn_error "invalid value for --with-python" "$LINENO" 5
8556 fi
81ecdfbb 8557 ;;
ec685c5e
DE
8558 */*)
8559 # Disallow --with-python=foo/bar.
81ecdfbb
RW
8560 as_fn_error "invalid value for --with-python" "$LINENO" 5
8561 ;;
ec685c5e
DE
8562 *)
8563 # The user has either specified auto, yes, or the name of the python
8564 # program assumed to be in $PATH.
8565 python_prefix=
8566 case "${with_python}" in
8567 yes | auto)
8568 if test ${build} = ${host}; then
8569 # Extract the first word of "python", so it can be a program name with args.
8570set dummy python; ac_word=$2
8571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8572$as_echo_n "checking for $ac_word... " >&6; }
8573if test "${ac_cv_path_python_prog_path+set}" = set; then :
8574 $as_echo_n "(cached) " >&6
8575else
8576 case $python_prog_path in
8577 [\\/]* | ?:[\\/]*)
8578 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8579 ;;
8580 *)
8581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8582for as_dir in $PATH
8583do
8584 IFS=$as_save_IFS
8585 test -z "$as_dir" && as_dir=.
8586 for ac_exec_ext in '' $ac_executable_extensions; do
8587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8588 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8590 break 2
8591 fi
8592done
8593 done
8594IFS=$as_save_IFS
8595
8596 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8597 ;;
8598esac
8599fi
8600python_prog_path=$ac_cv_path_python_prog_path
8601if test -n "$python_prog_path"; then
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8603$as_echo "$python_prog_path" >&6; }
8604else
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8606$as_echo "no" >&6; }
8607fi
8608
8609
8610 if test "${python_prog_path}" = missing; then
8611 python_prog=missing
8612 else
8613 python_prog=${python_prog_path}
8614 fi
8615 else
8616 # Not much we can do except assume the cross-compiler will find the
8617 # right files.
8618 python_prog=missing
8619 fi
8620 ;;
8621 *)
8622 # While we can't run python compiled for $host (unless host == build),
8623 # the user could write a script that provides the needed information,
8624 # so we support that.
8625 python_prog="${with_python}"
8626 # Extract the first word of "${python_prog}", so it can be a program name with args.
8627set dummy ${python_prog}; ac_word=$2
8628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8629$as_echo_n "checking for $ac_word... " >&6; }
8630if test "${ac_cv_path_python_prog_path+set}" = set; then :
8631 $as_echo_n "(cached) " >&6
8632else
8633 case $python_prog_path in
8634 [\\/]* | ?:[\\/]*)
8635 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8636 ;;
8637 *)
8638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639for as_dir in $PATH
8640do
8641 IFS=$as_save_IFS
8642 test -z "$as_dir" && as_dir=.
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8647 break 2
8648 fi
8649done
8650 done
8651IFS=$as_save_IFS
8652
8653 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8654 ;;
8655esac
8656fi
8657python_prog_path=$ac_cv_path_python_prog_path
8658if test -n "$python_prog_path"; then
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8660$as_echo "$python_prog_path" >&6; }
8661else
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8663$as_echo "no" >&6; }
8664fi
8665
8666
8667 if test "${python_prog_path}" = missing; then
8668 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
8669 fi
8670 ;;
8671 esac
81ecdfbb
RW
8672 esac
8673
ec685c5e 8674 if test "${python_prog}" != missing; then
e7a30f46
DE
8675 # We have a python program to use, but it may be too old.
8676 # Don't flag an error for --with-python=auto (the default).
8677 have_python_config=yes
ec685c5e
DE
8678 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
8679 if test $? != 0; then
e7a30f46
DE
8680 have_python_config=failed
8681 if test "${with_python}" != auto; then
8682 as_fn_error "failure running python-config --includes" "$LINENO" 5
8683 fi
ec685c5e
DE
8684 fi
8685 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
8686 if test $? != 0; then
e7a30f46
DE
8687 have_python_config=failed
8688 if test "${with_python}" != auto; then
8689 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
8690 fi
ec685c5e 8691 fi
0c4a4063
DE
8692 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
8693 if test $? != 0; then
e7a30f46
DE
8694 have_python_config=failed
8695 if test "${with_python}" != auto; then
8696 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
8697 fi
0c4a4063 8698 fi
ec685c5e 8699 else
ac534cba
JB
8700 # We do not have a python executable we can use to determine where
8701 # to find the Python headers and libs. We cannot guess the include
8702 # path from the python_prefix either, because that include path
8703 # depends on the Python version. So, there is nothing much we can
8704 # do except assume that the compiler will be able to find those files.
8705 python_includes=
8706 python_libs=
0c4a4063 8707 have_python_config=no
ec685c5e 8708 fi
bec39cab 8709
ec685c5e
DE
8710 # If we have python-config, only try the configuration it provides.
8711 # Otherwise fallback on the old way of trying different versions of
8712 # python in turn.
81ecdfbb 8713
ec685c5e
DE
8714 have_libpython=no
8715 if test "${have_python_config}" = yes; then
c1039e3c
JB
8716 # Determine the Python version by extracting "-lpython<version>"
8717 # part of the python_libs. <version> is usually X.Y with X and Y
8718 # being decimal numbers, but can also be XY (seen on Windows).
8719 #
8720 # The extraction is performed using sed with a regular expression.
8721 # Initially, the regexp used was using the '?' quantifier to make
8722 # the dot in the version number optional. Unfortunately, this
8723 # does not work with non-GNU versions of sed because, because of
8724 # what looks like a limitation (the '?' quantifier does not work
8725 # with back-references). We work around this limitation by using
8726 # the '*' quantifier instead. It means that, in theory, we might
8727 # match unexpected version strings such as "-lpython2..7", but
8728 # this seems unlikely in practice. And even if that happens,
8729 # an error will be triggered later on, when checking that version
8730 # number.
ec685c5e 8731 python_version=`echo " ${python_libs} " \
c1039e3c 8732 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
0c4a4063
DE
8733 case "${python_version}" in
8734 python*)
ec685c5e
DE
8735
8736 version=${python_version}
8737
8738 new_CPPFLAGS=${python_includes}
8739 new_LIBS=${python_libs}
81ecdfbb
RW
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8741$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8742 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8743 save_LIBS=$LIBS
ec685c5e
DE
8744 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8745 LIBS="$LIBS $new_LIBS"
8746 found_usable_python=no
81ecdfbb 8747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8748/* end confdefs.h. */
ac534cba 8749#include "Python.h"
81ecdfbb
RW
8750int
8751main ()
8752{
8753Py_Initialize ();
8754 ;
8755 return 0;
8756}
bec39cab 8757_ACEOF
81ecdfbb 8758if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8759 have_libpython=${version}
8760 found_usable_python=yes
ac534cba
JB
8761 PYTHON_CPPFLAGS=$new_CPPFLAGS
8762 PYTHON_LIBS=$new_LIBS
9a156167 8763fi
81ecdfbb
RW
8764rm -f core conftest.err conftest.$ac_objext \
8765 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8766 CPPFLAGS=$save_CPPFLAGS
8767 LIBS=$save_LIBS
ec685c5e
DE
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8769$as_echo "${found_usable_python}" >&6; }
9a156167 8770
0c4a4063
DE
8771 ;;
8772 *)
ec685c5e 8773 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
0c4a4063
DE
8774 ;;
8775 esac
e7a30f46 8776 elif test "${have_python_config}" != failed; then
ec685c5e 8777 if test "${have_libpython}" = no; then
9a156167 8778
420697bb
TT
8779 version=python2.7
8780
8781 new_CPPFLAGS=${python_includes}
8782 new_LIBS="${python_libs} -lpython2.7"
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8784$as_echo_n "checking for ${version}... " >&6; }
8785 save_CPPFLAGS=$CPPFLAGS
8786 save_LIBS=$LIBS
8787 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8788 LIBS="$LIBS $new_LIBS"
8789 found_usable_python=no
8790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8791/* end confdefs.h. */
ac534cba 8792#include "Python.h"
420697bb
TT
8793int
8794main ()
8795{
8796Py_Initialize ();
8797 ;
8798 return 0;
8799}
8800_ACEOF
8801if ac_fn_c_try_link "$LINENO"; then :
8802 have_libpython=${version}
8803 found_usable_python=yes
ac534cba
JB
8804 PYTHON_CPPFLAGS=$new_CPPFLAGS
8805 PYTHON_LIBS=$new_LIBS
420697bb
TT
8806fi
8807rm -f core conftest.err conftest.$ac_objext \
8808 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8809 CPPFLAGS=$save_CPPFLAGS
8810 LIBS=$save_LIBS
420697bb
TT
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8812$as_echo "${found_usable_python}" >&6; }
8813
8814 fi
8815 if test "${have_libpython}" = no; then
8816
ec685c5e
DE
8817 version=python2.6
8818
8819 new_CPPFLAGS=${python_includes}
8820 new_LIBS="${python_libs} -lpython2.6"
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8822$as_echo_n "checking for ${version}... " >&6; }
8823 save_CPPFLAGS=$CPPFLAGS
8824 save_LIBS=$LIBS
8825 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8826 LIBS="$LIBS $new_LIBS"
8827 found_usable_python=no
8828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8829/* end confdefs.h. */
ac534cba 8830#include "Python.h"
ec685c5e
DE
8831int
8832main ()
8833{
8834Py_Initialize ();
8835 ;
8836 return 0;
8837}
8838_ACEOF
8839if ac_fn_c_try_link "$LINENO"; then :
8840 have_libpython=${version}
8841 found_usable_python=yes
ac534cba
JB
8842 PYTHON_CPPFLAGS=$new_CPPFLAGS
8843 PYTHON_LIBS=$new_LIBS
ec685c5e
DE
8844fi
8845rm -f core conftest.err conftest.$ac_objext \
8846 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8847 CPPFLAGS=$save_CPPFLAGS
8848 LIBS=$save_LIBS
ec685c5e
DE
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8850$as_echo "${found_usable_python}" >&6; }
9a156167 8851
81ecdfbb 8852 fi
ec685c5e 8853 if test ${have_libpython} = no; then
9a156167 8854
81ecdfbb 8855 version=python2.5
9a156167 8856
ec685c5e
DE
8857 new_CPPFLAGS=${python_includes}
8858 new_LIBS="${python_libs} -lpython2.5"
81ecdfbb
RW
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8860$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8861 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8862 save_LIBS=$LIBS
ec685c5e
DE
8863 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8864 LIBS="$LIBS $new_LIBS"
8865 found_usable_python=no
81ecdfbb 8866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 8867/* end confdefs.h. */
ac534cba 8868#include "Python.h"
81ecdfbb
RW
8869int
8870main ()
8871{
8872Py_Initialize ();
8873 ;
8874 return 0;
8875}
436868fb 8876_ACEOF
81ecdfbb 8877if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8878 have_libpython=${version}
8879 found_usable_python=yes
ac534cba
JB
8880 PYTHON_CPPFLAGS=$new_CPPFLAGS
8881 PYTHON_LIBS=$new_LIBS
436868fb 8882fi
81ecdfbb
RW
8883rm -f core conftest.err conftest.$ac_objext \
8884 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8885 CPPFLAGS=$save_CPPFLAGS
8886 LIBS=$save_LIBS
ec685c5e
DE
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8888$as_echo "${found_usable_python}" >&6; }
a9322a30 8889
81ecdfbb 8890 fi
ec685c5e 8891 if test ${have_libpython} = no; then
a9322a30 8892
81ecdfbb 8893 version=python2.4
a9322a30 8894
ec685c5e
DE
8895 new_CPPFLAGS=${python_includes}
8896 new_LIBS="${python_libs} -lpython2.4"
81ecdfbb
RW
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8898$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8899 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8900 save_LIBS=$LIBS
ec685c5e
DE
8901 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8902 LIBS="$LIBS $new_LIBS"
8903 found_usable_python=no
81ecdfbb 8904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 8905/* end confdefs.h. */
ac534cba 8906#include "Python.h"
a9322a30
TT
8907int
8908main ()
8909{
81ecdfbb 8910Py_Initialize ();
a9322a30
TT
8911 ;
8912 return 0;
8913}
436868fb 8914_ACEOF
81ecdfbb 8915if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8916 have_libpython=${version}
8917 found_usable_python=yes
ac534cba
JB
8918 PYTHON_CPPFLAGS=$new_CPPFLAGS
8919 PYTHON_LIBS=$new_LIBS
436868fb 8920fi
81ecdfbb
RW
8921rm -f core conftest.err conftest.$ac_objext \
8922 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8923 CPPFLAGS=$save_CPPFLAGS
8924 LIBS=$save_LIBS
ec685c5e
DE
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8926$as_echo "${found_usable_python}" >&6; }
81ecdfbb 8927
ec685c5e
DE
8928 fi
8929 fi
9c4ea6c5 8930 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
11763c18
TT
8931
8932$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
8933
9c4ea6c5 8934 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
ec685c5e
DE
8935
8936$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
8937
9c4ea6c5 8938 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
ec685c5e
DE
8939
8940$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
8941
9c4ea6c5 8942 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
81ecdfbb
RW
8943
8944$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
8945
81ecdfbb 8946 fi
ec685c5e
DE
8947
8948 if test "${have_libpython}" = no; then
81ecdfbb
RW
8949 case "${with_python}" in
8950 yes)
8951 as_fn_error "python is missing or unusable" "$LINENO" 5
8952 ;;
8953 auto)
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
8955$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
8956 ;;
8957 *)
8958 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
8959 ;;
8960 esac
0c4a4063
DE
8961 else
8962 if test -n "${python_prefix}"; then
8963
8964cat >>confdefs.h <<_ACEOF
8965#define WITH_PYTHON_PATH "${python_prefix}"
8966_ACEOF
8967
8968
8969 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8970 if test "x$prefix" = xNONE; then
8971 test_prefix=/usr/local
8972 else
8973 test_prefix=$prefix
8974 fi
8975 else
8976 test_prefix=$exec_prefix
8977 fi
8978 value=0
8979 case ${python_prefix} in
8980 "${test_prefix}"|"${test_prefix}/"*|\
8981 '${exec_prefix}'|'${exec_prefix}/'*)
8982 value=1
8983 ;;
8984 esac
8985
8986cat >>confdefs.h <<_ACEOF
8987#define PYTHON_PATH_RELOCATABLE $value
8988_ACEOF
8989
8990
8991 fi
81ecdfbb 8992 fi
436868fb 8993fi
436868fb 8994
ec685c5e 8995if test "${have_libpython}" != no; then
436868fb 8996
81ecdfbb 8997$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
436868fb 8998
81ecdfbb
RW
8999 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
9000 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
9001 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
94f7449c 9002 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
81ecdfbb 9003 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
436868fb 9004
81ecdfbb
RW
9005 # Flags needed to compile Python code (taken from python-config --cflags).
9006 # We cannot call python-config directly because it will output whatever was
9007 # used when compiling the Python interpreter itself, including flags which
9008 # would make the python-related objects be compiled differently from the
9009 # rest of GDB (e.g., -O2 and -fPIC).
9010 if test "${GCC}" = yes; then
9011 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
9012 fi
436868fb 9013
81ecdfbb
RW
9014 if test "x${tentative_python_cflags}" != x; then
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
9016$as_echo_n "checking compiler flags for python code... " >&6; }
9017 for flag in ${tentative_python_cflags}; do
9018 # Check that the compiler accepts it
9019 saved_CFLAGS="$CFLAGS"
9020 CFLAGS="$CFLAGS $flag"
9021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9022/* end confdefs.h. */
81ecdfbb 9023
a9322a30
TT
9024int
9025main ()
9026{
a9322a30
TT
9027
9028 ;
9029 return 0;
9030}
bec39cab 9031_ACEOF
81ecdfbb
RW
9032if ac_fn_c_try_compile "$LINENO"; then :
9033 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
bec39cab 9034fi
81ecdfbb
RW
9035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9036 CFLAGS="$saved_CFLAGS"
9037 done
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
9039$as_echo "${PYTHON_CFLAGS}" >&6; }
9040 fi
043b6510 9041
c83393b9
JB
9042 # On x64 Windows, Python's include headers, and pyconfig.h in
9043 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
9044 # version of Windows. Unfortunately, MS_WIN64 is only defined if
9045 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
9046 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
9047 # The issue was reported to the Python community, but still isn't
9048 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
9049
043b6510 9050 case "$gdb_host" in
c83393b9
JB
9051 mingw64)
9052 if test "${GCC}" = yes; then
9053 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
9054 fi
9055 ;;
043b6510 9056 esac
a8db4212
YPK
9057
9058 # Note that "python -m threading" cannot be used to check for
9059 # threading support due to a bug in Python 2.7.3
9060 # (http://bugs.python.org/issue15567).
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
9062$as_echo_n "checking whether python supports threads... " >&6; }
9063 saved_CPPFLAGS="${CPPFLAGS}"
9064 CPPFLAGS="${PYTHON_CPPFLAGS}"
9065 # Note that the test is reversed so that python_has_threads=yes on
9066 # unexpected failures.
9067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9068/* end confdefs.h. */
9069
9070#include <Python.h>
9071#ifdef WITH_THREAD
9072# error
9073#endif
9074
9075_ACEOF
9076if ac_fn_c_try_cpp "$LINENO"; then :
9077 python_has_threads=no
9078else
9079 python_has_threads=yes
9080fi
9081rm -f conftest.err conftest.$ac_ext
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
9083$as_echo "${python_has_threads}" >&6; }
9084 CPPFLAGS="${saved_CPPFLAGS}"
81ecdfbb 9085else
6dddc817
DE
9086 # Even if Python support is not compiled in, we need to have this file
9087 # included so that the "python" command, et.al., still exists.
9088 CONFIG_OBS="$CONFIG_OBS python.o"
9089 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
a9322a30 9090fi
9a156167 9091
ed3ef339
DE
9092
9093
4df42755
DE
9094 if test "${have_libpython}" != no; then
9095 HAVE_PYTHON_TRUE=
9096 HAVE_PYTHON_FALSE='#'
9097else
9098 HAVE_PYTHON_TRUE='#'
9099 HAVE_PYTHON_FALSE=
9100fi
9101
ed3ef339
DE
9102
9103# -------------------- #
9104# Check for libguile. #
9105# -------------------- #
9106
9107
e1402065
DE
9108
9109
9110
9111
9112# Check whether --with-guile was given.
9113if test "${with_guile+set}" = set; then :
9114 withval=$with_guile;
9115else
9116 with_guile=auto
9117fi
9118
9119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
9120$as_echo_n "checking whether to use guile... " >&6; }
9121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
9122$as_echo "$with_guile" >&6; }
9123
ed3ef339
DE
9124# Extract the first word of "pkg-config", so it can be a program name with args.
9125set dummy pkg-config; ac_word=$2
9126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9127$as_echo_n "checking for $ac_word... " >&6; }
9128if test "${ac_cv_path_pkg_config_prog_path+set}" = set; then :
9129 $as_echo_n "(cached) " >&6
9130else
9131 case $pkg_config_prog_path in
9132 [\\/]* | ?:[\\/]*)
9133 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
9134 ;;
9135 *)
9136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9137for as_dir in $PATH
9138do
9139 IFS=$as_save_IFS
9140 test -z "$as_dir" && as_dir=.
9141 for ac_exec_ext in '' $ac_executable_extensions; do
9142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9143 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
9144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9145 break 2
9146 fi
9147done
9148 done
9149IFS=$as_save_IFS
9150
9151 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
9152 ;;
9153esac
9154fi
9155pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
9156if test -n "$pkg_config_prog_path"; then
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
9158$as_echo "$pkg_config_prog_path" >&6; }
9159else
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9161$as_echo "no" >&6; }
9162fi
9163
9164
9165
214ab2da 9166try_guile_versions="guile-2.2 guile-2.0"
ed3ef339
DE
9167have_libguile=no
9168case "${with_guile}" in
9169no)
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
9171$as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
9172 ;;
9173auto)
e1402065
DE
9174 if test "${pkg_config_prog_path}" = "missing"; then
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
9176$as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
9177 else
ed3ef339
DE
9178
9179 pkg_config=${pkg_config_prog_path}
9180 guile_version_list=${try_guile_versions}
9181 flag_errors=no
9182
ed3ef339
DE
9183 found_usable_guile=checking
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9185$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9186 for guile_version in ${guile_version_list}; do
9187 ${pkg_config} --exists ${guile_version} 2>/dev/null
9188 if test $? != 0; then
9189 continue
9190 fi
9191 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9192 if test $? != 0; then
9193 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9194 fi
9195 new_LIBS=`${pkg_config} --libs ${guile_version}`
9196 if test $? != 0; then
9197 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9198 fi
9199 found_usable_guile=${guile_version}
9200 break
9201 done
9202 if test "${found_usable_guile}" = "checking"; then
9203 if test "${flag_errors}" = "yes"; then
9204 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9205 else
9206 found_usable_guile=no
9207 fi
9208 fi
9209 if test "${found_usable_guile}" != no; then
9210 save_CPPFLAGS=$CPPFLAGS
9211 save_LIBS=$LIBS
9212 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9213 LIBS="$LIBS $new_LIBS"
9214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9215/* end confdefs.h. */
9216#include "libguile.h"
9217int
9218main ()
9219{
9220scm_init_guile ();
9221 ;
9222 return 0;
9223}
9224_ACEOF
9225if ac_fn_c_try_link "$LINENO"; then :
9226 have_libguile=yes
9227 GUILE_CPPFLAGS=$new_CPPFLAGS
9228 GUILE_LIBS=$new_LIBS
9229else
9230 found_usable_guile=no
9231fi
9232rm -f core conftest.err conftest.$ac_objext \
9233 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9234 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9235if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9236
9237$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9238
9239
9240fi
9241
ed3ef339
DE
9242 CPPFLAGS=$save_CPPFLAGS
9243 LIBS=$save_LIBS
9244 if test "${found_usable_guile}" = no; then
9245 if test "${flag_errors}" = yes; then
9246 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9247$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9248as_fn_error "linking guile version ${guile_version} test program failed
9249See \`config.log' for more details." "$LINENO" 5; }
9250 fi
9251 fi
9252 fi
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9254$as_echo "${found_usable_guile}" >&6; }
9255
e1402065 9256 fi
ed3ef339
DE
9257 ;;
9258yes)
e1402065
DE
9259 if test "${pkg_config_prog_path}" = "missing"; then
9260 as_fn_error "pkg-config not found" "$LINENO" 5
9261 fi
ed3ef339
DE
9262
9263 pkg_config=${pkg_config_prog_path}
9264 guile_version_list=${try_guile_versions}
9265 flag_errors=yes
9266
ed3ef339
DE
9267 found_usable_guile=checking
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9269$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9270 for guile_version in ${guile_version_list}; do
9271 ${pkg_config} --exists ${guile_version} 2>/dev/null
9272 if test $? != 0; then
9273 continue
9274 fi
9275 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9276 if test $? != 0; then
9277 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9278 fi
9279 new_LIBS=`${pkg_config} --libs ${guile_version}`
9280 if test $? != 0; then
9281 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9282 fi
9283 found_usable_guile=${guile_version}
9284 break
9285 done
9286 if test "${found_usable_guile}" = "checking"; then
9287 if test "${flag_errors}" = "yes"; then
9288 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9289 else
9290 found_usable_guile=no
9291 fi
9292 fi
9293 if test "${found_usable_guile}" != no; then
9294 save_CPPFLAGS=$CPPFLAGS
9295 save_LIBS=$LIBS
9296 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9297 LIBS="$LIBS $new_LIBS"
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299/* end confdefs.h. */
9300#include "libguile.h"
9301int
9302main ()
9303{
9304scm_init_guile ();
9305 ;
9306 return 0;
9307}
9308_ACEOF
9309if ac_fn_c_try_link "$LINENO"; then :
9310 have_libguile=yes
9311 GUILE_CPPFLAGS=$new_CPPFLAGS
9312 GUILE_LIBS=$new_LIBS
9313else
9314 found_usable_guile=no
9315fi
9316rm -f core conftest.err conftest.$ac_objext \
9317 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9318 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9319if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9320
9321$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9322
9323
9324fi
9325
ed3ef339
DE
9326 CPPFLAGS=$save_CPPFLAGS
9327 LIBS=$save_LIBS
9328 if test "${found_usable_guile}" = no; then
9329 if test "${flag_errors}" = yes; then
9330 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9331$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9332as_fn_error "linking guile version ${guile_version} test program failed
9333See \`config.log' for more details." "$LINENO" 5; }
9334 fi
9335 fi
9336 fi
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9338$as_echo "${found_usable_guile}" >&6; }
9339
9340 ;;
9341[\\/]* | ?:[\\/]*)
e1402065 9342 if test -x "${with_guile}"; then
ed3ef339
DE
9343
9344 pkg_config=${with_guile}
9345 guile_version_list=${try_guile_versions}
9346 flag_errors=yes
9347
ed3ef339
DE
9348 found_usable_guile=checking
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9350$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9351 for guile_version in ${guile_version_list}; do
9352 ${pkg_config} --exists ${guile_version} 2>/dev/null
9353 if test $? != 0; then
9354 continue
9355 fi
9356 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9357 if test $? != 0; then
9358 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9359 fi
9360 new_LIBS=`${pkg_config} --libs ${guile_version}`
9361 if test $? != 0; then
9362 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9363 fi
9364 found_usable_guile=${guile_version}
9365 break
9366 done
9367 if test "${found_usable_guile}" = "checking"; then
9368 if test "${flag_errors}" = "yes"; then
9369 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9370 else
9371 found_usable_guile=no
9372 fi
9373 fi
9374 if test "${found_usable_guile}" != no; then
9375 save_CPPFLAGS=$CPPFLAGS
9376 save_LIBS=$LIBS
9377 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9378 LIBS="$LIBS $new_LIBS"
9379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9380/* end confdefs.h. */
9381#include "libguile.h"
9382int
9383main ()
9384{
9385scm_init_guile ();
9386 ;
9387 return 0;
9388}
9389_ACEOF
9390if ac_fn_c_try_link "$LINENO"; then :
9391 have_libguile=yes
9392 GUILE_CPPFLAGS=$new_CPPFLAGS
9393 GUILE_LIBS=$new_LIBS
9394else
9395 found_usable_guile=no
9396fi
9397rm -f core conftest.err conftest.$ac_objext \
9398 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9399 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9400if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9401
9402$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9403
9404
9405fi
9406
ed3ef339
DE
9407 CPPFLAGS=$save_CPPFLAGS
9408 LIBS=$save_LIBS
9409 if test "${found_usable_guile}" = no; then
9410 if test "${flag_errors}" = yes; then
9411 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9412$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9413as_fn_error "linking guile version ${guile_version} test program failed
9414See \`config.log' for more details." "$LINENO" 5; }
9415 fi
9416 fi
9417 fi
9418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9419$as_echo "${found_usable_guile}" >&6; }
9420
e1402065
DE
9421 else
9422 as_fn_error "Guile config program not executable: ${with_guile}" "$LINENO" 5
9423 fi
ed3ef339
DE
9424 ;;
9425"" | */*)
9426 # Disallow --with=guile="" and --with-guile=foo/bar.
9427 as_fn_error "invalid value for --with-guile" "$LINENO" 5
9428 ;;
9429*)
9430 # A space separate list of guile versions to try, in order.
e1402065
DE
9431 if test "${pkg_config_prog_path}" = "missing"; then
9432 as_fn_error "pkg-config not found" "$LINENO" 5
9433 fi
ed3ef339
DE
9434
9435 pkg_config=${pkg_config_prog_path}
9436 guile_version_list=${with_guile}
9437 flag_errors=yes
9438
ed3ef339
DE
9439 found_usable_guile=checking
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9441$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9442 for guile_version in ${guile_version_list}; do
9443 ${pkg_config} --exists ${guile_version} 2>/dev/null
9444 if test $? != 0; then
9445 continue
9446 fi
9447 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9448 if test $? != 0; then
9449 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9450 fi
9451 new_LIBS=`${pkg_config} --libs ${guile_version}`
9452 if test $? != 0; then
9453 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9454 fi
9455 found_usable_guile=${guile_version}
9456 break
9457 done
9458 if test "${found_usable_guile}" = "checking"; then
9459 if test "${flag_errors}" = "yes"; then
9460 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9461 else
9462 found_usable_guile=no
9463 fi
9464 fi
9465 if test "${found_usable_guile}" != no; then
9466 save_CPPFLAGS=$CPPFLAGS
9467 save_LIBS=$LIBS
9468 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9469 LIBS="$LIBS $new_LIBS"
9470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9471/* end confdefs.h. */
9472#include "libguile.h"
9473int
9474main ()
9475{
9476scm_init_guile ();
9477 ;
9478 return 0;
9479}
9480_ACEOF
9481if ac_fn_c_try_link "$LINENO"; then :
9482 have_libguile=yes
9483 GUILE_CPPFLAGS=$new_CPPFLAGS
9484 GUILE_LIBS=$new_LIBS
9485else
9486 found_usable_guile=no
9487fi
9488rm -f core conftest.err conftest.$ac_objext \
9489 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9490 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9491if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9492
9493$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9494
9495
9496fi
9497
ed3ef339
DE
9498 CPPFLAGS=$save_CPPFLAGS
9499 LIBS=$save_LIBS
9500 if test "${found_usable_guile}" = no; then
9501 if test "${flag_errors}" = yes; then
9502 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9503$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9504as_fn_error "linking guile version ${guile_version} test program failed
9505See \`config.log' for more details." "$LINENO" 5; }
9506 fi
9507 fi
9508 fi
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9510$as_echo "${found_usable_guile}" >&6; }
9511
9512 ;;
9513esac
9514
e76c5d17 9515if test "${have_libguile}" != no; then
d342a0da
DE
9516 case "${with_guile}" in
9517 [\\/]* | ?:[\\/]*)
e76c5d17
DE
9518
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9520$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9521if test "${ac_cv_guild_program_name+set}" = set; then :
9522 $as_echo_n "(cached) " >&6
9523else
d342a0da 9524 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
e76c5d17
DE
9525
9526 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9527 # the 'guild' and 'bindir' variables. In that case, try to guess
9528 # what the program name is, at the risk of getting it wrong if
9529 # Guile was configured with '--program-suffix' or similar.
9530 if test "x$ac_cv_guild_program_name" = "x"; then
d342a0da 9531 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
e76c5d17
DE
9532 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9533 fi
9534
9535fi
9536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9537$as_echo "$ac_cv_guild_program_name" >&6; }
9538
9539 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9540 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9541 fi
9542
9543 GUILD="$ac_cv_guild_program_name"
9544
9545
d342a0da
DE
9546 ;;
9547 *)
9548
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9550$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9551if test "${ac_cv_guild_program_name+set}" = set; then :
9552 $as_echo_n "(cached) " >&6
9553else
9554 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
9555
9556 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9557 # the 'guild' and 'bindir' variables. In that case, try to guess
9558 # what the program name is, at the risk of getting it wrong if
9559 # Guile was configured with '--program-suffix' or similar.
9560 if test "x$ac_cv_guild_program_name" = "x"; then
9561 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
9562 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9563 fi
9564
9565fi
9566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9567$as_echo "$ac_cv_guild_program_name" >&6; }
9568
9569 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9570 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9571 fi
9572
9573 GUILD="$ac_cv_guild_program_name"
9574
9575
9576 ;;
9577 esac
e76c5d17
DE
9578
9579
9580 if test "$cross_compiling" = no; then
9581 GUILD_TARGET_FLAG=
9582 else
9583 GUILD_TARGET_FLAG="--target=$host"
9584 fi
9585
9586
9587
9588
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
9590$as_echo_n "checking whether guild supports this host... " >&6; }
9591if test "${ac_cv_guild_ok+set}" = set; then :
9592 $as_echo_n "(cached) " >&6
9593else
9594 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
9595 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
9596 ac_cv_guild_ok=yes
9597 else
9598 ac_cv_guild_ok=no
9599 fi
9600fi
9601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
9602$as_echo "$ac_cv_guild_ok" >&6; }
9603
9604 if test "$ac_cv_guild_ok" = no; then
9605 have_libguile=no
9606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
9607$as_echo "$as_me: WARNING: disabling guile support" >&2;}
9608 fi
9609fi
9610
ed3ef339
DE
9611if test "${have_libguile}" != no; then
9612
9613$as_echo "#define HAVE_GUILE 1" >>confdefs.h
9614
9615 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
9616 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
9617 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
9618 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
9619 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
16954d5d
LC
9620
9621 save_LIBS="$LIBS"
9622 save_CPPFLAGS="$CPPFLAGS"
9623 LIBS="$GUILE_LIBS"
9624 CPPFLAGS="$GUILE_CPPFLAGS"
9625 for ac_func in scm_new_smob
9626do :
9627 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
9628if test "x$ac_cv_func_scm_new_smob" = x""yes; then :
9629 cat >>confdefs.h <<_ACEOF
9630#define HAVE_SCM_NEW_SMOB 1
9631_ACEOF
9632
9633fi
9634done
9635
9636 LIBS="$save_LIBS"
9637 CPPFLAGS="$save_CPPFLAGS"
ed3ef339
DE
9638else
9639 # Even if Guile support is not compiled in, we need to have these files
9640 # included.
9641 CONFIG_OBS="$CONFIG_OBS guile.o"
9642 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
9643fi
9a156167 9644
ac534cba 9645
4df42755
DE
9646 if test "${have_libguile}" != no; then
9647 HAVE_GUILE_TRUE=
9648 HAVE_GUILE_FALSE='#'
9649else
9650 HAVE_GUILE_TRUE='#'
9651 HAVE_GUILE_FALSE=
9652fi
9653
ac534cba 9654
d344e670
DE
9655# --------------------- #
9656# Check for libmcheck. #
9657# --------------------- #
9658
a8db4212
YPK
9659# Enable -lmcheck by default (it provides cheap-enough memory mangling),
9660# but turn it off if Python is enabled with threads, since -lmcheck is
9661# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
9662# and for releases.
17ef446e
PA
9663if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
9664 && $development; then
9665 libmcheck_default=yes
9666else
9667 libmcheck_default=no
a8db4212
YPK
9668fi
9669
17ef446e
PA
9670 # Check whether --enable-libmcheck was given.
9671if test "${enable_libmcheck+set}" = set; then :
9672 enableval=$enable_libmcheck; case "${enableval}" in
9673 yes | y) ENABLE_LIBMCHECK="yes" ;;
9674 no | n) ENABLE_LIBMCHECK="no" ;;
9675 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
9676 esac
9677fi
9678
9679
9680 if test -z "${ENABLE_LIBMCHECK}"; then
9681 ENABLE_LIBMCHECK=${libmcheck_default}
a8db4212 9682 fi
17ef446e
PA
9683
9684 if test "$ENABLE_LIBMCHECK" = "yes" ; then
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
a8db4212
YPK
9686$as_echo_n "checking for main in -lmcheck... " >&6; }
9687if test "${ac_cv_lib_mcheck_main+set}" = set; then :
9688 $as_echo_n "(cached) " >&6
9689else
9690 ac_check_lib_save_LIBS=$LIBS
9691LIBS="-lmcheck $LIBS"
9692cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9693/* end confdefs.h. */
9694
9695
9696int
9697main ()
9698{
9699return main ();
9700 ;
9701 return 0;
9702}
9703_ACEOF
9704if ac_fn_c_try_link "$LINENO"; then :
9705 ac_cv_lib_mcheck_main=yes
9706else
9707 ac_cv_lib_mcheck_main=no
9708fi
9709rm -f core conftest.err conftest.$ac_objext \
9710 conftest$ac_exeext conftest.$ac_ext
9711LIBS=$ac_check_lib_save_LIBS
9712fi
9713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
9714$as_echo "$ac_cv_lib_mcheck_main" >&6; }
9715if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
9716 cat >>confdefs.h <<_ACEOF
9717#define HAVE_LIBMCHECK 1
9718_ACEOF
9719
9720 LIBS="-lmcheck $LIBS"
9721
9722fi
9723
17ef446e
PA
9724 fi
9725
9726
9727if test "$ENABLE_LIBMCHECK" = "yes" \
9728 -a "${have_libpython}" != "no" \
9729 -a "${python_has_threads}" = "yes" ; then
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
9731$as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
a8db4212
YPK
9732fi
9733
81ecdfbb
RW
9734# ------------------------- #
9735# Checks for header files. #
9736# ------------------------- #
c890192f 9737
81ecdfbb
RW
9738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9739$as_echo_n "checking for ANSI C header files... " >&6; }
9740if test "${ac_cv_header_stdc+set}" = set; then :
9741 $as_echo_n "(cached) " >&6
bec39cab 9742else
81ecdfbb 9743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9744/* end confdefs.h. */
81ecdfbb
RW
9745#include <stdlib.h>
9746#include <stdarg.h>
9747#include <string.h>
9748#include <float.h>
9749
a9322a30
TT
9750int
9751main ()
9752{
a9322a30
TT
9753
9754 ;
9755 return 0;
9756}
bec39cab 9757_ACEOF
81ecdfbb
RW
9758if ac_fn_c_try_compile "$LINENO"; then :
9759 ac_cv_header_stdc=yes
bec39cab 9760else
81ecdfbb 9761 ac_cv_header_stdc=no
a9322a30 9762fi
81ecdfbb 9763rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 9764
81ecdfbb
RW
9765if test $ac_cv_header_stdc = yes; then
9766 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9768/* end confdefs.h. */
9769#include <string.h>
bec39cab 9770
81ecdfbb
RW
9771_ACEOF
9772if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9773 $EGREP "memchr" >/dev/null 2>&1; then :
bec39cab 9774
bec39cab 9775else
81ecdfbb
RW
9776 ac_cv_header_stdc=no
9777fi
9778rm -f conftest*
9779
9780fi
9781
9782if test $ac_cv_header_stdc = yes; then
9783 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9785/* end confdefs.h. */
9786#include <stdlib.h>
9787
bec39cab 9788_ACEOF
81ecdfbb
RW
9789if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9790 $EGREP "free" >/dev/null 2>&1; then :
06825bd1 9791
81ecdfbb
RW
9792else
9793 ac_cv_header_stdc=no
9794fi
9795rm -f conftest*
bec39cab 9796
bec39cab 9797fi
81ecdfbb
RW
9798
9799if test $ac_cv_header_stdc = yes; then
9800 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9801 if test "$cross_compiling" = yes; then :
9802 :
bec39cab 9803else
81ecdfbb 9804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9805/* end confdefs.h. */
81ecdfbb
RW
9806#include <ctype.h>
9807#include <stdlib.h>
9808#if ((' ' & 0x0FF) == 0x020)
9809# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9810# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9811#else
9812# define ISLOWER(c) \
9813 (('a' <= (c) && (c) <= 'i') \
9814 || ('j' <= (c) && (c) <= 'r') \
9815 || ('s' <= (c) && (c) <= 'z'))
9816# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9817#endif
9818
9819#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a9322a30
TT
9820int
9821main ()
9822{
81ecdfbb
RW
9823 int i;
9824 for (i = 0; i < 256; i++)
9825 if (XOR (islower (i), ISLOWER (i))
9826 || toupper (i) != TOUPPER (i))
9827 return 2;
a9322a30
TT
9828 return 0;
9829}
bec39cab 9830_ACEOF
81ecdfbb
RW
9831if ac_fn_c_try_run "$LINENO"; then :
9832
bec39cab 9833else
81ecdfbb
RW
9834 ac_cv_header_stdc=no
9835fi
9836rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9837 conftest.$ac_objext conftest.beam conftest.$ac_ext
9838fi
bec39cab 9839
bec39cab 9840fi
a9322a30 9841fi
81ecdfbb
RW
9842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9843$as_echo "$ac_cv_header_stdc" >&6; }
9844if test $ac_cv_header_stdc = yes; then
bec39cab 9845
81ecdfbb 9846$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5ee754fc 9847
81ecdfbb 9848fi
bec39cab 9849
81ecdfbb 9850# elf_hp.h is for HP/UX 64-bit shared library support.
9467110b 9851for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
161d1bec 9852 thread_db.h \
0080a2f6 9853 sys/fault.h \
81ecdfbb
RW
9854 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
9855 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
9856 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
9467110b 9857 termios.h termio.h \
3447c057 9858 sgtty.h elf_hp.h \
9467110b 9859 dlfcn.h
81ecdfbb
RW
9860do :
9861 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9862ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9863eval as_val=\$$as_ac_Header
9864 if test "x$as_val" = x""yes; then :
bec39cab 9865 cat >>confdefs.h <<_ACEOF
81ecdfbb 9866#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 9867_ACEOF
c906108c 9868
bec39cab 9869fi
81ecdfbb
RW
9870
9871done
9872
81ecdfbb
RW
9873for ac_header in sys/proc.h
9874do :
9875 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
9876# include <sys/param.h>
9877#endif
c906108c 9878
81ecdfbb
RW
9879"
9880if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
bec39cab 9881 cat >>confdefs.h <<_ACEOF
81ecdfbb 9882#define HAVE_SYS_PROC_H 1
bec39cab 9883_ACEOF
5ee754fc 9884
bec39cab 9885fi
81ecdfbb
RW
9886
9887done
9888
9889for ac_header in sys/user.h
9890do :
9891 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
9892# include <sys/param.h>
a9322a30
TT
9893#endif
9894
81ecdfbb
RW
9895"
9896if test "x$ac_cv_header_sys_user_h" = x""yes; then :
9897 cat >>confdefs.h <<_ACEOF
9898#define HAVE_SYS_USER_H 1
bec39cab 9899_ACEOF
bec39cab 9900
a9322a30 9901fi
bec39cab 9902
81ecdfbb 9903done
5ee754fc 9904
5ee754fc 9905
81ecdfbb
RW
9906# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
9907# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
9908# think that we don't have <curses.h> if we're using GCC.
9909case $host_os in
9910 solaris2.[789])
9911 if test "$GCC" = yes; then
9912
9913$as_echo "#define _MSE_INT_H 1" >>confdefs.h
9914
9915 fi ;;
9916esac
9917for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
9918do :
9919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9920ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9921eval as_val=\$$as_ac_Header
9922 if test "x$as_val" = x""yes; then :
bec39cab 9923 cat >>confdefs.h <<_ACEOF
81ecdfbb 9924#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 9925_ACEOF
5ee754fc
MK
9926
9927fi
9928
81ecdfbb 9929done
bec39cab 9930
81ecdfbb
RW
9931for ac_header in term.h
9932do :
9933 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
9934# include <curses.h>
9935#endif
bec39cab 9936
81ecdfbb
RW
9937"
9938if test "x$ac_cv_header_term_h" = x""yes; then :
9939 cat >>confdefs.h <<_ACEOF
9940#define HAVE_TERM_H 1
a8111142 9941_ACEOF
a8111142 9942
a8111142 9943fi
a8111142 9944
81ecdfbb 9945done
a8111142
TT
9946
9947
81ecdfbb
RW
9948# ------------------------- #
9949# Checks for declarations. #
9950# ------------------------- #
a9322a30 9951
07697489
PA
9952
9953 # Check for presence and size of long long.
9954 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
9955if test "x$ac_cv_type_long_long" = x""yes; then :
9956
9957cat >>confdefs.h <<_ACEOF
9958#define HAVE_LONG_LONG 1
9959_ACEOF
9960
9961# The cast to long int works around a bug in the HP C Compiler
9962# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9963# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9964# This bug is HP SR number 8606223364.
9965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
9966$as_echo_n "checking size of long long... " >&6; }
9967if test "${ac_cv_sizeof_long_long+set}" = set; then :
9968 $as_echo_n "(cached) " >&6
9969else
9970 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
9971
9972else
9973 if test "$ac_cv_type_long_long" = yes; then
9974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9975$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9976{ as_fn_set_status 77
9977as_fn_error "cannot compute sizeof (long long)
9978See \`config.log' for more details." "$LINENO" 5; }; }
9979 else
9980 ac_cv_sizeof_long_long=0
9981 fi
9982fi
9983
9984fi
9985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
9986$as_echo "$ac_cv_sizeof_long_long" >&6; }
9987
9988
9989
9990cat >>confdefs.h <<_ACEOF
9991#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
9992_ACEOF
9993
9994
9995fi
9996
9997
9998 ac_fn_c_check_decl "$LINENO" "basename(char *)" "ac_cv_have_decl_basename_char_p_" "$ac_includes_default"
9999if test "x$ac_cv_have_decl_basename_char_p_" = x""yes; then :
10000 ac_have_decl=1
10001else
10002 ac_have_decl=0
10003fi
10004
10005cat >>confdefs.h <<_ACEOF
10006#define HAVE_DECL_BASENAME $ac_have_decl
10007_ACEOF
10008ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
10009if test "x$ac_cv_have_decl_ffs" = x""yes; then :
10010 ac_have_decl=1
10011else
10012 ac_have_decl=0
10013fi
10014
10015cat >>confdefs.h <<_ACEOF
10016#define HAVE_DECL_FFS $ac_have_decl
10017_ACEOF
10018ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
10019if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
10020 ac_have_decl=1
10021else
10022 ac_have_decl=0
10023fi
10024
10025cat >>confdefs.h <<_ACEOF
10026#define HAVE_DECL_ASPRINTF $ac_have_decl
10027_ACEOF
10028ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
10029if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
10030 ac_have_decl=1
10031else
10032 ac_have_decl=0
10033fi
10034
10035cat >>confdefs.h <<_ACEOF
10036#define HAVE_DECL_VASPRINTF $ac_have_decl
10037_ACEOF
10038ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
10039if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
10040 ac_have_decl=1
10041else
10042 ac_have_decl=0
10043fi
10044
10045cat >>confdefs.h <<_ACEOF
10046#define HAVE_DECL_SNPRINTF $ac_have_decl
10047_ACEOF
10048ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
10049if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
10050 ac_have_decl=1
10051else
10052 ac_have_decl=0
10053fi
10054
10055cat >>confdefs.h <<_ACEOF
10056#define HAVE_DECL_VSNPRINTF $ac_have_decl
10057_ACEOF
10058
10059 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
10060if test "x$ac_cv_have_decl_strtol" = x""yes; then :
10061 ac_have_decl=1
10062else
10063 ac_have_decl=0
10064fi
10065
10066cat >>confdefs.h <<_ACEOF
10067#define HAVE_DECL_STRTOL $ac_have_decl
10068_ACEOF
10069ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
10070if test "x$ac_cv_have_decl_strtoul" = x""yes; then :
10071 ac_have_decl=1
10072else
10073 ac_have_decl=0
10074fi
10075
10076cat >>confdefs.h <<_ACEOF
10077#define HAVE_DECL_STRTOUL $ac_have_decl
10078_ACEOF
10079ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
10080if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
10081 ac_have_decl=1
10082else
10083 ac_have_decl=0
10084fi
10085
10086cat >>confdefs.h <<_ACEOF
10087#define HAVE_DECL_STRTOLL $ac_have_decl
10088_ACEOF
10089ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
10090if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
10091 ac_have_decl=1
10092else
10093 ac_have_decl=0
10094fi
10095
10096cat >>confdefs.h <<_ACEOF
10097#define HAVE_DECL_STRTOULL $ac_have_decl
10098_ACEOF
10099
10100 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
10101if test "x$ac_cv_have_decl_strverscmp" = x""yes; then :
10102 ac_have_decl=1
10103else
10104 ac_have_decl=0
10105fi
10106
10107cat >>confdefs.h <<_ACEOF
10108#define HAVE_DECL_STRVERSCMP $ac_have_decl
10109_ACEOF
10110
10111
10112
81ecdfbb
RW
10113ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
10114if test "x$ac_cv_have_decl_free" = x""yes; then :
10115 ac_have_decl=1
bec39cab 10116else
81ecdfbb
RW
10117 ac_have_decl=0
10118fi
10119
10120cat >>confdefs.h <<_ACEOF
10121#define HAVE_DECL_FREE $ac_have_decl
bec39cab 10122_ACEOF
81ecdfbb
RW
10123ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
10124if test "x$ac_cv_have_decl_malloc" = x""yes; then :
10125 ac_have_decl=1
10126else
10127 ac_have_decl=0
10128fi
10129
10130cat >>confdefs.h <<_ACEOF
10131#define HAVE_DECL_MALLOC $ac_have_decl
bec39cab 10132_ACEOF
81ecdfbb
RW
10133ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
10134if test "x$ac_cv_have_decl_realloc" = x""yes; then :
10135 ac_have_decl=1
bec39cab 10136else
81ecdfbb
RW
10137 ac_have_decl=0
10138fi
bec39cab 10139
81ecdfbb
RW
10140cat >>confdefs.h <<_ACEOF
10141#define HAVE_DECL_REALLOC $ac_have_decl
bec39cab 10142_ACEOF
81ecdfbb
RW
10143ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
10144if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
10145 ac_have_decl=1
10146else
10147 ac_have_decl=0
5ee754fc 10148fi
81ecdfbb
RW
10149
10150cat >>confdefs.h <<_ACEOF
10151#define HAVE_DECL_SNPRINTF $ac_have_decl
a9322a30 10152_ACEOF
5ee754fc 10153
5ee754fc 10154
81ecdfbb
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
10156$as_echo_n "checking for LC_MESSAGES... " >&6; }
10157if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
10158 $as_echo_n "(cached) " >&6
bec39cab 10159else
81ecdfbb 10160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10161/* end confdefs.h. */
81ecdfbb 10162#include <locale.h>
a9322a30
TT
10163int
10164main ()
10165{
81ecdfbb 10166return LC_MESSAGES
a9322a30
TT
10167 ;
10168 return 0;
10169}
bec39cab 10170_ACEOF
81ecdfbb
RW
10171if ac_fn_c_try_link "$LINENO"; then :
10172 am_cv_val_LC_MESSAGES=yes
bec39cab 10173else
81ecdfbb
RW
10174 am_cv_val_LC_MESSAGES=no
10175fi
10176rm -f core conftest.err conftest.$ac_objext \
10177 conftest$ac_exeext conftest.$ac_ext
10178fi
10179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
10180$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
10181 if test $am_cv_val_LC_MESSAGES = yes; then
bec39cab 10182
81ecdfbb
RW
10183$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
10184
10185 fi
10186
10187
10188# ----------------------- #
10189# Checks for structures. #
10190# ----------------------- #
10191
10192ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
10193if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
10194
10195cat >>confdefs.h <<_ACEOF
10196#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7eb368b3 10197_ACEOF
7eb368b3 10198
81ecdfbb 10199
7eb368b3 10200fi
81ecdfbb
RW
10201ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
10202if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
7eb368b3 10203
a9322a30
TT
10204cat >>confdefs.h <<_ACEOF
10205#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7eb368b3
NR
10206_ACEOF
10207
a9322a30 10208
7eb368b3
NR
10209fi
10210
7eb368b3 10211
a9322a30
TT
10212# ------------------ #
10213# Checks for types. #
10214# ------------------ #
7eb368b3 10215
81ecdfbb
RW
10216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
10217$as_echo_n "checking return type of signal handlers... " >&6; }
10218if test "${ac_cv_type_signal+set}" = set; then :
10219 $as_echo_n "(cached) " >&6
bec39cab 10220else
81ecdfbb 10221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10222/* end confdefs.h. */
a9322a30
TT
10223#include <sys/types.h>
10224#include <signal.h>
7cb9022a 10225
a9322a30
TT
10226int
10227main ()
10228{
81ecdfbb 10229return *(signal (0, 0)) (0) == 1;
a9322a30
TT
10230 ;
10231 return 0;
10232}
bec39cab 10233_ACEOF
81ecdfbb
RW
10234if ac_fn_c_try_compile "$LINENO"; then :
10235 ac_cv_type_signal=int
bec39cab 10236else
81ecdfbb 10237 ac_cv_type_signal=void
bec39cab 10238fi
81ecdfbb 10239rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 10240fi
81ecdfbb
RW
10241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
10242$as_echo "$ac_cv_type_signal" >&6; }
bec39cab 10243
a9322a30
TT
10244cat >>confdefs.h <<_ACEOF
10245#define RETSIGTYPE $ac_cv_type_signal
10246_ACEOF
5ee754fc 10247
bec39cab 10248
81ecdfbb 10249ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
a9322a30
TT
10250#include <sys/socket.h>
10251
81ecdfbb
RW
10252"
10253if test "x$ac_cv_type_socklen_t" = x""yes; then :
bec39cab 10254
a9322a30
TT
10255cat >>confdefs.h <<_ACEOF
10256#define HAVE_SOCKLEN_T 1
10257_ACEOF
10258
10259
10260fi
10261
10262
10263# ------------------------------------- #
10264# Checks for compiler characteristics. #
10265# ------------------------------------- #
10266
81ecdfbb
RW
10267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
10268$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
10269if test "${ac_cv_c_const+set}" = set; then :
10270 $as_echo_n "(cached) " >&6
a9322a30 10271else
81ecdfbb 10272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10273/* end confdefs.h. */
a9322a30
TT
10274
10275int
10276main ()
10277{
10278/* FIXME: Include the comments suggested by Paul. */
10279#ifndef __cplusplus
10280 /* Ultrix mips cc rejects this. */
10281 typedef int charset[2];
81ecdfbb 10282 const charset cs;
a9322a30 10283 /* SunOS 4.1.1 cc rejects this. */
81ecdfbb
RW
10284 char const *const *pcpcc;
10285 char **ppc;
a9322a30
TT
10286 /* NEC SVR4.0.2 mips cc rejects this. */
10287 struct point {int x, y;};
10288 static struct point const zero = {0,0};
10289 /* AIX XL C 1.02.0.0 rejects this.
10290 It does not let you subtract one const X* pointer from another in
10291 an arm of an if-expression whose if-part is not a constant
10292 expression */
10293 const char *g = "string";
81ecdfbb 10294 pcpcc = &g + (g ? g-g : 0);
a9322a30 10295 /* HPUX 7.0 cc rejects these. */
81ecdfbb
RW
10296 ++pcpcc;
10297 ppc = (char**) pcpcc;
10298 pcpcc = (char const *const *) ppc;
a9322a30
TT
10299 { /* SCO 3.2v4 cc rejects this. */
10300 char *t;
10301 char const *s = 0 ? (char *) 0 : (char const *) 0;
10302
10303 *t++ = 0;
81ecdfbb 10304 if (s) return 0;
a9322a30
TT
10305 }
10306 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10307 int x[] = {25, 17};
10308 const int *foo = &x[0];
10309 ++foo;
10310 }
10311 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10312 typedef const int *iptr;
10313 iptr p = 0;
10314 ++p;
10315 }
10316 { /* AIX XL C 1.02.0.0 rejects this saying
10317 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10318 struct s { int j; const int *ap[3]; };
10319 struct s *b; b->j = 5;
10320 }
10321 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10322 const int foo = 10;
81ecdfbb 10323 if (!foo) return 0;
a9322a30 10324 }
81ecdfbb 10325 return !cs[0] && !zero.x;
a9322a30
TT
10326#endif
10327
10328 ;
10329 return 0;
10330}
bec39cab 10331_ACEOF
81ecdfbb 10332if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 10333 ac_cv_c_const=yes
5ee754fc 10334else
81ecdfbb 10335 ac_cv_c_const=no
5ee754fc 10336fi
81ecdfbb 10337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 10338fi
81ecdfbb
RW
10339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
10340$as_echo "$ac_cv_c_const" >&6; }
a9322a30 10341if test $ac_cv_c_const = no; then
bec39cab 10342
81ecdfbb 10343$as_echo "#define const /**/" >>confdefs.h
bec39cab 10344
5ee754fc 10345fi
bec39cab 10346
81ecdfbb
RW
10347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
10348$as_echo_n "checking for inline... " >&6; }
10349if test "${ac_cv_c_inline+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
bec39cab 10351else
a9322a30
TT
10352 ac_cv_c_inline=no
10353for ac_kw in inline __inline__ __inline; do
81ecdfbb 10354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10355/* end confdefs.h. */
a9322a30
TT
10356#ifndef __cplusplus
10357typedef int foo_t;
10358static $ac_kw foo_t static_foo () {return 0; }
10359$ac_kw foo_t foo () {return 0; }
10360#endif
10361
bec39cab 10362_ACEOF
81ecdfbb
RW
10363if ac_fn_c_try_compile "$LINENO"; then :
10364 ac_cv_c_inline=$ac_kw
bec39cab 10365fi
81ecdfbb
RW
10366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10367 test "$ac_cv_c_inline" != no && break
a9322a30 10368done
bec39cab 10369
5ee754fc 10370fi
81ecdfbb
RW
10371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
10372$as_echo "$ac_cv_c_inline" >&6; }
5ee754fc 10373
a9322a30
TT
10374case $ac_cv_c_inline in
10375 inline | yes) ;;
10376 *)
10377 case $ac_cv_c_inline in
10378 no) ac_val=;;
10379 *) ac_val=$ac_cv_c_inline;;
10380 esac
10381 cat >>confdefs.h <<_ACEOF
10382#ifndef __cplusplus
10383#define inline $ac_val
10384#endif
10385_ACEOF
bec39cab
AC
10386 ;;
10387esac
bec39cab 10388
81ecdfbb
RW
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
10390$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
10391if test "${ac_cv_c_bigendian+set}" = set; then :
10392 $as_echo_n "(cached) " >&6
bec39cab 10393else
81ecdfbb
RW
10394 ac_cv_c_bigendian=unknown
10395 # See if we're dealing with a universal compiler.
10396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10397/* end confdefs.h. */
10398#ifndef __APPLE_CC__
10399 not a universal capable compiler
10400 #endif
10401 typedef int dummy;
10402
10403_ACEOF
10404if ac_fn_c_try_compile "$LINENO"; then :
10405
10406 # Check for potential -arch flags. It is not universal unless
10407 # there are at least two -arch flags with different values.
10408 ac_arch=
10409 ac_prev=
10410 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
10411 if test -n "$ac_prev"; then
10412 case $ac_word in
10413 i?86 | x86_64 | ppc | ppc64)
10414 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
10415 ac_arch=$ac_word
10416 else
10417 ac_cv_c_bigendian=universal
10418 break
10419 fi
10420 ;;
10421 esac
10422 ac_prev=
10423 elif test "x$ac_word" = "x-arch"; then
10424 ac_prev=arch
10425 fi
10426 done
10427fi
10428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10429 if test $ac_cv_c_bigendian = unknown; then
10430 # See if sys/param.h defines the BYTE_ORDER macro.
10431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10432/* end confdefs.h. */
a9322a30 10433#include <sys/types.h>
81ecdfbb 10434 #include <sys/param.h>
a9322a30
TT
10435
10436int
10437main ()
10438{
81ecdfbb
RW
10439#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
10440 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
10441 && LITTLE_ENDIAN)
10442 bogus endian macros
10443 #endif
a9322a30
TT
10444
10445 ;
10446 return 0;
10447}
bec39cab 10448_ACEOF
81ecdfbb 10449if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 10450 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 10451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10452/* end confdefs.h. */
a9322a30 10453#include <sys/types.h>
81ecdfbb 10454 #include <sys/param.h>
a9322a30
TT
10455
10456int
10457main ()
10458{
10459#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
10460 not big endian
10461 #endif
a9322a30
TT
10462
10463 ;
10464 return 0;
10465}
bec39cab 10466_ACEOF
81ecdfbb 10467if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 10468 ac_cv_c_bigendian=yes
5ee754fc 10469else
81ecdfbb 10470 ac_cv_c_bigendian=no
5ee754fc 10471fi
81ecdfbb
RW
10472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10473fi
10474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10475 fi
10476 if test $ac_cv_c_bigendian = unknown; then
10477 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
10478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10479/* end confdefs.h. */
10480#include <limits.h>
bec39cab 10481
81ecdfbb
RW
10482int
10483main ()
10484{
10485#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
10486 bogus endian macros
10487 #endif
10488
10489 ;
10490 return 0;
10491}
7eb368b3 10492_ACEOF
81ecdfbb
RW
10493if ac_fn_c_try_compile "$LINENO"; then :
10494 # It does; now see whether it defined to _BIG_ENDIAN or not.
10495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb368b3 10496/* end confdefs.h. */
81ecdfbb
RW
10497#include <limits.h>
10498
7eb368b3
NR
10499int
10500main ()
10501{
81ecdfbb
RW
10502#ifndef _BIG_ENDIAN
10503 not big endian
10504 #endif
10505
7eb368b3
NR
10506 ;
10507 return 0;
10508}
10509_ACEOF
81ecdfbb 10510if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 10511 ac_cv_c_bigendian=yes
81ecdfbb
RW
10512else
10513 ac_cv_c_bigendian=no
a9322a30 10514fi
81ecdfbb 10515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 10516fi
81ecdfbb
RW
10517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10518 fi
10519 if test $ac_cv_c_bigendian = unknown; then
10520 # Compile a test program.
10521 if test "$cross_compiling" = yes; then :
10522 # Try to guess by grepping values from an object file.
10523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10524/* end confdefs.h. */
10525short int ascii_mm[] =
10526 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10527 short int ascii_ii[] =
10528 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10529 int use_ascii (int i) {
10530 return ascii_mm[i] + ascii_ii[i];
10531 }
10532 short int ebcdic_ii[] =
10533 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10534 short int ebcdic_mm[] =
10535 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10536 int use_ebcdic (int i) {
10537 return ebcdic_mm[i] + ebcdic_ii[i];
10538 }
10539 extern int foo;
7eb368b3 10540
81ecdfbb
RW
10541int
10542main ()
10543{
10544return use_ascii (foo) == use_ebcdic (foo);
10545 ;
10546 return 0;
10547}
10548_ACEOF
10549if ac_fn_c_try_compile "$LINENO"; then :
10550 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
10551 ac_cv_c_bigendian=yes
10552 fi
10553 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
10554 if test "$ac_cv_c_bigendian" = unknown; then
10555 ac_cv_c_bigendian=no
10556 else
10557 # finding both strings is unlikely to happen, but who knows?
10558 ac_cv_c_bigendian=unknown
10559 fi
10560 fi
7eb368b3 10561fi
81ecdfbb 10562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 10563else
81ecdfbb 10564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10565/* end confdefs.h. */
81ecdfbb 10566$ac_includes_default
d3ea6809
MM
10567int
10568main ()
10569{
81ecdfbb
RW
10570
10571 /* Are we little or big endian? From Harbison&Steele. */
10572 union
10573 {
10574 long int l;
10575 char c[sizeof (long int)];
10576 } u;
10577 u.l = 1;
10578 return u.c[sizeof (long int) - 1] == 1;
10579
10580 ;
10581 return 0;
d3ea6809
MM
10582}
10583_ACEOF
81ecdfbb 10584if ac_fn_c_try_run "$LINENO"; then :
a9322a30 10585 ac_cv_c_bigendian=no
d3ea6809 10586else
81ecdfbb 10587 ac_cv_c_bigendian=yes
d3ea6809 10588fi
81ecdfbb
RW
10589rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10590 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 10591fi
a9322a30 10592
81ecdfbb
RW
10593 fi
10594fi
10595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
10596$as_echo "$ac_cv_c_bigendian" >&6; }
10597 case $ac_cv_c_bigendian in #(
10598 yes)
10599 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
10600;; #(
10601 no)
10602 ;; #(
10603 universal)
10604
10605$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
10606
10607 ;; #(
10608 *)
10609 as_fn_error "unknown endianness
10610 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
10611 esac
d3ea6809
MM
10612
10613
a9322a30
TT
10614# ------------------------------ #
10615# Checks for library functions. #
10616# ------------------------------ #
d3ea6809 10617
a9322a30 10618for ac_header in stdlib.h unistd.h
81ecdfbb
RW
10619do :
10620 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10621ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10622eval as_val=\$$as_ac_Header
10623 if test "x$as_val" = x""yes; then :
bec39cab 10624 cat >>confdefs.h <<_ACEOF
81ecdfbb 10625#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 10626_ACEOF
b757528f 10627
b757528f 10628fi
bec39cab 10629
a9322a30 10630done
a3828db0 10631
a9322a30 10632for ac_func in getpagesize
81ecdfbb
RW
10633do :
10634 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10635if test "x$ac_cv_func_getpagesize" = x""yes; then :
bec39cab 10636 cat >>confdefs.h <<_ACEOF
81ecdfbb 10637#define HAVE_GETPAGESIZE 1
bec39cab 10638_ACEOF
bcb3dc3d 10639
bcb3dc3d
MK
10640fi
10641done
10642
81ecdfbb
RW
10643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10644$as_echo_n "checking for working mmap... " >&6; }
10645if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10646 $as_echo_n "(cached) " >&6
a9322a30 10647else
81ecdfbb 10648 if test "$cross_compiling" = yes; then :
a9322a30 10649 ac_cv_func_mmap_fixed_mapped=no
bec39cab 10650else
81ecdfbb 10651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10652/* end confdefs.h. */
a9322a30
TT
10653$ac_includes_default
10654/* malloc might have been renamed as rpl_malloc. */
10655#undef malloc
bec39cab 10656
a9322a30
TT
10657/* Thanks to Mike Haertel and Jim Avera for this test.
10658 Here is a matrix of mmap possibilities:
10659 mmap private not fixed
10660 mmap private fixed at somewhere currently unmapped
10661 mmap private fixed at somewhere already mapped
10662 mmap shared not fixed
10663 mmap shared fixed at somewhere currently unmapped
10664 mmap shared fixed at somewhere already mapped
10665 For private mappings, we should verify that changes cannot be read()
10666 back from the file, nor mmap's back from the file at a different
10667 address. (There have been systems where private was not correctly
10668 implemented like the infamous i386 svr4.0, and systems where the
10669 VM page cache was not coherent with the file system buffer cache
10670 like early versions of FreeBSD and possibly contemporary NetBSD.)
10671 For shared mappings, we should conversely verify that changes get
10672 propagated back to all the places they're supposed to be.
bec39cab 10673
a9322a30
TT
10674 Grep wants private fixed already mapped.
10675 The main things grep needs to know about mmap are:
10676 * does it exist and is it safe to write into the mmap'd area
10677 * how to use it (BSD variants) */
8b9cf735 10678
a9322a30
TT
10679#include <fcntl.h>
10680#include <sys/mman.h>
8b9cf735 10681
81ecdfbb 10682#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
a9322a30 10683char *malloc ();
a3828db0
MK
10684#endif
10685
a9322a30 10686/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 10687#ifndef HAVE_GETPAGESIZE
a9322a30 10688/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 10689# ifndef HAVE_SYS_PARAM_H
a9322a30
TT
10690# define HAVE_SYS_PARAM_H 1
10691# endif
10692
10693# ifdef _SC_PAGESIZE
10694# define getpagesize() sysconf(_SC_PAGESIZE)
10695# else /* no _SC_PAGESIZE */
81ecdfbb 10696# ifdef HAVE_SYS_PARAM_H
a9322a30
TT
10697# include <sys/param.h>
10698# ifdef EXEC_PAGESIZE
10699# define getpagesize() EXEC_PAGESIZE
10700# else /* no EXEC_PAGESIZE */
10701# ifdef NBPG
10702# define getpagesize() NBPG * CLSIZE
10703# ifndef CLSIZE
10704# define CLSIZE 1
10705# endif /* no CLSIZE */
10706# else /* no NBPG */
10707# ifdef NBPC
10708# define getpagesize() NBPC
10709# else /* no NBPC */
10710# ifdef PAGESIZE
10711# define getpagesize() PAGESIZE
10712# endif /* PAGESIZE */
10713# endif /* no NBPC */
10714# endif /* no NBPG */
10715# endif /* no EXEC_PAGESIZE */
10716# else /* no HAVE_SYS_PARAM_H */
10717# define getpagesize() 8192 /* punt totally */
10718# endif /* no HAVE_SYS_PARAM_H */
10719# endif /* no _SC_PAGESIZE */
10720
10721#endif /* no HAVE_GETPAGESIZE */
10722
bec39cab
AC
10723int
10724main ()
10725{
a9322a30
TT
10726 char *data, *data2, *data3;
10727 int i, pagesize;
10728 int fd;
10729
10730 pagesize = getpagesize ();
10731
10732 /* First, make a file with some known garbage in it. */
10733 data = (char *) malloc (pagesize);
10734 if (!data)
81ecdfbb 10735 return 1;
a9322a30
TT
10736 for (i = 0; i < pagesize; ++i)
10737 *(data + i) = rand ();
10738 umask (0);
10739 fd = creat ("conftest.mmap", 0600);
10740 if (fd < 0)
81ecdfbb 10741 return 1;
a9322a30 10742 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 10743 return 1;
a9322a30
TT
10744 close (fd);
10745
10746 /* Next, try to mmap the file at a fixed address which already has
10747 something else allocated at it. If we can, also make sure that
10748 we see the same garbage. */
10749 fd = open ("conftest.mmap", O_RDWR);
10750 if (fd < 0)
81ecdfbb 10751 return 1;
a9322a30
TT
10752 data2 = (char *) malloc (2 * pagesize);
10753 if (!data2)
81ecdfbb
RW
10754 return 1;
10755 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
a9322a30
TT
10756 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10757 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 10758 return 1;
a9322a30
TT
10759 for (i = 0; i < pagesize; ++i)
10760 if (*(data + i) != *(data2 + i))
81ecdfbb 10761 return 1;
a9322a30
TT
10762
10763 /* Finally, make sure that changes to the mapped area do not
10764 percolate back to the file as seen by read(). (This is a bug on
10765 some variants of i386 svr4.0.) */
10766 for (i = 0; i < pagesize; ++i)
10767 *(data2 + i) = *(data2 + i) + 1;
10768 data3 = (char *) malloc (pagesize);
10769 if (!data3)
81ecdfbb 10770 return 1;
a9322a30 10771 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 10772 return 1;
a9322a30
TT
10773 for (i = 0; i < pagesize; ++i)
10774 if (*(data + i) != *(data3 + i))
81ecdfbb 10775 return 1;
a9322a30 10776 close (fd);
81ecdfbb 10777 return 0;
bec39cab
AC
10778}
10779_ACEOF
81ecdfbb 10780if ac_fn_c_try_run "$LINENO"; then :
a9322a30 10781 ac_cv_func_mmap_fixed_mapped=yes
086ec9eb 10782else
81ecdfbb 10783 ac_cv_func_mmap_fixed_mapped=no
a3828db0 10784fi
81ecdfbb
RW
10785rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10786 conftest.$ac_objext conftest.beam conftest.$ac_ext
a3828db0 10787fi
81ecdfbb 10788
a9322a30 10789fi
81ecdfbb
RW
10790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
10791$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
a9322a30
TT
10792if test $ac_cv_func_mmap_fixed_mapped = yes; then
10793
81ecdfbb 10794$as_echo "#define HAVE_MMAP 1" >>confdefs.h
a3828db0 10795
086ec9eb 10796fi
a9322a30 10797rm -f conftest.mmap
a3828db0 10798
81ecdfbb
RW
10799ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
10800if test "x$ac_cv_type_pid_t" = x""yes; then :
bec39cab 10801
a9322a30
TT
10802else
10803
10804cat >>confdefs.h <<_ACEOF
10805#define pid_t int
bec39cab 10806_ACEOF
086ec9eb
MK
10807
10808fi
10809
81ecdfbb
RW
10810for ac_header in vfork.h
10811do :
10812 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
10813if test "x$ac_cv_header_vfork_h" = x""yes; then :
a3828db0 10814 cat >>confdefs.h <<_ACEOF
81ecdfbb 10815#define HAVE_VFORK_H 1
bec39cab 10816_ACEOF
c906108c
SS
10817
10818fi
a9322a30 10819
a3828db0 10820done
c906108c 10821
a9322a30 10822for ac_func in fork vfork
81ecdfbb
RW
10823do :
10824 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10825ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10826eval as_val=\$$as_ac_var
10827 if test "x$as_val" = x""yes; then :
a3828db0 10828 cat >>confdefs.h <<_ACEOF
81ecdfbb 10829#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 10830_ACEOF
b83266a0 10831
97bf5e38 10832fi
a3828db0 10833done
b83266a0 10834
a9322a30 10835if test "x$ac_cv_func_fork" = xyes; then
81ecdfbb
RW
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
10837$as_echo_n "checking for working fork... " >&6; }
10838if test "${ac_cv_func_fork_works+set}" = set; then :
10839 $as_echo_n "(cached) " >&6
a9322a30 10840else
81ecdfbb 10841 if test "$cross_compiling" = yes; then :
a9322a30
TT
10842 ac_cv_func_fork_works=cross
10843else
81ecdfbb
RW
10844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10845/* end confdefs.h. */
10846$ac_includes_default
10847int
10848main ()
10849{
10850
10851 /* By Ruediger Kuhlmann. */
10852 return fork () < 0;
10853
10854 ;
10855 return 0;
10856}
a9322a30 10857_ACEOF
81ecdfbb 10858if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
10859 ac_cv_func_fork_works=yes
10860else
81ecdfbb 10861 ac_cv_func_fork_works=no
a9322a30 10862fi
81ecdfbb
RW
10863rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10864 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 10865fi
81ecdfbb 10866
a9322a30 10867fi
81ecdfbb
RW
10868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
10869$as_echo "$ac_cv_func_fork_works" >&6; }
a9322a30
TT
10870
10871else
10872 ac_cv_func_fork_works=$ac_cv_func_fork
10873fi
10874if test "x$ac_cv_func_fork_works" = xcross; then
10875 case $host in
10876 *-*-amigaos* | *-*-msdosdjgpp*)
10877 # Override, as these systems have only a dummy fork() stub
10878 ac_cv_func_fork_works=no
10879 ;;
10880 *)
10881 ac_cv_func_fork_works=yes
10882 ;;
10883 esac
81ecdfbb
RW
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
10885$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
a9322a30
TT
10886fi
10887ac_cv_func_vfork_works=$ac_cv_func_vfork
10888if test "x$ac_cv_func_vfork" = xyes; then
81ecdfbb
RW
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
10890$as_echo_n "checking for working vfork... " >&6; }
10891if test "${ac_cv_func_vfork_works+set}" = set; then :
10892 $as_echo_n "(cached) " >&6
a9322a30 10893else
81ecdfbb 10894 if test "$cross_compiling" = yes; then :
a9322a30
TT
10895 ac_cv_func_vfork_works=cross
10896else
81ecdfbb 10897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30
TT
10898/* end confdefs.h. */
10899/* Thanks to Paul Eggert for this test. */
81ecdfbb 10900$ac_includes_default
a9322a30 10901#include <sys/wait.h>
81ecdfbb 10902#ifdef HAVE_VFORK_H
a9322a30
TT
10903# include <vfork.h>
10904#endif
10905/* On some sparc systems, changes by the child to local and incoming
10906 argument registers are propagated back to the parent. The compiler
10907 is told about this with #include <vfork.h>, but some compilers
10908 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10909 static variable whose address is put into a register that is
10910 clobbered by the vfork. */
10911static void
10912#ifdef __cplusplus
10913sparc_address_test (int arg)
10914# else
10915sparc_address_test (arg) int arg;
10916#endif
10917{
10918 static pid_t child;
10919 if (!child) {
10920 child = vfork ();
10921 if (child < 0) {
10922 perror ("vfork");
10923 _exit(2);
10924 }
10925 if (!child) {
10926 arg = getpid();
10927 write(-1, "", 0);
10928 _exit (arg);
10929 }
10930 }
10931}
10932
10933int
10934main ()
10935{
10936 pid_t parent = getpid ();
10937 pid_t child;
10938
10939 sparc_address_test (0);
10940
10941 child = vfork ();
10942
10943 if (child == 0) {
10944 /* Here is another test for sparc vfork register problems. This
10945 test uses lots of local variables, at least as many local
10946 variables as main has allocated so far including compiler
10947 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
10948 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
10949 reuse the register of parent for one of the local variables,
10950 since it will think that parent can't possibly be used any more
10951 in this routine. Assigning to the local variable will thus
10952 munge parent in the parent process. */
10953 pid_t
10954 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10955 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
10956 /* Convince the compiler that p..p7 are live; otherwise, it might
10957 use the same hardware register for all 8 local variables. */
10958 if (p != p1 || p != p2 || p != p3 || p != p4
10959 || p != p5 || p != p6 || p != p7)
10960 _exit(1);
10961
10962 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
10963 from child file descriptors. If the child closes a descriptor
10964 before it execs or exits, this munges the parent's descriptor
10965 as well. Test for this by closing stdout in the child. */
10966 _exit(close(fileno(stdout)) != 0);
10967 } else {
10968 int status;
10969 struct stat st;
10970
10971 while (wait(&status) != child)
10972 ;
81ecdfbb 10973 return (
a9322a30
TT
10974 /* Was there some problem with vforking? */
10975 child < 0
10976
10977 /* Did the child fail? (This shouldn't happen.) */
10978 || status
10979
10980 /* Did the vfork/compiler bug occur? */
10981 || parent != getpid()
10982
10983 /* Did the file descriptor bug occur? */
10984 || fstat(fileno(stdout), &st) != 0
10985 );
10986 }
10987}
10988_ACEOF
81ecdfbb 10989if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
10990 ac_cv_func_vfork_works=yes
10991else
81ecdfbb 10992 ac_cv_func_vfork_works=no
a9322a30 10993fi
81ecdfbb
RW
10994rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10995 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 10996fi
81ecdfbb 10997
a9322a30 10998fi
81ecdfbb
RW
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
11000$as_echo "$ac_cv_func_vfork_works" >&6; }
a9322a30
TT
11001
11002fi;
11003if test "x$ac_cv_func_fork_works" = xcross; then
11004 ac_cv_func_vfork_works=$ac_cv_func_vfork
81ecdfbb
RW
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
11006$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
a9322a30
TT
11007fi
11008
11009if test "x$ac_cv_func_vfork_works" = xyes; then
11010
81ecdfbb 11011$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
a9322a30
TT
11012
11013else
11014
81ecdfbb 11015$as_echo "#define vfork fork" >>confdefs.h
a9322a30
TT
11016
11017fi
11018if test "x$ac_cv_func_fork_works" = xyes; then
11019
81ecdfbb 11020$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
a9322a30
TT
11021
11022fi
11023
cdf43629 11024for ac_func in getauxval getrusage getuid getgid \
bdca27a2 11025 pipe poll pread pread64 pwrite resize_term \
7313baad 11026 sbrk setpgid setpgrp setsid \
9467110b 11027 sigaction sigprocmask sigsetmask socketpair \
110ed339 11028 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
3332aaf2 11029 setrlimit getrlimit posix_madvise waitpid \
1bc1068a 11030 ptrace64 sigaltstack mkdtemp
81ecdfbb
RW
11031do :
11032 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11033ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11034eval as_val=\$$as_ac_var
11035 if test "x$as_val" = x""yes; then :
6c7a06a3 11036 cat >>confdefs.h <<_ACEOF
81ecdfbb 11037#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6c7a06a3
TT
11038_ACEOF
11039
11040fi
11041done
11042
11043
81ecdfbb
RW
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
11045$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
11046if test "${am_cv_langinfo_codeset+set}" = set; then :
11047 $as_echo_n "(cached) " >&6
6c7a06a3 11048else
81ecdfbb 11049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
11050/* end confdefs.h. */
11051#include <langinfo.h>
11052int
11053main ()
11054{
11055char* cs = nl_langinfo(CODESET);
bec39cab
AC
11056 ;
11057 return 0;
11058}
11059_ACEOF
81ecdfbb 11060if ac_fn_c_try_link "$LINENO"; then :
6c7a06a3 11061 am_cv_langinfo_codeset=yes
a4db0f07 11062else
81ecdfbb 11063 am_cv_langinfo_codeset=no
a4db0f07 11064fi
81ecdfbb
RW
11065rm -f core conftest.err conftest.$ac_objext \
11066 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 11067
a4db0f07 11068fi
81ecdfbb
RW
11069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11070$as_echo "$am_cv_langinfo_codeset" >&6; }
6c7a06a3
TT
11071 if test $am_cv_langinfo_codeset = yes; then
11072
81ecdfbb 11073$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
a4db0f07 11074
6c7a06a3 11075 fi
c906108c 11076
06825bd1 11077
3266f10b
TT
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11079$as_echo_n "checking for ANSI C header files... " >&6; }
11080if test "${ac_cv_header_stdc+set}" = set; then :
11081 $as_echo_n "(cached) " >&6
11082else
11083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11084/* end confdefs.h. */
11085#include <stdlib.h>
11086#include <stdarg.h>
11087#include <string.h>
11088#include <float.h>
11089
11090int
11091main ()
11092{
11093
11094 ;
11095 return 0;
11096}
11097_ACEOF
11098if ac_fn_c_try_compile "$LINENO"; then :
11099 ac_cv_header_stdc=yes
11100else
11101 ac_cv_header_stdc=no
11102fi
11103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11104
11105if test $ac_cv_header_stdc = yes; then
11106 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108/* end confdefs.h. */
11109#include <string.h>
11110
11111_ACEOF
11112if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11113 $EGREP "memchr" >/dev/null 2>&1; then :
11114
11115else
11116 ac_cv_header_stdc=no
11117fi
11118rm -f conftest*
11119
11120fi
11121
11122if test $ac_cv_header_stdc = yes; then
11123 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11125/* end confdefs.h. */
11126#include <stdlib.h>
11127
11128_ACEOF
11129if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11130 $EGREP "free" >/dev/null 2>&1; then :
11131
11132else
11133 ac_cv_header_stdc=no
11134fi
11135rm -f conftest*
11136
11137fi
11138
11139if test $ac_cv_header_stdc = yes; then
11140 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11141 if test "$cross_compiling" = yes; then :
11142 :
11143else
11144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11145/* end confdefs.h. */
11146#include <ctype.h>
11147#include <stdlib.h>
11148#if ((' ' & 0x0FF) == 0x020)
11149# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11150# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11151#else
11152# define ISLOWER(c) \
11153 (('a' <= (c) && (c) <= 'i') \
11154 || ('j' <= (c) && (c) <= 'r') \
11155 || ('s' <= (c) && (c) <= 'z'))
11156# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11157#endif
11158
11159#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11160int
11161main ()
11162{
11163 int i;
11164 for (i = 0; i < 256; i++)
11165 if (XOR (islower (i), ISLOWER (i))
11166 || toupper (i) != TOUPPER (i))
11167 return 2;
11168 return 0;
11169}
11170_ACEOF
11171if ac_fn_c_try_run "$LINENO"; then :
11172
11173else
11174 ac_cv_header_stdc=no
11175fi
11176rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11177 conftest.$ac_objext conftest.beam conftest.$ac_ext
11178fi
11179
11180fi
11181fi
11182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11183$as_echo "$ac_cv_header_stdc" >&6; }
11184if test $ac_cv_header_stdc = yes; then
11185
11186$as_echo "#define STDC_HEADERS 1" >>confdefs.h
11187
3266f10b
TT
11188fi
11189
11190 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11191# for constant arguments. Useless!
11192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
11193$as_echo_n "checking for working alloca.h... " >&6; }
11194if test "${ac_cv_working_alloca_h+set}" = set; then :
11195 $as_echo_n "(cached) " >&6
11196else
11197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11198/* end confdefs.h. */
11199#include <alloca.h>
11200int
11201main ()
11202{
11203char *p = (char *) alloca (2 * sizeof (int));
11204 if (p) return 0;
11205 ;
11206 return 0;
11207}
11208_ACEOF
11209if ac_fn_c_try_link "$LINENO"; then :
11210 ac_cv_working_alloca_h=yes
11211else
11212 ac_cv_working_alloca_h=no
11213fi
11214rm -f core conftest.err conftest.$ac_objext \
11215 conftest$ac_exeext conftest.$ac_ext
11216fi
11217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
11218$as_echo "$ac_cv_working_alloca_h" >&6; }
11219if test $ac_cv_working_alloca_h = yes; then
11220
11221$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
11222
11223fi
11224
11225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
11226$as_echo_n "checking for alloca... " >&6; }
11227if test "${ac_cv_func_alloca_works+set}" = set; then :
11228 $as_echo_n "(cached) " >&6
11229else
11230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11231/* end confdefs.h. */
11232#ifdef __GNUC__
11233# define alloca __builtin_alloca
11234#else
11235# ifdef _MSC_VER
11236# include <malloc.h>
11237# define alloca _alloca
11238# else
11239# ifdef HAVE_ALLOCA_H
11240# include <alloca.h>
11241# else
11242# ifdef _AIX
11243 #pragma alloca
11244# else
11245# ifndef alloca /* predefined by HP cc +Olibcalls */
11246char *alloca ();
11247# endif
11248# endif
11249# endif
11250# endif
11251#endif
11252
11253int
11254main ()
11255{
11256char *p = (char *) alloca (1);
11257 if (p) return 0;
11258 ;
11259 return 0;
11260}
11261_ACEOF
11262if ac_fn_c_try_link "$LINENO"; then :
11263 ac_cv_func_alloca_works=yes
11264else
11265 ac_cv_func_alloca_works=no
11266fi
11267rm -f core conftest.err conftest.$ac_objext \
11268 conftest$ac_exeext conftest.$ac_ext
11269fi
11270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
11271$as_echo "$ac_cv_func_alloca_works" >&6; }
11272
11273if test $ac_cv_func_alloca_works = yes; then
11274
11275$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
11276
11277else
11278 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
11279# that cause trouble. Some versions do not even contain alloca or
11280# contain a buggy version. If you still want to use their alloca,
11281# use ar to extract alloca.o from them instead of compiling alloca.c.
11282
11283ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
11284
11285$as_echo "#define C_ALLOCA 1" >>confdefs.h
11286
11287
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
11289$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
11290if test "${ac_cv_os_cray+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
11292else
11293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11294/* end confdefs.h. */
11295#if defined CRAY && ! defined CRAY2
11296webecray
11297#else
11298wenotbecray
11299#endif
11300
11301_ACEOF
11302if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11303 $EGREP "webecray" >/dev/null 2>&1; then :
11304 ac_cv_os_cray=yes
11305else
11306 ac_cv_os_cray=no
11307fi
11308rm -f conftest*
11309
11310fi
11311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
11312$as_echo "$ac_cv_os_cray" >&6; }
11313if test $ac_cv_os_cray = yes; then
11314 for ac_func in _getb67 GETB67 getb67; do
11315 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11316ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11317eval as_val=\$$as_ac_var
11318 if test "x$as_val" = x""yes; then :
11319
11320cat >>confdefs.h <<_ACEOF
11321#define CRAY_STACKSEG_END $ac_func
11322_ACEOF
11323
11324 break
11325fi
11326
11327 done
11328fi
11329
11330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
11331$as_echo_n "checking stack direction for C alloca... " >&6; }
11332if test "${ac_cv_c_stack_direction+set}" = set; then :
11333 $as_echo_n "(cached) " >&6
11334else
11335 if test "$cross_compiling" = yes; then :
11336 ac_cv_c_stack_direction=0
11337else
11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339/* end confdefs.h. */
11340$ac_includes_default
11341int
11342find_stack_direction ()
11343{
11344 static char *addr = 0;
11345 auto char dummy;
11346 if (addr == 0)
11347 {
11348 addr = &dummy;
11349 return find_stack_direction ();
11350 }
11351 else
11352 return (&dummy > addr) ? 1 : -1;
11353}
11354
11355int
11356main ()
11357{
11358 return find_stack_direction () < 0;
11359}
11360_ACEOF
11361if ac_fn_c_try_run "$LINENO"; then :
11362 ac_cv_c_stack_direction=1
11363else
11364 ac_cv_c_stack_direction=-1
11365fi
11366rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11367 conftest.$ac_objext conftest.beam conftest.$ac_ext
11368fi
11369
11370fi
11371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
11372$as_echo "$ac_cv_c_stack_direction" >&6; }
11373cat >>confdefs.h <<_ACEOF
11374#define STACK_DIRECTION $ac_cv_c_stack_direction
11375_ACEOF
11376
11377
11378fi
11379
11380
11381
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
11383$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
11384if test "${am_cv_langinfo_codeset+set}" = set; then :
11385 $as_echo_n "(cached) " >&6
11386else
11387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11388/* end confdefs.h. */
11389#include <langinfo.h>
11390int
11391main ()
11392{
11393char* cs = nl_langinfo(CODESET);
11394 ;
11395 return 0;
11396}
11397_ACEOF
11398if ac_fn_c_try_link "$LINENO"; then :
11399 am_cv_langinfo_codeset=yes
11400else
11401 am_cv_langinfo_codeset=no
11402fi
11403rm -f core conftest.err conftest.$ac_objext \
11404 conftest$ac_exeext conftest.$ac_ext
11405
11406fi
11407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11408$as_echo "$am_cv_langinfo_codeset" >&6; }
11409 if test $am_cv_langinfo_codeset = yes; then
11410
11411$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
11412
11413 fi
11414
11415
a3d08894 11416 for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h
3266f10b
TT
11417do :
11418 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11419ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11420eval as_val=\$$as_ac_Header
11421 if test "x$as_val" = x""yes; then :
11422 cat >>confdefs.h <<_ACEOF
11423#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11424_ACEOF
11425
11426fi
11427
11428done
11429
11430
11431 for ac_func in fdwalk getrlimit pipe pipe2 socketpair
11432do :
11433 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11434ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11435eval as_val=\$$as_ac_var
11436 if test "x$as_val" = x""yes; then :
11437 cat >>confdefs.h <<_ACEOF
11438#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11439_ACEOF
11440
11441fi
11442done
11443
11444
11445 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
11446if test "x$ac_cv_have_decl_strerror" = x""yes; then :
11447 ac_have_decl=1
11448else
11449 ac_have_decl=0
11450fi
11451
11452cat >>confdefs.h <<_ACEOF
11453#define HAVE_DECL_STRERROR $ac_have_decl
11454_ACEOF
11455ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
11456if test "x$ac_cv_have_decl_strstr" = x""yes; then :
11457 ac_have_decl=1
11458else
11459 ac_have_decl=0
11460fi
11461
11462cat >>confdefs.h <<_ACEOF
11463#define HAVE_DECL_STRSTR $ac_have_decl
11464_ACEOF
11465
11466
e9bcb658
GB
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
11468$as_echo_n "checking for sigsetjmp... " >&6; }
11469if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
11470 $as_echo_n "(cached) " >&6
11471else
11472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11473/* end confdefs.h. */
11474
11475#include <setjmp.h>
11476
11477int
11478main ()
11479{
11480sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
11481 ;
11482 return 0;
11483}
11484_ACEOF
11485if ac_fn_c_try_compile "$LINENO"; then :
11486 gdb_cv_func_sigsetjmp=yes
11487else
11488 gdb_cv_func_sigsetjmp=no
11489fi
11490rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11491fi
11492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
11493$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
11494if test $gdb_cv_func_sigsetjmp = yes; then
11495
11496$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
11497
11498fi
11499
3266f10b 11500
a3828db0
MK
11501# Check the return and argument types of ptrace. No canned test for
11502# this, so roll our own.
11503gdb_ptrace_headers='
4ff70b84 11504#include <sys/types.h>
a3828db0
MK
11505#if HAVE_SYS_PTRACE_H
11506# include <sys/ptrace.h>
11507#endif
11508#if HAVE_UNISTD_H
11509# include <unistd.h>
11510#endif
11511'
11512# There is no point in checking if we don't have a prototype.
81ecdfbb
RW
11513ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
11514"
11515if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
11516 ac_have_decl=1
06825bd1 11517else
81ecdfbb 11518 ac_have_decl=0
06825bd1 11519fi
06825bd1 11520
a3828db0 11521cat >>confdefs.h <<_ACEOF
81ecdfbb 11522#define HAVE_DECL_PTRACE $ac_have_decl
a3828db0 11523_ACEOF
81ecdfbb 11524if test $ac_have_decl = 1; then :
bec39cab 11525
a3828db0 11526else
a3828db0
MK
11527
11528 : ${gdb_cv_func_ptrace_ret='int'}
11529 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
11530
06825bd1
MK
11531fi
11532
064ef605
DJ
11533# Check return type. Varargs (used on GNU/Linux) conflict with the
11534# empty argument list, so check for that explicitly.
81ecdfbb
RW
11535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
11536$as_echo_n "checking return type of ptrace... " >&6; }
11537if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
11538 $as_echo_n "(cached) " >&6
bec39cab 11539else
81ecdfbb 11540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11541/* end confdefs.h. */
a3828db0 11542$gdb_ptrace_headers
bec39cab
AC
11543int
11544main ()
11545{
064ef605
DJ
11546extern long ptrace (enum __ptrace_request, ...);
11547 ;
11548 return 0;
11549}
11550_ACEOF
81ecdfbb 11551if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
11552 gdb_cv_func_ptrace_ret='long'
11553else
81ecdfbb 11554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
11555/* end confdefs.h. */
11556$gdb_ptrace_headers
11557int
11558main ()
11559{
a3828db0 11560extern int ptrace ();
bec39cab
AC
11561 ;
11562 return 0;
11563}
11564_ACEOF
81ecdfbb 11565if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11566 gdb_cv_func_ptrace_ret='int'
70f9f479 11567else
81ecdfbb 11568 gdb_cv_func_ptrace_ret='long'
70f9f479 11569fi
81ecdfbb 11570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70f9f479 11571fi
81ecdfbb 11572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
064ef605 11573fi
81ecdfbb
RW
11574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
11575$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
bec39cab 11576
a3828db0
MK
11577cat >>confdefs.h <<_ACEOF
11578#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
bec39cab 11579_ACEOF
70f9f479 11580
a3828db0 11581# Check argument types.
81ecdfbb
RW
11582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
11583$as_echo_n "checking types of arguments for ptrace... " >&6; }
11584if test "${gdb_cv_func_ptrace_args+set}" = set; then :
11585 $as_echo_n "(cached) " >&6
bec39cab 11586else
a3828db0 11587
81ecdfbb 11588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
11589/* end confdefs.h. */
11590$gdb_ptrace_headers
11591int
11592main ()
11593{
11594extern long ptrace (enum __ptrace_request, ...);
11595 ;
11596 return 0;
11597}
11598_ACEOF
81ecdfbb 11599if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
11600 gdb_cv_func_ptrace_args='int,int,long,long'
11601else
064ef605 11602
a3828db0
MK
11603for gdb_arg1 in 'int' 'long'; do
11604 for gdb_arg2 in 'pid_t' 'int' 'long'; do
5ed10e6e 11605 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
96d7229d 11606 for gdb_arg4 in 'int' 'long' 'void *'; do
81ecdfbb 11607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11608/* end confdefs.h. */
a3828db0 11609$gdb_ptrace_headers
bec39cab
AC
11610int
11611main ()
11612{
a3828db0
MK
11613
11614extern $gdb_cv_func_ptrace_ret
11615 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
11616
bec39cab
AC
11617 ;
11618 return 0;
11619}
11620_ACEOF
81ecdfbb 11621if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
11622 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
11623 break 4;
5c7f2947 11624fi
81ecdfbb 11625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0 11626 for gdb_arg5 in 'int *' 'int' 'long'; do
81ecdfbb 11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11628/* end confdefs.h. */
a3828db0 11629$gdb_ptrace_headers
bec39cab
AC
11630int
11631main ()
11632{
a3828db0
MK
11633
11634extern $gdb_cv_func_ptrace_ret
11635 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
11636
bec39cab
AC
11637 ;
11638 return 0;
11639}
11640_ACEOF
81ecdfbb 11641if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
11642
11643gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
11644 break 5;
78434e59 11645fi
81ecdfbb 11646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0
MK
11647 done
11648 done
11649 done
11650 done
11651done
11652# Provide a safe default value.
11653: ${gdb_cv_func_ptrace_args='int,int,long,long'}
11654
064ef605 11655fi
81ecdfbb 11656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78434e59 11657fi
81ecdfbb
RW
11658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
11659$as_echo "$gdb_cv_func_ptrace_args" >&6; }
a3828db0
MK
11660ac_save_IFS=$IFS; IFS=','
11661set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
11662IFS=$ac_save_IFS
11663shift
bec39cab 11664
a3828db0
MK
11665cat >>confdefs.h <<_ACEOF
11666#define PTRACE_TYPE_ARG3 $3
11667_ACEOF
11668
96d7229d
LM
11669
11670cat >>confdefs.h <<_ACEOF
11671#define PTRACE_TYPE_ARG4 $4
11672_ACEOF
11673
a3828db0
MK
11674if test -n "$5"; then
11675
11676cat >>confdefs.h <<_ACEOF
11677#define PTRACE_TYPE_ARG5 $5
bec39cab 11678_ACEOF
78434e59
MK
11679
11680fi
11681
a3828db0 11682if test "$cross_compiling" = no; then
81ecdfbb
RW
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
11684$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
11685if test "${ac_cv_func_setpgrp_void+set}" = set; then :
11686 $as_echo_n "(cached) " >&6
a3828db0 11687else
81ecdfbb
RW
11688 if test "$cross_compiling" = yes; then :
11689 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
bec39cab 11690else
81ecdfbb 11691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11692/* end confdefs.h. */
81ecdfbb 11693$ac_includes_default
bec39cab
AC
11694int
11695main ()
11696{
a3828db0
MK
11697/* If this system has a BSD-style setpgrp which takes arguments,
11698 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
11699 exit successfully. */
81ecdfbb 11700 return setpgrp (1,1) != -1;
bec39cab
AC
11701 ;
11702 return 0;
11703}
11704_ACEOF
81ecdfbb 11705if ac_fn_c_try_run "$LINENO"; then :
a3828db0 11706 ac_cv_func_setpgrp_void=no
c906108c 11707else
81ecdfbb 11708 ac_cv_func_setpgrp_void=yes
c906108c 11709fi
81ecdfbb
RW
11710rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11711 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 11712fi
81ecdfbb 11713
a3828db0 11714fi
81ecdfbb
RW
11715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
11716$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0
MK
11717if test $ac_cv_func_setpgrp_void = yes; then
11718
81ecdfbb 11719$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
97bf5e38
MK
11720
11721fi
a3828db0
MK
11722
11723else
81ecdfbb
RW
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
11725$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
11726if test "${ac_cv_func_setpgrp_void+set}" = set; then :
11727 $as_echo_n "(cached) " >&6
97bf5e38 11728else
81ecdfbb 11729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11730/* end confdefs.h. */
a3828db0
MK
11731
11732#include <unistd.h>
11733
bec39cab
AC
11734int
11735main ()
11736{
a3828db0
MK
11737
11738 if (setpgrp(1,1) == -1)
11739 exit (0);
11740 else
11741 exit (1);
11742
bec39cab
AC
11743 ;
11744 return 0;
11745}
11746_ACEOF
81ecdfbb 11747if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11748 ac_cv_func_setpgrp_void=no
c906108c 11749else
81ecdfbb 11750 ac_cv_func_setpgrp_void=yes
c906108c 11751fi
81ecdfbb 11752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11753fi
81ecdfbb
RW
11754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
11755$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0 11756if test $ac_cv_func_setpgrp_void = yes; then
81ecdfbb 11757 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
c3f6f71d 11758
a3828db0 11759fi
c906108c
SS
11760fi
11761
a3828db0
MK
11762# Assume we'll default to using the included libiberty regex.
11763gdb_use_included_regex=yes
11764
11765# However, if the system regex is GNU regex, then default to *not*
11766# using the included regex.
81ecdfbb
RW
11767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
11768$as_echo_n "checking for GNU regex... " >&6; }
11769if test "${gdb_cv_have_gnu_regex+set}" = set; then :
11770 $as_echo_n "(cached) " >&6
bec39cab 11771else
81ecdfbb 11772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11773/* end confdefs.h. */
a3828db0 11774#include <gnu-versions.h>
bec39cab
AC
11775int
11776main ()
11777{
81ecdfbb
RW
11778#define REGEX_INTERFACE_VERSION 1
11779#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
11780# error "Version mismatch"
11781#endif
5c45e068
MK
11782 ;
11783 return 0;
11784}
11785_ACEOF
81ecdfbb
RW
11786if ac_fn_c_try_compile "$LINENO"; then :
11787 gdb_cv_have_gnu_regex=yes
5c45e068 11788else
81ecdfbb
RW
11789 gdb_cv_have_gnu_regex=no
11790fi
11791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11792fi
11793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
11794$as_echo "$gdb_cv_have_gnu_regex" >&6; }
11795if test $gdb_cv_have_gnu_regex = yes; then
11796 gdb_use_included_regex=no
5c45e068 11797fi
81ecdfbb
RW
11798
11799
11800# Check whether --with-included-regex was given.
11801if test "${with_included_regex+set}" = set; then :
11802 withval=$with_included_regex; gdb_with_regex=$withval
11803else
11804 gdb_with_regex=$gdb_use_included_regex
c906108c 11805fi
81ecdfbb
RW
11806
11807if test "$gdb_with_regex" = yes; then
11808
11809$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
11810
c906108c 11811fi
81ecdfbb
RW
11812
11813# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
11814ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
11815#include <sys/proc.h>
11816
11817"
11818if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
c906108c 11819
5c45e068 11820cat >>confdefs.h <<_ACEOF
a3828db0 11821#define HAVE_STRUCT_THREAD_TD_PCB 1
bec39cab 11822_ACEOF
c906108c 11823
5c45e068 11824
97bf5e38 11825fi
c906108c 11826
5c45e068 11827
a3828db0 11828# See if <sys/lwp.h> defines `struct lwp`.
81ecdfbb
RW
11829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
11830$as_echo_n "checking for struct lwp... " >&6; }
11831if test "${gdb_cv_struct_lwp+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
bec39cab 11833else
81ecdfbb 11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11835/* end confdefs.h. */
a3828db0
MK
11836#include <sys/param.h>
11837#include <sys/lwp.h>
bec39cab
AC
11838int
11839main ()
11840{
a3828db0 11841struct lwp l;
bec39cab
AC
11842 ;
11843 return 0;
11844}
11845_ACEOF
81ecdfbb 11846if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11847 gdb_cv_struct_lwp=yes
c906108c 11848else
81ecdfbb 11849 gdb_cv_struct_lwp=no
c906108c 11850fi
81ecdfbb 11851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11852fi
81ecdfbb
RW
11853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
11854$as_echo "$gdb_cv_struct_lwp" >&6; }
a3828db0 11855if test $gdb_cv_struct_lwp = yes; then
c906108c 11856
81ecdfbb 11857$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
c906108c 11858
97bf5e38 11859fi
c906108c 11860
a3828db0 11861# See if <machine/reg.h> degines `struct reg'.
81ecdfbb
RW
11862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
11863$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
11864if test "${gdb_cv_struct_reg+set}" = set; then :
11865 $as_echo_n "(cached) " >&6
bec39cab 11866else
81ecdfbb 11867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11868/* end confdefs.h. */
a3828db0
MK
11869#include <sys/types.h>
11870#include <machine/reg.h>
bec39cab
AC
11871int
11872main ()
11873{
a3828db0 11874struct reg r;
bec39cab
AC
11875 ;
11876 return 0;
11877}
11878_ACEOF
81ecdfbb 11879if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11880 gdb_cv_struct_reg=yes
27ca5dad 11881else
81ecdfbb 11882 gdb_cv_struct_reg=no
27ca5dad 11883fi
81ecdfbb 11884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27ca5dad 11885fi
81ecdfbb
RW
11886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
11887$as_echo "$gdb_cv_struct_reg" >&6; }
a3828db0 11888if test $gdb_cv_struct_reg = yes; then
bec39cab 11889
81ecdfbb 11890$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
27ca5dad
MC
11891
11892fi
97bf5e38 11893
a3828db0
MK
11894# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
11895# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
81ecdfbb
RW
11896ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
11897"
11898if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
5c45e068
MK
11899
11900cat >>confdefs.h <<_ACEOF
a3828db0 11901#define HAVE_STRUCT_REG_R_FS 1
bec39cab 11902_ACEOF
3862412b 11903
5c45e068 11904
97bf5e38 11905fi
81ecdfbb
RW
11906ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
11907"
11908if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
5c45e068
MK
11909
11910cat >>confdefs.h <<_ACEOF
a3828db0 11911#define HAVE_STRUCT_REG_R_GS 1
bec39cab 11912_ACEOF
3862412b 11913
5c45e068 11914
97bf5e38 11915fi
3862412b 11916
5c45e068 11917
6fea9e18
L
11918# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
11919# Older amd64 Linux's don't have the fs_base and gs_base members of
11920# `struct user_regs_struct'.
11921ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/user.h>
11922"
11923if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
11924
11925cat >>confdefs.h <<_ACEOF
11926#define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
11927_ACEOF
11928
11929
11930fi
11931ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/user.h>
11932"
11933if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
11934
11935cat >>confdefs.h <<_ACEOF
11936#define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
11937_ACEOF
11938
11939
11940fi
11941
11942
a3828db0 11943# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
81ecdfbb
RW
11944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
11945$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
11946if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
11947 $as_echo_n "(cached) " >&6
451928c5 11948else
81ecdfbb 11949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11950/* end confdefs.h. */
a3828db0 11951#include <sys/ptrace.h>
bec39cab
AC
11952int
11953main ()
11954{
a3828db0 11955PTRACE_GETREGS;
bec39cab
AC
11956 ;
11957 return 0;
11958}
11959_ACEOF
81ecdfbb 11960if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11961 gdb_cv_have_ptrace_getregs=yes
451928c5 11962else
81ecdfbb 11963 gdb_cv_have_ptrace_getregs=no
451928c5 11964fi
81ecdfbb 11965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
11966fi
11967
81ecdfbb
RW
11968{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
11969$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
a3828db0 11970if test $gdb_cv_have_ptrace_getregs = yes; then
60ca704f 11971
81ecdfbb 11972$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
451928c5 11973
97bf5e38 11974fi
451928c5 11975
a3828db0 11976# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
81ecdfbb
RW
11977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
11978$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
11979if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
11980 $as_echo_n "(cached) " >&6
451928c5 11981else
81ecdfbb 11982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11983/* end confdefs.h. */
a3828db0 11984#include <sys/ptrace.h>
bec39cab
AC
11985int
11986main ()
11987{
a3828db0 11988PTRACE_GETFPXREGS;
bec39cab
AC
11989 ;
11990 return 0;
11991}
11992_ACEOF
81ecdfbb 11993if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11994 gdb_cv_have_ptrace_getfpxregs=yes
451928c5 11995else
81ecdfbb 11996 gdb_cv_have_ptrace_getfpxregs=no
451928c5 11997fi
81ecdfbb 11998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
11999fi
12000
81ecdfbb
RW
12001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
12002$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
a3828db0 12003if test $gdb_cv_have_ptrace_getfpxregs = yes; then
60ca704f 12004
81ecdfbb 12005$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
451928c5 12006
97bf5e38 12007fi
451928c5 12008
a3828db0 12009# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
81ecdfbb
RW
12010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
12011$as_echo_n "checking for PT_GETDBREGS... " >&6; }
12012if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
12013 $as_echo_n "(cached) " >&6
3862412b 12014else
81ecdfbb 12015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12016/* end confdefs.h. */
a3828db0
MK
12017#include <sys/types.h>
12018#include <sys/ptrace.h>
bec39cab
AC
12019int
12020main ()
12021{
a3828db0 12022PT_GETDBREGS;
bec39cab
AC
12023 ;
12024 return 0;
12025}
12026_ACEOF
81ecdfbb 12027if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12028 gdb_cv_have_pt_getdbregs=yes
3862412b 12029else
81ecdfbb 12030 gdb_cv_have_pt_getdbregs=no
3862412b 12031fi
81ecdfbb 12032rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
12033fi
12034
81ecdfbb
RW
12035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
12036$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
a3828db0 12037if test $gdb_cv_have_pt_getdbregs = yes; then
60ca704f 12038
81ecdfbb 12039$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
3862412b 12040
97bf5e38 12041fi
3862412b 12042
a3828db0 12043# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
81ecdfbb
RW
12044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
12045$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
12046if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
12047 $as_echo_n "(cached) " >&6
3862412b 12048else
81ecdfbb 12049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12050/* end confdefs.h. */
a3828db0
MK
12051#include <sys/types.h>
12052#include <sys/ptrace.h>
bec39cab
AC
12053int
12054main ()
12055{
a3828db0 12056PT_GETXMMREGS;
bec39cab
AC
12057 ;
12058 return 0;
12059}
12060_ACEOF
81ecdfbb 12061if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12062 gdb_cv_have_pt_getxmmregs=yes
3862412b 12063else
81ecdfbb 12064 gdb_cv_have_pt_getxmmregs=no
3862412b 12065fi
81ecdfbb 12066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
12067fi
12068
81ecdfbb
RW
12069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
12070$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
a3828db0 12071if test $gdb_cv_have_pt_getxmmregs = yes; then
60ca704f 12072
81ecdfbb 12073$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
3862412b 12074
97bf5e38 12075fi
3862412b 12076
05b4bd79 12077# Detect which type of /proc is in use, such as for Solaris.
97bf5e38
MK
12078
12079if test "${target}" = "${host}"; then
12080 case "${host}" in
7b00db47 12081 *-*-sysv4.2* | *-*-sysv5* )
60ca704f 12082
81ecdfbb 12083$as_echo "#define NEW_PROC_API 1" >>confdefs.h
97bf5e38
MK
12084
12085 ;;
c162e8c9 12086 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
60ca704f 12087
81ecdfbb 12088$as_echo "#define NEW_PROC_API 1" >>confdefs.h
c960c18f
AC
12089
12090 ;;
12091 mips-sgi-irix5*)
12092 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
60ca704f 12093
81ecdfbb 12094$as_echo "#define _KMEMUSER 1" >>confdefs.h
97bf5e38
MK
12095
12096 ;;
12097 esac
12098fi
12099
12100if test "$ac_cv_header_sys_procfs_h" = yes; then
81ecdfbb
RW
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
12102$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
12103 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
12104 $as_echo_n "(cached) " >&6
596c9d4b 12105else
81ecdfbb 12106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12107/* end confdefs.h. */
596c9d4b
KB
12108
12109#define _SYSCALL32
d30c5336
JK
12110/* Needed for new procfs interface on sparc-solaris. */
12111#define _STRUCTURED_PROC 1
596c9d4b 12112#include <sys/procfs.h>
bec39cab
AC
12113int
12114main ()
12115{
97bf5e38 12116gregset_t avar
bec39cab
AC
12117 ;
12118 return 0;
12119}
12120_ACEOF
81ecdfbb 12121if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12122 bfd_cv_have_sys_procfs_type_gregset_t=yes
596c9d4b 12123else
81ecdfbb 12124 bfd_cv_have_sys_procfs_type_gregset_t=no
bec39cab 12125
596c9d4b 12126fi
81ecdfbb 12127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
12128fi
12129
97bf5e38 12130 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
bec39cab 12131
81ecdfbb 12132$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
596c9d4b
KB
12133
12134 fi
81ecdfbb
RW
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
12136$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
451928c5 12137
81ecdfbb
RW
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
12139$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
12140 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
12141 $as_echo_n "(cached) " >&6
d84dd0c5 12142else
81ecdfbb 12143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12144/* end confdefs.h. */
97bf5e38
MK
12145
12146#define _SYSCALL32
d30c5336
JK
12147/* Needed for new procfs interface on sparc-solaris. */
12148#define _STRUCTURED_PROC 1
d84dd0c5 12149#include <sys/procfs.h>
bec39cab
AC
12150int
12151main ()
12152{
97bf5e38 12153fpregset_t avar
bec39cab
AC
12154 ;
12155 return 0;
12156}
12157_ACEOF
81ecdfbb 12158if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12159 bfd_cv_have_sys_procfs_type_fpregset_t=yes
d84dd0c5 12160else
81ecdfbb 12161 bfd_cv_have_sys_procfs_type_fpregset_t=no
bec39cab 12162
d84dd0c5 12163fi
81ecdfbb 12164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d84dd0c5
MK
12165fi
12166
97bf5e38 12167 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
bec39cab 12168
81ecdfbb 12169$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
d84dd0c5 12170
97bf5e38 12171 fi
81ecdfbb
RW
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
12173$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
d84dd0c5 12174
81ecdfbb
RW
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
12176$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
12177 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
12178 $as_echo_n "(cached) " >&6
c906108c 12179else
81ecdfbb 12180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12181/* end confdefs.h. */
c906108c 12182
97bf5e38 12183#define _SYSCALL32
d30c5336
JK
12184/* Needed for new procfs interface on sparc-solaris. */
12185#define _STRUCTURED_PROC 1
97bf5e38 12186#include <sys/procfs.h>
bec39cab
AC
12187int
12188main ()
12189{
97bf5e38 12190prgregset_t avar
bec39cab
AC
12191 ;
12192 return 0;
12193}
12194_ACEOF
81ecdfbb 12195if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12196 bfd_cv_have_sys_procfs_type_prgregset_t=yes
c906108c 12197else
81ecdfbb 12198 bfd_cv_have_sys_procfs_type_prgregset_t=no
bec39cab 12199
c906108c 12200fi
81ecdfbb 12201rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
12202fi
12203
97bf5e38 12204 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
bec39cab 12205
81ecdfbb 12206$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
c906108c 12207
97bf5e38 12208 fi
81ecdfbb
RW
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
12210$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
c906108c 12211
81ecdfbb
RW
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
12213$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
12214 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
12215 $as_echo_n "(cached) " >&6
d45fe813 12216else
81ecdfbb 12217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12218/* end confdefs.h. */
97bf5e38
MK
12219
12220#define _SYSCALL32
d30c5336
JK
12221/* Needed for new procfs interface on sparc-solaris. */
12222#define _STRUCTURED_PROC 1
97bf5e38 12223#include <sys/procfs.h>
bec39cab
AC
12224int
12225main ()
12226{
97bf5e38 12227prfpregset_t avar
bec39cab
AC
12228 ;
12229 return 0;
12230}
12231_ACEOF
81ecdfbb 12232if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12233 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
d45fe813 12234else
81ecdfbb 12235 bfd_cv_have_sys_procfs_type_prfpregset_t=no
bec39cab 12236
d45fe813 12237fi
81ecdfbb 12238rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
12239fi
12240
97bf5e38 12241 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
bec39cab 12242
81ecdfbb 12243$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
d45fe813 12244
97bf5e38 12245 fi
81ecdfbb
RW
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
12247$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
d45fe813 12248
81ecdfbb
RW
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
12250$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
12251 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
d45fe813 12253else
81ecdfbb 12254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12255/* end confdefs.h. */
97bf5e38
MK
12256
12257#define _SYSCALL32
d30c5336
JK
12258/* Needed for new procfs interface on sparc-solaris. */
12259#define _STRUCTURED_PROC 1
97bf5e38 12260#include <sys/procfs.h>
bec39cab
AC
12261int
12262main ()
12263{
97bf5e38 12264prgregset32_t avar
bec39cab
AC
12265 ;
12266 return 0;
12267}
12268_ACEOF
81ecdfbb 12269if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12270 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
d45fe813 12271else
81ecdfbb 12272 bfd_cv_have_sys_procfs_type_prgregset32_t=no
bec39cab 12273
d45fe813 12274fi
81ecdfbb 12275rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
12276fi
12277
97bf5e38 12278 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
bec39cab 12279
81ecdfbb 12280$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
d45fe813 12281
97bf5e38 12282 fi
81ecdfbb
RW
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
12284$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
d45fe813 12285
81ecdfbb
RW
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
12287$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
12288 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
12289 $as_echo_n "(cached) " >&6
d45fe813 12290else
81ecdfbb 12291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12292/* end confdefs.h. */
97bf5e38 12293
d45fe813 12294#define _SYSCALL32
d30c5336
JK
12295/* Needed for new procfs interface on sparc-solaris. */
12296#define _STRUCTURED_PROC 1
97bf5e38 12297#include <sys/procfs.h>
bec39cab
AC
12298int
12299main ()
12300{
97bf5e38 12301lwpid_t avar
bec39cab
AC
12302 ;
12303 return 0;
12304}
12305_ACEOF
81ecdfbb 12306if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12307 bfd_cv_have_sys_procfs_type_lwpid_t=yes
d45fe813 12308else
81ecdfbb 12309 bfd_cv_have_sys_procfs_type_lwpid_t=no
bec39cab 12310
d45fe813 12311fi
81ecdfbb 12312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
12313fi
12314
97bf5e38 12315 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
bec39cab 12316
81ecdfbb 12317$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
d45fe813 12318
97bf5e38 12319 fi
81ecdfbb
RW
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
12321$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
c906108c 12322
81ecdfbb
RW
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
12324$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
12325 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
12326 $as_echo_n "(cached) " >&6
c906108c 12327else
81ecdfbb 12328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12329/* end confdefs.h. */
c906108c 12330
97bf5e38 12331#define _SYSCALL32
d30c5336
JK
12332/* Needed for new procfs interface on sparc-solaris. */
12333#define _STRUCTURED_PROC 1
97bf5e38 12334#include <sys/procfs.h>
bec39cab
AC
12335int
12336main ()
12337{
97bf5e38 12338psaddr_t avar
bec39cab
AC
12339 ;
12340 return 0;
12341}
12342_ACEOF
81ecdfbb 12343if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12344 bfd_cv_have_sys_procfs_type_psaddr_t=yes
c906108c 12345else
81ecdfbb 12346 bfd_cv_have_sys_procfs_type_psaddr_t=no
bec39cab 12347
c906108c 12348fi
81ecdfbb 12349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
12350fi
12351
97bf5e38 12352 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
bec39cab 12353
81ecdfbb 12354$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
c906108c 12355
97bf5e38 12356 fi
81ecdfbb
RW
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
12358$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
c906108c 12359
81ecdfbb
RW
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
12361$as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
12362 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
12363 $as_echo_n "(cached) " >&6
c906108c 12364else
81ecdfbb 12365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12366/* end confdefs.h. */
c906108c 12367
97bf5e38 12368#define _SYSCALL32
d30c5336
JK
12369/* Needed for new procfs interface on sparc-solaris. */
12370#define _STRUCTURED_PROC 1
97bf5e38 12371#include <sys/procfs.h>
bec39cab
AC
12372int
12373main ()
12374{
97bf5e38 12375prsysent_t avar
bec39cab
AC
12376 ;
12377 return 0;
12378}
12379_ACEOF
81ecdfbb 12380if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12381 bfd_cv_have_sys_procfs_type_prsysent_t=yes
c906108c 12382else
81ecdfbb 12383 bfd_cv_have_sys_procfs_type_prsysent_t=no
bec39cab 12384
c906108c 12385fi
81ecdfbb 12386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
12387fi
12388
97bf5e38 12389 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
bec39cab 12390
81ecdfbb 12391$as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
c906108c 12392
97bf5e38 12393 fi
81ecdfbb
RW
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
12395$as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
c906108c 12396
81ecdfbb
RW
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
12398$as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
12399 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
12400 $as_echo_n "(cached) " >&6
c906108c 12401else
81ecdfbb 12402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12403/* end confdefs.h. */
c906108c 12404
97bf5e38 12405#define _SYSCALL32
d30c5336
JK
12406/* Needed for new procfs interface on sparc-solaris. */
12407#define _STRUCTURED_PROC 1
97bf5e38 12408#include <sys/procfs.h>
bec39cab
AC
12409int
12410main ()
12411{
97bf5e38 12412pr_sigset_t avar
bec39cab
AC
12413 ;
12414 return 0;
12415}
12416_ACEOF
81ecdfbb 12417if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12418 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
c906108c 12419else
81ecdfbb 12420 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
bec39cab 12421
c906108c 12422fi
81ecdfbb 12423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
12424fi
12425
97bf5e38 12426 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
bec39cab 12427
81ecdfbb 12428$as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
c906108c 12429
97bf5e38 12430 fi
81ecdfbb
RW
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
12432$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
c906108c 12433
81ecdfbb
RW
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
12435$as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
12436 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
12437 $as_echo_n "(cached) " >&6
c906108c 12438else
81ecdfbb 12439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12440/* end confdefs.h. */
c906108c 12441
97bf5e38 12442#define _SYSCALL32
d30c5336
JK
12443/* Needed for new procfs interface on sparc-solaris. */
12444#define _STRUCTURED_PROC 1
97bf5e38 12445#include <sys/procfs.h>
bec39cab
AC
12446int
12447main ()
12448{
97bf5e38 12449pr_sigaction64_t avar
bec39cab
AC
12450 ;
12451 return 0;
12452}
12453_ACEOF
81ecdfbb 12454if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 12455 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
c906108c 12456else
81ecdfbb 12457 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
bec39cab 12458
c906108c 12459fi
81ecdfbb 12460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
12461fi
12462
97bf5e38 12463 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
bec39cab 12464
81ecdfbb 12465$as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
c906108c 12466
97bf5e38 12467 fi
81ecdfbb
RW
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
12469$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
97bf5e38 12470
81ecdfbb
RW
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
12472$as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
12473 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
12474 $as_echo_n "(cached) " >&6
97bf5e38 12475else
81ecdfbb 12476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12477/* end confdefs.h. */
97bf5e38
MK
12478
12479#define _SYSCALL32
d30c5336
JK
12480/* Needed for new procfs interface on sparc-solaris. */
12481#define _STRUCTURED_PROC 1
97bf5e38 12482#include <sys/procfs.h>
bec39cab
AC
12483int
12484main ()
12485{
97bf5e38 12486pr_siginfo64_t avar
bec39cab
AC
12487 ;
12488 return 0;
12489}
12490_ACEOF
81ecdfbb 12491if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
12492 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
12493else
81ecdfbb 12494 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
bec39cab 12495
97bf5e38 12496fi
81ecdfbb 12497rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12498fi
c906108c 12499
97bf5e38 12500 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
bec39cab 12501
81ecdfbb 12502$as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
c906108c 12503
97bf5e38 12504 fi
81ecdfbb
RW
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
12506$as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
bec39cab
AC
12507
12508
97bf5e38
MK
12509
12510
12511
97bf5e38 12512 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
81ecdfbb
RW
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
12514$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
12515 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
12516 $as_echo_n "(cached) " >&6
c906108c 12517else
81ecdfbb 12518 if test "$cross_compiling" = yes; then :
97bf5e38 12519 gdb_cv_prfpregset_t_broken=yes
c906108c 12520else
81ecdfbb 12521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12522/* end confdefs.h. */
97bf5e38
MK
12523#include <sys/procfs.h>
12524 int main ()
12525 {
12526 if (sizeof (prfpregset_t) == sizeof (void *))
12527 return 1;
12528 return 0;
12529 }
bec39cab 12530_ACEOF
81ecdfbb 12531if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 12532 gdb_cv_prfpregset_t_broken=no
81ecdfbb
RW
12533else
12534 gdb_cv_prfpregset_t_broken=yes
c906108c 12535fi
81ecdfbb
RW
12536rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12537 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 12538fi
81ecdfbb 12539
c906108c
SS
12540fi
12541
81ecdfbb
RW
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
12543$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
97bf5e38 12544 if test $gdb_cv_prfpregset_t_broken = yes; then
60ca704f 12545
81ecdfbb 12546$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
c906108c 12547
97bf5e38
MK
12548 fi
12549 fi
c906108c 12550fi
c906108c 12551
bc8bcb4b 12552# Check if the compiler supports the `long long' type.
c906108c 12553
81ecdfbb
RW
12554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
12555$as_echo_n "checking for long long support in compiler... " >&6; }
12556if test "${gdb_cv_c_long_long+set}" = set; then :
12557 $as_echo_n "(cached) " >&6
97bf5e38 12558else
81ecdfbb 12559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12560/* end confdefs.h. */
bc8bcb4b 12561extern long long foo;
bec39cab
AC
12562int
12563main ()
12564{
bc8bcb4b 12565switch (foo & 2) { case 0: return 1; }
bec39cab
AC
12566 ;
12567 return 0;
12568}
12569_ACEOF
81ecdfbb 12570if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
12571 gdb_cv_c_long_long=yes
12572else
81ecdfbb 12573 gdb_cv_c_long_long=no
97bf5e38 12574fi
81ecdfbb 12575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 12576fi
81ecdfbb
RW
12577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
12578$as_echo "$gdb_cv_c_long_long" >&6; }
74a0d9f6
JK
12579if test $gdb_cv_c_long_long != yes; then
12580 # libdecnumber requires long long.
12581 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
97bf5e38
MK
12582fi
12583
bc8bcb4b 12584# Check if the compiler and runtime support printing long longs.
97bf5e38 12585
81ecdfbb
RW
12586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
12587$as_echo_n "checking for long long support in printf... " >&6; }
12588if test "${gdb_cv_printf_has_long_long+set}" = set; then :
12589 $as_echo_n "(cached) " >&6
97bf5e38 12590else
81ecdfbb 12591 if test "$cross_compiling" = yes; then :
97bf5e38
MK
12592 gdb_cv_printf_has_long_long=no
12593else
81ecdfbb 12594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12595/* end confdefs.h. */
bc8bcb4b
MK
12596$ac_includes_default
12597int
12598main ()
12599{
12600char buf[32];
97bf5e38
MK
12601 long long l = 0;
12602 l = (l << 16) + 0x0123;
12603 l = (l << 16) + 0x4567;
12604 l = (l << 16) + 0x89ab;
12605 l = (l << 16) + 0xcdef;
12606 sprintf (buf, "0x%016llx", l);
12607 return (strcmp ("0x0123456789abcdef", buf));
bc8bcb4b
MK
12608 ;
12609 return 0;
c906108c 12610}
bec39cab 12611_ACEOF
81ecdfbb 12612if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
12613 gdb_cv_printf_has_long_long=yes
12614else
81ecdfbb 12615 gdb_cv_printf_has_long_long=no
97bf5e38 12616fi
81ecdfbb
RW
12617rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12618 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 12619fi
81ecdfbb 12620
97bf5e38 12621fi
81ecdfbb
RW
12622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
12623$as_echo "$gdb_cv_printf_has_long_long" >&6; }
97bf5e38 12624if test $gdb_cv_printf_has_long_long = yes; then
bc8bcb4b 12625
81ecdfbb 12626$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
12627
12628fi
97bf5e38 12629
1a619819
LM
12630# Check if the compiler and runtime support printing decfloats.
12631
81ecdfbb
RW
12632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
12633$as_echo_n "checking for decfloat support in printf... " >&6; }
12634if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
12635 $as_echo_n "(cached) " >&6
1a619819 12636else
81ecdfbb 12637 if test "$cross_compiling" = yes; then :
1a619819
LM
12638 gdb_cv_printf_has_decfloat=no
12639else
81ecdfbb 12640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1a619819
LM
12641/* end confdefs.h. */
12642$ac_includes_default
12643int
12644main ()
12645{
12646char buf[64];
12647 _Decimal32 d32 = 1.2345df;
12648 _Decimal64 d64 = 1.2345dd;
12649 _Decimal128 d128 = 1.2345dl;
12650 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
12651 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
12652 ;
12653 return 0;
12654}
12655_ACEOF
81ecdfbb 12656if ac_fn_c_try_run "$LINENO"; then :
1a619819
LM
12657 gdb_cv_printf_has_decfloat=yes
12658else
81ecdfbb 12659 gdb_cv_printf_has_decfloat=no
1a619819 12660fi
81ecdfbb
RW
12661rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12662 conftest.$ac_objext conftest.beam conftest.$ac_ext
1a619819 12663fi
81ecdfbb 12664
1a619819 12665fi
81ecdfbb
RW
12666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
12667$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
1a619819
LM
12668if test $gdb_cv_printf_has_decfloat = yes; then
12669
81ecdfbb 12670$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
1a619819
LM
12671
12672fi
12673
bc8bcb4b
MK
12674# Check if the compiler supports the `long double' type. We can't use
12675# AC_C_LONG_DOUBLE because that one does additional checks on the
12676# constants defined in <float.h> that fail on some systems,
12677# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
97bf5e38 12678
81ecdfbb
RW
12679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
12680$as_echo_n "checking for long double support in compiler... " >&6; }
12681if test "${gdb_cv_c_long_double+set}" = set; then :
12682 $as_echo_n "(cached) " >&6
97bf5e38 12683else
81ecdfbb 12684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12685/* end confdefs.h. */
97bf5e38 12686long double foo;
bec39cab 12687_ACEOF
81ecdfbb 12688if ac_fn_c_try_compile "$LINENO"; then :
bc8bcb4b 12689 gdb_cv_c_long_double=yes
97bf5e38 12690else
81ecdfbb 12691 gdb_cv_c_long_double=no
97bf5e38 12692fi
81ecdfbb 12693rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 12694fi
81ecdfbb
RW
12695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
12696$as_echo "$gdb_cv_c_long_double" >&6; }
bc8bcb4b 12697if test $gdb_cv_c_long_double = yes; then
c906108c 12698
81ecdfbb 12699$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
12700
12701fi
12702
bc8bcb4b 12703# Check if the compiler and runtime support printing long doubles.
97bf5e38 12704
81ecdfbb
RW
12705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
12706$as_echo_n "checking for long double support in printf... " >&6; }
12707if test "${gdb_cv_printf_has_long_double+set}" = set; then :
12708 $as_echo_n "(cached) " >&6
97bf5e38 12709else
81ecdfbb 12710 if test "$cross_compiling" = yes; then :
97bf5e38
MK
12711 gdb_cv_printf_has_long_double=no
12712else
81ecdfbb 12713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12714/* end confdefs.h. */
bc8bcb4b
MK
12715$ac_includes_default
12716int
12717main ()
12718{
12719char buf[16];
97bf5e38
MK
12720 long double f = 3.141592653;
12721 sprintf (buf, "%Lg", f);
12722 return (strncmp ("3.14159", buf, 7));
bc8bcb4b
MK
12723 ;
12724 return 0;
97bf5e38 12725}
bec39cab 12726_ACEOF
81ecdfbb 12727if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 12728 gdb_cv_printf_has_long_double=yes
c906108c 12729else
81ecdfbb 12730 gdb_cv_printf_has_long_double=no
c906108c 12731fi
81ecdfbb
RW
12732rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12733 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 12734fi
81ecdfbb 12735
c906108c 12736fi
81ecdfbb
RW
12737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
12738$as_echo "$gdb_cv_printf_has_long_double" >&6; }
97bf5e38 12739if test $gdb_cv_printf_has_long_double = yes; then
bc8bcb4b 12740
81ecdfbb 12741$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
12742
12743fi
97bf5e38 12744
bc8bcb4b 12745# Check if the compiler and runtime support scanning long doubles.
97bf5e38 12746
81ecdfbb
RW
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
12748$as_echo_n "checking for long double support in scanf... " >&6; }
12749if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
12750 $as_echo_n "(cached) " >&6
97bf5e38 12751else
81ecdfbb 12752 if test "$cross_compiling" = yes; then :
97bf5e38
MK
12753 gdb_cv_scanf_has_long_double=no
12754else
81ecdfbb 12755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12756/* end confdefs.h. */
bc8bcb4b
MK
12757#include <stdio.h>
12758int
12759main ()
12760{
12761char *buf = "3.141592653";
97bf5e38
MK
12762 long double f = 0;
12763 sscanf (buf, "%Lg", &f);
12764 return !(f > 3.14159 && f < 3.14160);
bc8bcb4b
MK
12765 ;
12766 return 0;
97bf5e38 12767}
bec39cab 12768_ACEOF
81ecdfbb 12769if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
12770 gdb_cv_scanf_has_long_double=yes
12771else
81ecdfbb 12772 gdb_cv_scanf_has_long_double=no
97bf5e38 12773fi
81ecdfbb
RW
12774rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12775 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 12776fi
81ecdfbb 12777
c906108c 12778fi
81ecdfbb
RW
12779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
12780$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
97bf5e38 12781if test $gdb_cv_scanf_has_long_double = yes; then
bc8bcb4b 12782
81ecdfbb 12783$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
12784
12785fi
c906108c 12786
438013df
AO
12787case ${host_os} in
12788aix*)
81ecdfbb
RW
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
12790$as_echo_n "checking for -bbigtoc option... " >&6; }
12791if test "${gdb_cv_bigtoc+set}" = set; then :
12792 $as_echo_n "(cached) " >&6
438013df 12793else
bec39cab 12794
438013df
AO
12795 SAVE_LDFLAGS=$LDFLAGS
12796
12797 case $GCC in
12798 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
12799 *) gdb_cv_bigtoc=-bbigtoc ;;
12800 esac
12801
12802 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
81ecdfbb 12803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12804/* end confdefs.h. */
438013df 12805
bec39cab
AC
12806int
12807main ()
12808{
438013df 12809int i;
bec39cab
AC
12810 ;
12811 return 0;
12812}
12813_ACEOF
81ecdfbb 12814if ac_fn_c_try_link "$LINENO"; then :
bec39cab 12815
81ecdfbb
RW
12816else
12817 gdb_cv_bigtoc=
438013df 12818fi
81ecdfbb
RW
12819rm -f core conftest.err conftest.$ac_objext \
12820 conftest$ac_exeext conftest.$ac_ext
ec76baa5 12821 LDFLAGS="${SAVE_LDFLAGS}"
438013df 12822
bec39cab 12823fi
81ecdfbb
RW
12824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
12825$as_echo "$gdb_cv_bigtoc" >&6; }
438013df
AO
12826 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
12827 ;;
12828esac
12829
38f6b338 12830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
f6528abd 12831$as_echo_n "checking for the dynamic export flag... " >&6; }
38f6b338
JK
12832dynamic_list=false
12833if test "${gdb_native}" = yes; then
12834 # The dynamically loaded libthread_db needs access to symbols in the gdb
12835 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
12836 # may not be supported there.
12837 old_LDFLAGS="$LDFLAGS"
12838 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
12839 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
12840 LDFLAGS="$LDFLAGS $RDYNAMIC"
12841 if test "${have_libpython}" = no; then
12842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6528abd
JK
12843/* end confdefs.h. */
12844
12845int
12846main ()
12847{
12848
12849 ;
12850 return 0;
12851}
12852_ACEOF
12853if ac_fn_c_try_link "$LINENO"; then :
3bebe2f2
JK
12854 dynamic_list=true
12855fi
12856rm -f core conftest.err conftest.$ac_objext \
12857 conftest$ac_exeext conftest.$ac_ext
38f6b338
JK
12858 else
12859 # Workaround http://bugs.python.org/issue4434 where static
12860 # libpythonX.Y.a would get its symbols required for
12861 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
12862 # Problem does not happen for the recommended libpythonX.Y.so linkage.
12863 old_CFLAGS="$CFLAGS"
12864 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
8c1fb155
JK
12865 old_LIBS="$LIBS"
12866 LIBS="$LIBS $PYTHON_LIBS"
38f6b338 12867 if test "$cross_compiling" = yes; then :
3bebe2f2 12868 true
f6528abd 12869else
3bebe2f2
JK
12870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12871/* end confdefs.h. */
12872#include "${have_libpython}/Python.h"
12873int
12874main ()
12875{
12876int err;
38f6b338
JK
12877 Py_Initialize ();
12878 err = PyRun_SimpleString ("import itertools\n");
12879 Py_Finalize ();
12880 return err == 0 ? 0 : 1;
3bebe2f2
JK
12881 ;
12882 return 0;
12883}
12884_ACEOF
12885if ac_fn_c_try_run "$LINENO"; then :
12886 dynamic_list=true
12887fi
12888rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12889 conftest.$ac_objext conftest.beam conftest.$ac_ext
12890fi
12891
8c1fb155 12892 LIBS="$old_LIBS"
38f6b338
JK
12893 CFLAGS="$old_CFLAGS"
12894 fi
12895 LDFLAGS="$old_LDFLAGS"
12896fi
12897if $dynamic_list; then
12898 found="-Wl,--dynamic-list"
12899 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
f6528abd 12900else
38f6b338
JK
12901 found="-rdynamic"
12902 RDYNAMIC="-rdynamic"
f6528abd 12903fi
f6528abd 12904
38f6b338 12905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
f6528abd 12906$as_echo "$found" >&6; }
0407b3f1 12907
f6528abd 12908
0407b3f1 12909if test ${build} = ${host} -a ${host} = ${target} ; then
c906108c 12910 case ${host_os} in
c906108c 12911 solaris*)
d92419e5
JB
12912 # See if thread_db library is around for Solaris thread debugging.
12913 # Note that we must explicitly test for version 1 of the library
12914 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
12915 # the same API.
81ecdfbb
RW
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
12917$as_echo_n "checking for Solaris thread debugging library... " >&6; }
c906108c 12918 if test -f /usr/lib/libthread_db.so.1 ; then
81ecdfbb
RW
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12920$as_echo "yes" >&6; }
60ca704f 12921
81ecdfbb 12922$as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
c906108c 12923
3483b318 12924 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
c906108c 12925 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
81ecdfbb
RW
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12927$as_echo_n "checking for dlopen in -ldl... " >&6; }
12928if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12929 $as_echo_n "(cached) " >&6
c906108c 12930else
bec39cab 12931 ac_check_lib_save_LIBS=$LIBS
c906108c 12932LIBS="-ldl $LIBS"
81ecdfbb 12933cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
12934/* end confdefs.h. */
12935
81ecdfbb
RW
12936/* Override any GCC internal prototype to avoid an error.
12937 Use char because int might match the return type of a GCC
12938 builtin and then its argument prototype would still apply. */
bec39cab
AC
12939#ifdef __cplusplus
12940extern "C"
12941#endif
bec39cab
AC
12942char dlopen ();
12943int
12944main ()
12945{
81ecdfbb 12946return dlopen ();
bec39cab
AC
12947 ;
12948 return 0;
12949}
12950_ACEOF
81ecdfbb 12951if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
12952 ac_cv_lib_dl_dlopen=yes
12953else
81ecdfbb 12954 ac_cv_lib_dl_dlopen=no
bec39cab 12955fi
81ecdfbb
RW
12956rm -f core conftest.err conftest.$ac_objext \
12957 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
12958LIBS=$ac_check_lib_save_LIBS
12959fi
81ecdfbb
RW
12960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12961$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12962if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
bec39cab
AC
12963 cat >>confdefs.h <<_ACEOF
12964#define HAVE_LIBDL 1
12965_ACEOF
c906108c
SS
12966
12967 LIBS="-ldl $LIBS"
12968
c906108c
SS
12969fi
12970
f6528abd 12971 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
c906108c
SS
12972 # Sun randomly tweaked the prototypes in <proc_service.h>
12973 # at one point.
81ecdfbb
RW
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
12975$as_echo_n "checking if <proc_service.h> is old... " >&6; }
12976 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
12977 $as_echo_n "(cached) " >&6
c906108c 12978else
bec39cab 12979
81ecdfbb 12980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12981/* end confdefs.h. */
c906108c
SS
12982
12983 #include <proc_service.h>
12984 ps_err_e ps_pdwrite
12985 (struct ps_prochandle*, psaddr_t, const void*, size_t);
c906108c 12986
bec39cab
AC
12987int
12988main ()
12989{
12990
12991 ;
12992 return 0;
12993}
12994_ACEOF
81ecdfbb 12995if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
12996 gdb_cv_proc_service_is_old=no
12997else
81ecdfbb 12998 gdb_cv_proc_service_is_old=yes
c906108c 12999fi
81ecdfbb 13000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 13001
c906108c
SS
13002fi
13003
81ecdfbb
RW
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
13005$as_echo "$gdb_cv_proc_service_is_old" >&6; }
c906108c 13006 if test $gdb_cv_proc_service_is_old = yes; then
60ca704f 13007
81ecdfbb 13008$as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
c906108c
SS
13009
13010 fi
13011 else
81ecdfbb
RW
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13013$as_echo "no" >&6; }
c906108c
SS
13014 fi
13015 ;;
d92419e5 13016 aix*)
81ecdfbb
RW
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
13018$as_echo_n "checking for AiX thread debugging library... " >&6; }
13019 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
bec39cab 13021else
81ecdfbb 13022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13023/* end confdefs.h. */
d92419e5 13024#include <sys/pthdebug.h>
bec39cab
AC
13025int
13026main ()
13027{
d92419e5
JB
13028#ifndef PTHDB_VERSION_3
13029 #error
13030 #endif
bec39cab
AC
13031 ;
13032 return 0;
13033}
13034_ACEOF
81ecdfbb 13035if ac_fn_c_try_compile "$LINENO"; then :
d92419e5
JB
13036 gdb_cv_have_aix_thread_debug=yes
13037else
81ecdfbb 13038 gdb_cv_have_aix_thread_debug=no
d92419e5 13039fi
81ecdfbb 13040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d92419e5
JB
13041fi
13042
81ecdfbb
RW
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
13044$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
d92419e5
JB
13045 if test $gdb_cv_have_aix_thread_debug = yes; then
13046 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
3483b318 13047 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
7f533142 13048 LIBS="$LIBS -lpthdebug"
d645e32e
JB
13049
13050 # Older versions of AIX do not provide the declaration for
13051 # the getthrds function (it appears that it was introduced
13052 # with AIX 6.x).
13053 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
13054"
13055if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
13056 ac_have_decl=1
13057else
13058 ac_have_decl=0
13059fi
13060
13061cat >>confdefs.h <<_ACEOF
13062#define HAVE_DECL_GETTHRDS $ac_have_decl
13063_ACEOF
13064
d92419e5
JB
13065 fi
13066 ;;
c906108c 13067 esac
bec39cab 13068
c906108c
SS
13069fi
13070
3f47be5c 13071if test "x$ac_cv_header_thread_db_h" = "xyes"; then
81ecdfbb
RW
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
13073$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
13074if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
13075 $as_echo_n "(cached) " >&6
bec39cab 13076else
81ecdfbb 13077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13078/* end confdefs.h. */
3f47be5c 13079#include <thread_db.h>
bec39cab
AC
13080int
13081main ()
13082{
3f47be5c 13083int i = TD_NOTALLOC;
bec39cab
AC
13084 ;
13085 return 0;
13086}
13087_ACEOF
81ecdfbb 13088if ac_fn_c_try_compile "$LINENO"; then :
3f47be5c
EZ
13089 gdb_cv_thread_db_h_has_td_notalloc=yes
13090else
81ecdfbb 13091 gdb_cv_thread_db_h_has_td_notalloc=no
bec39cab 13092
3f47be5c 13093fi
81ecdfbb 13094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3f47be5c 13095
bec39cab 13096fi
81ecdfbb
RW
13097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
13098$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
13100$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
13101if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
13102 $as_echo_n "(cached) " >&6
59f80f10 13103else
81ecdfbb 13104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
13105/* end confdefs.h. */
13106#include <thread_db.h>
13107int
13108main ()
13109{
13110int i = TD_VERSION;
13111 ;
13112 return 0;
13113}
13114_ACEOF
81ecdfbb 13115if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
13116 gdb_cv_thread_db_h_has_td_version=yes
13117else
81ecdfbb 13118 gdb_cv_thread_db_h_has_td_version=no
59f80f10
DJ
13119
13120fi
81ecdfbb 13121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
13122
13123fi
81ecdfbb
RW
13124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
13125$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
13127$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
13128if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
13129 $as_echo_n "(cached) " >&6
59f80f10 13130else
81ecdfbb 13131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
13132/* end confdefs.h. */
13133#include <thread_db.h>
13134int
13135main ()
13136{
13137int i = TD_NOTLS;
13138 ;
13139 return 0;
13140}
13141_ACEOF
81ecdfbb 13142if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
13143 gdb_cv_thread_db_h_has_td_notls=yes
13144else
81ecdfbb 13145 gdb_cv_thread_db_h_has_td_notls=no
59f80f10
DJ
13146
13147fi
81ecdfbb 13148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
13149
13150fi
81ecdfbb
RW
13151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
13152$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
3f47be5c
EZ
13153fi
13154if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
bec39cab 13155
81ecdfbb 13156$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
3f47be5c 13157
59f80f10
DJ
13158fi
13159if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
13160
81ecdfbb 13161$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
59f80f10
DJ
13162
13163fi
13164if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
13165
81ecdfbb 13166$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
59f80f10 13167
3f47be5c
EZ
13168fi
13169
b757528f 13170if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
81ecdfbb
RW
13171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/syscall.h> has __NR_tkill" >&5
13172$as_echo_n "checking whether <sys/syscall.h> has __NR_tkill... " >&6; }
13173if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then :
13174 $as_echo_n "(cached) " >&6
bec39cab 13175else
81ecdfbb 13176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13177/* end confdefs.h. */
b757528f 13178#include <sys/syscall.h>
bec39cab
AC
13179int
13180main ()
13181{
b757528f 13182int i = __NR_tkill;
bec39cab
AC
13183 ;
13184 return 0;
13185}
13186_ACEOF
81ecdfbb 13187if ac_fn_c_try_compile "$LINENO"; then :
b757528f
JJ
13188 gdb_cv_sys_syscall_h_has_tkill=yes
13189else
81ecdfbb 13190 gdb_cv_sys_syscall_h_has_tkill=no
bec39cab 13191
b757528f 13192fi
81ecdfbb 13193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b757528f 13194
bec39cab 13195fi
81ecdfbb
RW
13196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
13197$as_echo "$gdb_cv_sys_syscall_h_has_tkill" >&6; }
b757528f 13198fi
99c1d451
TT
13199if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes"; then
13200 ac_fn_c_check_func "$LINENO" "syscall" "ac_cv_func_syscall"
13201if test "x$ac_cv_func_syscall" = x""yes; then :
bec39cab 13202
81ecdfbb 13203$as_echo "#define HAVE_TKILL_SYSCALL 1" >>confdefs.h
b757528f 13204
99c1d451
TT
13205
13206fi
13207
b757528f
JJ
13208fi
13209
81ecdfbb
RW
13210ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
13211"
13212if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
13213 ac_have_decl=1
10568435 13214else
81ecdfbb 13215 ac_have_decl=0
10568435 13216fi
10568435
JK
13217
13218cat >>confdefs.h <<_ACEOF
81ecdfbb 13219#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
10568435
JK
13220_ACEOF
13221
13222
81ecdfbb
RW
13223if test "$cross_compiling" = yes; then :
13224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
13225/* end confdefs.h. */
13226#include <sys/personality.h>
13227int
13228main ()
13229{
13230
13231# if !HAVE_DECL_ADDR_NO_RANDOMIZE
13232# define ADDR_NO_RANDOMIZE 0x0040000
13233# endif
13234 /* Test the flag could be set and stays set. */
13235 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
13236 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
13237 return 1
13238 ;
13239 return 0;
13240}
13241_ACEOF
81ecdfbb 13242if ac_fn_c_try_link "$LINENO"; then :
10568435
JK
13243 have_personality=true
13244else
81ecdfbb 13245 have_personality=false
10568435 13246fi
81ecdfbb
RW
13247rm -f core conftest.err conftest.$ac_objext \
13248 conftest$ac_exeext conftest.$ac_ext
10568435 13249else
81ecdfbb 13250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
13251/* end confdefs.h. */
13252#include <sys/personality.h>
13253int
13254main ()
13255{
13256
13257# if !HAVE_DECL_ADDR_NO_RANDOMIZE
13258# define ADDR_NO_RANDOMIZE 0x0040000
13259# endif
13260 /* Test the flag could be set and stays set. */
13261 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
13262 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
13263 return 1
13264 ;
13265 return 0;
13266}
13267_ACEOF
81ecdfbb 13268if ac_fn_c_try_run "$LINENO"; then :
10568435
JK
13269 have_personality=true
13270else
81ecdfbb 13271 have_personality=false
10568435 13272fi
81ecdfbb
RW
13273rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13274 conftest.$ac_objext conftest.beam conftest.$ac_ext
10568435 13275fi
81ecdfbb 13276
10568435
JK
13277if $have_personality
13278then
13279
81ecdfbb 13280$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
10568435
JK
13281
13282fi
13283
e655c1a2
PA
13284case $host_os in
13285 go32* | *djgpp*)
13286 gdbinit=gdb.ini
13287 ;;
13288 *)
13289 gdbinit=.gdbinit
13290 ;;
13291esac
13292
13293cat >>confdefs.h <<_ACEOF
13294#define GDBINIT "$gdbinit"
13295_ACEOF
13296
13297
fb40c209 13298
f83d8a90
DE
13299# Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
13300# except that the argument to --with-sysroot is optional.
13301# --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
13302if test "x$with_sysroot" = xyes; then
13303 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
13304fi
bec39cab 13305
81ecdfbb
RW
13306# Check whether --with-sysroot was given.
13307if test "${with_sysroot+set}" = set; then :
f83d8a90
DE
13308 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
13309else
13310 TARGET_SYSTEM_ROOT=
13311fi
030292b7 13312
030292b7 13313
f83d8a90
DE
13314 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
13315 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13316 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
13317 ac_define_dir=`eval echo $ac_define_dir`
030292b7 13318
f83d8a90
DE
13319cat >>confdefs.h <<_ACEOF
13320#define TARGET_SYSTEM_ROOT "$ac_define_dir"
13321_ACEOF
bec39cab 13322
030292b7 13323
b14b1491 13324
f83d8a90
DE
13325
13326 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
13327 if test "x$prefix" = xNONE; then
13328 test_prefix=/usr/local
13329 else
13330 test_prefix=$prefix
13331 fi
13332 else
13333 test_prefix=$exec_prefix
13334 fi
13335 value=0
13336 case ${ac_define_dir} in
13337 "${test_prefix}"|"${test_prefix}/"*|\
13338 '${exec_prefix}'|'${exec_prefix}/'*)
13339 value=1
13340 ;;
13341 esac
13342
13343cat >>confdefs.h <<_ACEOF
13344#define TARGET_SYSTEM_ROOT_RELOCATABLE $value
13345_ACEOF
030292b7
DJ
13346
13347
13348
16e7150e 13349
16e7150e 13350
81ecdfbb
RW
13351# Check whether --with-system-gdbinit was given.
13352if test "${with_system_gdbinit+set}" = set; then :
13353 withval=$with_system_gdbinit;
b14b1491
TT
13354 SYSTEM_GDBINIT=$withval
13355else
13356 SYSTEM_GDBINIT=
81ecdfbb
RW
13357fi
13358
16e7150e
JG
13359
13360 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
13361 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 13362 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
16e7150e
JG
13363 ac_define_dir=`eval echo $ac_define_dir`
13364
13365cat >>confdefs.h <<_ACEOF
13366#define SYSTEM_GDBINIT "$ac_define_dir"
13367_ACEOF
13368
13369
13370
0c4a4063 13371
b14b1491
TT
13372 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
13373 if test "x$prefix" = xNONE; then
13374 test_prefix=/usr/local
13375 else
13376 test_prefix=$prefix
13377 fi
13378 else
13379 test_prefix=$exec_prefix
13380 fi
13381 value=0
13382 case ${ac_define_dir} in
13383 "${test_prefix}"|"${test_prefix}/"*|\
13384 '${exec_prefix}'|'${exec_prefix}/'*)
13385 value=1
13386 ;;
13387 esac
16e7150e 13388
b14b1491
TT
13389cat >>confdefs.h <<_ACEOF
13390#define SYSTEM_GDBINIT_RELOCATABLE $value
16e7150e
JG
13391_ACEOF
13392
b14b1491 13393
16e7150e 13394
0c4a4063 13395
81ecdfbb
RW
13396# Check whether --enable-werror was given.
13397if test "${enable_werror+set}" = set; then :
13398 enableval=$enable_werror; case "${enableval}" in
094a342e
MK
13399 yes | y) ERROR_ON_WARNING="yes" ;;
13400 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 13401 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
094a342e 13402 esac
81ecdfbb
RW
13403fi
13404
094a342e 13405
3bc3d82a
PA
13406# Enable -Werror by default when using gcc in C mode. Leave it off
13407# for C++ until we're warning clean. Turn it off for releases.
13408if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" \
13409 && test x"$enable_build_with_cxx" != x"yes" \
13410 && $development; then
094a342e
MK
13411 ERROR_ON_WARNING=yes
13412fi
13413
13414WERROR_CFLAGS=""
13415if test "${ERROR_ON_WARNING}" = yes ; then
13416 WERROR_CFLAGS="-Werror"
13417fi
13418
3bc3d82a 13419# These options work in either C or C++ modes.
aac331e4 13420build_warnings="-Wall -Wpointer-arith \
1cb5e2a4 13421-Wno-unused -Wunused-value -Wunused-function \
aac331e4
PA
13422-Wno-switch -Wno-char-subscripts \
13423-Wempty-body"
a3b362c4 13424
3bc3d82a
PA
13425# Now add in C and C++ specific options, depending on mode.
13426if test "$enable_build_with_cxx" = "yes"; then
13427 build_warnings="$build_warnings -Wno-sign-compare -Wno-write-strings \
13428-Wno-narrowing"
13429else
aac331e4
PA
13430 build_warnings="$build_warnings -Wpointer-sign -Wmissing-prototypes \
13431-Wdeclaration-after-statement -Wmissing-parameter-type \
13432-Wold-style-declaration -Wold-style-definition"
3bc3d82a
PA
13433fi
13434
3526781e
DJ
13435# Enable -Wno-format by default when using gcc on mingw since many
13436# GCC versions complain about %I64.
13437case "${host}" in
13438 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13439 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
3526781e
DJ
13440esac
13441
81ecdfbb
RW
13442# Check whether --enable-build-warnings was given.
13443if test "${enable_build_warnings+set}" = set; then :
13444 enableval=$enable_build_warnings; case "${enableval}" in
c906108c
SS
13445 yes) ;;
13446 no) build_warnings="-w";;
13447 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13448 build_warnings="${build_warnings} ${t}";;
13449 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13450 build_warnings="${t} ${build_warnings}";;
13451 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13452esac
d4f3574e 13453if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 13454 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 13455fi
81ecdfbb
RW
13456fi
13457# Check whether --enable-gdb-build-warnings was given.
13458if test "${enable_gdb_build_warnings+set}" = set; then :
13459 enableval=$enable_gdb_build_warnings; case "${enableval}" in
3b851bce
AC
13460 yes) ;;
13461 no) build_warnings="-w";;
13462 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13463 build_warnings="${build_warnings} ${t}";;
13464 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13465 build_warnings="${t} ${build_warnings}";;
13466 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13467esac
13468if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13469 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13470fi
81ecdfbb 13471fi
3bc3d82a
PA
13472
13473# The set of warnings supported by a C++ compiler is not the same as
13474# of the C compiler.
13475if test "$enable_build_with_cxx" = "yes"; then
13476 ac_ext=cpp
13477ac_cpp='$CXXCPP $CPPFLAGS'
13478ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13479ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13480ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13481
13482fi
13483
81ecdfbb 13484WARN_CFLAGS=""
c906108c
SS
13485if test "x${build_warnings}" != x -a "x$GCC" = xyes
13486then
81ecdfbb
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13488$as_echo_n "checking compiler warning flags... " >&6; }
746a987d
AC
13489 # Separate out the -Werror flag as some files just cannot be
13490 # compiled with it enabled.
13491 for w in ${build_warnings}; do
13492 case $w in
13493 -Werr*) WERROR_CFLAGS=-Werror ;;
3bc3d82a
PA
13494 *)
13495 # Check whether GCC accepts it.
4536bbc6
AC
13496 saved_CFLAGS="$CFLAGS"
13497 CFLAGS="$CFLAGS $w"
3bc3d82a
PA
13498 saved_CXXFLAGS="$CXXFLAGS"
13499 CXXFLAGS="$CXXFLAGS $w"
13500
13501cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13502/* end confdefs.h. */
4536bbc6 13503
bec39cab
AC
13504int
13505main ()
13506{
4536bbc6 13507
bec39cab
AC
13508 ;
13509 return 0;
13510}
13511_ACEOF
3bc3d82a 13512if ac_fn_cxx_try_compile "$LINENO"; then :
4536bbc6 13513 WARN_CFLAGS="${WARN_CFLAGS} $w"
4536bbc6 13514fi
81ecdfbb 13515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536bbc6 13516 CFLAGS="$saved_CFLAGS"
3bc3d82a 13517 CXXFLAGS="$saved_CXXFLAGS"
746a987d
AC
13518 esac
13519 done
81ecdfbb
RW
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13521$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
13522fi
13523
13524
104c1213 13525
3bc3d82a
PA
13526if test "$enable_build_with_cxx" = "yes"; then
13527 ac_ext=c
13528ac_cpp='$CPP $CPPFLAGS'
13529ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13530ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13531ac_compiler_gnu=$ac_cv_c_compiler_gnu
13532
13533fi
13534
7a292a7a 13535# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
13536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13537$as_echo_n "checking for cygwin... " >&6; }
13538if test "${gdb_cv_os_cygwin+set}" = set; then :
13539 $as_echo_n "(cached) " >&6
bec39cab 13540else
81ecdfbb 13541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13542/* end confdefs.h. */
7a292a7a
SS
13543
13544#if defined (__CYGWIN__) || defined (__CYGWIN32__)
13545lose
13546#endif
bec39cab 13547_ACEOF
7a292a7a 13548if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
92a021de 13549 $EGREP "^lose$" >/dev/null 2>&1; then :
7a292a7a
SS
13550 gdb_cv_os_cygwin=yes
13551else
7a292a7a
SS
13552 gdb_cv_os_cygwin=no
13553fi
13554rm -f conftest*
13555
13556fi
81ecdfbb
RW
13557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
13558$as_echo "$gdb_cv_os_cygwin" >&6; }
7a292a7a 13559
aff38e61 13560
3eb25fda 13561SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
aff38e61 13562case ${host} in
95cbc983
AC
13563 *go32* ) SER_HARDWIRE=ser-go32.o ;;
13564 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
0ea3f30e 13565 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
aff38e61
AC
13566esac
13567
13568
cd0fc7c3
SS
13569# libreadline needs libuser32.a in a cygwin environment
13570WIN32LIBS=
13571if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
13572 WIN32LIBS="-luser32"
13573 case "${target}" in
13574 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
13575 ;;
13576 esac
cd0fc7c3 13577fi
c906108c 13578
b4505029
MM
13579# The ser-tcp.c module requires sockets.
13580case ${host} in
13581 *mingw32*)
13582
81ecdfbb 13583$as_echo "#define USE_WIN32API 1" >>confdefs.h
b4505029
MM
13584
13585 WIN32LIBS="$WIN32LIBS -lws2_32"
13586 ;;
13587esac
13588
7a292a7a 13589
31d99776 13590# Add ELF support to GDB, but only if BFD includes ELF support.
def63ff0
TT
13591
13592 OLD_CFLAGS=$CFLAGS
13593 OLD_LDFLAGS=$LDFLAGS
13594 OLD_LIBS=$LIBS
13595 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
13596 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
13597 # always want our bfd.
13598 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
13599 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
13600 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
def63ff0
TT
13601 LIBS="-lbfd -liberty $intl $LIBS"
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
81ecdfbb
RW
13603$as_echo_n "checking for ELF support in BFD... " >&6; }
13604if test "${gdb_cv_var_elf+set}" = set; then :
13605 $as_echo_n "(cached) " >&6
31d99776 13606else
81ecdfbb 13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31d99776
DJ
13608/* end confdefs.h. */
13609#include <stdlib.h>
def63ff0
TT
13610 #include "bfd.h"
13611 #include "elf-bfd.h"
31d99776
DJ
13612
13613int
13614main ()
13615{
def63ff0 13616return bfd_get_elf_phdr_upper_bound (NULL);
31d99776
DJ
13617 ;
13618 return 0;
13619}
13620_ACEOF
81ecdfbb 13621if ac_fn_c_try_link "$LINENO"; then :
31d99776
DJ
13622 gdb_cv_var_elf=yes
13623else
81ecdfbb 13624 gdb_cv_var_elf=no
31d99776 13625fi
81ecdfbb
RW
13626rm -f core conftest.err conftest.$ac_objext \
13627 conftest$ac_exeext conftest.$ac_ext
31d99776 13628fi
81ecdfbb
RW
13629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
13630$as_echo "$gdb_cv_var_elf" >&6; }
def63ff0
TT
13631 CFLAGS=$OLD_CFLAGS
13632 LDFLAGS=$OLD_LDFLAGS
13633 LIBS=$OLD_LIBS
31d99776 13634if test $gdb_cv_var_elf = yes; then
d4777acb 13635 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
31d99776 13636
81ecdfbb 13637$as_echo "#define HAVE_ELF 1" >>confdefs.h
31d99776 13638
075ff26d
JK
13639 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
13640 if test "$plugins" = "yes"; then
a48b32c0
L
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
13642$as_echo_n "checking for library containing dlopen... " >&6; }
13643if test "${ac_cv_search_dlopen+set}" = set; then :
13644 $as_echo_n "(cached) " >&6
13645else
13646 ac_func_search_save_LIBS=$LIBS
13647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13648/* end confdefs.h. */
13649
13650/* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13653#ifdef __cplusplus
13654extern "C"
13655#endif
13656char dlopen ();
13657int
13658main ()
13659{
13660return dlopen ();
13661 ;
13662 return 0;
13663}
13664_ACEOF
13665for ac_lib in '' dl; do
13666 if test -z "$ac_lib"; then
13667 ac_res="none required"
13668 else
13669 ac_res=-l$ac_lib
13670 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13671 fi
13672 if ac_fn_c_try_link "$LINENO"; then :
13673 ac_cv_search_dlopen=$ac_res
13674fi
13675rm -f core conftest.err conftest.$ac_objext \
13676 conftest$ac_exeext
13677 if test "${ac_cv_search_dlopen+set}" = set; then :
13678 break
13679fi
13680done
13681if test "${ac_cv_search_dlopen+set}" = set; then :
13682
13683else
13684 ac_cv_search_dlopen=no
13685fi
13686rm conftest.$ac_ext
13687LIBS=$ac_func_search_save_LIBS
13688fi
13689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
13690$as_echo "$ac_cv_search_dlopen" >&6; }
13691ac_res=$ac_cv_search_dlopen
13692if test "$ac_res" != no; then :
13693 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13694
13695fi
13696
075ff26d 13697 fi
31d99776 13698fi
31d99776 13699
4f05add4
TT
13700# Add macho support to GDB, but only if BFD includes it.
13701
13702 OLD_CFLAGS=$CFLAGS
13703 OLD_LDFLAGS=$LDFLAGS
13704 OLD_LIBS=$LIBS
13705 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
13706 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
13707 # always want our bfd.
13708 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
13709 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
13710 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
4f05add4
TT
13711 LIBS="-lbfd -liberty $intl $LIBS"
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
13713$as_echo_n "checking for Mach-O support in BFD... " >&6; }
13714if test "${gdb_cv_var_macho+set}" = set; then :
13715 $as_echo_n "(cached) " >&6
13716else
13717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13718/* end confdefs.h. */
13719#include <stdlib.h>
13720 #include "bfd.h"
13721 #include "mach-o.h"
13722
13723int
13724main ()
13725{
13726return bfd_mach_o_lookup_command (NULL, 0, NULL);
13727 ;
13728 return 0;
13729}
13730_ACEOF
13731if ac_fn_c_try_link "$LINENO"; then :
13732 gdb_cv_var_macho=yes
13733else
13734 gdb_cv_var_macho=no
13735fi
13736rm -f core conftest.err conftest.$ac_objext \
13737 conftest$ac_exeext conftest.$ac_ext
13738fi
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
13740$as_echo "$gdb_cv_var_macho" >&6; }
13741 CFLAGS=$OLD_CFLAGS
13742 LDFLAGS=$OLD_LDFLAGS
13743 LIBS=$OLD_LIBS
13744if test $gdb_cv_var_macho = yes; then
13745 CONFIG_OBS="$CONFIG_OBS machoread.o"
13746fi
13747
121ce6e5
DJ
13748# Add any host-specific objects to GDB.
13749CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
13750
608e2dbb
TT
13751# If building on ELF, look for lzma support for embedded compressed debug info.
13752if test $gdb_cv_var_elf = yes; then
13753
13754# Check whether --with-lzma was given.
13755if test "${with_lzma+set}" = set; then :
13756 withval=$with_lzma;
13757else
13758 with_lzma=auto
13759fi
13760
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
13762$as_echo_n "checking whether to use lzma... " >&6; }
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
13764$as_echo "$with_lzma" >&6; }
13765
13766 if test "${with_lzma}" != no; then
13767
13768
13769
13770
13771
13772
13773
13774
13775 use_additional=yes
13776
13777 acl_save_prefix="$prefix"
13778 prefix="$acl_final_prefix"
13779 acl_save_exec_prefix="$exec_prefix"
13780 exec_prefix="$acl_final_exec_prefix"
13781
13782 eval additional_includedir=\"$includedir\"
13783 eval additional_libdir=\"$libdir\"
13784
13785 exec_prefix="$acl_save_exec_prefix"
13786 prefix="$acl_save_prefix"
13787
13788
13789# Check whether --with-liblzma-prefix was given.
13790if test "${with_liblzma_prefix+set}" = set; then :
13791 withval=$with_liblzma_prefix;
13792 if test "X$withval" = "Xno"; then
13793 use_additional=no
13794 else
13795 if test "X$withval" = "X"; then
13796
13797 acl_save_prefix="$prefix"
13798 prefix="$acl_final_prefix"
13799 acl_save_exec_prefix="$exec_prefix"
13800 exec_prefix="$acl_final_exec_prefix"
13801
13802 eval additional_includedir=\"$includedir\"
13803 eval additional_libdir=\"$libdir\"
13804
13805 exec_prefix="$acl_save_exec_prefix"
13806 prefix="$acl_save_prefix"
13807
13808 else
13809 additional_includedir="$withval/include"
13810 additional_libdir="$withval/lib"
13811 fi
13812 fi
13813
13814fi
13815
13816 LIBLZMA=
13817 LTLIBLZMA=
13818 INCLZMA=
13819 rpathdirs=
13820 ltrpathdirs=
13821 names_already_handled=
13822 names_next_round='lzma '
13823 while test -n "$names_next_round"; do
13824 names_this_round="$names_next_round"
13825 names_next_round=
13826 for name in $names_this_round; do
13827 already_handled=
13828 for n in $names_already_handled; do
13829 if test "$n" = "$name"; then
13830 already_handled=yes
13831 break
13832 fi
13833 done
13834 if test -z "$already_handled"; then
13835 names_already_handled="$names_already_handled $name"
13836 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13837 eval value=\"\$HAVE_LIB$uppername\"
13838 if test -n "$value"; then
13839 if test "$value" = yes; then
13840 eval value=\"\$LIB$uppername\"
13841 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
13842 eval value=\"\$LTLIB$uppername\"
13843 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
13844 else
13845 :
13846 fi
13847 else
13848 found_dir=
13849 found_la=
13850 found_so=
13851 found_a=
13852 if test $use_additional = yes; then
13853 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13854 found_dir="$additional_libdir"
13855 found_so="$additional_libdir/lib$name.$shlibext"
13856 if test -f "$additional_libdir/lib$name.la"; then
13857 found_la="$additional_libdir/lib$name.la"
13858 fi
13859 else
13860 if test -f "$additional_libdir/lib$name.$libext"; then
13861 found_dir="$additional_libdir"
13862 found_a="$additional_libdir/lib$name.$libext"
13863 if test -f "$additional_libdir/lib$name.la"; then
13864 found_la="$additional_libdir/lib$name.la"
13865 fi
13866 fi
13867 fi
13868 fi
13869 if test "X$found_dir" = "X"; then
13870 for x in $LDFLAGS $LTLIBLZMA; do
13871
13872 acl_save_prefix="$prefix"
13873 prefix="$acl_final_prefix"
13874 acl_save_exec_prefix="$exec_prefix"
13875 exec_prefix="$acl_final_exec_prefix"
13876 eval x=\"$x\"
13877 exec_prefix="$acl_save_exec_prefix"
13878 prefix="$acl_save_prefix"
13879
13880 case "$x" in
13881 -L*)
13882 dir=`echo "X$x" | sed -e 's/^X-L//'`
13883 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13884 found_dir="$dir"
13885 found_so="$dir/lib$name.$shlibext"
13886 if test -f "$dir/lib$name.la"; then
13887 found_la="$dir/lib$name.la"
13888 fi
13889 else
13890 if test -f "$dir/lib$name.$libext"; then
13891 found_dir="$dir"
13892 found_a="$dir/lib$name.$libext"
13893 if test -f "$dir/lib$name.la"; then
13894 found_la="$dir/lib$name.la"
13895 fi
13896 fi
13897 fi
13898 ;;
13899 esac
13900 if test "X$found_dir" != "X"; then
13901 break
13902 fi
13903 done
13904 fi
13905 if test "X$found_dir" != "X"; then
13906 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
13907 if test "X$found_so" != "X"; then
13908 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13909 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13910 else
13911 haveit=
13912 for x in $ltrpathdirs; do
13913 if test "X$x" = "X$found_dir"; then
13914 haveit=yes
13915 break
13916 fi
13917 done
13918 if test -z "$haveit"; then
13919 ltrpathdirs="$ltrpathdirs $found_dir"
13920 fi
13921 if test "$hardcode_direct" = yes; then
13922 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13923 else
13924 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13925 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13926 haveit=
13927 for x in $rpathdirs; do
13928 if test "X$x" = "X$found_dir"; then
13929 haveit=yes
13930 break
13931 fi
13932 done
13933 if test -z "$haveit"; then
13934 rpathdirs="$rpathdirs $found_dir"
13935 fi
13936 else
13937 haveit=
13938 for x in $LDFLAGS $LIBLZMA; do
13939
13940 acl_save_prefix="$prefix"
13941 prefix="$acl_final_prefix"
13942 acl_save_exec_prefix="$exec_prefix"
13943 exec_prefix="$acl_final_exec_prefix"
13944 eval x=\"$x\"
13945 exec_prefix="$acl_save_exec_prefix"
13946 prefix="$acl_save_prefix"
13947
13948 if test "X$x" = "X-L$found_dir"; then
13949 haveit=yes
13950 break
13951 fi
13952 done
13953 if test -z "$haveit"; then
13954 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
13955 fi
13956 if test "$hardcode_minus_L" != no; then
13957 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13958 else
13959 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
13960 fi
13961 fi
13962 fi
13963 fi
13964 else
13965 if test "X$found_a" != "X"; then
13966 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
13967 else
13968 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
13969 fi
13970 fi
13971 additional_includedir=
13972 case "$found_dir" in
13973 */lib | */lib/)
13974 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13975 additional_includedir="$basedir/include"
13976 ;;
13977 esac
13978 if test "X$additional_includedir" != "X"; then
13979 if test "X$additional_includedir" != "X/usr/include"; then
13980 haveit=
13981 if test "X$additional_includedir" = "X/usr/local/include"; then
13982 if test -n "$GCC"; then
13983 case $host_os in
13984 linux*) haveit=yes;;
13985 esac
13986 fi
13987 fi
13988 if test -z "$haveit"; then
13989 for x in $CPPFLAGS $INCLZMA; do
13990
13991 acl_save_prefix="$prefix"
13992 prefix="$acl_final_prefix"
13993 acl_save_exec_prefix="$exec_prefix"
13994 exec_prefix="$acl_final_exec_prefix"
13995 eval x=\"$x\"
13996 exec_prefix="$acl_save_exec_prefix"
13997 prefix="$acl_save_prefix"
13998
13999 if test "X$x" = "X-I$additional_includedir"; then
14000 haveit=yes
14001 break
14002 fi
14003 done
14004 if test -z "$haveit"; then
14005 if test -d "$additional_includedir"; then
14006 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
14007 fi
14008 fi
14009 fi
14010 fi
14011 fi
14012 if test -n "$found_la"; then
14013 save_libdir="$libdir"
14014 case "$found_la" in
14015 */* | *\\*) . "$found_la" ;;
14016 *) . "./$found_la" ;;
14017 esac
14018 libdir="$save_libdir"
14019 for dep in $dependency_libs; do
14020 case "$dep" in
14021 -L*)
14022 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14023 if test "X$additional_libdir" != "X/usr/lib"; then
14024 haveit=
14025 if test "X$additional_libdir" = "X/usr/local/lib"; then
14026 if test -n "$GCC"; then
14027 case $host_os in
14028 linux*) haveit=yes;;
14029 esac
14030 fi
14031 fi
14032 if test -z "$haveit"; then
14033 haveit=
14034 for x in $LDFLAGS $LIBLZMA; do
14035
14036 acl_save_prefix="$prefix"
14037 prefix="$acl_final_prefix"
14038 acl_save_exec_prefix="$exec_prefix"
14039 exec_prefix="$acl_final_exec_prefix"
14040 eval x=\"$x\"
14041 exec_prefix="$acl_save_exec_prefix"
14042 prefix="$acl_save_prefix"
14043
14044 if test "X$x" = "X-L$additional_libdir"; then
14045 haveit=yes
14046 break
14047 fi
14048 done
14049 if test -z "$haveit"; then
14050 if test -d "$additional_libdir"; then
14051 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
14052 fi
14053 fi
14054 haveit=
14055 for x in $LDFLAGS $LTLIBLZMA; do
14056
14057 acl_save_prefix="$prefix"
14058 prefix="$acl_final_prefix"
14059 acl_save_exec_prefix="$exec_prefix"
14060 exec_prefix="$acl_final_exec_prefix"
14061 eval x=\"$x\"
14062 exec_prefix="$acl_save_exec_prefix"
14063 prefix="$acl_save_prefix"
14064
14065 if test "X$x" = "X-L$additional_libdir"; then
14066 haveit=yes
14067 break
14068 fi
14069 done
14070 if test -z "$haveit"; then
14071 if test -d "$additional_libdir"; then
14072 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
14073 fi
14074 fi
14075 fi
14076 fi
14077 ;;
14078 -R*)
14079 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14080 if test "$enable_rpath" != no; then
14081 haveit=
14082 for x in $rpathdirs; do
14083 if test "X$x" = "X$dir"; then
14084 haveit=yes
14085 break
14086 fi
14087 done
14088 if test -z "$haveit"; then
14089 rpathdirs="$rpathdirs $dir"
14090 fi
14091 haveit=
14092 for x in $ltrpathdirs; do
14093 if test "X$x" = "X$dir"; then
14094 haveit=yes
14095 break
14096 fi
14097 done
14098 if test -z "$haveit"; then
14099 ltrpathdirs="$ltrpathdirs $dir"
14100 fi
14101 fi
14102 ;;
14103 -l*)
14104 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14105 ;;
14106 *.la)
14107 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14108 ;;
14109 *)
14110 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
14111 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
14112 ;;
14113 esac
14114 done
14115 fi
14116 else
14117 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
14118 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
14119 fi
14120 fi
14121 fi
14122 done
14123 done
14124 if test "X$rpathdirs" != "X"; then
14125 if test -n "$hardcode_libdir_separator"; then
14126 alldirs=
14127 for found_dir in $rpathdirs; do
14128 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14129 done
14130 acl_save_libdir="$libdir"
14131 libdir="$alldirs"
14132 eval flag=\"$hardcode_libdir_flag_spec\"
14133 libdir="$acl_save_libdir"
14134 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
14135 else
14136 for found_dir in $rpathdirs; do
14137 acl_save_libdir="$libdir"
14138 libdir="$found_dir"
14139 eval flag=\"$hardcode_libdir_flag_spec\"
14140 libdir="$acl_save_libdir"
14141 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
14142 done
14143 fi
14144 fi
14145 if test "X$ltrpathdirs" != "X"; then
14146 for found_dir in $ltrpathdirs; do
14147 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
14148 done
14149 fi
14150
14151
14152 ac_save_CPPFLAGS="$CPPFLAGS"
14153
14154 for element in $INCLZMA; do
14155 haveit=
14156 for x in $CPPFLAGS; do
14157
14158 acl_save_prefix="$prefix"
14159 prefix="$acl_final_prefix"
14160 acl_save_exec_prefix="$exec_prefix"
14161 exec_prefix="$acl_final_exec_prefix"
14162 eval x=\"$x\"
14163 exec_prefix="$acl_save_exec_prefix"
14164 prefix="$acl_save_prefix"
14165
14166 if test "X$x" = "X$element"; then
14167 haveit=yes
14168 break
14169 fi
14170 done
14171 if test -z "$haveit"; then
14172 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14173 fi
14174 done
14175
14176
14177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
14178$as_echo_n "checking for liblzma... " >&6; }
14179if test "${ac_cv_liblzma+set}" = set; then :
14180 $as_echo_n "(cached) " >&6
14181else
14182
14183 ac_save_LIBS="$LIBS"
14184 LIBS="$LIBS $LIBLZMA"
14185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14186/* end confdefs.h. */
14187#include "lzma.h"
14188int
14189main ()
14190{
14191lzma_index_iter iter;
14192 lzma_index_iter_init (&iter, 0);
14193 lzma_mf_is_supported (LZMA_MF_HC3);
14194 ;
14195 return 0;
14196}
14197_ACEOF
14198if ac_fn_c_try_link "$LINENO"; then :
14199 ac_cv_liblzma=yes
14200else
14201 ac_cv_liblzma=no
14202fi
14203rm -f core conftest.err conftest.$ac_objext \
14204 conftest$ac_exeext conftest.$ac_ext
14205 LIBS="$ac_save_LIBS"
14206
14207fi
14208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
14209$as_echo "$ac_cv_liblzma" >&6; }
14210 if test "$ac_cv_liblzma" = yes; then
14211 HAVE_LIBLZMA=yes
14212
14213$as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
14214
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
14216$as_echo_n "checking how to link with liblzma... " >&6; }
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
14218$as_echo "$LIBLZMA" >&6; }
14219 else
14220 HAVE_LIBLZMA=no
14221 CPPFLAGS="$ac_save_CPPFLAGS"
14222 LIBLZMA=
14223 LTLIBLZMA=
14224 fi
14225
14226
14227
14228
14229
14230
14231 if test "$HAVE_LIBLZMA" != yes; then
14232 if test "$with_lzma" = yes; then
14233 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
14234 fi
14235 fi
14236 fi
14237fi
14238
3fc11d3e
JM
14239LIBGUI="../libgui/src/libgui.a"
14240GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
14241
14242
7a292a7a 14243
3fc11d3e
JM
14244WIN32LDAPP=
14245
14246
14247
d91670b9 14248case "${host}" in
686a5eed 14249*-*-cygwin* | *-*-mingw* )
d91670b9
CV
14250 configdir="win"
14251 ;;
14252*)
14253 configdir="unix"
14254 ;;
14255esac
3fc11d3e
JM
14256
14257GDBTKLIBS=
14258if test "${enable_gdbtk}" = "yes"; then
14259
d1c3b63a
KS
14260 # Gdbtk must have an absolute path to srcdir in order to run
14261 # properly when not installed.
14262 here=`pwd`
14263 cd ${srcdir}
14264 GDBTK_SRC_DIR=`pwd`
14265 cd $here
14266
bec39cab 14267
5062cc19
KS
14268 #
14269 # Ok, lets find the tcl configuration
14270 # First, look for one uninstalled.
14271 # the alternative search directory is invoked by --with-tcl
14272 #
3fc11d3e 14273
5062cc19
KS
14274 if test x"${no_tcl}" = x ; then
14275 # we reset no_tcl in case something fails here
14276 no_tcl=true
bec39cab 14277
81ecdfbb
RW
14278# Check whether --with-tcl was given.
14279if test "${with_tcl+set}" = set; then :
14280 withval=$with_tcl; with_tclconfig=${withval}
14281fi
14282
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
14284$as_echo_n "checking for Tcl configuration... " >&6; }
14285 if test "${ac_cv_c_tclconfig+set}" = set; then :
14286 $as_echo_n "(cached) " >&6
3fc11d3e 14287else
bec39cab 14288
3fc11d3e 14289
5062cc19
KS
14290 # First check to see if --with-tcl was specified.
14291 case "${host}" in
14292 *-*-cygwin*) platDir="win" ;;
14293 *) platDir="unix" ;;
14294 esac
14295 if test x"${with_tclconfig}" != x ; then
14296 if test -f "${with_tclconfig}/tclConfig.sh" ; then
14297 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
14298 else
81ecdfbb 14299 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
5062cc19
KS
14300 fi
14301 fi
14302
14303 # then check for a private Tcl installation
14304 if test x"${ac_cv_c_tclconfig}" = x ; then
14305 for i in \
14306 ../tcl \
14307 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14308 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
14309 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
14310 ../../tcl \
14311 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14312 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
14313 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
14314 ../../../tcl \
14315 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14316 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
14317 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
14318 if test -f "$i/$platDir/tclConfig.sh" ; then
14319 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
14320 break
14321 fi
14322 done
14323 fi
14324
14325 # on Darwin, check in Framework installation locations
14326 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
14327 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
14328 `ls -d /Library/Frameworks 2>/dev/null` \
14329 `ls -d /Network/Library/Frameworks 2>/dev/null` \
14330 `ls -d /System/Library/Frameworks 2>/dev/null` \
14331 ; do
14332 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
14333 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
14334 break
14335 fi
14336 done
14337 fi
14338
14339 # check in a few common install locations
14340 if test x"${ac_cv_c_tclconfig}" = x ; then
14341 for i in `ls -d ${libdir} 2>/dev/null` \
14342 `ls -d ${exec_prefix}/lib 2>/dev/null` \
14343 `ls -d ${prefix}/lib 2>/dev/null` \
14344 `ls -d /usr/local/lib 2>/dev/null` \
14345 `ls -d /usr/contrib/lib 2>/dev/null` \
14346 `ls -d /usr/lib 2>/dev/null` \
14347 ; do
14348 if test -f "$i/tclConfig.sh" ; then
14349 ac_cv_c_tclconfig=`(cd $i; pwd)`
14350 break
14351 fi
14352 done
14353 fi
3fc11d3e 14354
5062cc19
KS
14355 # check in a few other private locations
14356 if test x"${ac_cv_c_tclconfig}" = x ; then
14357 for i in \
14358 ${srcdir}/../tcl \
14359 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
14360 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
14361 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
14362 if test -f "$i/$platDir/tclConfig.sh" ; then
14363 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
14364 break
14365 fi
14366 done
14367 fi
bec39cab 14368
3fc11d3e
JM
14369fi
14370
5062cc19
KS
14371
14372 if test x"${ac_cv_c_tclconfig}" = x ; then
14373 TCL_BIN_DIR="# no Tcl configs found"
81ecdfbb
RW
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
14375$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
5062cc19
KS
14376 else
14377 no_tcl=
14378 TCL_BIN_DIR=${ac_cv_c_tclconfig}
81ecdfbb
RW
14379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
14380$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
5062cc19
KS
14381 fi
14382 fi
3fc11d3e 14383
bec39cab 14384
85541719
DE
14385 # If $no_tk is nonempty, then we can't do Tk, and there is no
14386 # point to doing Tcl.
bec39cab 14387
5062cc19
KS
14388 #
14389 # Ok, lets find the tk configuration
14390 # First, look for one uninstalled.
14391 # the alternative search directory is invoked by --with-tk
14392 #
3fc11d3e 14393
5062cc19
KS
14394 if test x"${no_tk}" = x ; then
14395 # we reset no_tk in case something fails here
14396 no_tk=true
bec39cab 14397
81ecdfbb
RW
14398# Check whether --with-tk was given.
14399if test "${with_tk+set}" = set; then :
14400 withval=$with_tk; with_tkconfig=${withval}
14401fi
14402
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
14404$as_echo_n "checking for Tk configuration... " >&6; }
14405 if test "${ac_cv_c_tkconfig+set}" = set; then :
14406 $as_echo_n "(cached) " >&6
bec39cab 14407else
3fc11d3e
JM
14408
14409
5062cc19
KS
14410 # First check to see if --with-tkconfig was specified.
14411 if test x"${with_tkconfig}" != x ; then
14412 if test -f "${with_tkconfig}/tkConfig.sh" ; then
14413 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
14414 else
81ecdfbb 14415 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
5062cc19
KS
14416 fi
14417 fi
3fc11d3e 14418
5062cc19
KS
14419 # then check for a private Tk library
14420 case "${host}" in
14421 *-*-cygwin*) platDir="win" ;;
14422 *) platDir="unix" ;;
14423 esac
14424 if test x"${ac_cv_c_tkconfig}" = x ; then
14425 for i in \
14426 ../tk \
14427 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14428 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
14429 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
14430 ../../tk \
14431 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14432 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
14433 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
14434 ../../../tk \
14435 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14436 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
14437 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
14438 if test -f "$i/$platDir/tkConfig.sh" ; then
14439 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
14440 break
14441 fi
14442 done
14443 fi
14444
14445 # on Darwin, check in Framework installation locations
14446 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
14447 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
14448 `ls -d /Library/Frameworks 2>/dev/null` \
14449 `ls -d /Network/Library/Frameworks 2>/dev/null` \
14450 `ls -d /System/Library/Frameworks 2>/dev/null` \
14451 ; do
14452 if test -f "$i/Tk.framework/tkConfig.sh" ; then
14453 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
14454 break
14455 fi
14456 done
14457 fi
14458
14459 # check in a few common install locations
14460 if test x"${ac_cv_c_tkconfig}" = x ; then
14461 for i in `ls -d ${libdir} 2>/dev/null` \
14462 `ls -d ${exec_prefix}/lib 2>/dev/null` \
14463 `ls -d ${prefix}/lib 2>/dev/null` \
14464 `ls -d /usr/local/lib 2>/dev/null` \
14465 `ls -d /usr/contrib/lib 2>/dev/null` \
14466 `ls -d /usr/lib 2>/dev/null` \
14467 ; do
14468 if test -f "$i/tkConfig.sh" ; then
14469 ac_cv_c_tkconfig=`(cd $i; pwd)`
14470 break
14471 fi
14472 done
14473 fi
14474 # check in a few other private locations
14475 if test x"${ac_cv_c_tkconfig}" = x ; then
14476 for i in \
14477 ${srcdir}/../tk \
14478 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
14479 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
14480 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
14481 if test -f "$i/$platDir/tkConfig.sh" ; then
14482 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
14483 break
14484 fi
14485 done
14486 fi
3fc11d3e 14487
3fc11d3e
JM
14488fi
14489
14490
5062cc19
KS
14491 if test x"${ac_cv_c_tkconfig}" = x ; then
14492 TK_BIN_DIR="# no Tk configs found"
81ecdfbb
RW
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
14494$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
5062cc19
KS
14495 else
14496 no_tk=
14497 TK_BIN_DIR=${ac_cv_c_tkconfig}
81ecdfbb
RW
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
14499$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
5062cc19 14500 fi
3fc11d3e 14501 fi
dd2504ab 14502
dd2504ab 14503
85541719
DE
14504 if test -z "${no_tcl}" -a -z "${no_tk}"; then
14505
81ecdfbb
RW
14506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
14507$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
85541719
DE
14508
14509 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
81ecdfbb
RW
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
14511$as_echo "loading" >&6; }
85541719
DE
14512 . ${TCL_BIN_DIR}/tclConfig.sh
14513 else
81ecdfbb
RW
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
14515$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
85541719
DE
14516 fi
14517
14518 # eval is required to do the TCL_DBGX substitution
14519 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
14520 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
14521
14522 # If the TCL_BIN_DIR is the build directory (not the install directory),
14523 # then set the common variable name to the value of the build variables.
14524 # For example, the variable TCL_LIB_SPEC will be set to the value
14525 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
14526 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
14527 # installed and uninstalled version of Tcl.
14528 if test -f "${TCL_BIN_DIR}/Makefile" ; then
14529 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
14530 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
14531 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
14532 elif test "`uname -s`" = "Darwin"; then
14533 # If Tcl was built as a framework, attempt to use the libraries
14534 # from the framework at the given location so that linking works
a68ffae9 14535 # against Tcl.framework installed in an arbitrary location.
85541719
DE
14536 case ${TCL_DEFS} in
14537 *TCL_FRAMEWORK*)
14538 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
14539 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
14540 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
14541 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
14542 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
14543 break
14544 fi
14545 done
14546 fi
14547 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
14548 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
14549 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
14550 fi
14551 ;;
14552 esac
14553 fi
14554
14555 # eval is required to do the TCL_DBGX substitution
14556 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
14557 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
14558 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
14559 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
14560
14561
14562
14563
14564
14565
14566
14567
14568
14569
14570
14571
14572
14573
14574
14575 # Check for in-tree tcl
14576 here=`pwd`
14577 cd ${srcdir}/..
14578 topdir=`pwd`
14579 cd ${here}
14580
14581 intree="no"
14582 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
14583 intree="yes"
14584 fi
14585
14586 # Find Tcl private headers
14587 if test x"${intree}" = xno; then
14588
81ecdfbb
RW
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
14590$as_echo_n "checking for Tcl private headers... " >&6; }
85541719
DE
14591 private_dir=""
14592 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
14593 if test -f ${dir}/tclInt.h ; then
14594 private_dir=${dir}
14595 fi
14596
14597 if test x"${private_dir}" = x; then
81ecdfbb 14598 as_fn_error "could not find private Tcl headers" "$LINENO" 5
85541719
DE
14599 else
14600 TCL_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14602$as_echo "${private_dir}" >&6; }
85541719
DE
14603 fi
14604
14605 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
14606 TCL_LIBRARY="${TCL_LIB_SPEC}"
14607 TCL_DEPS=""
14608 else
14609 # If building tcl in the same src tree, private headers
14610 # are not needed, but we need to be sure to use the right
14611 # headers library
14612 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
14613 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
14614 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
14615 fi
14616
14617
14618
14619
14620
81ecdfbb
RW
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
14622$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
dd2504ab 14623
5062cc19 14624 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
81ecdfbb
RW
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
14626$as_echo "loading" >&6; }
5062cc19 14627 . ${TK_BIN_DIR}/tkConfig.sh
3fc11d3e 14628 else
81ecdfbb
RW
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
14630$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
3fc11d3e 14631 fi
bec39cab 14632
5062cc19
KS
14633 # eval is required to do the TK_DBGX substitution
14634 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
14635 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
14636
14637 # If the TK_BIN_DIR is the build directory (not the install directory),
14638 # then set the common variable name to the value of the build variables.
14639 # For example, the variable TK_LIB_SPEC will be set to the value
14640 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
14641 # instead of TK_BUILD_LIB_SPEC since it will work with both an
14642 # installed and uninstalled version of Tcl.
85541719 14643 if test -f "${TK_BIN_DIR}/Makefile" ; then
5062cc19
KS
14644 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
14645 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
14646 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
14647 elif test "`uname -s`" = "Darwin"; then
14648 # If Tk was built as a framework, attempt to use the libraries
14649 # from the framework at the given location so that linking works
a68ffae9 14650 # against Tk.framework installed in an arbitrary location.
5062cc19
KS
14651 case ${TK_DEFS} in
14652 *TK_FRAMEWORK*)
85541719 14653 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
5062cc19
KS
14654 for i in "`cd ${TK_BIN_DIR}; pwd`" \
14655 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
14656 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
14657 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
14658 break
14659 fi
14660 done
14661 fi
85541719 14662 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
5062cc19
KS
14663 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
14664 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
14665 fi
14666 ;;
14667 esac
3fc11d3e
JM
14668 fi
14669
5062cc19
KS
14670 # eval is required to do the TK_DBGX substitution
14671 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
14672 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
14673 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
14674 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
3fc11d3e 14675
3fc11d3e
JM
14676
14677
bec39cab
AC
14678
14679
14680
14681
14682
14683
14684
3fc11d3e 14685
3fc11d3e 14686
bec39cab 14687
bec39cab 14688
85541719
DE
14689 # Check for in-tree Tk
14690 intree="no"
14691 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
14692 intree="yes"
14693 fi
3fc11d3e 14694
85541719
DE
14695 # Find Tk private headers
14696 if test x"${intree}" = xno; then
3fc11d3e 14697
81ecdfbb
RW
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
14699$as_echo_n "checking for Tk private headers... " >&6; }
5062cc19
KS
14700 private_dir=""
14701 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
14702 if test -f ${dir}/tkInt.h; then
14703 private_dir=${dir}
3fc11d3e 14704 fi
bec39cab 14705
5062cc19 14706 if test x"${private_dir}" = x; then
81ecdfbb 14707 as_fn_error "could not find Tk private headers" "$LINENO" 5
3fc11d3e 14708 else
5062cc19 14709 TK_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14711$as_echo "${private_dir}" >&6; }
3fc11d3e 14712 fi
3fc11d3e 14713
85541719
DE
14714 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
14715 TK_LIBRARY=${TK_LIB_SPEC}
14716 TK_DEPS=""
14717 else
14718 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
14719 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
14720 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
14721 fi
3fc11d3e
JM
14722
14723
3fc11d3e
JM
14724
14725
3fc11d3e 14726
85541719 14727 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e 14728
85541719
DE
14729 # Include some libraries that Tcl and Tk want.
14730 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
14731 # Yes, the ordering seems wrong here. But it isn't.
14732 # TK_LIBS is the list of libraries that need to be linked
14733 # after Tcl/Tk. Note that this isn't put into LIBS. If it
14734 # were in LIBS then any link tests after this point would
14735 # try to include things like `$(LIBGUI)', which wouldn't work.
14736 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5 14737
85541719
DE
14738 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
14739 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
14740 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
14741 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
14742 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
14743 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
14744 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
3fc11d3e 14745
85541719
DE
14746 if test x$gdb_cv_os_cygwin = xyes; then
14747 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
14748 WIN32LDAPP="-Wl,--subsystem,console"
14749 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
3fc11d3e 14750 fi
ffc6a242 14751
81ecdfbb 14752 subdirs="$subdirs gdbtk"
3ace7edb 14753
85541719 14754 fi
3fc11d3e
JM
14755fi
14756
14757
14758
14759
14760
14761
14762
14763
81ecdfbb
RW
14764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14765$as_echo_n "checking for X... " >&6; }
bec39cab 14766
c906108c 14767
81ecdfbb
RW
14768# Check whether --with-x was given.
14769if test "${with_x+set}" = set; then :
14770 withval=$with_x;
14771fi
c906108c
SS
14772
14773# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14774if test "x$with_x" = xno; then
14775 # The user explicitly disabled X.
14776 have_x=disabled
14777else
81ecdfbb
RW
14778 case $x_includes,$x_libraries in #(
14779 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14780 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14781 $as_echo_n "(cached) " >&6
c906108c
SS
14782else
14783 # One or both of the vars are not set, and there is no cached value.
bec39cab 14784ac_x_includes=no ac_x_libraries=no
81ecdfbb 14785rm -f -r conftest.dir
bec39cab
AC
14786if mkdir conftest.dir; then
14787 cd conftest.dir
bec39cab 14788 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
14789incroot:
14790 @echo incroot='${INCROOT}'
14791usrlibdir:
14792 @echo usrlibdir='${USRLIBDIR}'
14793libdir:
14794 @echo libdir='${LIBDIR}'
14795_ACEOF
14796 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 14797 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
14798 for ac_var in incroot usrlibdir libdir; do
14799 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14800 done
c906108c 14801 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
14802 for ac_extension in a so sl dylib la dll; do
14803 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14804 test -f "$ac_im_libdir/libX11.$ac_extension"; then
bec39cab 14805 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
14806 fi
14807 done
14808 # Screen out bogus values from the imake configuration. They are
14809 # bogus both because they are the default anyway, and because
14810 # using them would break gcc on systems where it needs fixed includes.
bec39cab 14811 case $ac_im_incroot in
81ecdfbb 14812 /usr/include) ac_x_includes= ;;
bec39cab 14813 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 14814 esac
bec39cab 14815 case $ac_im_usrlibdir in
81ecdfbb 14816 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
bec39cab 14817 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
14818 esac
14819 fi
14820 cd ..
81ecdfbb 14821 rm -f -r conftest.dir
c906108c
SS
14822fi
14823
bec39cab
AC
14824# Standard set of common directories for X headers.
14825# Check X11 before X11Rn because it is often a symlink to the current release.
14826ac_x_header_dirs='
14827/usr/X11/include
81ecdfbb 14828/usr/X11R7/include
bec39cab
AC
14829/usr/X11R6/include
14830/usr/X11R5/include
14831/usr/X11R4/include
14832
14833/usr/include/X11
81ecdfbb 14834/usr/include/X11R7
bec39cab
AC
14835/usr/include/X11R6
14836/usr/include/X11R5
14837/usr/include/X11R4
14838
14839/usr/local/X11/include
81ecdfbb 14840/usr/local/X11R7/include
bec39cab
AC
14841/usr/local/X11R6/include
14842/usr/local/X11R5/include
14843/usr/local/X11R4/include
14844
14845/usr/local/include/X11
81ecdfbb 14846/usr/local/include/X11R7
bec39cab
AC
14847/usr/local/include/X11R6
14848/usr/local/include/X11R5
14849/usr/local/include/X11R4
14850
14851/usr/X386/include
14852/usr/x386/include
14853/usr/XFree86/include/X11
14854
14855/usr/include
14856/usr/local/include
14857/usr/unsupported/include
14858/usr/athena/include
14859/usr/local/x11r5/include
14860/usr/lpp/Xamples/include
14861
14862/usr/openwin/include
14863/usr/openwin/share/include'
14864
14865if test "$ac_x_includes" = no; then
81ecdfbb 14866 # Guess where to find include files, by looking for Xlib.h.
c906108c 14867 # First, try using that file with no special directory specified.
81ecdfbb 14868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14869/* end confdefs.h. */
81ecdfbb 14870#include <X11/Xlib.h>
bec39cab 14871_ACEOF
81ecdfbb 14872if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
14873 # We can compile using X headers with no special include directory.
14874ac_x_includes=
14875else
bec39cab 14876 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 14877 if test -r "$ac_dir/X11/Xlib.h"; then
bec39cab
AC
14878 ac_x_includes=$ac_dir
14879 break
14880 fi
14881done
c906108c 14882fi
bec39cab
AC
14883rm -f conftest.err conftest.$ac_ext
14884fi # $ac_x_includes = no
c906108c 14885
bec39cab 14886if test "$ac_x_libraries" = no; then
c906108c 14887 # Check for the libraries.
c906108c
SS
14888 # See if we find them without any special options.
14889 # Don't add to $LIBS permanently.
bec39cab 14890 ac_save_LIBS=$LIBS
81ecdfbb
RW
14891 LIBS="-lX11 $LIBS"
14892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14893/* end confdefs.h. */
81ecdfbb 14894#include <X11/Xlib.h>
bec39cab
AC
14895int
14896main ()
14897{
81ecdfbb 14898XrmInitialize ()
bec39cab
AC
14899 ;
14900 return 0;
14901}
14902_ACEOF
81ecdfbb 14903if ac_fn_c_try_link "$LINENO"; then :
bec39cab 14904 LIBS=$ac_save_LIBS
c906108c
SS
14905# We can link X programs with no special library path.
14906ac_x_libraries=
14907else
81ecdfbb
RW
14908 LIBS=$ac_save_LIBS
14909for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
c906108c 14910do
bec39cab 14911 # Don't even attempt the hair of trying to link an X program!
81ecdfbb
RW
14912 for ac_extension in a so sl dylib la dll; do
14913 if test -r "$ac_dir/libX11.$ac_extension"; then
c906108c
SS
14914 ac_x_libraries=$ac_dir
14915 break 2
14916 fi
14917 done
14918done
14919fi
81ecdfbb
RW
14920rm -f core conftest.err conftest.$ac_objext \
14921 conftest$ac_exeext conftest.$ac_ext
bec39cab 14922fi # $ac_x_libraries = no
c906108c 14923
81ecdfbb
RW
14924case $ac_x_includes,$ac_x_libraries in #(
14925 no,* | *,no | *\'*)
14926 # Didn't find X, or a directory has "'" in its name.
14927 ac_cv_have_x="have_x=no";; #(
14928 *)
14929 # Record where we found X for the cache.
14930 ac_cv_have_x="have_x=yes\
14931 ac_x_includes='$ac_x_includes'\
14932 ac_x_libraries='$ac_x_libraries'"
14933esac
c906108c 14934fi
81ecdfbb
RW
14935;; #(
14936 *) have_x=yes;;
14937 esac
c906108c
SS
14938 eval "$ac_cv_have_x"
14939fi # $with_x != no
14940
14941if test "$have_x" != yes; then
81ecdfbb
RW
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14943$as_echo "$have_x" >&6; }
c906108c
SS
14944 no_x=yes
14945else
14946 # If each of the values was on the command line, it overrides each guess.
14947 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14948 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14949 # Update the cache value to reflect the command line values.
81ecdfbb
RW
14950 ac_cv_have_x="have_x=yes\
14951 ac_x_includes='$x_includes'\
14952 ac_x_libraries='$x_libraries'"
14953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14954$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
c906108c
SS
14955fi
14956
14957
bec39cab 14958# Unlike the sim directory, whether a simulator is linked is controlled by
9b624dbe 14959# presence of a gdb_sim definition in the target configure.tgt entry.
7a292a7a
SS
14960# This code just checks for a few cases where we'd like to ignore those
14961# definitions, even when they're present in the '.mt' file. These cases
14962# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 14963# not part of the source tree.
7a292a7a 14964#
81ecdfbb
RW
14965# Check whether --enable-sim was given.
14966if test "${enable_sim+set}" = set; then :
14967 enableval=$enable_sim; echo "enable_sim = $enable_sim";
7a292a7a
SS
14968 echo "enableval = ${enableval}";
14969 case "${enableval}" in
14970 yes) ignore_sim=false ;;
14971 no) ignore_sim=true ;;
14972 *) ignore_sim=false ;;
14973 esac
14974else
14975 ignore_sim=false
81ecdfbb
RW
14976fi
14977
7a292a7a
SS
14978
14979if test ! -d "${srcdir}/../sim"; then
14980 ignore_sim=true
14981fi
14982
9b624dbe
UW
14983SIM=
14984SIM_OBS=
14985if test "${ignore_sim}" = "false"; then
14986 if test x"${gdb_sim}" != x ; then
14987 SIM="${gdb_sim}"
14988 SIM_OBS="remote-sim.o"
60ca704f 14989
81ecdfbb 14990$as_echo "#define WITH_SIM 1" >>confdefs.h
7a292a7a 14991
9b624dbe 14992 fi
7a292a7a
SS
14993fi
14994
14995
14996
c906108c
SS
14997
14998
14999
15000
15001
15002
dfcd3bfb 15003
e56ac5c3
AC
15004
15005
b3a90332
AC
15006
15007
c35f4ffc 15008# List of host floatformats.
bec39cab
AC
15009
15010cat >>confdefs.h <<_ACEOF
c35f4ffc 15011#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
bec39cab 15012_ACEOF
c35f4ffc 15013
bec39cab
AC
15014
15015cat >>confdefs.h <<_ACEOF
c35f4ffc 15016#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
bec39cab
AC
15017_ACEOF
15018
c35f4ffc 15019
bec39cab 15020cat >>confdefs.h <<_ACEOF
c35f4ffc 15021#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
bec39cab 15022_ACEOF
c35f4ffc
AC
15023
15024
c906108c
SS
15025# target_subdir is used by the testsuite to find the target libraries.
15026target_subdir=
15027if test "${host}" != "${target}"; then
15028 target_subdir="${target_alias}/"
15029fi
15030
15031
15032frags=
771b4502 15033if test "${gdb_native}" = "yes"; then
0dad8a66
MK
15034 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
15035 if test ! -f ${host_makefile_frag}; then
81ecdfbb 15036 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
0dad8a66
MK
15037 fi
15038 frags="$frags $host_makefile_frag"
15039else
15040 host_makefile_frag=/dev/null
c906108c 15041fi
c906108c 15042
c906108c
SS
15043
15044
15045
771b4502 15046if test "${gdb_native}" = "yes"; then
a85f51e7
DJ
15047# We pick this up from the host configuration file (.mh) because we
15048# do not have a native configuration Makefile fragment.
c906108c
SS
15049nativefile=`sed -n '
15050s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
15051' ${host_makefile_frag}`
c906108c
SS
15052fi
15053
15054
b00a8037 15055if test x"${gdb_osabi}" != x ; then
bec39cab
AC
15056
15057cat >>confdefs.h <<_ACEOF
b00a8037 15058#define GDB_OSABI_DEFAULT $gdb_osabi
bec39cab 15059_ACEOF
b00a8037
DJ
15060
15061fi
15062
8dcde887 15063# Enable multi-ice-gdb-server.
81ecdfbb
RW
15064# Check whether --enable-multi-ice was given.
15065if test "${enable_multi_ice+set}" = set; then :
15066 enableval=$enable_multi_ice; case $enableval in
8dcde887
MK
15067 yes | no)
15068 ;;
81ecdfbb 15069 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
8dcde887 15070 esac
81ecdfbb 15071fi
b4e70030 15072
81ecdfbb
RW
15073if test "x$enable_multi_ice" = xyes; then
15074 subdirs="$subdirs multi-ice"
3ace7edb 15075
a85f51e7
DJ
15076fi
15077
496c0e1b
JB
15078# Check whether --enable-gdbserver was given.
15079if test "${enable_gdbserver+set}" = set; then :
15080 enableval=$enable_gdbserver; case "${enableval}" in
15081 yes| no|auto) ;;
15082 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
15083esac
15084else
15085 enable_gdbserver=auto
15086fi
15087
15088
15089# We only build gdbserver automatically in a native configuration, and
15090# only if the user did not explicitly disable its build.
15091if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
81ecdfbb
RW
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
15093$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
8dcde887 15094 if test "x$build_gdbserver" = xyes; then
81ecdfbb
RW
15095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15096$as_echo "yes" >&6; }
15097 subdirs="$subdirs gdbserver"
3ace7edb 15098
496c0e1b 15099 gdbserver_build_enabled=yes
8dcde887 15100 else
81ecdfbb
RW
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15102$as_echo "no" >&6; }
8dcde887
MK
15103 fi
15104fi
15105
496c0e1b
JB
15106# If the user explicitly request the gdbserver to be built, verify that
15107# we were in fact able to enable it.
15108if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
15109 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
15110fi
15111
393fd4c3
YQ
15112# Check for babeltrace and babeltrace-ctf
15113
15114# Check whether --with-babeltrace was given.
15115if test "${with_babeltrace+set}" = set; then :
15116 withval=$with_babeltrace;
15117else
15118 with_babeltrace=auto
15119fi
15120
15121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
15122$as_echo_n "checking whether to use babeltrace... " >&6; }
15123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
15124$as_echo "$with_babeltrace" >&6; }
15125
15126if test "x$with_babeltrace" = "xno"; then
15127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
15128$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
15129else
15130 # Append -Werror to CFLAGS so that configure can catch the warning
15131 # "assignment from incompatible pointer type", which is related to
15132 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
15133 # in GDB, while babeltrace 1.0.3 is broken.
15134 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
15135 # safe to save and restore CFLAGS here.
15136 saved_CFLAGS=$CFLAGS
15137 CFLAGS="$CFLAGS -Werror"
15138
15139
15140
15141
15142
15143
15144
15145
15146 use_additional=yes
15147
15148 acl_save_prefix="$prefix"
15149 prefix="$acl_final_prefix"
15150 acl_save_exec_prefix="$exec_prefix"
15151 exec_prefix="$acl_final_exec_prefix"
15152
15153 eval additional_includedir=\"$includedir\"
15154 eval additional_libdir=\"$libdir\"
15155
15156 exec_prefix="$acl_save_exec_prefix"
15157 prefix="$acl_save_prefix"
15158
15159
15160# Check whether --with-libbabeltrace-prefix was given.
15161if test "${with_libbabeltrace_prefix+set}" = set; then :
15162 withval=$with_libbabeltrace_prefix;
15163 if test "X$withval" = "Xno"; then
15164 use_additional=no
15165 else
15166 if test "X$withval" = "X"; then
15167
15168 acl_save_prefix="$prefix"
15169 prefix="$acl_final_prefix"
15170 acl_save_exec_prefix="$exec_prefix"
15171 exec_prefix="$acl_final_exec_prefix"
15172
15173 eval additional_includedir=\"$includedir\"
15174 eval additional_libdir=\"$libdir\"
15175
15176 exec_prefix="$acl_save_exec_prefix"
15177 prefix="$acl_save_prefix"
15178
15179 else
15180 additional_includedir="$withval/include"
15181 additional_libdir="$withval/lib"
15182 fi
15183 fi
15184
15185fi
15186
15187 LIBBABELTRACE=
15188 LTLIBBABELTRACE=
15189 INCBABELTRACE=
15190 rpathdirs=
15191 ltrpathdirs=
15192 names_already_handled=
15193 names_next_round='babeltrace babeltrace-ctf'
15194 while test -n "$names_next_round"; do
15195 names_this_round="$names_next_round"
15196 names_next_round=
15197 for name in $names_this_round; do
15198 already_handled=
15199 for n in $names_already_handled; do
15200 if test "$n" = "$name"; then
15201 already_handled=yes
15202 break
15203 fi
15204 done
15205 if test -z "$already_handled"; then
15206 names_already_handled="$names_already_handled $name"
15207 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15208 eval value=\"\$HAVE_LIB$uppername\"
15209 if test -n "$value"; then
15210 if test "$value" = yes; then
15211 eval value=\"\$LIB$uppername\"
15212 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
15213 eval value=\"\$LTLIB$uppername\"
15214 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
15215 else
15216 :
15217 fi
15218 else
15219 found_dir=
15220 found_la=
15221 found_so=
15222 found_a=
15223 if test $use_additional = yes; then
15224 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15225 found_dir="$additional_libdir"
15226 found_so="$additional_libdir/lib$name.$shlibext"
15227 if test -f "$additional_libdir/lib$name.la"; then
15228 found_la="$additional_libdir/lib$name.la"
15229 fi
15230 else
15231 if test -f "$additional_libdir/lib$name.$libext"; then
15232 found_dir="$additional_libdir"
15233 found_a="$additional_libdir/lib$name.$libext"
15234 if test -f "$additional_libdir/lib$name.la"; then
15235 found_la="$additional_libdir/lib$name.la"
15236 fi
15237 fi
15238 fi
15239 fi
15240 if test "X$found_dir" = "X"; then
15241 for x in $LDFLAGS $LTLIBBABELTRACE; do
15242
15243 acl_save_prefix="$prefix"
15244 prefix="$acl_final_prefix"
15245 acl_save_exec_prefix="$exec_prefix"
15246 exec_prefix="$acl_final_exec_prefix"
15247 eval x=\"$x\"
15248 exec_prefix="$acl_save_exec_prefix"
15249 prefix="$acl_save_prefix"
15250
15251 case "$x" in
15252 -L*)
15253 dir=`echo "X$x" | sed -e 's/^X-L//'`
15254 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15255 found_dir="$dir"
15256 found_so="$dir/lib$name.$shlibext"
15257 if test -f "$dir/lib$name.la"; then
15258 found_la="$dir/lib$name.la"
15259 fi
15260 else
15261 if test -f "$dir/lib$name.$libext"; then
15262 found_dir="$dir"
15263 found_a="$dir/lib$name.$libext"
15264 if test -f "$dir/lib$name.la"; then
15265 found_la="$dir/lib$name.la"
15266 fi
15267 fi
15268 fi
15269 ;;
15270 esac
15271 if test "X$found_dir" != "X"; then
15272 break
15273 fi
15274 done
15275 fi
15276 if test "X$found_dir" != "X"; then
15277 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
15278 if test "X$found_so" != "X"; then
15279 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15280 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15281 else
15282 haveit=
15283 for x in $ltrpathdirs; do
15284 if test "X$x" = "X$found_dir"; then
15285 haveit=yes
15286 break
15287 fi
15288 done
15289 if test -z "$haveit"; then
15290 ltrpathdirs="$ltrpathdirs $found_dir"
15291 fi
15292 if test "$hardcode_direct" = yes; then
15293 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15294 else
15295 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15296 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15297 haveit=
15298 for x in $rpathdirs; do
15299 if test "X$x" = "X$found_dir"; then
15300 haveit=yes
15301 break
15302 fi
15303 done
15304 if test -z "$haveit"; then
15305 rpathdirs="$rpathdirs $found_dir"
15306 fi
15307 else
15308 haveit=
15309 for x in $LDFLAGS $LIBBABELTRACE; do
15310
15311 acl_save_prefix="$prefix"
15312 prefix="$acl_final_prefix"
15313 acl_save_exec_prefix="$exec_prefix"
15314 exec_prefix="$acl_final_exec_prefix"
15315 eval x=\"$x\"
15316 exec_prefix="$acl_save_exec_prefix"
15317 prefix="$acl_save_prefix"
15318
15319 if test "X$x" = "X-L$found_dir"; then
15320 haveit=yes
15321 break
15322 fi
15323 done
15324 if test -z "$haveit"; then
15325 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
15326 fi
15327 if test "$hardcode_minus_L" != no; then
15328 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
15329 else
15330 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
15331 fi
15332 fi
15333 fi
15334 fi
15335 else
15336 if test "X$found_a" != "X"; then
15337 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
15338 else
15339 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
15340 fi
15341 fi
15342 additional_includedir=
15343 case "$found_dir" in
15344 */lib | */lib/)
15345 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
15346 additional_includedir="$basedir/include"
15347 ;;
15348 esac
15349 if test "X$additional_includedir" != "X"; then
15350 if test "X$additional_includedir" != "X/usr/include"; then
15351 haveit=
15352 if test "X$additional_includedir" = "X/usr/local/include"; then
15353 if test -n "$GCC"; then
15354 case $host_os in
15355 linux*) haveit=yes;;
15356 esac
15357 fi
15358 fi
15359 if test -z "$haveit"; then
15360 for x in $CPPFLAGS $INCBABELTRACE; do
15361
15362 acl_save_prefix="$prefix"
15363 prefix="$acl_final_prefix"
15364 acl_save_exec_prefix="$exec_prefix"
15365 exec_prefix="$acl_final_exec_prefix"
15366 eval x=\"$x\"
15367 exec_prefix="$acl_save_exec_prefix"
15368 prefix="$acl_save_prefix"
15369
15370 if test "X$x" = "X-I$additional_includedir"; then
15371 haveit=yes
15372 break
15373 fi
15374 done
15375 if test -z "$haveit"; then
15376 if test -d "$additional_includedir"; then
15377 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
15378 fi
15379 fi
15380 fi
15381 fi
15382 fi
15383 if test -n "$found_la"; then
15384 save_libdir="$libdir"
15385 case "$found_la" in
15386 */* | *\\*) . "$found_la" ;;
15387 *) . "./$found_la" ;;
15388 esac
15389 libdir="$save_libdir"
15390 for dep in $dependency_libs; do
15391 case "$dep" in
15392 -L*)
15393 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15394 if test "X$additional_libdir" != "X/usr/lib"; then
15395 haveit=
15396 if test "X$additional_libdir" = "X/usr/local/lib"; then
15397 if test -n "$GCC"; then
15398 case $host_os in
15399 linux*) haveit=yes;;
15400 esac
15401 fi
15402 fi
15403 if test -z "$haveit"; then
15404 haveit=
15405 for x in $LDFLAGS $LIBBABELTRACE; do
15406
15407 acl_save_prefix="$prefix"
15408 prefix="$acl_final_prefix"
15409 acl_save_exec_prefix="$exec_prefix"
15410 exec_prefix="$acl_final_exec_prefix"
15411 eval x=\"$x\"
15412 exec_prefix="$acl_save_exec_prefix"
15413 prefix="$acl_save_prefix"
15414
15415 if test "X$x" = "X-L$additional_libdir"; then
15416 haveit=yes
15417 break
15418 fi
15419 done
15420 if test -z "$haveit"; then
15421 if test -d "$additional_libdir"; then
15422 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
15423 fi
15424 fi
15425 haveit=
15426 for x in $LDFLAGS $LTLIBBABELTRACE; do
15427
15428 acl_save_prefix="$prefix"
15429 prefix="$acl_final_prefix"
15430 acl_save_exec_prefix="$exec_prefix"
15431 exec_prefix="$acl_final_exec_prefix"
15432 eval x=\"$x\"
15433 exec_prefix="$acl_save_exec_prefix"
15434 prefix="$acl_save_prefix"
15435
15436 if test "X$x" = "X-L$additional_libdir"; then
15437 haveit=yes
15438 break
15439 fi
15440 done
15441 if test -z "$haveit"; then
15442 if test -d "$additional_libdir"; then
15443 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
15444 fi
15445 fi
15446 fi
15447 fi
15448 ;;
15449 -R*)
15450 dir=`echo "X$dep" | sed -e 's/^X-R//'`
15451 if test "$enable_rpath" != no; then
15452 haveit=
15453 for x in $rpathdirs; do
15454 if test "X$x" = "X$dir"; then
15455 haveit=yes
15456 break
15457 fi
15458 done
15459 if test -z "$haveit"; then
15460 rpathdirs="$rpathdirs $dir"
15461 fi
15462 haveit=
15463 for x in $ltrpathdirs; do
15464 if test "X$x" = "X$dir"; then
15465 haveit=yes
15466 break
15467 fi
15468 done
15469 if test -z "$haveit"; then
15470 ltrpathdirs="$ltrpathdirs $dir"
15471 fi
15472 fi
15473 ;;
15474 -l*)
15475 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15476 ;;
15477 *.la)
15478 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15479 ;;
15480 *)
15481 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
15482 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
15483 ;;
15484 esac
15485 done
15486 fi
15487 else
15488 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
15489 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
15490 fi
15491 fi
15492 fi
15493 done
15494 done
15495 if test "X$rpathdirs" != "X"; then
15496 if test -n "$hardcode_libdir_separator"; then
15497 alldirs=
15498 for found_dir in $rpathdirs; do
15499 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15500 done
15501 acl_save_libdir="$libdir"
15502 libdir="$alldirs"
15503 eval flag=\"$hardcode_libdir_flag_spec\"
15504 libdir="$acl_save_libdir"
15505 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
15506 else
15507 for found_dir in $rpathdirs; do
15508 acl_save_libdir="$libdir"
15509 libdir="$found_dir"
15510 eval flag=\"$hardcode_libdir_flag_spec\"
15511 libdir="$acl_save_libdir"
15512 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
15513 done
15514 fi
15515 fi
15516 if test "X$ltrpathdirs" != "X"; then
15517 for found_dir in $ltrpathdirs; do
15518 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
15519 done
15520 fi
15521
15522
15523 ac_save_CPPFLAGS="$CPPFLAGS"
15524
15525 for element in $INCBABELTRACE; do
15526 haveit=
15527 for x in $CPPFLAGS; do
15528
15529 acl_save_prefix="$prefix"
15530 prefix="$acl_final_prefix"
15531 acl_save_exec_prefix="$exec_prefix"
15532 exec_prefix="$acl_final_exec_prefix"
15533 eval x=\"$x\"
15534 exec_prefix="$acl_save_exec_prefix"
15535 prefix="$acl_save_prefix"
15536
15537 if test "X$x" = "X$element"; then
15538 haveit=yes
15539 break
15540 fi
15541 done
15542 if test -z "$haveit"; then
15543 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15544 fi
15545 done
15546
15547
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
15549$as_echo_n "checking for libbabeltrace... " >&6; }
15550if test "${ac_cv_libbabeltrace+set}" = set; then :
15551 $as_echo_n "(cached) " >&6
15552else
15553
15554 ac_save_LIBS="$LIBS"
15555 LIBS="$LIBS $LIBBABELTRACE"
15556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15557/* end confdefs.h. */
15558#include <babeltrace/babeltrace.h>
15559 #include <babeltrace/ctf/events.h>
15560 #include <babeltrace/ctf/iterator.h>
15561int
15562main ()
15563{
15564struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
15565 struct bt_ctf_event *event = NULL;
15566 const struct bt_definition *scope;
15567
65c749e7 15568 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
393fd4c3
YQ
15569 scope = bt_ctf_get_top_level_scope (event,
15570 BT_STREAM_EVENT_HEADER);
15571 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
15572
15573 ;
15574 return 0;
15575}
15576_ACEOF
15577if ac_fn_c_try_link "$LINENO"; then :
15578 ac_cv_libbabeltrace=yes
15579else
15580 ac_cv_libbabeltrace=no
15581fi
15582rm -f core conftest.err conftest.$ac_objext \
15583 conftest$ac_exeext conftest.$ac_ext
15584 LIBS="$ac_save_LIBS"
15585
15586fi
15587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
15588$as_echo "$ac_cv_libbabeltrace" >&6; }
15589 if test "$ac_cv_libbabeltrace" = yes; then
15590 HAVE_LIBBABELTRACE=yes
15591
15592$as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
15593
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
15595$as_echo_n "checking how to link with libbabeltrace... " >&6; }
15596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
15597$as_echo "$LIBBABELTRACE" >&6; }
15598 else
15599 HAVE_LIBBABELTRACE=no
15600 CPPFLAGS="$ac_save_CPPFLAGS"
15601 LIBBABELTRACE=
15602 LTLIBBABELTRACE=
15603 fi
15604
15605
15606
15607
15608
15609
15610 CFLAGS=$saved_CFLAGS
15611
15612 if test "$HAVE_LIBBABELTRACE" != yes; then
15613 if test "$with_babeltrace" = yes; then
15614 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
15615 else
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
15617$as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
15618 fi
15619 fi
15620fi
15621
db985757 15622# If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
2c0fc042 15623# to an empty version.
c906108c
SS
15624
15625files=
15626links=
5a2402b8 15627
c906108c
SS
15628rm -f nm.h
15629if test "${nativefile}" != ""; then
0f475e27
AC
15630 case "${nativefile}" in
15631 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
15632 * ) GDB_NM_FILE="${nativefile}"
15633 esac
5a2402b8
AC
15634 files="${files} ${GDB_NM_FILE}"
15635 links="${links} nm.h"
60ca704f
SE
15636
15637cat >>confdefs.h <<_ACEOF
b78960be 15638#define GDB_NM_FILE "${GDB_NM_FILE}"
bec39cab 15639_ACEOF
5a2402b8 15640
c906108c 15641fi
5a2402b8
AC
15642
15643
bec39cab
AC
15644ac_sources="$files"
15645ac_dests="$links"
15646while test -n "$ac_sources"; do
15647 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
15648 set $ac_sources; ac_source=$1; shift; ac_sources=$*
15649 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
15650done
81ecdfbb 15651ac_config_links="$ac_config_links $ac_config_links_1"
c906108c
SS
15652
15653
c906108c
SS
15654
15655
c906108c 15656
81ecdfbb 15657$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
bec39cab 15658
bec39cab 15659
b292c783 15660
f6a88844
JM
15661 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
15662 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
15663 if test "x$GDB_TRANSFORM_NAME" = x; then
15664 GDB_TRANSFORM_NAME=gdb
15665 fi
15666
15667
15668
15669 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
15670 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
15671 if test "x$GCORE_TRANSFORM_NAME" = x; then
15672 GCORE_TRANSFORM_NAME=gcore
15673 fi
15674
b292c783
JK
15675
15676ac_config_files="$ac_config_files gcore"
15677
15678
c971b7fa 15679ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
81ecdfbb
RW
15680
15681ac_config_commands="$ac_config_commands default"
89a34d1b 15682
bec39cab
AC
15683cat >confcache <<\_ACEOF
15684# This file is a shell script that caches the results of configure
15685# tests run on this system so they can be shared between configure
15686# scripts and configure runs, see configure's option --config-cache.
15687# It is not useful on other systems. If it contains results you don't
15688# want to keep, you may remove or edit it.
15689#
15690# config.status only pays attention to the cache file if you give it
15691# the --recheck option to rerun configure.
15692#
15693# `ac_cv_env_foo' variables (set or unset) will be overridden when
15694# loading this file, other *unset* `ac_cv_foo' will be assigned the
15695# following values.
15696
15697_ACEOF
15698
15699# The following way of writing the cache mishandles newlines in values,
15700# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15701# So, we kill variables containing newlines.
bec39cab
AC
15702# Ultrix sh set writes to stderr and can't be redirected directly,
15703# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15704(
15705 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15706 eval ac_val=\$$ac_var
15707 case $ac_val in #(
15708 *${as_nl}*)
15709 case $ac_var in #(
15710 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15711$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15712 esac
15713 case $ac_var in #(
15714 _ | IFS | as_nl) ;; #(
15715 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15716 *) { eval $ac_var=; unset $ac_var;} ;;
15717 esac ;;
15718 esac
15719 done
15720
bec39cab 15721 (set) 2>&1 |
81ecdfbb
RW
15722 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15723 *${as_nl}ac_space=\ *)
15724 # `set' does not quote correctly, so add quotes: double-quote
15725 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
15726 sed -n \
15727 "s/'/'\\\\''/g;
15728 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15729 ;; #(
bec39cab
AC
15730 *)
15731 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15732 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 15733 ;;
81ecdfbb
RW
15734 esac |
15735 sort
15736) |
bec39cab 15737 sed '
81ecdfbb 15738 /^ac_cv_env_/b end
bec39cab 15739 t clear
81ecdfbb 15740 :clear
bec39cab
AC
15741 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15742 t end
81ecdfbb
RW
15743 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15744 :end' >>confcache
15745if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15746 if test -w "$cache_file"; then
15747 test "x$cache_file" != "x/dev/null" &&
15748 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15749$as_echo "$as_me: updating cache $cache_file" >&6;}
bec39cab
AC
15750 cat confcache >$cache_file
15751 else
81ecdfbb
RW
15752 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15753$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
bec39cab
AC
15754 fi
15755fi
15756rm -f confcache
15757
15758test "x$prefix" = xNONE && prefix=$ac_default_prefix
15759# Let make expand exec_prefix.
15760test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15761
bec39cab
AC
15762DEFS=-DHAVE_CONFIG_H
15763
15764ac_libobjs=
15765ac_ltlibobjs=
15766for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15767 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15768 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15769 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15770 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15771 # will be set to the directory where LIBOBJS objects are built.
15772 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15773 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
15774done
15775LIBOBJS=$ac_libobjs
15776
15777LTLIBOBJS=$ac_ltlibobjs
15778
15779
85981d60 15780if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
15781 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15782Usually this means the macro was only invoked conditionally." "$LINENO" 5
85981d60 15783fi
a417dc56 15784if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
81ecdfbb
RW
15785 as_fn_error "conditional \"GMAKE\" was never defined.
15786Usually this means the macro was only invoked conditionally." "$LINENO" 5
a417dc56 15787fi
4df42755
DE
15788if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
15789 as_fn_error "conditional \"HAVE_PYTHON\" was never defined.
15790Usually this means the macro was only invoked conditionally." "$LINENO" 5
15791fi
15792if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
15793 as_fn_error "conditional \"HAVE_GUILE\" was never defined.
15794Usually this means the macro was only invoked conditionally." "$LINENO" 5
15795fi
81ecdfbb
RW
15796
15797
bec39cab 15798: ${CONFIG_STATUS=./config.status}
81ecdfbb 15799ac_write_fail=0
bec39cab
AC
15800ac_clean_files_save=$ac_clean_files
15801ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15802{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15803$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15804as_write_fail=0
15805cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
15806#! $SHELL
15807# Generated by $as_me.
15808# Run this file to recreate the current configuration.
15809# Compiler output produced by configure, useful for debugging
15810# configure, is in config.log if it exists.
15811
15812debug=false
15813ac_cs_recheck=false
15814ac_cs_silent=false
bec39cab 15815
81ecdfbb
RW
15816SHELL=\${CONFIG_SHELL-$SHELL}
15817export SHELL
15818_ASEOF
15819cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15820## -------------------- ##
15821## M4sh Initialization. ##
15822## -------------------- ##
15823
15824# Be more Bourne compatible
15825DUALCASE=1; export DUALCASE # for MKS sh
15826if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
15827 emulate sh
15828 NULLCMD=:
81ecdfbb 15829 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
15830 # is contrary to our usage. Disable this feature.
15831 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15832 setopt NO_GLOB_SUBST
15833else
15834 case `(set -o) 2>/dev/null` in #(
15835 *posix*) :
15836 set -o posix ;; #(
15837 *) :
15838 ;;
15839esac
bec39cab 15840fi
bec39cab 15841
81ecdfbb
RW
15842
15843as_nl='
15844'
15845export as_nl
15846# Printing a long string crashes Solaris 7 /usr/bin/printf.
15847as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15848as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15849as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15850# Prefer a ksh shell builtin over an external printf program on Solaris,
15851# but without wasting forks for bash or zsh.
15852if test -z "$BASH_VERSION$ZSH_VERSION" \
15853 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15854 as_echo='print -r --'
15855 as_echo_n='print -rn --'
15856elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15857 as_echo='printf %s\n'
15858 as_echo_n='printf %s'
15859else
15860 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15861 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15862 as_echo_n='/usr/ucb/echo -n'
15863 else
15864 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15865 as_echo_n_body='eval
15866 arg=$1;
15867 case $arg in #(
15868 *"$as_nl"*)
15869 expr "X$arg" : "X\\(.*\\)$as_nl";
15870 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15871 esac;
15872 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15873 '
15874 export as_echo_n_body
15875 as_echo_n='sh -c $as_echo_n_body as_echo'
15876 fi
15877 export as_echo_body
15878 as_echo='sh -c $as_echo_body as_echo'
15879fi
15880
15881# The user is always right.
15882if test "${PATH_SEPARATOR+set}" != set; then
15883 PATH_SEPARATOR=:
15884 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15885 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15886 PATH_SEPARATOR=';'
15887 }
bec39cab
AC
15888fi
15889
15890
81ecdfbb
RW
15891# IFS
15892# We need space, tab and new line, in precisely that order. Quoting is
15893# there to prevent editors from complaining about space-tab.
15894# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15895# splitting by setting IFS to empty value.)
15896IFS=" "" $as_nl"
15897
15898# Find who we are. Look in the path if we contain no directory separator.
15899case $0 in #((
15900 *[\\/]* ) as_myself=$0 ;;
15901 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15902for as_dir in $PATH
15903do
15904 IFS=$as_save_IFS
15905 test -z "$as_dir" && as_dir=.
15906 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15907 done
15908IFS=$as_save_IFS
15909
15910 ;;
15911esac
15912# We did not find ourselves, most probably we were run as `sh COMMAND'
15913# in which case we are not to be found in the path.
15914if test "x$as_myself" = x; then
15915 as_myself=$0
15916fi
15917if test ! -f "$as_myself"; then
15918 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15919 exit 1
15920fi
15921
15922# Unset variables that we do not need and which cause bugs (e.g. in
15923# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15924# suppresses any "Segmentation fault" message there. '((' could
15925# trigger a bug in pdksh 5.2.14.
15926for as_var in BASH_ENV ENV MAIL MAILPATH
15927do eval test x\${$as_var+set} = xset \
15928 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15929done
bec39cab
AC
15930PS1='$ '
15931PS2='> '
15932PS4='+ '
15933
15934# NLS nuisances.
81ecdfbb
RW
15935LC_ALL=C
15936export LC_ALL
15937LANGUAGE=C
15938export LANGUAGE
15939
15940# CDPATH.
15941(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15942
15943
15944# as_fn_error ERROR [LINENO LOG_FD]
15945# ---------------------------------
15946# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15947# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15948# script with status $?, using 1 if that was 0.
15949as_fn_error ()
15950{
15951 as_status=$?; test $as_status -eq 0 && as_status=1
15952 if test "$3"; then
15953 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15954 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15955 fi
15956 $as_echo "$as_me: error: $1" >&2
15957 as_fn_exit $as_status
15958} # as_fn_error
15959
15960
15961# as_fn_set_status STATUS
15962# -----------------------
15963# Set $? to STATUS, without forking.
15964as_fn_set_status ()
15965{
15966 return $1
15967} # as_fn_set_status
15968
15969# as_fn_exit STATUS
15970# -----------------
15971# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15972as_fn_exit ()
15973{
15974 set +e
15975 as_fn_set_status $1
15976 exit $1
15977} # as_fn_exit
15978
15979# as_fn_unset VAR
15980# ---------------
15981# Portably unset VAR.
15982as_fn_unset ()
15983{
15984 { eval $1=; unset $1;}
15985}
15986as_unset=as_fn_unset
15987# as_fn_append VAR VALUE
15988# ----------------------
15989# Append the text in VALUE to the end of the definition contained in VAR. Take
15990# advantage of any shell optimizations that allow amortized linear growth over
15991# repeated appends, instead of the typical quadratic growth present in naive
15992# implementations.
15993if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15994 eval 'as_fn_append ()
15995 {
15996 eval $1+=\$2
15997 }'
15998else
15999 as_fn_append ()
16000 {
16001 eval $1=\$$1\$2
16002 }
16003fi # as_fn_append
16004
16005# as_fn_arith ARG...
16006# ------------------
16007# Perform arithmetic evaluation on the ARGs, and store the result in the
16008# global $as_val. Take advantage of shells that can avoid forks. The arguments
16009# must be portable across $(()) and expr.
16010if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16011 eval 'as_fn_arith ()
16012 {
16013 as_val=$(( $* ))
16014 }'
16015else
16016 as_fn_arith ()
16017 {
16018 as_val=`expr "$@" || test $? -eq 1`
16019 }
16020fi # as_fn_arith
bec39cab 16021
81ecdfbb
RW
16022
16023if expr a : '\(a\)' >/dev/null 2>&1 &&
16024 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
16025 as_expr=expr
16026else
16027 as_expr=false
16028fi
16029
81ecdfbb 16030if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
16031 as_basename=basename
16032else
16033 as_basename=false
16034fi
16035
81ecdfbb
RW
16036if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16037 as_dirname=dirname
16038else
16039 as_dirname=false
16040fi
bec39cab 16041
81ecdfbb 16042as_me=`$as_basename -- "$0" ||
bec39cab
AC
16043$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16044 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16045 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16046$as_echo X/"$0" |
16047 sed '/^.*\/\([^/][^/]*\)\/*$/{
16048 s//\1/
16049 q
16050 }
16051 /^X\/\(\/\/\)$/{
16052 s//\1/
16053 q
16054 }
16055 /^X\/\(\/\).*/{
16056 s//\1/
16057 q
16058 }
16059 s/.*/./; q'`
b4e70030 16060
b4e70030
JB
16061# Avoid depending upon Character Ranges.
16062as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16063as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16064as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16065as_cr_digits='0123456789'
16066as_cr_alnum=$as_cr_Letters$as_cr_digits
16067
81ecdfbb
RW
16068ECHO_C= ECHO_N= ECHO_T=
16069case `echo -n x` in #(((((
16070-n*)
16071 case `echo 'xy\c'` in
16072 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16073 xy) ECHO_C='\c';;
16074 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16075 ECHO_T=' ';;
16076 esac;;
16077*)
16078 ECHO_N='-n';;
bec39cab
AC
16079esac
16080
81ecdfbb
RW
16081rm -f conf$$ conf$$.exe conf$$.file
16082if test -d conf$$.dir; then
16083 rm -f conf$$.dir/conf$$.file
bec39cab 16084else
81ecdfbb
RW
16085 rm -f conf$$.dir
16086 mkdir conf$$.dir 2>/dev/null
bec39cab 16087fi
81ecdfbb
RW
16088if (echo >conf$$.file) 2>/dev/null; then
16089 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 16090 as_ln_s='ln -s'
81ecdfbb
RW
16091 # ... but there are two gotchas:
16092 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16093 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16094 # In both cases, we have to default to `cp -p'.
16095 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16096 as_ln_s='cp -p'
16097 elif ln conf$$.file conf$$ 2>/dev/null; then
16098 as_ln_s=ln
16099 else
16100 as_ln_s='cp -p'
b4e70030 16101 fi
bec39cab
AC
16102else
16103 as_ln_s='cp -p'
16104fi
81ecdfbb
RW
16105rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16106rmdir conf$$.dir 2>/dev/null
16107
16108
16109# as_fn_mkdir_p
16110# -------------
16111# Create "$as_dir" as a directory, including parents if necessary.
16112as_fn_mkdir_p ()
16113{
16114
16115 case $as_dir in #(
16116 -*) as_dir=./$as_dir;;
16117 esac
16118 test -d "$as_dir" || eval $as_mkdir_p || {
16119 as_dirs=
16120 while :; do
16121 case $as_dir in #(
16122 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16123 *) as_qdir=$as_dir;;
16124 esac
16125 as_dirs="'$as_qdir' $as_dirs"
16126 as_dir=`$as_dirname -- "$as_dir" ||
16127$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16128 X"$as_dir" : 'X\(//\)[^/]' \| \
16129 X"$as_dir" : 'X\(//\)$' \| \
16130 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16131$as_echo X"$as_dir" |
16132 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16133 s//\1/
16134 q
16135 }
16136 /^X\(\/\/\)[^/].*/{
16137 s//\1/
16138 q
16139 }
16140 /^X\(\/\/\)$/{
16141 s//\1/
16142 q
16143 }
16144 /^X\(\/\).*/{
16145 s//\1/
16146 q
16147 }
16148 s/.*/./; q'`
16149 test -d "$as_dir" && break
16150 done
16151 test -z "$as_dirs" || eval "mkdir $as_dirs"
16152 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16153
bec39cab 16154
81ecdfbb 16155} # as_fn_mkdir_p
bec39cab 16156if mkdir -p . 2>/dev/null; then
81ecdfbb 16157 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
16158else
16159 test -d ./-p && rmdir ./-p
16160 as_mkdir_p=false
16161fi
16162
81ecdfbb
RW
16163if test -x / >/dev/null 2>&1; then
16164 as_test_x='test -x'
16165else
16166 if ls -dL / >/dev/null 2>&1; then
16167 as_ls_L_option=L
16168 else
16169 as_ls_L_option=
16170 fi
16171 as_test_x='
16172 eval sh -c '\''
16173 if test -d "$1"; then
16174 test -d "$1/.";
16175 else
16176 case $1 in #(
16177 -*)set "./$1";;
16178 esac;
16179 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16180 ???[sx]*):;;*)false;;esac;fi
16181 '\'' sh
16182 '
16183fi
16184as_executable_p=$as_test_x
bec39cab
AC
16185
16186# Sed expression to map a string onto a valid CPP name.
16187as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16188
16189# Sed expression to map a string onto a valid variable name.
16190as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16191
16192
bec39cab 16193exec 6>&1
81ecdfbb
RW
16194## ----------------------------------- ##
16195## Main body of $CONFIG_STATUS script. ##
16196## ----------------------------------- ##
16197_ASEOF
16198test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16199
16200cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16201# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 16202# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16203# values after options handling.
16204ac_log="
bec39cab 16205This file was extended by $as_me, which was
81ecdfbb 16206generated by GNU Autoconf 2.64. Invocation command line was
bec39cab
AC
16207
16208 CONFIG_FILES = $CONFIG_FILES
16209 CONFIG_HEADERS = $CONFIG_HEADERS
16210 CONFIG_LINKS = $CONFIG_LINKS
16211 CONFIG_COMMANDS = $CONFIG_COMMANDS
16212 $ $0 $@
16213
81ecdfbb
RW
16214on `(hostname || uname -n) 2>/dev/null | sed 1q`
16215"
16216
bec39cab
AC
16217_ACEOF
16218
81ecdfbb
RW
16219case $ac_config_files in *"
16220"*) set x $ac_config_files; shift; ac_config_files=$*;;
16221esac
234b45d4 16222
81ecdfbb
RW
16223case $ac_config_headers in *"
16224"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16225esac
b4e70030 16226
b4e70030 16227
81ecdfbb
RW
16228cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16229# Files that config.status was made for.
16230config_files="$ac_config_files"
16231config_headers="$ac_config_headers"
16232config_links="$ac_config_links"
16233config_commands="$ac_config_commands"
234b45d4 16234
81ecdfbb 16235_ACEOF
b4e70030 16236
81ecdfbb 16237cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 16238ac_cs_usage="\
81ecdfbb
RW
16239\`$as_me' instantiates files and other configuration actions
16240from templates according to the current configuration. Unless the files
16241and actions are specified as TAGs, all are instantiated by default.
234b45d4 16242
81ecdfbb 16243Usage: $0 [OPTION]... [TAG]...
234b45d4 16244
bec39cab 16245 -h, --help print this help, then exit
81ecdfbb
RW
16246 -V, --version print version number and configuration settings, then exit
16247 -q, --quiet, --silent
16248 do not print progress messages
bec39cab
AC
16249 -d, --debug don't remove temporary files
16250 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16251 --file=FILE[:TEMPLATE]
16252 instantiate the configuration file FILE
16253 --header=FILE[:TEMPLATE]
16254 instantiate the configuration header FILE
234b45d4 16255
bec39cab
AC
16256Configuration files:
16257$config_files
234b45d4 16258
bec39cab
AC
16259Configuration headers:
16260$config_headers
234b45d4 16261
bec39cab
AC
16262Configuration links:
16263$config_links
234b45d4 16264
bec39cab
AC
16265Configuration commands:
16266$config_commands
16267
81ecdfbb 16268Report bugs to the package provider."
b4e70030 16269
81ecdfbb
RW
16270_ACEOF
16271cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab
AC
16272ac_cs_version="\\
16273config.status
81ecdfbb
RW
16274configured by $0, generated by GNU Autoconf 2.64,
16275 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
bec39cab 16276
81ecdfbb 16277Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
16278This config.status script is free software; the Free Software Foundation
16279gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16280
16281ac_pwd='$ac_pwd'
16282srcdir='$srcdir'
16283INSTALL='$INSTALL'
81ecdfbb
RW
16284AWK='$AWK'
16285test -n "\$AWK" || AWK=awk
bec39cab
AC
16286_ACEOF
16287
81ecdfbb
RW
16288cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16289# The default lists apply if the user does not specify any file.
bec39cab
AC
16290ac_need_defaults=:
16291while test $# != 0
16292do
16293 case $1 in
16294 --*=*)
81ecdfbb
RW
16295 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16296 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab 16297 ac_shift=:
c906108c 16298 ;;
81ecdfbb 16299 *)
bec39cab
AC
16300 ac_option=$1
16301 ac_optarg=$2
16302 ac_shift=shift
c906108c 16303 ;;
bec39cab 16304 esac
c906108c 16305
bec39cab
AC
16306 case $ac_option in
16307 # Handling of the options.
bec39cab
AC
16308 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16309 ac_cs_recheck=: ;;
81ecdfbb
RW
16310 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16311 $as_echo "$ac_cs_version"; exit ;;
16312 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
16313 debug=: ;;
16314 --file | --fil | --fi | --f )
16315 $ac_shift
81ecdfbb
RW
16316 case $ac_optarg in
16317 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16318 esac
16319 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab
AC
16320 ac_need_defaults=false;;
16321 --header | --heade | --head | --hea )
16322 $ac_shift
81ecdfbb
RW
16323 case $ac_optarg in
16324 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16325 esac
16326 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
bec39cab 16327 ac_need_defaults=false;;
81ecdfbb
RW
16328 --he | --h)
16329 # Conflict between --help and --header
16330 as_fn_error "ambiguous option: \`$1'
16331Try \`$0 --help' for more information.";;
16332 --help | --hel | -h )
16333 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
16334 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16335 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16336 ac_cs_silent=: ;;
c906108c 16337
bec39cab 16338 # This is an error.
81ecdfbb
RW
16339 -*) as_fn_error "unrecognized option: \`$1'
16340Try \`$0 --help' for more information." ;;
c906108c 16341
81ecdfbb
RW
16342 *) as_fn_append ac_config_targets " $1"
16343 ac_need_defaults=false ;;
c906108c 16344
bec39cab
AC
16345 esac
16346 shift
16347done
c906108c 16348
bec39cab 16349ac_configure_extra_args=
c906108c 16350
bec39cab
AC
16351if $ac_cs_silent; then
16352 exec 6>/dev/null
16353 ac_configure_extra_args="$ac_configure_extra_args --silent"
16354fi
c906108c 16355
bec39cab 16356_ACEOF
81ecdfbb 16357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 16358if \$ac_cs_recheck; then
81ecdfbb
RW
16359 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16360 shift
16361 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16362 CONFIG_SHELL='$SHELL'
16363 export CONFIG_SHELL
16364 exec "\$@"
bec39cab
AC
16365fi
16366
16367_ACEOF
81ecdfbb
RW
16368cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16369exec 5>>config.log
16370{
16371 echo
16372 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16373## Running $as_me. ##
16374_ASBOX
16375 $as_echo "$ac_log"
16376} >&5
bec39cab 16377
81ecdfbb
RW
16378_ACEOF
16379cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c906108c 16380#
81ecdfbb 16381# INIT-COMMANDS
c906108c 16382#
a417dc56 16383ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
b4e70030 16384
bec39cab
AC
16385_ACEOF
16386
81ecdfbb 16387cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4e8d927d 16388
81ecdfbb 16389# Handling of arguments.
bec39cab 16390for ac_config_target in $ac_config_targets
c906108c 16391do
81ecdfbb
RW
16392 case $ac_config_target in
16393 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16394 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
f997c383 16395 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
81ecdfbb 16396 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
b292c783 16397 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
81ecdfbb 16398 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
e2207b9a 16399 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
5ae98d25 16400 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
aa2e2d8d 16401 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
81ecdfbb
RW
16402 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16403
16404 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
16405 esac
16406done
16407
81ecdfbb 16408
bec39cab
AC
16409# If the user did not use the arguments to specify the items to instantiate,
16410# then the envvar interface is used. Set only those that are not.
16411# We use the long form for the default assignment because of an extremely
16412# bizarre bug on SunOS 4.1.3.
16413if $ac_need_defaults; then
16414 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16415 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16416 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16417 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16418fi
16419
b4e70030 16420# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16421# simply because there is no reason against having it here, and in addition,
b4e70030 16422# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16423# Hook for its removal unless debugging.
16424# Note that there is a small window in which the directory will not be cleaned:
16425# after its creation but before its name has been assigned to `$tmp'.
b4e70030
JB
16426$debug ||
16427{
81ecdfbb
RW
16428 tmp=
16429 trap 'exit_status=$?
16430 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16431' 0
16432 trap 'as_fn_exit 1' 1 2 13 15
16433}
16434# Create a (secure) tmp directory for tmp files.
16435
16436{
16437 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16438 test -n "$tmp" && test -d "$tmp"
16439} ||
16440{
16441 tmp=./conf$$-$RANDOM
16442 (umask 077 && mkdir "$tmp")
16443} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16444
16445# Set up the scripts for CONFIG_FILES section.
16446# No need to generate them if there are no CONFIG_FILES.
16447# This happens for instance with `./config.status config.h'.
16448if test -n "$CONFIG_FILES"; then
16449
16450if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16451 ac_cs_awk_getline=:
16452 ac_cs_awk_pipe_init=
16453 ac_cs_awk_read_file='
16454 while ((getline aline < (F[key])) > 0)
16455 print(aline)
16456 close(F[key])'
16457 ac_cs_awk_pipe_fini=
16458else
16459 ac_cs_awk_getline=false
16460 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16461 ac_cs_awk_read_file='
16462 print "|#_!!_#|"
16463 print "cat " F[key] " &&"
16464 '$ac_cs_awk_pipe_init
16465 # The final `:' finishes the AND list.
16466 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16467fi
16468ac_cr=`echo X | tr X '\015'`
16469# On cygwin, bash can eat \r inside `` if the user requested igncr.
16470# But we know of no other shell where ac_cr would be empty at this
16471# point, so we can use a bashism as a fallback.
16472if test "x$ac_cr" = x; then
16473 eval ac_cr=\$\'\\r\'
16474fi
16475ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16476if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16477 ac_cs_awk_cr='\r'
16478else
16479 ac_cs_awk_cr=$ac_cr
16480fi
16481
16482echo 'BEGIN {' >"$tmp/subs1.awk" &&
16483_ACEOF
16484
16485# Create commands to substitute file output variables.
16486{
16487 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16488 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
16489 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16490 echo "_ACAWK" &&
16491 echo "_ACEOF"
16492} >conf$$files.sh &&
16493. ./conf$$files.sh ||
16494 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16495rm -f conf$$files.sh
16496
16497{
16498 echo "cat >conf$$subs.awk <<_ACEOF" &&
16499 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16500 echo "_ACEOF"
16501} >conf$$subs.sh ||
16502 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16503ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16504ac_delim='%!_!# '
16505for ac_last_try in false false false false false :; do
16506 . ./conf$$subs.sh ||
16507 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16508
16509 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16510 if test $ac_delim_n = $ac_delim_num; then
16511 break
16512 elif $ac_last_try; then
16513 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16514 else
16515 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16516 fi
16517done
16518rm -f conf$$subs.sh
16519
16520cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16521cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16522_ACEOF
16523sed -n '
16524h
16525s/^/S["/; s/!.*/"]=/
16526p
16527g
16528s/^[^!]*!//
16529:repl
16530t repl
16531s/'"$ac_delim"'$//
16532t delim
16533:nl
16534h
16535s/\(.\{148\}\).*/\1/
16536t more1
16537s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16538p
16539n
16540b repl
16541:more1
16542s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16543p
16544g
16545s/.\{148\}//
16546t nl
16547:delim
16548h
16549s/\(.\{148\}\).*/\1/
16550t more2
16551s/["\\]/\\&/g; s/^/"/; s/$/"/
16552p
16553b
16554:more2
16555s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16556p
16557g
16558s/.\{148\}//
16559t delim
16560' <conf$$subs.awk | sed '
16561/^[^""]/{
16562 N
16563 s/\n//
16564}
16565' >>$CONFIG_STATUS || ac_write_fail=1
16566rm -f conf$$subs.awk
16567cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16568_ACAWK
16569cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16570 for (key in S) S_is_set[key] = 1
16571 FS = "\a"
16572 \$ac_cs_awk_pipe_init
16573}
16574{
16575 line = $ 0
16576 nfields = split(line, field, "@")
16577 substed = 0
16578 len = length(field[1])
16579 for (i = 2; i < nfields; i++) {
16580 key = field[i]
16581 keylen = length(key)
16582 if (S_is_set[key]) {
16583 value = S[key]
16584 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16585 len += length(value) + length(field[++i])
16586 substed = 1
16587 } else
16588 len += 1 + keylen
16589 }
16590 if (nfields == 3 && !substed) {
16591 key = field[2]
16592 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16593 \$ac_cs_awk_read_file
16594 next
16595 }
16596 }
16597 print line
b4e70030 16598}
81ecdfbb
RW
16599\$ac_cs_awk_pipe_fini
16600_ACAWK
16601_ACEOF
16602cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16603if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16604 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16605else
16606 cat
16607fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16608 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16609_ACEOF
16610
16611# VPATH may cause trouble with some makes, so we remove $(srcdir),
16612# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16613# trailing colons and then remove the whole line if VPATH becomes empty
16614# (actually we leave an empty line to preserve line numbers).
16615if test "x$srcdir" = x.; then
16616 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16617s/:*\$(srcdir):*/:/
16618s/:*\${srcdir}:*/:/
16619s/:*@srcdir@:*/:/
16620s/^\([^=]*=[ ]*\):*/\1/
16621s/:*$//
16622s/^[^=]*=[ ]*$//
16623}'
16624fi
16625
16626cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16627fi # test -n "$CONFIG_FILES"
16628
16629# Set up the scripts for CONFIG_HEADERS section.
16630# No need to generate them if there are no CONFIG_HEADERS.
16631# This happens for instance with `./config.status Makefile'.
16632if test -n "$CONFIG_HEADERS"; then
16633cat >"$tmp/defines.awk" <<\_ACAWK ||
16634BEGIN {
16635_ACEOF
16636
16637# Transform confdefs.h into an awk script `defines.awk', embedded as
16638# here-document in config.status, that substitutes the proper values into
16639# config.h.in to produce config.h.
4e8d927d 16640
81ecdfbb
RW
16641# Create a delimiter string that does not exist in confdefs.h, to ease
16642# handling of long lines.
16643ac_delim='%!_!# '
16644for ac_last_try in false false :; do
16645 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16646 if test -z "$ac_t"; then
16647 break
16648 elif $ac_last_try; then
16649 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16650 else
16651 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16652 fi
16653done
4e8d927d 16654
81ecdfbb
RW
16655# For the awk script, D is an array of macro values keyed by name,
16656# likewise P contains macro parameters if any. Preserve backslash
16657# newline sequences.
16658
16659ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16660sed -n '
16661s/.\{148\}/&'"$ac_delim"'/g
16662t rset
16663:rset
16664s/^[ ]*#[ ]*define[ ][ ]*/ /
16665t def
16666d
16667:def
16668s/\\$//
16669t bsnl
16670s/["\\]/\\&/g
16671s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16672D["\1"]=" \3"/p
16673s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16674d
16675:bsnl
16676s/["\\]/\\&/g
16677s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16678D["\1"]=" \3\\\\\\n"\\/p
16679t cont
16680s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16681t cont
16682d
16683:cont
16684n
16685s/.\{148\}/&'"$ac_delim"'/g
16686t clear
16687:clear
16688s/\\$//
16689t bsnlc
16690s/["\\]/\\&/g; s/^/"/; s/$/"/p
16691d
16692:bsnlc
16693s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16694b cont
16695' <confdefs.h | sed '
16696s/'"$ac_delim"'/"\\\
16697"/g' >>$CONFIG_STATUS || ac_write_fail=1
16698
16699cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16700 for (key in D) D_is_set[key] = 1
16701 FS = "\a"
16702}
16703/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16704 line = \$ 0
16705 split(line, arg, " ")
16706 if (arg[1] == "#") {
16707 defundef = arg[2]
16708 mac1 = arg[3]
16709 } else {
16710 defundef = substr(arg[1], 2)
16711 mac1 = arg[2]
16712 }
16713 split(mac1, mac2, "(") #)
16714 macro = mac2[1]
16715 prefix = substr(line, 1, index(line, defundef) - 1)
16716 if (D_is_set[macro]) {
16717 # Preserve the white space surrounding the "#".
16718 print prefix "define", macro P[macro] D[macro]
16719 next
16720 } else {
16721 # Replace #undef with comments. This is necessary, for example,
16722 # in the case of _POSIX_SOURCE, which is predefined and required
16723 # on some systems where configure will not decide to define it.
16724 if (defundef == "undef") {
16725 print "/*", prefix defundef, macro, "*/"
16726 next
16727 }
16728 }
b4e70030 16729}
81ecdfbb
RW
16730{ print }
16731_ACAWK
b4e70030 16732_ACEOF
81ecdfbb
RW
16733cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16734 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16735fi # test -n "$CONFIG_HEADERS"
4e8d927d 16736
4e8d927d 16737
81ecdfbb
RW
16738eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16739shift
16740for ac_tag
16741do
16742 case $ac_tag in
16743 :[FHLC]) ac_mode=$ac_tag; continue;;
16744 esac
16745 case $ac_mode$ac_tag in
16746 :[FHL]*:*);;
16747 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16748 :[FH]-) ac_tag=-:-;;
16749 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16750 esac
16751 ac_save_IFS=$IFS
16752 IFS=:
16753 set x $ac_tag
16754 IFS=$ac_save_IFS
16755 shift
16756 ac_file=$1
16757 shift
4e8d927d 16758
81ecdfbb
RW
16759 case $ac_mode in
16760 :L) ac_source=$1;;
16761 :[FH])
16762 ac_file_inputs=
16763 for ac_f
16764 do
16765 case $ac_f in
16766 -) ac_f="$tmp/stdin";;
16767 *) # Look for the file first in the build tree, then in the source tree
16768 # (if the path is not absolute). The absolute path cannot be DOS-style,
16769 # because $ac_f cannot contain `:'.
16770 test -f "$ac_f" ||
16771 case $ac_f in
16772 [\\/$]*) false;;
16773 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16774 esac ||
16775 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16776 esac
16777 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16778 as_fn_append ac_file_inputs " '$ac_f'"
16779 done
16780
16781 # Let's still pretend it is `configure' which instantiates (i.e., don't
16782 # use $as_me), people would be surprised to read:
16783 # /* config.h. Generated by config.status. */
16784 configure_input='Generated from '`
16785 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16786 `' by configure.'
16787 if test x"$ac_file" != x-; then
16788 configure_input="$ac_file. $configure_input"
16789 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16790$as_echo "$as_me: creating $ac_file" >&6;}
b4e70030 16791 fi
81ecdfbb
RW
16792 # Neutralize special characters interpreted by sed in replacement strings.
16793 case $configure_input in #(
16794 *\&* | *\|* | *\\* )
16795 ac_sed_conf_input=`$as_echo "$configure_input" |
16796 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16797 *) ac_sed_conf_input=$configure_input;;
16798 esac
4e8d927d 16799
81ecdfbb
RW
16800 case $ac_tag in
16801 *:-:* | *:-) cat >"$tmp/stdin" \
16802 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16803 esac
16804 ;;
c906108c
SS
16805 esac
16806
81ecdfbb 16807 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
16808$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16809 X"$ac_file" : 'X\(//\)[^/]' \| \
16810 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16811 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16812$as_echo X"$ac_file" |
16813 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16814 s//\1/
16815 q
16816 }
16817 /^X\(\/\/\)[^/].*/{
16818 s//\1/
16819 q
16820 }
16821 /^X\(\/\/\)$/{
16822 s//\1/
16823 q
16824 }
16825 /^X\(\/\).*/{
16826 s//\1/
16827 q
16828 }
16829 s/.*/./; q'`
16830 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
16831 ac_builddir=.
16832
81ecdfbb
RW
16833case "$ac_dir" in
16834.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16835*)
16836 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16837 # A ".." for each directory in $ac_dir_suffix.
16838 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16839 case $ac_top_builddir_sub in
16840 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16841 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16842 esac ;;
16843esac
16844ac_abs_top_builddir=$ac_pwd
16845ac_abs_builddir=$ac_pwd$ac_dir_suffix
16846# for backward compatibility:
16847ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
16848
16849case $srcdir in
81ecdfbb 16850 .) # We are building in place.
bec39cab 16851 ac_srcdir=.
81ecdfbb
RW
16852 ac_top_srcdir=$ac_top_builddir_sub
16853 ac_abs_top_srcdir=$ac_pwd ;;
16854 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 16855 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16856 ac_top_srcdir=$srcdir
16857 ac_abs_top_srcdir=$srcdir ;;
16858 *) # Relative name.
16859 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16860 ac_top_srcdir=$ac_top_build_prefix$srcdir
16861 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 16862esac
81ecdfbb 16863ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 16864
c906108c 16865
81ecdfbb
RW
16866 case $ac_mode in
16867 :F)
16868 #
16869 # CONFIG_FILE
16870 #
c906108c 16871
bec39cab
AC
16872 case $INSTALL in
16873 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 16874 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 16875 esac
81ecdfbb 16876_ACEOF
121ce6e5 16877
81ecdfbb
RW
16878cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16879# If the template does not know about datarootdir, expand it.
16880# FIXME: This hack should be removed a few years after 2.60.
16881ac_datarootdir_hack=; ac_datarootdir_seen=
16882ac_sed_dataroot='
16883/datarootdir/ {
16884 p
16885 q
16886}
16887/@datadir@/p
16888/@docdir@/p
16889/@infodir@/p
16890/@localedir@/p
16891/@mandir@/p'
16892case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16893*datarootdir*) ac_datarootdir_seen=yes;;
16894*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16896$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16897_ACEOF
16898cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16899 ac_datarootdir_hack='
16900 s&@datadir@&$datadir&g
16901 s&@docdir@&$docdir&g
16902 s&@infodir@&$infodir&g
16903 s&@localedir@&$localedir&g
16904 s&@mandir@&$mandir&g
16905 s&\\\${datarootdir}&$datarootdir&g' ;;
16906esac
4e8d927d 16907_ACEOF
81ecdfbb
RW
16908
16909# Neutralize VPATH when `$srcdir' = `.'.
16910# Shell code in configure.ac might set extrasub.
16911# FIXME: do we really want to maintain this feature?
16912cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16913ac_sed_extra="$ac_vpsub
bec39cab
AC
16914$extrasub
16915_ACEOF
81ecdfbb 16916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
16917:t
16918/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16919s|@configure_input@|$ac_sed_conf_input|;t t
16920s&@top_builddir@&$ac_top_builddir_sub&;t t
16921s&@top_build_prefix@&$ac_top_build_prefix&;t t
16922s&@srcdir@&$ac_srcdir&;t t
16923s&@abs_srcdir@&$ac_abs_srcdir&;t t
16924s&@top_srcdir@&$ac_top_srcdir&;t t
16925s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16926s&@builddir@&$ac_builddir&;t t
16927s&@abs_builddir@&$ac_abs_builddir&;t t
16928s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16929s&@INSTALL@&$ac_INSTALL&;t t
81ecdfbb
RW
16930$ac_datarootdir_hack
16931"
16932eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16933if $ac_cs_awk_getline; then
16934 $AWK -f "$tmp/subs.awk"
16935else
16936 $AWK -f "$tmp/subs.awk" | $SHELL
16937fi >$tmp/out \
16938 || as_fn_error "could not create $ac_file" "$LINENO" 5
16939
16940test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16941 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16942 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16944which seems to be undefined. Please make sure it is defined." >&5
16945$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16946which seems to be undefined. Please make sure it is defined." >&2;}
16947
16948 rm -f "$tmp/stdin"
bec39cab 16949 case $ac_file in
81ecdfbb
RW
16950 -) cat "$tmp/out" && rm -f "$tmp/out";;
16951 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16952 esac \
16953 || as_fn_error "could not create $ac_file" "$LINENO" 5
16954 ;;
16955 :H)
16956 #
16957 # CONFIG_HEADER
16958 #
bec39cab 16959 if test x"$ac_file" != x-; then
81ecdfbb
RW
16960 {
16961 $as_echo "/* $configure_input */" \
16962 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16963 } >"$tmp/config.h" \
16964 || as_fn_error "could not create $ac_file" "$LINENO" 5
16965 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16966 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16967$as_echo "$as_me: $ac_file is unchanged" >&6;}
bec39cab 16968 else
81ecdfbb
RW
16969 rm -f "$ac_file"
16970 mv "$tmp/config.h" "$ac_file" \
16971 || as_fn_error "could not create $ac_file" "$LINENO" 5
bec39cab
AC
16972 fi
16973 else
81ecdfbb
RW
16974 $as_echo "/* $configure_input */" \
16975 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16976 || as_fn_error "could not create -" "$LINENO" 5
bec39cab 16977 fi
81ecdfbb
RW
16978 ;;
16979 :L)
16980 #
16981 # CONFIG_LINK
16982 #
c906108c 16983
81ecdfbb
RW
16984 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16985 :
b4e70030 16986 else
81ecdfbb
RW
16987 # Prefer the file from the source tree if names are identical.
16988 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16989 ac_source=$srcdir/$ac_source
16990 fi
b4e70030 16991
81ecdfbb
RW
16992 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16993$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b4e70030 16994
81ecdfbb
RW
16995 if test ! -r "$ac_source"; then
16996 as_fn_error "$ac_source: file not found" "$LINENO" 5
16997 fi
16998 rm -f "$ac_file"
bec39cab 16999
81ecdfbb
RW
17000 # Try a relative symlink, then a hard link, then a copy.
17001 case $srcdir in
17002 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17003 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17004 esac
17005 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17006 ln "$ac_source" "$ac_file" 2>/dev/null ||
17007 cp -p "$ac_source" "$ac_file" ||
17008 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17009 fi
17010 ;;
17011 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17012$as_echo "$as_me: executing $ac_file commands" >&6;}
17013 ;;
c906108c 17014 esac
b4e70030 17015
bec39cab 17016
81ecdfbb
RW
17017 case $ac_file$ac_mode in
17018 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
b292c783 17019 "gcore":F) chmod +x gcore ;;
81ecdfbb 17020 "default":C)
c906108c
SS
17021case x$CONFIG_HEADERS in
17022xconfig.h:config.in)
17023echo > stamp-h ;;
17024esac
bec39cab 17025 ;;
81ecdfbb 17026
bec39cab 17027 esac
81ecdfbb 17028done # for ac_tag
c906108c 17029
bec39cab 17030
81ecdfbb 17031as_fn_exit 0
bec39cab 17032_ACEOF
bec39cab
AC
17033ac_clean_files=$ac_clean_files_save
17034
81ecdfbb
RW
17035test $ac_write_fail = 0 ||
17036 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17037
bec39cab
AC
17038
17039# configure is writing to config.log, and then calls config.status.
17040# config.status does its own redirection, appending to config.log.
17041# Unfortunately, on DOS this fails, as config.log is still kept open
17042# by configure, so config.status won't be able to write to it; its
17043# output is simply discarded. So we exec the FD to /dev/null,
17044# effectively closing config.log, so it can be properly (re)opened and
17045# appended to by config.status. When coming back to configure, we
17046# need to make the FD available again.
17047if test "$no_create" != yes; then
17048 ac_cs_success=:
17049 ac_config_status_args=
17050 test "$silent" = yes &&
17051 ac_config_status_args="$ac_config_status_args --quiet"
17052 exec 5>/dev/null
17053 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17054 exec 5>>config.log
17055 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17056 # would make configure fail if this is the last instruction.
81ecdfbb 17057 $ac_cs_success || as_fn_exit $?
bec39cab 17058fi
c906108c 17059
bec39cab 17060#
81ecdfbb 17061# CONFIG_SUBDIRS section.
bec39cab 17062#
c906108c
SS
17063if test "$no_recursion" != yes; then
17064
81ecdfbb
RW
17065 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
17066 # so they do not pile up.
c906108c
SS
17067 ac_sub_configure_args=
17068 ac_prev=
fdc59709
PB
17069 eval "set x $ac_configure_args"
17070 shift
17071 for ac_arg
17072 do
c906108c
SS
17073 if test -n "$ac_prev"; then
17074 ac_prev=
17075 continue
17076 fi
bec39cab 17077 case $ac_arg in
c906108c
SS
17078 -cache-file | --cache-file | --cache-fil | --cache-fi \
17079 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17080 ac_prev=cache_file ;;
17081 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
17082 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
17083 | --c=*)
17084 ;;
17085 --config-cache | -C)
c906108c
SS
17086 ;;
17087 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17088 ac_prev=srcdir ;;
17089 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17090 ;;
bec39cab
AC
17091 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
17092 ac_prev=prefix ;;
17093 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
17094 ;;
81ecdfbb
RW
17095 --disable-option-checking)
17096 ;;
fdc59709
PB
17097 *)
17098 case $ac_arg in
81ecdfbb 17099 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17100 esac
81ecdfbb 17101 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
c906108c
SS
17102 esac
17103 done
17104
bec39cab
AC
17105 # Always prepend --prefix to ensure using the same prefix
17106 # in subdir configurations.
fdc59709
PB
17107 ac_arg="--prefix=$prefix"
17108 case $ac_arg in
81ecdfbb 17109 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17110 esac
81ecdfbb
RW
17111 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
17112
17113 # Pass --silent
17114 if test "$silent" = yes; then
17115 ac_sub_configure_args="--silent $ac_sub_configure_args"
17116 fi
17117
17118 # Always prepend --disable-option-checking to silence warnings, since
17119 # different subdirs can have different --enable and --with options.
17120 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
bec39cab 17121
b4e70030 17122 ac_popdir=`pwd`
bec39cab 17123 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
17124
17125 # Do not complain, so a configure script can configure whichever
17126 # parts of a large source tree are present.
fdc59709 17127 test -d "$srcdir/$ac_dir" || continue
c906108c 17128
81ecdfbb
RW
17129 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
17130 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
17131 $as_echo "$ac_msg" >&6
17132 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
17133 ac_builddir=.
17134
81ecdfbb
RW
17135case "$ac_dir" in
17136.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17137*)
17138 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17139 # A ".." for each directory in $ac_dir_suffix.
17140 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17141 case $ac_top_builddir_sub in
17142 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17143 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17144 esac ;;
17145esac
17146ac_abs_top_builddir=$ac_pwd
17147ac_abs_builddir=$ac_pwd$ac_dir_suffix
17148# for backward compatibility:
17149ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
17150
17151case $srcdir in
81ecdfbb 17152 .) # We are building in place.
bec39cab 17153 ac_srcdir=.
81ecdfbb
RW
17154 ac_top_srcdir=$ac_top_builddir_sub
17155 ac_abs_top_srcdir=$ac_pwd ;;
17156 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 17157 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17158 ac_top_srcdir=$srcdir
17159 ac_abs_top_srcdir=$srcdir ;;
17160 *) # Relative name.
17161 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17162 ac_top_srcdir=$ac_top_build_prefix$srcdir
17163 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 17164esac
81ecdfbb 17165ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c906108c 17166
c906108c 17167
fdc59709 17168 cd "$ac_dir"
c906108c
SS
17169
17170 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
17171 if test -f "$ac_srcdir/configure.gnu"; then
17172 ac_sub_configure=$ac_srcdir/configure.gnu
17173 elif test -f "$ac_srcdir/configure"; then
17174 ac_sub_configure=$ac_srcdir/configure
17175 elif test -f "$ac_srcdir/configure.in"; then
17176 # This should be Cygnus configure.
17177 ac_sub_configure=$ac_aux_dir/configure
c906108c 17178 else
81ecdfbb
RW
17179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
17180$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
17181 ac_sub_configure=
17182 fi
17183
17184 # The recursion is here.
17185 if test -n "$ac_sub_configure"; then
c906108c 17186 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
17187 case $cache_file in
17188 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
81ecdfbb
RW
17189 *) # Relative name.
17190 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
c906108c 17191 esac
c906108c 17192
81ecdfbb
RW
17193 { $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
17194$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 17195 # The eval makes quoting arguments work.
fdc59709
PB
17196 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
17197 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
81ecdfbb 17198 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c906108c
SS
17199 fi
17200
fdc59709 17201 cd "$ac_popdir"
c906108c
SS
17202 done
17203fi
81ecdfbb
RW
17204if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17206$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17207fi
c906108c
SS
17208
17209
17210exit 0
This page took 2.548359 seconds and 4 git commands to generate.