Fix PR threads/19422 - show which thread caused stop
[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
58bfce93
MM
661LTLIBIPT
662LIBIPT
663HAVE_LIBIPT
4df42755
DE
664HAVE_GUILE_FALSE
665HAVE_GUILE_TRUE
ed3ef339
DE
666GUILE_LIBS
667GUILE_CPPFLAGS
e76c5d17
DE
668GUILD_TARGET_FLAG
669GUILD
ed3ef339 670pkg_config_prog_path
4df42755
DE
671HAVE_PYTHON_FALSE
672HAVE_PYTHON_TRUE
ac534cba
JB
673PYTHON_LIBS
674PYTHON_CPPFLAGS
81ecdfbb 675PYTHON_CFLAGS
ec685c5e 676python_prog_path
81ecdfbb
RW
677LTLIBEXPAT
678LIBEXPAT
679HAVE_LIBEXPAT
b8e0a31c 680JIT_READER_DIR
f997c383 681TARGET_PTR
39037522 682READLINE_TEXI_INCFLAG
81ecdfbb
RW
683READLINE_CFLAGS
684READLINE_DEPS
685READLINE
016a3251
DD
686LTLIBICONV
687LIBICONV
711a72d3
L
688zlibinc
689zlibdir
81ecdfbb
RW
690MIG
691WINDRES
692DLLTOOL
c971b7fa 693AR
81ecdfbb
RW
694YFLAGS
695YACC
c971b7fa 696RANLIB
81ecdfbb 697LN_S
c971b7fa
PA
698INSTALL_DATA
699INSTALL_SCRIPT
700INSTALL_PROGRAM
701AWK
81ecdfbb
RW
702REPORT_BUGS_TEXI
703REPORT_BUGS_TO
704PKGVERSION
b292c783 705HAVE_NATIVE_GCORE_TARGET
81ecdfbb
RW
706TARGET_OBS
707subdirs
708GDB_DATADIR
709DEBUGDIR
5048e516
JK
710MAKEINFO_EXTRA_FLAGS
711MAKEINFOFLAGS
712MAKEINFO
81ecdfbb
RW
713PACKAGE
714GNULIB_STDINT_H
81ecdfbb
RW
715CATOBJEXT
716GENCAT
717INSTOBJEXT
718DATADIRNAME
719CATALOGS
720POSUB
721GMSGFMT
722XGETTEXT
723INCINTL
724LIBINTL_DEP
725LIBINTL
726USE_NLS
727SET_MAKE
728GMAKE_FALSE
729GMAKE_TRUE
730MAKE
731CCDEPMODE
732DEPDIR
733am__leading_dot
3bc3d82a 734COMPILER
4869db5e
RM
735INSTALL_STRIP_PROGRAM
736STRIP
737install_sh
81ecdfbb
RW
738target_os
739target_vendor
740target_cpu
741target
742host_os
743host_vendor
744host_cpu
745host
746build_os
747build_vendor
748build_cpu
749build
c971b7fa
PA
750EGREP
751GREP
752CPP
3bc3d82a
PA
753ac_ct_CXX
754CXXFLAGS
755CXX
81ecdfbb
RW
756OBJEXT
757EXEEXT
758ac_ct_CC
759CPPFLAGS
760LDFLAGS
761CFLAGS
762CC
763MAINT
764MAINTAINER_MODE_FALSE
765MAINTAINER_MODE_TRUE
766target_alias
767host_alias
768build_alias
769LIBS
770ECHO_T
771ECHO_N
772ECHO_C
773DEFS
774mandir
775localedir
776libdir
777psdir
778pdfdir
779dvidir
780htmldir
781infodir
782docdir
783oldincludedir
784includedir
785localstatedir
786sharedstatedir
787sysconfdir
788datadir
789datarootdir
790libexecdir
791sbindir
792bindir
793program_transform_name
794prefix
795exec_prefix
796PACKAGE_URL
797PACKAGE_BUGREPORT
798PACKAGE_STRING
799PACKAGE_VERSION
800PACKAGE_TARNAME
801PACKAGE_NAME
802PATH_SEPARATOR
803SHELL'
a4ce5b0d 804ac_subst_files='host_makefile_frag'
81ecdfbb
RW
805ac_user_opts='
806enable_option_checking
807enable_maintainer_mode
da2f07f1
JK
808enable_plugins
809enable_largefile
3bc3d82a 810enable_build_with_cxx
81ecdfbb
RW
811with_separate_debug_dir
812with_gdb_datadir
813with_relocated_sources
7349ff92 814with_auto_load_dir
bccbefd2 815with_auto_load_safe_path
81ecdfbb
RW
816enable_targets
817enable_64_bit_bfd
818enable_gdbcli
819enable_gdbmi
820enable_tui
821enable_gdbtk
05e7c244 822with_libunwind_ia64
81ecdfbb
RW
823with_curses
824enable_profiling
825with_pkgversion
826with_bugurl
711a72d3 827with_system_zlib
016a3251
DD
828with_gnu_ld
829enable_rpath
81ecdfbb 830with_libiconv_prefix
478aac75 831with_iconv_bin
81ecdfbb 832with_system_readline
b8e0a31c 833with_jit_reader_dir
81ecdfbb 834with_expat
81ecdfbb
RW
835with_libexpat_prefix
836with_python
ed3ef339 837with_guile
a8db4212 838enable_libmcheck
58bfce93
MM
839with_intel_pt
840with_libipt_prefix
81ecdfbb
RW
841with_included_regex
842with_sysroot
843with_system_gdbinit
844enable_werror
845enable_build_warnings
846enable_gdb_build_warnings
608e2dbb
TT
847with_lzma
848with_liblzma_prefix
81ecdfbb
RW
849with_tcl
850with_tk
851with_x
852enable_sim
853enable_multi_ice
496c0e1b 854enable_gdbserver
393fd4c3
YQ
855with_babeltrace
856with_libbabeltrace_prefix
81ecdfbb
RW
857'
858 ac_precious_vars='build_alias
859host_alias
860target_alias
861CC
862CFLAGS
863LDFLAGS
864LIBS
865CPPFLAGS
3bc3d82a
PA
866CXX
867CXXFLAGS
868CCC
81ecdfbb 869CPP
f06e05e0
JK
870MAKEINFO
871MAKEINFOFLAGS
81ecdfbb
RW
872YACC
873YFLAGS
874XMKMF'
5ae98d25 875ac_subdirs_all='testsuite
81ecdfbb
RW
876gdbtk
877multi-ice
878gdbserver'
c906108c
SS
879
880# Initialize some variables set by options.
bec39cab
AC
881ac_init_help=
882ac_init_version=false
81ecdfbb
RW
883ac_unrecognized_opts=
884ac_unrecognized_sep=
c906108c
SS
885# The variables have the same names as the options, with
886# dashes changed to underlines.
bec39cab 887cache_file=/dev/null
c906108c 888exec_prefix=NONE
c906108c 889no_create=
c906108c
SS
890no_recursion=
891prefix=NONE
892program_prefix=NONE
893program_suffix=NONE
894program_transform_name=s,x,x,
895silent=
896site=
897srcdir=
c906108c
SS
898verbose=
899x_includes=NONE
900x_libraries=NONE
bec39cab
AC
901
902# Installation directory options.
903# These are left unexpanded so users can "make install exec_prefix=/foo"
904# and all the variables that are supposed to be based on exec_prefix
905# by default will actually change.
906# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 907# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
908bindir='${exec_prefix}/bin'
909sbindir='${exec_prefix}/sbin'
910libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
911datarootdir='${prefix}/share'
912datadir='${datarootdir}'
c906108c
SS
913sysconfdir='${prefix}/etc'
914sharedstatedir='${prefix}/com'
915localstatedir='${prefix}/var'
c906108c
SS
916includedir='${prefix}/include'
917oldincludedir='/usr/include'
81ecdfbb
RW
918docdir='${datarootdir}/doc/${PACKAGE}'
919infodir='${datarootdir}/info'
920htmldir='${docdir}'
921dvidir='${docdir}'
922pdfdir='${docdir}'
923psdir='${docdir}'
924libdir='${exec_prefix}/lib'
925localedir='${datarootdir}/locale'
926mandir='${datarootdir}/man'
c906108c 927
c906108c 928ac_prev=
81ecdfbb 929ac_dashdash=
c906108c
SS
930for ac_option
931do
c906108c
SS
932 # If the previous option needs an argument, assign it.
933 if test -n "$ac_prev"; then
81ecdfbb 934 eval $ac_prev=\$ac_option
c906108c
SS
935 ac_prev=
936 continue
937 fi
938
81ecdfbb
RW
939 case $ac_option in
940 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
941 *) ac_optarg=yes ;;
942 esac
c906108c
SS
943
944 # Accept the important Cygnus configure options, so we can diagnose typos.
945
81ecdfbb
RW
946 case $ac_dashdash$ac_option in
947 --)
948 ac_dashdash=yes ;;
c906108c
SS
949
950 -bindir | --bindir | --bindi | --bind | --bin | --bi)
951 ac_prev=bindir ;;
952 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 953 bindir=$ac_optarg ;;
c906108c
SS
954
955 -build | --build | --buil | --bui | --bu)
bec39cab 956 ac_prev=build_alias ;;
c906108c 957 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 958 build_alias=$ac_optarg ;;
c906108c
SS
959
960 -cache-file | --cache-file | --cache-fil | --cache-fi \
961 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
962 ac_prev=cache_file ;;
963 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
964 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
965 cache_file=$ac_optarg ;;
966
967 --config-cache | -C)
968 cache_file=config.cache ;;
c906108c 969
81ecdfbb 970 -datadir | --datadir | --datadi | --datad)
c906108c 971 ac_prev=datadir ;;
81ecdfbb 972 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 973 datadir=$ac_optarg ;;
c906108c 974
81ecdfbb
RW
975 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
976 | --dataroo | --dataro | --datar)
977 ac_prev=datarootdir ;;
978 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
979 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
980 datarootdir=$ac_optarg ;;
981
c906108c 982 -disable-* | --disable-*)
81ecdfbb 983 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 984 # Reject names that are not valid shell variable names.
81ecdfbb
RW
985 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
986 as_fn_error "invalid feature name: $ac_useropt"
987 ac_useropt_orig=$ac_useropt
988 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
989 case $ac_user_opts in
990 *"
991"enable_$ac_useropt"
992"*) ;;
993 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
994 ac_unrecognized_sep=', ';;
995 esac
996 eval enable_$ac_useropt=no ;;
997
998 -docdir | --docdir | --docdi | --doc | --do)
999 ac_prev=docdir ;;
1000 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1001 docdir=$ac_optarg ;;
1002
1003 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1004 ac_prev=dvidir ;;
1005 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1006 dvidir=$ac_optarg ;;
c906108c
SS
1007
1008 -enable-* | --enable-*)
81ecdfbb 1009 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 1010 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1011 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1012 as_fn_error "invalid feature name: $ac_useropt"
1013 ac_useropt_orig=$ac_useropt
1014 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1015 case $ac_user_opts in
1016 *"
1017"enable_$ac_useropt"
1018"*) ;;
1019 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1020 ac_unrecognized_sep=', ';;
b4e70030 1021 esac
81ecdfbb 1022 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1023
1024 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1025 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1026 | --exec | --exe | --ex)
1027 ac_prev=exec_prefix ;;
1028 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1029 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1030 | --exec=* | --exe=* | --ex=*)
bec39cab 1031 exec_prefix=$ac_optarg ;;
c906108c
SS
1032
1033 -gas | --gas | --ga | --g)
1034 # Obsolete; use --with-gas.
1035 with_gas=yes ;;
1036
bec39cab
AC
1037 -help | --help | --hel | --he | -h)
1038 ac_init_help=long ;;
1039 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1040 ac_init_help=recursive ;;
1041 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1042 ac_init_help=short ;;
c906108c
SS
1043
1044 -host | --host | --hos | --ho)
bec39cab 1045 ac_prev=host_alias ;;
c906108c 1046 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 1047 host_alias=$ac_optarg ;;
c906108c 1048
81ecdfbb
RW
1049 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1050 ac_prev=htmldir ;;
1051 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1052 | --ht=*)
1053 htmldir=$ac_optarg ;;
1054
c906108c
SS
1055 -includedir | --includedir | --includedi | --included | --include \
1056 | --includ | --inclu | --incl | --inc)
1057 ac_prev=includedir ;;
1058 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1059 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 1060 includedir=$ac_optarg ;;
c906108c
SS
1061
1062 -infodir | --infodir | --infodi | --infod | --info | --inf)
1063 ac_prev=infodir ;;
1064 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 1065 infodir=$ac_optarg ;;
c906108c
SS
1066
1067 -libdir | --libdir | --libdi | --libd)
1068 ac_prev=libdir ;;
1069 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 1070 libdir=$ac_optarg ;;
c906108c
SS
1071
1072 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1073 | --libexe | --libex | --libe)
1074 ac_prev=libexecdir ;;
1075 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1076 | --libexe=* | --libex=* | --libe=*)
bec39cab 1077 libexecdir=$ac_optarg ;;
c906108c 1078
81ecdfbb
RW
1079 -localedir | --localedir | --localedi | --localed | --locale)
1080 ac_prev=localedir ;;
1081 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1082 localedir=$ac_optarg ;;
1083
c906108c 1084 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1085 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1086 ac_prev=localstatedir ;;
1087 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1088 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 1089 localstatedir=$ac_optarg ;;
c906108c
SS
1090
1091 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1092 ac_prev=mandir ;;
1093 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 1094 mandir=$ac_optarg ;;
c906108c
SS
1095
1096 -nfp | --nfp | --nf)
1097 # Obsolete; use --without-fp.
1098 with_fp=no ;;
1099
1100 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 1101 | --no-cr | --no-c | -n)
c906108c
SS
1102 no_create=yes ;;
1103
1104 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1105 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1106 no_recursion=yes ;;
1107
1108 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1109 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1110 | --oldin | --oldi | --old | --ol | --o)
1111 ac_prev=oldincludedir ;;
1112 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1113 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1114 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 1115 oldincludedir=$ac_optarg ;;
c906108c
SS
1116
1117 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1118 ac_prev=prefix ;;
1119 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 1120 prefix=$ac_optarg ;;
c906108c
SS
1121
1122 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1123 | --program-pre | --program-pr | --program-p)
1124 ac_prev=program_prefix ;;
1125 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1126 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 1127 program_prefix=$ac_optarg ;;
c906108c
SS
1128
1129 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1130 | --program-suf | --program-su | --program-s)
1131 ac_prev=program_suffix ;;
1132 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1133 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 1134 program_suffix=$ac_optarg ;;
c906108c
SS
1135
1136 -program-transform-name | --program-transform-name \
1137 | --program-transform-nam | --program-transform-na \
1138 | --program-transform-n | --program-transform- \
1139 | --program-transform | --program-transfor \
1140 | --program-transfo | --program-transf \
1141 | --program-trans | --program-tran \
1142 | --progr-tra | --program-tr | --program-t)
1143 ac_prev=program_transform_name ;;
1144 -program-transform-name=* | --program-transform-name=* \
1145 | --program-transform-nam=* | --program-transform-na=* \
1146 | --program-transform-n=* | --program-transform-=* \
1147 | --program-transform=* | --program-transfor=* \
1148 | --program-transfo=* | --program-transf=* \
1149 | --program-trans=* | --program-tran=* \
1150 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 1151 program_transform_name=$ac_optarg ;;
c906108c 1152
81ecdfbb
RW
1153 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1154 ac_prev=pdfdir ;;
1155 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1156 pdfdir=$ac_optarg ;;
1157
1158 -psdir | --psdir | --psdi | --psd | --ps)
1159 ac_prev=psdir ;;
1160 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1161 psdir=$ac_optarg ;;
1162
c906108c
SS
1163 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1164 | -silent | --silent | --silen | --sile | --sil)
1165 silent=yes ;;
1166
1167 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1168 ac_prev=sbindir ;;
1169 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1170 | --sbi=* | --sb=*)
bec39cab 1171 sbindir=$ac_optarg ;;
c906108c
SS
1172
1173 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1174 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1175 | --sharedst | --shareds | --shared | --share | --shar \
1176 | --sha | --sh)
1177 ac_prev=sharedstatedir ;;
1178 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1179 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1180 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1181 | --sha=* | --sh=*)
bec39cab 1182 sharedstatedir=$ac_optarg ;;
c906108c
SS
1183
1184 -site | --site | --sit)
1185 ac_prev=site ;;
1186 -site=* | --site=* | --sit=*)
bec39cab 1187 site=$ac_optarg ;;
3ace7edb 1188
c906108c
SS
1189 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1190 ac_prev=srcdir ;;
1191 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 1192 srcdir=$ac_optarg ;;
c906108c
SS
1193
1194 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1195 | --syscon | --sysco | --sysc | --sys | --sy)
1196 ac_prev=sysconfdir ;;
1197 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1198 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1199 sysconfdir=$ac_optarg ;;
c906108c
SS
1200
1201 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1202 ac_prev=target_alias ;;
c906108c 1203 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1204 target_alias=$ac_optarg ;;
c906108c
SS
1205
1206 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1207 verbose=yes ;;
1208
bec39cab
AC
1209 -version | --version | --versio | --versi | --vers | -V)
1210 ac_init_version=: ;;
c906108c
SS
1211
1212 -with-* | --with-*)
81ecdfbb 1213 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1214 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1215 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1216 as_fn_error "invalid package name: $ac_useropt"
1217 ac_useropt_orig=$ac_useropt
1218 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1219 case $ac_user_opts in
1220 *"
1221"with_$ac_useropt"
1222"*) ;;
1223 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1224 ac_unrecognized_sep=', ';;
b4e70030 1225 esac
81ecdfbb 1226 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1227
1228 -without-* | --without-*)
81ecdfbb 1229 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1230 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1231 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1232 as_fn_error "invalid package name: $ac_useropt"
1233 ac_useropt_orig=$ac_useropt
1234 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1235 case $ac_user_opts in
1236 *"
1237"with_$ac_useropt"
1238"*) ;;
1239 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1240 ac_unrecognized_sep=', ';;
1241 esac
1242 eval with_$ac_useropt=no ;;
c906108c
SS
1243
1244 --x)
1245 # Obsolete; use --with-x.
1246 with_x=yes ;;
1247
1248 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1249 | --x-incl | --x-inc | --x-in | --x-i)
1250 ac_prev=x_includes ;;
1251 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1252 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1253 x_includes=$ac_optarg ;;
c906108c
SS
1254
1255 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1256 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1257 ac_prev=x_libraries ;;
1258 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1259 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1260 x_libraries=$ac_optarg ;;
c906108c 1261
81ecdfbb
RW
1262 -*) as_fn_error "unrecognized option: \`$ac_option'
1263Try \`$0 --help' for more information."
c906108c
SS
1264 ;;
1265
bec39cab
AC
1266 *=*)
1267 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1268 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1269 case $ac_envvar in #(
1270 '' | [0-9]* | *[!_$as_cr_alnum]* )
1271 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1272 esac
1273 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1274 export $ac_envvar ;;
1275
c906108c 1276 *)
bec39cab 1277 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1278 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1279 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1280 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bec39cab 1281 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1282 ;;
1283
1284 esac
1285done
1286
1287if test -n "$ac_prev"; then
bec39cab 1288 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1289 as_fn_error "missing argument to $ac_option"
c906108c 1290fi
c906108c 1291
81ecdfbb
RW
1292if test -n "$ac_unrecognized_opts"; then
1293 case $enable_option_checking in
1294 no) ;;
1295 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b4e70030 1297 esac
81ecdfbb 1298fi
b4e70030 1299
81ecdfbb
RW
1300# Check all directory arguments for consistency.
1301for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
b4e70030 1305do
81ecdfbb
RW
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
b4e70030 1314 case $ac_val in
81ecdfbb
RW
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1317 esac
81ecdfbb 1318 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1319done
1320
bec39cab
AC
1321# There might be people who depend on the old broken behavior: `$host'
1322# used to hold the argument of --host etc.
1323# FIXME: To remove some day.
1324build=$build_alias
1325host=$host_alias
1326target=$target_alias
1327
1328# FIXME: To remove some day.
1329if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
81ecdfbb 1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bec39cab
AC
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1336 fi
1337fi
c906108c 1338
bec39cab
AC
1339ac_tool_prefix=
1340test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341
1342test "$silent" = yes && exec 6>/dev/null
c906108c 1343
c906108c 1344
81ecdfbb
RW
1345ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346ac_ls_di=`ls -di .` &&
1347ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 as_fn_error "working directory cannot be determined"
1349test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 as_fn_error "pwd does not report name of working directory"
1351
1352
c906108c
SS
1353# Find the source files, if location was not specified.
1354if test -z "$srcdir"; then
1355 ac_srcdir_defaulted=yes
81ecdfbb
RW
1356 # Try the directory containing this script, then the parent directory.
1357 ac_confdir=`$as_dirname -- "$as_myself" ||
1358$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1359 X"$as_myself" : 'X\(//\)[^/]' \| \
1360 X"$as_myself" : 'X\(//\)$' \| \
1361 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1362$as_echo X"$as_myself" |
1363 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1364 s//\1/
1365 q
1366 }
1367 /^X\(\/\/\)[^/].*/{
1368 s//\1/
1369 q
1370 }
1371 /^X\(\/\/\)$/{
1372 s//\1/
1373 q
1374 }
1375 /^X\(\/\).*/{
1376 s//\1/
1377 q
1378 }
1379 s/.*/./; q'`
c906108c 1380 srcdir=$ac_confdir
81ecdfbb 1381 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1382 srcdir=..
1383 fi
1384else
1385 ac_srcdir_defaulted=no
1386fi
81ecdfbb
RW
1387if test ! -r "$srcdir/$ac_unique_file"; then
1388 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1389 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1390fi
1391ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1392ac_abs_confdir=`(
1393 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1394 pwd)`
1395# When building in place, set srcdir=.
1396if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1398fi
1399# Remove unnecessary trailing slashes from srcdir.
1400# Double slashes in file names in object file debugging info
1401# mess up M-x gdb in Emacs.
1402case $srcdir in
1403*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404esac
1405for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410done
c906108c 1411
bec39cab
AC
1412#
1413# Report the --help message.
1414#
1415if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419\`configure' configures this package to adapt to many kinds of systems.
1420
1421Usage: $0 [OPTION]... [VAR=VALUE]...
1422
1423To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424VAR=VALUE. See below for descriptions of some of the useful variables.
1425
1426Defaults for the options are specified in brackets.
1427
1428Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1438
bec39cab
AC
1439Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1441 [$ac_default_prefix]
bec39cab 1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1443 [PREFIX]
bec39cab
AC
1444
1445By default, \`make install' will install all the files in
1446\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448for instance \`--prefix=\$HOME'.
1449
1450For better control, use the options below.
1451
1452Fine tuning of the installation directories:
81ecdfbb
RW
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1472_ACEOF
1473
1474 cat <<\_ACEOF
1475
9009e1ae
MR
1476Program names:
1477 --program-prefix=PREFIX prepend PREFIX to installed program names
1478 --program-suffix=SUFFIX append SUFFIX to installed program names
1479 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1480
bec39cab
AC
1481X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1484
1485System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 --target=TARGET configure for building compilers for TARGET [HOST]
1489_ACEOF
1490fi
1491
1492if test -n "$ac_init_help"; then
1493
1494 cat <<\_ACEOF
1495
1496Optional Features:
81ecdfbb 1497 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85981d60
AC
1500 --enable-maintainer-mode enable make rules and dependencies not useful
1501 (and sometimes confusing) to the casual installer
2974be62 1502 --enable-plugins Enable support for plugins
da2f07f1 1503 --disable-largefile omit support for large files
3bc3d82a 1504 --enable-build-with-cxx build with C++ compiler instead of C compiler
a1220294
TT
1505 --enable-targets=TARGETS
1506 alternative target configurations
c0993dbe 1507 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
bec39cab
AC
1508 --disable-gdbcli disable command-line interface (CLI)
1509 --disable-gdbmi disable machine-interface (MI)
1510 --enable-tui enable full-screen terminal user interface (TUI)
1511 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1512 --enable-profiling enable profiling of GDB
3841debe 1513 --disable-rpath do not hardcode runtime library paths
17ef446e 1514 --enable-libmcheck Try linking with -lmcheck if available
a1220294 1515 --enable-werror treat compile warnings as errors
32c1c914 1516 --enable-build-warnings enable build-time compiler warnings if gcc is used
a1220294 1517 --enable-gdb-build-warnings
32c1c914 1518 enable GDB specific build-time compiler warnings if
a1220294 1519 gcc is used
32c1c914 1520 --enable-sim link gdb with simulator
bec39cab 1521 --enable-multi-ice build the multi-ice-gdb-server
496c0e1b
JB
1522 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1523 is auto)
bec39cab
AC
1524
1525Optional Packages:
1526 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1527 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a1220294 1528 --with-separate-debug-dir=PATH
32c1c914 1529 look for global separate debug info in this path
62e4f60c 1530 [LIBDIR/debug]
b14b1491
TT
1531 --with-gdb-datadir=PATH look for global separate data files in this path
1532 [DATADIR/gdb]
29b0e8a2 1533 --with-relocated-sources=PATH
32c1c914 1534 automatically relocate this path for source files
7349ff92 1535 --with-auto-load-dir=PATH
aff139ff 1536 directories from which to load auto-loaded scripts
1564a261 1537 [$debugdir:$datadir/auto-load]
bccbefd2 1538 --with-auto-load-safe-path=PATH
aff139ff 1539 directories safe to hold auto-loaded files
7349ff92 1540 [--with-auto-load-dir]
bccbefd2
JK
1541 --without-auto-load-safe-path
1542 do not restrict auto-loaded files locations
05e7c244 1543 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
cb01cfba
JB
1544 --with-curses use the curses library instead of the termcap
1545 library
c16158bc
JM
1546 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1547 --with-bugurl=URL Direct users to URL to report a bug
711a72d3 1548 --with-system-zlib use installed libz
016a3251
DD
1549 --with-gnu-ld assume the C compiler uses GNU ld default=no
1550 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1551 --without-libiconv-prefix don't search for libiconv in includedir and libdir
478aac75 1552 --with-iconv-bin=PATH specify where to find the iconv program
6a30b0a5 1553 --with-system-readline use installed readline library
b8e0a31c
SD
1554 --with-jit-reader-dir=PATH
1555 directory to load the JIT readers from
5c39566f 1556 --with-expat include expat support (auto/yes/no)
3841debe
DJ
1557 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1558 --without-libexpat-prefix don't search for libexpat in includedir and libdir
0c4a4063
DE
1559 --with-python[=PYTHON] include python support
1560 (auto/yes/no/<python-program>)
ed3ef339
DE
1561 --with-guile[=GUILE] include guile support
1562 (auto/yes/no/<guile-version>/<pkg-config-program>)
bc504a31 1563 --with-intel-pt include Intel Processor Trace support (auto/yes/no)
58bfce93
MM
1564 --with-libipt-prefix[=DIR] search for libipt in DIR/include and DIR/lib
1565 --without-libipt-prefix don't search for libipt in includedir and libdir
a1220294
TT
1566 --without-included-regex
1567 don't use included regex; this is the default on
1568 systems with version 2 of the GNU C library (use
1569 with caution on other system)
81ecdfbb 1570 --with-sysroot[=DIR] search for usr/lib et al within DIR
b14b1491 1571 --with-system-gdbinit=PATH
32c1c914 1572 automatically load a system-wide gdbinit file
608e2dbb
TT
1573 --with-lzma support lzma compression (auto/yes/no)
1574 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1575 --without-liblzma-prefix don't search for liblzma in includedir and libdir
5062cc19
KS
1576 --with-tcl directory containing tcl configuration (tclConfig.sh)
1577 --with-tk directory containing tk configuration (tkConfig.sh)
bec39cab 1578 --with-x use the X Window System
393fd4c3
YQ
1579 --with-babeltrace include babeltrace support (auto/yes/no)
1580 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1581 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
bec39cab
AC
1582
1583Some influential environment variables:
1584 CC C compiler command
1585 CFLAGS C compiler flags
1586 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1587 nonstandard directory <lib dir>
81ecdfbb
RW
1588 LIBS libraries to pass to the linker, e.g. -l<library>
1589 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1590 you have headers in a nonstandard directory <include dir>
3bc3d82a
PA
1591 CXX C++ compiler command
1592 CXXFLAGS C++ compiler flags
bec39cab 1593 CPP C preprocessor
f06e05e0
JK
1594 MAKEINFO Parent configure detects if it is of sufficient version.
1595 MAKEINFOFLAGS
1596 Parameters for MAKEINFO.
81ecdfbb
RW
1597 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1598 the first program found out of: `bison -y', `byacc', `yacc'.
1599 YFLAGS The list of arguments that will be passed by default to $YACC.
1600 This script will default YFLAGS to the empty string to avoid a
1601 default value of `-d' given by some make applications.
1602 XMKMF Path to xmkmf, Makefile generator for X Window System
bec39cab
AC
1603
1604Use these variables to override the choices made by `configure' or to help
1605it to find libraries and programs with nonstandard names/locations.
1606
81ecdfbb 1607Report bugs to the package provider.
bec39cab 1608_ACEOF
81ecdfbb 1609ac_status=$?
bec39cab
AC
1610fi
1611
1612if test "$ac_init_help" = "recursive"; then
1613 # If there are subdirs, report their specific --help.
bec39cab 1614 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1615 test -d "$ac_dir" ||
1616 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1617 continue
bec39cab
AC
1618 ac_builddir=.
1619
81ecdfbb
RW
1620case "$ac_dir" in
1621.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1622*)
1623 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1624 # A ".." for each directory in $ac_dir_suffix.
1625 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1626 case $ac_top_builddir_sub in
1627 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1628 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1629 esac ;;
1630esac
1631ac_abs_top_builddir=$ac_pwd
1632ac_abs_builddir=$ac_pwd$ac_dir_suffix
1633# for backward compatibility:
1634ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1635
1636case $srcdir in
81ecdfbb 1637 .) # We are building in place.
bec39cab 1638 ac_srcdir=.
81ecdfbb
RW
1639 ac_top_srcdir=$ac_top_builddir_sub
1640 ac_abs_top_srcdir=$ac_pwd ;;
1641 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1642 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1643 ac_top_srcdir=$srcdir
1644 ac_abs_top_srcdir=$srcdir ;;
1645 *) # Relative name.
1646 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1647 ac_top_srcdir=$ac_top_build_prefix$srcdir
1648 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1649esac
81ecdfbb 1650ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1651
81ecdfbb
RW
1652 cd "$ac_dir" || { ac_status=$?; continue; }
1653 # Check for guested configure.
1654 if test -f "$ac_srcdir/configure.gnu"; then
1655 echo &&
1656 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1657 elif test -f "$ac_srcdir/configure"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure" --help=recursive
3ace7edb 1660 else
81ecdfbb
RW
1661 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1662 fi || ac_status=$?
1663 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1664 done
1665fi
1666
81ecdfbb 1667test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1668if $ac_init_version; then
1669 cat <<\_ACEOF
81ecdfbb
RW
1670configure
1671generated by GNU Autoconf 2.64
bec39cab 1672
81ecdfbb 1673Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
1674This configure script is free software; the Free Software Foundation
1675gives unlimited permission to copy, distribute and modify it.
1676_ACEOF
81ecdfbb 1677 exit
bec39cab 1678fi
bec39cab 1679
81ecdfbb
RW
1680## ------------------------ ##
1681## Autoconf initialization. ##
1682## ------------------------ ##
bec39cab 1683
81ecdfbb
RW
1684# ac_fn_c_try_compile LINENO
1685# --------------------------
1686# Try to compile conftest.$ac_ext, and return whether this succeeded.
1687ac_fn_c_try_compile ()
1688{
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 rm -f conftest.$ac_objext
1691 if { { ac_try="$ac_compile"
1692case "(($ac_try" in
1693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1694 *) ac_try_echo=$ac_try;;
1695esac
1696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1697$as_echo "$ac_try_echo"; } >&5
1698 (eval "$ac_compile") 2>conftest.err
1699 ac_status=$?
1700 if test -s conftest.err; then
1701 grep -v '^ *+' conftest.err >conftest.er1
1702 cat conftest.er1 >&5
1703 mv -f conftest.er1 conftest.err
1704 fi
1705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1706 test $ac_status = 0; } && {
1707 test -z "$ac_c_werror_flag" ||
1708 test ! -s conftest.err
1709 } && test -s conftest.$ac_objext; then :
1710 ac_retval=0
1711else
1712 $as_echo "$as_me: failed program was:" >&5
1713sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1714
81ecdfbb
RW
1715 ac_retval=1
1716fi
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1718 return $ac_retval
1719
1720} # ac_fn_c_try_compile
1721
3bc3d82a
PA
1722# ac_fn_cxx_try_compile LINENO
1723# ----------------------------
1724# Try to compile conftest.$ac_ext, and return whether this succeeded.
1725ac_fn_cxx_try_compile ()
1726{
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 rm -f conftest.$ac_objext
1729 if { { ac_try="$ac_compile"
1730case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_compile") 2>conftest.err
1737 ac_status=$?
1738 if test -s conftest.err; then
1739 grep -v '^ *+' conftest.err >conftest.er1
1740 cat conftest.er1 >&5
1741 mv -f conftest.er1 conftest.err
1742 fi
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } && {
1745 test -z "$ac_cxx_werror_flag" ||
1746 test ! -s conftest.err
1747 } && test -s conftest.$ac_objext; then :
1748 ac_retval=0
1749else
1750 $as_echo "$as_me: failed program was:" >&5
1751sed 's/^/| /' conftest.$ac_ext >&5
1752
1753 ac_retval=1
1754fi
1755 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1756 return $ac_retval
1757
1758} # ac_fn_cxx_try_compile
1759
81ecdfbb
RW
1760# ac_fn_c_try_cpp LINENO
1761# ----------------------
1762# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1763ac_fn_c_try_cpp ()
bec39cab 1764{
81ecdfbb
RW
1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766 if { { ac_try="$ac_cpp conftest.$ac_ext"
1767case "(($ac_try" in
1768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1769 *) ac_try_echo=$ac_try;;
1770esac
1771eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1772$as_echo "$ac_try_echo"; } >&5
1773 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1774 ac_status=$?
1775 if test -s conftest.err; then
1776 grep -v '^ *+' conftest.err >conftest.er1
1777 cat conftest.er1 >&5
1778 mv -f conftest.er1 conftest.err
1779 fi
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; } >/dev/null && {
1782 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1783 test ! -s conftest.err
1784 }; then :
1785 ac_retval=0
1786else
1787 $as_echo "$as_me: failed program was:" >&5
1788sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1789
81ecdfbb
RW
1790 ac_retval=1
1791fi
1792 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1793 return $ac_retval
bec39cab 1794
81ecdfbb 1795} # ac_fn_c_try_cpp
bec39cab 1796
81ecdfbb
RW
1797# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1798# -------------------------------------------------------
1799# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1800# the include files in INCLUDES and setting the cache variable VAR
1801# accordingly.
1802ac_fn_c_check_header_mongrel ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1807$as_echo_n "checking for $2... " >&6; }
1808if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1809 $as_echo_n "(cached) " >&6
1810fi
1811eval ac_res=\$$3
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1813$as_echo "$ac_res" >&6; }
1814else
1815 # Is the header compilable?
1816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1817$as_echo_n "checking $2 usability... " >&6; }
1818cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819/* end confdefs.h. */
1820$4
1821#include <$2>
1822_ACEOF
1823if ac_fn_c_try_compile "$LINENO"; then :
1824 ac_header_compiler=yes
1825else
1826 ac_header_compiler=no
1827fi
1828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1830$as_echo "$ac_header_compiler" >&6; }
bec39cab 1831
81ecdfbb
RW
1832# Is the header present?
1833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1834$as_echo_n "checking $2 presence... " >&6; }
1835cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1836/* end confdefs.h. */
1837#include <$2>
1838_ACEOF
1839if ac_fn_c_try_cpp "$LINENO"; then :
1840 ac_header_preproc=yes
1841else
1842 ac_header_preproc=no
1843fi
1844rm -f conftest.err conftest.$ac_ext
1845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1846$as_echo "$ac_header_preproc" >&6; }
bec39cab 1847
81ecdfbb
RW
1848# So? What about this header?
1849case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1850 yes:no: )
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1852$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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 ;;
1856 no:yes:* )
1857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1858$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1860$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1862$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1864$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1866$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1867 ;;
1868esac
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1870$as_echo_n "checking for $2... " >&6; }
1871if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1872 $as_echo_n "(cached) " >&6
1873else
1874 eval "$3=\$ac_header_compiler"
1875fi
1876eval ac_res=\$$3
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1878$as_echo "$ac_res" >&6; }
1879fi
1880 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1881
81ecdfbb 1882} # ac_fn_c_check_header_mongrel
bec39cab 1883
81ecdfbb
RW
1884# ac_fn_c_try_run LINENO
1885# ----------------------
1886# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1887# that executables *can* be run.
1888ac_fn_c_try_run ()
1889{
1890 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1891 if { { ac_try="$ac_link"
1892case "(($ac_try" in
1893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1894 *) ac_try_echo=$ac_try;;
1895esac
1896eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1897$as_echo "$ac_try_echo"; } >&5
1898 (eval "$ac_link") 2>&5
1899 ac_status=$?
1900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1901 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1902 { { case "(($ac_try" in
1903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1904 *) ac_try_echo=$ac_try;;
1905esac
1906eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1907$as_echo "$ac_try_echo"; } >&5
1908 (eval "$ac_try") 2>&5
1909 ac_status=$?
1910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1911 test $ac_status = 0; }; }; then :
1912 ac_retval=0
1913else
1914 $as_echo "$as_me: program exited with status $ac_status" >&5
1915 $as_echo "$as_me: failed program was:" >&5
1916sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1917
81ecdfbb
RW
1918 ac_retval=$ac_status
1919fi
1920 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1921 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1922 return $ac_retval
bec39cab 1923
81ecdfbb 1924} # ac_fn_c_try_run
bec39cab 1925
81ecdfbb
RW
1926# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1927# -------------------------------------------------------
1928# Tests whether HEADER exists and can be compiled using the include files in
1929# INCLUDES, setting the cache variable VAR accordingly.
1930ac_fn_c_check_header_compile ()
1931{
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934$as_echo_n "checking for $2... " >&6; }
1935if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936 $as_echo_n "(cached) " >&6
1937else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939/* end confdefs.h. */
1940$4
1941#include <$2>
bec39cab 1942_ACEOF
81ecdfbb
RW
1943if ac_fn_c_try_compile "$LINENO"; then :
1944 eval "$3=yes"
1945else
1946 eval "$3=no"
1947fi
1948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1949fi
1950eval ac_res=\$$3
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952$as_echo "$ac_res" >&6; }
1953 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1954
81ecdfbb 1955} # ac_fn_c_check_header_compile
bec39cab 1956
2974be62
AM
1957# ac_fn_c_try_link LINENO
1958# -----------------------
1959# Try to link conftest.$ac_ext, and return whether this succeeded.
1960ac_fn_c_try_link ()
1961{
1962 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1963 rm -f conftest.$ac_objext conftest$ac_exeext
1964 if { { ac_try="$ac_link"
1965case "(($ac_try" in
1966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1967 *) ac_try_echo=$ac_try;;
1968esac
1969eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1970$as_echo "$ac_try_echo"; } >&5
1971 (eval "$ac_link") 2>conftest.err
1972 ac_status=$?
1973 if test -s conftest.err; then
1974 grep -v '^ *+' conftest.err >conftest.er1
1975 cat conftest.er1 >&5
1976 mv -f conftest.er1 conftest.err
1977 fi
1978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1979 test $ac_status = 0; } && {
1980 test -z "$ac_c_werror_flag" ||
1981 test ! -s conftest.err
1982 } && test -s conftest$ac_exeext && {
1983 test "$cross_compiling" = yes ||
1984 $as_test_x conftest$ac_exeext
1985 }; then :
1986 ac_retval=0
1987else
1988 $as_echo "$as_me: failed program was:" >&5
1989sed 's/^/| /' conftest.$ac_ext >&5
1990
1991 ac_retval=1
1992fi
1993 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1994 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1995 # interfere with the next link command; also delete a directory that is
1996 # left behind by Apple's compiler. We do this before executing the actions.
1997 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1998 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1999 return $ac_retval
2000
2001} # ac_fn_c_try_link
2002
81ecdfbb
RW
2003# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2004# --------------------------------------------
2005# Tries to find the compile-time value of EXPR in a program that includes
2006# INCLUDES, setting VAR accordingly. Returns whether the value could be
2007# computed
2008ac_fn_c_compute_int ()
2009{
2010 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2011 if test "$cross_compiling" = yes; then
2012 # Depending upon the size, compute the lo and hi bounds.
2013cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014/* end confdefs.h. */
2015$4
2016int
2017main ()
2018{
2019static int test_array [1 - 2 * !(($2) >= 0)];
2020test_array [0] = 0
bec39cab 2021
81ecdfbb
RW
2022 ;
2023 return 0;
2024}
2025_ACEOF
2026if ac_fn_c_try_compile "$LINENO"; then :
2027 ac_lo=0 ac_mid=0
2028 while :; do
2029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2030/* end confdefs.h. */
2031$4
2032int
2033main ()
2034{
2035static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2036test_array [0] = 0
bec39cab 2037
81ecdfbb
RW
2038 ;
2039 return 0;
2040}
2041_ACEOF
2042if ac_fn_c_try_compile "$LINENO"; then :
2043 ac_hi=$ac_mid; break
2044else
2045 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2046 if test $ac_lo -le $ac_mid; then
2047 ac_lo= ac_hi=
2048 break
2049 fi
2050 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
c906108c 2051fi
81ecdfbb
RW
2052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2053 done
c906108c 2054else
81ecdfbb
RW
2055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056/* end confdefs.h. */
2057$4
2058int
2059main ()
2060{
2061static int test_array [1 - 2 * !(($2) < 0)];
2062test_array [0] = 0
bec39cab 2063
81ecdfbb
RW
2064 ;
2065 return 0;
2066}
2067_ACEOF
2068if ac_fn_c_try_compile "$LINENO"; then :
2069 ac_hi=-1 ac_mid=-1
2070 while :; do
2071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2072/* end confdefs.h. */
2073$4
2074int
2075main ()
2076{
2077static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2078test_array [0] = 0
bec39cab 2079
81ecdfbb
RW
2080 ;
2081 return 0;
2082}
2083_ACEOF
2084if ac_fn_c_try_compile "$LINENO"; then :
2085 ac_lo=$ac_mid; break
2086else
2087 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2088 if test $ac_mid -le $ac_hi; then
2089 ac_lo= ac_hi=
2090 break
2091 fi
2092 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2093fi
2094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095 done
2096else
2097 ac_lo= ac_hi=
2098fi
2099rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100fi
2101rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2102# Binary search between lo and hi bounds.
2103while test "x$ac_lo" != "x$ac_hi"; do
2104 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2106/* end confdefs.h. */
2107$4
2108int
2109main ()
2110{
2111static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2112test_array [0] = 0
bec39cab 2113
81ecdfbb
RW
2114 ;
2115 return 0;
2116}
2117_ACEOF
2118if ac_fn_c_try_compile "$LINENO"; then :
2119 ac_hi=$ac_mid
2120else
2121 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2122fi
2123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2124done
2125case $ac_lo in #((
2126?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2127'') ac_retval=1 ;;
2128esac
2129 else
2130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2131/* end confdefs.h. */
2132$4
2133static long int longval () { return $2; }
2134static unsigned long int ulongval () { return $2; }
2135#include <stdio.h>
2136#include <stdlib.h>
2137int
2138main ()
2139{
bec39cab 2140
81ecdfbb
RW
2141 FILE *f = fopen ("conftest.val", "w");
2142 if (! f)
2143 return 1;
2144 if (($2) < 0)
2145 {
2146 long int i = longval ();
2147 if (i != ($2))
2148 return 1;
2149 fprintf (f, "%ld", i);
2150 }
2151 else
2152 {
2153 unsigned long int i = ulongval ();
2154 if (i != ($2))
2155 return 1;
2156 fprintf (f, "%lu", i);
2157 }
2158 /* Do not output a trailing newline, as this causes \r\n confusion
2159 on some platforms. */
2160 return ferror (f) || fclose (f) != 0;
bec39cab 2161
81ecdfbb
RW
2162 ;
2163 return 0;
2164}
2165_ACEOF
2166if ac_fn_c_try_run "$LINENO"; then :
2167 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2168else
2169 ac_retval=1
2170fi
2171rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2172 conftest.$ac_objext conftest.beam conftest.$ac_ext
2173rm -f conftest.val
bec39cab 2174
81ecdfbb
RW
2175 fi
2176 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2177 return $ac_retval
bec39cab 2178
81ecdfbb 2179} # ac_fn_c_compute_int
bec39cab 2180
55a8c076
YQ
2181# ac_fn_c_check_func LINENO FUNC VAR
2182# ----------------------------------
2183# Tests whether FUNC exists, setting the cache variable VAR accordingly
2184ac_fn_c_check_func ()
81ecdfbb
RW
2185{
2186 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2188$as_echo_n "checking for $2... " >&6; }
2189if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2190 $as_echo_n "(cached) " >&6
2191else
81ecdfbb
RW
2192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2193/* end confdefs.h. */
55a8c076
YQ
2194/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2196#define $2 innocuous_$2
2197
2198/* System header to define __stub macros and hopefully few prototypes,
2199 which can conflict with char $2 (); below.
2200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2201 <limits.h> exists even on freestanding compilers. */
2202
2203#ifdef __STDC__
2204# include <limits.h>
2205#else
2206# include <assert.h>
2207#endif
2208
2209#undef $2
2210
2211/* Override any GCC internal prototype to avoid an error.
2212 Use char because int might match the return type of a GCC
2213 builtin and then its argument prototype would still apply. */
2214#ifdef __cplusplus
2215extern "C"
2216#endif
2217char $2 ();
2218/* The GNU C library defines this for functions which it implements
2219 to always fail with ENOSYS. Some functions are actually named
2220 something starting with __ and the normal name is an alias. */
2221#if defined __stub_$2 || defined __stub___$2
2222choke me
2223#endif
2224
2225int
2226main ()
2227{
2228return $2 ();
2229 ;
2230 return 0;
2231}
2232_ACEOF
2233if ac_fn_c_try_link "$LINENO"; then :
2234 eval "$3=yes"
2235else
2236 eval "$3=no"
2237fi
2238rm -f core conftest.err conftest.$ac_objext \
2239 conftest$ac_exeext conftest.$ac_ext
2240fi
2241eval ac_res=\$$3
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2243$as_echo "$ac_res" >&6; }
2244 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2245
2246} # ac_fn_c_check_func
2247
07697489
PA
2248# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2249# -------------------------------------------
2250# Tests whether TYPE exists after having included INCLUDES, setting cache
2251# variable VAR accordingly.
2252ac_fn_c_check_type ()
2253{
2254 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2256$as_echo_n "checking for $2... " >&6; }
2257if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2258 $as_echo_n "(cached) " >&6
2259else
2260 eval "$3=no"
2261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2262/* end confdefs.h. */
2263$4
2264int
2265main ()
2266{
2267if (sizeof ($2))
2268 return 0;
2269 ;
2270 return 0;
2271}
2272_ACEOF
2273if ac_fn_c_try_compile "$LINENO"; then :
2274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2275/* end confdefs.h. */
2276$4
2277int
2278main ()
2279{
2280if (sizeof (($2)))
2281 return 0;
2282 ;
2283 return 0;
2284}
2285_ACEOF
2286if ac_fn_c_try_compile "$LINENO"; then :
2287
2288else
2289 eval "$3=yes"
2290fi
2291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2292fi
2293rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2294fi
2295eval ac_res=\$$3
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2297$as_echo "$ac_res" >&6; }
2298 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2299
2300} # ac_fn_c_check_type
2301
770d76d7
PA
2302# ac_fn_c_check_decl LINENO SYMBOL VAR
2303# ------------------------------------
2304# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2305ac_fn_c_check_decl ()
2306{
2307 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2308 as_decl_name=`echo $2|sed 's/ *(.*//'`
2309 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2311$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2312if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2313 $as_echo_n "(cached) " >&6
2314else
2315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2316/* end confdefs.h. */
2317$4
2318int
2319main ()
2320{
2321#ifndef $as_decl_name
2322#ifdef __cplusplus
2323 (void) $as_decl_use;
2324#else
2325 (void) $as_decl_name;
2326#endif
2327#endif
2328
2329 ;
2330 return 0;
2331}
2332_ACEOF
2333if ac_fn_c_try_compile "$LINENO"; then :
2334 eval "$3=yes"
2335else
2336 eval "$3=no"
2337fi
2338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2339fi
2340eval ac_res=\$$3
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2342$as_echo "$ac_res" >&6; }
2343 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2344
2345} # ac_fn_c_check_decl
2346
55a8c076
YQ
2347# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2348# ----------------------------------------------------
2349# Tries to find if the field MEMBER exists in type AGGR, after including
2350# INCLUDES, setting cache variable VAR accordingly.
2351ac_fn_c_check_member ()
2352{
2353 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2355$as_echo_n "checking for $2.$3... " >&6; }
2356if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2357 $as_echo_n "(cached) " >&6
2358else
2359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2360/* end confdefs.h. */
2361$5
2362int
2363main ()
2364{
2365static $2 ac_aggr;
2366if (ac_aggr.$3)
2367return 0;
2368 ;
2369 return 0;
2370}
2371_ACEOF
2372if ac_fn_c_try_compile "$LINENO"; then :
2373 eval "$4=yes"
2374else
2375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2376/* end confdefs.h. */
2377$5
2378int
2379main ()
2380{
2381static $2 ac_aggr;
2382if (sizeof ac_aggr.$3)
2383return 0;
2384 ;
2385 return 0;
2386}
2387_ACEOF
2388if ac_fn_c_try_compile "$LINENO"; then :
2389 eval "$4=yes"
2390else
2391 eval "$4=no"
2392fi
2393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2394fi
2395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2396fi
2397eval ac_res=\$$4
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2399$as_echo "$ac_res" >&6; }
2400 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2401
2402} # ac_fn_c_check_member
54019719
PA
2403
2404# ac_fn_cxx_check_decl LINENO SYMBOL VAR
2405# --------------------------------------
2406# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2407ac_fn_cxx_check_decl ()
2408{
2409 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2410 as_decl_name=`echo $2|sed 's/ *(.*//'`
2411 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2413$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2414if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2415 $as_echo_n "(cached) " >&6
2416else
2417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2418/* end confdefs.h. */
2419$4
2420int
2421main ()
2422{
2423#ifndef $as_decl_name
2424#ifdef __cplusplus
2425 (void) $as_decl_use;
2426#else
2427 (void) $as_decl_name;
2428#endif
2429#endif
2430
2431 ;
2432 return 0;
2433}
2434_ACEOF
2435if ac_fn_cxx_try_compile "$LINENO"; then :
2436 eval "$3=yes"
2437else
2438 eval "$3=no"
2439fi
2440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2441fi
2442eval ac_res=\$$3
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2444$as_echo "$ac_res" >&6; }
2445 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2446
2447} # ac_fn_cxx_check_decl
81ecdfbb
RW
2448cat >config.log <<_ACEOF
2449This file contains any messages produced by compilers while
2450running configure, to aid debugging if configure makes a mistake.
d5af19ba 2451
81ecdfbb
RW
2452It was created by $as_me, which was
2453generated by GNU Autoconf 2.64. Invocation command line was
b4e70030 2454
81ecdfbb 2455 $ $0 $@
413ccac7 2456
81ecdfbb
RW
2457_ACEOF
2458exec 5>>config.log
2459{
2460cat <<_ASUNAME
2461## --------- ##
2462## Platform. ##
2463## --------- ##
413ccac7 2464
81ecdfbb
RW
2465hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2466uname -m = `(uname -m) 2>/dev/null || echo unknown`
2467uname -r = `(uname -r) 2>/dev/null || echo unknown`
2468uname -s = `(uname -s) 2>/dev/null || echo unknown`
2469uname -v = `(uname -v) 2>/dev/null || echo unknown`
85981d60 2470
81ecdfbb
RW
2471/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2472/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
413ccac7 2473
81ecdfbb
RW
2474/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2475/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2476/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2477/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2478/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2479/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2480/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
c906108c 2481
81ecdfbb 2482_ASUNAME
bec39cab 2483
bec39cab
AC
2484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485for as_dir in $PATH
2486do
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2489 $as_echo "PATH: $as_dir"
2490 done
2491IFS=$as_save_IFS
bec39cab 2492
81ecdfbb 2493} >&5
bec39cab 2494
81ecdfbb 2495cat >&5 <<_ACEOF
bec39cab 2496
bec39cab 2497
81ecdfbb
RW
2498## ----------- ##
2499## Core tests. ##
2500## ----------- ##
2501
2502_ACEOF
2503
2504
2505# Keep a trace of the command line.
2506# Strip out --no-create and --no-recursion so they do not pile up.
2507# Strip out --silent because we don't want to record it for future runs.
2508# Also quote any args containing shell meta-characters.
2509# Make two passes to allow for proper duplicate-argument suppression.
2510ac_configure_args=
2511ac_configure_args0=
2512ac_configure_args1=
2513ac_must_keep_next=false
2514for ac_pass in 1 2
2515do
2516 for ac_arg
2517 do
2518 case $ac_arg in
2519 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2520 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2521 | -silent | --silent | --silen | --sile | --sil)
2522 continue ;;
2523 *\'*)
2524 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2525 esac
2526 case $ac_pass in
2527 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2528 2)
2529 as_fn_append ac_configure_args1 " '$ac_arg'"
2530 if test $ac_must_keep_next = true; then
2531 ac_must_keep_next=false # Got value, back to normal.
2532 else
2533 case $ac_arg in
2534 *=* | --config-cache | -C | -disable-* | --disable-* \
2535 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2536 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2537 | -with-* | --with-* | -without-* | --without-* | --x)
2538 case "$ac_configure_args0 " in
2539 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2540 esac
2541 ;;
2542 -* ) ac_must_keep_next=true ;;
2543 esac
2544 fi
2545 as_fn_append ac_configure_args " '$ac_arg'"
2546 ;;
2547 esac
2548 done
2549done
2550{ ac_configure_args0=; unset ac_configure_args0;}
2551{ ac_configure_args1=; unset ac_configure_args1;}
2552
2553# When interrupted or exit'd, cleanup temporary files, and complete
2554# config.log. We remove comments because anyway the quotes in there
2555# would cause problems or look ugly.
2556# WARNING: Use '\'' to represent an apostrophe within the trap.
2557# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2558trap 'exit_status=$?
2559 # Save into config.log some information that might help in debugging.
2560 {
2561 echo
2562
2563 cat <<\_ASBOX
2564## ---------------- ##
2565## Cache variables. ##
2566## ---------------- ##
2567_ASBOX
2568 echo
2569 # The following way of writing the cache mishandles newlines in values,
2570(
2571 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2572 eval ac_val=\$$ac_var
2573 case $ac_val in #(
2574 *${as_nl}*)
2575 case $ac_var in #(
2576 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2577$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2578 esac
2579 case $ac_var in #(
2580 _ | IFS | as_nl) ;; #(
2581 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2582 *) { eval $ac_var=; unset $ac_var;} ;;
2583 esac ;;
2584 esac
2585 done
2586 (set) 2>&1 |
2587 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2588 *${as_nl}ac_space=\ *)
2589 sed -n \
2590 "s/'\''/'\''\\\\'\'''\''/g;
2591 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2592 ;; #(
2593 *)
2594 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2595 ;;
2596 esac |
2597 sort
2598)
2599 echo
2600
2601 cat <<\_ASBOX
2602## ----------------- ##
2603## Output variables. ##
2604## ----------------- ##
2605_ASBOX
2606 echo
2607 for ac_var in $ac_subst_vars
2608 do
2609 eval ac_val=\$$ac_var
2610 case $ac_val in
2611 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2612 esac
2613 $as_echo "$ac_var='\''$ac_val'\''"
2614 done | sort
2615 echo
2616
2617 if test -n "$ac_subst_files"; then
2618 cat <<\_ASBOX
2619## ------------------- ##
2620## File substitutions. ##
2621## ------------------- ##
2622_ASBOX
2623 echo
2624 for ac_var in $ac_subst_files
2625 do
2626 eval ac_val=\$$ac_var
2627 case $ac_val in
2628 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2629 esac
2630 $as_echo "$ac_var='\''$ac_val'\''"
2631 done | sort
2632 echo
2633 fi
2634
2635 if test -s confdefs.h; then
2636 cat <<\_ASBOX
2637## ----------- ##
2638## confdefs.h. ##
2639## ----------- ##
2640_ASBOX
2641 echo
2642 cat confdefs.h
2643 echo
2644 fi
2645 test "$ac_signal" != 0 &&
2646 $as_echo "$as_me: caught signal $ac_signal"
2647 $as_echo "$as_me: exit $exit_status"
2648 } >&5
2649 rm -f core *.core core.conftest.* &&
2650 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2651 exit $exit_status
2652' 0
2653for ac_signal in 1 2 13 15; do
2654 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2655done
2656ac_signal=0
2657
2658# confdefs.h avoids OS command line length limits that DEFS can exceed.
2659rm -f -r conftest* confdefs.h
2660
2661$as_echo "/* confdefs.h */" > confdefs.h
2662
2663# Predefined preprocessor variables.
2664
2665cat >>confdefs.h <<_ACEOF
2666#define PACKAGE_NAME "$PACKAGE_NAME"
2667_ACEOF
2668
2669cat >>confdefs.h <<_ACEOF
2670#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2671_ACEOF
2672
2673cat >>confdefs.h <<_ACEOF
2674#define PACKAGE_VERSION "$PACKAGE_VERSION"
2675_ACEOF
2676
2677cat >>confdefs.h <<_ACEOF
2678#define PACKAGE_STRING "$PACKAGE_STRING"
2679_ACEOF
2680
2681cat >>confdefs.h <<_ACEOF
2682#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2683_ACEOF
2684
2685cat >>confdefs.h <<_ACEOF
2686#define PACKAGE_URL "$PACKAGE_URL"
2687_ACEOF
2688
2689
2690# Let the site file select an alternate cache file if it wants to.
2691# Prefer an explicitly selected file to automatically selected ones.
2692ac_site_file1=NONE
2693ac_site_file2=NONE
2694if test -n "$CONFIG_SITE"; then
2695 ac_site_file1=$CONFIG_SITE
2696elif test "x$prefix" != xNONE; then
2697 ac_site_file1=$prefix/share/config.site
2698 ac_site_file2=$prefix/etc/config.site
2699else
2700 ac_site_file1=$ac_default_prefix/share/config.site
2701 ac_site_file2=$ac_default_prefix/etc/config.site
2702fi
2703for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2704do
2705 test "x$ac_site_file" = xNONE && continue
2706 if test -r "$ac_site_file"; then
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2708$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2709 sed 's/^/| /' "$ac_site_file" >&5
2710 . "$ac_site_file"
2711 fi
2712done
2713
2714if test -r "$cache_file"; then
2715 # Some versions of bash will fail to source /dev/null (special
2716 # files actually), so we avoid doing that.
2717 if test -f "$cache_file"; then
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2719$as_echo "$as_me: loading cache $cache_file" >&6;}
2720 case $cache_file in
2721 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2722 *) . "./$cache_file";;
2723 esac
2724 fi
2725else
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2727$as_echo "$as_me: creating cache $cache_file" >&6;}
2728 >$cache_file
bec39cab
AC
2729fi
2730
81ecdfbb
RW
2731# Check that the precious variables saved in the cache have kept the same
2732# value.
2733ac_cache_corrupted=false
2734for ac_var in $ac_precious_vars; do
2735 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2736 eval ac_new_set=\$ac_env_${ac_var}_set
2737 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2738 eval ac_new_val=\$ac_env_${ac_var}_value
2739 case $ac_old_set,$ac_new_set in
2740 set,)
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2742$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2743 ac_cache_corrupted=: ;;
2744 ,set)
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2746$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2747 ac_cache_corrupted=: ;;
2748 ,);;
2749 *)
2750 if test "x$ac_old_val" != "x$ac_new_val"; then
2751 # differences in whitespace do not lead to failure.
2752 ac_old_val_w=`echo x $ac_old_val`
2753 ac_new_val_w=`echo x $ac_new_val`
2754 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2756$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2757 ac_cache_corrupted=:
2758 else
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2760$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2761 eval $ac_var=\$ac_old_val
2762 fi
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2764$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2766$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2767 fi;;
2768 esac
2769 # Pass precious variables to config.status.
2770 if test "$ac_new_set" = set; then
2771 case $ac_new_val in
2772 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2773 *) ac_arg=$ac_var=$ac_new_val ;;
2774 esac
2775 case " $ac_configure_args " in
2776 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2777 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2778 esac
2779 fi
2780done
2781if $ac_cache_corrupted; then
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2783$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2785$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2786 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2787fi
2788## -------------------- ##
2789## Main body of script. ##
2790## -------------------- ##
2791
2792ac_ext=c
2793ac_cpp='$CPP $CPPFLAGS'
2794ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2795ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2796ac_compiler_gnu=$ac_cv_c_compiler_gnu
2797
2798
2799
2800
2801
2802ac_config_headers="$ac_config_headers config.h:config.in"
2803
2804
2805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2806$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2807 # Check whether --enable-maintainer-mode was given.
2808if test "${enable_maintainer_mode+set}" = set; then :
2809 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2810else
2811 USE_MAINTAINER_MODE=no
2812fi
2813
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2815$as_echo "$USE_MAINTAINER_MODE" >&6; }
2816 if test $USE_MAINTAINER_MODE = yes; then
2817 MAINTAINER_MODE_TRUE=
2818 MAINTAINER_MODE_FALSE='#'
2819else
2820 MAINTAINER_MODE_TRUE='#'
2821 MAINTAINER_MODE_FALSE=
2822fi
2823
2824 MAINT=$MAINTAINER_MODE_TRUE
2825
2826
2827
17ef446e 2828# Set the 'development' global.
270c9937 2829. $srcdir/../bfd/development.sh
f5f1cdb6 2830
81ecdfbb
RW
2831ac_ext=c
2832ac_cpp='$CPP $CPPFLAGS'
2833ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2834ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2835ac_compiler_gnu=$ac_cv_c_compiler_gnu
2836if test -n "$ac_tool_prefix"; then
2837 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2838set dummy ${ac_tool_prefix}gcc; ac_word=$2
2839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2840$as_echo_n "checking for $ac_word... " >&6; }
2841if test "${ac_cv_prog_CC+set}" = set; then :
2842 $as_echo_n "(cached) " >&6
c906108c
SS
2843else
2844 if test -n "$CC"; then
2845 ac_cv_prog_CC="$CC" # Let the user override the test.
2846else
bec39cab
AC
2847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2848for as_dir in $PATH
2849do
2850 IFS=$as_save_IFS
2851 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2852 for ac_exec_ext in '' $ac_executable_extensions; do
2853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2854 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2856 break 2
2857 fi
2858done
81ecdfbb
RW
2859 done
2860IFS=$as_save_IFS
bec39cab 2861
c906108c
SS
2862fi
2863fi
bec39cab 2864CC=$ac_cv_prog_CC
c906108c 2865if test -n "$CC"; then
81ecdfbb
RW
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2867$as_echo "$CC" >&6; }
c906108c 2868else
81ecdfbb
RW
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2870$as_echo "no" >&6; }
c906108c
SS
2871fi
2872
81ecdfbb 2873
b4e70030
JB
2874fi
2875if test -z "$ac_cv_prog_CC"; then
2876 ac_ct_CC=$CC
81ecdfbb
RW
2877 # Extract the first word of "gcc", so it can be a program name with args.
2878set dummy gcc; ac_word=$2
2879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2880$as_echo_n "checking for $ac_word... " >&6; }
2881if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2882 $as_echo_n "(cached) " >&6
b4e70030
JB
2883else
2884 if test -n "$ac_ct_CC"; then
2885 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2886else
2887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2888for as_dir in $PATH
2889do
2890 IFS=$as_save_IFS
2891 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2892 for ac_exec_ext in '' $ac_executable_extensions; do
2893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2894 ac_cv_prog_ac_ct_CC="gcc"
2895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b4e70030 2896 break 2
4e8d927d 2897 fi
b4e70030 2898done
81ecdfbb
RW
2899 done
2900IFS=$as_save_IFS
b4e70030
JB
2901
2902fi
2903fi
2904ac_ct_CC=$ac_cv_prog_ac_ct_CC
2905if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2907$as_echo "$ac_ct_CC" >&6; }
b4e70030 2908else
81ecdfbb
RW
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2910$as_echo "no" >&6; }
b4e70030
JB
2911fi
2912
81ecdfbb
RW
2913 if test "x$ac_ct_CC" = x; then
2914 CC=""
2915 else
2916 case $cross_compiling:$ac_tool_warned in
2917yes:)
2918{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2919$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2920ac_tool_warned=yes ;;
2921esac
2922 CC=$ac_ct_CC
2923 fi
b4e70030
JB
2924else
2925 CC="$ac_cv_prog_CC"
2926fi
2927
c906108c 2928if test -z "$CC"; then
81ecdfbb
RW
2929 if test -n "$ac_tool_prefix"; then
2930 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2931set dummy ${ac_tool_prefix}cc; ac_word=$2
2932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2933$as_echo_n "checking for $ac_word... " >&6; }
2934if test "${ac_cv_prog_CC+set}" = set; then :
2935 $as_echo_n "(cached) " >&6
c906108c
SS
2936else
2937 if test -n "$CC"; then
2938 ac_cv_prog_CC="$CC" # Let the user override the test.
2939else
bec39cab
AC
2940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2941for as_dir in $PATH
2942do
2943 IFS=$as_save_IFS
2944 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2945 for ac_exec_ext in '' $ac_executable_extensions; do
2946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2947 ac_cv_prog_CC="${ac_tool_prefix}cc"
2948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2949 break 2
2950 fi
2951done
81ecdfbb
RW
2952 done
2953IFS=$as_save_IFS
2954
2955fi
2956fi
2957CC=$ac_cv_prog_CC
2958if test -n "$CC"; then
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2960$as_echo "$CC" >&6; }
2961else
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2963$as_echo "no" >&6; }
2964fi
2965
2966
2967 fi
2968fi
2969if test -z "$CC"; then
2970 # Extract the first word of "cc", so it can be a program name with args.
2971set dummy cc; ac_word=$2
2972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2973$as_echo_n "checking for $ac_word... " >&6; }
2974if test "${ac_cv_prog_CC+set}" = set; then :
2975 $as_echo_n "(cached) " >&6
2976else
2977 if test -n "$CC"; then
2978 ac_cv_prog_CC="$CC" # Let the user override the test.
2979else
2980 ac_prog_rejected=no
2981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2982for as_dir in $PATH
2983do
2984 IFS=$as_save_IFS
2985 test -z "$as_dir" && as_dir=.
2986 for ac_exec_ext in '' $ac_executable_extensions; do
2987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2988 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2989 ac_prog_rejected=yes
2990 continue
2991 fi
2992 ac_cv_prog_CC="cc"
2993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994 break 2
2995 fi
2996done
2997 done
2998IFS=$as_save_IFS
bec39cab 2999
c906108c
SS
3000if test $ac_prog_rejected = yes; then
3001 # We found a bogon in the path, so make sure we never use it.
3002 set dummy $ac_cv_prog_CC
3003 shift
bec39cab 3004 if test $# != 0; then
c906108c
SS
3005 # We chose a different compiler from the bogus one.
3006 # However, it has the same basename, so the bogon will be chosen
3007 # first if we set CC to just the basename; use the full file name.
3008 shift
bec39cab 3009 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
3010 fi
3011fi
3012fi
3013fi
bec39cab 3014CC=$ac_cv_prog_CC
c906108c 3015if test -n "$CC"; then
81ecdfbb
RW
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3017$as_echo "$CC" >&6; }
c906108c 3018else
81ecdfbb
RW
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3020$as_echo "no" >&6; }
c906108c
SS
3021fi
3022
81ecdfbb 3023
bec39cab
AC
3024fi
3025if test -z "$CC"; then
3026 if test -n "$ac_tool_prefix"; then
81ecdfbb 3027 for ac_prog in cl.exe
bec39cab
AC
3028 do
3029 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3030set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032$as_echo_n "checking for $ac_word... " >&6; }
3033if test "${ac_cv_prog_CC+set}" = set; then :
3034 $as_echo_n "(cached) " >&6
c906108c
SS
3035else
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC="$CC" # Let the user override the test.
3038else
bec39cab
AC
3039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3040for as_dir in $PATH
3041do
3042 IFS=$as_save_IFS
3043 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3044 for ac_exec_ext in '' $ac_executable_extensions; do
3045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 3046 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
3048 break 2
3049 fi
3050done
81ecdfbb
RW
3051 done
3052IFS=$as_save_IFS
bec39cab 3053
c906108c
SS
3054fi
3055fi
bec39cab 3056CC=$ac_cv_prog_CC
c906108c 3057if test -n "$CC"; then
81ecdfbb
RW
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3059$as_echo "$CC" >&6; }
c906108c 3060else
81ecdfbb
RW
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062$as_echo "no" >&6; }
c906108c 3063fi
bec39cab 3064
81ecdfbb 3065
bec39cab
AC
3066 test -n "$CC" && break
3067 done
3068fi
3069if test -z "$CC"; then
3070 ac_ct_CC=$CC
81ecdfbb 3071 for ac_prog in cl.exe
bec39cab
AC
3072do
3073 # Extract the first word of "$ac_prog", so it can be a program name with args.
3074set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3076$as_echo_n "checking for $ac_word... " >&6; }
3077if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3078 $as_echo_n "(cached) " >&6
bec39cab
AC
3079else
3080 if test -n "$ac_ct_CC"; then
3081 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3082else
3083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3084for as_dir in $PATH
3085do
3086 IFS=$as_save_IFS
3087 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3088 for ac_exec_ext in '' $ac_executable_extensions; do
3089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 3090 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab 3092 break 2
c906108c 3093 fi
bec39cab 3094done
81ecdfbb
RW
3095 done
3096IFS=$as_save_IFS
bec39cab
AC
3097
3098fi
3099fi
3100ac_ct_CC=$ac_cv_prog_ac_ct_CC
3101if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3103$as_echo "$ac_ct_CC" >&6; }
bec39cab 3104else
81ecdfbb
RW
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3106$as_echo "no" >&6; }
c906108c
SS
3107fi
3108
81ecdfbb 3109
bec39cab
AC
3110 test -n "$ac_ct_CC" && break
3111done
c906108c 3112
81ecdfbb
RW
3113 if test "x$ac_ct_CC" = x; then
3114 CC=""
3115 else
3116 case $cross_compiling:$ac_tool_warned in
3117yes:)
3118{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3119$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3120ac_tool_warned=yes ;;
3121esac
3122 CC=$ac_ct_CC
3123 fi
bec39cab
AC
3124fi
3125
3126fi
3127
3128
81ecdfbb
RW
3129test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3130$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3131as_fn_error "no acceptable C compiler found in \$PATH
3132See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
3133
3134# Provide some information about the compiler.
81ecdfbb
RW
3135$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3136set X $ac_compile
3137ac_compiler=$2
3138for ac_option in --version -v -V -qversion; do
3139 { { ac_try="$ac_compiler $ac_option >&5"
3140case "(($ac_try" in
3141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3142 *) ac_try_echo=$ac_try;;
3143esac
3144eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3145$as_echo "$ac_try_echo"; } >&5
3146 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 3147 ac_status=$?
81ecdfbb
RW
3148 if test -s conftest.err; then
3149 sed '10a\
3150... rest of stderr output deleted ...
3151 10q' conftest.err >conftest.er1
3152 cat conftest.er1 >&5
3153 rm -f conftest.er1 conftest.err
3154 fi
3155 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3156 test $ac_status = 0; }
3157done
bec39cab 3158
81ecdfbb 3159cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3160/* end confdefs.h. */
3161
3162int
3163main ()
3164{
3165
3166 ;
3167 return 0;
3168}
3169_ACEOF
3170ac_clean_files_save=$ac_clean_files
81ecdfbb 3171ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
bec39cab
AC
3172# Try to create an executable without -o first, disregard a.out.
3173# It will help us diagnose broken compilers, and finding out an intuition
3174# of exeext.
81ecdfbb
RW
3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3176$as_echo_n "checking for C compiler default output file name... " >&6; }
3177ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3178
3179# The possible output files:
3180ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3181
3182ac_rmfiles=
3183for ac_file in $ac_files
3184do
3185 case $ac_file in
3186 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3187 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3188 esac
3189done
3190rm -f $ac_rmfiles
3191
3192if { { ac_try="$ac_link_default"
3193case "(($ac_try" in
3194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3196esac
3197eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198$as_echo "$ac_try_echo"; } >&5
3199 (eval "$ac_link_default") 2>&5
3200 ac_status=$?
3201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202 test $ac_status = 0; }; then :
3203 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3204# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3205# in a Makefile. We should not override ac_cv_exeext if it was cached,
3206# so that the user can short-circuit this test for compilers unknown to
3207# Autoconf.
3208for ac_file in $ac_files ''
bec39cab
AC
3209do
3210 test -f "$ac_file" || continue
3211 case $ac_file in
81ecdfbb 3212 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b4e70030
JB
3213 ;;
3214 [ab].out )
3215 # We found the default executable, but exeext='' is most
3216 # certainly right.
3217 break;;
3218 *.* )
81ecdfbb
RW
3219 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3220 then :; else
3221 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3222 fi
3223 # We set ac_cv_exeext here because the later test for it is not
3224 # safe: cross compilers may not add the suffix if given an `-o'
3225 # argument, so we may need to know it at that point already.
3226 # Even if this section looks crufty: it has the advantage of
3227 # actually working.
b4e70030
JB
3228 break;;
3229 * )
3230 break;;
bec39cab
AC
3231 esac
3232done
81ecdfbb
RW
3233test "$ac_cv_exeext" = no && ac_cv_exeext=
3234
bec39cab 3235else
81ecdfbb
RW
3236 ac_file=''
3237fi
3238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3239$as_echo "$ac_file" >&6; }
3240if test -z "$ac_file"; then :
3241 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3242sed 's/^/| /' conftest.$ac_ext >&5
3243
81ecdfbb
RW
3244{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3245$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3246{ as_fn_set_status 77
3247as_fn_error "C compiler cannot create executables
3248See \`config.log' for more details." "$LINENO" 5; }; }
bec39cab 3249fi
b4e70030 3250ac_exeext=$ac_cv_exeext
b4e70030 3251
81ecdfbb 3252# Check that the compiler produces executables we can run. If not, either
bec39cab 3253# the compiler is broken, or we cross compile.
81ecdfbb
RW
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3255$as_echo_n "checking whether the C compiler works... " >&6; }
bec39cab
AC
3256# If not cross compiling, check that we can run a simple program.
3257if test "$cross_compiling" != yes; then
3258 if { ac_try='./$ac_file'
81ecdfbb
RW
3259 { { case "(($ac_try" in
3260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3261 *) ac_try_echo=$ac_try;;
3262esac
3263eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3264$as_echo "$ac_try_echo"; } >&5
3265 (eval "$ac_try") 2>&5
bec39cab 3266 ac_status=$?
81ecdfbb
RW
3267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3268 test $ac_status = 0; }; }; then
bec39cab 3269 cross_compiling=no
c906108c 3270 else
bec39cab
AC
3271 if test "$cross_compiling" = maybe; then
3272 cross_compiling=yes
3273 else
81ecdfbb
RW
3274 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3275$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3276as_fn_error "cannot run C compiled programs.
bec39cab 3277If you meant to cross compile, use \`--host'.
81ecdfbb 3278See \`config.log' for more details." "$LINENO" 5; }
bec39cab 3279 fi
c906108c 3280 fi
bec39cab 3281fi
81ecdfbb
RW
3282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3283$as_echo "yes" >&6; }
bec39cab 3284
81ecdfbb 3285rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b4e70030 3286ac_clean_files=$ac_clean_files_save
81ecdfbb 3287# Check that the compiler produces executables we can run. If not, either
b4e70030 3288# the compiler is broken, or we cross compile.
81ecdfbb
RW
3289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3290$as_echo_n "checking whether we are cross compiling... " >&6; }
3291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3292$as_echo "$cross_compiling" >&6; }
3293
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3295$as_echo_n "checking for suffix of executables... " >&6; }
3296if { { ac_try="$ac_link"
3297case "(($ac_try" in
3298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3299 *) ac_try_echo=$ac_try;;
3300esac
3301eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3302$as_echo "$ac_try_echo"; } >&5
3303 (eval "$ac_link") 2>&5
bec39cab 3304 ac_status=$?
81ecdfbb
RW
3305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3306 test $ac_status = 0; }; then :
b4e70030
JB
3307 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3308# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3309# work properly (i.e., refer to `conftest.exe'), while it won't with
3310# `rm'.
3311for ac_file in conftest.exe conftest conftest.*; do
3312 test -f "$ac_file" || continue
3313 case $ac_file in
81ecdfbb 3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b4e70030 3315 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b4e70030
JB
3316 break;;
3317 * ) break;;
3318 esac
3319done
c906108c 3320else
81ecdfbb
RW
3321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3322$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3323as_fn_error "cannot compute suffix of executables: cannot compile and link
3324See \`config.log' for more details." "$LINENO" 5; }
c906108c 3325fi
b4e70030 3326rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3328$as_echo "$ac_cv_exeext" >&6; }
c906108c 3329
b4e70030 3330rm -f conftest.$ac_ext
bec39cab
AC
3331EXEEXT=$ac_cv_exeext
3332ac_exeext=$EXEEXT
81ecdfbb
RW
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3334$as_echo_n "checking for suffix of object files... " >&6; }
3335if test "${ac_cv_objext+set}" = set; then :
3336 $as_echo_n "(cached) " >&6
bec39cab 3337else
81ecdfbb 3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
3339/* end confdefs.h. */
3340
3341int
3342main ()
3343{
3344
3345 ;
3346 return 0;
3347}
3348_ACEOF
3349rm -f conftest.o conftest.obj
81ecdfbb
RW
3350if { { ac_try="$ac_compile"
3351case "(($ac_try" in
3352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3353 *) ac_try_echo=$ac_try;;
3354esac
3355eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3356$as_echo "$ac_try_echo"; } >&5
3357 (eval "$ac_compile") 2>&5
3358 ac_status=$?
3359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3360 test $ac_status = 0; }; then :
3361 for ac_file in conftest.o conftest.obj conftest.*; do
3362 test -f "$ac_file" || continue;
bec39cab 3363 case $ac_file in
81ecdfbb 3364 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
3365 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3366 break;;
3367 esac
3368done
c906108c 3369else
81ecdfbb 3370 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3371sed 's/^/| /' conftest.$ac_ext >&5
3372
81ecdfbb
RW
3373{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3374$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3375as_fn_error "cannot compute suffix of object files: cannot compile
3376See \`config.log' for more details." "$LINENO" 5; }
c906108c 3377fi
b4e70030 3378rm -f conftest.$ac_cv_objext conftest.$ac_ext
bec39cab 3379fi
81ecdfbb
RW
3380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3381$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
3382OBJEXT=$ac_cv_objext
3383ac_objext=$OBJEXT
81ecdfbb
RW
3384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3385$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3386if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3387 $as_echo_n "(cached) " >&6
c906108c 3388else
81ecdfbb 3389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3390/* end confdefs.h. */
3391
3392int
3393main ()
3394{
3395#ifndef __GNUC__
3396 choke me
3397#endif
3398
3399 ;
3400 return 0;
3401}
3402_ACEOF
81ecdfbb 3403if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3404 ac_compiler_gnu=yes
3405else
81ecdfbb 3406 ac_compiler_gnu=no
bec39cab 3407fi
81ecdfbb 3408rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3409ac_cv_c_compiler_gnu=$ac_compiler_gnu
3410
3411fi
81ecdfbb
RW
3412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3413$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3414if test $ac_compiler_gnu = yes; then
3415 GCC=yes
3416else
3417 GCC=
3418fi
bec39cab
AC
3419ac_test_CFLAGS=${CFLAGS+set}
3420ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3422$as_echo_n "checking whether $CC accepts -g... " >&6; }
3423if test "${ac_cv_prog_cc_g+set}" = set; then :
3424 $as_echo_n "(cached) " >&6
bec39cab 3425else
81ecdfbb
RW
3426 ac_save_c_werror_flag=$ac_c_werror_flag
3427 ac_c_werror_flag=yes
3428 ac_cv_prog_cc_g=no
3429 CFLAGS="-g"
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3431/* end confdefs.h. */
3432
3433int
3434main ()
3435{
3436
3437 ;
3438 return 0;
3439}
3440_ACEOF
81ecdfbb 3441if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
3442 ac_cv_prog_cc_g=yes
3443else
81ecdfbb
RW
3444 CFLAGS=""
3445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3446/* end confdefs.h. */
3447
3448int
3449main ()
3450{
3451
3452 ;
3453 return 0;
3454}
3455_ACEOF
3456if ac_fn_c_try_compile "$LINENO"; then :
3457
3458else
3459 ac_c_werror_flag=$ac_save_c_werror_flag
3460 CFLAGS="-g"
3461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3462/* end confdefs.h. */
3463
3464int
3465main ()
3466{
c906108c 3467
81ecdfbb
RW
3468 ;
3469 return 0;
3470}
3471_ACEOF
3472if ac_fn_c_try_compile "$LINENO"; then :
3473 ac_cv_prog_cc_g=yes
3474fi
3475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3476fi
3477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4e8d927d 3478fi
81ecdfbb
RW
3479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3480 ac_c_werror_flag=$ac_save_c_werror_flag
bec39cab 3481fi
81ecdfbb
RW
3482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3483$as_echo "$ac_cv_prog_cc_g" >&6; }
c906108c 3484if test "$ac_test_CFLAGS" = set; then
bec39cab 3485 CFLAGS=$ac_save_CFLAGS
c906108c
SS
3486elif test $ac_cv_prog_cc_g = yes; then
3487 if test "$GCC" = yes; then
3488 CFLAGS="-g -O2"
3489 else
3490 CFLAGS="-g"
3491 fi
3492else
3493 if test "$GCC" = yes; then
3494 CFLAGS="-O2"
3495 else
3496 CFLAGS=
3497 fi
3498fi
81ecdfbb
RW
3499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3500$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3501if test "${ac_cv_prog_cc_c89+set}" = set; then :
3502 $as_echo_n "(cached) " >&6
bec39cab 3503else
81ecdfbb 3504 ac_cv_prog_cc_c89=no
bec39cab 3505ac_save_CC=$CC
81ecdfbb 3506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3507/* end confdefs.h. */
c906108c
SS
3508#include <stdarg.h>
3509#include <stdio.h>
3510#include <sys/types.h>
3511#include <sys/stat.h>
3512/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3513struct buf { int x; };
3514FILE * (*rcsopen) (struct buf *, struct stat *, int);
3515static char *e (p, i)
3516 char **p;
3517 int i;
3518{
3519 return p[i];
3520}
3521static char *f (char * (*g) (char **, int), char **p, ...)
3522{
3523 char *s;
3524 va_list v;
3525 va_start (v,p);
3526 s = g (p, va_arg (v,int));
3527 va_end (v);
3528 return s;
3529}
bec39cab
AC
3530
3531/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3532 function prototypes and stuff, but not '\xHH' hex character constants.
3533 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3534 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
3535 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3536 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3537 that's true only with -std. */
bec39cab
AC
3538int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3539
81ecdfbb
RW
3540/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3541 inside strings and character constants. */
3542#define FOO(x) 'x'
3543int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3544
c906108c
SS
3545int test (int i, double x);
3546struct s1 {int (*f) (int a);};
3547struct s2 {int (*f) (double a);};
3548int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3549int argc;
3550char **argv;
bec39cab
AC
3551int
3552main ()
3553{
c906108c 3554return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
bec39cab
AC
3555 ;
3556 return 0;
3557}
3558_ACEOF
81ecdfbb
RW
3559for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3560 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3561do
3562 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3563 if ac_fn_c_try_compile "$LINENO"; then :
3564 ac_cv_prog_cc_c89=$ac_arg
c906108c 3565fi
81ecdfbb
RW
3566rm -f core conftest.err conftest.$ac_objext
3567 test "x$ac_cv_prog_cc_c89" != "xno" && break
c906108c 3568done
81ecdfbb 3569rm -f conftest.$ac_ext
bec39cab 3570CC=$ac_save_CC
c906108c
SS
3571
3572fi
81ecdfbb
RW
3573# AC_CACHE_VAL
3574case "x$ac_cv_prog_cc_c89" in
3575 x)
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3577$as_echo "none needed" >&6; } ;;
3578 xno)
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3580$as_echo "unsupported" >&6; } ;;
bec39cab 3581 *)
81ecdfbb
RW
3582 CC="$CC $ac_cv_prog_cc_c89"
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3584$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c906108c 3585esac
81ecdfbb 3586if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3587
b4e70030
JB
3588fi
3589
bec39cab
AC
3590ac_ext=c
3591ac_cpp='$CPP $CPPFLAGS'
3592ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3593ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3594ac_compiler_gnu=$ac_cv_c_compiler_gnu
c906108c 3595
3bc3d82a
PA
3596ac_ext=cpp
3597ac_cpp='$CXXCPP $CPPFLAGS'
3598ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3599ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3600ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3601if test -z "$CXX"; then
3602 if test -n "$CCC"; then
3603 CXX=$CCC
3604 else
3605 if test -n "$ac_tool_prefix"; then
3606 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3607 do
3608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3609set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3611$as_echo_n "checking for $ac_word... " >&6; }
3612if test "${ac_cv_prog_CXX+set}" = set; then :
3613 $as_echo_n "(cached) " >&6
3614else
3615 if test -n "$CXX"; then
3616 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3617else
3618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3619for as_dir in $PATH
3620do
3621 IFS=$as_save_IFS
3622 test -z "$as_dir" && as_dir=.
3623 for ac_exec_ext in '' $ac_executable_extensions; do
3624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3625 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3627 break 2
3628 fi
3629done
3630 done
3631IFS=$as_save_IFS
3632
3633fi
3634fi
3635CXX=$ac_cv_prog_CXX
3636if test -n "$CXX"; then
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3638$as_echo "$CXX" >&6; }
3639else
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3641$as_echo "no" >&6; }
3642fi
3643
3644
3645 test -n "$CXX" && break
3646 done
3647fi
3648if test -z "$CXX"; then
3649 ac_ct_CXX=$CXX
3650 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3651do
3652 # Extract the first word of "$ac_prog", so it can be a program name with args.
3653set dummy $ac_prog; ac_word=$2
3654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3655$as_echo_n "checking for $ac_word... " >&6; }
3656if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3657 $as_echo_n "(cached) " >&6
3658else
3659 if test -n "$ac_ct_CXX"; then
3660 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3661else
3662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3663for as_dir in $PATH
3664do
3665 IFS=$as_save_IFS
3666 test -z "$as_dir" && as_dir=.
3667 for ac_exec_ext in '' $ac_executable_extensions; do
3668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3669 ac_cv_prog_ac_ct_CXX="$ac_prog"
3670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3671 break 2
3672 fi
3673done
3674 done
3675IFS=$as_save_IFS
3676
3677fi
3678fi
3679ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3680if test -n "$ac_ct_CXX"; then
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3682$as_echo "$ac_ct_CXX" >&6; }
3683else
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3685$as_echo "no" >&6; }
3686fi
3687
3688
3689 test -n "$ac_ct_CXX" && break
3690done
3691
3692 if test "x$ac_ct_CXX" = x; then
3693 CXX="g++"
3694 else
3695 case $cross_compiling:$ac_tool_warned in
3696yes:)
3697{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3698$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3699ac_tool_warned=yes ;;
3700esac
3701 CXX=$ac_ct_CXX
3702 fi
3703fi
3704
3705 fi
3706fi
3707# Provide some information about the compiler.
3708$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3709set X $ac_compile
3710ac_compiler=$2
3711for ac_option in --version -v -V -qversion; do
3712 { { ac_try="$ac_compiler $ac_option >&5"
3713case "(($ac_try" in
3714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3715 *) ac_try_echo=$ac_try;;
3716esac
3717eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3718$as_echo "$ac_try_echo"; } >&5
3719 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3720 ac_status=$?
3721 if test -s conftest.err; then
3722 sed '10a\
3723... rest of stderr output deleted ...
3724 10q' conftest.err >conftest.er1
3725 cat conftest.er1 >&5
3726 rm -f conftest.er1 conftest.err
3727 fi
3728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3729 test $ac_status = 0; }
3730done
3731
3732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3733$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3734if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3735 $as_echo_n "(cached) " >&6
3736else
3737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3738/* end confdefs.h. */
3739
3740int
3741main ()
3742{
3743#ifndef __GNUC__
3744 choke me
3745#endif
3746
3747 ;
3748 return 0;
3749}
3750_ACEOF
3751if ac_fn_cxx_try_compile "$LINENO"; then :
3752 ac_compiler_gnu=yes
3753else
3754 ac_compiler_gnu=no
3755fi
3756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3757ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3758
3759fi
3760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3761$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3762if test $ac_compiler_gnu = yes; then
3763 GXX=yes
3764else
3765 GXX=
3766fi
3767ac_test_CXXFLAGS=${CXXFLAGS+set}
3768ac_save_CXXFLAGS=$CXXFLAGS
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3770$as_echo_n "checking whether $CXX accepts -g... " >&6; }
3771if test "${ac_cv_prog_cxx_g+set}" = set; then :
3772 $as_echo_n "(cached) " >&6
3773else
3774 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3775 ac_cxx_werror_flag=yes
3776 ac_cv_prog_cxx_g=no
3777 CXXFLAGS="-g"
3778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3779/* end confdefs.h. */
3780
3781int
3782main ()
3783{
3784
3785 ;
3786 return 0;
3787}
3788_ACEOF
3789if ac_fn_cxx_try_compile "$LINENO"; then :
3790 ac_cv_prog_cxx_g=yes
3791else
3792 CXXFLAGS=""
3793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3794/* end confdefs.h. */
3795
3796int
3797main ()
3798{
3799
3800 ;
3801 return 0;
3802}
3803_ACEOF
3804if ac_fn_cxx_try_compile "$LINENO"; then :
3805
3806else
3807 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3808 CXXFLAGS="-g"
3809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3810/* end confdefs.h. */
3811
3812int
3813main ()
3814{
3815
3816 ;
3817 return 0;
3818}
3819_ACEOF
3820if ac_fn_cxx_try_compile "$LINENO"; then :
3821 ac_cv_prog_cxx_g=yes
3822fi
3823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3824fi
3825rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3826fi
3827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3828 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3829fi
3830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3831$as_echo "$ac_cv_prog_cxx_g" >&6; }
3832if test "$ac_test_CXXFLAGS" = set; then
3833 CXXFLAGS=$ac_save_CXXFLAGS
3834elif test $ac_cv_prog_cxx_g = yes; then
3835 if test "$GXX" = yes; then
3836 CXXFLAGS="-g -O2"
3837 else
3838 CXXFLAGS="-g"
3839 fi
3840else
3841 if test "$GXX" = yes; then
3842 CXXFLAGS="-O2"
3843 else
3844 CXXFLAGS=
3845 fi
3846fi
3847ac_ext=c
3848ac_cpp='$CPP $CPPFLAGS'
3849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3851ac_compiler_gnu=$ac_cv_c_compiler_gnu
3852
3853
60ca704f 3854
bec39cab
AC
3855ac_ext=c
3856ac_cpp='$CPP $CPPFLAGS'
3857ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3858ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3859ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3861$as_echo_n "checking how to run the C preprocessor... " >&6; }
bec39cab
AC
3862# On Suns, sometimes $CPP names a directory.
3863if test -n "$CPP" && test -d "$CPP"; then
3864 CPP=
8bb2c122 3865fi
bec39cab 3866if test -z "$CPP"; then
81ecdfbb
RW
3867 if test "${ac_cv_prog_CPP+set}" = set; then :
3868 $as_echo_n "(cached) " >&6
bec39cab
AC
3869else
3870 # Double quotes because CPP needs to be expanded
3871 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3872 do
3873 ac_preproc_ok=false
3874for ac_c_preproc_warn_flag in '' yes
3875do
3876 # Use a header file that comes with gcc, so configuring glibc
3877 # with a fresh cross-compiler works.
3878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3879 # <limits.h> exists even on freestanding compilers.
3880 # On the NeXT, cc -E runs the code through the compiler's parser,
3881 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3883/* end confdefs.h. */
3884#ifdef __STDC__
3885# include <limits.h>
3886#else
3887# include <assert.h>
3888#endif
3889 Syntax error
3890_ACEOF
81ecdfbb 3891if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3892
81ecdfbb 3893else
bec39cab
AC
3894 # Broken: fails on valid input.
3895continue
3896fi
3897rm -f conftest.err conftest.$ac_ext
3898
81ecdfbb 3899 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3900 # can be detected and how.
81ecdfbb 3901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3902/* end confdefs.h. */
3903#include <ac_nonexistent.h>
3904_ACEOF
81ecdfbb 3905if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3906 # Broken: success on invalid input.
3907continue
8bb2c122 3908else
bec39cab
AC
3909 # Passes both tests.
3910ac_preproc_ok=:
3911break
8bb2c122 3912fi
bec39cab 3913rm -f conftest.err conftest.$ac_ext
8bb2c122 3914
bec39cab
AC
3915done
3916# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3917rm -f conftest.err conftest.$ac_ext
81ecdfbb 3918if $ac_preproc_ok; then :
bec39cab
AC
3919 break
3920fi
8bb2c122 3921
bec39cab
AC
3922 done
3923 ac_cv_prog_CPP=$CPP
ddc9cd0f 3924
c906108c 3925fi
bec39cab
AC
3926 CPP=$ac_cv_prog_CPP
3927else
3928 ac_cv_prog_CPP=$CPP
c906108c 3929fi
81ecdfbb
RW
3930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3931$as_echo "$CPP" >&6; }
bec39cab
AC
3932ac_preproc_ok=false
3933for ac_c_preproc_warn_flag in '' yes
3934do
3935 # Use a header file that comes with gcc, so configuring glibc
3936 # with a fresh cross-compiler works.
3937 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3938 # <limits.h> exists even on freestanding compilers.
3939 # On the NeXT, cc -E runs the code through the compiler's parser,
3940 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3942/* end confdefs.h. */
3943#ifdef __STDC__
3944# include <limits.h>
3945#else
3946# include <assert.h>
3947#endif
3948 Syntax error
3949_ACEOF
81ecdfbb 3950if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3951
81ecdfbb 3952else
bec39cab
AC
3953 # Broken: fails on valid input.
3954continue
3955fi
3956rm -f conftest.err conftest.$ac_ext
3957
81ecdfbb 3958 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3959 # can be detected and how.
81ecdfbb 3960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3961/* end confdefs.h. */
3962#include <ac_nonexistent.h>
3963_ACEOF
81ecdfbb 3964if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3965 # Broken: success on invalid input.
3966continue
c906108c 3967else
bec39cab
AC
3968 # Passes both tests.
3969ac_preproc_ok=:
3970break
c906108c 3971fi
bec39cab 3972rm -f conftest.err conftest.$ac_ext
c906108c 3973
bec39cab
AC
3974done
3975# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3976rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3977if $ac_preproc_ok; then :
3978
c906108c 3979else
81ecdfbb
RW
3980 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3981$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3982as_fn_error "C preprocessor \"$CPP\" fails sanity check
3983See \`config.log' for more details." "$LINENO" 5; }
c906108c 3984fi
c906108c 3985
bec39cab
AC
3986ac_ext=c
3987ac_cpp='$CPP $CPPFLAGS'
3988ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3989ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3990ac_compiler_gnu=$ac_cv_c_compiler_gnu
3991
3992
81ecdfbb
RW
3993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3994$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3995if test "${ac_cv_path_GREP+set}" = set; then :
3996 $as_echo_n "(cached) " >&6
4e8d927d 3997else
81ecdfbb
RW
3998 if test -z "$GREP"; then
3999 ac_path_GREP_found=false
4000 # Loop through the user's path and test for each of PROGNAME-LIST
4001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4002for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4003do
4004 IFS=$as_save_IFS
4005 test -z "$as_dir" && as_dir=.
4006 for ac_prog in grep ggrep; do
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4009 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4010# Check for GNU ac_path_GREP and select it if it is found.
4011 # Check for GNU $ac_path_GREP
4012case `"$ac_path_GREP" --version 2>&1` in
4013*GNU*)
4014 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4015*)
4016 ac_count=0
4017 $as_echo_n 0123456789 >"conftest.in"
4018 while :
4019 do
4020 cat "conftest.in" "conftest.in" >"conftest.tmp"
4021 mv "conftest.tmp" "conftest.in"
4022 cp "conftest.in" "conftest.nl"
4023 $as_echo 'GREP' >> "conftest.nl"
4024 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4025 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4026 as_fn_arith $ac_count + 1 && ac_count=$as_val
4027 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4028 # Best one so far, save it but keep looking for a better one
4029 ac_cv_path_GREP="$ac_path_GREP"
4030 ac_path_GREP_max=$ac_count
bec39cab 4031 fi
81ecdfbb
RW
4032 # 10*(2^10) chars as input seems more than enough
4033 test $ac_count -gt 10 && break
4034 done
4035 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4036esac
bec39cab 4037
81ecdfbb
RW
4038 $ac_path_GREP_found && break 3
4039 done
4040 done
4041 done
4042IFS=$as_save_IFS
4043 if test -z "$ac_cv_path_GREP"; then
4044 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4045 fi
c906108c 4046else
81ecdfbb 4047 ac_cv_path_GREP=$GREP
c906108c 4048fi
c906108c 4049
81ecdfbb
RW
4050fi
4051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4052$as_echo "$ac_cv_path_GREP" >&6; }
4053 GREP="$ac_cv_path_GREP"
c906108c 4054
c906108c 4055
81ecdfbb
RW
4056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4057$as_echo_n "checking for egrep... " >&6; }
4058if test "${ac_cv_path_EGREP+set}" = set; then :
4059 $as_echo_n "(cached) " >&6
783e057b 4060else
81ecdfbb
RW
4061 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4062 then ac_cv_path_EGREP="$GREP -E"
4063 else
4064 if test -z "$EGREP"; then
4065 ac_path_EGREP_found=false
4066 # Loop through the user's path and test for each of PROGNAME-LIST
4067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4068for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
783e057b
DJ
4069do
4070 IFS=$as_save_IFS
4071 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4072 for ac_prog in egrep; do
4073 for ac_exec_ext in '' $ac_executable_extensions; do
4074 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4075 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4076# Check for GNU ac_path_EGREP and select it if it is found.
4077 # Check for GNU $ac_path_EGREP
4078case `"$ac_path_EGREP" --version 2>&1` in
4079*GNU*)
4080 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4081*)
4082 ac_count=0
4083 $as_echo_n 0123456789 >"conftest.in"
4084 while :
4085 do
4086 cat "conftest.in" "conftest.in" >"conftest.tmp"
4087 mv "conftest.tmp" "conftest.in"
4088 cp "conftest.in" "conftest.nl"
4089 $as_echo 'EGREP' >> "conftest.nl"
4090 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4091 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4092 as_fn_arith $ac_count + 1 && ac_count=$as_val
4093 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4094 # Best one so far, save it but keep looking for a better one
4095 ac_cv_path_EGREP="$ac_path_EGREP"
4096 ac_path_EGREP_max=$ac_count
4097 fi
4098 # 10*(2^10) chars as input seems more than enough
4099 test $ac_count -gt 10 && break
4100 done
4101 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4102esac
bec39cab 4103
81ecdfbb
RW
4104 $ac_path_EGREP_found && break 3
4105 done
4106 done
4107 done
4108IFS=$as_save_IFS
4109 if test -z "$ac_cv_path_EGREP"; then
4110 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
783e057b 4111 fi
783e057b 4112else
81ecdfbb 4113 ac_cv_path_EGREP=$EGREP
783e057b
DJ
4114fi
4115
81ecdfbb 4116 fi
783e057b 4117fi
81ecdfbb
RW
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4119$as_echo "$ac_cv_path_EGREP" >&6; }
4120 EGREP="$ac_cv_path_EGREP"
4121
783e057b 4122
81ecdfbb
RW
4123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4124$as_echo_n "checking for ANSI C header files... " >&6; }
4125if test "${ac_cv_header_stdc+set}" = set; then :
4126 $as_echo_n "(cached) " >&6
783e057b 4127else
81ecdfbb 4128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 4129/* end confdefs.h. */
783e057b 4130#include <stdlib.h>
bec39cab 4131#include <stdarg.h>
783e057b
DJ
4132#include <string.h>
4133#include <float.h>
c906108c 4134
bec39cab
AC
4135int
4136main ()
4137{
c906108c 4138
bec39cab
AC
4139 ;
4140 return 0;
4141}
4142_ACEOF
81ecdfbb 4143if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4144 ac_cv_header_stdc=yes
c906108c 4145else
81ecdfbb 4146 ac_cv_header_stdc=no
c906108c 4147fi
81ecdfbb 4148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 4149
783e057b
DJ
4150if test $ac_cv_header_stdc = yes; then
4151 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4153/* end confdefs.h. */
4154#include <string.h>
c906108c 4155
783e057b
DJ
4156_ACEOF
4157if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4158 $EGREP "memchr" >/dev/null 2>&1; then :
4159
c906108c 4160else
783e057b 4161 ac_cv_header_stdc=no
c906108c 4162fi
783e057b 4163rm -f conftest*
c906108c
SS
4164
4165fi
4166
783e057b
DJ
4167if test $ac_cv_header_stdc = yes; then
4168 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4170/* end confdefs.h. */
4171#include <stdlib.h>
bec39cab 4172
783e057b
DJ
4173_ACEOF
4174if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4175 $EGREP "free" >/dev/null 2>&1; then :
4176
bec39cab 4177else
783e057b 4178 ac_cv_header_stdc=no
bec39cab 4179fi
783e057b 4180rm -f conftest*
bec39cab
AC
4181
4182fi
bec39cab 4183
783e057b
DJ
4184if test $ac_cv_header_stdc = yes; then
4185 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4186 if test "$cross_compiling" = yes; then :
783e057b 4187 :
bec39cab 4188else
81ecdfbb 4189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4190/* end confdefs.h. */
4191#include <ctype.h>
81ecdfbb 4192#include <stdlib.h>
783e057b
DJ
4193#if ((' ' & 0x0FF) == 0x020)
4194# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4195# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4196#else
4197# define ISLOWER(c) \
4198 (('a' <= (c) && (c) <= 'i') \
4199 || ('j' <= (c) && (c) <= 'r') \
4200 || ('s' <= (c) && (c) <= 'z'))
4201# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4202#endif
4203
4204#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4205int
4206main ()
4207{
4208 int i;
4209 for (i = 0; i < 256; i++)
4210 if (XOR (islower (i), ISLOWER (i))
4211 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4212 return 2;
4213 return 0;
783e057b
DJ
4214}
4215_ACEOF
81ecdfbb 4216if ac_fn_c_try_run "$LINENO"; then :
783e057b 4217
81ecdfbb
RW
4218else
4219 ac_cv_header_stdc=no
783e057b 4220fi
81ecdfbb
RW
4221rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4222 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 4223fi
81ecdfbb 4224
783e057b
DJ
4225fi
4226fi
81ecdfbb
RW
4227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4228$as_echo "$ac_cv_header_stdc" >&6; }
783e057b
DJ
4229if test $ac_cv_header_stdc = yes; then
4230
81ecdfbb 4231$as_echo "#define STDC_HEADERS 1" >>confdefs.h
783e057b
DJ
4232
4233fi
4234
4235# On IRIX 5.3, sys/types and inttypes.h are conflicting.
783e057b
DJ
4236for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4237 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4238do :
4239 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4240ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4241"
4242eval as_val=\$$as_ac_Header
4243 if test "x$as_val" = x""yes; then :
783e057b 4244 cat >>confdefs.h <<_ACEOF
81ecdfbb 4245#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
4246_ACEOF
4247
4248fi
4249
4250done
4251
4252
4253
81ecdfbb
RW
4254 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4255if test "x$ac_cv_header_minix_config_h" = x""yes; then :
783e057b
DJ
4256 MINIX=yes
4257else
4258 MINIX=
4259fi
4260
4261
4262 if test "$MINIX" = yes; then
4263
81ecdfbb 4264$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
783e057b
DJ
4265
4266
81ecdfbb 4267$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
783e057b
DJ
4268
4269
81ecdfbb 4270$as_echo "#define _MINIX 1" >>confdefs.h
783e057b
DJ
4271
4272 fi
4273
4274
81ecdfbb
RW
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4276$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4277if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4278 $as_echo_n "(cached) " >&6
783e057b 4279else
81ecdfbb 4280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4281/* end confdefs.h. */
4282
c971b7fa
PA
4283# define __EXTENSIONS__ 1
4284 $ac_includes_default
783e057b
DJ
4285int
4286main ()
4287{
4288
4289 ;
4290 return 0;
4291}
4292_ACEOF
81ecdfbb 4293if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
4294 ac_cv_safe_to_define___extensions__=yes
4295else
81ecdfbb 4296 ac_cv_safe_to_define___extensions__=no
783e057b 4297fi
81ecdfbb 4298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b 4299fi
81ecdfbb
RW
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4301$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
783e057b 4302 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4303 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
783e057b 4304
81ecdfbb 4305 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
783e057b 4306
81ecdfbb 4307 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
783e057b 4308
81ecdfbb 4309 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
783e057b 4310
81ecdfbb 4311 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
783e057b
DJ
4312
4313
c971b7fa
PA
4314ac_aux_dir=
4315for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4316 for ac_t in install-sh install.sh shtool; do
4317 if test -f "$ac_dir/$ac_t"; then
4318 ac_aux_dir=$ac_dir
4319 ac_install_sh="$ac_aux_dir/$ac_t -c"
4320 break 2
4321 fi
4322 done
4323done
4324if test -z "$ac_aux_dir"; then
4325 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4326fi
770d76d7 4327
c971b7fa
PA
4328# These three variables are undocumented and unsupported,
4329# and are intended to be withdrawn in a future Autoconf release.
4330# They can cause serious problems if a builder's source tree is in a directory
4331# whose full name contains unusual characters.
4332ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4333ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4334ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
770d76d7 4335
770d76d7 4336
c971b7fa
PA
4337# Make sure we can run config.sub.
4338$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4339 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
770d76d7 4340
c971b7fa
PA
4341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4342$as_echo_n "checking build system type... " >&6; }
4343if test "${ac_cv_build+set}" = set; then :
4344 $as_echo_n "(cached) " >&6
770d76d7 4345else
c971b7fa
PA
4346 ac_build_alias=$build_alias
4347test "x$ac_build_alias" = x &&
4348 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4349test "x$ac_build_alias" = x &&
4350 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4351ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4352 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4353
770d76d7 4354fi
c971b7fa
PA
4355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4356$as_echo "$ac_cv_build" >&6; }
4357case $ac_cv_build in
4358*-*-*) ;;
4359*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
770d76d7 4360esac
c971b7fa
PA
4361build=$ac_cv_build
4362ac_save_IFS=$IFS; IFS='-'
4363set x $ac_cv_build
4364shift
4365build_cpu=$1
4366build_vendor=$2
4367shift; shift
4368# Remember, the first character of IFS is used to create $*,
4369# except with old shells:
4370build_os=$*
4371IFS=$ac_save_IFS
4372case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
770d76d7
PA
4373
4374
c971b7fa
PA
4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4376$as_echo_n "checking host system type... " >&6; }
4377if test "${ac_cv_host+set}" = set; then :
81ecdfbb
RW
4378 $as_echo_n "(cached) " >&6
4379else
c971b7fa
PA
4380 if test "x$host_alias" = x; then
4381 ac_cv_host=$ac_cv_build
81ecdfbb 4382else
c971b7fa
PA
4383 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4384 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 4385fi
81ecdfbb
RW
4386
4387fi
c971b7fa
PA
4388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4389$as_echo "$ac_cv_host" >&6; }
4390case $ac_cv_host in
4391*-*-*) ;;
4392*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 4393esac
c971b7fa
PA
4394host=$ac_cv_host
4395ac_save_IFS=$IFS; IFS='-'
4396set x $ac_cv_host
4397shift
4398host_cpu=$1
4399host_vendor=$2
4400shift; shift
4401# Remember, the first character of IFS is used to create $*,
4402# except with old shells:
4403host_os=$*
4404IFS=$ac_save_IFS
4405case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3388710e
JM
4406
4407
4408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4409$as_echo_n "checking target system type... " >&6; }
4410if test "${ac_cv_target+set}" = set; then :
4411 $as_echo_n "(cached) " >&6
4412else
4413 if test "x$target_alias" = x; then
4414 ac_cv_target=$ac_cv_host
4415else
4416 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4417 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4418fi
4419
4420fi
4421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4422$as_echo "$ac_cv_target" >&6; }
4423case $ac_cv_target in
4424*-*-*) ;;
4425*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4426esac
4427target=$ac_cv_target
4428ac_save_IFS=$IFS; IFS='-'
4429set x $ac_cv_target
4430shift
4431target_cpu=$1
4432target_vendor=$2
4433shift; shift
4434# Remember, the first character of IFS is used to create $*,
4435# except with old shells:
4436target_os=$*
4437IFS=$ac_save_IFS
4438case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4439
4440
4441# The aliases save the names the user supplied, while $host etc.
4442# will get canonicalized.
4443test -n "$target_alias" &&
4444 test "$program_prefix$program_suffix$program_transform_name" = \
4445 NONENONEs,x,x, &&
4446 program_prefix=${target_alias}-
4447
4448# The tests for host and target for $enable_largefile require
4449# canonical names.
4450
4451
81ecdfbb 4452
da2f07f1
JK
4453# As the $enable_largefile decision depends on --enable-plugins we must set it
4454# even in directories otherwise not depending on the $plugins option.
4455
4456
2974be62
AM
4457 maybe_plugins=no
4458 for ac_header in dlfcn.h
4459do :
4460 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
4461"
4462if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
4463 cat >>confdefs.h <<_ACEOF
4464#define HAVE_DLFCN_H 1
4465_ACEOF
4466 maybe_plugins=yes
4467fi
4468
4469done
4470
4471 for ac_header in windows.h
4472do :
4473 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
4474"
4475if test "x$ac_cv_header_windows_h" = x""yes; then :
4476 cat >>confdefs.h <<_ACEOF
4477#define HAVE_WINDOWS_H 1
4478_ACEOF
4479 maybe_plugins=yes
4480fi
4481
4482done
4483
4484
4485 # Check whether --enable-plugins was given.
da2f07f1
JK
4486if test "${enable_plugins+set}" = set; then :
4487 enableval=$enable_plugins; case "${enableval}" in
2974be62
AM
4488 no) plugins=no ;;
4489 *) plugins=yes
4490 if test "$maybe_plugins" != "yes" ; then
4491 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
4492 fi ;;
4493 esac
da2f07f1 4494else
2974be62
AM
4495 plugins=$maybe_plugins
4496
da2f07f1
JK
4497fi
4498
2974be62
AM
4499 if test "$plugins" = "yes"; then
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
4501$as_echo_n "checking for library containing dlopen... " >&6; }
4502if test "${ac_cv_search_dlopen+set}" = set; then :
4503 $as_echo_n "(cached) " >&6
4504else
4505 ac_func_search_save_LIBS=$LIBS
4506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4507/* end confdefs.h. */
4508
4509/* Override any GCC internal prototype to avoid an error.
4510 Use char because int might match the return type of a GCC
4511 builtin and then its argument prototype would still apply. */
4512#ifdef __cplusplus
4513extern "C"
4514#endif
4515char dlopen ();
4516int
4517main ()
4518{
4519return dlopen ();
4520 ;
4521 return 0;
4522}
4523_ACEOF
4524for ac_lib in '' dl; do
4525 if test -z "$ac_lib"; then
4526 ac_res="none required"
4527 else
4528 ac_res=-l$ac_lib
4529 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4530 fi
4531 if ac_fn_c_try_link "$LINENO"; then :
4532 ac_cv_search_dlopen=$ac_res
4533fi
4534rm -f core conftest.err conftest.$ac_objext \
4535 conftest$ac_exeext
4536 if test "${ac_cv_search_dlopen+set}" = set; then :
4537 break
4538fi
4539done
4540if test "${ac_cv_search_dlopen+set}" = set; then :
4541
4542else
4543 ac_cv_search_dlopen=no
4544fi
4545rm conftest.$ac_ext
4546LIBS=$ac_func_search_save_LIBS
4547fi
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
4549$as_echo "$ac_cv_search_dlopen" >&6; }
4550ac_res=$ac_cv_search_dlopen
4551if test "$ac_res" != no; then :
4552 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4553
4554fi
4555
4556 fi
da2f07f1
JK
4557
4558
4559case "${host}" in
4560 sparc-*-solaris*|i[3-7]86-*-solaris*)
4561 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4562 # are mutually exclusive; and without procfs support, the bfd/ elf module
4563 # cannot provide certain routines such as elfcore_write_prpsinfo
4564 # or elfcore_write_prstatus. So unless the user explicitly requested
4565 # large-file support through the --enable-largefile switch, disable
4566 # large-file support in favor of procfs support.
4567 test "${target}" = "${host}" -a "x$plugins" = xno \
4568 && : ${enable_largefile="no"}
4569 ;;
4570esac
4571
4572# Check whether --enable-largefile was given.
4573if test "${enable_largefile+set}" = set; then :
4574 enableval=$enable_largefile;
4575fi
4576
4577if test "$enable_largefile" != no; then
4578
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4580$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4581if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4582 $as_echo_n "(cached) " >&6
4583else
4584 ac_cv_sys_largefile_CC=no
4585 if test "$GCC" != yes; then
4586 ac_save_CC=$CC
4587 while :; do
4588 # IRIX 6.2 and later do not support large files by default,
4589 # so use the C compiler's -n32 option if that helps.
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591/* end confdefs.h. */
4592#include <sys/types.h>
4593 /* Check that off_t can represent 2**63 - 1 correctly.
4594 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4595 since some C++ compilers masquerading as C compilers
4596 incorrectly reject 9223372036854775807. */
4597#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4598 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4599 && LARGE_OFF_T % 2147483647 == 1)
4600 ? 1 : -1];
4601int
4602main ()
4603{
4604
4605 ;
4606 return 0;
4607}
4608_ACEOF
4609 if ac_fn_c_try_compile "$LINENO"; then :
4610 break
4611fi
4612rm -f core conftest.err conftest.$ac_objext
4613 CC="$CC -n32"
4614 if ac_fn_c_try_compile "$LINENO"; then :
4615 ac_cv_sys_largefile_CC=' -n32'; break
4616fi
4617rm -f core conftest.err conftest.$ac_objext
4618 break
4619 done
4620 CC=$ac_save_CC
4621 rm -f conftest.$ac_ext
4622 fi
4623fi
4624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4625$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4626 if test "$ac_cv_sys_largefile_CC" != no; then
4627 CC=$CC$ac_cv_sys_largefile_CC
4628 fi
4629
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4631$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4632if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4633 $as_echo_n "(cached) " >&6
4634else
4635 while :; do
4636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4637/* end confdefs.h. */
4638#include <sys/types.h>
4639 /* Check that off_t can represent 2**63 - 1 correctly.
4640 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4641 since some C++ compilers masquerading as C compilers
4642 incorrectly reject 9223372036854775807. */
4643#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4644 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4645 && LARGE_OFF_T % 2147483647 == 1)
4646 ? 1 : -1];
4647int
4648main ()
4649{
4650
4651 ;
4652 return 0;
4653}
4654_ACEOF
4655if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_sys_file_offset_bits=no; break
4657fi
4658rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4660/* end confdefs.h. */
4661#define _FILE_OFFSET_BITS 64
4662#include <sys/types.h>
4663 /* Check that off_t can represent 2**63 - 1 correctly.
4664 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4665 since some C++ compilers masquerading as C compilers
4666 incorrectly reject 9223372036854775807. */
4667#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4668 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4669 && LARGE_OFF_T % 2147483647 == 1)
4670 ? 1 : -1];
4671int
4672main ()
4673{
4674
4675 ;
4676 return 0;
4677}
4678_ACEOF
4679if ac_fn_c_try_compile "$LINENO"; then :
4680 ac_cv_sys_file_offset_bits=64; break
4681fi
4682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4683 ac_cv_sys_file_offset_bits=unknown
4684 break
4685done
4686fi
4687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4688$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4689case $ac_cv_sys_file_offset_bits in #(
4690 no | unknown) ;;
4691 *)
4692cat >>confdefs.h <<_ACEOF
4693#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4694_ACEOF
4695;;
4696esac
4697rm -rf conftest*
4698 if test $ac_cv_sys_file_offset_bits = unknown; then
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4700$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4701if test "${ac_cv_sys_large_files+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4703else
4704 while :; do
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706/* end confdefs.h. */
4707#include <sys/types.h>
4708 /* Check that off_t can represent 2**63 - 1 correctly.
4709 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4710 since some C++ compilers masquerading as C compilers
4711 incorrectly reject 9223372036854775807. */
4712#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4713 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4714 && LARGE_OFF_T % 2147483647 == 1)
4715 ? 1 : -1];
4716int
4717main ()
4718{
4719
4720 ;
4721 return 0;
4722}
4723_ACEOF
4724if ac_fn_c_try_compile "$LINENO"; then :
4725 ac_cv_sys_large_files=no; break
4726fi
4727rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4729/* end confdefs.h. */
4730#define _LARGE_FILES 1
4731#include <sys/types.h>
4732 /* Check that off_t can represent 2**63 - 1 correctly.
4733 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4734 since some C++ compilers masquerading as C compilers
4735 incorrectly reject 9223372036854775807. */
4736#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4737 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4738 && LARGE_OFF_T % 2147483647 == 1)
4739 ? 1 : -1];
4740int
4741main ()
4742{
4743
4744 ;
4745 return 0;
4746}
4747_ACEOF
4748if ac_fn_c_try_compile "$LINENO"; then :
4749 ac_cv_sys_large_files=1; break
4750fi
4751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4752 ac_cv_sys_large_files=unknown
4753 break
4754done
4755fi
4756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4757$as_echo "$ac_cv_sys_large_files" >&6; }
4758case $ac_cv_sys_large_files in #(
4759 no | unknown) ;;
4760 *)
4761cat >>confdefs.h <<_ACEOF
4762#define _LARGE_FILES $ac_cv_sys_large_files
4763_ACEOF
4764;;
4765esac
4766rm -rf conftest*
4767 fi
4768fi
4769
4770
4771
81ecdfbb
RW
4772
4773
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4775$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4776if test "${am_cv_prog_cc_stdc+set}" = set; then :
4777 $as_echo_n "(cached) " >&6
4778else
4779 am_cv_prog_cc_stdc=no
4780ac_save_CC="$CC"
4781# Don't try gcc -ansi; that turns off useful extensions and
4782# breaks some systems' header files.
4783# AIX -qlanglvl=ansi
4784# Ultrix and OSF/1 -std1
4785# HP-UX 10.20 and later -Ae
4786# HP-UX older versions -Aa -D_HPUX_SOURCE
4787# SVR4 -Xc -D__EXTENSIONS__
4788for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4789do
783e057b 4790 CC="$ac_save_CC $ac_arg"
81ecdfbb 4791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4792/* end confdefs.h. */
4793#include <stdarg.h>
4794#include <stdio.h>
4795#include <sys/types.h>
4796#include <sys/stat.h>
4797/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4798struct buf { int x; };
4799FILE * (*rcsopen) (struct buf *, struct stat *, int);
4800static char *e (p, i)
4801 char **p;
4802 int i;
4803{
4804 return p[i];
4805}
4806static char *f (char * (*g) (char **, int), char **p, ...)
4807{
4808 char *s;
4809 va_list v;
4810 va_start (v,p);
4811 s = g (p, va_arg (v,int));
4812 va_end (v);
4813 return s;
4814}
4815int test (int i, double x);
4816struct s1 {int (*f) (int a);};
4817struct s2 {int (*f) (double a);};
4818int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4819int argc;
4820char **argv;
4821
4822int
4823main ()
4824{
4825
4826return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4827
4828 ;
4829 return 0;
4830}
4831_ACEOF
81ecdfbb 4832if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4833 am_cv_prog_cc_stdc="$ac_arg"; break
783e057b 4834fi
81ecdfbb 4835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
4836done
4837CC="$ac_save_CC"
4838
4839fi
4840
4841if test -z "$am_cv_prog_cc_stdc"; then
81ecdfbb
RW
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4843$as_echo "none needed" >&6; }
783e057b 4844else
81ecdfbb
RW
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4846$as_echo "$am_cv_prog_cc_stdc" >&6; }
783e057b
DJ
4847fi
4848case "x$am_cv_prog_cc_stdc" in
4849 x|xno) ;;
4850 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4851esac
4852
4869db5e
RM
4853# expand $ac_aux_dir to an absolute path
4854am_aux_dir=`cd $ac_aux_dir && pwd`
4855
4856if test x"${install_sh}" != xset; then
4857 case $am_aux_dir in
4858 *\ * | *\ *)
4859 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4860 *)
4861 install_sh="\${SHELL} $am_aux_dir/install-sh"
4862 esac
4863fi
4864
4865# Installed binaries are usually stripped using `strip' when the user
4866# run `make install-strip'. However `strip' might not be the right
4867# tool to use in cross-compilation environments, therefore Automake
4868# will honor the `STRIP' environment variable to overrule this program.
4869if test "$cross_compiling" != no; then
4870 if test -n "$ac_tool_prefix"; then
4871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4872set dummy ${ac_tool_prefix}strip; ac_word=$2
4873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4874$as_echo_n "checking for $ac_word... " >&6; }
4875if test "${ac_cv_prog_STRIP+set}" = set; then :
4876 $as_echo_n "(cached) " >&6
4877else
4878 if test -n "$STRIP"; then
4879 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4880else
4881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4882for as_dir in $PATH
4883do
4884 IFS=$as_save_IFS
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4888 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4890 break 2
4891 fi
4892done
4893 done
4894IFS=$as_save_IFS
4895
4896fi
4897fi
4898STRIP=$ac_cv_prog_STRIP
4899if test -n "$STRIP"; then
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4901$as_echo "$STRIP" >&6; }
4902else
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4904$as_echo "no" >&6; }
4905fi
4906
4907
4908fi
4909if test -z "$ac_cv_prog_STRIP"; then
4910 ac_ct_STRIP=$STRIP
4911 # Extract the first word of "strip", so it can be a program name with args.
4912set dummy strip; ac_word=$2
4913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4914$as_echo_n "checking for $ac_word... " >&6; }
4915if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4916 $as_echo_n "(cached) " >&6
4917else
4918 if test -n "$ac_ct_STRIP"; then
4919 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4920else
4921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4922for as_dir in $PATH
4923do
4924 IFS=$as_save_IFS
4925 test -z "$as_dir" && as_dir=.
4926 for ac_exec_ext in '' $ac_executable_extensions; do
4927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4928 ac_cv_prog_ac_ct_STRIP="strip"
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4930 break 2
4931 fi
4932done
4933 done
4934IFS=$as_save_IFS
4935
4936fi
4937fi
4938ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4939if test -n "$ac_ct_STRIP"; then
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4941$as_echo "$ac_ct_STRIP" >&6; }
4942else
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4944$as_echo "no" >&6; }
4945fi
4946
4947 if test "x$ac_ct_STRIP" = x; then
4948 STRIP=":"
4949 else
4950 case $cross_compiling:$ac_tool_warned in
4951yes:)
4952{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4953$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4954ac_tool_warned=yes ;;
4955esac
4956 STRIP=$ac_ct_STRIP
4957 fi
4958else
4959 STRIP="$ac_cv_prog_STRIP"
4960fi
4961
4962fi
4963INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4964
783e057b
DJ
4965
4966ac_aux_dir=
81ecdfbb
RW
4967for ac_dir in .. "$srcdir"/..; do
4968 for ac_t in install-sh install.sh shtool; do
4969 if test -f "$ac_dir/$ac_t"; then
4970 ac_aux_dir=$ac_dir
4971 ac_install_sh="$ac_aux_dir/$ac_t -c"
4972 break 2
4973 fi
4974 done
783e057b
DJ
4975done
4976if test -z "$ac_aux_dir"; then
81ecdfbb 4977 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
783e057b 4978fi
81ecdfbb
RW
4979
4980# These three variables are undocumented and unsupported,
4981# and are intended to be withdrawn in a future Autoconf release.
4982# They can cause serious problems if a builder's source tree is in a directory
4983# whose full name contains unusual characters.
4984ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4985ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4986ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4987
783e057b 4988
783e057b 4989
9009e1ae
MR
4990test "$program_prefix" != NONE &&
4991 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4992# Use a double $ so make ignores it.
4993test "$program_suffix" != NONE &&
4994 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4995# Double any \ or $.
4996# By default was `s,x,x', remove it if useless.
4997ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4998program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4999
81ecdfbb 5000
3bc3d82a
PA
5001# See if we are building with C++, and substitute COMPILER.
5002
5003 # Check whether --enable-build-with-cxx was given.
5004if test "${enable_build_with_cxx+set}" = set; then :
5005 enableval=$enable_build_with_cxx; case $enableval in
5006 yes | no)
5007 ;;
5008 *)
5009 as_fn_error "bad value $enableval for --enable-build-with-cxx" "$LINENO" 5 ;;
5010 esac
5011else
5012 enable_build_with_cxx=no
5013fi
5014
5015
5016 if test "$enable_build_with_cxx" = "yes"; then
dad44a1f 5017 COMPILER='$(CXX)'
3bc3d82a
PA
5018 else
5019 COMPILER='$(CC)'
5020 fi
5021
5022
5023
a417dc56
RW
5024# Dependency checking.
5025rm -rf .tst 2>/dev/null
5026mkdir .tst 2>/dev/null
5027if test -d .tst; then
5028 am__leading_dot=.
5029else
5030 am__leading_dot=_
5031fi
5032rmdir .tst 2>/dev/null
5033
5034DEPDIR="${am__leading_dot}deps"
5035
81ecdfbb 5036ac_config_commands="$ac_config_commands depdir"
a417dc56
RW
5037
5038
5039depcc="$CC" am_compiler_list=
5040
5041am_depcomp=$ac_aux_dir/depcomp
81ecdfbb
RW
5042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5043$as_echo_n "checking dependency style of $depcc... " >&6; }
5044if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
a417dc56
RW
5046else
5047 if test -f "$am_depcomp"; then
5048 # We make a subdir and do the tests there. Otherwise we can end up
5049 # making bogus files that we don't know about and never remove. For
5050 # instance it was reported that on HP-UX the gcc test will end up
5051 # making a dummy file named `D' -- because `-MD' means `put the output
5052 # in D'.
5053 mkdir conftest.dir
5054 # Copy depcomp to subdir because otherwise we won't find it if we're
5055 # using a relative directory.
5056 cp "$am_depcomp" conftest.dir
5057 cd conftest.dir
5058 # We will build objects and dependencies in a subdirectory because
5059 # it helps to detect inapplicable dependency modes. For instance
5060 # both Tru64's cc and ICC support -MD to output dependencies as a
5061 # side effect of compilation, but ICC will put the dependencies in
5062 # the current directory while Tru64 will put them in the object
5063 # directory.
5064 mkdir sub
5065
5066 am_cv_CC_dependencies_compiler_type=none
5067 if test "$am_compiler_list" = ""; then
5068 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5069 fi
5070 for depmode in $am_compiler_list; do
5071 if test $depmode = none; then break; fi
5072
81ecdfbb 5073 $as_echo "$as_me:$LINENO: trying $depmode" >&5
a417dc56
RW
5074 # Setup a source with many dependencies, because some compilers
5075 # like to wrap large dependency lists on column 80 (with \), and
5076 # we should not choose a depcomp mode which is confused by this.
5077 #
5078 # We need to recreate these files for each test, as the compiler may
5079 # overwrite some of them when testing with obscure command lines.
5080 # This happens at least with the AIX C compiler.
5081 : > sub/conftest.c
5082 for i in 1 2 3 4 5 6; do
5083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5084 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5085 # Solaris 8's {/usr,}/bin/sh.
5086 touch sub/conftst$i.h
5087 done
5088 echo "include sub/conftest.Po" > confmf
5089
5090 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5091 # mode. It turns out that the SunPro C++ compiler does not properly
5092 # handle `-M -o', and we need to detect this.
5093 depcmd="depmode=$depmode \
5094 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5095 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5096 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
5097 echo "| $depcmd" | sed -e 's/ */ /g' >&5
5098 if env $depcmd > conftest.err 2>&1 &&
5099 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
5100 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
5101 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
5102 # icc doesn't choke on unknown options, it will just issue warnings
5103 # or remarks (even with -Werror). So we grep stderr for any message
5104 # that says an option was ignored or not supported.
5105 # When given -MP, icc 7.0 and 7.1 complain thusly:
5106 # icc: Command line warning: ignoring option '-M'; no argument required
5107 # The diagnosis changed in icc 8.0:
5108 # icc: Command line remark: option '-MP' not supported
5109 if (grep 'ignoring option' conftest.err ||
5110 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5111 am_cv_CC_dependencies_compiler_type=$depmode
81ecdfbb 5112 $as_echo "$as_me:$LINENO: success" >&5
a417dc56
RW
5113 break
5114 fi
5115 fi
81ecdfbb 5116 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
a417dc56
RW
5117 sed -e 's/^/| /' < conftest.err >&5
5118 done
5119
5120 cd ..
5121 rm -rf conftest.dir
5122else
5123 am_cv_CC_dependencies_compiler_type=none
5124fi
5125
5126fi
81ecdfbb
RW
5127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5128$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
a417dc56 5129if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
81ecdfbb 5130then as_fn_error "no usable dependency style found" "$LINENO" 5
a417dc56
RW
5131else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5132
5133fi
5134
5135
5136# Check for the 'make' the user wants to use.
5137for ac_prog in make
5138do
5139 # Extract the first word of "$ac_prog", so it can be a program name with args.
5140set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5142$as_echo_n "checking for $ac_word... " >&6; }
5143if test "${ac_cv_prog_MAKE+set}" = set; then :
5144 $as_echo_n "(cached) " >&6
a417dc56
RW
5145else
5146 if test -n "$MAKE"; then
5147 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
5148else
5149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150for as_dir in $PATH
5151do
5152 IFS=$as_save_IFS
5153 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5154 for ac_exec_ext in '' $ac_executable_extensions; do
5155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
a417dc56 5156 ac_cv_prog_MAKE="$ac_prog"
81ecdfbb 5157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a417dc56
RW
5158 break 2
5159 fi
5160done
81ecdfbb
RW
5161 done
5162IFS=$as_save_IFS
a417dc56
RW
5163
5164fi
5165fi
5166MAKE=$ac_cv_prog_MAKE
5167if test -n "$MAKE"; then
81ecdfbb
RW
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
5169$as_echo "$MAKE" >&6; }
a417dc56 5170else
81ecdfbb
RW
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5172$as_echo "no" >&6; }
a417dc56
RW
5173fi
5174
81ecdfbb 5175
a417dc56
RW
5176 test -n "$MAKE" && break
5177done
5178
5179MAKE_IS_GNU=
5180case "`$MAKE --version 2>&1 | sed 1q`" in
5181 *GNU*)
5182 MAKE_IS_GNU=yes
5183 ;;
5184esac
81ecdfbb 5185 if test "$MAKE_IS_GNU" = yes; then
a417dc56
RW
5186 GMAKE_TRUE=
5187 GMAKE_FALSE='#'
5188else
5189 GMAKE_TRUE='#'
5190 GMAKE_FALSE=
5191fi
5192
81ecdfbb
RW
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5194$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5195set x ${MAKE-make}
5196ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5197if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
5198 $as_echo_n "(cached) " >&6
a417dc56
RW
5199else
5200 cat >conftest.make <<\_ACEOF
81ecdfbb 5201SHELL = /bin/sh
a417dc56 5202all:
81ecdfbb 5203 @echo '@@@%%%=$(MAKE)=@@@%%%'
a417dc56
RW
5204_ACEOF
5205# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
5206case `${MAKE-make} -f conftest.make 2>/dev/null` in
5207 *@@@%%%=?*=@@@%%%*)
5208 eval ac_cv_prog_make_${ac_make}_set=yes;;
5209 *)
5210 eval ac_cv_prog_make_${ac_make}_set=no;;
5211esac
a417dc56
RW
5212rm -f conftest.make
5213fi
81ecdfbb
RW
5214if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5216$as_echo "yes" >&6; }
a417dc56
RW
5217 SET_MAKE=
5218else
81ecdfbb
RW
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5220$as_echo "no" >&6; }
a417dc56
RW
5221 SET_MAKE="MAKE=${MAKE-make}"
5222fi
5223
5224
648d586d
JB
5225gnulib_extra_configure_args=
5226# If large-file support is disabled, make sure gnulib does the same.
5227if test "$enable_largefile" = no; then
5228gnulib_extra_configure_args="$gnulib_extra_configure_args --disable-largefile"
5229fi
5230
c971b7fa
PA
5231# Configure gnulib. We need to build gnulib under some other
5232# directory not "gnulib", to avoid the problem of both GDB and
5233# GDBserver wanting to build it in the same directory, when building
5234# in the source dir.
783e057b 5235
c971b7fa
PA
5236 in_src="gnulib"
5237 in_build="build-gnulib"
648d586d 5238 in_extra_args="$gnulib_extra_configure_args"
c971b7fa
PA
5239
5240 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
5241 # so they do not pile up.
5242 ac_sub_configure_args=
5243 ac_prev=
5244 eval "set x $ac_configure_args"
5245 shift
5246 for ac_arg
5247 do
5248 if test -n "$ac_prev"; then
5249 ac_prev=
5250 continue
5251 fi
5252 case $ac_arg in
5253 -cache-file | --cache-file | --cache-fil | --cache-fi \
5254 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
5255 ac_prev=cache_file ;;
5256 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
5257 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
5258 | --c=*)
5259 ;;
5260 --config-cache | -C)
5261 ;;
5262 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
5263 ac_prev=srcdir ;;
5264 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5265 ;;
5266 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
5267 ac_prev=prefix ;;
5268 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5269 ;;
5270 --disable-option-checking)
5271 ;;
5272 *)
5273 case $ac_arg in
5274 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5275 esac
5276 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
5277 esac
5278 done
5279
5280 # Always prepend --prefix to ensure using the same prefix
5281 # in subdir configurations.
5282 ac_arg="--prefix=$prefix"
5283 case $ac_arg in
5284 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5285 esac
5286 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
5287
5288 # Pass --silent
5289 if test "$silent" = yes; then
5290 ac_sub_configure_args="--silent $ac_sub_configure_args"
5291 fi
5292
5293 # Always prepend --disable-option-checking to silence warnings, since
5294 # different subdirs can have different --enable and --with options.
5295 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
5296
5297 ac_popdir=`pwd`
5298 ac_dir=$in_build
5299
5300 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
5301 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
5302 $as_echo "$ac_msg" >&6
5303 as_dir="$ac_dir"; as_fn_mkdir_p
5304
38ea300a
PA
5305 case $srcdir in
5306 [\\/]* | ?:[\\/]* )
5307 ac_srcdir=$srcdir/$in_src ;;
5308 *) # Relative name.
5309 ac_srcdir=../$srcdir/$in_src ;;
5310 esac
c971b7fa
PA
5311
5312 cd "$ac_dir"
5313
5314 ac_sub_configure=$ac_srcdir/configure
5315
5316 # Make the cache file name correct relative to the subdirectory.
5317 case $cache_file in
5318 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
5319 *) # Relative name.
5320 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
5321 esac
5322
648d586d
JB
5323 if test -n "$in_extra_args"; then
5324 # Add the extra args at the end.
5325 ac_sub_configure_args="$ac_sub_configure_args $in_extra_args"
5326 fi
5327
c971b7fa
PA
5328 { $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
5329$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
5330 # The eval makes quoting arguments work.
5331 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
5332 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
5333 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
5334
5335 cd "$ac_popdir"
783e057b 5336
c971b7fa
PA
5337
5338
5339CONFIG_OBS=
5340CONFIG_DEPS=
5341CONFIG_SRCS=
5342ENABLE_CFLAGS=
5343
5344CONFIG_ALL=
5345CONFIG_CLEAN=
5346CONFIG_INSTALL=
5347CONFIG_UNINSTALL=
5348
5349# If we haven't got the data from the intl directory,
5350# assume NLS is disabled.
5351USE_NLS=no
5352LIBINTL=
5353LIBINTL_DEP=
5354INCINTL=
5355XGETTEXT=
5356GMSGFMT=
5357POSUB=
783e057b
DJ
5358
5359if test -f ../intl/config.intl; then
5360 . ../intl/config.intl
5361fi
81ecdfbb
RW
5362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
5363$as_echo_n "checking whether NLS is requested... " >&6; }
783e057b 5364if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5366$as_echo "no" >&6; }
783e057b 5367else
81ecdfbb
RW
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5369$as_echo "yes" >&6; }
783e057b 5370
81ecdfbb 5371$as_echo "#define ENABLE_NLS 1" >>confdefs.h
783e057b
DJ
5372
5373
81ecdfbb
RW
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
5375$as_echo_n "checking for catalogs to be installed... " >&6; }
783e057b
DJ
5376 # Look for .po and .gmo files in the source directory.
5377 CATALOGS=
5378 XLINGUAS=
5379 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
5380 # If there aren't any .gmo files the shell will give us the
5381 # literal string "../path/to/srcdir/po/*.gmo" which has to be
5382 # weeded out.
5383 case "$cat" in *\**)
5384 continue;;
5385 esac
5386 # The quadruple backslash is collapsed to a double backslash
5387 # by the backticks, then collapsed again by the double quotes,
5388 # leaving us with one backslash in the sed expression (right
5389 # before the dot that mustn't act as a wildcard).
c971b7fa
PA
5390 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
5391 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
5392 # The user is allowed to set LINGUAS to a list of languages to
5393 # install catalogs for. If it's empty that means "all of them."
5394 if test "x$LINGUAS" = x; then
5395 CATALOGS="$CATALOGS $cat"
5396 XLINGUAS="$XLINGUAS $lang"
5397 else
5398 case "$LINGUAS" in *$lang*)
5399 CATALOGS="$CATALOGS $cat"
5400 XLINGUAS="$XLINGUAS $lang"
5401 ;;
5402 esac
e28b3332
DJ
5403 fi
5404 done
c971b7fa
PA
5405 LINGUAS="$XLINGUAS"
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
5407$as_echo "$LINGUAS" >&6; }
5408
5409
5410 DATADIRNAME=share
5411
5412 INSTOBJEXT=.mo
5413
5414 GENCAT=gencat
5415
5416 CATOBJEXT=.gmo
e28b3332 5417
e28b3332
DJ
5418fi
5419
c971b7fa
PA
5420localedir='${datadir}/locale'
5421
5422
5423if test x"$USE_NLS" = xyes; then
5424 CONFIG_ALL="$CONFIG_ALL all-po"
5425 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
5426 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
5427 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
e28b3332 5428fi
e28b3332 5429
c971b7fa
PA
5430GNULIB=build-gnulib/import
5431
5432# For Makefile dependencies.
5433GNULIB_STDINT_H=
5434if test x"$STDINT_H" != x; then
5435 GNULIB_STDINT_H=$GNULIB/$STDINT_H
e28b3332
DJ
5436fi
5437
5438
c971b7fa
PA
5439PACKAGE=gdb
5440
5441cat >>confdefs.h <<_ACEOF
5442#define PACKAGE "$PACKAGE"
5443_ACEOF
5444
5445
5446
5447# We never need to detect it in this sub-configure.
5448# But preserve it for config.status --recheck.
5449
5450
5451
5452MAKEINFO_EXTRA_FLAGS=""
5453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
5454$as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
5455if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
5456 $as_echo_n "(cached) " >&6
5457else
5458 echo '@clicksequence{a @click{} b}' >conftest.texinfo
5459 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
5460 gdb_cv_have_makeinfo_click=yes
5461 else
5462 gdb_cv_have_makeinfo_click=no
5463 fi
5464fi
5465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
5466$as_echo "$gdb_cv_have_makeinfo_click" >&6; }
5467if test x"$gdb_cv_have_makeinfo_click" = xyes; then
5468 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
5469fi
e28b3332
DJ
5470
5471
bec39cab
AC
5472
5473
81ecdfbb
RW
5474# Check whether --with-separate-debug-dir was given.
5475if test "${with_separate_debug_dir+set}" = set; then :
5476 withval=$with_separate_debug_dir;
b14b1491
TT
5477 DEBUGDIR=$withval
5478else
5479 DEBUGDIR=${libdir}/debug
81ecdfbb
RW
5480fi
5481
20e95c23 5482
783e057b
DJ
5483 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5484 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 5485 ac_define_dir=`eval echo $DEBUGDIR`
783e057b 5486 ac_define_dir=`eval echo $ac_define_dir`
20e95c23 5487
783e057b
DJ
5488cat >>confdefs.h <<_ACEOF
5489#define DEBUGDIR "$ac_define_dir"
20e95c23 5490_ACEOF
20e95c23 5491
20e95c23 5492
20e95c23 5493
0c4a4063 5494
b14b1491
TT
5495 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5496 if test "x$prefix" = xNONE; then
5497 test_prefix=/usr/local
5498 else
5499 test_prefix=$prefix
5500 fi
783e057b 5501 else
b14b1491 5502 test_prefix=$exec_prefix
783e057b 5503 fi
b14b1491
TT
5504 value=0
5505 case ${ac_define_dir} in
5506 "${test_prefix}"|"${test_prefix}/"*|\
5507 '${exec_prefix}'|'${exec_prefix}/'*)
5508 value=1
5509 ;;
5510 esac
5511
5512cat >>confdefs.h <<_ACEOF
5513#define DEBUGDIR_RELOCATABLE $value
5514_ACEOF
5515
5516
5517
0c4a4063 5518
f83d8a90
DE
5519# We can't pass paths as command line arguments.
5520# Mingw32 tries to be clever and will convert the paths for us.
5521# For example -DBINDIR="/usr/local/bin" passed on the command line may get
5522# converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
5523# This breaks GDB's relocatable path conversions since paths passed in
5524# config.h would not get so translated, the path prefixes no longer match.
5525
5526 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5527 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5528 ac_define_dir=`eval echo $bindir`
5529 ac_define_dir=`eval echo $ac_define_dir`
5530
5531cat >>confdefs.h <<_ACEOF
5532#define BINDIR "$ac_define_dir"
5533_ACEOF
5534
5535
5536
b14b1491
TT
5537# GDB's datadir relocation
5538
5539
5540
81ecdfbb
RW
5541# Check whether --with-gdb-datadir was given.
5542if test "${with_gdb_datadir+set}" = set; then :
5543 withval=$with_gdb_datadir;
b14b1491 5544 GDB_DATADIR=$withval
20e95c23 5545else
b14b1491 5546 GDB_DATADIR=${datadir}/gdb
81ecdfbb
RW
5547fi
5548
20e95c23 5549
b14b1491
TT
5550 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5551 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5552 ac_define_dir=`eval echo $GDB_DATADIR`
5553 ac_define_dir=`eval echo $ac_define_dir`
5554
5555cat >>confdefs.h <<_ACEOF
5556#define GDB_DATADIR "$ac_define_dir"
20e95c23
DJ
5557_ACEOF
5558
b14b1491
TT
5559
5560
0c4a4063 5561
b14b1491
TT
5562 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
5563 if test "x$prefix" = xNONE; then
5564 test_prefix=/usr/local
5565 else
5566 test_prefix=$prefix
5567 fi
5568 else
5569 test_prefix=$exec_prefix
5570 fi
5571 value=0
5572 case ${ac_define_dir} in
5573 "${test_prefix}"|"${test_prefix}/"*|\
5574 '${exec_prefix}'|'${exec_prefix}/'*)
5575 value=1
5576 ;;
5577 esac
5578
5579cat >>confdefs.h <<_ACEOF
5580#define GDB_DATADIR_RELOCATABLE $value
5581_ACEOF
5582
5583
783e057b 5584
20e95c23 5585
0c4a4063 5586
81ecdfbb
RW
5587# Check whether --with-relocated-sources was given.
5588if test "${with_relocated_sources+set}" = set; then :
5589 withval=$with_relocated_sources; reloc_srcdir="${withval}"
29b0e8a2
JM
5590
5591 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5592 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5593 ac_define_dir=`eval echo $reloc_srcdir`
5594 ac_define_dir=`eval echo $ac_define_dir`
5595
5596cat >>confdefs.h <<_ACEOF
5597#define RELOC_SRCDIR "$ac_define_dir"
5598_ACEOF
5599
5600
5601
81ecdfbb
RW
5602fi
5603
29b0e8a2 5604
7349ff92
JK
5605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
5606$as_echo_n "checking for default auto-load directory... " >&6; }
5607
5608# Check whether --with-auto-load-dir was given.
5609if test "${with_auto_load_dir+set}" = set; then :
5610 withval=$with_auto_load_dir;
5611else
1564a261 5612 with_auto_load_dir='$debugdir:$datadir/auto-load'
7349ff92
JK
5613fi
5614
1564a261 5615escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
7349ff92
JK
5616
5617 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5618 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5619 ac_define_dir=`eval echo $escape_dir`
5620 ac_define_dir=`eval echo $ac_define_dir`
5621
5622cat >>confdefs.h <<_ACEOF
5623#define AUTO_LOAD_DIR "$ac_define_dir"
5624_ACEOF
5625
5626
5627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
5628$as_echo "$with_auto_load_dir" >&6; }
5629
bccbefd2
JK
5630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
5631$as_echo_n "checking for default auto-load safe-path... " >&6; }
5632
5633# Check whether --with-auto-load-safe-path was given.
5634if test "${with_auto_load_safe_path+set}" = set; then :
5635 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6dea1fbd
JK
5636 with_auto_load_safe_path="/"
5637 fi
bccbefd2 5638else
7349ff92 5639 with_auto_load_safe_path="$with_auto_load_dir"
bccbefd2
JK
5640fi
5641
1564a261 5642escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
bccbefd2
JK
5643
5644 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5645 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6dea1fbd 5646 ac_define_dir=`eval echo $escape_dir`
bccbefd2
JK
5647 ac_define_dir=`eval echo $ac_define_dir`
5648
5649cat >>confdefs.h <<_ACEOF
6dea1fbd 5650#define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
bccbefd2
JK
5651_ACEOF
5652
5653
5654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
5655$as_echo "$with_auto_load_safe_path" >&6; }
5656
29b0e8a2 5657
20e95c23 5658
5ae98d25 5659subdirs="$subdirs testsuite"
20e95c23
DJ
5660
5661
783e057b 5662# Check whether to support alternative target configurations
81ecdfbb
RW
5663# Check whether --enable-targets was given.
5664if test "${enable_targets+set}" = set; then :
5665 enableval=$enable_targets; case "${enableval}" in
5666 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
783e057b
DJ
5667 ;;
5668 no) enable_targets= ;;
5669 *) enable_targets=$enableval ;;
5670esac
81ecdfbb
RW
5671fi
5672
20e95c23 5673
783e057b 5674# Check whether to enable 64-bit support on 32-bit hosts
81ecdfbb
RW
5675# Check whether --enable-64-bit-bfd was given.
5676if test "${enable_64_bit_bfd+set}" = set; then :
5677 enableval=$enable_64_bit_bfd; case "${enableval}" in
783e057b
DJ
5678 yes) want64=true ;;
5679 no) want64=false ;;
81ecdfbb 5680 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
783e057b
DJ
5681esac
5682else
5683 want64=false
81ecdfbb
RW
5684fi
5685
783e057b
DJ
5686# Provide defaults for some variables set by the per-host and per-target
5687# configuration.
5688gdb_host_obs=posix-hdep.o
20e95c23 5689
783e057b
DJ
5690if test "${target}" = "${host}"; then
5691 gdb_native=yes
5692else
5693 gdb_native=no
5694fi
20e95c23 5695
783e057b 5696. $srcdir/configure.host
20e95c23 5697
fb23d554
SDJ
5698# Add in the common host objects.
5699. $srcdir/common/common.host
5700gdb_host_obs="$gdb_host_obs $common_host_obs"
5701
783e057b 5702# Accumulate some settings from configure.tgt over all enabled targets
20e95c23 5703
783e057b
DJ
5704TARGET_OBS=
5705all_targets=
b292c783 5706HAVE_NATIVE_GCORE_TARGET=
20e95c23 5707
783e057b 5708for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
20e95c23 5709do
783e057b
DJ
5710 if test "$targ_alias" = "all"; then
5711 all_targets=true
5712 else
5713 # Canonicalize the secondary target names.
5714 result=`$ac_config_sub $targ_alias 2>/dev/null`
5715 if test -n "$result"; then
5716 targ=$result
5717 else
5718 targ=$targ_alias
5719 fi
20e95c23 5720
783e057b 5721 . ${srcdir}/configure.tgt
20e95c23 5722
bf307134
JB
5723 if test -z "${gdb_target_obs}"; then :
5724 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
5725fi
5726
783e057b
DJ
5727 # Target-specific object files
5728 for i in ${gdb_target_obs}; do
5729 case " $TARGET_OBS " in
5730 *" ${i} "*) ;;
5731 *)
5732 TARGET_OBS="$TARGET_OBS ${i}"
5733 ;;
5734 esac
5735 done
20e95c23 5736
783e057b
DJ
5737 # Check whether this target needs 64-bit CORE_ADDR
5738 if test x${want64} = xfalse; then
5739 . ${srcdir}/../bfd/config.bfd
5740 fi
b292c783
JK
5741
5742 # Check whether this target is native and supports gcore.
5743 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
5744 && $gdb_have_gcore; then
5745 HAVE_NATIVE_GCORE_TARGET=1
5746 fi
783e057b 5747 fi
20e95c23
DJ
5748done
5749
783e057b
DJ
5750if test x${all_targets} = xtrue; then
5751
5752 # We want all 64-bit targets if we either:
5753 # - run on a 64-bit host or
5754 # - already require 64-bit support for some other target or
5755 # - the --enable-64-bit-bfd option was supplied
5756 # Otherwise we only support all 32-bit targets.
5757 #
5758 # NOTE: This test must be in sync with the corresponding
5759 # tests in BFD!
20e95c23 5760
783e057b 5761 if test x${want64} = xfalse; then
81ecdfbb
RW
5762 # The cast to long int works around a bug in the HP C Compiler
5763# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5764# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5765# This bug is HP SR number 8606223364.
5766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5767$as_echo_n "checking size of long... " >&6; }
5768if test "${ac_cv_sizeof_long+set}" = set; then :
5769 $as_echo_n "(cached) " >&6
c0993dbe 5770else
81ecdfbb 5771 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
c0993dbe 5772
81ecdfbb
RW
5773else
5774 if test "$ac_cv_type_long" = yes; then
5775 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5776$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5777{ as_fn_set_status 77
5778as_fn_error "cannot compute sizeof (long)
5779See \`config.log' for more details." "$LINENO" 5; }; }
5780 else
5781 ac_cv_sizeof_long=0
5782 fi
c0993dbe 5783fi
81ecdfbb 5784
c0993dbe 5785fi
81ecdfbb
RW
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5787$as_echo "$ac_cv_sizeof_long" >&6; }
c0993dbe 5788
c0993dbe 5789
c0993dbe 5790
c0993dbe
UW
5791cat >>confdefs.h <<_ACEOF
5792#define SIZEOF_LONG $ac_cv_sizeof_long
5793_ACEOF
5794
5795
5796 if test "x${ac_cv_sizeof_long}" = "x8"; then
5797 want64=true
5798 fi
5799 fi
5800 if test x${want64} = xtrue; then
5801 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
5802 else
5803 TARGET_OBS='$(ALL_TARGET_OBS)'
5804 fi
5805fi
5806
5807
5808
b292c783 5809
c0993dbe
UW
5810# For other settings, only the main target counts.
5811gdb_sim=
5812gdb_osabi=
5813build_gdbserver=
5814targ=$target; . ${srcdir}/configure.tgt
5815
5816# Fetch the default architecture and default target vector from BFD.
5817targ=$target; . $srcdir/../bfd/config.bfd
5818
5819# We only want the first architecture, so strip off the others if
5820# there is more than one.
5821targ_archs=`echo $targ_archs | sed 's/ .*//'`
5822
5823if test "x$targ_archs" != x; then
5824
5825cat >>confdefs.h <<_ACEOF
5826#define DEFAULT_BFD_ARCH $targ_archs
5827_ACEOF
5828
5829fi
5830if test "x$targ_defvec" != x; then
5831
5832cat >>confdefs.h <<_ACEOF
5833#define DEFAULT_BFD_VEC $targ_defvec
5834_ACEOF
5835
5836fi
5837
c0993dbe
UW
5838# The CLI cannot be disabled yet, but may be in the future.
5839
5840# Enable CLI.
81ecdfbb
RW
5841# Check whether --enable-gdbcli was given.
5842if test "${enable_gdbcli+set}" = set; then :
5843 enableval=$enable_gdbcli; case $enableval in
c0993dbe
UW
5844 yes)
5845 ;;
5846 no)
81ecdfbb 5847 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
c0993dbe 5848 *)
81ecdfbb 5849 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
c0993dbe
UW
5850 esac
5851else
5852 enable_gdbcli=yes
81ecdfbb
RW
5853fi
5854
c0993dbe
UW
5855if test x"$enable_gdbcli" = xyes; then
5856 if test -d $srcdir/cli; then
5857 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
5858 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
5859 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
5860 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
5861 fi
5862fi
5863
5864# Enable MI.
81ecdfbb
RW
5865# Check whether --enable-gdbmi was given.
5866if test "${enable_gdbmi+set}" = set; then :
5867 enableval=$enable_gdbmi; case $enableval in
c0993dbe
UW
5868 yes | no)
5869 ;;
5870 *)
81ecdfbb 5871 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
c0993dbe
UW
5872 esac
5873else
5874 enable_gdbmi=yes
81ecdfbb
RW
5875fi
5876
c0993dbe
UW
5877if test x"$enable_gdbmi" = xyes; then
5878 if test -d $srcdir/mi; then
5879 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
5880 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
5881 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
5882 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
5883 fi
5884fi
5885
5886# Enable TUI.
81ecdfbb
RW
5887# Check whether --enable-tui was given.
5888if test "${enable_tui+set}" = set; then :
5889 enableval=$enable_tui; case $enableval in
3ca64bd3 5890 yes | no | auto)
c0993dbe
UW
5891 ;;
5892 *)
81ecdfbb 5893 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
c0993dbe
UW
5894 esac
5895else
3ca64bd3 5896 enable_tui=auto
81ecdfbb
RW
5897fi
5898
c0993dbe
UW
5899
5900# Enable gdbtk.
81ecdfbb
RW
5901# Check whether --enable-gdbtk was given.
5902if test "${enable_gdbtk+set}" = set; then :
5903 enableval=$enable_gdbtk; case $enableval in
c0993dbe
UW
5904 yes | no)
5905 ;;
5906 *)
81ecdfbb 5907 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
c0993dbe
UW
5908 esac
5909else
5062cc19 5910 if test -d $srcdir/gdbtk; then
c0993dbe
UW
5911 enable_gdbtk=yes
5912 else
5913 enable_gdbtk=no
5914 fi
81ecdfbb
RW
5915fi
5916
c0993dbe
UW
5917# We unconditionally disable gdbtk tests on selected platforms.
5918case $host_os in
5919 go32* | windows*)
81ecdfbb
RW
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
5921$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
c0993dbe
UW
5922 enable_gdbtk=no ;;
5923esac
5924
05e7c244 5925# Libunwind support for ia64.
bec39cab 5926
05e7c244
JK
5927
5928# Check whether --with-libunwind-ia64 was given.
5929if test "${with_libunwind_ia64+set}" = set; then :
5930 withval=$with_libunwind_ia64;
bec39cab 5931else
05e7c244
JK
5932 with_libunwind_ia64=auto
5933fi
bec39cab 5934
05e7c244
JK
5935
5936# Backward compatibility option.
5937if test "${with_libunwind+set}" = set; then
5938 if test x"$with_libunwind_ia64" != xauto; then
5939 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
5940 fi
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
5942$as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
5943 with_libunwind_ia64="$with_libunwind"
5944fi
5945
5946case "$with_libunwind_ia64" in
5947 yes | no)
5948 ;;
5949 auto)
5950 for ac_header in libunwind-ia64.h
81ecdfbb 5951do :
b54a8fd7
PA
5952 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5953if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5954 cat >>confdefs.h <<_ACEOF
b54a8fd7 5955#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5956_ACEOF
5957
5958fi
5959
5960done
5961
05e7c244
JK
5962 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
5963 ;;
5964 *)
5965 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
5966 ;;
5967esac
bec39cab 5968
05e7c244 5969if test x"$with_libunwind_ia64" = xyes; then
b54a8fd7 5970 for ac_header in libunwind-ia64.h
81ecdfbb 5971do :
b54a8fd7
PA
5972 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5973if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5974 cat >>confdefs.h <<_ACEOF
b54a8fd7 5975#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5976_ACEOF
5977
5978fi
5979
5980done
5981
05e7c244
JK
5982 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
5983 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
5984 fi
5985 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
5986 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
5987 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
a9322a30
TT
5988fi
5989
cb01cfba
JB
5990opt_curses=no
5991
81ecdfbb
RW
5992# Check whether --with-curses was given.
5993if test "${with_curses+set}" = set; then :
5994 withval=$with_curses; opt_curses=$withval
5995fi
5996
cb01cfba 5997
76a39ba7 5998prefer_curses=no
cb01cfba 5999if test "$opt_curses" = "yes"; then
76a39ba7 6000 prefer_curses=yes
cb01cfba
JB
6001fi
6002
a9322a30 6003# Profiling support.
81ecdfbb
RW
6004# Check whether --enable-profiling was given.
6005if test "${enable_profiling+set}" = set; then :
6006 enableval=$enable_profiling; case $enableval in
a9322a30
TT
6007 yes | no)
6008 ;;
6009 *)
81ecdfbb 6010 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
a9322a30
TT
6011 esac
6012else
6013 enable_profiling=no
81ecdfbb 6014fi
bec39cab 6015
a9322a30
TT
6016
6017for ac_func in monstartup _mcleanup
81ecdfbb
RW
6018do :
6019 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6020ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6021eval as_val=\$$as_ac_var
6022 if test "x$as_val" = x""yes; then :
6023 cat >>confdefs.h <<_ACEOF
6024#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 6025_ACEOF
a9322a30 6026
81ecdfbb
RW
6027fi
6028done
a9322a30 6029
81ecdfbb
RW
6030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
6031$as_echo_n "checking for _etext... " >&6; }
6032if test "${ac_cv_var__etext+set}" = set; then :
6033 $as_echo_n "(cached) " >&6
6034else
6035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6036/* end confdefs.h. */
6037#include <stdlib.h>
6038extern char _etext;
a9322a30
TT
6039
6040int
6041main ()
6042{
6043free (&_etext);
6044 ;
6045 return 0;
6046}
bec39cab 6047_ACEOF
81ecdfbb 6048if ac_fn_c_try_link "$LINENO"; then :
a9322a30 6049 ac_cv_var__etext=yes
bec39cab 6050else
81ecdfbb 6051 ac_cv_var__etext=no
bec39cab 6052fi
81ecdfbb
RW
6053rm -f core conftest.err conftest.$ac_objext \
6054 conftest$ac_exeext conftest.$ac_ext
bec39cab 6055fi
81ecdfbb
RW
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
6057$as_echo "$ac_cv_var__etext" >&6; }
a9322a30 6058if test $ac_cv_var__etext = yes; then
60ca704f 6059
81ecdfbb 6060$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
bec39cab 6061
bec39cab 6062fi
81ecdfbb
RW
6063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
6064$as_echo_n "checking for etext... " >&6; }
6065if test "${ac_cv_var_etext+set}" = set; then :
6066 $as_echo_n "(cached) " >&6
bec39cab 6067else
81ecdfbb 6068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6069/* end confdefs.h. */
a9322a30
TT
6070#include <stdlib.h>
6071extern char etext;
bec39cab
AC
6072
6073int
6074main ()
6075{
a9322a30 6076free (&etext);
bec39cab
AC
6077 ;
6078 return 0;
6079}
6080_ACEOF
81ecdfbb 6081if ac_fn_c_try_link "$LINENO"; then :
a9322a30 6082 ac_cv_var_etext=yes
bec39cab 6083else
81ecdfbb 6084 ac_cv_var_etext=no
bec39cab 6085fi
81ecdfbb
RW
6086rm -f core conftest.err conftest.$ac_objext \
6087 conftest$ac_exeext conftest.$ac_ext
bec39cab 6088fi
81ecdfbb
RW
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
6090$as_echo "$ac_cv_var_etext" >&6; }
a9322a30
TT
6091if test $ac_cv_var_etext = yes; then
6092
81ecdfbb 6093$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
bec39cab
AC
6094
6095fi
a9322a30
TT
6096if test "$enable_profiling" = yes ; then
6097 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
81ecdfbb 6098 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
a9322a30
TT
6099 fi
6100 PROFILE_CFLAGS=-pg
6101 OLD_CFLAGS="$CFLAGS"
6102 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
bec39cab 6103
81ecdfbb
RW
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
6105$as_echo_n "checking whether $CC supports -pg... " >&6; }
6106if test "${ac_cv_cc_supports_pg+set}" = set; then :
6107 $as_echo_n "(cached) " >&6
bec39cab 6108else
81ecdfbb 6109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6110/* end confdefs.h. */
bec39cab
AC
6111
6112int
6113main ()
6114{
a9322a30 6115int x;
bec39cab
AC
6116 ;
6117 return 0;
6118}
6119_ACEOF
81ecdfbb 6120if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 6121 ac_cv_cc_supports_pg=yes
bec39cab 6122else
81ecdfbb 6123 ac_cv_cc_supports_pg=no
bec39cab 6124fi
81ecdfbb 6125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 6126fi
81ecdfbb
RW
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
6128$as_echo "$ac_cv_cc_supports_pg" >&6; }
bec39cab 6129
a9322a30 6130 if test $ac_cv_cc_supports_pg = no; then
81ecdfbb 6131 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
a9322a30 6132 fi
bec39cab 6133
a9322a30 6134 CFLAGS="$OLD_CFLAGS"
bec39cab
AC
6135fi
6136
c16158bc
JM
6137
6138
81ecdfbb
RW
6139# Check whether --with-pkgversion was given.
6140if test "${with_pkgversion+set}" = set; then :
6141 withval=$with_pkgversion; case "$withval" in
6142 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
c16158bc
JM
6143 no) PKGVERSION= ;;
6144 *) PKGVERSION="($withval) " ;;
6145 esac
6146else
6147 PKGVERSION="(GDB) "
6148
81ecdfbb 6149fi
c16158bc
JM
6150
6151
6152
6153
81ecdfbb
RW
6154
6155# Check whether --with-bugurl was given.
6156if test "${with_bugurl+set}" = set; then :
6157 withval=$with_bugurl; case "$withval" in
6158 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
c16158bc
JM
6159 no) BUGURL=
6160 ;;
6161 *) BUGURL="$withval"
6162 ;;
6163 esac
6164else
6165 BUGURL="http://www.gnu.org/software/gdb/bugs/"
6166
81ecdfbb
RW
6167fi
6168
c16158bc
JM
6169 case ${BUGURL} in
6170 "")
6171 REPORT_BUGS_TO=
6172 REPORT_BUGS_TEXI=
6173 ;;
6174 *)
6175 REPORT_BUGS_TO="<$BUGURL>"
6176 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
6177 ;;
6178 esac;
6179
6180
6181
6182
6183cat >>confdefs.h <<_ACEOF
6184#define PKGVERSION "$PKGVERSION"
6185_ACEOF
6186
6187
6188cat >>confdefs.h <<_ACEOF
6189#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
6190_ACEOF
6191
6192
bec39cab
AC
6193# --------------------- #
6194# Checks for programs. #
6195# --------------------- #
6196
6197for ac_prog in gawk mawk nawk awk
6198do
6199 # Extract the first word of "$ac_prog", so it can be a program name with args.
6200set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202$as_echo_n "checking for $ac_word... " >&6; }
6203if test "${ac_cv_prog_AWK+set}" = set; then :
6204 $as_echo_n "(cached) " >&6
bec39cab
AC
6205else
6206 if test -n "$AWK"; then
6207 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6208else
6209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6210for as_dir in $PATH
6211do
6212 IFS=$as_save_IFS
6213 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6214 for ac_exec_ext in '' $ac_executable_extensions; do
6215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6216 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6218 break 2
6219 fi
6220done
81ecdfbb
RW
6221 done
6222IFS=$as_save_IFS
bec39cab
AC
6223
6224fi
6225fi
6226AWK=$ac_cv_prog_AWK
6227if test -n "$AWK"; then
81ecdfbb
RW
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
6229$as_echo "$AWK" >&6; }
bec39cab 6230else
81ecdfbb
RW
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232$as_echo "no" >&6; }
bec39cab
AC
6233fi
6234
bec39cab 6235
81ecdfbb 6236 test -n "$AWK" && break
bec39cab
AC
6237done
6238
c971b7fa
PA
6239# Find a good install program. We prefer a C program (faster),
6240# so one script is as good as another. But avoid the broken or
6241# incompatible versions:
6242# SysV /etc/install, /usr/sbin/install
6243# SunOS /usr/etc/install
6244# IRIX /sbin/install
6245# AIX /bin/install
6246# AmigaOS /C/install, which installs bootblocks on floppy discs
6247# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6248# AFS /usr/afsws/bin/install, which mishandles nonexistent args
6249# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6250# OS/2's system install, which has a completely different semantic
6251# ./install, which can be erroneously created by make from ./install.sh.
6252# Reject install programs that cannot install multiple files.
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
6254$as_echo_n "checking for a BSD-compatible install... " >&6; }
6255if test -z "$INSTALL"; then
6256if test "${ac_cv_path_install+set}" = set; then :
6257 $as_echo_n "(cached) " >&6
6258else
6259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6260for as_dir in $PATH
6261do
6262 IFS=$as_save_IFS
6263 test -z "$as_dir" && as_dir=.
6264 # Account for people who put trailing slashes in PATH elements.
6265case $as_dir/ in #((
6266 ./ | .// | /[cC]/* | \
6267 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6268 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
6269 /usr/ucb/* ) ;;
6270 *)
6271 # OSF1 and SCO ODT 3.0 have their own names for install.
6272 # Don't use installbsd from OSF since it installs stuff as root
6273 # by default.
6274 for ac_prog in ginstall scoinst install; do
6275 for ac_exec_ext in '' $ac_executable_extensions; do
6276 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6277 if test $ac_prog = install &&
6278 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6279 # AIX install. It has an incompatible calling convention.
6280 :
6281 elif test $ac_prog = install &&
6282 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6283 # program-specific install script used by HP pwplus--don't use.
6284 :
6285 else
6286 rm -rf conftest.one conftest.two conftest.dir
6287 echo one > conftest.one
6288 echo two > conftest.two
6289 mkdir conftest.dir
6290 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6291 test -s conftest.one && test -s conftest.two &&
6292 test -s conftest.dir/conftest.one &&
6293 test -s conftest.dir/conftest.two
6294 then
6295 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6296 break 3
6297 fi
6298 fi
6299 fi
6300 done
6301 done
6302 ;;
6303esac
6304
6305 done
6306IFS=$as_save_IFS
6307
6308rm -rf conftest.one conftest.two conftest.dir
6309
6310fi
6311 if test "${ac_cv_path_install+set}" = set; then
6312 INSTALL=$ac_cv_path_install
6313 else
6314 # As a last resort, use the slow shell script. Don't cache a
6315 # value for INSTALL within a source directory, because that will
6316 # break other packages using the cache if that directory is
6317 # removed, or if the value is a relative name.
6318 INSTALL=$ac_install_sh
6319 fi
6320fi
6321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
6322$as_echo "$INSTALL" >&6; }
6323
6324# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6325# It thinks the first close brace ends the variable substitution.
6326test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6327
6328test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6329
6330test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
bec39cab 6331
81ecdfbb
RW
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6333$as_echo_n "checking whether ln -s works... " >&6; }
bec39cab
AC
6334LN_S=$as_ln_s
6335if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6337$as_echo "yes" >&6; }
bec39cab 6338else
81ecdfbb
RW
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6340$as_echo "no, using $LN_S" >&6; }
bec39cab
AC
6341fi
6342
6343if test -n "$ac_tool_prefix"; then
6344 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6345set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6347$as_echo_n "checking for $ac_word... " >&6; }
6348if test "${ac_cv_prog_RANLIB+set}" = set; then :
6349 $as_echo_n "(cached) " >&6
bec39cab
AC
6350else
6351 if test -n "$RANLIB"; then
6352 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6353else
6354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355for as_dir in $PATH
6356do
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6359 for ac_exec_ext in '' $ac_executable_extensions; do
6360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6361 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6363 break 2
6364 fi
6365done
81ecdfbb
RW
6366 done
6367IFS=$as_save_IFS
bec39cab
AC
6368
6369fi
6370fi
6371RANLIB=$ac_cv_prog_RANLIB
6372if test -n "$RANLIB"; then
81ecdfbb
RW
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6374$as_echo "$RANLIB" >&6; }
bec39cab 6375else
81ecdfbb
RW
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6377$as_echo "no" >&6; }
bec39cab
AC
6378fi
6379
81ecdfbb 6380
bec39cab
AC
6381fi
6382if test -z "$ac_cv_prog_RANLIB"; then
6383 ac_ct_RANLIB=$RANLIB
6384 # Extract the first word of "ranlib", so it can be a program name with args.
6385set dummy ranlib; ac_word=$2
81ecdfbb
RW
6386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6387$as_echo_n "checking for $ac_word... " >&6; }
6388if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6389 $as_echo_n "(cached) " >&6
bec39cab
AC
6390else
6391 if test -n "$ac_ct_RANLIB"; then
6392 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6393else
6394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6395for as_dir in $PATH
6396do
6397 IFS=$as_save_IFS
6398 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6399 for ac_exec_ext in '' $ac_executable_extensions; do
6400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6401 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6403 break 2
6404 fi
6405done
81ecdfbb
RW
6406 done
6407IFS=$as_save_IFS
bec39cab 6408
bec39cab
AC
6409fi
6410fi
6411ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6412if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6414$as_echo "$ac_ct_RANLIB" >&6; }
bec39cab 6415else
81ecdfbb
RW
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6417$as_echo "no" >&6; }
bec39cab
AC
6418fi
6419
81ecdfbb
RW
6420 if test "x$ac_ct_RANLIB" = x; then
6421 RANLIB=":"
6422 else
6423 case $cross_compiling:$ac_tool_warned in
6424yes:)
6425{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6426$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6427ac_tool_warned=yes ;;
6428esac
6429 RANLIB=$ac_ct_RANLIB
6430 fi
bec39cab
AC
6431else
6432 RANLIB="$ac_cv_prog_RANLIB"
6433fi
6434
6435for ac_prog in 'bison -y' byacc
6436do
6437 # Extract the first word of "$ac_prog", so it can be a program name with args.
6438set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6440$as_echo_n "checking for $ac_word... " >&6; }
6441if test "${ac_cv_prog_YACC+set}" = set; then :
6442 $as_echo_n "(cached) " >&6
bec39cab
AC
6443else
6444 if test -n "$YACC"; then
6445 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6446else
6447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448for as_dir in $PATH
6449do
6450 IFS=$as_save_IFS
6451 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6452 for ac_exec_ext in '' $ac_executable_extensions; do
6453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6454 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 6455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6456 break 2
6457 fi
6458done
81ecdfbb
RW
6459 done
6460IFS=$as_save_IFS
bec39cab
AC
6461
6462fi
6463fi
6464YACC=$ac_cv_prog_YACC
6465if test -n "$YACC"; then
81ecdfbb
RW
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
6467$as_echo "$YACC" >&6; }
bec39cab 6468else
81ecdfbb
RW
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6470$as_echo "no" >&6; }
bec39cab
AC
6471fi
6472
81ecdfbb 6473
bec39cab
AC
6474 test -n "$YACC" && break
6475done
6476test -n "$YACC" || YACC="yacc"
6477
6478
6479if test -n "$ac_tool_prefix"; then
6480 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6481set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6483$as_echo_n "checking for $ac_word... " >&6; }
6484if test "${ac_cv_prog_AR+set}" = set; then :
6485 $as_echo_n "(cached) " >&6
bec39cab
AC
6486else
6487 if test -n "$AR"; then
6488 ac_cv_prog_AR="$AR" # Let the user override the test.
6489else
6490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6491for as_dir in $PATH
6492do
6493 IFS=$as_save_IFS
6494 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6495 for ac_exec_ext in '' $ac_executable_extensions; do
6496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6497 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6499 break 2
6500 fi
6501done
81ecdfbb
RW
6502 done
6503IFS=$as_save_IFS
bec39cab
AC
6504
6505fi
6506fi
6507AR=$ac_cv_prog_AR
6508if test -n "$AR"; then
81ecdfbb
RW
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6510$as_echo "$AR" >&6; }
bec39cab 6511else
81ecdfbb
RW
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6513$as_echo "no" >&6; }
bec39cab
AC
6514fi
6515
81ecdfbb 6516
bec39cab
AC
6517fi
6518if test -z "$ac_cv_prog_AR"; then
6519 ac_ct_AR=$AR
6520 # Extract the first word of "ar", so it can be a program name with args.
6521set dummy ar; ac_word=$2
81ecdfbb
RW
6522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6523$as_echo_n "checking for $ac_word... " >&6; }
6524if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6525 $as_echo_n "(cached) " >&6
bec39cab
AC
6526else
6527 if test -n "$ac_ct_AR"; then
6528 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6529else
6530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531for as_dir in $PATH
6532do
6533 IFS=$as_save_IFS
6534 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6535 for ac_exec_ext in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6537 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6539 break 2
6540 fi
6541done
81ecdfbb
RW
6542 done
6543IFS=$as_save_IFS
bec39cab
AC
6544
6545fi
6546fi
6547ac_ct_AR=$ac_cv_prog_ac_ct_AR
6548if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6550$as_echo "$ac_ct_AR" >&6; }
bec39cab 6551else
81ecdfbb
RW
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6553$as_echo "no" >&6; }
bec39cab
AC
6554fi
6555
81ecdfbb
RW
6556 if test "x$ac_ct_AR" = x; then
6557 AR=""
6558 else
6559 case $cross_compiling:$ac_tool_warned in
6560yes:)
6561{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6562$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6563ac_tool_warned=yes ;;
6564esac
6565 AR=$ac_ct_AR
6566 fi
bec39cab
AC
6567else
6568 AR="$ac_cv_prog_AR"
6569fi
6570
6571if test -n "$ac_tool_prefix"; then
6572 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6573set dummy ${ac_tool_prefix}dlltool; ac_word=$2
81ecdfbb
RW
6574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6575$as_echo_n "checking for $ac_word... " >&6; }
6576if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6577 $as_echo_n "(cached) " >&6
bec39cab
AC
6578else
6579 if test -n "$DLLTOOL"; then
6580 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6581else
6582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6583for as_dir in $PATH
6584do
6585 IFS=$as_save_IFS
6586 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6587 for ac_exec_ext in '' $ac_executable_extensions; do
6588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6589 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
81ecdfbb 6590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6591 break 2
6592 fi
6593done
81ecdfbb
RW
6594 done
6595IFS=$as_save_IFS
bec39cab
AC
6596
6597fi
6598fi
6599DLLTOOL=$ac_cv_prog_DLLTOOL
6600if test -n "$DLLTOOL"; then
81ecdfbb
RW
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6602$as_echo "$DLLTOOL" >&6; }
bec39cab 6603else
81ecdfbb
RW
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6605$as_echo "no" >&6; }
bec39cab
AC
6606fi
6607
81ecdfbb 6608
bec39cab
AC
6609fi
6610if test -z "$ac_cv_prog_DLLTOOL"; then
6611 ac_ct_DLLTOOL=$DLLTOOL
6612 # Extract the first word of "dlltool", so it can be a program name with args.
6613set dummy dlltool; ac_word=$2
81ecdfbb
RW
6614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6615$as_echo_n "checking for $ac_word... " >&6; }
6616if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6617 $as_echo_n "(cached) " >&6
bec39cab
AC
6618else
6619 if test -n "$ac_ct_DLLTOOL"; then
6620 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6621else
6622as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6623for as_dir in $PATH
6624do
6625 IFS=$as_save_IFS
6626 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6627 for ac_exec_ext in '' $ac_executable_extensions; do
6628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6629 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
81ecdfbb 6630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6631 break 2
6632 fi
6633done
81ecdfbb
RW
6634 done
6635IFS=$as_save_IFS
bec39cab
AC
6636
6637fi
6638fi
6639ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6640if test -n "$ac_ct_DLLTOOL"; then
81ecdfbb
RW
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6642$as_echo "$ac_ct_DLLTOOL" >&6; }
bec39cab 6643else
81ecdfbb
RW
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6645$as_echo "no" >&6; }
bec39cab
AC
6646fi
6647
81ecdfbb
RW
6648 if test "x$ac_ct_DLLTOOL" = x; then
6649 DLLTOOL=""
6650 else
6651 case $cross_compiling:$ac_tool_warned in
6652yes:)
6653{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6654$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6655ac_tool_warned=yes ;;
6656esac
6657 DLLTOOL=$ac_ct_DLLTOOL
6658 fi
bec39cab
AC
6659else
6660 DLLTOOL="$ac_cv_prog_DLLTOOL"
6661fi
6662
6663if test -n "$ac_tool_prefix"; then
6664 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6665set dummy ${ac_tool_prefix}windres; ac_word=$2
81ecdfbb
RW
6666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6667$as_echo_n "checking for $ac_word... " >&6; }
6668if test "${ac_cv_prog_WINDRES+set}" = set; then :
6669 $as_echo_n "(cached) " >&6
bec39cab
AC
6670else
6671 if test -n "$WINDRES"; then
6672 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6673else
6674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6675for as_dir in $PATH
6676do
6677 IFS=$as_save_IFS
6678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6681 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
81ecdfbb 6682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6683 break 2
6684 fi
6685done
81ecdfbb
RW
6686 done
6687IFS=$as_save_IFS
bec39cab
AC
6688
6689fi
6690fi
6691WINDRES=$ac_cv_prog_WINDRES
6692if test -n "$WINDRES"; then
81ecdfbb
RW
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
6694$as_echo "$WINDRES" >&6; }
bec39cab 6695else
81ecdfbb
RW
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6697$as_echo "no" >&6; }
bec39cab
AC
6698fi
6699
81ecdfbb 6700
bec39cab
AC
6701fi
6702if test -z "$ac_cv_prog_WINDRES"; then
6703 ac_ct_WINDRES=$WINDRES
6704 # Extract the first word of "windres", so it can be a program name with args.
6705set dummy windres; 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_ac_ct_WINDRES+set}" = set; then :
6709 $as_echo_n "(cached) " >&6
bec39cab
AC
6710else
6711 if test -n "$ac_ct_WINDRES"; then
6712 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # 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_ac_ct_WINDRES="windres"
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
AC
6728
6729fi
6730fi
6731ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6732if test -n "$ac_ct_WINDRES"; then
81ecdfbb
RW
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
6734$as_echo "$ac_ct_WINDRES" >&6; }
bec39cab 6735else
81ecdfbb
RW
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6737$as_echo "no" >&6; }
c906108c 6738fi
bec39cab 6739
81ecdfbb
RW
6740 if test "x$ac_ct_WINDRES" = x; then
6741 WINDRES=""
6742 else
6743 case $cross_compiling:$ac_tool_warned in
6744yes:)
6745{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6746$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6747ac_tool_warned=yes ;;
6748esac
6749 WINDRES=$ac_ct_WINDRES
6750 fi
c906108c 6751else
bec39cab 6752 WINDRES="$ac_cv_prog_WINDRES"
c906108c
SS
6753fi
6754
bec39cab 6755
036c3acb
TS
6756case $host_os in
6757 gnu*)
6758 # Needed for GNU Hurd hosts.
6759 if test -n "$ac_tool_prefix"; then
bec39cab
AC
6760 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
6761set dummy ${ac_tool_prefix}mig; ac_word=$2
81ecdfbb
RW
6762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6763$as_echo_n "checking for $ac_word... " >&6; }
6764if test "${ac_cv_prog_MIG+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
c906108c 6766else
bec39cab
AC
6767 if test -n "$MIG"; then
6768 ac_cv_prog_MIG="$MIG" # Let the user override the test.
6769else
6770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6771for as_dir in $PATH
6772do
6773 IFS=$as_save_IFS
6774 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6775 for ac_exec_ext in '' $ac_executable_extensions; do
6776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6777 ac_cv_prog_MIG="${ac_tool_prefix}mig"
81ecdfbb 6778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6779 break 2
6780 fi
6781done
81ecdfbb
RW
6782 done
6783IFS=$as_save_IFS
bec39cab 6784
c906108c 6785fi
bec39cab
AC
6786fi
6787MIG=$ac_cv_prog_MIG
6788if test -n "$MIG"; then
81ecdfbb
RW
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
6790$as_echo "$MIG" >&6; }
c906108c 6791else
81ecdfbb
RW
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6793$as_echo "no" >&6; }
c906108c
SS
6794fi
6795
81ecdfbb 6796
bec39cab
AC
6797fi
6798if test -z "$ac_cv_prog_MIG"; then
6799 ac_ct_MIG=$MIG
6800 # Extract the first word of "mig", so it can be a program name with args.
6801set dummy mig; ac_word=$2
81ecdfbb
RW
6802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803$as_echo_n "checking for $ac_word... " >&6; }
6804if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
6805 $as_echo_n "(cached) " >&6
bec39cab
AC
6806else
6807 if test -n "$ac_ct_MIG"; then
6808 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
6809else
6810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811for as_dir in $PATH
6812do
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6817 ac_cv_prog_ac_ct_MIG="mig"
81ecdfbb 6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6819 break 2
6820 fi
6821done
81ecdfbb
RW
6822 done
6823IFS=$as_save_IFS
c906108c 6824
bec39cab
AC
6825fi
6826fi
6827ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
6828if test -n "$ac_ct_MIG"; then
81ecdfbb
RW
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
6830$as_echo "$ac_ct_MIG" >&6; }
bec39cab 6831else
81ecdfbb
RW
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833$as_echo "no" >&6; }
bec39cab 6834fi
c906108c 6835
81ecdfbb
RW
6836 if test "x$ac_ct_MIG" = x; then
6837 MIG=""
6838 else
6839 case $cross_compiling:$ac_tool_warned in
6840yes:)
6841{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6842$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6843ac_tool_warned=yes ;;
6844esac
6845 MIG=$ac_ct_MIG
6846 fi
bec39cab
AC
6847else
6848 MIG="$ac_cv_prog_MIG"
6849fi
c906108c 6850
036c3acb
TS
6851 if test x"$MIG" = x; then
6852 as_fn_error "MIG not found but required for $host hosts" "$LINENO" 5
6853 fi
6854 ;;
6855esac
c906108c 6856
bec39cab
AC
6857# ---------------------- #
6858# Checks for libraries. #
6859# ---------------------- #
c906108c 6860
bec39cab 6861# We might need to link with -lm; most simulators need it.
81ecdfbb
RW
6862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
6863$as_echo_n "checking for main in -lm... " >&6; }
6864if test "${ac_cv_lib_m_main+set}" = set; then :
6865 $as_echo_n "(cached) " >&6
bec39cab
AC
6866else
6867 ac_check_lib_save_LIBS=$LIBS
6868LIBS="-lm $LIBS"
81ecdfbb 6869cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6870/* end confdefs.h. */
c906108c 6871
c906108c 6872
bec39cab
AC
6873int
6874main ()
6875{
81ecdfbb 6876return main ();
bec39cab
AC
6877 ;
6878 return 0;
6879}
6880_ACEOF
81ecdfbb 6881if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6882 ac_cv_lib_m_main=yes
6883else
81ecdfbb 6884 ac_cv_lib_m_main=no
bec39cab 6885fi
81ecdfbb
RW
6886rm -f core conftest.err conftest.$ac_objext \
6887 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6888LIBS=$ac_check_lib_save_LIBS
6889fi
81ecdfbb
RW
6890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
6891$as_echo "$ac_cv_lib_m_main" >&6; }
6892if test "x$ac_cv_lib_m_main" = x""yes; then :
bec39cab
AC
6893 cat >>confdefs.h <<_ACEOF
6894#define HAVE_LIBM 1
6895_ACEOF
6896
6897 LIBS="-lm $LIBS"
c906108c 6898
c906108c 6899fi
bec39cab
AC
6900
6901
6902# We need to link with -lw to get `wctype' on Solaris before Solaris
6903# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
6904# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
6905# is known to have this problem). Therefore we avoid libw if we can.
81ecdfbb
RW
6906ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
6907if test "x$ac_cv_func_wctype" = x""yes; then :
bec39cab 6908
c906108c 6909else
81ecdfbb
RW
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
6911$as_echo_n "checking for wctype in -lw... " >&6; }
6912if test "${ac_cv_lib_w_wctype+set}" = set; then :
6913 $as_echo_n "(cached) " >&6
bec39cab
AC
6914else
6915 ac_check_lib_save_LIBS=$LIBS
6916LIBS="-lw $LIBS"
81ecdfbb 6917cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6918/* end confdefs.h. */
c906108c 6919
81ecdfbb
RW
6920/* Override any GCC internal prototype to avoid an error.
6921 Use char because int might match the return type of a GCC
6922 builtin and then its argument prototype would still apply. */
bec39cab
AC
6923#ifdef __cplusplus
6924extern "C"
6925#endif
bec39cab
AC
6926char wctype ();
6927int
6928main ()
6929{
81ecdfbb 6930return wctype ();
bec39cab
AC
6931 ;
6932 return 0;
6933}
6934_ACEOF
81ecdfbb 6935if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6936 ac_cv_lib_w_wctype=yes
6937else
81ecdfbb 6938 ac_cv_lib_w_wctype=no
bec39cab 6939fi
81ecdfbb
RW
6940rm -f core conftest.err conftest.$ac_objext \
6941 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6942LIBS=$ac_check_lib_save_LIBS
6943fi
81ecdfbb
RW
6944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
6945$as_echo "$ac_cv_lib_w_wctype" >&6; }
6946if test "x$ac_cv_lib_w_wctype" = x""yes; then :
bec39cab
AC
6947 cat >>confdefs.h <<_ACEOF
6948#define HAVE_LIBW 1
6949_ACEOF
c906108c 6950
bec39cab 6951 LIBS="-lw $LIBS"
c906108c 6952
bec39cab 6953fi
c906108c 6954
bec39cab 6955fi
c906108c 6956
ddc9cd0f 6957
bec39cab 6958# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
81ecdfbb
RW
6959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
6960$as_echo_n "checking for library containing gethostbyname... " >&6; }
6961if test "${ac_cv_search_gethostbyname+set}" = set; then :
6962 $as_echo_n "(cached) " >&6
bec39cab
AC
6963else
6964 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6965cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6966/* end confdefs.h. */
ddc9cd0f 6967
81ecdfbb
RW
6968/* Override any GCC internal prototype to avoid an error.
6969 Use char because int might match the return type of a GCC
6970 builtin and then its argument prototype would still apply. */
bec39cab
AC
6971#ifdef __cplusplus
6972extern "C"
6973#endif
bec39cab
AC
6974char gethostbyname ();
6975int
6976main ()
6977{
81ecdfbb 6978return gethostbyname ();
bec39cab
AC
6979 ;
6980 return 0;
6981}
6982_ACEOF
81ecdfbb
RW
6983for ac_lib in '' nsl; do
6984 if test -z "$ac_lib"; then
6985 ac_res="none required"
6986 else
6987 ac_res=-l$ac_lib
b4e70030 6988 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6989 fi
6990 if ac_fn_c_try_link "$LINENO"; then :
6991 ac_cv_search_gethostbyname=$ac_res
6992fi
6993rm -f core conftest.err conftest.$ac_objext \
6994 conftest$ac_exeext
6995 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6996 break
6997fi
6998done
6999if test "${ac_cv_search_gethostbyname+set}" = set; then :
ddc9cd0f 7000
bec39cab 7001else
81ecdfbb 7002 ac_cv_search_gethostbyname=no
bec39cab 7003fi
81ecdfbb 7004rm conftest.$ac_ext
bec39cab
AC
7005LIBS=$ac_func_search_save_LIBS
7006fi
81ecdfbb
RW
7007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
7008$as_echo "$ac_cv_search_gethostbyname" >&6; }
7009ac_res=$ac_cv_search_gethostbyname
7010if test "$ac_res" != no; then :
7011 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
96baa820 7012
bec39cab 7013fi
96baa820 7014
c906108c 7015
b4e70030 7016# Some systems (e.g. Solaris) have `socketpair' in libsocket.
81ecdfbb
RW
7017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
7018$as_echo_n "checking for library containing socketpair... " >&6; }
7019if test "${ac_cv_search_socketpair+set}" = set; then :
7020 $as_echo_n "(cached) " >&6
b4e70030
JB
7021else
7022 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7023cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
7024/* end confdefs.h. */
7025
81ecdfbb
RW
7026/* Override any GCC internal prototype to avoid an error.
7027 Use char because int might match the return type of a GCC
7028 builtin and then its argument prototype would still apply. */
b4e70030
JB
7029#ifdef __cplusplus
7030extern "C"
7031#endif
b4e70030
JB
7032char socketpair ();
7033int
7034main ()
7035{
81ecdfbb 7036return socketpair ();
b4e70030
JB
7037 ;
7038 return 0;
7039}
7040_ACEOF
81ecdfbb
RW
7041for ac_lib in '' socket; do
7042 if test -z "$ac_lib"; then
7043 ac_res="none required"
7044 else
7045 ac_res=-l$ac_lib
b4e70030 7046 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
7047 fi
7048 if ac_fn_c_try_link "$LINENO"; then :
7049 ac_cv_search_socketpair=$ac_res
7050fi
7051rm -f core conftest.err conftest.$ac_objext \
7052 conftest$ac_exeext
7053 if test "${ac_cv_search_socketpair+set}" = set; then :
7054 break
7055fi
7056done
7057if test "${ac_cv_search_socketpair+set}" = set; then :
b4e70030 7058
b4e70030 7059else
81ecdfbb 7060 ac_cv_search_socketpair=no
b4e70030 7061fi
81ecdfbb 7062rm conftest.$ac_ext
b4e70030
JB
7063LIBS=$ac_func_search_save_LIBS
7064fi
81ecdfbb
RW
7065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
7066$as_echo "$ac_cv_search_socketpair" >&6; }
7067ac_res=$ac_cv_search_socketpair
7068if test "$ac_res" != no; then :
7069 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b4e70030
JB
7070
7071fi
7072
7073
233a11ab 7074# Link in zlib if we can. This allows us to read compressed debug sections.
b040ad30 7075
711a72d3 7076 # Use the system's zlib library.
39f3de7c
L
7077 zlibdir="-L\$(top_builddir)/../zlib"
7078 zlibinc="-I\$(top_srcdir)/../zlib"
b040ad30 7079
711a72d3
L
7080# Check whether --with-system-zlib was given.
7081if test "${with_system_zlib+set}" = set; then :
afa59b79
L
7082 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7083 zlibdir=
7084 zlibinc=
7085 fi
b040ad30 7086
233a11ab 7087fi
233a11ab 7088
233a11ab 7089
233a11ab 7090
b040ad30 7091
233a11ab 7092
25268153
JB
7093# On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
7094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kinfo_getvmmap" >&5
7095$as_echo_n "checking for library containing kinfo_getvmmap... " >&6; }
7096if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7097 $as_echo_n "(cached) " >&6
7098else
7099 ac_func_search_save_LIBS=$LIBS
7100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7101/* end confdefs.h. */
7102
7103/* Override any GCC internal prototype to avoid an error.
7104 Use char because int might match the return type of a GCC
7105 builtin and then its argument prototype would still apply. */
7106#ifdef __cplusplus
7107extern "C"
7108#endif
7109char kinfo_getvmmap ();
7110int
7111main ()
7112{
7113return kinfo_getvmmap ();
7114 ;
7115 return 0;
7116}
7117_ACEOF
7118for ac_lib in '' util; do
7119 if test -z "$ac_lib"; then
7120 ac_res="none required"
7121 else
7122 ac_res=-l$ac_lib
7123 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7124 fi
7125 if ac_fn_c_try_link "$LINENO"; then :
7126 ac_cv_search_kinfo_getvmmap=$ac_res
7127fi
7128rm -f core conftest.err conftest.$ac_objext \
7129 conftest$ac_exeext
7130 if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7131 break
7132fi
7133done
7134if test "${ac_cv_search_kinfo_getvmmap+set}" = set; then :
7135
7136else
7137 ac_cv_search_kinfo_getvmmap=no
7138fi
7139rm conftest.$ac_ext
7140LIBS=$ac_func_search_save_LIBS
7141fi
7142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kinfo_getvmmap" >&5
7143$as_echo "$ac_cv_search_kinfo_getvmmap" >&6; }
7144ac_res=$ac_cv_search_kinfo_getvmmap
7145if test "$ac_res" != no; then :
7146 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7147
7148$as_echo "#define HAVE_KINFO_GETVMMAP 1" >>confdefs.h
7149
7150fi
7151
7152
77f120bf 7153
016a3251
DD
7154 if test "X$prefix" = "XNONE"; then
7155 acl_final_prefix="$ac_default_prefix"
7156 else
7157 acl_final_prefix="$prefix"
7158 fi
7159 if test "X$exec_prefix" = "XNONE"; then
7160 acl_final_exec_prefix='${prefix}'
7161 else
7162 acl_final_exec_prefix="$exec_prefix"
7163 fi
7164 acl_save_prefix="$prefix"
7165 prefix="$acl_final_prefix"
7166 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7167 prefix="$acl_save_prefix"
7168
7169
7170# Check whether --with-gnu-ld was given.
7171if test "${with_gnu_ld+set}" = set; then :
7172 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7173else
7174 with_gnu_ld=no
7175fi
7176
7177# Prepare PATH_SEPARATOR.
7178# The user is always right.
7179if test "${PATH_SEPARATOR+set}" != set; then
7180 echo "#! /bin/sh" >conf$$.sh
7181 echo "exit 0" >>conf$$.sh
7182 chmod +x conf$$.sh
7183 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7184 PATH_SEPARATOR=';'
7185 else
7186 PATH_SEPARATOR=:
7187 fi
7188 rm -f conf$$.sh
7189fi
7190ac_prog=ld
7191if test "$GCC" = yes; then
7192 # Check if gcc -print-prog-name=ld gives a path.
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7194$as_echo_n "checking for ld used by GCC... " >&6; }
7195 case $host in
7196 *-*-mingw*)
7197 # gcc leaves a trailing carriage return which upsets mingw
7198 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7199 *)
7200 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7201 esac
7202 case $ac_prog in
7203 # Accept absolute paths.
7204 [\\/]* | [A-Za-z]:[\\/]*)
7205 re_direlt='/[^/][^/]*/\.\./'
7206 # Canonicalize the path of ld
7207 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7208 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7209 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7210 done
7211 test -z "$LD" && LD="$ac_prog"
7212 ;;
7213 "")
7214 # If it fails, then pretend we aren't using GCC.
7215 ac_prog=ld
7216 ;;
7217 *)
7218 # If it is relative, then search for the first ld in PATH.
7219 with_gnu_ld=unknown
7220 ;;
7221 esac
7222elif test "$with_gnu_ld" = yes; then
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7224$as_echo_n "checking for GNU ld... " >&6; }
7225else
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7227$as_echo_n "checking for non-GNU ld... " >&6; }
7228fi
7229if test "${acl_cv_path_LD+set}" = set; then :
7230 $as_echo_n "(cached) " >&6
7231else
7232 if test -z "$LD"; then
7233 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7234 for ac_dir in $PATH; do
7235 test -z "$ac_dir" && ac_dir=.
7236 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7237 acl_cv_path_LD="$ac_dir/$ac_prog"
7238 # Check to see if the program is GNU ld. I'd rather use --version,
7239 # but apparently some GNU ld's only accept -v.
7240 # Break only if it was the GNU/non-GNU ld that we prefer.
7241 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
7242 test "$with_gnu_ld" != no && break
7243 else
7244 test "$with_gnu_ld" != yes && break
7245 fi
7246 fi
7247 done
7248 IFS="$ac_save_ifs"
7249else
7250 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7251fi
7252fi
7253
7254LD="$acl_cv_path_LD"
7255if test -n "$LD"; then
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7257$as_echo "$LD" >&6; }
7258else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7260$as_echo "no" >&6; }
7261fi
7262test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7264$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7265if test "${acl_cv_prog_gnu_ld+set}" = set; then :
7266 $as_echo_n "(cached) " >&6
7267else
7268 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7269if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
7270 acl_cv_prog_gnu_ld=yes
7271else
7272 acl_cv_prog_gnu_ld=no
7273fi
7274fi
7275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
7276$as_echo "$acl_cv_prog_gnu_ld" >&6; }
7277with_gnu_ld=$acl_cv_prog_gnu_ld
7278
7279
7280
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7282$as_echo_n "checking for shared library run path origin... " >&6; }
7283if test "${acl_cv_rpath+set}" = set; then :
7284 $as_echo_n "(cached) " >&6
7285else
7286
7287 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7288 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7289 . ./conftest.sh
7290 rm -f ./conftest.sh
7291 acl_cv_rpath=done
7292
7293fi
7294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
7295$as_echo "$acl_cv_rpath" >&6; }
7296 wl="$acl_cv_wl"
7297 libext="$acl_cv_libext"
7298 shlibext="$acl_cv_shlibext"
7299 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
7300 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
7301 hardcode_direct="$acl_cv_hardcode_direct"
7302 hardcode_minus_L="$acl_cv_hardcode_minus_L"
7303 # Check whether --enable-rpath was given.
7304if test "${enable_rpath+set}" = set; then :
7305 enableval=$enable_rpath; :
7306else
7307 enable_rpath=yes
7308fi
7309
7310
7311
7312
7313
7314
7315
7316
7317 use_additional=yes
7318
7319 acl_save_prefix="$prefix"
7320 prefix="$acl_final_prefix"
7321 acl_save_exec_prefix="$exec_prefix"
7322 exec_prefix="$acl_final_exec_prefix"
7323
7324 eval additional_includedir=\"$includedir\"
7325 eval additional_libdir=\"$libdir\"
7326
7327 exec_prefix="$acl_save_exec_prefix"
7328 prefix="$acl_save_prefix"
77f120bf 7329
6c7a06a3 7330
81ecdfbb
RW
7331# Check whether --with-libiconv-prefix was given.
7332if test "${with_libiconv_prefix+set}" = set; then :
7333 withval=$with_libiconv_prefix;
016a3251
DD
7334 if test "X$withval" = "Xno"; then
7335 use_additional=no
7336 else
7337 if test "X$withval" = "X"; then
7338
7339 acl_save_prefix="$prefix"
7340 prefix="$acl_final_prefix"
7341 acl_save_exec_prefix="$exec_prefix"
7342 exec_prefix="$acl_final_exec_prefix"
7343
7344 eval additional_includedir=\"$includedir\"
7345 eval additional_libdir=\"$libdir\"
7346
7347 exec_prefix="$acl_save_exec_prefix"
7348 prefix="$acl_save_prefix"
7349
7350 else
7351 additional_includedir="$withval/include"
7352 additional_libdir="$withval/lib"
7353 fi
7354 fi
6c7a06a3 7355
81ecdfbb
RW
7356fi
7357
016a3251
DD
7358 LIBICONV=
7359 LTLIBICONV=
7360 INCICONV=
7361 rpathdirs=
7362 ltrpathdirs=
7363 names_already_handled=
7364 names_next_round='iconv '
7365 while test -n "$names_next_round"; do
7366 names_this_round="$names_next_round"
7367 names_next_round=
7368 for name in $names_this_round; do
7369 already_handled=
7370 for n in $names_already_handled; do
7371 if test "$n" = "$name"; then
7372 already_handled=yes
7373 break
7374 fi
7375 done
7376 if test -z "$already_handled"; then
7377 names_already_handled="$names_already_handled $name"
7378 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
7379 eval value=\"\$HAVE_LIB$uppername\"
7380 if test -n "$value"; then
7381 if test "$value" = yes; then
7382 eval value=\"\$LIB$uppername\"
7383 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
7384 eval value=\"\$LTLIB$uppername\"
7385 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
7386 else
7387 :
7388 fi
7389 else
7390 found_dir=
7391 found_la=
7392 found_so=
7393 found_a=
7394 if test $use_additional = yes; then
7395 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
7396 found_dir="$additional_libdir"
7397 found_so="$additional_libdir/lib$name.$shlibext"
7398 if test -f "$additional_libdir/lib$name.la"; then
7399 found_la="$additional_libdir/lib$name.la"
7400 fi
7401 else
7402 if test -f "$additional_libdir/lib$name.$libext"; then
7403 found_dir="$additional_libdir"
7404 found_a="$additional_libdir/lib$name.$libext"
7405 if test -f "$additional_libdir/lib$name.la"; then
7406 found_la="$additional_libdir/lib$name.la"
7407 fi
7408 fi
7409 fi
7410 fi
7411 if test "X$found_dir" = "X"; then
7412 for x in $LDFLAGS $LTLIBICONV; do
7413
7414 acl_save_prefix="$prefix"
7415 prefix="$acl_final_prefix"
7416 acl_save_exec_prefix="$exec_prefix"
7417 exec_prefix="$acl_final_exec_prefix"
7418 eval x=\"$x\"
7419 exec_prefix="$acl_save_exec_prefix"
7420 prefix="$acl_save_prefix"
7421
7422 case "$x" in
7423 -L*)
7424 dir=`echo "X$x" | sed -e 's/^X-L//'`
7425 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
7426 found_dir="$dir"
7427 found_so="$dir/lib$name.$shlibext"
7428 if test -f "$dir/lib$name.la"; then
7429 found_la="$dir/lib$name.la"
7430 fi
7431 else
7432 if test -f "$dir/lib$name.$libext"; then
7433 found_dir="$dir"
7434 found_a="$dir/lib$name.$libext"
7435 if test -f "$dir/lib$name.la"; then
7436 found_la="$dir/lib$name.la"
7437 fi
7438 fi
7439 fi
7440 ;;
7441 esac
7442 if test "X$found_dir" != "X"; then
7443 break
7444 fi
7445 done
7446 fi
7447 if test "X$found_dir" != "X"; then
7448 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
7449 if test "X$found_so" != "X"; then
7450 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
7451 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7452 else
7453 haveit=
7454 for x in $ltrpathdirs; do
7455 if test "X$x" = "X$found_dir"; then
7456 haveit=yes
7457 break
7458 fi
7459 done
7460 if test -z "$haveit"; then
7461 ltrpathdirs="$ltrpathdirs $found_dir"
7462 fi
7463 if test "$hardcode_direct" = yes; then
7464 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7465 else
7466 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
7467 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7468 haveit=
7469 for x in $rpathdirs; do
7470 if test "X$x" = "X$found_dir"; then
7471 haveit=yes
7472 break
7473 fi
7474 done
7475 if test -z "$haveit"; then
7476 rpathdirs="$rpathdirs $found_dir"
7477 fi
7478 else
7479 haveit=
7480 for x in $LDFLAGS $LIBICONV; do
7481
7482 acl_save_prefix="$prefix"
7483 prefix="$acl_final_prefix"
7484 acl_save_exec_prefix="$exec_prefix"
7485 exec_prefix="$acl_final_exec_prefix"
7486 eval x=\"$x\"
7487 exec_prefix="$acl_save_exec_prefix"
7488 prefix="$acl_save_prefix"
7489
7490 if test "X$x" = "X-L$found_dir"; then
7491 haveit=yes
7492 break
7493 fi
7494 done
7495 if test -z "$haveit"; then
7496 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
7497 fi
7498 if test "$hardcode_minus_L" != no; then
7499 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7500 else
7501 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
7502 fi
7503 fi
7504 fi
7505 fi
7506 else
7507 if test "X$found_a" != "X"; then
7508 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
7509 else
7510 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
7511 fi
7512 fi
7513 additional_includedir=
7514 case "$found_dir" in
7515 */lib | */lib/)
7516 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
7517 additional_includedir="$basedir/include"
7518 ;;
7519 esac
7520 if test "X$additional_includedir" != "X"; then
7521 if test "X$additional_includedir" != "X/usr/include"; then
7522 haveit=
7523 if test "X$additional_includedir" = "X/usr/local/include"; then
7524 if test -n "$GCC"; then
7525 case $host_os in
7526 linux*) haveit=yes;;
7527 esac
7528 fi
7529 fi
7530 if test -z "$haveit"; then
7531 for x in $CPPFLAGS $INCICONV; do
7532
7533 acl_save_prefix="$prefix"
7534 prefix="$acl_final_prefix"
7535 acl_save_exec_prefix="$exec_prefix"
7536 exec_prefix="$acl_final_exec_prefix"
7537 eval x=\"$x\"
7538 exec_prefix="$acl_save_exec_prefix"
7539 prefix="$acl_save_prefix"
7540
7541 if test "X$x" = "X-I$additional_includedir"; then
7542 haveit=yes
7543 break
7544 fi
7545 done
7546 if test -z "$haveit"; then
7547 if test -d "$additional_includedir"; then
7548 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
7549 fi
7550 fi
7551 fi
7552 fi
7553 fi
7554 if test -n "$found_la"; then
7555 save_libdir="$libdir"
7556 case "$found_la" in
7557 */* | *\\*) . "$found_la" ;;
7558 *) . "./$found_la" ;;
7559 esac
7560 libdir="$save_libdir"
7561 for dep in $dependency_libs; do
7562 case "$dep" in
7563 -L*)
7564 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
7565 if test "X$additional_libdir" != "X/usr/lib"; then
7566 haveit=
7567 if test "X$additional_libdir" = "X/usr/local/lib"; then
7568 if test -n "$GCC"; then
7569 case $host_os in
7570 linux*) haveit=yes;;
7571 esac
7572 fi
7573 fi
7574 if test -z "$haveit"; then
7575 haveit=
7576 for x in $LDFLAGS $LIBICONV; do
7577
7578 acl_save_prefix="$prefix"
7579 prefix="$acl_final_prefix"
7580 acl_save_exec_prefix="$exec_prefix"
7581 exec_prefix="$acl_final_exec_prefix"
7582 eval x=\"$x\"
7583 exec_prefix="$acl_save_exec_prefix"
7584 prefix="$acl_save_prefix"
7585
7586 if test "X$x" = "X-L$additional_libdir"; then
7587 haveit=yes
7588 break
7589 fi
7590 done
7591 if test -z "$haveit"; then
7592 if test -d "$additional_libdir"; then
7593 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
7594 fi
7595 fi
7596 haveit=
7597 for x in $LDFLAGS $LTLIBICONV; do
7598
7599 acl_save_prefix="$prefix"
7600 prefix="$acl_final_prefix"
7601 acl_save_exec_prefix="$exec_prefix"
7602 exec_prefix="$acl_final_exec_prefix"
7603 eval x=\"$x\"
7604 exec_prefix="$acl_save_exec_prefix"
7605 prefix="$acl_save_prefix"
7606
7607 if test "X$x" = "X-L$additional_libdir"; then
7608 haveit=yes
7609 break
7610 fi
7611 done
7612 if test -z "$haveit"; then
7613 if test -d "$additional_libdir"; then
7614 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
7615 fi
7616 fi
7617 fi
7618 fi
7619 ;;
7620 -R*)
7621 dir=`echo "X$dep" | sed -e 's/^X-R//'`
7622 if test "$enable_rpath" != no; then
7623 haveit=
7624 for x in $rpathdirs; do
7625 if test "X$x" = "X$dir"; then
7626 haveit=yes
7627 break
7628 fi
7629 done
7630 if test -z "$haveit"; then
7631 rpathdirs="$rpathdirs $dir"
7632 fi
7633 haveit=
7634 for x in $ltrpathdirs; do
7635 if test "X$x" = "X$dir"; then
7636 haveit=yes
7637 break
7638 fi
7639 done
7640 if test -z "$haveit"; then
7641 ltrpathdirs="$ltrpathdirs $dir"
7642 fi
7643 fi
7644 ;;
7645 -l*)
7646 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
7647 ;;
7648 *.la)
7649 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
7650 ;;
7651 *)
7652 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
7653 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
7654 ;;
7655 esac
7656 done
7657 fi
7658 else
7659 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
7660 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
7661 fi
7662 fi
7663 fi
7664 done
7665 done
7666 if test "X$rpathdirs" != "X"; then
7667 if test -n "$hardcode_libdir_separator"; then
7668 alldirs=
7669 for found_dir in $rpathdirs; do
7670 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
7671 done
7672 acl_save_libdir="$libdir"
7673 libdir="$alldirs"
7674 eval flag=\"$hardcode_libdir_flag_spec\"
7675 libdir="$acl_save_libdir"
7676 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
7677 else
7678 for found_dir in $rpathdirs; do
7679 acl_save_libdir="$libdir"
7680 libdir="$found_dir"
7681 eval flag=\"$hardcode_libdir_flag_spec\"
7682 libdir="$acl_save_libdir"
7683 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
7684 done
7685 fi
7686 fi
7687 if test "X$ltrpathdirs" != "X"; then
7688 for found_dir in $ltrpathdirs; do
7689 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
7690 done
7691 fi
7692
7693
7694
7695
7696
6c7a06a3 7697
6c7a06a3 7698
81ecdfbb
RW
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
7700$as_echo_n "checking for iconv... " >&6; }
7701if test "${am_cv_func_iconv+set}" = set; then :
7702 $as_echo_n "(cached) " >&6
d542061a 7703else
6c7a06a3
TT
7704
7705 am_cv_func_iconv="no, consider installing GNU libiconv"
7706 am_cv_lib_iconv=no
016a3251
DD
7707 am_save_CPPFLAGS="$CPPFLAGS"
7708 CPPFLAGS="$CPPFLAGS $INCICONV"
7709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 7710/* end confdefs.h. */
6c7a06a3
TT
7711#include <stdlib.h>
7712#include <iconv.h>
d542061a
UW
7713int
7714main ()
7715{
6c7a06a3 7716iconv_t cd = iconv_open("","");
016a3251
DD
7717 iconv(cd,NULL,NULL,NULL,NULL);
7718 iconv_close(cd);
d542061a
UW
7719 ;
7720 return 0;
7721}
7722_ACEOF
81ecdfbb 7723if ac_fn_c_try_link "$LINENO"; then :
016a3251 7724 am_cv_func_iconv=yes
d542061a 7725fi
81ecdfbb
RW
7726rm -f core conftest.err conftest.$ac_objext \
7727 conftest$ac_exeext conftest.$ac_ext
016a3251 7728 CPPFLAGS="$am_save_CPPFLAGS"
94ae1714 7729
016a3251
DD
7730 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
7731 for _libs in .libs _libs; do
7732 am_save_CPPFLAGS="$CPPFLAGS"
7733 am_save_LIBS="$LIBS"
7734 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
7735 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
7736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 7737/* end confdefs.h. */
6c7a06a3
TT
7738#include <stdlib.h>
7739#include <iconv.h>
d542061a
UW
7740int
7741main ()
7742{
6c7a06a3 7743iconv_t cd = iconv_open("","");
016a3251
DD
7744 iconv(cd,NULL,NULL,NULL,NULL);
7745 iconv_close(cd);
d542061a
UW
7746 ;
7747 return 0;
7748}
7749_ACEOF
81ecdfbb 7750if ac_fn_c_try_link "$LINENO"; then :
016a3251
DD
7751 INCICONV="-I../libiconv/include"
7752 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
7753 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
7754 am_cv_lib_iconv=yes
7755 am_cv_func_iconv=yes
d542061a 7756fi
81ecdfbb
RW
7757rm -f core conftest.err conftest.$ac_objext \
7758 conftest$ac_exeext conftest.$ac_ext
016a3251
DD
7759 CPPFLAGS="$am_save_CPPFLAGS"
7760 LIBS="$am_save_LIBS"
7761 if test "$am_cv_func_iconv" = "yes"; then
7762 break
7763 fi
7764 done
77f120bf 7765 fi
94ae1714 7766
4edb1e84 7767 if test "$am_cv_func_iconv" != yes; then
6c7a06a3 7768 am_save_CPPFLAGS="$CPPFLAGS"
4edb1e84 7769 am_save_LIBS="$LIBS"
016a3251
DD
7770 CPPFLAGS="$LIBS $INCICONV"
7771 LIBS="$LIBS $LIBICONV"
81ecdfbb 7772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7773/* end confdefs.h. */
6c7a06a3
TT
7774#include <stdlib.h>
7775#include <iconv.h>
bec39cab
AC
7776int
7777main ()
7778{
6c7a06a3
TT
7779iconv_t cd = iconv_open("","");
7780 iconv(cd,NULL,NULL,NULL,NULL);
7781 iconv_close(cd);
bec39cab
AC
7782 ;
7783 return 0;
7784}
7785_ACEOF
81ecdfbb 7786if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 7787 am_cv_lib_iconv=yes
6c7a06a3 7788 am_cv_func_iconv=yes
627af7ea 7789fi
81ecdfbb
RW
7790rm -f core conftest.err conftest.$ac_objext \
7791 conftest$ac_exeext conftest.$ac_ext
fc3b640d 7792 CPPFLAGS="$am_save_CPPFLAGS"
016a3251 7793 LIBS="$am_save_LIBS"
6c7a06a3
TT
7794 fi
7795
7796fi
81ecdfbb
RW
7797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
7798$as_echo "$am_cv_func_iconv" >&6; }
016a3251
DD
7799 if test "$am_cv_func_iconv" = yes; then
7800
7801$as_echo "#define HAVE_ICONV 1" >>confdefs.h
94ae1714 7802
016a3251 7803 fi
fc3b640d 7804 if test "$am_cv_lib_iconv" = yes; then
016a3251
DD
7805
7806 for element in $INCICONV; do
7807 haveit=
7808 for x in $CPPFLAGS; do
7809
7810 acl_save_prefix="$prefix"
7811 prefix="$acl_final_prefix"
7812 acl_save_exec_prefix="$exec_prefix"
7813 exec_prefix="$acl_final_exec_prefix"
7814 eval x=\"$x\"
7815 exec_prefix="$acl_save_exec_prefix"
7816 prefix="$acl_save_prefix"
7817
7818 if test "X$x" = "X$element"; then
7819 haveit=yes
7820 break
7821 fi
7822 done
7823 if test -z "$haveit"; then
7824 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
7825 fi
7826 done
7827
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
7829$as_echo_n "checking how to link with libiconv... " >&6; }
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
7831$as_echo "$LIBICONV" >&6; }
94ae1714 7832 else
016a3251
DD
7833 LIBICONV=
7834 LTLIBICONV=
fc3b640d 7835 fi
94ae1714 7836
6c7a06a3 7837
6c7a06a3 7838
016a3251 7839 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
7841$as_echo_n "checking for iconv declaration... " >&6; }
7842 if test "${am_cv_proto_iconv+set}" = set; then :
7843 $as_echo_n "(cached) " >&6
6c7a06a3
TT
7844else
7845
81ecdfbb 7846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
7847/* end confdefs.h. */
7848
6c7a06a3
TT
7849#include <stdlib.h>
7850#include <iconv.h>
7851extern
b4e70030 7852#ifdef __cplusplus
6c7a06a3 7853"C"
b4e70030 7854#endif
6c7a06a3
TT
7855#if defined(__STDC__) || defined(__cplusplus)
7856size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
7857#else
7858size_t iconv();
7859#endif
7860
b4e70030
JB
7861int
7862main ()
7863{
6c7a06a3 7864
b4e70030
JB
7865 ;
7866 return 0;
7867}
7868_ACEOF
81ecdfbb 7869if ac_fn_c_try_compile "$LINENO"; then :
6c7a06a3 7870 am_cv_proto_iconv_arg1=""
4e8d927d 7871else
81ecdfbb 7872 am_cv_proto_iconv_arg1="const"
b4e70030 7873fi
81ecdfbb 7874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6c7a06a3
TT
7875 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);"
7876fi
7877
7878 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6c7a06a3 7880 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
7881$as_echo "${ac_t:-
7882 }$am_cv_proto_iconv" >&6; }
6c7a06a3
TT
7883
7884cat >>confdefs.h <<_ACEOF
7885#define ICONV_CONST $am_cv_proto_iconv_arg1
7886_ACEOF
7887
7888 fi
6c7a06a3
TT
7889
7890
478aac75
DE
7891# GDB may fork/exec the iconv program to get the list of supported character
7892# sets. Allow the user to specify where to find it.
7893# There are several factors affecting the choice of option name:
7894# - There is already --with-libiconv-prefix but we can't use it, it specifies
7895# the build-time location of libiconv files.
7896# - The program we need to find is iconv, which comes with glibc. The user
7897# doesn't necessarily have libiconv installed. Therefore naming this
7898# --with-libiconv-foo feels wrong.
7899# - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
7900# defined to work on directories not files (though it really doesn't know
7901# the difference).
7902# - Calling this --with-iconv-prefix is perceived to cause too much confusion
7903# with --with-libiconv-prefix.
7904# Putting these together is why the option name is --with-iconv-bin.
7905
7906
7907# Check whether --with-iconv-bin was given.
7908if test "${with_iconv_bin+set}" = set; then :
7909 withval=$with_iconv_bin; iconv_bin="${withval}"
7910
7911cat >>confdefs.h <<_ACEOF
7912#define ICONV_BIN "${iconv_bin}"
7913_ACEOF
7914
7915
7916 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7917 if test "x$prefix" = xNONE; then
7918 test_prefix=/usr/local
7919 else
7920 test_prefix=$prefix
7921 fi
7922 else
7923 test_prefix=$exec_prefix
7924 fi
7925 value=0
7926 case ${iconv_bin} in
7927 "${test_prefix}"|"${test_prefix}/"*|\
7928 '${exec_prefix}'|'${exec_prefix}/'*)
7929 value=1
7930 ;;
7931 esac
7932
7933cat >>confdefs.h <<_ACEOF
7934#define ICONV_BIN_RELOCATABLE $value
7935_ACEOF
7936
7937
7938
7939fi
7940
7941
cb01cfba 7942# For the TUI, we need enhanced curses functionality.
bd8a8e1b 7943if test x"$enable_tui" != xno; then
cb01cfba
JB
7944 prefer_curses=yes
7945fi
7946
7947curses_found=no
7948if test x"$prefer_curses" = xyes; then
7949 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
7950 # curses library because the latter might not provide all the
7951 # functionality we need. However, this leads to problems on systems
7952 # where the linker searches /usr/local/lib, but the compiler doesn't
7953 # search /usr/local/include, if ncurses is installed in /usr/local. A
7954 # default installation of ncurses on alpha*-dec-osf* will lead to such
7955 # a situation.
81ecdfbb
RW
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
7957$as_echo_n "checking for library containing waddstr... " >&6; }
7958if test "${ac_cv_search_waddstr+set}" = set; then :
7959 $as_echo_n "(cached) " >&6
6c7a06a3
TT
7960else
7961 ac_func_search_save_LIBS=$LIBS
81ecdfbb 7962cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
7963/* end confdefs.h. */
7964
81ecdfbb
RW
7965/* Override any GCC internal prototype to avoid an error.
7966 Use char because int might match the return type of a GCC
7967 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
7968#ifdef __cplusplus
7969extern "C"
7970#endif
6c7a06a3
TT
7971char waddstr ();
7972int
7973main ()
7974{
81ecdfbb 7975return waddstr ();
6c7a06a3
TT
7976 ;
7977 return 0;
7978}
7979_ACEOF
81ecdfbb
RW
7980for ac_lib in '' ncurses cursesX curses; do
7981 if test -z "$ac_lib"; then
7982 ac_res="none required"
7983 else
7984 ac_res=-l$ac_lib
7985 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7986 fi
7987 if ac_fn_c_try_link "$LINENO"; then :
7988 ac_cv_search_waddstr=$ac_res
7989fi
7990rm -f core conftest.err conftest.$ac_objext \
7991 conftest$ac_exeext
7992 if test "${ac_cv_search_waddstr+set}" = set; then :
7993 break
7994fi
7995done
7996if test "${ac_cv_search_waddstr+set}" = set; then :
7997
6c7a06a3 7998else
81ecdfbb
RW
7999 ac_cv_search_waddstr=no
8000fi
8001rm conftest.$ac_ext
8002LIBS=$ac_func_search_save_LIBS
8003fi
8004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
8005$as_echo "$ac_cv_search_waddstr" >&6; }
8006ac_res=$ac_cv_search_waddstr
8007if test "$ac_res" != no; then :
8008 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3
TT
8009
8010fi
8011
8012
cb01cfba
JB
8013 if test "$ac_cv_search_waddstr" != no; then
8014 curses_found=yes
8015 fi
8016fi
8017
8018# Check whether we should enable the TUI, but only do so if we really
8019# can.
8020if test x"$enable_tui" != xno; then
8021 if test -d $srcdir/tui; then
8022 if test "$curses_found" != no; then
6c7a06a3
TT
8023 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
8024 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
8025 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
8026 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
6c7a06a3
TT
8027 else
8028 if test x"$enable_tui" = xyes; then
81ecdfbb 8029 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
6c7a06a3 8030 else
81ecdfbb
RW
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
8032$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6c7a06a3
TT
8033 fi
8034 fi
8035 fi
8036fi
8037
8038# Since GDB uses Readline, we need termcap functionality. In many
8039# cases this will be provided by the curses library, but some systems
8040# have a seperate termcap library, or no curses library at all.
8041
8042case $host_os in
8043 cygwin*)
8044 if test -d $srcdir/libtermcap; then
8045 LIBS="../libtermcap/libtermcap.a $LIBS"
8046 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
8047 fi ;;
8048 go32* | *djgpp*)
8049 ac_cv_search_tgetent="none required"
8050 ;;
6c7a06a3
TT
8051esac
8052
8053# These are the libraries checked by Readline.
81ecdfbb
RW
8054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
8055$as_echo_n "checking for library containing tgetent... " >&6; }
8056if test "${ac_cv_search_tgetent+set}" = set; then :
8057 $as_echo_n "(cached) " >&6
6c7a06a3
TT
8058else
8059 ac_func_search_save_LIBS=$LIBS
81ecdfbb 8060cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
8061/* end confdefs.h. */
8062
81ecdfbb
RW
8063/* Override any GCC internal prototype to avoid an error.
8064 Use char because int might match the return type of a GCC
8065 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
8066#ifdef __cplusplus
8067extern "C"
8068#endif
6c7a06a3
TT
8069char tgetent ();
8070int
8071main ()
8072{
81ecdfbb 8073return tgetent ();
6c7a06a3
TT
8074 ;
8075 return 0;
8076}
8077_ACEOF
81ecdfbb
RW
8078for ac_lib in '' termcap tinfo curses ncurses; do
8079 if test -z "$ac_lib"; then
8080 ac_res="none required"
8081 else
8082 ac_res=-l$ac_lib
6c7a06a3 8083 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
8084 fi
8085 if ac_fn_c_try_link "$LINENO"; then :
8086 ac_cv_search_tgetent=$ac_res
8087fi
8088rm -f core conftest.err conftest.$ac_objext \
8089 conftest$ac_exeext
8090 if test "${ac_cv_search_tgetent+set}" = set; then :
8091 break
8092fi
8093done
8094if test "${ac_cv_search_tgetent+set}" = set; then :
6c7a06a3 8095
6c7a06a3 8096else
81ecdfbb 8097 ac_cv_search_tgetent=no
6c7a06a3 8098fi
81ecdfbb 8099rm conftest.$ac_ext
6c7a06a3
TT
8100LIBS=$ac_func_search_save_LIBS
8101fi
81ecdfbb
RW
8102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
8103$as_echo "$ac_cv_search_tgetent" >&6; }
8104ac_res=$ac_cv_search_tgetent
8105if test "$ac_res" != no; then :
8106 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3 8107
06825bd1
MK
8108fi
8109
06825bd1 8110
bec39cab 8111if test "$ac_cv_search_tgetent" = no; then
7a85168d 8112 CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
8ee53726
MK
8113fi
8114
3841debe 8115
81ecdfbb
RW
8116# Check whether --with-system-readline was given.
8117if test "${with_system_readline+set}" = set; then :
8118 withval=$with_system_readline;
8119fi
6a30b0a5 8120
6a30b0a5
AS
8121
8122if test "$with_system_readline" = yes; then
8123 READLINE=-lreadline
8124 READLINE_DEPS=
8125 READLINE_CFLAGS=
39037522 8126 READLINE_TEXI_INCFLAG=
6a30b0a5
AS
8127else
8128 READLINE='$(READLINE_DIR)/libreadline.a'
8129 READLINE_DEPS='$(READLINE)'
8130 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
39037522 8131 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
6a30b0a5
AS
8132fi
8133
8134
8135
8136
8137
f997c383
SD
8138# Generate jit-reader.h
8139
8140# This is typedeffed to GDB_CORE_ADDR in jit-reader.h
8141TARGET_PTR=
8142
8143# The cast to long int works around a bug in the HP C Compiler
8144# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8145# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8146# This bug is HP SR number 8606223364.
8147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
8148$as_echo_n "checking size of unsigned long long... " >&6; }
8149if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
8150 $as_echo_n "(cached) " >&6
8151else
8152 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
8153
8154else
8155 if test "$ac_cv_type_unsigned_long_long" = yes; then
8156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8158{ as_fn_set_status 77
8159as_fn_error "cannot compute sizeof (unsigned long long)
8160See \`config.log' for more details." "$LINENO" 5; }; }
8161 else
8162 ac_cv_sizeof_unsigned_long_long=0
8163 fi
8164fi
8165
8166fi
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
8168$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
8169
8170
8171
8172cat >>confdefs.h <<_ACEOF
8173#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
8174_ACEOF
8175
8176
8177# The cast to long int works around a bug in the HP C Compiler
8178# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8179# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8180# This bug is HP SR number 8606223364.
8181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
8182$as_echo_n "checking size of unsigned long... " >&6; }
8183if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
8184 $as_echo_n "(cached) " >&6
8185else
8186 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
8187
8188else
8189 if test "$ac_cv_type_unsigned_long" = yes; then
8190 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8191$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8192{ as_fn_set_status 77
8193as_fn_error "cannot compute sizeof (unsigned long)
8194See \`config.log' for more details." "$LINENO" 5; }; }
8195 else
8196 ac_cv_sizeof_unsigned_long=0
8197 fi
8198fi
8199
8200fi
8201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
8202$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
8203
8204
8205
8206cat >>confdefs.h <<_ACEOF
8207#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
8208_ACEOF
8209
8210
8211# The cast to long int works around a bug in the HP C Compiler
8212# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8213# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8214# This bug is HP SR number 8606223364.
8215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
8216$as_echo_n "checking size of unsigned __int128... " >&6; }
8217if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
8218 $as_echo_n "(cached) " >&6
8219else
8220 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
8221
8222else
8223 if test "$ac_cv_type_unsigned___int128" = yes; then
8224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8225$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8226{ as_fn_set_status 77
8227as_fn_error "cannot compute sizeof (unsigned __int128)
8228See \`config.log' for more details." "$LINENO" 5; }; }
8229 else
8230 ac_cv_sizeof_unsigned___int128=0
8231 fi
8232fi
8233
8234fi
8235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
8236$as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
8237
8238
8239
8240cat >>confdefs.h <<_ACEOF
8241#define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
8242_ACEOF
8243
8244
8245
8246if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
8247 TARGET_PTR="unsigned long"
8248elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
8249 TARGET_PTR="unsigned long long"
8250elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
8251 TARGET_PTR="unsigned __int128"
8252else
8253 TARGET_PTR="unsigned long"
8254fi
8255
8256
8257ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
8258
8259
a2d08b9e
SD
8260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8261$as_echo_n "checking for library containing dlopen... " >&6; }
8262if test "${ac_cv_search_dlopen+set}" = set; then :
8263 $as_echo_n "(cached) " >&6
8264else
8265 ac_func_search_save_LIBS=$LIBS
8266cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8267/* end confdefs.h. */
8268
8269/* Override any GCC internal prototype to avoid an error.
8270 Use char because int might match the return type of a GCC
8271 builtin and then its argument prototype would still apply. */
8272#ifdef __cplusplus
8273extern "C"
8274#endif
8275char dlopen ();
8276int
8277main ()
8278{
8279return dlopen ();
8280 ;
8281 return 0;
8282}
8283_ACEOF
8284for ac_lib in '' dl; do
8285 if test -z "$ac_lib"; then
8286 ac_res="none required"
8287 else
8288 ac_res=-l$ac_lib
8289 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8290 fi
8291 if ac_fn_c_try_link "$LINENO"; then :
8292 ac_cv_search_dlopen=$ac_res
8293fi
8294rm -f core conftest.err conftest.$ac_objext \
8295 conftest$ac_exeext
8296 if test "${ac_cv_search_dlopen+set}" = set; then :
8297 break
8298fi
8299done
8300if test "${ac_cv_search_dlopen+set}" = set; then :
8301
8302else
8303 ac_cv_search_dlopen=no
8304fi
8305rm conftest.$ac_ext
8306LIBS=$ac_func_search_save_LIBS
8307fi
8308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8309$as_echo "$ac_cv_search_dlopen" >&6; }
8310ac_res=$ac_cv_search_dlopen
8311if test "$ac_res" != no; then :
8312 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8313
8314fi
8315
8316
39037522 8317
b8e0a31c
SD
8318
8319# Check whether --with-jit-reader-dir was given.
8320if test "${with_jit_reader_dir+set}" = set; then :
8321 withval=$with_jit_reader_dir;
8322 JIT_READER_DIR=$withval
8323else
8324 JIT_READER_DIR=${libdir}/gdb
8325fi
8326
8327
8328 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
8329 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
8330 ac_define_dir=`eval echo $JIT_READER_DIR`
8331 ac_define_dir=`eval echo $ac_define_dir`
8332
8333cat >>confdefs.h <<_ACEOF
8334#define JIT_READER_DIR "$ac_define_dir"
8335_ACEOF
8336
8337
8338
8339
8340 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8341 if test "x$prefix" = xNONE; then
8342 test_prefix=/usr/local
8343 else
8344 test_prefix=$prefix
8345 fi
8346 else
8347 test_prefix=$exec_prefix
8348 fi
8349 value=0
8350 case ${ac_define_dir} in
8351 "${test_prefix}"|"${test_prefix}/"*|\
8352 '${exec_prefix}'|'${exec_prefix}/'*)
8353 value=1
8354 ;;
8355 esac
8356
8357cat >>confdefs.h <<_ACEOF
8358#define JIT_READER_DIR_RELOCATABLE $value
8359_ACEOF
8360
8361
8362
8363
8364
81ecdfbb
RW
8365# Check whether --with-expat was given.
8366if test "${with_expat+set}" = set; then :
8367 withval=$with_expat;
5c39566f
DJ
8368else
8369 with_expat=auto
81ecdfbb
RW
8370fi
8371
8372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
8373$as_echo_n "checking whether to use expat... " >&6; }
8374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
8375$as_echo "$with_expat" >&6; }
5c39566f
DJ
8376
8377if test "${with_expat}" = no; then
81ecdfbb
RW
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
8379$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
5c39566f
DJ
8380 HAVE_LIBEXPAT=no
8381else
8382
3841debe
DJ
8383
8384
8385
8386
8387
8388
8389
8390 use_additional=yes
8391
8392 acl_save_prefix="$prefix"
8393 prefix="$acl_final_prefix"
8394 acl_save_exec_prefix="$exec_prefix"
8395 exec_prefix="$acl_final_exec_prefix"
8396
8397 eval additional_includedir=\"$includedir\"
8398 eval additional_libdir=\"$libdir\"
8399
8400 exec_prefix="$acl_save_exec_prefix"
8401 prefix="$acl_save_prefix"
8402
8403
81ecdfbb
RW
8404# Check whether --with-libexpat-prefix was given.
8405if test "${with_libexpat_prefix+set}" = set; then :
8406 withval=$with_libexpat_prefix;
3841debe
DJ
8407 if test "X$withval" = "Xno"; then
8408 use_additional=no
8409 else
8410 if test "X$withval" = "X"; then
8411
8412 acl_save_prefix="$prefix"
8413 prefix="$acl_final_prefix"
8414 acl_save_exec_prefix="$exec_prefix"
8415 exec_prefix="$acl_final_exec_prefix"
8416
8417 eval additional_includedir=\"$includedir\"
8418 eval additional_libdir=\"$libdir\"
8419
8420 exec_prefix="$acl_save_exec_prefix"
8421 prefix="$acl_save_prefix"
8422
8423 else
8424 additional_includedir="$withval/include"
8425 additional_libdir="$withval/lib"
8426 fi
8427 fi
8428
81ecdfbb
RW
8429fi
8430
3841debe
DJ
8431 LIBEXPAT=
8432 LTLIBEXPAT=
8433 INCEXPAT=
8434 rpathdirs=
8435 ltrpathdirs=
8436 names_already_handled=
8437 names_next_round='expat '
8438 while test -n "$names_next_round"; do
8439 names_this_round="$names_next_round"
8440 names_next_round=
8441 for name in $names_this_round; do
8442 already_handled=
8443 for n in $names_already_handled; do
8444 if test "$n" = "$name"; then
8445 already_handled=yes
8446 break
8447 fi
8448 done
8449 if test -z "$already_handled"; then
8450 names_already_handled="$names_already_handled $name"
8451 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8452 eval value=\"\$HAVE_LIB$uppername\"
8453 if test -n "$value"; then
8454 if test "$value" = yes; then
8455 eval value=\"\$LIB$uppername\"
8456 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
8457 eval value=\"\$LTLIB$uppername\"
8458 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
8459 else
8460 :
8461 fi
8462 else
8463 found_dir=
8464 found_la=
8465 found_so=
8466 found_a=
8467 if test $use_additional = yes; then
8468 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8469 found_dir="$additional_libdir"
8470 found_so="$additional_libdir/lib$name.$shlibext"
8471 if test -f "$additional_libdir/lib$name.la"; then
8472 found_la="$additional_libdir/lib$name.la"
8473 fi
8474 else
8475 if test -f "$additional_libdir/lib$name.$libext"; then
8476 found_dir="$additional_libdir"
8477 found_a="$additional_libdir/lib$name.$libext"
8478 if test -f "$additional_libdir/lib$name.la"; then
8479 found_la="$additional_libdir/lib$name.la"
8480 fi
8481 fi
8482 fi
8483 fi
8484 if test "X$found_dir" = "X"; then
8485 for x in $LDFLAGS $LTLIBEXPAT; do
8486
8487 acl_save_prefix="$prefix"
8488 prefix="$acl_final_prefix"
8489 acl_save_exec_prefix="$exec_prefix"
8490 exec_prefix="$acl_final_exec_prefix"
8491 eval x=\"$x\"
8492 exec_prefix="$acl_save_exec_prefix"
8493 prefix="$acl_save_prefix"
8494
8495 case "$x" in
8496 -L*)
8497 dir=`echo "X$x" | sed -e 's/^X-L//'`
8498 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8499 found_dir="$dir"
8500 found_so="$dir/lib$name.$shlibext"
8501 if test -f "$dir/lib$name.la"; then
8502 found_la="$dir/lib$name.la"
8503 fi
8504 else
8505 if test -f "$dir/lib$name.$libext"; then
8506 found_dir="$dir"
8507 found_a="$dir/lib$name.$libext"
8508 if test -f "$dir/lib$name.la"; then
8509 found_la="$dir/lib$name.la"
8510 fi
8511 fi
8512 fi
8513 ;;
8514 esac
8515 if test "X$found_dir" != "X"; then
8516 break
8517 fi
8518 done
8519 fi
8520 if test "X$found_dir" != "X"; then
8521 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
8522 if test "X$found_so" != "X"; then
8523 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8524 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8525 else
8526 haveit=
8527 for x in $ltrpathdirs; do
8528 if test "X$x" = "X$found_dir"; then
8529 haveit=yes
8530 break
8531 fi
8532 done
8533 if test -z "$haveit"; then
8534 ltrpathdirs="$ltrpathdirs $found_dir"
8535 fi
8536 if test "$hardcode_direct" = yes; then
8537 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8538 else
8539 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8540 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8541 haveit=
8542 for x in $rpathdirs; do
8543 if test "X$x" = "X$found_dir"; then
8544 haveit=yes
8545 break
8546 fi
8547 done
8548 if test -z "$haveit"; then
8549 rpathdirs="$rpathdirs $found_dir"
8550 fi
8551 else
8552 haveit=
8553 for x in $LDFLAGS $LIBEXPAT; do
8554
8555 acl_save_prefix="$prefix"
8556 prefix="$acl_final_prefix"
8557 acl_save_exec_prefix="$exec_prefix"
8558 exec_prefix="$acl_final_exec_prefix"
8559 eval x=\"$x\"
8560 exec_prefix="$acl_save_exec_prefix"
8561 prefix="$acl_save_prefix"
8562
8563 if test "X$x" = "X-L$found_dir"; then
8564 haveit=yes
8565 break
8566 fi
8567 done
8568 if test -z "$haveit"; then
8569 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
8570 fi
8571 if test "$hardcode_minus_L" != no; then
8572 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
8573 else
8574 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8575 fi
8576 fi
8577 fi
8578 fi
8579 else
8580 if test "X$found_a" != "X"; then
8581 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
8582 else
8583 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
8584 fi
8585 fi
8586 additional_includedir=
8587 case "$found_dir" in
8588 */lib | */lib/)
8589 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8590 additional_includedir="$basedir/include"
8591 ;;
8592 esac
8593 if test "X$additional_includedir" != "X"; then
8594 if test "X$additional_includedir" != "X/usr/include"; then
8595 haveit=
8596 if test "X$additional_includedir" = "X/usr/local/include"; then
8597 if test -n "$GCC"; then
8598 case $host_os in
8599 linux*) haveit=yes;;
8600 esac
8601 fi
8602 fi
8603 if test -z "$haveit"; then
8604 for x in $CPPFLAGS $INCEXPAT; do
8605
8606 acl_save_prefix="$prefix"
8607 prefix="$acl_final_prefix"
8608 acl_save_exec_prefix="$exec_prefix"
8609 exec_prefix="$acl_final_exec_prefix"
8610 eval x=\"$x\"
8611 exec_prefix="$acl_save_exec_prefix"
8612 prefix="$acl_save_prefix"
8613
8614 if test "X$x" = "X-I$additional_includedir"; then
8615 haveit=yes
8616 break
8617 fi
8618 done
8619 if test -z "$haveit"; then
8620 if test -d "$additional_includedir"; then
8621 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
8622 fi
8623 fi
8624 fi
8625 fi
8626 fi
8627 if test -n "$found_la"; then
8628 save_libdir="$libdir"
8629 case "$found_la" in
8630 */* | *\\*) . "$found_la" ;;
8631 *) . "./$found_la" ;;
8632 esac
8633 libdir="$save_libdir"
8634 for dep in $dependency_libs; do
8635 case "$dep" in
8636 -L*)
8637 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
8638 if test "X$additional_libdir" != "X/usr/lib"; then
8639 haveit=
8640 if test "X$additional_libdir" = "X/usr/local/lib"; then
8641 if test -n "$GCC"; then
8642 case $host_os in
8643 linux*) haveit=yes;;
8644 esac
8645 fi
8646 fi
8647 if test -z "$haveit"; then
8648 haveit=
8649 for x in $LDFLAGS $LIBEXPAT; do
8650
8651 acl_save_prefix="$prefix"
8652 prefix="$acl_final_prefix"
8653 acl_save_exec_prefix="$exec_prefix"
8654 exec_prefix="$acl_final_exec_prefix"
8655 eval x=\"$x\"
8656 exec_prefix="$acl_save_exec_prefix"
8657 prefix="$acl_save_prefix"
8658
8659 if test "X$x" = "X-L$additional_libdir"; then
8660 haveit=yes
8661 break
8662 fi
8663 done
8664 if test -z "$haveit"; then
8665 if test -d "$additional_libdir"; then
8666 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
8667 fi
8668 fi
8669 haveit=
8670 for x in $LDFLAGS $LTLIBEXPAT; do
8671
8672 acl_save_prefix="$prefix"
8673 prefix="$acl_final_prefix"
8674 acl_save_exec_prefix="$exec_prefix"
8675 exec_prefix="$acl_final_exec_prefix"
8676 eval x=\"$x\"
8677 exec_prefix="$acl_save_exec_prefix"
8678 prefix="$acl_save_prefix"
8679
8680 if test "X$x" = "X-L$additional_libdir"; then
8681 haveit=yes
8682 break
8683 fi
8684 done
8685 if test -z "$haveit"; then
8686 if test -d "$additional_libdir"; then
8687 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
8688 fi
8689 fi
8690 fi
8691 fi
8692 ;;
8693 -R*)
8694 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8695 if test "$enable_rpath" != no; then
8696 haveit=
8697 for x in $rpathdirs; do
8698 if test "X$x" = "X$dir"; then
8699 haveit=yes
8700 break
8701 fi
8702 done
8703 if test -z "$haveit"; then
8704 rpathdirs="$rpathdirs $dir"
8705 fi
8706 haveit=
8707 for x in $ltrpathdirs; do
8708 if test "X$x" = "X$dir"; then
8709 haveit=yes
8710 break
8711 fi
8712 done
8713 if test -z "$haveit"; then
8714 ltrpathdirs="$ltrpathdirs $dir"
8715 fi
8716 fi
8717 ;;
8718 -l*)
8719 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8720 ;;
8721 *.la)
8722 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8723 ;;
8724 *)
8725 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
8726 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
8727 ;;
81ecdfbb
RW
8728 esac
8729 done
8730 fi
8731 else
8732 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
8733 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
8734 fi
8735 fi
8736 fi
8737 done
8738 done
8739 if test "X$rpathdirs" != "X"; then
8740 if test -n "$hardcode_libdir_separator"; then
8741 alldirs=
8742 for found_dir in $rpathdirs; do
8743 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8744 done
8745 acl_save_libdir="$libdir"
8746 libdir="$alldirs"
8747 eval flag=\"$hardcode_libdir_flag_spec\"
8748 libdir="$acl_save_libdir"
8749 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8750 else
8751 for found_dir in $rpathdirs; do
8752 acl_save_libdir="$libdir"
8753 libdir="$found_dir"
8754 eval flag=\"$hardcode_libdir_flag_spec\"
8755 libdir="$acl_save_libdir"
8756 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
8757 done
8758 fi
8759 fi
8760 if test "X$ltrpathdirs" != "X"; then
8761 for found_dir in $ltrpathdirs; do
8762 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
8763 done
8764 fi
a9322a30
TT
8765
8766
81ecdfbb 8767 ac_save_CPPFLAGS="$CPPFLAGS"
a9322a30 8768
81ecdfbb
RW
8769 for element in $INCEXPAT; do
8770 haveit=
8771 for x in $CPPFLAGS; do
a9322a30 8772
81ecdfbb
RW
8773 acl_save_prefix="$prefix"
8774 prefix="$acl_final_prefix"
8775 acl_save_exec_prefix="$exec_prefix"
8776 exec_prefix="$acl_final_exec_prefix"
8777 eval x=\"$x\"
8778 exec_prefix="$acl_save_exec_prefix"
8779 prefix="$acl_save_prefix"
a8111142 8780
81ecdfbb
RW
8781 if test "X$x" = "X$element"; then
8782 haveit=yes
8783 break
8784 fi
8785 done
8786 if test -z "$haveit"; then
8787 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8788 fi
8789 done
a9322a30
TT
8790
8791
81ecdfbb
RW
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
8793$as_echo_n "checking for libexpat... " >&6; }
8794if test "${ac_cv_libexpat+set}" = set; then :
8795 $as_echo_n "(cached) " >&6
bec39cab 8796else
bec39cab 8797
81ecdfbb
RW
8798 ac_save_LIBS="$LIBS"
8799 LIBS="$LIBS $LIBEXPAT"
8800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8801/* end confdefs.h. */
81ecdfbb
RW
8802#include "expat.h"
8803int
8804main ()
8805{
8806XML_Parser p = XML_ParserCreate (0);
8807 ;
8808 return 0;
8809}
bec39cab 8810_ACEOF
81ecdfbb
RW
8811if ac_fn_c_try_link "$LINENO"; then :
8812 ac_cv_libexpat=yes
c906108c 8813else
81ecdfbb 8814 ac_cv_libexpat=no
bec39cab 8815fi
81ecdfbb
RW
8816rm -f core conftest.err conftest.$ac_objext \
8817 conftest$ac_exeext conftest.$ac_ext
8818 LIBS="$ac_save_LIBS"
c906108c 8819
95ca63c4 8820fi
81ecdfbb
RW
8821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
8822$as_echo "$ac_cv_libexpat" >&6; }
8823 if test "$ac_cv_libexpat" = yes; then
8824 HAVE_LIBEXPAT=yes
bec39cab 8825
81ecdfbb 8826$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
bec39cab 8827
81ecdfbb
RW
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
8829$as_echo_n "checking how to link with libexpat... " >&6; }
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
8831$as_echo "$LIBEXPAT" >&6; }
8832 else
8833 HAVE_LIBEXPAT=no
8834 CPPFLAGS="$ac_save_CPPFLAGS"
8835 LIBEXPAT=
8836 LTLIBEXPAT=
8837 fi
95ca63c4
CF
8838
8839
8840
7cb9022a
MK
8841
8842
bec39cab 8843
81ecdfbb
RW
8844 if test "$HAVE_LIBEXPAT" != yes; then
8845 if test "$with_expat" = yes; then
8846 as_fn_error "expat is missing or unusable" "$LINENO" 5
8847 else
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
8849$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
8850 fi
8851 else
8852 save_LIBS=$LIBS
8853 LIBS="$LIBS $LIBEXPAT"
8854 for ac_func in XML_StopParser
8855do :
8856 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
8857if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
bec39cab 8858 cat >>confdefs.h <<_ACEOF
81ecdfbb 8859#define HAVE_XML_STOPPARSER 1
bec39cab 8860_ACEOF
95ca63c4 8861
bec39cab 8862fi
bec39cab 8863done
95ca63c4 8864
81ecdfbb
RW
8865 LIBS=$save_LIBS
8866 fi
a9322a30
TT
8867fi
8868
d344e670
DE
8869# --------------------- #
8870# Check for libpython. #
8871# --------------------- #
8872
a9322a30 8873
a9322a30
TT
8874
8875
ec685c5e 8876
0c4a4063 8877
81ecdfbb
RW
8878# Check whether --with-python was given.
8879if test "${with_python+set}" = set; then :
8880 withval=$with_python;
bec39cab 8881else
81ecdfbb 8882 with_python=auto
bec39cab 8883fi
bec39cab 8884
81ecdfbb
RW
8885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
8886$as_echo_n "checking whether to use python... " >&6; }
8887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
8888$as_echo "$with_python" >&6; }
9a156167 8889
81ecdfbb
RW
8890if test "${with_python}" = no; then
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
8892$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
8893 have_libpython=no
bec39cab 8894else
81ecdfbb 8895 case "${with_python}" in
8c85a4e2 8896 [\\/]* | ?:[\\/]*)
ec685c5e
DE
8897 if test -d ${with_python}; then
8898 # Assume the python binary is ${with_python}/bin/python.
ec685c5e 8899 python_prog="${with_python}/bin/python"
0c4a4063 8900 python_prefix=
9c4ea6c5
JB
8901 # If python does not exit ${with_python}/bin, then try in
8902 # ${with_python}. On Windows/MinGW, this is where the Python
8903 # executable is.
8904 if test ! -x "${python_prog}"; then
8905 python_prog="${with_python}/python"
8906 python_prefix=
8907 fi
e7a30f46 8908 if test ! -x "${python_prog}"; then
ec685c5e
DE
8909 # Fall back to gdb 7.0/7.1 behaviour.
8910 python_prog=missing
0c4a4063 8911 python_prefix=${with_python}
ec685c5e 8912 fi
e7a30f46 8913 elif test -x "${with_python}"; then
ec685c5e
DE
8914 # While we can't run python compiled for $host (unless host == build),
8915 # the user could write a script that provides the needed information,
8916 # so we support that.
ec685c5e 8917 python_prog=${with_python}
0c4a4063 8918 python_prefix=
ec685c5e
DE
8919 else
8920 as_fn_error "invalid value for --with-python" "$LINENO" 5
8921 fi
81ecdfbb 8922 ;;
ec685c5e
DE
8923 */*)
8924 # Disallow --with-python=foo/bar.
81ecdfbb
RW
8925 as_fn_error "invalid value for --with-python" "$LINENO" 5
8926 ;;
ec685c5e
DE
8927 *)
8928 # The user has either specified auto, yes, or the name of the python
8929 # program assumed to be in $PATH.
8930 python_prefix=
8931 case "${with_python}" in
8932 yes | auto)
8933 if test ${build} = ${host}; then
8934 # Extract the first word of "python", so it can be a program name with args.
8935set dummy python; ac_word=$2
8936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8937$as_echo_n "checking for $ac_word... " >&6; }
8938if test "${ac_cv_path_python_prog_path+set}" = set; then :
8939 $as_echo_n "(cached) " >&6
8940else
8941 case $python_prog_path in
8942 [\\/]* | ?:[\\/]*)
8943 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8944 ;;
8945 *)
8946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8947for as_dir in $PATH
8948do
8949 IFS=$as_save_IFS
8950 test -z "$as_dir" && as_dir=.
8951 for ac_exec_ext in '' $ac_executable_extensions; do
8952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8953 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8955 break 2
8956 fi
8957done
8958 done
8959IFS=$as_save_IFS
8960
8961 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8962 ;;
8963esac
8964fi
8965python_prog_path=$ac_cv_path_python_prog_path
8966if test -n "$python_prog_path"; then
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8968$as_echo "$python_prog_path" >&6; }
8969else
8970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8971$as_echo "no" >&6; }
8972fi
8973
8974
8975 if test "${python_prog_path}" = missing; then
8976 python_prog=missing
8977 else
8978 python_prog=${python_prog_path}
8979 fi
8980 else
8981 # Not much we can do except assume the cross-compiler will find the
8982 # right files.
8983 python_prog=missing
8984 fi
8985 ;;
8986 *)
8987 # While we can't run python compiled for $host (unless host == build),
8988 # the user could write a script that provides the needed information,
8989 # so we support that.
8990 python_prog="${with_python}"
8991 # Extract the first word of "${python_prog}", so it can be a program name with args.
8992set dummy ${python_prog}; ac_word=$2
8993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8994$as_echo_n "checking for $ac_word... " >&6; }
8995if test "${ac_cv_path_python_prog_path+set}" = set; then :
8996 $as_echo_n "(cached) " >&6
8997else
8998 case $python_prog_path in
8999 [\\/]* | ?:[\\/]*)
9000 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
9001 ;;
9002 *)
9003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9004for as_dir in $PATH
9005do
9006 IFS=$as_save_IFS
9007 test -z "$as_dir" && as_dir=.
9008 for ac_exec_ext in '' $ac_executable_extensions; do
9009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9010 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
9011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9012 break 2
9013 fi
9014done
9015 done
9016IFS=$as_save_IFS
9017
9018 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
9019 ;;
9020esac
9021fi
9022python_prog_path=$ac_cv_path_python_prog_path
9023if test -n "$python_prog_path"; then
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
9025$as_echo "$python_prog_path" >&6; }
9026else
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9028$as_echo "no" >&6; }
9029fi
9030
9031
9032 if test "${python_prog_path}" = missing; then
9033 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
9034 fi
9035 ;;
9036 esac
81ecdfbb
RW
9037 esac
9038
ec685c5e 9039 if test "${python_prog}" != missing; then
e7a30f46
DE
9040 # We have a python program to use, but it may be too old.
9041 # Don't flag an error for --with-python=auto (the default).
9042 have_python_config=yes
ec685c5e
DE
9043 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
9044 if test $? != 0; then
e7a30f46
DE
9045 have_python_config=failed
9046 if test "${with_python}" != auto; then
9047 as_fn_error "failure running python-config --includes" "$LINENO" 5
9048 fi
ec685c5e
DE
9049 fi
9050 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
9051 if test $? != 0; then
e7a30f46
DE
9052 have_python_config=failed
9053 if test "${with_python}" != auto; then
9054 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
9055 fi
ec685c5e 9056 fi
0c4a4063
DE
9057 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
9058 if test $? != 0; then
e7a30f46
DE
9059 have_python_config=failed
9060 if test "${with_python}" != auto; then
9061 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
9062 fi
0c4a4063 9063 fi
ec685c5e 9064 else
ac534cba
JB
9065 # We do not have a python executable we can use to determine where
9066 # to find the Python headers and libs. We cannot guess the include
9067 # path from the python_prefix either, because that include path
9068 # depends on the Python version. So, there is nothing much we can
9069 # do except assume that the compiler will be able to find those files.
9070 python_includes=
9071 python_libs=
0c4a4063 9072 have_python_config=no
ec685c5e 9073 fi
bec39cab 9074
ec685c5e
DE
9075 # If we have python-config, only try the configuration it provides.
9076 # Otherwise fallback on the old way of trying different versions of
9077 # python in turn.
81ecdfbb 9078
ec685c5e
DE
9079 have_libpython=no
9080 if test "${have_python_config}" = yes; then
c1039e3c
JB
9081 # Determine the Python version by extracting "-lpython<version>"
9082 # part of the python_libs. <version> is usually X.Y with X and Y
9083 # being decimal numbers, but can also be XY (seen on Windows).
9084 #
9085 # The extraction is performed using sed with a regular expression.
9086 # Initially, the regexp used was using the '?' quantifier to make
9087 # the dot in the version number optional. Unfortunately, this
9088 # does not work with non-GNU versions of sed because, because of
9089 # what looks like a limitation (the '?' quantifier does not work
9090 # with back-references). We work around this limitation by using
9091 # the '*' quantifier instead. It means that, in theory, we might
9092 # match unexpected version strings such as "-lpython2..7", but
9093 # this seems unlikely in practice. And even if that happens,
9094 # an error will be triggered later on, when checking that version
9095 # number.
ec685c5e 9096 python_version=`echo " ${python_libs} " \
c1039e3c 9097 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
0c4a4063
DE
9098 case "${python_version}" in
9099 python*)
ec685c5e
DE
9100
9101 version=${python_version}
9102
9103 new_CPPFLAGS=${python_includes}
9104 new_LIBS=${python_libs}
81ecdfbb
RW
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
9106$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 9107 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 9108 save_LIBS=$LIBS
ec685c5e
DE
9109 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9110 LIBS="$LIBS $new_LIBS"
9111 found_usable_python=no
81ecdfbb 9112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9113/* end confdefs.h. */
ac534cba 9114#include "Python.h"
81ecdfbb
RW
9115int
9116main ()
9117{
9118Py_Initialize ();
9119 ;
9120 return 0;
9121}
bec39cab 9122_ACEOF
81ecdfbb 9123if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
9124 have_libpython=${version}
9125 found_usable_python=yes
ac534cba
JB
9126 PYTHON_CPPFLAGS=$new_CPPFLAGS
9127 PYTHON_LIBS=$new_LIBS
9a156167 9128fi
81ecdfbb
RW
9129rm -f core conftest.err conftest.$ac_objext \
9130 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
9131 CPPFLAGS=$save_CPPFLAGS
9132 LIBS=$save_LIBS
ec685c5e
DE
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
9134$as_echo "${found_usable_python}" >&6; }
9a156167 9135
0c4a4063
DE
9136 ;;
9137 *)
ec685c5e 9138 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
0c4a4063
DE
9139 ;;
9140 esac
e7a30f46 9141 elif test "${have_python_config}" != failed; then
ec685c5e 9142 if test "${have_libpython}" = no; then
9a156167 9143
420697bb
TT
9144 version=python2.7
9145
9146 new_CPPFLAGS=${python_includes}
9147 new_LIBS="${python_libs} -lpython2.7"
9148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
9149$as_echo_n "checking for ${version}... " >&6; }
9150 save_CPPFLAGS=$CPPFLAGS
9151 save_LIBS=$LIBS
9152 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9153 LIBS="$LIBS $new_LIBS"
9154 found_usable_python=no
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156/* end confdefs.h. */
ac534cba 9157#include "Python.h"
420697bb
TT
9158int
9159main ()
9160{
9161Py_Initialize ();
9162 ;
9163 return 0;
9164}
9165_ACEOF
9166if ac_fn_c_try_link "$LINENO"; then :
9167 have_libpython=${version}
9168 found_usable_python=yes
ac534cba
JB
9169 PYTHON_CPPFLAGS=$new_CPPFLAGS
9170 PYTHON_LIBS=$new_LIBS
420697bb
TT
9171fi
9172rm -f core conftest.err conftest.$ac_objext \
9173 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
9174 CPPFLAGS=$save_CPPFLAGS
9175 LIBS=$save_LIBS
420697bb
TT
9176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
9177$as_echo "${found_usable_python}" >&6; }
9178
9179 fi
9180 if test "${have_libpython}" = no; then
9181
ec685c5e
DE
9182 version=python2.6
9183
9184 new_CPPFLAGS=${python_includes}
9185 new_LIBS="${python_libs} -lpython2.6"
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
9187$as_echo_n "checking for ${version}... " >&6; }
9188 save_CPPFLAGS=$CPPFLAGS
9189 save_LIBS=$LIBS
9190 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9191 LIBS="$LIBS $new_LIBS"
9192 found_usable_python=no
9193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9194/* end confdefs.h. */
ac534cba 9195#include "Python.h"
ec685c5e
DE
9196int
9197main ()
9198{
9199Py_Initialize ();
9200 ;
9201 return 0;
9202}
9203_ACEOF
9204if ac_fn_c_try_link "$LINENO"; then :
9205 have_libpython=${version}
9206 found_usable_python=yes
ac534cba
JB
9207 PYTHON_CPPFLAGS=$new_CPPFLAGS
9208 PYTHON_LIBS=$new_LIBS
ec685c5e
DE
9209fi
9210rm -f core conftest.err conftest.$ac_objext \
9211 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
9212 CPPFLAGS=$save_CPPFLAGS
9213 LIBS=$save_LIBS
ec685c5e
DE
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
9215$as_echo "${found_usable_python}" >&6; }
9a156167 9216
81ecdfbb 9217 fi
ec685c5e 9218 if test ${have_libpython} = no; then
9a156167 9219
81ecdfbb 9220 version=python2.5
9a156167 9221
ec685c5e
DE
9222 new_CPPFLAGS=${python_includes}
9223 new_LIBS="${python_libs} -lpython2.5"
81ecdfbb
RW
9224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
9225$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 9226 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 9227 save_LIBS=$LIBS
ec685c5e
DE
9228 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9229 LIBS="$LIBS $new_LIBS"
9230 found_usable_python=no
81ecdfbb 9231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 9232/* end confdefs.h. */
ac534cba 9233#include "Python.h"
81ecdfbb
RW
9234int
9235main ()
9236{
9237Py_Initialize ();
9238 ;
9239 return 0;
9240}
436868fb 9241_ACEOF
81ecdfbb 9242if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
9243 have_libpython=${version}
9244 found_usable_python=yes
ac534cba
JB
9245 PYTHON_CPPFLAGS=$new_CPPFLAGS
9246 PYTHON_LIBS=$new_LIBS
436868fb 9247fi
81ecdfbb
RW
9248rm -f core conftest.err conftest.$ac_objext \
9249 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
9250 CPPFLAGS=$save_CPPFLAGS
9251 LIBS=$save_LIBS
ec685c5e
DE
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
9253$as_echo "${found_usable_python}" >&6; }
a9322a30 9254
81ecdfbb 9255 fi
ec685c5e 9256 if test ${have_libpython} = no; then
a9322a30 9257
81ecdfbb 9258 version=python2.4
a9322a30 9259
ec685c5e
DE
9260 new_CPPFLAGS=${python_includes}
9261 new_LIBS="${python_libs} -lpython2.4"
81ecdfbb
RW
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
9263$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 9264 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 9265 save_LIBS=$LIBS
ec685c5e
DE
9266 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9267 LIBS="$LIBS $new_LIBS"
9268 found_usable_python=no
81ecdfbb 9269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 9270/* end confdefs.h. */
ac534cba 9271#include "Python.h"
a9322a30
TT
9272int
9273main ()
9274{
81ecdfbb 9275Py_Initialize ();
a9322a30
TT
9276 ;
9277 return 0;
9278}
436868fb 9279_ACEOF
81ecdfbb 9280if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
9281 have_libpython=${version}
9282 found_usable_python=yes
ac534cba
JB
9283 PYTHON_CPPFLAGS=$new_CPPFLAGS
9284 PYTHON_LIBS=$new_LIBS
436868fb 9285fi
81ecdfbb
RW
9286rm -f core conftest.err conftest.$ac_objext \
9287 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
9288 CPPFLAGS=$save_CPPFLAGS
9289 LIBS=$save_LIBS
ec685c5e
DE
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
9291$as_echo "${found_usable_python}" >&6; }
81ecdfbb 9292
ec685c5e
DE
9293 fi
9294 fi
9c4ea6c5 9295 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
11763c18
TT
9296
9297$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
9298
9c4ea6c5 9299 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
ec685c5e
DE
9300
9301$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
9302
9c4ea6c5 9303 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
ec685c5e
DE
9304
9305$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
9306
9c4ea6c5 9307 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
81ecdfbb
RW
9308
9309$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
9310
81ecdfbb 9311 fi
ec685c5e
DE
9312
9313 if test "${have_libpython}" = no; then
81ecdfbb
RW
9314 case "${with_python}" in
9315 yes)
9316 as_fn_error "python is missing or unusable" "$LINENO" 5
9317 ;;
9318 auto)
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
9320$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
9321 ;;
9322 *)
9323 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
9324 ;;
9325 esac
0c4a4063
DE
9326 else
9327 if test -n "${python_prefix}"; then
9328
9329cat >>confdefs.h <<_ACEOF
9330#define WITH_PYTHON_PATH "${python_prefix}"
9331_ACEOF
9332
9333
9334 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
9335 if test "x$prefix" = xNONE; then
9336 test_prefix=/usr/local
9337 else
9338 test_prefix=$prefix
9339 fi
9340 else
9341 test_prefix=$exec_prefix
9342 fi
9343 value=0
9344 case ${python_prefix} in
9345 "${test_prefix}"|"${test_prefix}/"*|\
9346 '${exec_prefix}'|'${exec_prefix}/'*)
9347 value=1
9348 ;;
9349 esac
9350
9351cat >>confdefs.h <<_ACEOF
9352#define PYTHON_PATH_RELOCATABLE $value
9353_ACEOF
9354
9355
9356 fi
81ecdfbb 9357 fi
436868fb 9358fi
436868fb 9359
ec685c5e 9360if test "${have_libpython}" != no; then
436868fb 9361
81ecdfbb 9362$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
436868fb 9363
81ecdfbb
RW
9364 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
9365 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
9366 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
94f7449c 9367 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
81ecdfbb 9368 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
436868fb 9369
81ecdfbb
RW
9370 # Flags needed to compile Python code (taken from python-config --cflags).
9371 # We cannot call python-config directly because it will output whatever was
9372 # used when compiling the Python interpreter itself, including flags which
9373 # would make the python-related objects be compiled differently from the
9374 # rest of GDB (e.g., -O2 and -fPIC).
9375 if test "${GCC}" = yes; then
9376 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
9377 fi
436868fb 9378
81ecdfbb
RW
9379 if test "x${tentative_python_cflags}" != x; then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
9381$as_echo_n "checking compiler flags for python code... " >&6; }
9382 for flag in ${tentative_python_cflags}; do
9383 # Check that the compiler accepts it
9384 saved_CFLAGS="$CFLAGS"
9385 CFLAGS="$CFLAGS $flag"
9386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9387/* end confdefs.h. */
81ecdfbb 9388
a9322a30
TT
9389int
9390main ()
9391{
a9322a30
TT
9392
9393 ;
9394 return 0;
9395}
bec39cab 9396_ACEOF
81ecdfbb
RW
9397if ac_fn_c_try_compile "$LINENO"; then :
9398 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
bec39cab 9399fi
81ecdfbb
RW
9400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9401 CFLAGS="$saved_CFLAGS"
9402 done
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
9404$as_echo "${PYTHON_CFLAGS}" >&6; }
9405 fi
043b6510 9406
c83393b9
JB
9407 # On x64 Windows, Python's include headers, and pyconfig.h in
9408 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
9409 # version of Windows. Unfortunately, MS_WIN64 is only defined if
9410 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
9411 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
9412 # The issue was reported to the Python community, but still isn't
9413 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
9414
043b6510 9415 case "$gdb_host" in
c83393b9
JB
9416 mingw64)
9417 if test "${GCC}" = yes; then
9418 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
9419 fi
9420 ;;
043b6510 9421 esac
a8db4212
YPK
9422
9423 # Note that "python -m threading" cannot be used to check for
9424 # threading support due to a bug in Python 2.7.3
9425 # (http://bugs.python.org/issue15567).
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
9427$as_echo_n "checking whether python supports threads... " >&6; }
9428 saved_CPPFLAGS="${CPPFLAGS}"
9429 CPPFLAGS="${PYTHON_CPPFLAGS}"
9430 # Note that the test is reversed so that python_has_threads=yes on
9431 # unexpected failures.
9432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9433/* end confdefs.h. */
9434
9435#include <Python.h>
9436#ifdef WITH_THREAD
9437# error
9438#endif
9439
9440_ACEOF
9441if ac_fn_c_try_cpp "$LINENO"; then :
9442 python_has_threads=no
9443else
9444 python_has_threads=yes
9445fi
9446rm -f conftest.err conftest.$ac_ext
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
9448$as_echo "${python_has_threads}" >&6; }
9449 CPPFLAGS="${saved_CPPFLAGS}"
81ecdfbb 9450else
6dddc817
DE
9451 # Even if Python support is not compiled in, we need to have this file
9452 # included so that the "python" command, et.al., still exists.
9453 CONFIG_OBS="$CONFIG_OBS python.o"
9454 CONFIG_SRCS="$CONFIG_SRCS python/python.c"
a9322a30 9455fi
9a156167 9456
ed3ef339
DE
9457
9458
4df42755
DE
9459 if test "${have_libpython}" != no; then
9460 HAVE_PYTHON_TRUE=
9461 HAVE_PYTHON_FALSE='#'
9462else
9463 HAVE_PYTHON_TRUE='#'
9464 HAVE_PYTHON_FALSE=
9465fi
9466
ed3ef339
DE
9467
9468# -------------------- #
9469# Check for libguile. #
9470# -------------------- #
9471
9472
e1402065
DE
9473
9474
9475
9476
9477# Check whether --with-guile was given.
9478if test "${with_guile+set}" = set; then :
9479 withval=$with_guile;
9480else
9481 with_guile=auto
9482fi
9483
9484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use guile" >&5
9485$as_echo_n "checking whether to use guile... " >&6; }
9486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_guile" >&5
9487$as_echo "$with_guile" >&6; }
9488
ed3ef339
DE
9489# Extract the first word of "pkg-config", so it can be a program name with args.
9490set dummy pkg-config; ac_word=$2
9491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9492$as_echo_n "checking for $ac_word... " >&6; }
9493if test "${ac_cv_path_pkg_config_prog_path+set}" = set; then :
9494 $as_echo_n "(cached) " >&6
9495else
9496 case $pkg_config_prog_path in
9497 [\\/]* | ?:[\\/]*)
9498 ac_cv_path_pkg_config_prog_path="$pkg_config_prog_path" # Let the user override the test with a path.
9499 ;;
9500 *)
9501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9502for as_dir in $PATH
9503do
9504 IFS=$as_save_IFS
9505 test -z "$as_dir" && as_dir=.
9506 for ac_exec_ext in '' $ac_executable_extensions; do
9507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9508 ac_cv_path_pkg_config_prog_path="$as_dir/$ac_word$ac_exec_ext"
9509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 break 2
9511 fi
9512done
9513 done
9514IFS=$as_save_IFS
9515
9516 test -z "$ac_cv_path_pkg_config_prog_path" && ac_cv_path_pkg_config_prog_path="missing"
9517 ;;
9518esac
9519fi
9520pkg_config_prog_path=$ac_cv_path_pkg_config_prog_path
9521if test -n "$pkg_config_prog_path"; then
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkg_config_prog_path" >&5
9523$as_echo "$pkg_config_prog_path" >&6; }
9524else
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9526$as_echo "no" >&6; }
9527fi
9528
9529
9530
214ab2da 9531try_guile_versions="guile-2.2 guile-2.0"
ed3ef339
DE
9532have_libguile=no
9533case "${with_guile}" in
9534no)
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: guile support disabled; some features will be unavailable." >&5
9536$as_echo "$as_me: WARNING: guile support disabled; some features will be unavailable." >&2;}
9537 ;;
9538auto)
e1402065
DE
9539 if test "${pkg_config_prog_path}" = "missing"; then
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config not found, guile support disabled" >&5
9541$as_echo "$as_me: WARNING: pkg-config not found, guile support disabled" >&2;}
9542 else
ed3ef339
DE
9543
9544 pkg_config=${pkg_config_prog_path}
9545 guile_version_list=${try_guile_versions}
9546 flag_errors=no
9547
ed3ef339
DE
9548 found_usable_guile=checking
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9550$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9551 for guile_version in ${guile_version_list}; do
9552 ${pkg_config} --exists ${guile_version} 2>/dev/null
9553 if test $? != 0; then
9554 continue
9555 fi
9556 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9557 if test $? != 0; then
9558 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9559 fi
9560 new_LIBS=`${pkg_config} --libs ${guile_version}`
9561 if test $? != 0; then
9562 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9563 fi
9564 found_usable_guile=${guile_version}
9565 break
9566 done
9567 if test "${found_usable_guile}" = "checking"; then
9568 if test "${flag_errors}" = "yes"; then
9569 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9570 else
9571 found_usable_guile=no
9572 fi
9573 fi
9574 if test "${found_usable_guile}" != no; then
9575 save_CPPFLAGS=$CPPFLAGS
9576 save_LIBS=$LIBS
9577 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9578 LIBS="$LIBS $new_LIBS"
9579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9580/* end confdefs.h. */
9581#include "libguile.h"
9582int
9583main ()
9584{
9585scm_init_guile ();
9586 ;
9587 return 0;
9588}
9589_ACEOF
9590if ac_fn_c_try_link "$LINENO"; then :
9591 have_libguile=yes
9592 GUILE_CPPFLAGS=$new_CPPFLAGS
9593 GUILE_LIBS=$new_LIBS
9594else
9595 found_usable_guile=no
9596fi
9597rm -f core conftest.err conftest.$ac_objext \
9598 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9599 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9600if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9601
9602$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9603
9604
9605fi
9606
ed3ef339
DE
9607 CPPFLAGS=$save_CPPFLAGS
9608 LIBS=$save_LIBS
9609 if test "${found_usable_guile}" = no; then
9610 if test "${flag_errors}" = yes; then
9611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9612$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9613as_fn_error "linking guile version ${guile_version} test program failed
9614See \`config.log' for more details." "$LINENO" 5; }
9615 fi
9616 fi
9617 fi
9618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9619$as_echo "${found_usable_guile}" >&6; }
9620
e1402065 9621 fi
ed3ef339
DE
9622 ;;
9623yes)
e1402065
DE
9624 if test "${pkg_config_prog_path}" = "missing"; then
9625 as_fn_error "pkg-config not found" "$LINENO" 5
9626 fi
ed3ef339
DE
9627
9628 pkg_config=${pkg_config_prog_path}
9629 guile_version_list=${try_guile_versions}
9630 flag_errors=yes
9631
ed3ef339
DE
9632 found_usable_guile=checking
9633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9634$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9635 for guile_version in ${guile_version_list}; do
9636 ${pkg_config} --exists ${guile_version} 2>/dev/null
9637 if test $? != 0; then
9638 continue
9639 fi
9640 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9641 if test $? != 0; then
9642 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9643 fi
9644 new_LIBS=`${pkg_config} --libs ${guile_version}`
9645 if test $? != 0; then
9646 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9647 fi
9648 found_usable_guile=${guile_version}
9649 break
9650 done
9651 if test "${found_usable_guile}" = "checking"; then
9652 if test "${flag_errors}" = "yes"; then
9653 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9654 else
9655 found_usable_guile=no
9656 fi
9657 fi
9658 if test "${found_usable_guile}" != no; then
9659 save_CPPFLAGS=$CPPFLAGS
9660 save_LIBS=$LIBS
9661 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9662 LIBS="$LIBS $new_LIBS"
9663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9664/* end confdefs.h. */
9665#include "libguile.h"
9666int
9667main ()
9668{
9669scm_init_guile ();
9670 ;
9671 return 0;
9672}
9673_ACEOF
9674if ac_fn_c_try_link "$LINENO"; then :
9675 have_libguile=yes
9676 GUILE_CPPFLAGS=$new_CPPFLAGS
9677 GUILE_LIBS=$new_LIBS
9678else
9679 found_usable_guile=no
9680fi
9681rm -f core conftest.err conftest.$ac_objext \
9682 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9683 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9684if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9685
9686$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9687
9688
9689fi
9690
ed3ef339
DE
9691 CPPFLAGS=$save_CPPFLAGS
9692 LIBS=$save_LIBS
9693 if test "${found_usable_guile}" = no; then
9694 if test "${flag_errors}" = yes; then
9695 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9696$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9697as_fn_error "linking guile version ${guile_version} test program failed
9698See \`config.log' for more details." "$LINENO" 5; }
9699 fi
9700 fi
9701 fi
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9703$as_echo "${found_usable_guile}" >&6; }
9704
9705 ;;
9706[\\/]* | ?:[\\/]*)
e1402065 9707 if test -x "${with_guile}"; then
ed3ef339
DE
9708
9709 pkg_config=${with_guile}
9710 guile_version_list=${try_guile_versions}
9711 flag_errors=yes
9712
ed3ef339
DE
9713 found_usable_guile=checking
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9715$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9716 for guile_version in ${guile_version_list}; do
9717 ${pkg_config} --exists ${guile_version} 2>/dev/null
9718 if test $? != 0; then
9719 continue
9720 fi
9721 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9722 if test $? != 0; then
9723 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9724 fi
9725 new_LIBS=`${pkg_config} --libs ${guile_version}`
9726 if test $? != 0; then
9727 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9728 fi
9729 found_usable_guile=${guile_version}
9730 break
9731 done
9732 if test "${found_usable_guile}" = "checking"; then
9733 if test "${flag_errors}" = "yes"; then
9734 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9735 else
9736 found_usable_guile=no
9737 fi
9738 fi
9739 if test "${found_usable_guile}" != no; then
9740 save_CPPFLAGS=$CPPFLAGS
9741 save_LIBS=$LIBS
9742 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9743 LIBS="$LIBS $new_LIBS"
9744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9745/* end confdefs.h. */
9746#include "libguile.h"
9747int
9748main ()
9749{
9750scm_init_guile ();
9751 ;
9752 return 0;
9753}
9754_ACEOF
9755if ac_fn_c_try_link "$LINENO"; then :
9756 have_libguile=yes
9757 GUILE_CPPFLAGS=$new_CPPFLAGS
9758 GUILE_LIBS=$new_LIBS
9759else
9760 found_usable_guile=no
9761fi
9762rm -f core conftest.err conftest.$ac_objext \
9763 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9764 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9765if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9766
9767$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9768
9769
9770fi
9771
ed3ef339
DE
9772 CPPFLAGS=$save_CPPFLAGS
9773 LIBS=$save_LIBS
9774 if test "${found_usable_guile}" = no; then
9775 if test "${flag_errors}" = yes; then
9776 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9777$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9778as_fn_error "linking guile version ${guile_version} test program failed
9779See \`config.log' for more details." "$LINENO" 5; }
9780 fi
9781 fi
9782 fi
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9784$as_echo "${found_usable_guile}" >&6; }
9785
e1402065
DE
9786 else
9787 as_fn_error "Guile config program not executable: ${with_guile}" "$LINENO" 5
9788 fi
ed3ef339
DE
9789 ;;
9790"" | */*)
9791 # Disallow --with=guile="" and --with-guile=foo/bar.
9792 as_fn_error "invalid value for --with-guile" "$LINENO" 5
9793 ;;
9794*)
9795 # A space separate list of guile versions to try, in order.
e1402065
DE
9796 if test "${pkg_config_prog_path}" = "missing"; then
9797 as_fn_error "pkg-config not found" "$LINENO" 5
9798 fi
ed3ef339
DE
9799
9800 pkg_config=${pkg_config_prog_path}
9801 guile_version_list=${with_guile}
9802 flag_errors=yes
9803
ed3ef339
DE
9804 found_usable_guile=checking
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usable guile from ${pkg_config}" >&5
9806$as_echo_n "checking for usable guile from ${pkg_config}... " >&6; }
9807 for guile_version in ${guile_version_list}; do
9808 ${pkg_config} --exists ${guile_version} 2>/dev/null
9809 if test $? != 0; then
9810 continue
9811 fi
9812 new_CPPFLAGS=`${pkg_config} --cflags ${guile_version}`
9813 if test $? != 0; then
9814 as_fn_error "failure running pkg-config --cflags ${guile_version}" "$LINENO" 5
9815 fi
9816 new_LIBS=`${pkg_config} --libs ${guile_version}`
9817 if test $? != 0; then
9818 as_fn_error "failure running pkg-config --libs ${guile_version}" "$LINENO" 5
9819 fi
9820 found_usable_guile=${guile_version}
9821 break
9822 done
9823 if test "${found_usable_guile}" = "checking"; then
9824 if test "${flag_errors}" = "yes"; then
9825 as_fn_error "unable to find usable guile version from \"${guile_version_list}\"" "$LINENO" 5
9826 else
9827 found_usable_guile=no
9828 fi
9829 fi
9830 if test "${found_usable_guile}" != no; then
9831 save_CPPFLAGS=$CPPFLAGS
9832 save_LIBS=$LIBS
9833 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
9834 LIBS="$LIBS $new_LIBS"
9835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9836/* end confdefs.h. */
9837#include "libguile.h"
9838int
9839main ()
9840{
9841scm_init_guile ();
9842 ;
9843 return 0;
9844}
9845_ACEOF
9846if ac_fn_c_try_link "$LINENO"; then :
9847 have_libguile=yes
9848 GUILE_CPPFLAGS=$new_CPPFLAGS
9849 GUILE_LIBS=$new_LIBS
9850else
9851 found_usable_guile=no
9852fi
9853rm -f core conftest.err conftest.$ac_objext \
9854 conftest$ac_exeext conftest.$ac_ext
92fab5a6
AW
9855 ac_fn_c_check_func "$LINENO" "scm_set_automatic_finalization_enabled" "ac_cv_func_scm_set_automatic_finalization_enabled"
9856if test "x$ac_cv_func_scm_set_automatic_finalization_enabled" = x""yes; then :
9857
9858$as_echo "#define HAVE_GUILE_MANUAL_FINALIZATION 1" >>confdefs.h
9859
9860
9861fi
9862
ed3ef339
DE
9863 CPPFLAGS=$save_CPPFLAGS
9864 LIBS=$save_LIBS
9865 if test "${found_usable_guile}" = no; then
9866 if test "${flag_errors}" = yes; then
9867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9868$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9869as_fn_error "linking guile version ${guile_version} test program failed
9870See \`config.log' for more details." "$LINENO" 5; }
9871 fi
9872 fi
9873 fi
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_guile}" >&5
9875$as_echo "${found_usable_guile}" >&6; }
9876
9877 ;;
9878esac
9879
e76c5d17 9880if test "${have_libguile}" != no; then
d342a0da
DE
9881 case "${with_guile}" in
9882 [\\/]* | ?:[\\/]*)
e76c5d17
DE
9883
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9885$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9886if test "${ac_cv_guild_program_name+set}" = set; then :
9887 $as_echo_n "(cached) " >&6
9888else
d342a0da 9889 ac_cv_guild_program_name="`"${with_guile}" --variable guild "${guile_version}"`"
e76c5d17
DE
9890
9891 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9892 # the 'guild' and 'bindir' variables. In that case, try to guess
9893 # what the program name is, at the risk of getting it wrong if
9894 # Guile was configured with '--program-suffix' or similar.
9895 if test "x$ac_cv_guild_program_name" = "x"; then
d342a0da 9896 guile_exec_prefix="`"${with_guile}" --variable exec_prefix "${guile_version}"`"
e76c5d17
DE
9897 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9898 fi
9899
9900fi
9901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9902$as_echo "$ac_cv_guild_program_name" >&6; }
9903
9904 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9905 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9906 fi
9907
9908 GUILD="$ac_cv_guild_program_name"
9909
9910
d342a0da
DE
9911 ;;
9912 *)
9913
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the absolute file name of the 'guild' command" >&5
9915$as_echo_n "checking for the absolute file name of the 'guild' command... " >&6; }
9916if test "${ac_cv_guild_program_name+set}" = set; then :
9917 $as_echo_n "(cached) " >&6
9918else
9919 ac_cv_guild_program_name="`"${pkg_config_prog_path}" --variable guild "${guile_version}"`"
9920
9921 # In Guile up to 2.0.11 included, guile-2.0.pc would not define
9922 # the 'guild' and 'bindir' variables. In that case, try to guess
9923 # what the program name is, at the risk of getting it wrong if
9924 # Guile was configured with '--program-suffix' or similar.
9925 if test "x$ac_cv_guild_program_name" = "x"; then
9926 guile_exec_prefix="`"${pkg_config_prog_path}" --variable exec_prefix "${guile_version}"`"
9927 ac_cv_guild_program_name="$guile_exec_prefix/bin/guild"
9928 fi
9929
9930fi
9931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_program_name" >&5
9932$as_echo "$ac_cv_guild_program_name" >&6; }
9933
9934 if ! "$ac_cv_guild_program_name" --version >&5 2>&5; then
9935 as_fn_error "'$ac_cv_guild_program_name' appears to be unusable" "$LINENO" 5
9936 fi
9937
9938 GUILD="$ac_cv_guild_program_name"
9939
9940
9941 ;;
9942 esac
e76c5d17
DE
9943
9944
9945 if test "$cross_compiling" = no; then
9946 GUILD_TARGET_FLAG=
9947 else
9948 GUILD_TARGET_FLAG="--target=$host"
9949 fi
9950
9951
9952
9953
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether guild supports this host" >&5
9955$as_echo_n "checking whether guild supports this host... " >&6; }
9956if test "${ac_cv_guild_ok+set}" = set; then :
9957 $as_echo_n "(cached) " >&6
9958else
9959 echo "$ac_cv_guild_program_name compile $GUILD_TARGET_FLAG -o conftest.go $srcdir/guile/lib/gdb/support.scm" >&5
9960 if "$ac_cv_guild_program_name" compile $GUILD_TARGET_FLAG -o conftest.go "$srcdir/guile/lib/gdb/support.scm" >&5 2>&5; then
9961 ac_cv_guild_ok=yes
9962 else
9963 ac_cv_guild_ok=no
9964 fi
9965fi
9966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_guild_ok" >&5
9967$as_echo "$ac_cv_guild_ok" >&6; }
9968
9969 if test "$ac_cv_guild_ok" = no; then
9970 have_libguile=no
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling guile support" >&5
9972$as_echo "$as_me: WARNING: disabling guile support" >&2;}
9973 fi
9974fi
9975
ed3ef339
DE
9976if test "${have_libguile}" != no; then
9977
9978$as_echo "#define HAVE_GUILE 1" >>confdefs.h
9979
9980 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_GUILE_OBS)"
9981 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_GUILE_DEPS)"
9982 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_GUILE_SRCS)"
9983 CONFIG_INSTALL="$CONFIG_INSTALL install-guile"
9984 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_GUILE_CFLAGS)"
16954d5d
LC
9985
9986 save_LIBS="$LIBS"
9987 save_CPPFLAGS="$CPPFLAGS"
9988 LIBS="$GUILE_LIBS"
9989 CPPFLAGS="$GUILE_CPPFLAGS"
9990 for ac_func in scm_new_smob
9991do :
9992 ac_fn_c_check_func "$LINENO" "scm_new_smob" "ac_cv_func_scm_new_smob"
9993if test "x$ac_cv_func_scm_new_smob" = x""yes; then :
9994 cat >>confdefs.h <<_ACEOF
9995#define HAVE_SCM_NEW_SMOB 1
9996_ACEOF
9997
9998fi
9999done
10000
10001 LIBS="$save_LIBS"
10002 CPPFLAGS="$save_CPPFLAGS"
ed3ef339
DE
10003else
10004 # Even if Guile support is not compiled in, we need to have these files
10005 # included.
10006 CONFIG_OBS="$CONFIG_OBS guile.o"
10007 CONFIG_SRCS="$CONFIG_SRCS guile/guile.c"
10008fi
9a156167 10009
ac534cba 10010
4df42755
DE
10011 if test "${have_libguile}" != no; then
10012 HAVE_GUILE_TRUE=
10013 HAVE_GUILE_FALSE='#'
10014else
10015 HAVE_GUILE_TRUE='#'
10016 HAVE_GUILE_FALSE=
10017fi
10018
ac534cba 10019
d344e670
DE
10020# --------------------- #
10021# Check for libmcheck. #
10022# --------------------- #
10023
a8db4212
YPK
10024# Enable -lmcheck by default (it provides cheap-enough memory mangling),
10025# but turn it off if Python is enabled with threads, since -lmcheck is
10026# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
10027# and for releases.
17ef446e
PA
10028if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
10029 && $development; then
10030 libmcheck_default=yes
10031else
10032 libmcheck_default=no
a8db4212
YPK
10033fi
10034
17ef446e
PA
10035 # Check whether --enable-libmcheck was given.
10036if test "${enable_libmcheck+set}" = set; then :
10037 enableval=$enable_libmcheck; case "${enableval}" in
10038 yes | y) ENABLE_LIBMCHECK="yes" ;;
10039 no | n) ENABLE_LIBMCHECK="no" ;;
10040 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
10041 esac
10042fi
10043
10044
10045 if test -z "${ENABLE_LIBMCHECK}"; then
10046 ENABLE_LIBMCHECK=${libmcheck_default}
a8db4212 10047 fi
17ef446e
PA
10048
10049 if test "$ENABLE_LIBMCHECK" = "yes" ; then
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
a8db4212
YPK
10051$as_echo_n "checking for main in -lmcheck... " >&6; }
10052if test "${ac_cv_lib_mcheck_main+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054else
10055 ac_check_lib_save_LIBS=$LIBS
10056LIBS="-lmcheck $LIBS"
10057cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10058/* end confdefs.h. */
10059
10060
10061int
10062main ()
10063{
10064return main ();
10065 ;
10066 return 0;
10067}
10068_ACEOF
10069if ac_fn_c_try_link "$LINENO"; then :
10070 ac_cv_lib_mcheck_main=yes
10071else
10072 ac_cv_lib_mcheck_main=no
10073fi
10074rm -f core conftest.err conftest.$ac_objext \
10075 conftest$ac_exeext conftest.$ac_ext
10076LIBS=$ac_check_lib_save_LIBS
10077fi
10078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
10079$as_echo "$ac_cv_lib_mcheck_main" >&6; }
10080if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082#define HAVE_LIBMCHECK 1
10083_ACEOF
10084
10085 LIBS="-lmcheck $LIBS"
10086
10087fi
10088
17ef446e
PA
10089 fi
10090
10091
10092if test "$ENABLE_LIBMCHECK" = "yes" \
10093 -a "${have_libpython}" != "no" \
10094 -a "${python_has_threads}" = "yes" ; then
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
10096$as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
a8db4212
YPK
10097fi
10098
58bfce93
MM
10099
10100# Check whether --with-intel_pt was given.
10101if test "${with_intel_pt+set}" = set; then :
10102 withval=$with_intel_pt;
10103else
10104 with_intel_pt=auto
10105fi
10106
10107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use intel pt" >&5
10108$as_echo_n "checking whether to use intel pt... " >&6; }
10109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_intel_pt" >&5
10110$as_echo "$with_intel_pt" >&6; }
10111
10112if test "${with_intel_pt}" = no; then
bc504a31
PA
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&5
10114$as_echo "$as_me: WARNING: Intel Processor Trace support disabled; some features may be unavailable." >&2;}
58bfce93
MM
10115 HAVE_LIBIPT=no
10116else
5599c404
MM
10117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10118/* end confdefs.h. */
10119
10120#include <linux/perf_event.h>
10121#ifndef PERF_ATTR_SIZE_VER5
10122# error
10123#endif
10124
10125_ACEOF
10126if ac_fn_c_try_cpp "$LINENO"; then :
10127 perf_event=yes
10128else
10129 perf_event=no
10130fi
10131rm -f conftest.err conftest.$ac_ext
10132 if test "$perf_event" != yes; then
10133 if test "$with_intel_pt" = yes; then
10134 as_fn_error "linux/perf_event.h missing or too old" "$LINENO" 5
10135 else
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&5
10137$as_echo "$as_me: WARNING: linux/perf_event.h missing or too old; some features may be unavailable." >&2;}
10138 fi
10139 fi
10140
58bfce93
MM
10141
10142
10143
10144
10145
10146
10147
10148
10149 use_additional=yes
10150
10151 acl_save_prefix="$prefix"
10152 prefix="$acl_final_prefix"
10153 acl_save_exec_prefix="$exec_prefix"
10154 exec_prefix="$acl_final_exec_prefix"
10155
10156 eval additional_includedir=\"$includedir\"
10157 eval additional_libdir=\"$libdir\"
10158
10159 exec_prefix="$acl_save_exec_prefix"
10160 prefix="$acl_save_prefix"
10161
10162
10163# Check whether --with-libipt-prefix was given.
10164if test "${with_libipt_prefix+set}" = set; then :
10165 withval=$with_libipt_prefix;
10166 if test "X$withval" = "Xno"; then
10167 use_additional=no
10168 else
10169 if test "X$withval" = "X"; then
10170
10171 acl_save_prefix="$prefix"
10172 prefix="$acl_final_prefix"
10173 acl_save_exec_prefix="$exec_prefix"
10174 exec_prefix="$acl_final_exec_prefix"
10175
10176 eval additional_includedir=\"$includedir\"
10177 eval additional_libdir=\"$libdir\"
10178
10179 exec_prefix="$acl_save_exec_prefix"
10180 prefix="$acl_save_prefix"
10181
10182 else
10183 additional_includedir="$withval/include"
10184 additional_libdir="$withval/lib"
10185 fi
10186 fi
10187
10188fi
10189
10190 LIBIPT=
10191 LTLIBIPT=
10192 INCIPT=
10193 rpathdirs=
10194 ltrpathdirs=
10195 names_already_handled=
10196 names_next_round='ipt '
10197 while test -n "$names_next_round"; do
10198 names_this_round="$names_next_round"
10199 names_next_round=
10200 for name in $names_this_round; do
10201 already_handled=
10202 for n in $names_already_handled; do
10203 if test "$n" = "$name"; then
10204 already_handled=yes
10205 break
10206 fi
10207 done
10208 if test -z "$already_handled"; then
10209 names_already_handled="$names_already_handled $name"
10210 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
10211 eval value=\"\$HAVE_LIB$uppername\"
10212 if test -n "$value"; then
10213 if test "$value" = yes; then
10214 eval value=\"\$LIB$uppername\"
10215 test -z "$value" || LIBIPT="${LIBIPT}${LIBIPT:+ }$value"
10216 eval value=\"\$LTLIB$uppername\"
10217 test -z "$value" || LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$value"
10218 else
10219 :
10220 fi
10221 else
10222 found_dir=
10223 found_la=
10224 found_so=
10225 found_a=
10226 if test $use_additional = yes; then
10227 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
10228 found_dir="$additional_libdir"
10229 found_so="$additional_libdir/lib$name.$shlibext"
10230 if test -f "$additional_libdir/lib$name.la"; then
10231 found_la="$additional_libdir/lib$name.la"
10232 fi
10233 else
10234 if test -f "$additional_libdir/lib$name.$libext"; then
10235 found_dir="$additional_libdir"
10236 found_a="$additional_libdir/lib$name.$libext"
10237 if test -f "$additional_libdir/lib$name.la"; then
10238 found_la="$additional_libdir/lib$name.la"
10239 fi
10240 fi
10241 fi
10242 fi
10243 if test "X$found_dir" = "X"; then
10244 for x in $LDFLAGS $LTLIBIPT; do
10245
10246 acl_save_prefix="$prefix"
10247 prefix="$acl_final_prefix"
10248 acl_save_exec_prefix="$exec_prefix"
10249 exec_prefix="$acl_final_exec_prefix"
10250 eval x=\"$x\"
10251 exec_prefix="$acl_save_exec_prefix"
10252 prefix="$acl_save_prefix"
10253
10254 case "$x" in
10255 -L*)
10256 dir=`echo "X$x" | sed -e 's/^X-L//'`
10257 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
10258 found_dir="$dir"
10259 found_so="$dir/lib$name.$shlibext"
10260 if test -f "$dir/lib$name.la"; then
10261 found_la="$dir/lib$name.la"
10262 fi
10263 else
10264 if test -f "$dir/lib$name.$libext"; then
10265 found_dir="$dir"
10266 found_a="$dir/lib$name.$libext"
10267 if test -f "$dir/lib$name.la"; then
10268 found_la="$dir/lib$name.la"
10269 fi
10270 fi
10271 fi
10272 ;;
10273 esac
10274 if test "X$found_dir" != "X"; then
10275 break
10276 fi
10277 done
10278 fi
10279 if test "X$found_dir" != "X"; then
10280 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$found_dir -l$name"
10281 if test "X$found_so" != "X"; then
10282 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
10283 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
10284 else
10285 haveit=
10286 for x in $ltrpathdirs; do
10287 if test "X$x" = "X$found_dir"; then
10288 haveit=yes
10289 break
10290 fi
10291 done
10292 if test -z "$haveit"; then
10293 ltrpathdirs="$ltrpathdirs $found_dir"
10294 fi
10295 if test "$hardcode_direct" = yes; then
10296 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
10297 else
10298 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
10299 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
10300 haveit=
10301 for x in $rpathdirs; do
10302 if test "X$x" = "X$found_dir"; then
10303 haveit=yes
10304 break
10305 fi
10306 done
10307 if test -z "$haveit"; then
10308 rpathdirs="$rpathdirs $found_dir"
10309 fi
10310 else
10311 haveit=
10312 for x in $LDFLAGS $LIBIPT; do
10313
10314 acl_save_prefix="$prefix"
10315 prefix="$acl_final_prefix"
10316 acl_save_exec_prefix="$exec_prefix"
10317 exec_prefix="$acl_final_exec_prefix"
10318 eval x=\"$x\"
10319 exec_prefix="$acl_save_exec_prefix"
10320 prefix="$acl_save_prefix"
10321
10322 if test "X$x" = "X-L$found_dir"; then
10323 haveit=yes
10324 break
10325 fi
10326 done
10327 if test -z "$haveit"; then
10328 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir"
10329 fi
10330 if test "$hardcode_minus_L" != no; then
10331 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_so"
10332 else
10333 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
10334 fi
10335 fi
10336 fi
10337 fi
10338 else
10339 if test "X$found_a" != "X"; then
10340 LIBIPT="${LIBIPT}${LIBIPT:+ }$found_a"
10341 else
10342 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$found_dir -l$name"
10343 fi
10344 fi
10345 additional_includedir=
10346 case "$found_dir" in
10347 */lib | */lib/)
10348 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
10349 additional_includedir="$basedir/include"
10350 ;;
10351 esac
10352 if test "X$additional_includedir" != "X"; then
10353 if test "X$additional_includedir" != "X/usr/include"; then
10354 haveit=
10355 if test "X$additional_includedir" = "X/usr/local/include"; then
10356 if test -n "$GCC"; then
10357 case $host_os in
10358 linux*) haveit=yes;;
10359 esac
10360 fi
10361 fi
10362 if test -z "$haveit"; then
10363 for x in $CPPFLAGS $INCIPT; do
10364
10365 acl_save_prefix="$prefix"
10366 prefix="$acl_final_prefix"
10367 acl_save_exec_prefix="$exec_prefix"
10368 exec_prefix="$acl_final_exec_prefix"
10369 eval x=\"$x\"
10370 exec_prefix="$acl_save_exec_prefix"
10371 prefix="$acl_save_prefix"
10372
10373 if test "X$x" = "X-I$additional_includedir"; then
10374 haveit=yes
10375 break
10376 fi
10377 done
10378 if test -z "$haveit"; then
10379 if test -d "$additional_includedir"; then
10380 INCIPT="${INCIPT}${INCIPT:+ }-I$additional_includedir"
10381 fi
10382 fi
10383 fi
10384 fi
10385 fi
10386 if test -n "$found_la"; then
10387 save_libdir="$libdir"
10388 case "$found_la" in
10389 */* | *\\*) . "$found_la" ;;
10390 *) . "./$found_la" ;;
10391 esac
10392 libdir="$save_libdir"
10393 for dep in $dependency_libs; do
10394 case "$dep" in
10395 -L*)
10396 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
10397 if test "X$additional_libdir" != "X/usr/lib"; then
10398 haveit=
10399 if test "X$additional_libdir" = "X/usr/local/lib"; then
10400 if test -n "$GCC"; then
10401 case $host_os in
10402 linux*) haveit=yes;;
10403 esac
10404 fi
10405 fi
10406 if test -z "$haveit"; then
10407 haveit=
10408 for x in $LDFLAGS $LIBIPT; do
10409
10410 acl_save_prefix="$prefix"
10411 prefix="$acl_final_prefix"
10412 acl_save_exec_prefix="$exec_prefix"
10413 exec_prefix="$acl_final_exec_prefix"
10414 eval x=\"$x\"
10415 exec_prefix="$acl_save_exec_prefix"
10416 prefix="$acl_save_prefix"
10417
10418 if test "X$x" = "X-L$additional_libdir"; then
10419 haveit=yes
10420 break
10421 fi
10422 done
10423 if test -z "$haveit"; then
10424 if test -d "$additional_libdir"; then
10425 LIBIPT="${LIBIPT}${LIBIPT:+ }-L$additional_libdir"
10426 fi
10427 fi
10428 haveit=
10429 for x in $LDFLAGS $LTLIBIPT; do
10430
10431 acl_save_prefix="$prefix"
10432 prefix="$acl_final_prefix"
10433 acl_save_exec_prefix="$exec_prefix"
10434 exec_prefix="$acl_final_exec_prefix"
10435 eval x=\"$x\"
10436 exec_prefix="$acl_save_exec_prefix"
10437 prefix="$acl_save_prefix"
10438
10439 if test "X$x" = "X-L$additional_libdir"; then
10440 haveit=yes
10441 break
10442 fi
10443 done
10444 if test -z "$haveit"; then
10445 if test -d "$additional_libdir"; then
10446 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-L$additional_libdir"
10447 fi
10448 fi
10449 fi
10450 fi
10451 ;;
10452 -R*)
10453 dir=`echo "X$dep" | sed -e 's/^X-R//'`
10454 if test "$enable_rpath" != no; then
10455 haveit=
10456 for x in $rpathdirs; do
10457 if test "X$x" = "X$dir"; then
10458 haveit=yes
10459 break
10460 fi
10461 done
10462 if test -z "$haveit"; then
10463 rpathdirs="$rpathdirs $dir"
10464 fi
10465 haveit=
10466 for x in $ltrpathdirs; do
10467 if test "X$x" = "X$dir"; then
10468 haveit=yes
10469 break
10470 fi
10471 done
10472 if test -z "$haveit"; then
10473 ltrpathdirs="$ltrpathdirs $dir"
10474 fi
10475 fi
10476 ;;
10477 -l*)
10478 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10479 ;;
10480 *.la)
10481 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10482 ;;
10483 *)
10484 LIBIPT="${LIBIPT}${LIBIPT:+ }$dep"
10485 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }$dep"
10486 ;;
10487 esac
10488 done
10489 fi
10490 else
10491 LIBIPT="${LIBIPT}${LIBIPT:+ }-l$name"
10492 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-l$name"
10493 fi
10494 fi
10495 fi
10496 done
10497 done
10498 if test "X$rpathdirs" != "X"; then
10499 if test -n "$hardcode_libdir_separator"; then
10500 alldirs=
10501 for found_dir in $rpathdirs; do
10502 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10503 done
10504 acl_save_libdir="$libdir"
10505 libdir="$alldirs"
10506 eval flag=\"$hardcode_libdir_flag_spec\"
10507 libdir="$acl_save_libdir"
10508 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
10509 else
10510 for found_dir in $rpathdirs; do
10511 acl_save_libdir="$libdir"
10512 libdir="$found_dir"
10513 eval flag=\"$hardcode_libdir_flag_spec\"
10514 libdir="$acl_save_libdir"
10515 LIBIPT="${LIBIPT}${LIBIPT:+ }$flag"
10516 done
10517 fi
10518 fi
10519 if test "X$ltrpathdirs" != "X"; then
10520 for found_dir in $ltrpathdirs; do
10521 LTLIBIPT="${LTLIBIPT}${LTLIBIPT:+ }-R$found_dir"
10522 done
10523 fi
10524
10525
10526 ac_save_CPPFLAGS="$CPPFLAGS"
10527
10528 for element in $INCIPT; do
10529 haveit=
10530 for x in $CPPFLAGS; do
10531
10532 acl_save_prefix="$prefix"
10533 prefix="$acl_final_prefix"
10534 acl_save_exec_prefix="$exec_prefix"
10535 exec_prefix="$acl_final_exec_prefix"
10536 eval x=\"$x\"
10537 exec_prefix="$acl_save_exec_prefix"
10538 prefix="$acl_save_prefix"
10539
10540 if test "X$x" = "X$element"; then
10541 haveit=yes
10542 break
10543 fi
10544 done
10545 if test -z "$haveit"; then
10546 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10547 fi
10548 done
10549
10550
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libipt" >&5
10552$as_echo_n "checking for libipt... " >&6; }
10553if test "${ac_cv_libipt+set}" = set; then :
10554 $as_echo_n "(cached) " >&6
10555else
10556
10557 ac_save_LIBS="$LIBS"
10558 LIBS="$LIBS $LIBIPT"
10559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10560/* end confdefs.h. */
10561#include "intel-pt.h"
10562int
10563main ()
10564{
10565pt_insn_alloc_decoder (0);
10566 ;
10567 return 0;
10568}
10569_ACEOF
10570if ac_fn_c_try_link "$LINENO"; then :
10571 ac_cv_libipt=yes
10572else
10573 ac_cv_libipt=no
10574fi
10575rm -f core conftest.err conftest.$ac_objext \
10576 conftest$ac_exeext conftest.$ac_ext
10577 LIBS="$ac_save_LIBS"
10578
10579fi
10580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libipt" >&5
10581$as_echo "$ac_cv_libipt" >&6; }
10582 if test "$ac_cv_libipt" = yes; then
10583 HAVE_LIBIPT=yes
10584
10585$as_echo "#define HAVE_LIBIPT 1" >>confdefs.h
10586
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libipt" >&5
10588$as_echo_n "checking how to link with libipt... " >&6; }
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIPT" >&5
10590$as_echo "$LIBIPT" >&6; }
10591 else
10592 HAVE_LIBIPT=no
10593 CPPFLAGS="$ac_save_CPPFLAGS"
10594 LIBIPT=
10595 LTLIBIPT=
10596 fi
10597
10598
10599
10600
10601
10602
10603 if test "$HAVE_LIBIPT" != yes; then
10604 if test "$with_intel_pt" = yes; then
10605 as_fn_error "libipt is missing or unusable" "$LINENO" 5
10606 else
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libipt is missing or unusable; some features may be unavailable." >&5
10608$as_echo "$as_me: WARNING: libipt is missing or unusable; some features may be unavailable." >&2;}
10609 fi
10610 fi
10611fi
10612
81ecdfbb
RW
10613# ------------------------- #
10614# Checks for header files. #
10615# ------------------------- #
c890192f 10616
81ecdfbb
RW
10617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10618$as_echo_n "checking for ANSI C header files... " >&6; }
10619if test "${ac_cv_header_stdc+set}" = set; then :
10620 $as_echo_n "(cached) " >&6
bec39cab 10621else
81ecdfbb 10622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10623/* end confdefs.h. */
81ecdfbb
RW
10624#include <stdlib.h>
10625#include <stdarg.h>
10626#include <string.h>
10627#include <float.h>
10628
a9322a30
TT
10629int
10630main ()
10631{
a9322a30
TT
10632
10633 ;
10634 return 0;
10635}
bec39cab 10636_ACEOF
81ecdfbb
RW
10637if ac_fn_c_try_compile "$LINENO"; then :
10638 ac_cv_header_stdc=yes
bec39cab 10639else
81ecdfbb 10640 ac_cv_header_stdc=no
a9322a30 10641fi
81ecdfbb 10642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 10643
81ecdfbb
RW
10644if test $ac_cv_header_stdc = yes; then
10645 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10647/* end confdefs.h. */
10648#include <string.h>
bec39cab 10649
81ecdfbb
RW
10650_ACEOF
10651if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10652 $EGREP "memchr" >/dev/null 2>&1; then :
bec39cab 10653
bec39cab 10654else
81ecdfbb
RW
10655 ac_cv_header_stdc=no
10656fi
10657rm -f conftest*
10658
10659fi
10660
10661if test $ac_cv_header_stdc = yes; then
10662 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10664/* end confdefs.h. */
10665#include <stdlib.h>
10666
bec39cab 10667_ACEOF
81ecdfbb
RW
10668if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10669 $EGREP "free" >/dev/null 2>&1; then :
06825bd1 10670
81ecdfbb
RW
10671else
10672 ac_cv_header_stdc=no
10673fi
10674rm -f conftest*
bec39cab 10675
bec39cab 10676fi
81ecdfbb
RW
10677
10678if test $ac_cv_header_stdc = yes; then
10679 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10680 if test "$cross_compiling" = yes; then :
10681 :
bec39cab 10682else
81ecdfbb 10683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10684/* end confdefs.h. */
81ecdfbb
RW
10685#include <ctype.h>
10686#include <stdlib.h>
10687#if ((' ' & 0x0FF) == 0x020)
10688# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10689# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10690#else
10691# define ISLOWER(c) \
10692 (('a' <= (c) && (c) <= 'i') \
10693 || ('j' <= (c) && (c) <= 'r') \
10694 || ('s' <= (c) && (c) <= 'z'))
10695# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10696#endif
10697
10698#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a9322a30
TT
10699int
10700main ()
10701{
81ecdfbb
RW
10702 int i;
10703 for (i = 0; i < 256; i++)
10704 if (XOR (islower (i), ISLOWER (i))
10705 || toupper (i) != TOUPPER (i))
10706 return 2;
a9322a30
TT
10707 return 0;
10708}
bec39cab 10709_ACEOF
81ecdfbb
RW
10710if ac_fn_c_try_run "$LINENO"; then :
10711
bec39cab 10712else
81ecdfbb
RW
10713 ac_cv_header_stdc=no
10714fi
10715rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10716 conftest.$ac_objext conftest.beam conftest.$ac_ext
10717fi
bec39cab 10718
bec39cab 10719fi
a9322a30 10720fi
81ecdfbb
RW
10721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10722$as_echo "$ac_cv_header_stdc" >&6; }
10723if test $ac_cv_header_stdc = yes; then
bec39cab 10724
81ecdfbb 10725$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5ee754fc 10726
81ecdfbb 10727fi
bec39cab 10728
81ecdfbb 10729# elf_hp.h is for HP/UX 64-bit shared library support.
9467110b 10730for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
161d1bec 10731 thread_db.h \
0080a2f6 10732 sys/fault.h \
81ecdfbb
RW
10733 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
10734 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
10735 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
9467110b 10736 termios.h termio.h \
3447c057 10737 sgtty.h elf_hp.h \
9467110b 10738 dlfcn.h
81ecdfbb
RW
10739do :
10740 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10741ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10742eval as_val=\$$as_ac_Header
10743 if test "x$as_val" = x""yes; then :
bec39cab 10744 cat >>confdefs.h <<_ACEOF
81ecdfbb 10745#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 10746_ACEOF
c906108c 10747
bec39cab 10748fi
81ecdfbb
RW
10749
10750done
10751
81ecdfbb
RW
10752for ac_header in sys/proc.h
10753do :
10754 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
10755# include <sys/param.h>
10756#endif
c906108c 10757
81ecdfbb
RW
10758"
10759if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
bec39cab 10760 cat >>confdefs.h <<_ACEOF
81ecdfbb 10761#define HAVE_SYS_PROC_H 1
bec39cab 10762_ACEOF
5ee754fc 10763
bec39cab 10764fi
81ecdfbb
RW
10765
10766done
10767
10768for ac_header in sys/user.h
10769do :
10770 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
10771# include <sys/param.h>
a9322a30
TT
10772#endif
10773
81ecdfbb
RW
10774"
10775if test "x$ac_cv_header_sys_user_h" = x""yes; then :
10776 cat >>confdefs.h <<_ACEOF
10777#define HAVE_SYS_USER_H 1
bec39cab 10778_ACEOF
bec39cab 10779
a9322a30 10780fi
bec39cab 10781
81ecdfbb 10782done
5ee754fc 10783
5ee754fc 10784
81ecdfbb
RW
10785# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
10786# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
10787# think that we don't have <curses.h> if we're using GCC.
10788case $host_os in
10789 solaris2.[789])
10790 if test "$GCC" = yes; then
10791
10792$as_echo "#define _MSE_INT_H 1" >>confdefs.h
10793
10794 fi ;;
10795esac
10796for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
10797do :
10798 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10799ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10800eval as_val=\$$as_ac_Header
10801 if test "x$as_val" = x""yes; then :
bec39cab 10802 cat >>confdefs.h <<_ACEOF
81ecdfbb 10803#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 10804_ACEOF
5ee754fc
MK
10805
10806fi
10807
81ecdfbb 10808done
bec39cab 10809
81ecdfbb
RW
10810for ac_header in term.h
10811do :
10812 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
10813# include <curses.h>
10814#endif
bec39cab 10815
81ecdfbb
RW
10816"
10817if test "x$ac_cv_header_term_h" = x""yes; then :
10818 cat >>confdefs.h <<_ACEOF
10819#define HAVE_TERM_H 1
a8111142 10820_ACEOF
a8111142 10821
a8111142 10822fi
a8111142 10823
81ecdfbb 10824done
a8111142
TT
10825
10826
81ecdfbb
RW
10827# ------------------------- #
10828# Checks for declarations. #
10829# ------------------------- #
a9322a30 10830
07697489
PA
10831
10832 # Check for presence and size of long long.
10833 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
10834if test "x$ac_cv_type_long_long" = x""yes; then :
10835
10836cat >>confdefs.h <<_ACEOF
10837#define HAVE_LONG_LONG 1
10838_ACEOF
10839
10840# The cast to long int works around a bug in the HP C Compiler
10841# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10842# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10843# This bug is HP SR number 8606223364.
10844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
10845$as_echo_n "checking size of long long... " >&6; }
10846if test "${ac_cv_sizeof_long_long+set}" = set; then :
10847 $as_echo_n "(cached) " >&6
10848else
10849 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
10850
10851else
10852 if test "$ac_cv_type_long_long" = yes; then
10853 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10854$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10855{ as_fn_set_status 77
10856as_fn_error "cannot compute sizeof (long long)
10857See \`config.log' for more details." "$LINENO" 5; }; }
10858 else
10859 ac_cv_sizeof_long_long=0
10860 fi
10861fi
10862
10863fi
10864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
10865$as_echo "$ac_cv_sizeof_long_long" >&6; }
10866
10867
10868
10869cat >>confdefs.h <<_ACEOF
10870#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10871_ACEOF
10872
10873
10874fi
10875
10876
10877 ac_fn_c_check_decl "$LINENO" "basename(char *)" "ac_cv_have_decl_basename_char_p_" "$ac_includes_default"
10878if test "x$ac_cv_have_decl_basename_char_p_" = x""yes; then :
10879 ac_have_decl=1
10880else
10881 ac_have_decl=0
10882fi
10883
10884cat >>confdefs.h <<_ACEOF
10885#define HAVE_DECL_BASENAME $ac_have_decl
10886_ACEOF
10887ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
10888if test "x$ac_cv_have_decl_ffs" = x""yes; then :
10889 ac_have_decl=1
10890else
10891 ac_have_decl=0
10892fi
10893
10894cat >>confdefs.h <<_ACEOF
10895#define HAVE_DECL_FFS $ac_have_decl
10896_ACEOF
10897ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
10898if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
10899 ac_have_decl=1
10900else
10901 ac_have_decl=0
10902fi
10903
10904cat >>confdefs.h <<_ACEOF
10905#define HAVE_DECL_ASPRINTF $ac_have_decl
10906_ACEOF
10907ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
10908if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
10909 ac_have_decl=1
10910else
10911 ac_have_decl=0
10912fi
10913
10914cat >>confdefs.h <<_ACEOF
10915#define HAVE_DECL_VASPRINTF $ac_have_decl
10916_ACEOF
10917ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
10918if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
10919 ac_have_decl=1
10920else
10921 ac_have_decl=0
10922fi
10923
10924cat >>confdefs.h <<_ACEOF
10925#define HAVE_DECL_SNPRINTF $ac_have_decl
10926_ACEOF
10927ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
10928if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
10929 ac_have_decl=1
10930else
10931 ac_have_decl=0
10932fi
10933
10934cat >>confdefs.h <<_ACEOF
10935#define HAVE_DECL_VSNPRINTF $ac_have_decl
10936_ACEOF
10937
10938 ac_fn_c_check_decl "$LINENO" "strtol" "ac_cv_have_decl_strtol" "$ac_includes_default"
10939if test "x$ac_cv_have_decl_strtol" = x""yes; then :
10940 ac_have_decl=1
10941else
10942 ac_have_decl=0
10943fi
10944
10945cat >>confdefs.h <<_ACEOF
10946#define HAVE_DECL_STRTOL $ac_have_decl
10947_ACEOF
10948ac_fn_c_check_decl "$LINENO" "strtoul" "ac_cv_have_decl_strtoul" "$ac_includes_default"
10949if test "x$ac_cv_have_decl_strtoul" = x""yes; then :
10950 ac_have_decl=1
10951else
10952 ac_have_decl=0
10953fi
10954
10955cat >>confdefs.h <<_ACEOF
10956#define HAVE_DECL_STRTOUL $ac_have_decl
10957_ACEOF
10958ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
10959if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
10960 ac_have_decl=1
10961else
10962 ac_have_decl=0
10963fi
10964
10965cat >>confdefs.h <<_ACEOF
10966#define HAVE_DECL_STRTOLL $ac_have_decl
10967_ACEOF
10968ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
10969if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
10970 ac_have_decl=1
10971else
10972 ac_have_decl=0
10973fi
10974
10975cat >>confdefs.h <<_ACEOF
10976#define HAVE_DECL_STRTOULL $ac_have_decl
10977_ACEOF
10978
10979 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
10980if test "x$ac_cv_have_decl_strverscmp" = x""yes; then :
10981 ac_have_decl=1
10982else
10983 ac_have_decl=0
10984fi
10985
10986cat >>confdefs.h <<_ACEOF
10987#define HAVE_DECL_STRVERSCMP $ac_have_decl
10988_ACEOF
10989
10990
10991
81ecdfbb
RW
10992ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
10993if test "x$ac_cv_have_decl_free" = x""yes; then :
10994 ac_have_decl=1
bec39cab 10995else
81ecdfbb
RW
10996 ac_have_decl=0
10997fi
10998
10999cat >>confdefs.h <<_ACEOF
11000#define HAVE_DECL_FREE $ac_have_decl
bec39cab 11001_ACEOF
81ecdfbb
RW
11002ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
11003if test "x$ac_cv_have_decl_malloc" = x""yes; then :
11004 ac_have_decl=1
11005else
11006 ac_have_decl=0
11007fi
11008
11009cat >>confdefs.h <<_ACEOF
11010#define HAVE_DECL_MALLOC $ac_have_decl
bec39cab 11011_ACEOF
81ecdfbb
RW
11012ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
11013if test "x$ac_cv_have_decl_realloc" = x""yes; then :
11014 ac_have_decl=1
bec39cab 11015else
81ecdfbb
RW
11016 ac_have_decl=0
11017fi
bec39cab 11018
81ecdfbb
RW
11019cat >>confdefs.h <<_ACEOF
11020#define HAVE_DECL_REALLOC $ac_have_decl
bec39cab 11021_ACEOF
81ecdfbb
RW
11022ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
11023if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
11024 ac_have_decl=1
11025else
11026 ac_have_decl=0
5ee754fc 11027fi
81ecdfbb
RW
11028
11029cat >>confdefs.h <<_ACEOF
11030#define HAVE_DECL_SNPRINTF $ac_have_decl
a9322a30 11031_ACEOF
5ee754fc 11032
5ee754fc 11033
81ecdfbb
RW
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
11035$as_echo_n "checking for LC_MESSAGES... " >&6; }
11036if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
11037 $as_echo_n "(cached) " >&6
bec39cab 11038else
81ecdfbb 11039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11040/* end confdefs.h. */
81ecdfbb 11041#include <locale.h>
a9322a30
TT
11042int
11043main ()
11044{
81ecdfbb 11045return LC_MESSAGES
a9322a30
TT
11046 ;
11047 return 0;
11048}
bec39cab 11049_ACEOF
81ecdfbb
RW
11050if ac_fn_c_try_link "$LINENO"; then :
11051 am_cv_val_LC_MESSAGES=yes
bec39cab 11052else
81ecdfbb
RW
11053 am_cv_val_LC_MESSAGES=no
11054fi
11055rm -f core conftest.err conftest.$ac_objext \
11056 conftest$ac_exeext conftest.$ac_ext
11057fi
11058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
11059$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
11060 if test $am_cv_val_LC_MESSAGES = yes; then
bec39cab 11061
81ecdfbb
RW
11062$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
11063
11064 fi
11065
11066
11067# ----------------------- #
11068# Checks for structures. #
11069# ----------------------- #
11070
11071ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
11072if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
11073
11074cat >>confdefs.h <<_ACEOF
11075#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7eb368b3 11076_ACEOF
7eb368b3 11077
81ecdfbb 11078
7eb368b3 11079fi
81ecdfbb
RW
11080ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
11081if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
7eb368b3 11082
a9322a30
TT
11083cat >>confdefs.h <<_ACEOF
11084#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7eb368b3
NR
11085_ACEOF
11086
a9322a30 11087
7eb368b3
NR
11088fi
11089
7eb368b3 11090
a9322a30
TT
11091# ------------------ #
11092# Checks for types. #
11093# ------------------ #
7eb368b3 11094
81ecdfbb 11095ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
a9322a30
TT
11096#include <sys/socket.h>
11097
81ecdfbb
RW
11098"
11099if test "x$ac_cv_type_socklen_t" = x""yes; then :
bec39cab 11100
a9322a30
TT
11101cat >>confdefs.h <<_ACEOF
11102#define HAVE_SOCKLEN_T 1
11103_ACEOF
11104
11105
11106fi
11107
11108
11109# ------------------------------------- #
11110# Checks for compiler characteristics. #
11111# ------------------------------------- #
11112
81ecdfbb
RW
11113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
11114$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
11115if test "${ac_cv_c_const+set}" = set; then :
11116 $as_echo_n "(cached) " >&6
a9322a30 11117else
81ecdfbb 11118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11119/* end confdefs.h. */
a9322a30
TT
11120
11121int
11122main ()
11123{
11124/* FIXME: Include the comments suggested by Paul. */
11125#ifndef __cplusplus
11126 /* Ultrix mips cc rejects this. */
11127 typedef int charset[2];
81ecdfbb 11128 const charset cs;
a9322a30 11129 /* SunOS 4.1.1 cc rejects this. */
81ecdfbb
RW
11130 char const *const *pcpcc;
11131 char **ppc;
a9322a30
TT
11132 /* NEC SVR4.0.2 mips cc rejects this. */
11133 struct point {int x, y;};
11134 static struct point const zero = {0,0};
11135 /* AIX XL C 1.02.0.0 rejects this.
11136 It does not let you subtract one const X* pointer from another in
11137 an arm of an if-expression whose if-part is not a constant
11138 expression */
11139 const char *g = "string";
81ecdfbb 11140 pcpcc = &g + (g ? g-g : 0);
a9322a30 11141 /* HPUX 7.0 cc rejects these. */
81ecdfbb
RW
11142 ++pcpcc;
11143 ppc = (char**) pcpcc;
11144 pcpcc = (char const *const *) ppc;
a9322a30
TT
11145 { /* SCO 3.2v4 cc rejects this. */
11146 char *t;
11147 char const *s = 0 ? (char *) 0 : (char const *) 0;
11148
11149 *t++ = 0;
81ecdfbb 11150 if (s) return 0;
a9322a30
TT
11151 }
11152 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11153 int x[] = {25, 17};
11154 const int *foo = &x[0];
11155 ++foo;
11156 }
11157 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11158 typedef const int *iptr;
11159 iptr p = 0;
11160 ++p;
11161 }
11162 { /* AIX XL C 1.02.0.0 rejects this saying
11163 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11164 struct s { int j; const int *ap[3]; };
11165 struct s *b; b->j = 5;
11166 }
11167 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11168 const int foo = 10;
81ecdfbb 11169 if (!foo) return 0;
a9322a30 11170 }
81ecdfbb 11171 return !cs[0] && !zero.x;
a9322a30
TT
11172#endif
11173
11174 ;
11175 return 0;
11176}
bec39cab 11177_ACEOF
81ecdfbb 11178if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11179 ac_cv_c_const=yes
5ee754fc 11180else
81ecdfbb 11181 ac_cv_c_const=no
5ee754fc 11182fi
81ecdfbb 11183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 11184fi
81ecdfbb
RW
11185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
11186$as_echo "$ac_cv_c_const" >&6; }
a9322a30 11187if test $ac_cv_c_const = no; then
bec39cab 11188
81ecdfbb 11189$as_echo "#define const /**/" >>confdefs.h
bec39cab 11190
5ee754fc 11191fi
bec39cab 11192
81ecdfbb
RW
11193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
11194$as_echo_n "checking for inline... " >&6; }
11195if test "${ac_cv_c_inline+set}" = set; then :
11196 $as_echo_n "(cached) " >&6
bec39cab 11197else
a9322a30
TT
11198 ac_cv_c_inline=no
11199for ac_kw in inline __inline__ __inline; do
81ecdfbb 11200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11201/* end confdefs.h. */
a9322a30
TT
11202#ifndef __cplusplus
11203typedef int foo_t;
11204static $ac_kw foo_t static_foo () {return 0; }
11205$ac_kw foo_t foo () {return 0; }
11206#endif
11207
bec39cab 11208_ACEOF
81ecdfbb
RW
11209if ac_fn_c_try_compile "$LINENO"; then :
11210 ac_cv_c_inline=$ac_kw
bec39cab 11211fi
81ecdfbb
RW
11212rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11213 test "$ac_cv_c_inline" != no && break
a9322a30 11214done
bec39cab 11215
5ee754fc 11216fi
81ecdfbb
RW
11217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
11218$as_echo "$ac_cv_c_inline" >&6; }
5ee754fc 11219
a9322a30
TT
11220case $ac_cv_c_inline in
11221 inline | yes) ;;
11222 *)
11223 case $ac_cv_c_inline in
11224 no) ac_val=;;
11225 *) ac_val=$ac_cv_c_inline;;
11226 esac
11227 cat >>confdefs.h <<_ACEOF
11228#ifndef __cplusplus
11229#define inline $ac_val
11230#endif
11231_ACEOF
bec39cab
AC
11232 ;;
11233esac
bec39cab 11234
81ecdfbb
RW
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11236$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11237if test "${ac_cv_c_bigendian+set}" = set; then :
11238 $as_echo_n "(cached) " >&6
bec39cab 11239else
81ecdfbb
RW
11240 ac_cv_c_bigendian=unknown
11241 # See if we're dealing with a universal compiler.
11242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11243/* end confdefs.h. */
11244#ifndef __APPLE_CC__
11245 not a universal capable compiler
11246 #endif
11247 typedef int dummy;
11248
11249_ACEOF
11250if ac_fn_c_try_compile "$LINENO"; then :
11251
11252 # Check for potential -arch flags. It is not universal unless
11253 # there are at least two -arch flags with different values.
11254 ac_arch=
11255 ac_prev=
11256 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11257 if test -n "$ac_prev"; then
11258 case $ac_word in
11259 i?86 | x86_64 | ppc | ppc64)
11260 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11261 ac_arch=$ac_word
11262 else
11263 ac_cv_c_bigendian=universal
11264 break
11265 fi
11266 ;;
11267 esac
11268 ac_prev=
11269 elif test "x$ac_word" = "x-arch"; then
11270 ac_prev=arch
11271 fi
11272 done
11273fi
11274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11275 if test $ac_cv_c_bigendian = unknown; then
11276 # See if sys/param.h defines the BYTE_ORDER macro.
11277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11278/* end confdefs.h. */
a9322a30 11279#include <sys/types.h>
81ecdfbb 11280 #include <sys/param.h>
a9322a30
TT
11281
11282int
11283main ()
11284{
81ecdfbb
RW
11285#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11286 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11287 && LITTLE_ENDIAN)
11288 bogus endian macros
11289 #endif
a9322a30
TT
11290
11291 ;
11292 return 0;
11293}
bec39cab 11294_ACEOF
81ecdfbb 11295if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11296 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11298/* end confdefs.h. */
a9322a30 11299#include <sys/types.h>
81ecdfbb 11300 #include <sys/param.h>
a9322a30
TT
11301
11302int
11303main ()
11304{
11305#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11306 not big endian
11307 #endif
a9322a30
TT
11308
11309 ;
11310 return 0;
11311}
bec39cab 11312_ACEOF
81ecdfbb 11313if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11314 ac_cv_c_bigendian=yes
5ee754fc 11315else
81ecdfbb 11316 ac_cv_c_bigendian=no
5ee754fc 11317fi
81ecdfbb
RW
11318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11319fi
11320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11321 fi
11322 if test $ac_cv_c_bigendian = unknown; then
11323 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11325/* end confdefs.h. */
11326#include <limits.h>
bec39cab 11327
81ecdfbb
RW
11328int
11329main ()
11330{
11331#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11332 bogus endian macros
11333 #endif
11334
11335 ;
11336 return 0;
11337}
7eb368b3 11338_ACEOF
81ecdfbb
RW
11339if ac_fn_c_try_compile "$LINENO"; then :
11340 # It does; now see whether it defined to _BIG_ENDIAN or not.
11341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb368b3 11342/* end confdefs.h. */
81ecdfbb
RW
11343#include <limits.h>
11344
7eb368b3
NR
11345int
11346main ()
11347{
81ecdfbb
RW
11348#ifndef _BIG_ENDIAN
11349 not big endian
11350 #endif
11351
7eb368b3
NR
11352 ;
11353 return 0;
11354}
11355_ACEOF
81ecdfbb 11356if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11357 ac_cv_c_bigendian=yes
81ecdfbb
RW
11358else
11359 ac_cv_c_bigendian=no
a9322a30 11360fi
81ecdfbb 11361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 11362fi
81ecdfbb
RW
11363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11364 fi
11365 if test $ac_cv_c_bigendian = unknown; then
11366 # Compile a test program.
11367 if test "$cross_compiling" = yes; then :
11368 # Try to guess by grepping values from an object file.
11369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11370/* end confdefs.h. */
11371short int ascii_mm[] =
11372 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11373 short int ascii_ii[] =
11374 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11375 int use_ascii (int i) {
11376 return ascii_mm[i] + ascii_ii[i];
11377 }
11378 short int ebcdic_ii[] =
11379 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11380 short int ebcdic_mm[] =
11381 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11382 int use_ebcdic (int i) {
11383 return ebcdic_mm[i] + ebcdic_ii[i];
11384 }
11385 extern int foo;
7eb368b3 11386
81ecdfbb
RW
11387int
11388main ()
11389{
11390return use_ascii (foo) == use_ebcdic (foo);
11391 ;
11392 return 0;
11393}
11394_ACEOF
11395if ac_fn_c_try_compile "$LINENO"; then :
11396 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11397 ac_cv_c_bigendian=yes
11398 fi
11399 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11400 if test "$ac_cv_c_bigendian" = unknown; then
11401 ac_cv_c_bigendian=no
11402 else
11403 # finding both strings is unlikely to happen, but who knows?
11404 ac_cv_c_bigendian=unknown
11405 fi
11406 fi
7eb368b3 11407fi
81ecdfbb 11408rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 11409else
81ecdfbb 11410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11411/* end confdefs.h. */
81ecdfbb 11412$ac_includes_default
d3ea6809
MM
11413int
11414main ()
11415{
81ecdfbb
RW
11416
11417 /* Are we little or big endian? From Harbison&Steele. */
11418 union
11419 {
11420 long int l;
11421 char c[sizeof (long int)];
11422 } u;
11423 u.l = 1;
11424 return u.c[sizeof (long int) - 1] == 1;
11425
11426 ;
11427 return 0;
d3ea6809
MM
11428}
11429_ACEOF
81ecdfbb 11430if ac_fn_c_try_run "$LINENO"; then :
a9322a30 11431 ac_cv_c_bigendian=no
d3ea6809 11432else
81ecdfbb 11433 ac_cv_c_bigendian=yes
d3ea6809 11434fi
81ecdfbb
RW
11435rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11436 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 11437fi
a9322a30 11438
81ecdfbb
RW
11439 fi
11440fi
11441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11442$as_echo "$ac_cv_c_bigendian" >&6; }
11443 case $ac_cv_c_bigendian in #(
11444 yes)
11445 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11446;; #(
11447 no)
11448 ;; #(
11449 universal)
11450
11451$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11452
11453 ;; #(
11454 *)
11455 as_fn_error "unknown endianness
11456 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11457 esac
d3ea6809
MM
11458
11459
a9322a30
TT
11460# ------------------------------ #
11461# Checks for library functions. #
11462# ------------------------------ #
d3ea6809 11463
a9322a30 11464for ac_header in stdlib.h unistd.h
81ecdfbb
RW
11465do :
11466 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11467ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11468eval as_val=\$$as_ac_Header
11469 if test "x$as_val" = x""yes; then :
bec39cab 11470 cat >>confdefs.h <<_ACEOF
81ecdfbb 11471#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 11472_ACEOF
b757528f 11473
b757528f 11474fi
bec39cab 11475
a9322a30 11476done
a3828db0 11477
a9322a30 11478for ac_func in getpagesize
81ecdfbb
RW
11479do :
11480 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
11481if test "x$ac_cv_func_getpagesize" = x""yes; then :
bec39cab 11482 cat >>confdefs.h <<_ACEOF
81ecdfbb 11483#define HAVE_GETPAGESIZE 1
bec39cab 11484_ACEOF
bcb3dc3d 11485
bcb3dc3d
MK
11486fi
11487done
11488
81ecdfbb
RW
11489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
11490$as_echo_n "checking for working mmap... " >&6; }
11491if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
11492 $as_echo_n "(cached) " >&6
a9322a30 11493else
81ecdfbb 11494 if test "$cross_compiling" = yes; then :
a9322a30 11495 ac_cv_func_mmap_fixed_mapped=no
bec39cab 11496else
81ecdfbb 11497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11498/* end confdefs.h. */
a9322a30
TT
11499$ac_includes_default
11500/* malloc might have been renamed as rpl_malloc. */
11501#undef malloc
bec39cab 11502
a9322a30
TT
11503/* Thanks to Mike Haertel and Jim Avera for this test.
11504 Here is a matrix of mmap possibilities:
11505 mmap private not fixed
11506 mmap private fixed at somewhere currently unmapped
11507 mmap private fixed at somewhere already mapped
11508 mmap shared not fixed
11509 mmap shared fixed at somewhere currently unmapped
11510 mmap shared fixed at somewhere already mapped
11511 For private mappings, we should verify that changes cannot be read()
11512 back from the file, nor mmap's back from the file at a different
11513 address. (There have been systems where private was not correctly
11514 implemented like the infamous i386 svr4.0, and systems where the
11515 VM page cache was not coherent with the file system buffer cache
11516 like early versions of FreeBSD and possibly contemporary NetBSD.)
11517 For shared mappings, we should conversely verify that changes get
11518 propagated back to all the places they're supposed to be.
bec39cab 11519
a9322a30
TT
11520 Grep wants private fixed already mapped.
11521 The main things grep needs to know about mmap are:
11522 * does it exist and is it safe to write into the mmap'd area
11523 * how to use it (BSD variants) */
8b9cf735 11524
a9322a30
TT
11525#include <fcntl.h>
11526#include <sys/mman.h>
8b9cf735 11527
81ecdfbb 11528#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
a9322a30 11529char *malloc ();
a3828db0
MK
11530#endif
11531
a9322a30 11532/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 11533#ifndef HAVE_GETPAGESIZE
a9322a30 11534/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 11535# ifndef HAVE_SYS_PARAM_H
a9322a30
TT
11536# define HAVE_SYS_PARAM_H 1
11537# endif
11538
11539# ifdef _SC_PAGESIZE
11540# define getpagesize() sysconf(_SC_PAGESIZE)
11541# else /* no _SC_PAGESIZE */
81ecdfbb 11542# ifdef HAVE_SYS_PARAM_H
a9322a30
TT
11543# include <sys/param.h>
11544# ifdef EXEC_PAGESIZE
11545# define getpagesize() EXEC_PAGESIZE
11546# else /* no EXEC_PAGESIZE */
11547# ifdef NBPG
11548# define getpagesize() NBPG * CLSIZE
11549# ifndef CLSIZE
11550# define CLSIZE 1
11551# endif /* no CLSIZE */
11552# else /* no NBPG */
11553# ifdef NBPC
11554# define getpagesize() NBPC
11555# else /* no NBPC */
11556# ifdef PAGESIZE
11557# define getpagesize() PAGESIZE
11558# endif /* PAGESIZE */
11559# endif /* no NBPC */
11560# endif /* no NBPG */
11561# endif /* no EXEC_PAGESIZE */
11562# else /* no HAVE_SYS_PARAM_H */
11563# define getpagesize() 8192 /* punt totally */
11564# endif /* no HAVE_SYS_PARAM_H */
11565# endif /* no _SC_PAGESIZE */
11566
11567#endif /* no HAVE_GETPAGESIZE */
11568
bec39cab
AC
11569int
11570main ()
11571{
a9322a30
TT
11572 char *data, *data2, *data3;
11573 int i, pagesize;
11574 int fd;
11575
11576 pagesize = getpagesize ();
11577
11578 /* First, make a file with some known garbage in it. */
11579 data = (char *) malloc (pagesize);
11580 if (!data)
81ecdfbb 11581 return 1;
a9322a30
TT
11582 for (i = 0; i < pagesize; ++i)
11583 *(data + i) = rand ();
11584 umask (0);
11585 fd = creat ("conftest.mmap", 0600);
11586 if (fd < 0)
81ecdfbb 11587 return 1;
a9322a30 11588 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 11589 return 1;
a9322a30
TT
11590 close (fd);
11591
11592 /* Next, try to mmap the file at a fixed address which already has
11593 something else allocated at it. If we can, also make sure that
11594 we see the same garbage. */
11595 fd = open ("conftest.mmap", O_RDWR);
11596 if (fd < 0)
81ecdfbb 11597 return 1;
a9322a30
TT
11598 data2 = (char *) malloc (2 * pagesize);
11599 if (!data2)
81ecdfbb
RW
11600 return 1;
11601 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
a9322a30
TT
11602 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
11603 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 11604 return 1;
a9322a30
TT
11605 for (i = 0; i < pagesize; ++i)
11606 if (*(data + i) != *(data2 + i))
81ecdfbb 11607 return 1;
a9322a30
TT
11608
11609 /* Finally, make sure that changes to the mapped area do not
11610 percolate back to the file as seen by read(). (This is a bug on
11611 some variants of i386 svr4.0.) */
11612 for (i = 0; i < pagesize; ++i)
11613 *(data2 + i) = *(data2 + i) + 1;
11614 data3 = (char *) malloc (pagesize);
11615 if (!data3)
81ecdfbb 11616 return 1;
a9322a30 11617 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 11618 return 1;
a9322a30
TT
11619 for (i = 0; i < pagesize; ++i)
11620 if (*(data + i) != *(data3 + i))
81ecdfbb 11621 return 1;
a9322a30 11622 close (fd);
81ecdfbb 11623 return 0;
bec39cab
AC
11624}
11625_ACEOF
81ecdfbb 11626if ac_fn_c_try_run "$LINENO"; then :
a9322a30 11627 ac_cv_func_mmap_fixed_mapped=yes
086ec9eb 11628else
81ecdfbb 11629 ac_cv_func_mmap_fixed_mapped=no
a3828db0 11630fi
81ecdfbb
RW
11631rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11632 conftest.$ac_objext conftest.beam conftest.$ac_ext
a3828db0 11633fi
81ecdfbb 11634
a9322a30 11635fi
81ecdfbb
RW
11636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
11637$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
a9322a30
TT
11638if test $ac_cv_func_mmap_fixed_mapped = yes; then
11639
81ecdfbb 11640$as_echo "#define HAVE_MMAP 1" >>confdefs.h
a3828db0 11641
086ec9eb 11642fi
a9322a30 11643rm -f conftest.mmap
a3828db0 11644
81ecdfbb
RW
11645ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11646if test "x$ac_cv_type_pid_t" = x""yes; then :
bec39cab 11647
a9322a30
TT
11648else
11649
11650cat >>confdefs.h <<_ACEOF
11651#define pid_t int
bec39cab 11652_ACEOF
086ec9eb
MK
11653
11654fi
11655
81ecdfbb
RW
11656for ac_header in vfork.h
11657do :
11658 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
11659if test "x$ac_cv_header_vfork_h" = x""yes; then :
a3828db0 11660 cat >>confdefs.h <<_ACEOF
81ecdfbb 11661#define HAVE_VFORK_H 1
bec39cab 11662_ACEOF
c906108c
SS
11663
11664fi
a9322a30 11665
a3828db0 11666done
c906108c 11667
a9322a30 11668for ac_func in fork vfork
81ecdfbb
RW
11669do :
11670 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11671ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11672eval as_val=\$$as_ac_var
11673 if test "x$as_val" = x""yes; then :
a3828db0 11674 cat >>confdefs.h <<_ACEOF
81ecdfbb 11675#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 11676_ACEOF
b83266a0 11677
97bf5e38 11678fi
a3828db0 11679done
b83266a0 11680
a9322a30 11681if test "x$ac_cv_func_fork" = xyes; then
81ecdfbb
RW
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
11683$as_echo_n "checking for working fork... " >&6; }
11684if test "${ac_cv_func_fork_works+set}" = set; then :
11685 $as_echo_n "(cached) " >&6
a9322a30 11686else
81ecdfbb 11687 if test "$cross_compiling" = yes; then :
a9322a30
TT
11688 ac_cv_func_fork_works=cross
11689else
81ecdfbb
RW
11690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11691/* end confdefs.h. */
11692$ac_includes_default
11693int
11694main ()
11695{
11696
11697 /* By Ruediger Kuhlmann. */
11698 return fork () < 0;
11699
11700 ;
11701 return 0;
11702}
a9322a30 11703_ACEOF
81ecdfbb 11704if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
11705 ac_cv_func_fork_works=yes
11706else
81ecdfbb 11707 ac_cv_func_fork_works=no
a9322a30 11708fi
81ecdfbb
RW
11709rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11710 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 11711fi
81ecdfbb 11712
a9322a30 11713fi
81ecdfbb
RW
11714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
11715$as_echo "$ac_cv_func_fork_works" >&6; }
a9322a30
TT
11716
11717else
11718 ac_cv_func_fork_works=$ac_cv_func_fork
11719fi
11720if test "x$ac_cv_func_fork_works" = xcross; then
11721 case $host in
11722 *-*-amigaos* | *-*-msdosdjgpp*)
11723 # Override, as these systems have only a dummy fork() stub
11724 ac_cv_func_fork_works=no
11725 ;;
11726 *)
11727 ac_cv_func_fork_works=yes
11728 ;;
11729 esac
81ecdfbb
RW
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
11731$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
a9322a30
TT
11732fi
11733ac_cv_func_vfork_works=$ac_cv_func_vfork
11734if test "x$ac_cv_func_vfork" = xyes; then
81ecdfbb
RW
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
11736$as_echo_n "checking for working vfork... " >&6; }
11737if test "${ac_cv_func_vfork_works+set}" = set; then :
11738 $as_echo_n "(cached) " >&6
a9322a30 11739else
81ecdfbb 11740 if test "$cross_compiling" = yes; then :
a9322a30
TT
11741 ac_cv_func_vfork_works=cross
11742else
81ecdfbb 11743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30
TT
11744/* end confdefs.h. */
11745/* Thanks to Paul Eggert for this test. */
81ecdfbb 11746$ac_includes_default
a9322a30 11747#include <sys/wait.h>
81ecdfbb 11748#ifdef HAVE_VFORK_H
a9322a30
TT
11749# include <vfork.h>
11750#endif
11751/* On some sparc systems, changes by the child to local and incoming
11752 argument registers are propagated back to the parent. The compiler
11753 is told about this with #include <vfork.h>, but some compilers
11754 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
11755 static variable whose address is put into a register that is
11756 clobbered by the vfork. */
11757static void
11758#ifdef __cplusplus
11759sparc_address_test (int arg)
11760# else
11761sparc_address_test (arg) int arg;
11762#endif
11763{
11764 static pid_t child;
11765 if (!child) {
11766 child = vfork ();
11767 if (child < 0) {
11768 perror ("vfork");
11769 _exit(2);
11770 }
11771 if (!child) {
11772 arg = getpid();
11773 write(-1, "", 0);
11774 _exit (arg);
11775 }
11776 }
11777}
11778
11779int
11780main ()
11781{
11782 pid_t parent = getpid ();
11783 pid_t child;
11784
11785 sparc_address_test (0);
11786
11787 child = vfork ();
11788
11789 if (child == 0) {
11790 /* Here is another test for sparc vfork register problems. This
11791 test uses lots of local variables, at least as many local
11792 variables as main has allocated so far including compiler
11793 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
11794 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
11795 reuse the register of parent for one of the local variables,
11796 since it will think that parent can't possibly be used any more
11797 in this routine. Assigning to the local variable will thus
11798 munge parent in the parent process. */
11799 pid_t
11800 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
11801 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
11802 /* Convince the compiler that p..p7 are live; otherwise, it might
11803 use the same hardware register for all 8 local variables. */
11804 if (p != p1 || p != p2 || p != p3 || p != p4
11805 || p != p5 || p != p6 || p != p7)
11806 _exit(1);
11807
11808 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
11809 from child file descriptors. If the child closes a descriptor
11810 before it execs or exits, this munges the parent's descriptor
11811 as well. Test for this by closing stdout in the child. */
11812 _exit(close(fileno(stdout)) != 0);
11813 } else {
11814 int status;
11815 struct stat st;
11816
11817 while (wait(&status) != child)
11818 ;
81ecdfbb 11819 return (
a9322a30
TT
11820 /* Was there some problem with vforking? */
11821 child < 0
11822
11823 /* Did the child fail? (This shouldn't happen.) */
11824 || status
11825
11826 /* Did the vfork/compiler bug occur? */
11827 || parent != getpid()
11828
11829 /* Did the file descriptor bug occur? */
11830 || fstat(fileno(stdout), &st) != 0
11831 );
11832 }
11833}
11834_ACEOF
81ecdfbb 11835if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
11836 ac_cv_func_vfork_works=yes
11837else
81ecdfbb 11838 ac_cv_func_vfork_works=no
a9322a30 11839fi
81ecdfbb
RW
11840rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11841 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 11842fi
81ecdfbb 11843
a9322a30 11844fi
81ecdfbb
RW
11845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
11846$as_echo "$ac_cv_func_vfork_works" >&6; }
a9322a30
TT
11847
11848fi;
11849if test "x$ac_cv_func_fork_works" = xcross; then
11850 ac_cv_func_vfork_works=$ac_cv_func_vfork
81ecdfbb
RW
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
11852$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
a9322a30
TT
11853fi
11854
11855if test "x$ac_cv_func_vfork_works" = xyes; then
11856
81ecdfbb 11857$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
a9322a30
TT
11858
11859else
11860
81ecdfbb 11861$as_echo "#define vfork fork" >>confdefs.h
a9322a30
TT
11862
11863fi
11864if test "x$ac_cv_func_fork_works" = xyes; then
11865
81ecdfbb 11866$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
a9322a30
TT
11867
11868fi
11869
cdf43629 11870for ac_func in getauxval getrusage getuid getgid \
bdca27a2 11871 pipe poll pread pread64 pwrite resize_term \
7313baad 11872 sbrk setpgid setpgrp setsid \
9467110b 11873 sigaction sigprocmask sigsetmask socketpair \
110ed339 11874 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
3332aaf2 11875 setrlimit getrlimit posix_madvise waitpid \
4b8b5e72 11876 ptrace64 sigaltstack mkdtemp setns
81ecdfbb
RW
11877do :
11878 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11879ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11880eval as_val=\$$as_ac_var
11881 if test "x$as_val" = x""yes; then :
6c7a06a3 11882 cat >>confdefs.h <<_ACEOF
81ecdfbb 11883#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6c7a06a3
TT
11884_ACEOF
11885
11886fi
11887done
11888
11889
81ecdfbb
RW
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
11891$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
11892if test "${am_cv_langinfo_codeset+set}" = set; then :
11893 $as_echo_n "(cached) " >&6
6c7a06a3 11894else
81ecdfbb 11895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
11896/* end confdefs.h. */
11897#include <langinfo.h>
11898int
11899main ()
11900{
11901char* cs = nl_langinfo(CODESET);
bec39cab
AC
11902 ;
11903 return 0;
11904}
11905_ACEOF
81ecdfbb 11906if ac_fn_c_try_link "$LINENO"; then :
6c7a06a3 11907 am_cv_langinfo_codeset=yes
a4db0f07 11908else
81ecdfbb 11909 am_cv_langinfo_codeset=no
a4db0f07 11910fi
81ecdfbb
RW
11911rm -f core conftest.err conftest.$ac_objext \
11912 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 11913
a4db0f07 11914fi
81ecdfbb
RW
11915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11916$as_echo "$am_cv_langinfo_codeset" >&6; }
6c7a06a3
TT
11917 if test $am_cv_langinfo_codeset = yes; then
11918
81ecdfbb 11919$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
a4db0f07 11920
6c7a06a3 11921 fi
c906108c 11922
06825bd1 11923
3266f10b
TT
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11925$as_echo_n "checking for ANSI C header files... " >&6; }
11926if test "${ac_cv_header_stdc+set}" = set; then :
11927 $as_echo_n "(cached) " >&6
11928else
11929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11930/* end confdefs.h. */
11931#include <stdlib.h>
11932#include <stdarg.h>
11933#include <string.h>
11934#include <float.h>
11935
11936int
11937main ()
11938{
11939
11940 ;
11941 return 0;
11942}
11943_ACEOF
11944if ac_fn_c_try_compile "$LINENO"; then :
11945 ac_cv_header_stdc=yes
11946else
11947 ac_cv_header_stdc=no
11948fi
11949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11950
11951if test $ac_cv_header_stdc = yes; then
11952 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954/* end confdefs.h. */
11955#include <string.h>
11956
11957_ACEOF
11958if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11959 $EGREP "memchr" >/dev/null 2>&1; then :
11960
11961else
11962 ac_cv_header_stdc=no
11963fi
11964rm -f conftest*
11965
11966fi
11967
11968if test $ac_cv_header_stdc = yes; then
11969 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11971/* end confdefs.h. */
11972#include <stdlib.h>
11973
11974_ACEOF
11975if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11976 $EGREP "free" >/dev/null 2>&1; then :
11977
11978else
11979 ac_cv_header_stdc=no
11980fi
11981rm -f conftest*
11982
11983fi
11984
11985if test $ac_cv_header_stdc = yes; then
11986 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11987 if test "$cross_compiling" = yes; then :
11988 :
11989else
11990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11991/* end confdefs.h. */
11992#include <ctype.h>
11993#include <stdlib.h>
11994#if ((' ' & 0x0FF) == 0x020)
11995# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11996# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11997#else
11998# define ISLOWER(c) \
11999 (('a' <= (c) && (c) <= 'i') \
12000 || ('j' <= (c) && (c) <= 'r') \
12001 || ('s' <= (c) && (c) <= 'z'))
12002# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12003#endif
12004
12005#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12006int
12007main ()
12008{
12009 int i;
12010 for (i = 0; i < 256; i++)
12011 if (XOR (islower (i), ISLOWER (i))
12012 || toupper (i) != TOUPPER (i))
12013 return 2;
12014 return 0;
12015}
12016_ACEOF
12017if ac_fn_c_try_run "$LINENO"; then :
12018
12019else
12020 ac_cv_header_stdc=no
12021fi
12022rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12023 conftest.$ac_objext conftest.beam conftest.$ac_ext
12024fi
12025
12026fi
12027fi
12028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
12029$as_echo "$ac_cv_header_stdc" >&6; }
12030if test $ac_cv_header_stdc = yes; then
12031
12032$as_echo "#define STDC_HEADERS 1" >>confdefs.h
12033
3266f10b
TT
12034fi
12035
12036 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12037# for constant arguments. Useless!
12038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12039$as_echo_n "checking for working alloca.h... " >&6; }
12040if test "${ac_cv_working_alloca_h+set}" = set; then :
12041 $as_echo_n "(cached) " >&6
12042else
12043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12044/* end confdefs.h. */
12045#include <alloca.h>
12046int
12047main ()
12048{
12049char *p = (char *) alloca (2 * sizeof (int));
12050 if (p) return 0;
12051 ;
12052 return 0;
12053}
12054_ACEOF
12055if ac_fn_c_try_link "$LINENO"; then :
12056 ac_cv_working_alloca_h=yes
12057else
12058 ac_cv_working_alloca_h=no
12059fi
12060rm -f core conftest.err conftest.$ac_objext \
12061 conftest$ac_exeext conftest.$ac_ext
12062fi
12063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12064$as_echo "$ac_cv_working_alloca_h" >&6; }
12065if test $ac_cv_working_alloca_h = yes; then
12066
12067$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
12068
12069fi
12070
12071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12072$as_echo_n "checking for alloca... " >&6; }
12073if test "${ac_cv_func_alloca_works+set}" = set; then :
12074 $as_echo_n "(cached) " >&6
12075else
12076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12077/* end confdefs.h. */
12078#ifdef __GNUC__
12079# define alloca __builtin_alloca
12080#else
12081# ifdef _MSC_VER
12082# include <malloc.h>
12083# define alloca _alloca
12084# else
12085# ifdef HAVE_ALLOCA_H
12086# include <alloca.h>
12087# else
12088# ifdef _AIX
12089 #pragma alloca
12090# else
12091# ifndef alloca /* predefined by HP cc +Olibcalls */
12092char *alloca ();
12093# endif
12094# endif
12095# endif
12096# endif
12097#endif
12098
12099int
12100main ()
12101{
12102char *p = (char *) alloca (1);
12103 if (p) return 0;
12104 ;
12105 return 0;
12106}
12107_ACEOF
12108if ac_fn_c_try_link "$LINENO"; then :
12109 ac_cv_func_alloca_works=yes
12110else
12111 ac_cv_func_alloca_works=no
12112fi
12113rm -f core conftest.err conftest.$ac_objext \
12114 conftest$ac_exeext conftest.$ac_ext
12115fi
12116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12117$as_echo "$ac_cv_func_alloca_works" >&6; }
12118
12119if test $ac_cv_func_alloca_works = yes; then
12120
12121$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
12122
12123else
12124 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12125# that cause trouble. Some versions do not even contain alloca or
12126# contain a buggy version. If you still want to use their alloca,
12127# use ar to extract alloca.o from them instead of compiling alloca.c.
12128
12129ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
12130
12131$as_echo "#define C_ALLOCA 1" >>confdefs.h
12132
12133
12134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12135$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12136if test "${ac_cv_os_cray+set}" = set; then :
12137 $as_echo_n "(cached) " >&6
12138else
12139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140/* end confdefs.h. */
12141#if defined CRAY && ! defined CRAY2
12142webecray
12143#else
12144wenotbecray
12145#endif
12146
12147_ACEOF
12148if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12149 $EGREP "webecray" >/dev/null 2>&1; then :
12150 ac_cv_os_cray=yes
12151else
12152 ac_cv_os_cray=no
12153fi
12154rm -f conftest*
12155
12156fi
12157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12158$as_echo "$ac_cv_os_cray" >&6; }
12159if test $ac_cv_os_cray = yes; then
12160 for ac_func in _getb67 GETB67 getb67; do
12161 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12162ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12163eval as_val=\$$as_ac_var
12164 if test "x$as_val" = x""yes; then :
12165
12166cat >>confdefs.h <<_ACEOF
12167#define CRAY_STACKSEG_END $ac_func
12168_ACEOF
12169
12170 break
12171fi
12172
12173 done
12174fi
12175
12176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12177$as_echo_n "checking stack direction for C alloca... " >&6; }
12178if test "${ac_cv_c_stack_direction+set}" = set; then :
12179 $as_echo_n "(cached) " >&6
12180else
12181 if test "$cross_compiling" = yes; then :
12182 ac_cv_c_stack_direction=0
12183else
12184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12185/* end confdefs.h. */
12186$ac_includes_default
12187int
12188find_stack_direction ()
12189{
12190 static char *addr = 0;
12191 auto char dummy;
12192 if (addr == 0)
12193 {
12194 addr = &dummy;
12195 return find_stack_direction ();
12196 }
12197 else
12198 return (&dummy > addr) ? 1 : -1;
12199}
12200
12201int
12202main ()
12203{
12204 return find_stack_direction () < 0;
12205}
12206_ACEOF
12207if ac_fn_c_try_run "$LINENO"; then :
12208 ac_cv_c_stack_direction=1
12209else
12210 ac_cv_c_stack_direction=-1
12211fi
12212rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12213 conftest.$ac_objext conftest.beam conftest.$ac_ext
12214fi
12215
12216fi
12217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12218$as_echo "$ac_cv_c_stack_direction" >&6; }
12219cat >>confdefs.h <<_ACEOF
12220#define STACK_DIRECTION $ac_cv_c_stack_direction
12221_ACEOF
12222
12223
12224fi
12225
12226
12227
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
12229$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
12230if test "${am_cv_langinfo_codeset+set}" = set; then :
12231 $as_echo_n "(cached) " >&6
12232else
12233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12234/* end confdefs.h. */
12235#include <langinfo.h>
12236int
12237main ()
12238{
12239char* cs = nl_langinfo(CODESET);
12240 ;
12241 return 0;
12242}
12243_ACEOF
12244if ac_fn_c_try_link "$LINENO"; then :
12245 am_cv_langinfo_codeset=yes
12246else
12247 am_cv_langinfo_codeset=no
12248fi
12249rm -f core conftest.err conftest.$ac_objext \
12250 conftest$ac_exeext conftest.$ac_ext
12251
12252fi
12253{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
12254$as_echo "$am_cv_langinfo_codeset" >&6; }
12255 if test $am_cv_langinfo_codeset = yes; then
12256
12257$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
12258
12259 fi
12260
12261
a3d08894 12262 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
12263do :
12264 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12265ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12266eval as_val=\$$as_ac_Header
12267 if test "x$as_val" = x""yes; then :
12268 cat >>confdefs.h <<_ACEOF
12269#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12270_ACEOF
12271
12272fi
12273
12274done
12275
12276
12277 for ac_func in fdwalk getrlimit pipe pipe2 socketpair
12278do :
12279 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12280ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12281eval as_val=\$$as_ac_var
12282 if test "x$as_val" = x""yes; then :
12283 cat >>confdefs.h <<_ACEOF
12284#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12285_ACEOF
12286
12287fi
12288done
12289
12290
12291 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
12292if test "x$ac_cv_have_decl_strerror" = x""yes; then :
12293 ac_have_decl=1
12294else
12295 ac_have_decl=0
12296fi
12297
12298cat >>confdefs.h <<_ACEOF
12299#define HAVE_DECL_STRERROR $ac_have_decl
12300_ACEOF
12301ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12302if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12303 ac_have_decl=1
12304else
12305 ac_have_decl=0
12306fi
12307
12308cat >>confdefs.h <<_ACEOF
12309#define HAVE_DECL_STRSTR $ac_have_decl
12310_ACEOF
12311
12312
e9bcb658
GB
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12314$as_echo_n "checking for sigsetjmp... " >&6; }
12315if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
12316 $as_echo_n "(cached) " >&6
12317else
12318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12319/* end confdefs.h. */
12320
12321#include <setjmp.h>
12322
12323int
12324main ()
12325{
12326sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12327 ;
12328 return 0;
12329}
12330_ACEOF
12331if ac_fn_c_try_compile "$LINENO"; then :
12332 gdb_cv_func_sigsetjmp=yes
12333else
12334 gdb_cv_func_sigsetjmp=no
12335fi
12336rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12337fi
12338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12339$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12340if test $gdb_cv_func_sigsetjmp = yes; then
12341
12342$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12343
12344fi
12345
3266f10b 12346
54019719
PA
12347# Check the return and argument types of ptrace.
12348
12349
12350
12351for ac_header in sys/ptrace.h ptrace.h
12352do :
12353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12354ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12355eval as_val=\$$as_ac_Header
12356 if test "x$as_val" = x""yes; then :
12357 cat >>confdefs.h <<_ACEOF
12358#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12359_ACEOF
12360
12361fi
12362
12363done
12364
12365
12366# Needs to be tested in C++ mode, to detect whether we need to cast
12367# the first argument to enum __ptrace_request.
12368if test "$enable_build_with_cxx" = "yes"; then
12369 ac_ext=cpp
12370ac_cpp='$CXXCPP $CPPFLAGS'
12371ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12372ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12373ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12374
12375fi
12376
a3828db0 12377gdb_ptrace_headers='
4ff70b84 12378#include <sys/types.h>
a3828db0
MK
12379#if HAVE_SYS_PTRACE_H
12380# include <sys/ptrace.h>
12381#endif
12382#if HAVE_UNISTD_H
12383# include <unistd.h>
12384#endif
12385'
12386# There is no point in checking if we don't have a prototype.
54019719 12387ac_fn_cxx_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
81ecdfbb
RW
12388"
12389if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
12390 ac_have_decl=1
06825bd1 12391else
81ecdfbb 12392 ac_have_decl=0
06825bd1 12393fi
06825bd1 12394
a3828db0 12395cat >>confdefs.h <<_ACEOF
81ecdfbb 12396#define HAVE_DECL_PTRACE $ac_have_decl
a3828db0 12397_ACEOF
81ecdfbb 12398if test $ac_have_decl = 1; then :
bec39cab 12399
a3828db0 12400else
a3828db0
MK
12401
12402 : ${gdb_cv_func_ptrace_ret='int'}
12403 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
12404
06825bd1
MK
12405fi
12406
064ef605
DJ
12407# Check return type. Varargs (used on GNU/Linux) conflict with the
12408# empty argument list, so check for that explicitly.
81ecdfbb
RW
12409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
12410$as_echo_n "checking return type of ptrace... " >&6; }
12411if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
12412 $as_echo_n "(cached) " >&6
bec39cab 12413else
81ecdfbb 12414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12415/* end confdefs.h. */
a3828db0 12416$gdb_ptrace_headers
bec39cab
AC
12417int
12418main ()
12419{
064ef605
DJ
12420extern long ptrace (enum __ptrace_request, ...);
12421 ;
12422 return 0;
12423}
12424_ACEOF
54019719 12425if ac_fn_cxx_try_compile "$LINENO"; then :
064ef605
DJ
12426 gdb_cv_func_ptrace_ret='long'
12427else
81ecdfbb 12428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
12429/* end confdefs.h. */
12430$gdb_ptrace_headers
12431int
12432main ()
12433{
a3828db0 12434extern int ptrace ();
bec39cab
AC
12435 ;
12436 return 0;
12437}
12438_ACEOF
54019719 12439if ac_fn_cxx_try_compile "$LINENO"; then :
a3828db0 12440 gdb_cv_func_ptrace_ret='int'
70f9f479 12441else
81ecdfbb 12442 gdb_cv_func_ptrace_ret='long'
70f9f479 12443fi
81ecdfbb 12444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70f9f479 12445fi
81ecdfbb 12446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
064ef605 12447fi
81ecdfbb
RW
12448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
12449$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
bec39cab 12450
a3828db0
MK
12451cat >>confdefs.h <<_ACEOF
12452#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
bec39cab 12453_ACEOF
70f9f479 12454
a3828db0 12455# Check argument types.
81ecdfbb
RW
12456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
12457$as_echo_n "checking types of arguments for ptrace... " >&6; }
12458if test "${gdb_cv_func_ptrace_args+set}" = set; then :
12459 $as_echo_n "(cached) " >&6
bec39cab 12460else
a3828db0 12461
81ecdfbb 12462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
12463/* end confdefs.h. */
12464$gdb_ptrace_headers
12465int
12466main ()
12467{
12468extern long ptrace (enum __ptrace_request, ...);
12469 ;
12470 return 0;
12471}
12472_ACEOF
54019719
PA
12473if ac_fn_cxx_try_compile "$LINENO"; then :
12474 gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
064ef605 12475else
064ef605 12476
a3828db0
MK
12477for gdb_arg1 in 'int' 'long'; do
12478 for gdb_arg2 in 'pid_t' 'int' 'long'; do
5ed10e6e 12479 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
96d7229d 12480 for gdb_arg4 in 'int' 'long' 'void *'; do
81ecdfbb 12481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12482/* end confdefs.h. */
a3828db0 12483$gdb_ptrace_headers
bec39cab
AC
12484int
12485main ()
12486{
a3828db0
MK
12487
12488extern $gdb_cv_func_ptrace_ret
12489 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
12490
bec39cab
AC
12491 ;
12492 return 0;
12493}
12494_ACEOF
54019719 12495if ac_fn_cxx_try_compile "$LINENO"; then :
a3828db0
MK
12496 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
12497 break 4;
5c7f2947 12498fi
81ecdfbb 12499rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0 12500 for gdb_arg5 in 'int *' 'int' 'long'; do
81ecdfbb 12501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12502/* end confdefs.h. */
a3828db0 12503$gdb_ptrace_headers
bec39cab
AC
12504int
12505main ()
12506{
a3828db0
MK
12507
12508extern $gdb_cv_func_ptrace_ret
12509 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
12510
bec39cab
AC
12511 ;
12512 return 0;
12513}
12514_ACEOF
54019719 12515if ac_fn_cxx_try_compile "$LINENO"; then :
a3828db0
MK
12516
12517gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
12518 break 5;
78434e59 12519fi
81ecdfbb 12520rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0
MK
12521 done
12522 done
12523 done
12524 done
12525done
12526# Provide a safe default value.
12527: ${gdb_cv_func_ptrace_args='int,int,long,long'}
12528
064ef605 12529fi
81ecdfbb 12530rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78434e59 12531fi
81ecdfbb
RW
12532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
12533$as_echo "$gdb_cv_func_ptrace_args" >&6; }
a3828db0
MK
12534ac_save_IFS=$IFS; IFS=','
12535set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
12536IFS=$ac_save_IFS
12537shift
bec39cab 12538
54019719
PA
12539cat >>confdefs.h <<_ACEOF
12540#define PTRACE_TYPE_ARG1 $1
12541_ACEOF
12542
12543
a3828db0
MK
12544cat >>confdefs.h <<_ACEOF
12545#define PTRACE_TYPE_ARG3 $3
12546_ACEOF
12547
96d7229d
LM
12548
12549cat >>confdefs.h <<_ACEOF
12550#define PTRACE_TYPE_ARG4 $4
12551_ACEOF
12552
a3828db0
MK
12553if test -n "$5"; then
12554
12555cat >>confdefs.h <<_ACEOF
12556#define PTRACE_TYPE_ARG5 $5
bec39cab 12557_ACEOF
78434e59
MK
12558
12559fi
12560
54019719
PA
12561if test "$enable_build_with_cxx" = "yes"; then
12562 ac_ext=c
12563ac_cpp='$CPP $CPPFLAGS'
12564ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566ac_compiler_gnu=$ac_cv_c_compiler_gnu
12567
12568fi
12569
12570
a3828db0 12571if test "$cross_compiling" = no; then
81ecdfbb
RW
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
12573$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
12574if test "${ac_cv_func_setpgrp_void+set}" = set; then :
12575 $as_echo_n "(cached) " >&6
a3828db0 12576else
81ecdfbb
RW
12577 if test "$cross_compiling" = yes; then :
12578 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
bec39cab 12579else
81ecdfbb 12580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12581/* end confdefs.h. */
81ecdfbb 12582$ac_includes_default
bec39cab
AC
12583int
12584main ()
12585{
a3828db0
MK
12586/* If this system has a BSD-style setpgrp which takes arguments,
12587 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
12588 exit successfully. */
81ecdfbb 12589 return setpgrp (1,1) != -1;
bec39cab
AC
12590 ;
12591 return 0;
12592}
12593_ACEOF
81ecdfbb 12594if ac_fn_c_try_run "$LINENO"; then :
a3828db0 12595 ac_cv_func_setpgrp_void=no
c906108c 12596else
81ecdfbb 12597 ac_cv_func_setpgrp_void=yes
c906108c 12598fi
81ecdfbb
RW
12599rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12600 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 12601fi
81ecdfbb 12602
a3828db0 12603fi
81ecdfbb
RW
12604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
12605$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0
MK
12606if test $ac_cv_func_setpgrp_void = yes; then
12607
81ecdfbb 12608$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
97bf5e38
MK
12609
12610fi
a3828db0
MK
12611
12612else
81ecdfbb
RW
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
12614$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
12615if test "${ac_cv_func_setpgrp_void+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
97bf5e38 12617else
81ecdfbb 12618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12619/* end confdefs.h. */
a3828db0
MK
12620
12621#include <unistd.h>
12622
bec39cab
AC
12623int
12624main ()
12625{
a3828db0
MK
12626
12627 if (setpgrp(1,1) == -1)
12628 exit (0);
12629 else
12630 exit (1);
12631
bec39cab
AC
12632 ;
12633 return 0;
12634}
12635_ACEOF
81ecdfbb 12636if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12637 ac_cv_func_setpgrp_void=no
c906108c 12638else
81ecdfbb 12639 ac_cv_func_setpgrp_void=yes
c906108c 12640fi
81ecdfbb 12641rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12642fi
81ecdfbb
RW
12643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
12644$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0 12645if test $ac_cv_func_setpgrp_void = yes; then
81ecdfbb 12646 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
c3f6f71d 12647
a3828db0 12648fi
c906108c
SS
12649fi
12650
db1ff28b
JK
12651# Assume we'll default to using the included libiberty regex.
12652gdb_use_included_regex=yes
12653
12654# However, if the system regex is GNU regex, then default to *not*
12655# using the included regex.
12656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
12657$as_echo_n "checking for GNU regex... " >&6; }
12658if test "${gdb_cv_have_gnu_regex+set}" = set; then :
12659 $as_echo_n "(cached) " >&6
12660else
12661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12662/* end confdefs.h. */
12663#include <gnu-versions.h>
12664int
12665main ()
12666{
12667#define REGEX_INTERFACE_VERSION 1
12668#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
12669# error "Version mismatch"
12670#endif
12671 ;
12672 return 0;
12673}
12674_ACEOF
12675if ac_fn_c_try_compile "$LINENO"; then :
12676 gdb_cv_have_gnu_regex=yes
12677else
12678 gdb_cv_have_gnu_regex=no
12679fi
12680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12681fi
12682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
12683$as_echo "$gdb_cv_have_gnu_regex" >&6; }
12684if test $gdb_cv_have_gnu_regex = yes; then
12685 gdb_use_included_regex=no
12686fi
12687
12688
12689# Check whether --with-included-regex was given.
12690if test "${with_included_regex+set}" = set; then :
12691 withval=$with_included_regex; gdb_with_regex=$withval
12692else
12693 gdb_with_regex=$gdb_use_included_regex
12694fi
12695
12696if test "$gdb_with_regex" = yes; then
12697
12698$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
12699
12700fi
12701
81ecdfbb
RW
12702# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
12703ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
12704#include <sys/proc.h>
12705
12706"
12707if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
c906108c 12708
5c45e068 12709cat >>confdefs.h <<_ACEOF
a3828db0 12710#define HAVE_STRUCT_THREAD_TD_PCB 1
bec39cab 12711_ACEOF
c906108c 12712
5c45e068 12713
97bf5e38 12714fi
c906108c 12715
5c45e068 12716
a3828db0 12717# See if <sys/lwp.h> defines `struct lwp`.
81ecdfbb
RW
12718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
12719$as_echo_n "checking for struct lwp... " >&6; }
12720if test "${gdb_cv_struct_lwp+set}" = set; then :
12721 $as_echo_n "(cached) " >&6
bec39cab 12722else
81ecdfbb 12723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12724/* end confdefs.h. */
a3828db0
MK
12725#include <sys/param.h>
12726#include <sys/lwp.h>
bec39cab
AC
12727int
12728main ()
12729{
a3828db0 12730struct lwp l;
bec39cab
AC
12731 ;
12732 return 0;
12733}
12734_ACEOF
81ecdfbb 12735if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12736 gdb_cv_struct_lwp=yes
c906108c 12737else
81ecdfbb 12738 gdb_cv_struct_lwp=no
c906108c 12739fi
81ecdfbb 12740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12741fi
81ecdfbb
RW
12742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
12743$as_echo "$gdb_cv_struct_lwp" >&6; }
a3828db0 12744if test $gdb_cv_struct_lwp = yes; then
c906108c 12745
81ecdfbb 12746$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
c906108c 12747
97bf5e38 12748fi
c906108c 12749
a3828db0 12750# See if <machine/reg.h> degines `struct reg'.
81ecdfbb
RW
12751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
12752$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
12753if test "${gdb_cv_struct_reg+set}" = set; then :
12754 $as_echo_n "(cached) " >&6
bec39cab 12755else
81ecdfbb 12756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12757/* end confdefs.h. */
a3828db0
MK
12758#include <sys/types.h>
12759#include <machine/reg.h>
bec39cab
AC
12760int
12761main ()
12762{
a3828db0 12763struct reg r;
bec39cab
AC
12764 ;
12765 return 0;
12766}
12767_ACEOF
81ecdfbb 12768if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12769 gdb_cv_struct_reg=yes
27ca5dad 12770else
81ecdfbb 12771 gdb_cv_struct_reg=no
27ca5dad 12772fi
81ecdfbb 12773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27ca5dad 12774fi
81ecdfbb
RW
12775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
12776$as_echo "$gdb_cv_struct_reg" >&6; }
a3828db0 12777if test $gdb_cv_struct_reg = yes; then
bec39cab 12778
81ecdfbb 12779$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
27ca5dad
MC
12780
12781fi
97bf5e38 12782
a3828db0
MK
12783# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
12784# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
81ecdfbb
RW
12785ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
12786"
12787if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
5c45e068
MK
12788
12789cat >>confdefs.h <<_ACEOF
a3828db0 12790#define HAVE_STRUCT_REG_R_FS 1
bec39cab 12791_ACEOF
3862412b 12792
5c45e068 12793
97bf5e38 12794fi
81ecdfbb
RW
12795ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
12796"
12797if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
5c45e068
MK
12798
12799cat >>confdefs.h <<_ACEOF
a3828db0 12800#define HAVE_STRUCT_REG_R_GS 1
bec39cab 12801_ACEOF
3862412b 12802
5c45e068 12803
97bf5e38 12804fi
3862412b 12805
5c45e068 12806
6fea9e18
L
12807# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
12808# Older amd64 Linux's don't have the fs_base and gs_base members of
12809# `struct user_regs_struct'.
12810ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/user.h>
12811"
12812if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
12813
12814cat >>confdefs.h <<_ACEOF
12815#define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
12816_ACEOF
12817
12818
12819fi
12820ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/user.h>
12821"
12822if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
12823
12824cat >>confdefs.h <<_ACEOF
12825#define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
12826_ACEOF
12827
12828
12829fi
12830
12831
a3828db0 12832# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
81ecdfbb
RW
12833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
12834$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
12835if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
12836 $as_echo_n "(cached) " >&6
451928c5 12837else
81ecdfbb 12838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12839/* end confdefs.h. */
a3828db0 12840#include <sys/ptrace.h>
bec39cab
AC
12841int
12842main ()
12843{
a3828db0 12844PTRACE_GETREGS;
bec39cab
AC
12845 ;
12846 return 0;
12847}
12848_ACEOF
81ecdfbb 12849if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12850 gdb_cv_have_ptrace_getregs=yes
451928c5 12851else
81ecdfbb 12852 gdb_cv_have_ptrace_getregs=no
451928c5 12853fi
81ecdfbb 12854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
12855fi
12856
81ecdfbb
RW
12857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
12858$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
a3828db0 12859if test $gdb_cv_have_ptrace_getregs = yes; then
60ca704f 12860
81ecdfbb 12861$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
451928c5 12862
97bf5e38 12863fi
451928c5 12864
a3828db0 12865# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
81ecdfbb
RW
12866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
12867$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
12868if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
12869 $as_echo_n "(cached) " >&6
451928c5 12870else
81ecdfbb 12871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12872/* end confdefs.h. */
a3828db0 12873#include <sys/ptrace.h>
bec39cab
AC
12874int
12875main ()
12876{
a3828db0 12877PTRACE_GETFPXREGS;
bec39cab
AC
12878 ;
12879 return 0;
12880}
12881_ACEOF
81ecdfbb 12882if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12883 gdb_cv_have_ptrace_getfpxregs=yes
451928c5 12884else
81ecdfbb 12885 gdb_cv_have_ptrace_getfpxregs=no
451928c5 12886fi
81ecdfbb 12887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
12888fi
12889
81ecdfbb
RW
12890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
12891$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
a3828db0 12892if test $gdb_cv_have_ptrace_getfpxregs = yes; then
60ca704f 12893
81ecdfbb 12894$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
451928c5 12895
97bf5e38 12896fi
451928c5 12897
a3828db0 12898# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
81ecdfbb
RW
12899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
12900$as_echo_n "checking for PT_GETDBREGS... " >&6; }
12901if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
12902 $as_echo_n "(cached) " >&6
3862412b 12903else
81ecdfbb 12904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12905/* end confdefs.h. */
a3828db0
MK
12906#include <sys/types.h>
12907#include <sys/ptrace.h>
bec39cab
AC
12908int
12909main ()
12910{
a3828db0 12911PT_GETDBREGS;
bec39cab
AC
12912 ;
12913 return 0;
12914}
12915_ACEOF
81ecdfbb 12916if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12917 gdb_cv_have_pt_getdbregs=yes
3862412b 12918else
81ecdfbb 12919 gdb_cv_have_pt_getdbregs=no
3862412b 12920fi
81ecdfbb 12921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
12922fi
12923
81ecdfbb
RW
12924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
12925$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
a3828db0 12926if test $gdb_cv_have_pt_getdbregs = yes; then
60ca704f 12927
81ecdfbb 12928$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
3862412b 12929
97bf5e38 12930fi
3862412b 12931
a3828db0 12932# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
81ecdfbb
RW
12933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
12934$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
12935if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
12936 $as_echo_n "(cached) " >&6
3862412b 12937else
81ecdfbb 12938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12939/* end confdefs.h. */
a3828db0
MK
12940#include <sys/types.h>
12941#include <sys/ptrace.h>
bec39cab
AC
12942int
12943main ()
12944{
a3828db0 12945PT_GETXMMREGS;
bec39cab
AC
12946 ;
12947 return 0;
12948}
12949_ACEOF
81ecdfbb 12950if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12951 gdb_cv_have_pt_getxmmregs=yes
3862412b 12952else
81ecdfbb 12953 gdb_cv_have_pt_getxmmregs=no
3862412b 12954fi
81ecdfbb 12955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
12956fi
12957
81ecdfbb
RW
12958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
12959$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
a3828db0 12960if test $gdb_cv_have_pt_getxmmregs = yes; then
60ca704f 12961
81ecdfbb 12962$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
3862412b 12963
97bf5e38 12964fi
3862412b 12965
05b4bd79 12966# Detect which type of /proc is in use, such as for Solaris.
97bf5e38
MK
12967
12968if test "${target}" = "${host}"; then
12969 case "${host}" in
7b00db47 12970 *-*-sysv4.2* | *-*-sysv5* )
60ca704f 12971
81ecdfbb 12972$as_echo "#define NEW_PROC_API 1" >>confdefs.h
97bf5e38
MK
12973
12974 ;;
c162e8c9 12975 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
60ca704f 12976
81ecdfbb 12977$as_echo "#define NEW_PROC_API 1" >>confdefs.h
c960c18f
AC
12978
12979 ;;
12980 mips-sgi-irix5*)
12981 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
60ca704f 12982
81ecdfbb 12983$as_echo "#define _KMEMUSER 1" >>confdefs.h
97bf5e38
MK
12984
12985 ;;
12986 esac
12987fi
12988
12989if test "$ac_cv_header_sys_procfs_h" = yes; then
81ecdfbb
RW
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
12991$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
12992 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
12993 $as_echo_n "(cached) " >&6
596c9d4b 12994else
81ecdfbb 12995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12996/* end confdefs.h. */
596c9d4b
KB
12997
12998#define _SYSCALL32
d30c5336
JK
12999/* Needed for new procfs interface on sparc-solaris. */
13000#define _STRUCTURED_PROC 1
596c9d4b 13001#include <sys/procfs.h>
bec39cab
AC
13002int
13003main ()
13004{
97bf5e38 13005gregset_t avar
bec39cab
AC
13006 ;
13007 return 0;
13008}
13009_ACEOF
81ecdfbb 13010if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13011 bfd_cv_have_sys_procfs_type_gregset_t=yes
596c9d4b 13012else
81ecdfbb 13013 bfd_cv_have_sys_procfs_type_gregset_t=no
bec39cab 13014
596c9d4b 13015fi
81ecdfbb 13016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
13017fi
13018
97bf5e38 13019 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
bec39cab 13020
81ecdfbb 13021$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
596c9d4b
KB
13022
13023 fi
81ecdfbb
RW
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
13025$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
451928c5 13026
81ecdfbb
RW
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
13028$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
13029 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
13030 $as_echo_n "(cached) " >&6
d84dd0c5 13031else
81ecdfbb 13032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13033/* end confdefs.h. */
97bf5e38
MK
13034
13035#define _SYSCALL32
d30c5336
JK
13036/* Needed for new procfs interface on sparc-solaris. */
13037#define _STRUCTURED_PROC 1
d84dd0c5 13038#include <sys/procfs.h>
bec39cab
AC
13039int
13040main ()
13041{
97bf5e38 13042fpregset_t avar
bec39cab
AC
13043 ;
13044 return 0;
13045}
13046_ACEOF
81ecdfbb 13047if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13048 bfd_cv_have_sys_procfs_type_fpregset_t=yes
d84dd0c5 13049else
81ecdfbb 13050 bfd_cv_have_sys_procfs_type_fpregset_t=no
bec39cab 13051
d84dd0c5 13052fi
81ecdfbb 13053rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d84dd0c5
MK
13054fi
13055
97bf5e38 13056 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
bec39cab 13057
81ecdfbb 13058$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
d84dd0c5 13059
97bf5e38 13060 fi
81ecdfbb
RW
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
13062$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
d84dd0c5 13063
81ecdfbb
RW
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
13065$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
13066 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
13067 $as_echo_n "(cached) " >&6
c906108c 13068else
81ecdfbb 13069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13070/* end confdefs.h. */
c906108c 13071
97bf5e38 13072#define _SYSCALL32
d30c5336
JK
13073/* Needed for new procfs interface on sparc-solaris. */
13074#define _STRUCTURED_PROC 1
97bf5e38 13075#include <sys/procfs.h>
bec39cab
AC
13076int
13077main ()
13078{
97bf5e38 13079prgregset_t avar
bec39cab
AC
13080 ;
13081 return 0;
13082}
13083_ACEOF
81ecdfbb 13084if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13085 bfd_cv_have_sys_procfs_type_prgregset_t=yes
c906108c 13086else
81ecdfbb 13087 bfd_cv_have_sys_procfs_type_prgregset_t=no
bec39cab 13088
c906108c 13089fi
81ecdfbb 13090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13091fi
13092
97bf5e38 13093 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
bec39cab 13094
81ecdfbb 13095$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
c906108c 13096
97bf5e38 13097 fi
81ecdfbb
RW
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
13099$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
c906108c 13100
81ecdfbb
RW
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
13102$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
13103 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
13104 $as_echo_n "(cached) " >&6
d45fe813 13105else
81ecdfbb 13106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13107/* end confdefs.h. */
97bf5e38
MK
13108
13109#define _SYSCALL32
d30c5336
JK
13110/* Needed for new procfs interface on sparc-solaris. */
13111#define _STRUCTURED_PROC 1
97bf5e38 13112#include <sys/procfs.h>
bec39cab
AC
13113int
13114main ()
13115{
97bf5e38 13116prfpregset_t avar
bec39cab
AC
13117 ;
13118 return 0;
13119}
13120_ACEOF
81ecdfbb 13121if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13122 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
d45fe813 13123else
81ecdfbb 13124 bfd_cv_have_sys_procfs_type_prfpregset_t=no
bec39cab 13125
d45fe813 13126fi
81ecdfbb 13127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13128fi
13129
97bf5e38 13130 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
bec39cab 13131
81ecdfbb 13132$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
d45fe813 13133
97bf5e38 13134 fi
81ecdfbb
RW
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
13136$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
d45fe813 13137
81ecdfbb
RW
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
13139$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
13140 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
13141 $as_echo_n "(cached) " >&6
d45fe813 13142else
81ecdfbb 13143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13144/* end confdefs.h. */
97bf5e38
MK
13145
13146#define _SYSCALL32
d30c5336
JK
13147/* Needed for new procfs interface on sparc-solaris. */
13148#define _STRUCTURED_PROC 1
97bf5e38 13149#include <sys/procfs.h>
bec39cab
AC
13150int
13151main ()
13152{
97bf5e38 13153prgregset32_t avar
bec39cab
AC
13154 ;
13155 return 0;
13156}
13157_ACEOF
81ecdfbb 13158if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13159 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
d45fe813 13160else
81ecdfbb 13161 bfd_cv_have_sys_procfs_type_prgregset32_t=no
bec39cab 13162
d45fe813 13163fi
81ecdfbb 13164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13165fi
13166
97bf5e38 13167 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
bec39cab 13168
81ecdfbb 13169$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
d45fe813 13170
97bf5e38 13171 fi
81ecdfbb
RW
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
13173$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
d45fe813 13174
81ecdfbb
RW
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
13176$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
13177 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
13178 $as_echo_n "(cached) " >&6
d45fe813 13179else
81ecdfbb 13180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13181/* end confdefs.h. */
97bf5e38 13182
d45fe813 13183#define _SYSCALL32
d30c5336
JK
13184/* Needed for new procfs interface on sparc-solaris. */
13185#define _STRUCTURED_PROC 1
97bf5e38 13186#include <sys/procfs.h>
bec39cab
AC
13187int
13188main ()
13189{
97bf5e38 13190lwpid_t avar
bec39cab
AC
13191 ;
13192 return 0;
13193}
13194_ACEOF
81ecdfbb 13195if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13196 bfd_cv_have_sys_procfs_type_lwpid_t=yes
d45fe813 13197else
81ecdfbb 13198 bfd_cv_have_sys_procfs_type_lwpid_t=no
bec39cab 13199
d45fe813 13200fi
81ecdfbb 13201rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13202fi
13203
97bf5e38 13204 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
bec39cab 13205
81ecdfbb 13206$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
d45fe813 13207
97bf5e38 13208 fi
81ecdfbb
RW
13209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
13210$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
c906108c 13211
81ecdfbb
RW
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
13213$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
13214 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
13215 $as_echo_n "(cached) " >&6
c906108c 13216else
81ecdfbb 13217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13218/* end confdefs.h. */
c906108c 13219
97bf5e38 13220#define _SYSCALL32
d30c5336
JK
13221/* Needed for new procfs interface on sparc-solaris. */
13222#define _STRUCTURED_PROC 1
97bf5e38 13223#include <sys/procfs.h>
bec39cab
AC
13224int
13225main ()
13226{
97bf5e38 13227psaddr_t avar
bec39cab
AC
13228 ;
13229 return 0;
13230}
13231_ACEOF
81ecdfbb 13232if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13233 bfd_cv_have_sys_procfs_type_psaddr_t=yes
c906108c 13234else
81ecdfbb 13235 bfd_cv_have_sys_procfs_type_psaddr_t=no
bec39cab 13236
c906108c 13237fi
81ecdfbb 13238rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13239fi
13240
97bf5e38 13241 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
bec39cab 13242
81ecdfbb 13243$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
c906108c 13244
97bf5e38 13245 fi
81ecdfbb
RW
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
13247$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
c906108c 13248
81ecdfbb
RW
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
13250$as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
13251 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
13252 $as_echo_n "(cached) " >&6
c906108c 13253else
81ecdfbb 13254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13255/* end confdefs.h. */
c906108c 13256
97bf5e38 13257#define _SYSCALL32
d30c5336
JK
13258/* Needed for new procfs interface on sparc-solaris. */
13259#define _STRUCTURED_PROC 1
97bf5e38 13260#include <sys/procfs.h>
bec39cab
AC
13261int
13262main ()
13263{
97bf5e38 13264prsysent_t avar
bec39cab
AC
13265 ;
13266 return 0;
13267}
13268_ACEOF
81ecdfbb 13269if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13270 bfd_cv_have_sys_procfs_type_prsysent_t=yes
c906108c 13271else
81ecdfbb 13272 bfd_cv_have_sys_procfs_type_prsysent_t=no
bec39cab 13273
c906108c 13274fi
81ecdfbb 13275rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13276fi
13277
97bf5e38 13278 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
bec39cab 13279
81ecdfbb 13280$as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
c906108c 13281
97bf5e38 13282 fi
81ecdfbb
RW
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
13284$as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
c906108c 13285
81ecdfbb
RW
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
13287$as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
13288 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
13289 $as_echo_n "(cached) " >&6
c906108c 13290else
81ecdfbb 13291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13292/* end confdefs.h. */
c906108c 13293
97bf5e38 13294#define _SYSCALL32
d30c5336
JK
13295/* Needed for new procfs interface on sparc-solaris. */
13296#define _STRUCTURED_PROC 1
97bf5e38 13297#include <sys/procfs.h>
bec39cab
AC
13298int
13299main ()
13300{
97bf5e38 13301pr_sigset_t avar
bec39cab
AC
13302 ;
13303 return 0;
13304}
13305_ACEOF
81ecdfbb 13306if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13307 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
c906108c 13308else
81ecdfbb 13309 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
bec39cab 13310
c906108c 13311fi
81ecdfbb 13312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13313fi
13314
97bf5e38 13315 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
bec39cab 13316
81ecdfbb 13317$as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
c906108c 13318
97bf5e38 13319 fi
81ecdfbb
RW
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
13321$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
c906108c 13322
81ecdfbb
RW
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
13324$as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
13325 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
13326 $as_echo_n "(cached) " >&6
c906108c 13327else
81ecdfbb 13328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13329/* end confdefs.h. */
c906108c 13330
97bf5e38 13331#define _SYSCALL32
d30c5336
JK
13332/* Needed for new procfs interface on sparc-solaris. */
13333#define _STRUCTURED_PROC 1
97bf5e38 13334#include <sys/procfs.h>
bec39cab
AC
13335int
13336main ()
13337{
97bf5e38 13338pr_sigaction64_t avar
bec39cab
AC
13339 ;
13340 return 0;
13341}
13342_ACEOF
81ecdfbb 13343if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13344 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
c906108c 13345else
81ecdfbb 13346 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
bec39cab 13347
c906108c 13348fi
81ecdfbb 13349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13350fi
13351
97bf5e38 13352 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
bec39cab 13353
81ecdfbb 13354$as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
c906108c 13355
97bf5e38 13356 fi
81ecdfbb
RW
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
13358$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
97bf5e38 13359
81ecdfbb
RW
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
13361$as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
13362 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
13363 $as_echo_n "(cached) " >&6
97bf5e38 13364else
81ecdfbb 13365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13366/* end confdefs.h. */
97bf5e38
MK
13367
13368#define _SYSCALL32
d30c5336
JK
13369/* Needed for new procfs interface on sparc-solaris. */
13370#define _STRUCTURED_PROC 1
97bf5e38 13371#include <sys/procfs.h>
bec39cab
AC
13372int
13373main ()
13374{
97bf5e38 13375pr_siginfo64_t avar
bec39cab
AC
13376 ;
13377 return 0;
13378}
13379_ACEOF
81ecdfbb 13380if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13381 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
13382else
81ecdfbb 13383 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
bec39cab 13384
97bf5e38 13385fi
81ecdfbb 13386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13387fi
c906108c 13388
97bf5e38 13389 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
bec39cab 13390
81ecdfbb 13391$as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
c906108c 13392
97bf5e38 13393 fi
81ecdfbb
RW
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
13395$as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
bec39cab
AC
13396
13397
97bf5e38
MK
13398
13399
13400
97bf5e38 13401 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
81ecdfbb
RW
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
13403$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
13404 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
13405 $as_echo_n "(cached) " >&6
c906108c 13406else
81ecdfbb 13407 if test "$cross_compiling" = yes; then :
97bf5e38 13408 gdb_cv_prfpregset_t_broken=yes
c906108c 13409else
81ecdfbb 13410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13411/* end confdefs.h. */
97bf5e38
MK
13412#include <sys/procfs.h>
13413 int main ()
13414 {
13415 if (sizeof (prfpregset_t) == sizeof (void *))
13416 return 1;
13417 return 0;
13418 }
bec39cab 13419_ACEOF
81ecdfbb 13420if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 13421 gdb_cv_prfpregset_t_broken=no
81ecdfbb
RW
13422else
13423 gdb_cv_prfpregset_t_broken=yes
c906108c 13424fi
81ecdfbb
RW
13425rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13426 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 13427fi
81ecdfbb 13428
c906108c
SS
13429fi
13430
81ecdfbb
RW
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
13432$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
97bf5e38 13433 if test $gdb_cv_prfpregset_t_broken = yes; then
60ca704f 13434
81ecdfbb 13435$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
c906108c 13436
97bf5e38
MK
13437 fi
13438 fi
c906108c 13439fi
c906108c 13440
bc8bcb4b 13441# Check if the compiler supports the `long long' type.
c906108c 13442
81ecdfbb
RW
13443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
13444$as_echo_n "checking for long long support in compiler... " >&6; }
13445if test "${gdb_cv_c_long_long+set}" = set; then :
13446 $as_echo_n "(cached) " >&6
97bf5e38 13447else
81ecdfbb 13448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13449/* end confdefs.h. */
bc8bcb4b 13450extern long long foo;
bec39cab
AC
13451int
13452main ()
13453{
bc8bcb4b 13454switch (foo & 2) { case 0: return 1; }
bec39cab
AC
13455 ;
13456 return 0;
13457}
13458_ACEOF
81ecdfbb 13459if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13460 gdb_cv_c_long_long=yes
13461else
81ecdfbb 13462 gdb_cv_c_long_long=no
97bf5e38 13463fi
81ecdfbb 13464rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 13465fi
81ecdfbb
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
13467$as_echo "$gdb_cv_c_long_long" >&6; }
74a0d9f6
JK
13468if test $gdb_cv_c_long_long != yes; then
13469 # libdecnumber requires long long.
13470 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
97bf5e38
MK
13471fi
13472
bc8bcb4b 13473# Check if the compiler and runtime support printing long longs.
97bf5e38 13474
81ecdfbb
RW
13475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
13476$as_echo_n "checking for long long support in printf... " >&6; }
13477if test "${gdb_cv_printf_has_long_long+set}" = set; then :
13478 $as_echo_n "(cached) " >&6
97bf5e38 13479else
81ecdfbb 13480 if test "$cross_compiling" = yes; then :
97bf5e38
MK
13481 gdb_cv_printf_has_long_long=no
13482else
81ecdfbb 13483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13484/* end confdefs.h. */
bc8bcb4b
MK
13485$ac_includes_default
13486int
13487main ()
13488{
13489char buf[32];
97bf5e38
MK
13490 long long l = 0;
13491 l = (l << 16) + 0x0123;
13492 l = (l << 16) + 0x4567;
13493 l = (l << 16) + 0x89ab;
13494 l = (l << 16) + 0xcdef;
13495 sprintf (buf, "0x%016llx", l);
13496 return (strcmp ("0x0123456789abcdef", buf));
bc8bcb4b
MK
13497 ;
13498 return 0;
c906108c 13499}
bec39cab 13500_ACEOF
81ecdfbb 13501if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
13502 gdb_cv_printf_has_long_long=yes
13503else
81ecdfbb 13504 gdb_cv_printf_has_long_long=no
97bf5e38 13505fi
81ecdfbb
RW
13506rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13507 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 13508fi
81ecdfbb 13509
97bf5e38 13510fi
81ecdfbb
RW
13511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
13512$as_echo "$gdb_cv_printf_has_long_long" >&6; }
97bf5e38 13513if test $gdb_cv_printf_has_long_long = yes; then
bc8bcb4b 13514
81ecdfbb 13515$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
13516
13517fi
97bf5e38 13518
1a619819
LM
13519# Check if the compiler and runtime support printing decfloats.
13520
81ecdfbb
RW
13521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
13522$as_echo_n "checking for decfloat support in printf... " >&6; }
13523if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
13524 $as_echo_n "(cached) " >&6
1a619819 13525else
81ecdfbb 13526 if test "$cross_compiling" = yes; then :
1a619819
LM
13527 gdb_cv_printf_has_decfloat=no
13528else
81ecdfbb 13529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1a619819
LM
13530/* end confdefs.h. */
13531$ac_includes_default
13532int
13533main ()
13534{
13535char buf[64];
13536 _Decimal32 d32 = 1.2345df;
13537 _Decimal64 d64 = 1.2345dd;
13538 _Decimal128 d128 = 1.2345dl;
13539 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
13540 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
13541 ;
13542 return 0;
13543}
13544_ACEOF
81ecdfbb 13545if ac_fn_c_try_run "$LINENO"; then :
1a619819
LM
13546 gdb_cv_printf_has_decfloat=yes
13547else
81ecdfbb 13548 gdb_cv_printf_has_decfloat=no
1a619819 13549fi
81ecdfbb
RW
13550rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13551 conftest.$ac_objext conftest.beam conftest.$ac_ext
1a619819 13552fi
81ecdfbb 13553
1a619819 13554fi
81ecdfbb
RW
13555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
13556$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
1a619819
LM
13557if test $gdb_cv_printf_has_decfloat = yes; then
13558
81ecdfbb 13559$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
1a619819
LM
13560
13561fi
13562
bc8bcb4b
MK
13563# Check if the compiler supports the `long double' type. We can't use
13564# AC_C_LONG_DOUBLE because that one does additional checks on the
13565# constants defined in <float.h> that fail on some systems,
13566# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
97bf5e38 13567
81ecdfbb
RW
13568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
13569$as_echo_n "checking for long double support in compiler... " >&6; }
13570if test "${gdb_cv_c_long_double+set}" = set; then :
13571 $as_echo_n "(cached) " >&6
97bf5e38 13572else
81ecdfbb 13573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13574/* end confdefs.h. */
97bf5e38 13575long double foo;
bec39cab 13576_ACEOF
81ecdfbb 13577if ac_fn_c_try_compile "$LINENO"; then :
bc8bcb4b 13578 gdb_cv_c_long_double=yes
97bf5e38 13579else
81ecdfbb 13580 gdb_cv_c_long_double=no
97bf5e38 13581fi
81ecdfbb 13582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 13583fi
81ecdfbb
RW
13584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
13585$as_echo "$gdb_cv_c_long_double" >&6; }
bc8bcb4b 13586if test $gdb_cv_c_long_double = yes; then
c906108c 13587
81ecdfbb 13588$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
13589
13590fi
13591
bc8bcb4b 13592# Check if the compiler and runtime support printing long doubles.
97bf5e38 13593
81ecdfbb
RW
13594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
13595$as_echo_n "checking for long double support in printf... " >&6; }
13596if test "${gdb_cv_printf_has_long_double+set}" = set; then :
13597 $as_echo_n "(cached) " >&6
97bf5e38 13598else
81ecdfbb 13599 if test "$cross_compiling" = yes; then :
97bf5e38
MK
13600 gdb_cv_printf_has_long_double=no
13601else
81ecdfbb 13602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13603/* end confdefs.h. */
bc8bcb4b
MK
13604$ac_includes_default
13605int
13606main ()
13607{
13608char buf[16];
97bf5e38
MK
13609 long double f = 3.141592653;
13610 sprintf (buf, "%Lg", f);
13611 return (strncmp ("3.14159", buf, 7));
bc8bcb4b
MK
13612 ;
13613 return 0;
97bf5e38 13614}
bec39cab 13615_ACEOF
81ecdfbb 13616if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 13617 gdb_cv_printf_has_long_double=yes
c906108c 13618else
81ecdfbb 13619 gdb_cv_printf_has_long_double=no
c906108c 13620fi
81ecdfbb
RW
13621rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13622 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 13623fi
81ecdfbb 13624
c906108c 13625fi
81ecdfbb
RW
13626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
13627$as_echo "$gdb_cv_printf_has_long_double" >&6; }
97bf5e38 13628if test $gdb_cv_printf_has_long_double = yes; then
bc8bcb4b 13629
81ecdfbb 13630$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
13631
13632fi
97bf5e38 13633
bc8bcb4b 13634# Check if the compiler and runtime support scanning long doubles.
97bf5e38 13635
81ecdfbb
RW
13636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
13637$as_echo_n "checking for long double support in scanf... " >&6; }
13638if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
13639 $as_echo_n "(cached) " >&6
97bf5e38 13640else
81ecdfbb 13641 if test "$cross_compiling" = yes; then :
97bf5e38
MK
13642 gdb_cv_scanf_has_long_double=no
13643else
81ecdfbb 13644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13645/* end confdefs.h. */
bc8bcb4b
MK
13646#include <stdio.h>
13647int
13648main ()
13649{
13650char *buf = "3.141592653";
97bf5e38
MK
13651 long double f = 0;
13652 sscanf (buf, "%Lg", &f);
13653 return !(f > 3.14159 && f < 3.14160);
bc8bcb4b
MK
13654 ;
13655 return 0;
97bf5e38 13656}
bec39cab 13657_ACEOF
81ecdfbb 13658if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
13659 gdb_cv_scanf_has_long_double=yes
13660else
81ecdfbb 13661 gdb_cv_scanf_has_long_double=no
97bf5e38 13662fi
81ecdfbb
RW
13663rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13664 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 13665fi
81ecdfbb 13666
c906108c 13667fi
81ecdfbb
RW
13668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
13669$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
97bf5e38 13670if test $gdb_cv_scanf_has_long_double = yes; then
bc8bcb4b 13671
81ecdfbb 13672$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
13673
13674fi
c906108c 13675
438013df
AO
13676case ${host_os} in
13677aix*)
81ecdfbb
RW
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
13679$as_echo_n "checking for -bbigtoc option... " >&6; }
13680if test "${gdb_cv_bigtoc+set}" = set; then :
13681 $as_echo_n "(cached) " >&6
438013df 13682else
bec39cab 13683
438013df
AO
13684 SAVE_LDFLAGS=$LDFLAGS
13685
13686 case $GCC in
13687 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
13688 *) gdb_cv_bigtoc=-bbigtoc ;;
13689 esac
13690
13691 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
81ecdfbb 13692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13693/* end confdefs.h. */
438013df 13694
bec39cab
AC
13695int
13696main ()
13697{
438013df 13698int i;
bec39cab
AC
13699 ;
13700 return 0;
13701}
13702_ACEOF
81ecdfbb 13703if ac_fn_c_try_link "$LINENO"; then :
bec39cab 13704
81ecdfbb
RW
13705else
13706 gdb_cv_bigtoc=
438013df 13707fi
81ecdfbb
RW
13708rm -f core conftest.err conftest.$ac_objext \
13709 conftest$ac_exeext conftest.$ac_ext
ec76baa5 13710 LDFLAGS="${SAVE_LDFLAGS}"
438013df 13711
bec39cab 13712fi
81ecdfbb
RW
13713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
13714$as_echo "$gdb_cv_bigtoc" >&6; }
438013df
AO
13715 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
13716 ;;
13717esac
13718
38f6b338 13719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
f6528abd 13720$as_echo_n "checking for the dynamic export flag... " >&6; }
38f6b338
JK
13721dynamic_list=false
13722if test "${gdb_native}" = yes; then
13723 # The dynamically loaded libthread_db needs access to symbols in the gdb
13724 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
13725 # may not be supported there.
13726 old_LDFLAGS="$LDFLAGS"
13727 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
13728 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
13729 LDFLAGS="$LDFLAGS $RDYNAMIC"
13730 if test "${have_libpython}" = no; then
13731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6528abd
JK
13732/* end confdefs.h. */
13733
13734int
13735main ()
13736{
13737
13738 ;
13739 return 0;
13740}
13741_ACEOF
13742if ac_fn_c_try_link "$LINENO"; then :
3bebe2f2
JK
13743 dynamic_list=true
13744fi
13745rm -f core conftest.err conftest.$ac_objext \
13746 conftest$ac_exeext conftest.$ac_ext
38f6b338
JK
13747 else
13748 # Workaround http://bugs.python.org/issue4434 where static
13749 # libpythonX.Y.a would get its symbols required for
13750 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
13751 # Problem does not happen for the recommended libpythonX.Y.so linkage.
13752 old_CFLAGS="$CFLAGS"
13753 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
8c1fb155
JK
13754 old_LIBS="$LIBS"
13755 LIBS="$LIBS $PYTHON_LIBS"
38f6b338 13756 if test "$cross_compiling" = yes; then :
3bebe2f2 13757 true
f6528abd 13758else
3bebe2f2
JK
13759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13760/* end confdefs.h. */
13761#include "${have_libpython}/Python.h"
13762int
13763main ()
13764{
13765int err;
38f6b338
JK
13766 Py_Initialize ();
13767 err = PyRun_SimpleString ("import itertools\n");
13768 Py_Finalize ();
13769 return err == 0 ? 0 : 1;
3bebe2f2
JK
13770 ;
13771 return 0;
13772}
13773_ACEOF
13774if ac_fn_c_try_run "$LINENO"; then :
13775 dynamic_list=true
13776fi
13777rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13778 conftest.$ac_objext conftest.beam conftest.$ac_ext
13779fi
13780
8c1fb155 13781 LIBS="$old_LIBS"
38f6b338
JK
13782 CFLAGS="$old_CFLAGS"
13783 fi
13784 LDFLAGS="$old_LDFLAGS"
13785fi
13786if $dynamic_list; then
13787 found="-Wl,--dynamic-list"
13788 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
f6528abd 13789else
38f6b338
JK
13790 found="-rdynamic"
13791 RDYNAMIC="-rdynamic"
f6528abd 13792fi
f6528abd 13793
38f6b338 13794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
f6528abd 13795$as_echo "$found" >&6; }
0407b3f1 13796
f6528abd 13797
0407b3f1 13798if test ${build} = ${host} -a ${host} = ${target} ; then
c906108c 13799 case ${host_os} in
c906108c 13800 solaris*)
d92419e5
JB
13801 # See if thread_db library is around for Solaris thread debugging.
13802 # Note that we must explicitly test for version 1 of the library
13803 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
13804 # the same API.
81ecdfbb
RW
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
13806$as_echo_n "checking for Solaris thread debugging library... " >&6; }
c906108c 13807 if test -f /usr/lib/libthread_db.so.1 ; then
81ecdfbb
RW
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13809$as_echo "yes" >&6; }
60ca704f 13810
81ecdfbb 13811$as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
c906108c 13812
3483b318 13813 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
c906108c 13814 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
81ecdfbb
RW
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13816$as_echo_n "checking for dlopen in -ldl... " >&6; }
13817if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
13818 $as_echo_n "(cached) " >&6
c906108c 13819else
bec39cab 13820 ac_check_lib_save_LIBS=$LIBS
c906108c 13821LIBS="-ldl $LIBS"
81ecdfbb 13822cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
13823/* end confdefs.h. */
13824
81ecdfbb
RW
13825/* Override any GCC internal prototype to avoid an error.
13826 Use char because int might match the return type of a GCC
13827 builtin and then its argument prototype would still apply. */
bec39cab
AC
13828#ifdef __cplusplus
13829extern "C"
13830#endif
bec39cab
AC
13831char dlopen ();
13832int
13833main ()
13834{
81ecdfbb 13835return dlopen ();
bec39cab
AC
13836 ;
13837 return 0;
13838}
13839_ACEOF
81ecdfbb 13840if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
13841 ac_cv_lib_dl_dlopen=yes
13842else
81ecdfbb 13843 ac_cv_lib_dl_dlopen=no
bec39cab 13844fi
81ecdfbb
RW
13845rm -f core conftest.err conftest.$ac_objext \
13846 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
13847LIBS=$ac_check_lib_save_LIBS
13848fi
81ecdfbb
RW
13849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13850$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13851if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
bec39cab
AC
13852 cat >>confdefs.h <<_ACEOF
13853#define HAVE_LIBDL 1
13854_ACEOF
c906108c
SS
13855
13856 LIBS="-ldl $LIBS"
13857
c906108c
SS
13858fi
13859
f6528abd 13860 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
c906108c
SS
13861 # Sun randomly tweaked the prototypes in <proc_service.h>
13862 # at one point.
81ecdfbb
RW
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
13864$as_echo_n "checking if <proc_service.h> is old... " >&6; }
13865 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
13866 $as_echo_n "(cached) " >&6
c906108c 13867else
bec39cab 13868
81ecdfbb 13869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13870/* end confdefs.h. */
c906108c
SS
13871
13872 #include <proc_service.h>
13873 ps_err_e ps_pdwrite
13874 (struct ps_prochandle*, psaddr_t, const void*, size_t);
c906108c 13875
bec39cab
AC
13876int
13877main ()
13878{
13879
13880 ;
13881 return 0;
13882}
13883_ACEOF
81ecdfbb 13884if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
13885 gdb_cv_proc_service_is_old=no
13886else
81ecdfbb 13887 gdb_cv_proc_service_is_old=yes
c906108c 13888fi
81ecdfbb 13889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 13890
c906108c
SS
13891fi
13892
81ecdfbb
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
13894$as_echo "$gdb_cv_proc_service_is_old" >&6; }
c906108c 13895 if test $gdb_cv_proc_service_is_old = yes; then
60ca704f 13896
81ecdfbb 13897$as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
c906108c
SS
13898
13899 fi
13900 else
81ecdfbb
RW
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13902$as_echo "no" >&6; }
c906108c
SS
13903 fi
13904 ;;
d92419e5 13905 aix*)
81ecdfbb
RW
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
13907$as_echo_n "checking for AiX thread debugging library... " >&6; }
13908 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
13909 $as_echo_n "(cached) " >&6
bec39cab 13910else
81ecdfbb 13911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13912/* end confdefs.h. */
d92419e5 13913#include <sys/pthdebug.h>
bec39cab
AC
13914int
13915main ()
13916{
d92419e5
JB
13917#ifndef PTHDB_VERSION_3
13918 #error
13919 #endif
bec39cab
AC
13920 ;
13921 return 0;
13922}
13923_ACEOF
81ecdfbb 13924if ac_fn_c_try_compile "$LINENO"; then :
d92419e5
JB
13925 gdb_cv_have_aix_thread_debug=yes
13926else
81ecdfbb 13927 gdb_cv_have_aix_thread_debug=no
d92419e5 13928fi
81ecdfbb 13929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d92419e5
JB
13930fi
13931
81ecdfbb
RW
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
13933$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
d92419e5
JB
13934 if test $gdb_cv_have_aix_thread_debug = yes; then
13935 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
3483b318 13936 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
7f533142 13937 LIBS="$LIBS -lpthdebug"
d645e32e
JB
13938
13939 # Older versions of AIX do not provide the declaration for
13940 # the getthrds function (it appears that it was introduced
13941 # with AIX 6.x).
13942 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
13943"
13944if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
13945 ac_have_decl=1
13946else
13947 ac_have_decl=0
13948fi
13949
13950cat >>confdefs.h <<_ACEOF
13951#define HAVE_DECL_GETTHRDS $ac_have_decl
13952_ACEOF
13953
d92419e5
JB
13954 fi
13955 ;;
c906108c 13956 esac
bec39cab 13957
c906108c
SS
13958fi
13959
3f47be5c 13960if test "x$ac_cv_header_thread_db_h" = "xyes"; then
81ecdfbb
RW
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
13962$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
13963if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
13964 $as_echo_n "(cached) " >&6
bec39cab 13965else
81ecdfbb 13966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13967/* end confdefs.h. */
3f47be5c 13968#include <thread_db.h>
bec39cab
AC
13969int
13970main ()
13971{
3f47be5c 13972int i = TD_NOTALLOC;
bec39cab
AC
13973 ;
13974 return 0;
13975}
13976_ACEOF
81ecdfbb 13977if ac_fn_c_try_compile "$LINENO"; then :
3f47be5c
EZ
13978 gdb_cv_thread_db_h_has_td_notalloc=yes
13979else
81ecdfbb 13980 gdb_cv_thread_db_h_has_td_notalloc=no
bec39cab 13981
3f47be5c 13982fi
81ecdfbb 13983rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3f47be5c 13984
bec39cab 13985fi
81ecdfbb
RW
13986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
13987$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
13989$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
13990if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
13991 $as_echo_n "(cached) " >&6
59f80f10 13992else
81ecdfbb 13993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
13994/* end confdefs.h. */
13995#include <thread_db.h>
13996int
13997main ()
13998{
13999int i = TD_VERSION;
14000 ;
14001 return 0;
14002}
14003_ACEOF
81ecdfbb 14004if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
14005 gdb_cv_thread_db_h_has_td_version=yes
14006else
81ecdfbb 14007 gdb_cv_thread_db_h_has_td_version=no
59f80f10
DJ
14008
14009fi
81ecdfbb 14010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
14011
14012fi
81ecdfbb
RW
14013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
14014$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
14016$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
14017if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
14018 $as_echo_n "(cached) " >&6
59f80f10 14019else
81ecdfbb 14020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
14021/* end confdefs.h. */
14022#include <thread_db.h>
14023int
14024main ()
14025{
14026int i = TD_NOTLS;
14027 ;
14028 return 0;
14029}
14030_ACEOF
81ecdfbb 14031if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
14032 gdb_cv_thread_db_h_has_td_notls=yes
14033else
81ecdfbb 14034 gdb_cv_thread_db_h_has_td_notls=no
59f80f10
DJ
14035
14036fi
81ecdfbb 14037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
14038
14039fi
81ecdfbb
RW
14040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
14041$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
3f47be5c
EZ
14042fi
14043if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
bec39cab 14044
81ecdfbb 14045$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
3f47be5c 14046
59f80f10
DJ
14047fi
14048if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
14049
81ecdfbb 14050$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
59f80f10
DJ
14051
14052fi
14053if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
14054
81ecdfbb 14055$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
59f80f10 14056
3f47be5c
EZ
14057fi
14058
81ecdfbb
RW
14059ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
14060"
14061if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
14062 ac_have_decl=1
10568435 14063else
81ecdfbb 14064 ac_have_decl=0
10568435 14065fi
10568435
JK
14066
14067cat >>confdefs.h <<_ACEOF
81ecdfbb 14068#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
10568435
JK
14069_ACEOF
14070
14071
81ecdfbb
RW
14072if test "$cross_compiling" = yes; then :
14073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
14074/* end confdefs.h. */
14075#include <sys/personality.h>
14076int
14077main ()
14078{
14079
14080# if !HAVE_DECL_ADDR_NO_RANDOMIZE
14081# define ADDR_NO_RANDOMIZE 0x0040000
14082# endif
14083 /* Test the flag could be set and stays set. */
14084 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
14085 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
14086 return 1
14087 ;
14088 return 0;
14089}
14090_ACEOF
81ecdfbb 14091if ac_fn_c_try_link "$LINENO"; then :
10568435
JK
14092 have_personality=true
14093else
81ecdfbb 14094 have_personality=false
10568435 14095fi
81ecdfbb
RW
14096rm -f core conftest.err conftest.$ac_objext \
14097 conftest$ac_exeext conftest.$ac_ext
10568435 14098else
81ecdfbb 14099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
14100/* end confdefs.h. */
14101#include <sys/personality.h>
14102int
14103main ()
14104{
14105
14106# if !HAVE_DECL_ADDR_NO_RANDOMIZE
14107# define ADDR_NO_RANDOMIZE 0x0040000
14108# endif
14109 /* Test the flag could be set and stays set. */
14110 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
14111 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
14112 return 1
14113 ;
14114 return 0;
14115}
14116_ACEOF
81ecdfbb 14117if ac_fn_c_try_run "$LINENO"; then :
10568435
JK
14118 have_personality=true
14119else
81ecdfbb 14120 have_personality=false
10568435 14121fi
81ecdfbb
RW
14122rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14123 conftest.$ac_objext conftest.beam conftest.$ac_ext
10568435 14124fi
81ecdfbb 14125
10568435
JK
14126if $have_personality
14127then
14128
81ecdfbb 14129$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
10568435
JK
14130
14131fi
14132
e655c1a2
PA
14133case $host_os in
14134 go32* | *djgpp*)
14135 gdbinit=gdb.ini
14136 ;;
14137 *)
14138 gdbinit=.gdbinit
14139 ;;
14140esac
14141
14142cat >>confdefs.h <<_ACEOF
14143#define GDBINIT "$gdbinit"
14144_ACEOF
14145
14146
fb40c209 14147
f83d8a90
DE
14148# Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
14149# except that the argument to --with-sysroot is optional.
14150# --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
14151if test "x$with_sysroot" = xyes; then
14152 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
14153fi
bec39cab 14154
81ecdfbb
RW
14155# Check whether --with-sysroot was given.
14156if test "${with_sysroot+set}" = set; then :
f83d8a90
DE
14157 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
14158else
14159 TARGET_SYSTEM_ROOT=
14160fi
030292b7 14161
030292b7 14162
f83d8a90
DE
14163 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
14164 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14165 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
14166 ac_define_dir=`eval echo $ac_define_dir`
030292b7 14167
f83d8a90
DE
14168cat >>confdefs.h <<_ACEOF
14169#define TARGET_SYSTEM_ROOT "$ac_define_dir"
14170_ACEOF
bec39cab 14171
030292b7 14172
b14b1491 14173
f83d8a90
DE
14174
14175 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
14176 if test "x$prefix" = xNONE; then
14177 test_prefix=/usr/local
14178 else
14179 test_prefix=$prefix
14180 fi
14181 else
14182 test_prefix=$exec_prefix
14183 fi
14184 value=0
14185 case ${ac_define_dir} in
14186 "${test_prefix}"|"${test_prefix}/"*|\
14187 '${exec_prefix}'|'${exec_prefix}/'*)
14188 value=1
14189 ;;
14190 esac
14191
14192cat >>confdefs.h <<_ACEOF
14193#define TARGET_SYSTEM_ROOT_RELOCATABLE $value
14194_ACEOF
030292b7
DJ
14195
14196
14197
16e7150e 14198
16e7150e 14199
81ecdfbb
RW
14200# Check whether --with-system-gdbinit was given.
14201if test "${with_system_gdbinit+set}" = set; then :
14202 withval=$with_system_gdbinit;
b14b1491
TT
14203 SYSTEM_GDBINIT=$withval
14204else
14205 SYSTEM_GDBINIT=
81ecdfbb
RW
14206fi
14207
16e7150e
JG
14208
14209 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
14210 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 14211 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
16e7150e
JG
14212 ac_define_dir=`eval echo $ac_define_dir`
14213
14214cat >>confdefs.h <<_ACEOF
14215#define SYSTEM_GDBINIT "$ac_define_dir"
14216_ACEOF
14217
14218
14219
0c4a4063 14220
b14b1491
TT
14221 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
14222 if test "x$prefix" = xNONE; then
14223 test_prefix=/usr/local
14224 else
14225 test_prefix=$prefix
14226 fi
14227 else
14228 test_prefix=$exec_prefix
14229 fi
14230 value=0
14231 case ${ac_define_dir} in
14232 "${test_prefix}"|"${test_prefix}/"*|\
14233 '${exec_prefix}'|'${exec_prefix}/'*)
14234 value=1
14235 ;;
14236 esac
16e7150e 14237
b14b1491
TT
14238cat >>confdefs.h <<_ACEOF
14239#define SYSTEM_GDBINIT_RELOCATABLE $value
16e7150e
JG
14240_ACEOF
14241
b14b1491 14242
16e7150e 14243
0c4a4063 14244
b835bb52 14245
81ecdfbb
RW
14246# Check whether --enable-werror was given.
14247if test "${enable_werror+set}" = set; then :
14248 enableval=$enable_werror; case "${enableval}" in
094a342e
MK
14249 yes | y) ERROR_ON_WARNING="yes" ;;
14250 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 14251 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
094a342e 14252 esac
81ecdfbb
RW
14253fi
14254
094a342e 14255
9a084706
PA
14256# Enable -Werror by default when using gcc. Turn it off for releases.
14257if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
094a342e
MK
14258 ERROR_ON_WARNING=yes
14259fi
14260
14261WERROR_CFLAGS=""
14262if test "${ERROR_ON_WARNING}" = yes ; then
14263 WERROR_CFLAGS="-Werror"
14264fi
14265
3bc3d82a 14266# These options work in either C or C++ modes.
aac331e4 14267build_warnings="-Wall -Wpointer-arith \
1cb5e2a4 14268-Wno-unused -Wunused-value -Wunused-function \
aac331e4
PA
14269-Wno-switch -Wno-char-subscripts \
14270-Wempty-body"
a3b362c4 14271
3bc3d82a
PA
14272# Now add in C and C++ specific options, depending on mode.
14273if test "$enable_build_with_cxx" = "yes"; then
14274 build_warnings="$build_warnings -Wno-sign-compare -Wno-write-strings \
14275-Wno-narrowing"
14276else
aac331e4
PA
14277 build_warnings="$build_warnings -Wpointer-sign -Wmissing-prototypes \
14278-Wdeclaration-after-statement -Wmissing-parameter-type \
14279-Wold-style-declaration -Wold-style-definition"
3bc3d82a
PA
14280fi
14281
3526781e
DJ
14282# Enable -Wno-format by default when using gcc on mingw since many
14283# GCC versions complain about %I64.
14284case "${host}" in
14285 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 14286 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
3526781e
DJ
14287esac
14288
81ecdfbb
RW
14289# Check whether --enable-build-warnings was given.
14290if test "${enable_build_warnings+set}" = set; then :
14291 enableval=$enable_build_warnings; case "${enableval}" in
c906108c
SS
14292 yes) ;;
14293 no) build_warnings="-w";;
14294 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14295 build_warnings="${build_warnings} ${t}";;
14296 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14297 build_warnings="${t} ${build_warnings}";;
14298 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
14299esac
d4f3574e 14300if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 14301 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 14302fi
81ecdfbb
RW
14303fi
14304# Check whether --enable-gdb-build-warnings was given.
14305if test "${enable_gdb_build_warnings+set}" = set; then :
14306 enableval=$enable_gdb_build_warnings; case "${enableval}" in
3b851bce
AC
14307 yes) ;;
14308 no) build_warnings="-w";;
14309 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14310 build_warnings="${build_warnings} ${t}";;
14311 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14312 build_warnings="${t} ${build_warnings}";;
14313 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
14314esac
14315if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
14316 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
14317fi
81ecdfbb 14318fi
3bc3d82a
PA
14319
14320# The set of warnings supported by a C++ compiler is not the same as
14321# of the C compiler.
14322if test "$enable_build_with_cxx" = "yes"; then
14323 ac_ext=cpp
14324ac_cpp='$CXXCPP $CPPFLAGS'
14325ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14328
14329fi
14330
81ecdfbb 14331WARN_CFLAGS=""
c906108c
SS
14332if test "x${build_warnings}" != x -a "x$GCC" = xyes
14333then
81ecdfbb
RW
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
14335$as_echo_n "checking compiler warning flags... " >&6; }
746a987d
AC
14336 # Separate out the -Werror flag as some files just cannot be
14337 # compiled with it enabled.
14338 for w in ${build_warnings}; do
7544db95
PA
14339 # GCC does not complain about -Wno-unknown-warning. Invert
14340 # and test -Wunknown-warning instead.
14341 case $w in
14342 -Wno-*)
14343 wtest=`echo $w | sed 's/-Wno-/-W/g'` ;;
14344 *)
14345 wtest=$w ;;
14346 esac
14347
746a987d
AC
14348 case $w in
14349 -Werr*) WERROR_CFLAGS=-Werror ;;
3bc3d82a
PA
14350 *)
14351 # Check whether GCC accepts it.
4536bbc6 14352 saved_CFLAGS="$CFLAGS"
7544db95 14353 CFLAGS="$CFLAGS $wtest"
3bc3d82a 14354 saved_CXXFLAGS="$CXXFLAGS"
7544db95 14355 CXXFLAGS="$CXXFLAGS $wtest"
54019719 14356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14357/* end confdefs.h. */
4536bbc6 14358
bec39cab
AC
14359int
14360main ()
14361{
4536bbc6 14362
bec39cab
AC
14363 ;
14364 return 0;
14365}
14366_ACEOF
3bc3d82a 14367if ac_fn_cxx_try_compile "$LINENO"; then :
4536bbc6 14368 WARN_CFLAGS="${WARN_CFLAGS} $w"
4536bbc6 14369fi
81ecdfbb 14370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536bbc6 14371 CFLAGS="$saved_CFLAGS"
3bc3d82a 14372 CXXFLAGS="$saved_CXXFLAGS"
746a987d
AC
14373 esac
14374 done
81ecdfbb
RW
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
14376$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
14377fi
14378
14379
104c1213 14380
3bc3d82a
PA
14381if test "$enable_build_with_cxx" = "yes"; then
14382 ac_ext=c
14383ac_cpp='$CPP $CPPFLAGS'
14384ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14385ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14386ac_compiler_gnu=$ac_cv_c_compiler_gnu
14387
14388fi
14389
b835bb52 14390
7a292a7a 14391# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
14392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
14393$as_echo_n "checking for cygwin... " >&6; }
14394if test "${gdb_cv_os_cygwin+set}" = set; then :
14395 $as_echo_n "(cached) " >&6
bec39cab 14396else
81ecdfbb 14397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14398/* end confdefs.h. */
7a292a7a
SS
14399
14400#if defined (__CYGWIN__) || defined (__CYGWIN32__)
14401lose
14402#endif
bec39cab 14403_ACEOF
7a292a7a 14404if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
92a021de 14405 $EGREP "^lose$" >/dev/null 2>&1; then :
7a292a7a
SS
14406 gdb_cv_os_cygwin=yes
14407else
7a292a7a
SS
14408 gdb_cv_os_cygwin=no
14409fi
14410rm -f conftest*
14411
14412fi
81ecdfbb
RW
14413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
14414$as_echo "$gdb_cv_os_cygwin" >&6; }
7a292a7a 14415
aff38e61 14416
3eb25fda 14417SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
aff38e61 14418case ${host} in
95cbc983
AC
14419 *go32* ) SER_HARDWIRE=ser-go32.o ;;
14420 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
0ea3f30e 14421 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
aff38e61
AC
14422esac
14423
14424
cd0fc7c3
SS
14425# libreadline needs libuser32.a in a cygwin environment
14426WIN32LIBS=
14427if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
14428 WIN32LIBS="-luser32"
14429 case "${target}" in
14430 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
14431 ;;
14432 esac
cd0fc7c3 14433fi
c906108c 14434
b4505029
MM
14435# The ser-tcp.c module requires sockets.
14436case ${host} in
14437 *mingw32*)
14438
81ecdfbb 14439$as_echo "#define USE_WIN32API 1" >>confdefs.h
b4505029
MM
14440
14441 WIN32LIBS="$WIN32LIBS -lws2_32"
14442 ;;
14443esac
14444
7a292a7a 14445
31d99776 14446# Add ELF support to GDB, but only if BFD includes ELF support.
def63ff0
TT
14447
14448 OLD_CFLAGS=$CFLAGS
14449 OLD_LDFLAGS=$LDFLAGS
14450 OLD_LIBS=$LIBS
14451 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
14452 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
14453 # always want our bfd.
14454 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
5a2d4533
L
14455 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
14456 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
def63ff0 14457 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
711a72d3 14458 LIBS="-lbfd -liberty -lz $intl $LIBS"
def63ff0 14459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
81ecdfbb
RW
14460$as_echo_n "checking for ELF support in BFD... " >&6; }
14461if test "${gdb_cv_var_elf+set}" = set; then :
14462 $as_echo_n "(cached) " >&6
31d99776 14463else
81ecdfbb 14464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31d99776
DJ
14465/* end confdefs.h. */
14466#include <stdlib.h>
def63ff0
TT
14467 #include "bfd.h"
14468 #include "elf-bfd.h"
31d99776
DJ
14469
14470int
14471main ()
14472{
def63ff0 14473return bfd_get_elf_phdr_upper_bound (NULL);
31d99776
DJ
14474 ;
14475 return 0;
14476}
14477_ACEOF
81ecdfbb 14478if ac_fn_c_try_link "$LINENO"; then :
31d99776
DJ
14479 gdb_cv_var_elf=yes
14480else
81ecdfbb 14481 gdb_cv_var_elf=no
31d99776 14482fi
81ecdfbb
RW
14483rm -f core conftest.err conftest.$ac_objext \
14484 conftest$ac_exeext conftest.$ac_ext
31d99776 14485fi
81ecdfbb
RW
14486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
14487$as_echo "$gdb_cv_var_elf" >&6; }
def63ff0
TT
14488 CFLAGS=$OLD_CFLAGS
14489 LDFLAGS=$OLD_LDFLAGS
14490 LIBS=$OLD_LIBS
31d99776 14491if test $gdb_cv_var_elf = yes; then
d4777acb 14492 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o dtrace-probe.o"
31d99776 14493
81ecdfbb 14494$as_echo "#define HAVE_ELF 1" >>confdefs.h
31d99776 14495
075ff26d
JK
14496 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
14497 if test "$plugins" = "yes"; then
a48b32c0
L
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
14499$as_echo_n "checking for library containing dlopen... " >&6; }
14500if test "${ac_cv_search_dlopen+set}" = set; then :
14501 $as_echo_n "(cached) " >&6
14502else
14503 ac_func_search_save_LIBS=$LIBS
14504cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14505/* end confdefs.h. */
14506
14507/* Override any GCC internal prototype to avoid an error.
14508 Use char because int might match the return type of a GCC
14509 builtin and then its argument prototype would still apply. */
14510#ifdef __cplusplus
14511extern "C"
14512#endif
14513char dlopen ();
14514int
14515main ()
14516{
14517return dlopen ();
14518 ;
14519 return 0;
14520}
14521_ACEOF
14522for ac_lib in '' dl; do
14523 if test -z "$ac_lib"; then
14524 ac_res="none required"
14525 else
14526 ac_res=-l$ac_lib
14527 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14528 fi
14529 if ac_fn_c_try_link "$LINENO"; then :
14530 ac_cv_search_dlopen=$ac_res
14531fi
14532rm -f core conftest.err conftest.$ac_objext \
14533 conftest$ac_exeext
14534 if test "${ac_cv_search_dlopen+set}" = set; then :
14535 break
14536fi
14537done
14538if test "${ac_cv_search_dlopen+set}" = set; then :
14539
14540else
14541 ac_cv_search_dlopen=no
14542fi
14543rm conftest.$ac_ext
14544LIBS=$ac_func_search_save_LIBS
14545fi
14546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
14547$as_echo "$ac_cv_search_dlopen" >&6; }
14548ac_res=$ac_cv_search_dlopen
14549if test "$ac_res" != no; then :
14550 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14551
14552fi
14553
075ff26d 14554 fi
31d99776 14555fi
31d99776 14556
4f05add4
TT
14557# Add macho support to GDB, but only if BFD includes it.
14558
14559 OLD_CFLAGS=$CFLAGS
14560 OLD_LDFLAGS=$LDFLAGS
14561 OLD_LIBS=$LIBS
14562 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
14563 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
14564 # always want our bfd.
14565 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
5a2d4533
L
14566 ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
14567 LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
4f05add4 14568 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
711a72d3 14569 LIBS="-lbfd -liberty -lz $intl $LIBS"
4f05add4
TT
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
14571$as_echo_n "checking for Mach-O support in BFD... " >&6; }
14572if test "${gdb_cv_var_macho+set}" = set; then :
14573 $as_echo_n "(cached) " >&6
14574else
14575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14576/* end confdefs.h. */
14577#include <stdlib.h>
14578 #include "bfd.h"
14579 #include "mach-o.h"
14580
14581int
14582main ()
14583{
14584return bfd_mach_o_lookup_command (NULL, 0, NULL);
14585 ;
14586 return 0;
14587}
14588_ACEOF
14589if ac_fn_c_try_link "$LINENO"; then :
14590 gdb_cv_var_macho=yes
14591else
14592 gdb_cv_var_macho=no
14593fi
14594rm -f core conftest.err conftest.$ac_objext \
14595 conftest$ac_exeext conftest.$ac_ext
14596fi
14597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
14598$as_echo "$gdb_cv_var_macho" >&6; }
14599 CFLAGS=$OLD_CFLAGS
14600 LDFLAGS=$OLD_LDFLAGS
14601 LIBS=$OLD_LIBS
14602if test $gdb_cv_var_macho = yes; then
14603 CONFIG_OBS="$CONFIG_OBS machoread.o"
14604fi
14605
121ce6e5
DJ
14606# Add any host-specific objects to GDB.
14607CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
14608
608e2dbb
TT
14609# If building on ELF, look for lzma support for embedded compressed debug info.
14610if test $gdb_cv_var_elf = yes; then
14611
14612# Check whether --with-lzma was given.
14613if test "${with_lzma+set}" = set; then :
14614 withval=$with_lzma;
14615else
14616 with_lzma=auto
14617fi
14618
14619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
14620$as_echo_n "checking whether to use lzma... " >&6; }
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
14622$as_echo "$with_lzma" >&6; }
14623
14624 if test "${with_lzma}" != no; then
14625
14626
14627
14628
14629
14630
14631
14632
14633 use_additional=yes
14634
14635 acl_save_prefix="$prefix"
14636 prefix="$acl_final_prefix"
14637 acl_save_exec_prefix="$exec_prefix"
14638 exec_prefix="$acl_final_exec_prefix"
14639
14640 eval additional_includedir=\"$includedir\"
14641 eval additional_libdir=\"$libdir\"
14642
14643 exec_prefix="$acl_save_exec_prefix"
14644 prefix="$acl_save_prefix"
14645
14646
14647# Check whether --with-liblzma-prefix was given.
14648if test "${with_liblzma_prefix+set}" = set; then :
14649 withval=$with_liblzma_prefix;
14650 if test "X$withval" = "Xno"; then
14651 use_additional=no
14652 else
14653 if test "X$withval" = "X"; then
14654
14655 acl_save_prefix="$prefix"
14656 prefix="$acl_final_prefix"
14657 acl_save_exec_prefix="$exec_prefix"
14658 exec_prefix="$acl_final_exec_prefix"
14659
14660 eval additional_includedir=\"$includedir\"
14661 eval additional_libdir=\"$libdir\"
14662
14663 exec_prefix="$acl_save_exec_prefix"
14664 prefix="$acl_save_prefix"
14665
14666 else
14667 additional_includedir="$withval/include"
14668 additional_libdir="$withval/lib"
14669 fi
14670 fi
14671
14672fi
14673
14674 LIBLZMA=
14675 LTLIBLZMA=
14676 INCLZMA=
14677 rpathdirs=
14678 ltrpathdirs=
14679 names_already_handled=
14680 names_next_round='lzma '
14681 while test -n "$names_next_round"; do
14682 names_this_round="$names_next_round"
14683 names_next_round=
14684 for name in $names_this_round; do
14685 already_handled=
14686 for n in $names_already_handled; do
14687 if test "$n" = "$name"; then
14688 already_handled=yes
14689 break
14690 fi
14691 done
14692 if test -z "$already_handled"; then
14693 names_already_handled="$names_already_handled $name"
14694 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14695 eval value=\"\$HAVE_LIB$uppername\"
14696 if test -n "$value"; then
14697 if test "$value" = yes; then
14698 eval value=\"\$LIB$uppername\"
14699 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
14700 eval value=\"\$LTLIB$uppername\"
14701 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
14702 else
14703 :
14704 fi
14705 else
14706 found_dir=
14707 found_la=
14708 found_so=
14709 found_a=
14710 if test $use_additional = yes; then
14711 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
14712 found_dir="$additional_libdir"
14713 found_so="$additional_libdir/lib$name.$shlibext"
14714 if test -f "$additional_libdir/lib$name.la"; then
14715 found_la="$additional_libdir/lib$name.la"
14716 fi
14717 else
14718 if test -f "$additional_libdir/lib$name.$libext"; then
14719 found_dir="$additional_libdir"
14720 found_a="$additional_libdir/lib$name.$libext"
14721 if test -f "$additional_libdir/lib$name.la"; then
14722 found_la="$additional_libdir/lib$name.la"
14723 fi
14724 fi
14725 fi
14726 fi
14727 if test "X$found_dir" = "X"; then
14728 for x in $LDFLAGS $LTLIBLZMA; do
14729
14730 acl_save_prefix="$prefix"
14731 prefix="$acl_final_prefix"
14732 acl_save_exec_prefix="$exec_prefix"
14733 exec_prefix="$acl_final_exec_prefix"
14734 eval x=\"$x\"
14735 exec_prefix="$acl_save_exec_prefix"
14736 prefix="$acl_save_prefix"
14737
14738 case "$x" in
14739 -L*)
14740 dir=`echo "X$x" | sed -e 's/^X-L//'`
14741 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
14742 found_dir="$dir"
14743 found_so="$dir/lib$name.$shlibext"
14744 if test -f "$dir/lib$name.la"; then
14745 found_la="$dir/lib$name.la"
14746 fi
14747 else
14748 if test -f "$dir/lib$name.$libext"; then
14749 found_dir="$dir"
14750 found_a="$dir/lib$name.$libext"
14751 if test -f "$dir/lib$name.la"; then
14752 found_la="$dir/lib$name.la"
14753 fi
14754 fi
14755 fi
14756 ;;
14757 esac
14758 if test "X$found_dir" != "X"; then
14759 break
14760 fi
14761 done
14762 fi
14763 if test "X$found_dir" != "X"; then
14764 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
14765 if test "X$found_so" != "X"; then
14766 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14767 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
14768 else
14769 haveit=
14770 for x in $ltrpathdirs; do
14771 if test "X$x" = "X$found_dir"; then
14772 haveit=yes
14773 break
14774 fi
14775 done
14776 if test -z "$haveit"; then
14777 ltrpathdirs="$ltrpathdirs $found_dir"
14778 fi
14779 if test "$hardcode_direct" = yes; then
14780 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
14781 else
14782 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14783 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
14784 haveit=
14785 for x in $rpathdirs; do
14786 if test "X$x" = "X$found_dir"; then
14787 haveit=yes
14788 break
14789 fi
14790 done
14791 if test -z "$haveit"; then
14792 rpathdirs="$rpathdirs $found_dir"
14793 fi
14794 else
14795 haveit=
14796 for x in $LDFLAGS $LIBLZMA; do
14797
14798 acl_save_prefix="$prefix"
14799 prefix="$acl_final_prefix"
14800 acl_save_exec_prefix="$exec_prefix"
14801 exec_prefix="$acl_final_exec_prefix"
14802 eval x=\"$x\"
14803 exec_prefix="$acl_save_exec_prefix"
14804 prefix="$acl_save_prefix"
14805
14806 if test "X$x" = "X-L$found_dir"; then
14807 haveit=yes
14808 break
14809 fi
14810 done
14811 if test -z "$haveit"; then
14812 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
14813 fi
14814 if test "$hardcode_minus_L" != no; then
14815 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
14816 else
14817 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
14818 fi
14819 fi
14820 fi
14821 fi
14822 else
14823 if test "X$found_a" != "X"; then
14824 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
14825 else
14826 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
14827 fi
14828 fi
14829 additional_includedir=
14830 case "$found_dir" in
14831 */lib | */lib/)
14832 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14833 additional_includedir="$basedir/include"
14834 ;;
14835 esac
14836 if test "X$additional_includedir" != "X"; then
14837 if test "X$additional_includedir" != "X/usr/include"; then
14838 haveit=
14839 if test "X$additional_includedir" = "X/usr/local/include"; then
14840 if test -n "$GCC"; then
14841 case $host_os in
14842 linux*) haveit=yes;;
14843 esac
14844 fi
14845 fi
14846 if test -z "$haveit"; then
14847 for x in $CPPFLAGS $INCLZMA; do
14848
14849 acl_save_prefix="$prefix"
14850 prefix="$acl_final_prefix"
14851 acl_save_exec_prefix="$exec_prefix"
14852 exec_prefix="$acl_final_exec_prefix"
14853 eval x=\"$x\"
14854 exec_prefix="$acl_save_exec_prefix"
14855 prefix="$acl_save_prefix"
14856
14857 if test "X$x" = "X-I$additional_includedir"; then
14858 haveit=yes
14859 break
14860 fi
14861 done
14862 if test -z "$haveit"; then
14863 if test -d "$additional_includedir"; then
14864 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
14865 fi
14866 fi
14867 fi
14868 fi
14869 fi
14870 if test -n "$found_la"; then
14871 save_libdir="$libdir"
14872 case "$found_la" in
14873 */* | *\\*) . "$found_la" ;;
14874 *) . "./$found_la" ;;
14875 esac
14876 libdir="$save_libdir"
14877 for dep in $dependency_libs; do
14878 case "$dep" in
14879 -L*)
14880 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14881 if test "X$additional_libdir" != "X/usr/lib"; then
14882 haveit=
14883 if test "X$additional_libdir" = "X/usr/local/lib"; then
14884 if test -n "$GCC"; then
14885 case $host_os in
14886 linux*) haveit=yes;;
14887 esac
14888 fi
14889 fi
14890 if test -z "$haveit"; then
14891 haveit=
14892 for x in $LDFLAGS $LIBLZMA; do
14893
14894 acl_save_prefix="$prefix"
14895 prefix="$acl_final_prefix"
14896 acl_save_exec_prefix="$exec_prefix"
14897 exec_prefix="$acl_final_exec_prefix"
14898 eval x=\"$x\"
14899 exec_prefix="$acl_save_exec_prefix"
14900 prefix="$acl_save_prefix"
14901
14902 if test "X$x" = "X-L$additional_libdir"; then
14903 haveit=yes
14904 break
14905 fi
14906 done
14907 if test -z "$haveit"; then
14908 if test -d "$additional_libdir"; then
14909 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
14910 fi
14911 fi
14912 haveit=
14913 for x in $LDFLAGS $LTLIBLZMA; do
14914
14915 acl_save_prefix="$prefix"
14916 prefix="$acl_final_prefix"
14917 acl_save_exec_prefix="$exec_prefix"
14918 exec_prefix="$acl_final_exec_prefix"
14919 eval x=\"$x\"
14920 exec_prefix="$acl_save_exec_prefix"
14921 prefix="$acl_save_prefix"
14922
14923 if test "X$x" = "X-L$additional_libdir"; then
14924 haveit=yes
14925 break
14926 fi
14927 done
14928 if test -z "$haveit"; then
14929 if test -d "$additional_libdir"; then
14930 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
14931 fi
14932 fi
14933 fi
14934 fi
14935 ;;
14936 -R*)
14937 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14938 if test "$enable_rpath" != no; then
14939 haveit=
14940 for x in $rpathdirs; do
14941 if test "X$x" = "X$dir"; then
14942 haveit=yes
14943 break
14944 fi
14945 done
14946 if test -z "$haveit"; then
14947 rpathdirs="$rpathdirs $dir"
14948 fi
14949 haveit=
14950 for x in $ltrpathdirs; do
14951 if test "X$x" = "X$dir"; then
14952 haveit=yes
14953 break
14954 fi
14955 done
14956 if test -z "$haveit"; then
14957 ltrpathdirs="$ltrpathdirs $dir"
14958 fi
14959 fi
14960 ;;
14961 -l*)
14962 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14963 ;;
14964 *.la)
14965 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14966 ;;
14967 *)
14968 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
14969 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
14970 ;;
14971 esac
14972 done
14973 fi
14974 else
14975 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
14976 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
14977 fi
14978 fi
14979 fi
14980 done
14981 done
14982 if test "X$rpathdirs" != "X"; then
14983 if test -n "$hardcode_libdir_separator"; then
14984 alldirs=
14985 for found_dir in $rpathdirs; do
14986 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14987 done
14988 acl_save_libdir="$libdir"
14989 libdir="$alldirs"
14990 eval flag=\"$hardcode_libdir_flag_spec\"
14991 libdir="$acl_save_libdir"
14992 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
14993 else
14994 for found_dir in $rpathdirs; do
14995 acl_save_libdir="$libdir"
14996 libdir="$found_dir"
14997 eval flag=\"$hardcode_libdir_flag_spec\"
14998 libdir="$acl_save_libdir"
14999 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
15000 done
15001 fi
15002 fi
15003 if test "X$ltrpathdirs" != "X"; then
15004 for found_dir in $ltrpathdirs; do
15005 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
15006 done
15007 fi
15008
15009
15010 ac_save_CPPFLAGS="$CPPFLAGS"
15011
15012 for element in $INCLZMA; do
15013 haveit=
15014 for x in $CPPFLAGS; do
15015
15016 acl_save_prefix="$prefix"
15017 prefix="$acl_final_prefix"
15018 acl_save_exec_prefix="$exec_prefix"
15019 exec_prefix="$acl_final_exec_prefix"
15020 eval x=\"$x\"
15021 exec_prefix="$acl_save_exec_prefix"
15022 prefix="$acl_save_prefix"
15023
15024 if test "X$x" = "X$element"; then
15025 haveit=yes
15026 break
15027 fi
15028 done
15029 if test -z "$haveit"; then
15030 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15031 fi
15032 done
15033
15034
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
15036$as_echo_n "checking for liblzma... " >&6; }
15037if test "${ac_cv_liblzma+set}" = set; then :
15038 $as_echo_n "(cached) " >&6
15039else
15040
15041 ac_save_LIBS="$LIBS"
15042 LIBS="$LIBS $LIBLZMA"
15043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15044/* end confdefs.h. */
15045#include "lzma.h"
15046int
15047main ()
15048{
15049lzma_index_iter iter;
15050 lzma_index_iter_init (&iter, 0);
15051 lzma_mf_is_supported (LZMA_MF_HC3);
15052 ;
15053 return 0;
15054}
15055_ACEOF
15056if ac_fn_c_try_link "$LINENO"; then :
15057 ac_cv_liblzma=yes
15058else
15059 ac_cv_liblzma=no
15060fi
15061rm -f core conftest.err conftest.$ac_objext \
15062 conftest$ac_exeext conftest.$ac_ext
15063 LIBS="$ac_save_LIBS"
15064
15065fi
15066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
15067$as_echo "$ac_cv_liblzma" >&6; }
15068 if test "$ac_cv_liblzma" = yes; then
15069 HAVE_LIBLZMA=yes
15070
15071$as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
15072
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
15074$as_echo_n "checking how to link with liblzma... " >&6; }
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
15076$as_echo "$LIBLZMA" >&6; }
15077 else
15078 HAVE_LIBLZMA=no
15079 CPPFLAGS="$ac_save_CPPFLAGS"
15080 LIBLZMA=
15081 LTLIBLZMA=
15082 fi
15083
15084
15085
15086
15087
15088
15089 if test "$HAVE_LIBLZMA" != yes; then
15090 if test "$with_lzma" = yes; then
15091 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
15092 fi
15093 fi
15094 fi
15095fi
15096
3fc11d3e
JM
15097LIBGUI="../libgui/src/libgui.a"
15098GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
15099
15100
7a292a7a 15101
3fc11d3e
JM
15102WIN32LDAPP=
15103
15104
15105
d91670b9 15106case "${host}" in
686a5eed 15107*-*-cygwin* | *-*-mingw* )
d91670b9
CV
15108 configdir="win"
15109 ;;
15110*)
15111 configdir="unix"
15112 ;;
15113esac
3fc11d3e
JM
15114
15115GDBTKLIBS=
15116if test "${enable_gdbtk}" = "yes"; then
15117
d1c3b63a
KS
15118 # Gdbtk must have an absolute path to srcdir in order to run
15119 # properly when not installed.
15120 here=`pwd`
15121 cd ${srcdir}
15122 GDBTK_SRC_DIR=`pwd`
15123 cd $here
15124
bec39cab 15125
5062cc19
KS
15126 #
15127 # Ok, lets find the tcl configuration
15128 # First, look for one uninstalled.
15129 # the alternative search directory is invoked by --with-tcl
15130 #
3fc11d3e 15131
5062cc19
KS
15132 if test x"${no_tcl}" = x ; then
15133 # we reset no_tcl in case something fails here
15134 no_tcl=true
bec39cab 15135
81ecdfbb
RW
15136# Check whether --with-tcl was given.
15137if test "${with_tcl+set}" = set; then :
15138 withval=$with_tcl; with_tclconfig=${withval}
15139fi
15140
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
15142$as_echo_n "checking for Tcl configuration... " >&6; }
15143 if test "${ac_cv_c_tclconfig+set}" = set; then :
15144 $as_echo_n "(cached) " >&6
3fc11d3e 15145else
bec39cab 15146
3fc11d3e 15147
5062cc19
KS
15148 # First check to see if --with-tcl was specified.
15149 case "${host}" in
15150 *-*-cygwin*) platDir="win" ;;
15151 *) platDir="unix" ;;
15152 esac
15153 if test x"${with_tclconfig}" != x ; then
15154 if test -f "${with_tclconfig}/tclConfig.sh" ; then
15155 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
15156 else
81ecdfbb 15157 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
5062cc19
KS
15158 fi
15159 fi
15160
15161 # then check for a private Tcl installation
15162 if test x"${ac_cv_c_tclconfig}" = x ; then
15163 for i in \
15164 ../tcl \
15165 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15166 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
15167 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
15168 ../../tcl \
15169 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15170 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
15171 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
15172 ../../../tcl \
15173 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15174 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
15175 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
15176 if test -f "$i/$platDir/tclConfig.sh" ; then
15177 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
15178 break
15179 fi
15180 done
15181 fi
15182
15183 # on Darwin, check in Framework installation locations
15184 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
15185 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
15186 `ls -d /Library/Frameworks 2>/dev/null` \
15187 `ls -d /Network/Library/Frameworks 2>/dev/null` \
15188 `ls -d /System/Library/Frameworks 2>/dev/null` \
15189 ; do
15190 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
15191 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
15192 break
15193 fi
15194 done
15195 fi
15196
15197 # check in a few common install locations
15198 if test x"${ac_cv_c_tclconfig}" = x ; then
15199 for i in `ls -d ${libdir} 2>/dev/null` \
15200 `ls -d ${exec_prefix}/lib 2>/dev/null` \
15201 `ls -d ${prefix}/lib 2>/dev/null` \
15202 `ls -d /usr/local/lib 2>/dev/null` \
15203 `ls -d /usr/contrib/lib 2>/dev/null` \
15204 `ls -d /usr/lib 2>/dev/null` \
15205 ; do
15206 if test -f "$i/tclConfig.sh" ; then
15207 ac_cv_c_tclconfig=`(cd $i; pwd)`
15208 break
15209 fi
15210 done
15211 fi
3fc11d3e 15212
5062cc19
KS
15213 # check in a few other private locations
15214 if test x"${ac_cv_c_tclconfig}" = x ; then
15215 for i in \
15216 ${srcdir}/../tcl \
15217 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15218 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
15219 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
15220 if test -f "$i/$platDir/tclConfig.sh" ; then
15221 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
15222 break
15223 fi
15224 done
15225 fi
bec39cab 15226
3fc11d3e
JM
15227fi
15228
5062cc19
KS
15229
15230 if test x"${ac_cv_c_tclconfig}" = x ; then
15231 TCL_BIN_DIR="# no Tcl configs found"
81ecdfbb
RW
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
15233$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
5062cc19
KS
15234 else
15235 no_tcl=
15236 TCL_BIN_DIR=${ac_cv_c_tclconfig}
81ecdfbb
RW
15237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
15238$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
5062cc19
KS
15239 fi
15240 fi
3fc11d3e 15241
bec39cab 15242
85541719
DE
15243 # If $no_tk is nonempty, then we can't do Tk, and there is no
15244 # point to doing Tcl.
bec39cab 15245
5062cc19
KS
15246 #
15247 # Ok, lets find the tk configuration
15248 # First, look for one uninstalled.
15249 # the alternative search directory is invoked by --with-tk
15250 #
3fc11d3e 15251
5062cc19
KS
15252 if test x"${no_tk}" = x ; then
15253 # we reset no_tk in case something fails here
15254 no_tk=true
bec39cab 15255
81ecdfbb
RW
15256# Check whether --with-tk was given.
15257if test "${with_tk+set}" = set; then :
15258 withval=$with_tk; with_tkconfig=${withval}
15259fi
15260
15261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
15262$as_echo_n "checking for Tk configuration... " >&6; }
15263 if test "${ac_cv_c_tkconfig+set}" = set; then :
15264 $as_echo_n "(cached) " >&6
bec39cab 15265else
3fc11d3e
JM
15266
15267
5062cc19
KS
15268 # First check to see if --with-tkconfig was specified.
15269 if test x"${with_tkconfig}" != x ; then
15270 if test -f "${with_tkconfig}/tkConfig.sh" ; then
15271 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
15272 else
81ecdfbb 15273 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
5062cc19
KS
15274 fi
15275 fi
3fc11d3e 15276
5062cc19
KS
15277 # then check for a private Tk library
15278 case "${host}" in
15279 *-*-cygwin*) platDir="win" ;;
15280 *) platDir="unix" ;;
15281 esac
15282 if test x"${ac_cv_c_tkconfig}" = x ; then
15283 for i in \
15284 ../tk \
15285 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15286 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
15287 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
15288 ../../tk \
15289 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15290 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
15291 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
15292 ../../../tk \
15293 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15294 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
15295 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
15296 if test -f "$i/$platDir/tkConfig.sh" ; then
15297 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
15298 break
15299 fi
15300 done
15301 fi
15302
15303 # on Darwin, check in Framework installation locations
15304 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
15305 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
15306 `ls -d /Library/Frameworks 2>/dev/null` \
15307 `ls -d /Network/Library/Frameworks 2>/dev/null` \
15308 `ls -d /System/Library/Frameworks 2>/dev/null` \
15309 ; do
15310 if test -f "$i/Tk.framework/tkConfig.sh" ; then
15311 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
15312 break
15313 fi
15314 done
15315 fi
15316
15317 # check in a few common install locations
15318 if test x"${ac_cv_c_tkconfig}" = x ; then
15319 for i in `ls -d ${libdir} 2>/dev/null` \
15320 `ls -d ${exec_prefix}/lib 2>/dev/null` \
15321 `ls -d ${prefix}/lib 2>/dev/null` \
15322 `ls -d /usr/local/lib 2>/dev/null` \
15323 `ls -d /usr/contrib/lib 2>/dev/null` \
15324 `ls -d /usr/lib 2>/dev/null` \
15325 ; do
15326 if test -f "$i/tkConfig.sh" ; then
15327 ac_cv_c_tkconfig=`(cd $i; pwd)`
15328 break
15329 fi
15330 done
15331 fi
15332 # check in a few other private locations
15333 if test x"${ac_cv_c_tkconfig}" = x ; then
15334 for i in \
15335 ${srcdir}/../tk \
15336 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15337 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
15338 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
15339 if test -f "$i/$platDir/tkConfig.sh" ; then
15340 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
15341 break
15342 fi
15343 done
15344 fi
3fc11d3e 15345
3fc11d3e
JM
15346fi
15347
15348
5062cc19
KS
15349 if test x"${ac_cv_c_tkconfig}" = x ; then
15350 TK_BIN_DIR="# no Tk configs found"
81ecdfbb
RW
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
15352$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
5062cc19
KS
15353 else
15354 no_tk=
15355 TK_BIN_DIR=${ac_cv_c_tkconfig}
81ecdfbb
RW
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
15357$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
5062cc19 15358 fi
3fc11d3e 15359 fi
dd2504ab 15360
dd2504ab 15361
85541719
DE
15362 if test -z "${no_tcl}" -a -z "${no_tk}"; then
15363
81ecdfbb
RW
15364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
15365$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
85541719
DE
15366
15367 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
81ecdfbb
RW
15368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
15369$as_echo "loading" >&6; }
85541719
DE
15370 . ${TCL_BIN_DIR}/tclConfig.sh
15371 else
81ecdfbb
RW
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
15373$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
85541719
DE
15374 fi
15375
15376 # eval is required to do the TCL_DBGX substitution
15377 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
15378 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
15379
15380 # If the TCL_BIN_DIR is the build directory (not the install directory),
15381 # then set the common variable name to the value of the build variables.
15382 # For example, the variable TCL_LIB_SPEC will be set to the value
15383 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
15384 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
15385 # installed and uninstalled version of Tcl.
15386 if test -f "${TCL_BIN_DIR}/Makefile" ; then
15387 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
15388 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
15389 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
15390 elif test "`uname -s`" = "Darwin"; then
15391 # If Tcl was built as a framework, attempt to use the libraries
15392 # from the framework at the given location so that linking works
a68ffae9 15393 # against Tcl.framework installed in an arbitrary location.
85541719
DE
15394 case ${TCL_DEFS} in
15395 *TCL_FRAMEWORK*)
15396 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
15397 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
15398 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
15399 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
15400 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
15401 break
15402 fi
15403 done
15404 fi
15405 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
15406 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
15407 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
15408 fi
15409 ;;
15410 esac
15411 fi
15412
15413 # eval is required to do the TCL_DBGX substitution
15414 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
15415 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
15416 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
15417 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
15418
15419
15420
15421
15422
15423
15424
15425
15426
15427
15428
15429
15430
15431
15432
15433 # Check for in-tree tcl
15434 here=`pwd`
15435 cd ${srcdir}/..
15436 topdir=`pwd`
15437 cd ${here}
15438
15439 intree="no"
15440 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
15441 intree="yes"
15442 fi
15443
15444 # Find Tcl private headers
15445 if test x"${intree}" = xno; then
15446
81ecdfbb
RW
15447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
15448$as_echo_n "checking for Tcl private headers... " >&6; }
85541719
DE
15449 private_dir=""
15450 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
15451 if test -f ${dir}/tclInt.h ; then
15452 private_dir=${dir}
15453 fi
15454
15455 if test x"${private_dir}" = x; then
81ecdfbb 15456 as_fn_error "could not find private Tcl headers" "$LINENO" 5
85541719
DE
15457 else
15458 TCL_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
15460$as_echo "${private_dir}" >&6; }
85541719
DE
15461 fi
15462
15463 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
15464 TCL_LIBRARY="${TCL_LIB_SPEC}"
15465 TCL_DEPS=""
15466 else
15467 # If building tcl in the same src tree, private headers
15468 # are not needed, but we need to be sure to use the right
15469 # headers library
15470 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
15471 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
15472 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
15473 fi
15474
15475
15476
15477
15478
81ecdfbb
RW
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
15480$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
dd2504ab 15481
5062cc19 15482 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
81ecdfbb
RW
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
15484$as_echo "loading" >&6; }
5062cc19 15485 . ${TK_BIN_DIR}/tkConfig.sh
3fc11d3e 15486 else
81ecdfbb
RW
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
15488$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
3fc11d3e 15489 fi
bec39cab 15490
5062cc19
KS
15491 # eval is required to do the TK_DBGX substitution
15492 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
15493 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
15494
15495 # If the TK_BIN_DIR is the build directory (not the install directory),
15496 # then set the common variable name to the value of the build variables.
15497 # For example, the variable TK_LIB_SPEC will be set to the value
15498 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
15499 # instead of TK_BUILD_LIB_SPEC since it will work with both an
15500 # installed and uninstalled version of Tcl.
85541719 15501 if test -f "${TK_BIN_DIR}/Makefile" ; then
5062cc19
KS
15502 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
15503 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
15504 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
15505 elif test "`uname -s`" = "Darwin"; then
15506 # If Tk was built as a framework, attempt to use the libraries
15507 # from the framework at the given location so that linking works
a68ffae9 15508 # against Tk.framework installed in an arbitrary location.
5062cc19
KS
15509 case ${TK_DEFS} in
15510 *TK_FRAMEWORK*)
85541719 15511 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
5062cc19
KS
15512 for i in "`cd ${TK_BIN_DIR}; pwd`" \
15513 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
15514 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
15515 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
15516 break
15517 fi
15518 done
15519 fi
85541719 15520 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
5062cc19
KS
15521 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
15522 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
15523 fi
15524 ;;
15525 esac
3fc11d3e
JM
15526 fi
15527
5062cc19
KS
15528 # eval is required to do the TK_DBGX substitution
15529 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
15530 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
15531 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
15532 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
3fc11d3e 15533
3fc11d3e
JM
15534
15535
bec39cab
AC
15536
15537
15538
15539
15540
15541
15542
3fc11d3e 15543
3fc11d3e 15544
bec39cab 15545
bec39cab 15546
85541719
DE
15547 # Check for in-tree Tk
15548 intree="no"
15549 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
15550 intree="yes"
15551 fi
3fc11d3e 15552
85541719
DE
15553 # Find Tk private headers
15554 if test x"${intree}" = xno; then
3fc11d3e 15555
81ecdfbb
RW
15556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
15557$as_echo_n "checking for Tk private headers... " >&6; }
5062cc19
KS
15558 private_dir=""
15559 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
15560 if test -f ${dir}/tkInt.h; then
15561 private_dir=${dir}
3fc11d3e 15562 fi
bec39cab 15563
5062cc19 15564 if test x"${private_dir}" = x; then
81ecdfbb 15565 as_fn_error "could not find Tk private headers" "$LINENO" 5
3fc11d3e 15566 else
5062cc19 15567 TK_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
15569$as_echo "${private_dir}" >&6; }
3fc11d3e 15570 fi
3fc11d3e 15571
85541719
DE
15572 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
15573 TK_LIBRARY=${TK_LIB_SPEC}
15574 TK_DEPS=""
15575 else
15576 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
15577 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
15578 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
15579 fi
3fc11d3e
JM
15580
15581
3fc11d3e
JM
15582
15583
3fc11d3e 15584
85541719 15585 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e 15586
85541719
DE
15587 # Include some libraries that Tcl and Tk want.
15588 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
15589 # Yes, the ordering seems wrong here. But it isn't.
15590 # TK_LIBS is the list of libraries that need to be linked
15591 # after Tcl/Tk. Note that this isn't put into LIBS. If it
15592 # were in LIBS then any link tests after this point would
15593 # try to include things like `$(LIBGUI)', which wouldn't work.
15594 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5 15595
85541719
DE
15596 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
15597 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
15598 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
15599 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
15600 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
15601 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
15602 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
3fc11d3e 15603
85541719
DE
15604 if test x$gdb_cv_os_cygwin = xyes; then
15605 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
15606 WIN32LDAPP="-Wl,--subsystem,console"
15607 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
3fc11d3e 15608 fi
ffc6a242 15609
81ecdfbb 15610 subdirs="$subdirs gdbtk"
3ace7edb 15611
85541719 15612 fi
3fc11d3e
JM
15613fi
15614
15615
15616
15617
15618
15619
15620
15621
81ecdfbb
RW
15622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
15623$as_echo_n "checking for X... " >&6; }
bec39cab 15624
c906108c 15625
81ecdfbb
RW
15626# Check whether --with-x was given.
15627if test "${with_x+set}" = set; then :
15628 withval=$with_x;
15629fi
c906108c
SS
15630
15631# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
15632if test "x$with_x" = xno; then
15633 # The user explicitly disabled X.
15634 have_x=disabled
15635else
81ecdfbb
RW
15636 case $x_includes,$x_libraries in #(
15637 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
15638 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
15639 $as_echo_n "(cached) " >&6
c906108c
SS
15640else
15641 # One or both of the vars are not set, and there is no cached value.
bec39cab 15642ac_x_includes=no ac_x_libraries=no
81ecdfbb 15643rm -f -r conftest.dir
bec39cab
AC
15644if mkdir conftest.dir; then
15645 cd conftest.dir
bec39cab 15646 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
15647incroot:
15648 @echo incroot='${INCROOT}'
15649usrlibdir:
15650 @echo usrlibdir='${USRLIBDIR}'
15651libdir:
15652 @echo libdir='${LIBDIR}'
15653_ACEOF
15654 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 15655 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
15656 for ac_var in incroot usrlibdir libdir; do
15657 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
15658 done
c906108c 15659 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
15660 for ac_extension in a so sl dylib la dll; do
15661 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
15662 test -f "$ac_im_libdir/libX11.$ac_extension"; then
bec39cab 15663 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
15664 fi
15665 done
15666 # Screen out bogus values from the imake configuration. They are
15667 # bogus both because they are the default anyway, and because
15668 # using them would break gcc on systems where it needs fixed includes.
bec39cab 15669 case $ac_im_incroot in
81ecdfbb 15670 /usr/include) ac_x_includes= ;;
bec39cab 15671 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 15672 esac
bec39cab 15673 case $ac_im_usrlibdir in
81ecdfbb 15674 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
bec39cab 15675 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
15676 esac
15677 fi
15678 cd ..
81ecdfbb 15679 rm -f -r conftest.dir
c906108c
SS
15680fi
15681
bec39cab
AC
15682# Standard set of common directories for X headers.
15683# Check X11 before X11Rn because it is often a symlink to the current release.
15684ac_x_header_dirs='
15685/usr/X11/include
81ecdfbb 15686/usr/X11R7/include
bec39cab
AC
15687/usr/X11R6/include
15688/usr/X11R5/include
15689/usr/X11R4/include
15690
15691/usr/include/X11
81ecdfbb 15692/usr/include/X11R7
bec39cab
AC
15693/usr/include/X11R6
15694/usr/include/X11R5
15695/usr/include/X11R4
15696
15697/usr/local/X11/include
81ecdfbb 15698/usr/local/X11R7/include
bec39cab
AC
15699/usr/local/X11R6/include
15700/usr/local/X11R5/include
15701/usr/local/X11R4/include
15702
15703/usr/local/include/X11
81ecdfbb 15704/usr/local/include/X11R7
bec39cab
AC
15705/usr/local/include/X11R6
15706/usr/local/include/X11R5
15707/usr/local/include/X11R4
15708
15709/usr/X386/include
15710/usr/x386/include
15711/usr/XFree86/include/X11
15712
15713/usr/include
15714/usr/local/include
15715/usr/unsupported/include
15716/usr/athena/include
15717/usr/local/x11r5/include
15718/usr/lpp/Xamples/include
15719
15720/usr/openwin/include
15721/usr/openwin/share/include'
15722
15723if test "$ac_x_includes" = no; then
81ecdfbb 15724 # Guess where to find include files, by looking for Xlib.h.
c906108c 15725 # First, try using that file with no special directory specified.
81ecdfbb 15726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15727/* end confdefs.h. */
81ecdfbb 15728#include <X11/Xlib.h>
bec39cab 15729_ACEOF
81ecdfbb 15730if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
15731 # We can compile using X headers with no special include directory.
15732ac_x_includes=
15733else
bec39cab 15734 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 15735 if test -r "$ac_dir/X11/Xlib.h"; then
bec39cab
AC
15736 ac_x_includes=$ac_dir
15737 break
15738 fi
15739done
c906108c 15740fi
bec39cab
AC
15741rm -f conftest.err conftest.$ac_ext
15742fi # $ac_x_includes = no
c906108c 15743
bec39cab 15744if test "$ac_x_libraries" = no; then
c906108c 15745 # Check for the libraries.
c906108c
SS
15746 # See if we find them without any special options.
15747 # Don't add to $LIBS permanently.
bec39cab 15748 ac_save_LIBS=$LIBS
81ecdfbb
RW
15749 LIBS="-lX11 $LIBS"
15750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15751/* end confdefs.h. */
81ecdfbb 15752#include <X11/Xlib.h>
bec39cab
AC
15753int
15754main ()
15755{
81ecdfbb 15756XrmInitialize ()
bec39cab
AC
15757 ;
15758 return 0;
15759}
15760_ACEOF
81ecdfbb 15761if ac_fn_c_try_link "$LINENO"; then :
bec39cab 15762 LIBS=$ac_save_LIBS
c906108c
SS
15763# We can link X programs with no special library path.
15764ac_x_libraries=
15765else
81ecdfbb
RW
15766 LIBS=$ac_save_LIBS
15767for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
c906108c 15768do
bec39cab 15769 # Don't even attempt the hair of trying to link an X program!
81ecdfbb
RW
15770 for ac_extension in a so sl dylib la dll; do
15771 if test -r "$ac_dir/libX11.$ac_extension"; then
c906108c
SS
15772 ac_x_libraries=$ac_dir
15773 break 2
15774 fi
15775 done
15776done
15777fi
81ecdfbb
RW
15778rm -f core conftest.err conftest.$ac_objext \
15779 conftest$ac_exeext conftest.$ac_ext
bec39cab 15780fi # $ac_x_libraries = no
c906108c 15781
81ecdfbb
RW
15782case $ac_x_includes,$ac_x_libraries in #(
15783 no,* | *,no | *\'*)
15784 # Didn't find X, or a directory has "'" in its name.
15785 ac_cv_have_x="have_x=no";; #(
15786 *)
15787 # Record where we found X for the cache.
15788 ac_cv_have_x="have_x=yes\
15789 ac_x_includes='$ac_x_includes'\
15790 ac_x_libraries='$ac_x_libraries'"
15791esac
c906108c 15792fi
81ecdfbb
RW
15793;; #(
15794 *) have_x=yes;;
15795 esac
c906108c
SS
15796 eval "$ac_cv_have_x"
15797fi # $with_x != no
15798
15799if test "$have_x" != yes; then
81ecdfbb
RW
15800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
15801$as_echo "$have_x" >&6; }
c906108c
SS
15802 no_x=yes
15803else
15804 # If each of the values was on the command line, it overrides each guess.
15805 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
15806 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
15807 # Update the cache value to reflect the command line values.
81ecdfbb
RW
15808 ac_cv_have_x="have_x=yes\
15809 ac_x_includes='$x_includes'\
15810 ac_x_libraries='$x_libraries'"
15811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
15812$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
c906108c
SS
15813fi
15814
15815
bec39cab 15816# Unlike the sim directory, whether a simulator is linked is controlled by
9b624dbe 15817# presence of a gdb_sim definition in the target configure.tgt entry.
7a292a7a
SS
15818# This code just checks for a few cases where we'd like to ignore those
15819# definitions, even when they're present in the '.mt' file. These cases
15820# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 15821# not part of the source tree.
7a292a7a 15822#
81ecdfbb
RW
15823# Check whether --enable-sim was given.
15824if test "${enable_sim+set}" = set; then :
15825 enableval=$enable_sim; echo "enable_sim = $enable_sim";
7a292a7a
SS
15826 echo "enableval = ${enableval}";
15827 case "${enableval}" in
15828 yes) ignore_sim=false ;;
15829 no) ignore_sim=true ;;
15830 *) ignore_sim=false ;;
15831 esac
15832else
15833 ignore_sim=false
81ecdfbb
RW
15834fi
15835
7a292a7a
SS
15836
15837if test ! -d "${srcdir}/../sim"; then
15838 ignore_sim=true
15839fi
15840
9b624dbe
UW
15841SIM=
15842SIM_OBS=
15843if test "${ignore_sim}" = "false"; then
15844 if test x"${gdb_sim}" != x ; then
15845 SIM="${gdb_sim}"
15846 SIM_OBS="remote-sim.o"
60ca704f 15847
81ecdfbb 15848$as_echo "#define WITH_SIM 1" >>confdefs.h
7a292a7a 15849
976102cd
PA
15850
15851 # Some tdep code should only be compiled in when the ppc sim is
15852 # built. PR sim/13418.
15853 case $target in
15854 powerpc*-*-*)
15855
15856$as_echo "#define WITH_PPC_SIM 1" >>confdefs.h
15857
15858 ;;
15859 esac
9b624dbe 15860 fi
7a292a7a
SS
15861fi
15862
15863
15864
c906108c
SS
15865
15866
15867
15868
15869
15870
dfcd3bfb 15871
e56ac5c3
AC
15872
15873
b3a90332
AC
15874
15875
c35f4ffc 15876# List of host floatformats.
bec39cab
AC
15877
15878cat >>confdefs.h <<_ACEOF
c35f4ffc 15879#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
bec39cab 15880_ACEOF
c35f4ffc 15881
bec39cab
AC
15882
15883cat >>confdefs.h <<_ACEOF
c35f4ffc 15884#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
bec39cab
AC
15885_ACEOF
15886
c35f4ffc 15887
bec39cab 15888cat >>confdefs.h <<_ACEOF
c35f4ffc 15889#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
bec39cab 15890_ACEOF
c35f4ffc
AC
15891
15892
c906108c
SS
15893# target_subdir is used by the testsuite to find the target libraries.
15894target_subdir=
15895if test "${host}" != "${target}"; then
15896 target_subdir="${target_alias}/"
15897fi
15898
15899
15900frags=
771b4502 15901if test "${gdb_native}" = "yes"; then
0dad8a66
MK
15902 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
15903 if test ! -f ${host_makefile_frag}; then
81ecdfbb 15904 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
0dad8a66
MK
15905 fi
15906 frags="$frags $host_makefile_frag"
15907else
15908 host_makefile_frag=/dev/null
c906108c 15909fi
c906108c 15910
c906108c
SS
15911
15912
15913
771b4502 15914if test "${gdb_native}" = "yes"; then
a85f51e7
DJ
15915# We pick this up from the host configuration file (.mh) because we
15916# do not have a native configuration Makefile fragment.
c906108c
SS
15917nativefile=`sed -n '
15918s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
15919' ${host_makefile_frag}`
c906108c
SS
15920fi
15921
15922
b00a8037 15923if test x"${gdb_osabi}" != x ; then
bec39cab
AC
15924
15925cat >>confdefs.h <<_ACEOF
b00a8037 15926#define GDB_OSABI_DEFAULT $gdb_osabi
bec39cab 15927_ACEOF
b00a8037
DJ
15928
15929fi
15930
8dcde887 15931# Enable multi-ice-gdb-server.
81ecdfbb
RW
15932# Check whether --enable-multi-ice was given.
15933if test "${enable_multi_ice+set}" = set; then :
15934 enableval=$enable_multi_ice; case $enableval in
8dcde887
MK
15935 yes | no)
15936 ;;
81ecdfbb 15937 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
8dcde887 15938 esac
81ecdfbb 15939fi
b4e70030 15940
81ecdfbb
RW
15941if test "x$enable_multi_ice" = xyes; then
15942 subdirs="$subdirs multi-ice"
3ace7edb 15943
a85f51e7
DJ
15944fi
15945
496c0e1b
JB
15946# Check whether --enable-gdbserver was given.
15947if test "${enable_gdbserver+set}" = set; then :
15948 enableval=$enable_gdbserver; case "${enableval}" in
15949 yes| no|auto) ;;
15950 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
15951esac
15952else
15953 enable_gdbserver=auto
15954fi
15955
15956
15957# We only build gdbserver automatically in a native configuration, and
15958# only if the user did not explicitly disable its build.
15959if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
81ecdfbb
RW
15960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
15961$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
8dcde887 15962 if test "x$build_gdbserver" = xyes; then
81ecdfbb
RW
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15964$as_echo "yes" >&6; }
15965 subdirs="$subdirs gdbserver"
3ace7edb 15966
496c0e1b 15967 gdbserver_build_enabled=yes
8dcde887 15968 else
81ecdfbb
RW
15969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15970$as_echo "no" >&6; }
8dcde887
MK
15971 fi
15972fi
15973
496c0e1b
JB
15974# If the user explicitly request the gdbserver to be built, verify that
15975# we were in fact able to enable it.
15976if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
15977 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
15978fi
15979
393fd4c3
YQ
15980# Check for babeltrace and babeltrace-ctf
15981
15982# Check whether --with-babeltrace was given.
15983if test "${with_babeltrace+set}" = set; then :
15984 withval=$with_babeltrace;
15985else
15986 with_babeltrace=auto
15987fi
15988
15989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
15990$as_echo_n "checking whether to use babeltrace... " >&6; }
15991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
15992$as_echo "$with_babeltrace" >&6; }
15993
15994if test "x$with_babeltrace" = "xno"; then
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
15996$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
15997else
15998 # Append -Werror to CFLAGS so that configure can catch the warning
15999 # "assignment from incompatible pointer type", which is related to
16000 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
16001 # in GDB, while babeltrace 1.0.3 is broken.
16002 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
16003 # safe to save and restore CFLAGS here.
16004 saved_CFLAGS=$CFLAGS
16005 CFLAGS="$CFLAGS -Werror"
16006
16007
16008
16009
16010
16011
16012
16013
16014 use_additional=yes
16015
16016 acl_save_prefix="$prefix"
16017 prefix="$acl_final_prefix"
16018 acl_save_exec_prefix="$exec_prefix"
16019 exec_prefix="$acl_final_exec_prefix"
16020
16021 eval additional_includedir=\"$includedir\"
16022 eval additional_libdir=\"$libdir\"
16023
16024 exec_prefix="$acl_save_exec_prefix"
16025 prefix="$acl_save_prefix"
16026
16027
16028# Check whether --with-libbabeltrace-prefix was given.
16029if test "${with_libbabeltrace_prefix+set}" = set; then :
16030 withval=$with_libbabeltrace_prefix;
16031 if test "X$withval" = "Xno"; then
16032 use_additional=no
16033 else
16034 if test "X$withval" = "X"; then
16035
16036 acl_save_prefix="$prefix"
16037 prefix="$acl_final_prefix"
16038 acl_save_exec_prefix="$exec_prefix"
16039 exec_prefix="$acl_final_exec_prefix"
16040
16041 eval additional_includedir=\"$includedir\"
16042 eval additional_libdir=\"$libdir\"
16043
16044 exec_prefix="$acl_save_exec_prefix"
16045 prefix="$acl_save_prefix"
16046
16047 else
16048 additional_includedir="$withval/include"
16049 additional_libdir="$withval/lib"
16050 fi
16051 fi
16052
16053fi
16054
16055 LIBBABELTRACE=
16056 LTLIBBABELTRACE=
16057 INCBABELTRACE=
16058 rpathdirs=
16059 ltrpathdirs=
16060 names_already_handled=
16061 names_next_round='babeltrace babeltrace-ctf'
16062 while test -n "$names_next_round"; do
16063 names_this_round="$names_next_round"
16064 names_next_round=
16065 for name in $names_this_round; do
16066 already_handled=
16067 for n in $names_already_handled; do
16068 if test "$n" = "$name"; then
16069 already_handled=yes
16070 break
16071 fi
16072 done
16073 if test -z "$already_handled"; then
16074 names_already_handled="$names_already_handled $name"
16075 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
16076 eval value=\"\$HAVE_LIB$uppername\"
16077 if test -n "$value"; then
16078 if test "$value" = yes; then
16079 eval value=\"\$LIB$uppername\"
16080 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
16081 eval value=\"\$LTLIB$uppername\"
16082 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
16083 else
16084 :
16085 fi
16086 else
16087 found_dir=
16088 found_la=
16089 found_so=
16090 found_a=
16091 if test $use_additional = yes; then
16092 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
16093 found_dir="$additional_libdir"
16094 found_so="$additional_libdir/lib$name.$shlibext"
16095 if test -f "$additional_libdir/lib$name.la"; then
16096 found_la="$additional_libdir/lib$name.la"
16097 fi
16098 else
16099 if test -f "$additional_libdir/lib$name.$libext"; then
16100 found_dir="$additional_libdir"
16101 found_a="$additional_libdir/lib$name.$libext"
16102 if test -f "$additional_libdir/lib$name.la"; then
16103 found_la="$additional_libdir/lib$name.la"
16104 fi
16105 fi
16106 fi
16107 fi
16108 if test "X$found_dir" = "X"; then
16109 for x in $LDFLAGS $LTLIBBABELTRACE; do
16110
16111 acl_save_prefix="$prefix"
16112 prefix="$acl_final_prefix"
16113 acl_save_exec_prefix="$exec_prefix"
16114 exec_prefix="$acl_final_exec_prefix"
16115 eval x=\"$x\"
16116 exec_prefix="$acl_save_exec_prefix"
16117 prefix="$acl_save_prefix"
16118
16119 case "$x" in
16120 -L*)
16121 dir=`echo "X$x" | sed -e 's/^X-L//'`
16122 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
16123 found_dir="$dir"
16124 found_so="$dir/lib$name.$shlibext"
16125 if test -f "$dir/lib$name.la"; then
16126 found_la="$dir/lib$name.la"
16127 fi
16128 else
16129 if test -f "$dir/lib$name.$libext"; then
16130 found_dir="$dir"
16131 found_a="$dir/lib$name.$libext"
16132 if test -f "$dir/lib$name.la"; then
16133 found_la="$dir/lib$name.la"
16134 fi
16135 fi
16136 fi
16137 ;;
16138 esac
16139 if test "X$found_dir" != "X"; then
16140 break
16141 fi
16142 done
16143 fi
16144 if test "X$found_dir" != "X"; then
16145 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
16146 if test "X$found_so" != "X"; then
16147 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
16148 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
16149 else
16150 haveit=
16151 for x in $ltrpathdirs; do
16152 if test "X$x" = "X$found_dir"; then
16153 haveit=yes
16154 break
16155 fi
16156 done
16157 if test -z "$haveit"; then
16158 ltrpathdirs="$ltrpathdirs $found_dir"
16159 fi
16160 if test "$hardcode_direct" = yes; then
16161 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
16162 else
16163 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
16164 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
16165 haveit=
16166 for x in $rpathdirs; do
16167 if test "X$x" = "X$found_dir"; then
16168 haveit=yes
16169 break
16170 fi
16171 done
16172 if test -z "$haveit"; then
16173 rpathdirs="$rpathdirs $found_dir"
16174 fi
16175 else
16176 haveit=
16177 for x in $LDFLAGS $LIBBABELTRACE; do
16178
16179 acl_save_prefix="$prefix"
16180 prefix="$acl_final_prefix"
16181 acl_save_exec_prefix="$exec_prefix"
16182 exec_prefix="$acl_final_exec_prefix"
16183 eval x=\"$x\"
16184 exec_prefix="$acl_save_exec_prefix"
16185 prefix="$acl_save_prefix"
16186
16187 if test "X$x" = "X-L$found_dir"; then
16188 haveit=yes
16189 break
16190 fi
16191 done
16192 if test -z "$haveit"; then
16193 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
16194 fi
16195 if test "$hardcode_minus_L" != no; then
16196 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
16197 else
16198 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
16199 fi
16200 fi
16201 fi
16202 fi
16203 else
16204 if test "X$found_a" != "X"; then
16205 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
16206 else
16207 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
16208 fi
16209 fi
16210 additional_includedir=
16211 case "$found_dir" in
16212 */lib | */lib/)
16213 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
16214 additional_includedir="$basedir/include"
16215 ;;
16216 esac
16217 if test "X$additional_includedir" != "X"; then
16218 if test "X$additional_includedir" != "X/usr/include"; then
16219 haveit=
16220 if test "X$additional_includedir" = "X/usr/local/include"; then
16221 if test -n "$GCC"; then
16222 case $host_os in
16223 linux*) haveit=yes;;
16224 esac
16225 fi
16226 fi
16227 if test -z "$haveit"; then
16228 for x in $CPPFLAGS $INCBABELTRACE; do
16229
16230 acl_save_prefix="$prefix"
16231 prefix="$acl_final_prefix"
16232 acl_save_exec_prefix="$exec_prefix"
16233 exec_prefix="$acl_final_exec_prefix"
16234 eval x=\"$x\"
16235 exec_prefix="$acl_save_exec_prefix"
16236 prefix="$acl_save_prefix"
16237
16238 if test "X$x" = "X-I$additional_includedir"; then
16239 haveit=yes
16240 break
16241 fi
16242 done
16243 if test -z "$haveit"; then
16244 if test -d "$additional_includedir"; then
16245 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
16246 fi
16247 fi
16248 fi
16249 fi
16250 fi
16251 if test -n "$found_la"; then
16252 save_libdir="$libdir"
16253 case "$found_la" in
16254 */* | *\\*) . "$found_la" ;;
16255 *) . "./$found_la" ;;
16256 esac
16257 libdir="$save_libdir"
16258 for dep in $dependency_libs; do
16259 case "$dep" in
16260 -L*)
16261 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
16262 if test "X$additional_libdir" != "X/usr/lib"; then
16263 haveit=
16264 if test "X$additional_libdir" = "X/usr/local/lib"; then
16265 if test -n "$GCC"; then
16266 case $host_os in
16267 linux*) haveit=yes;;
16268 esac
16269 fi
16270 fi
16271 if test -z "$haveit"; then
16272 haveit=
16273 for x in $LDFLAGS $LIBBABELTRACE; do
16274
16275 acl_save_prefix="$prefix"
16276 prefix="$acl_final_prefix"
16277 acl_save_exec_prefix="$exec_prefix"
16278 exec_prefix="$acl_final_exec_prefix"
16279 eval x=\"$x\"
16280 exec_prefix="$acl_save_exec_prefix"
16281 prefix="$acl_save_prefix"
16282
16283 if test "X$x" = "X-L$additional_libdir"; then
16284 haveit=yes
16285 break
16286 fi
16287 done
16288 if test -z "$haveit"; then
16289 if test -d "$additional_libdir"; then
16290 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
16291 fi
16292 fi
16293 haveit=
16294 for x in $LDFLAGS $LTLIBBABELTRACE; do
16295
16296 acl_save_prefix="$prefix"
16297 prefix="$acl_final_prefix"
16298 acl_save_exec_prefix="$exec_prefix"
16299 exec_prefix="$acl_final_exec_prefix"
16300 eval x=\"$x\"
16301 exec_prefix="$acl_save_exec_prefix"
16302 prefix="$acl_save_prefix"
16303
16304 if test "X$x" = "X-L$additional_libdir"; then
16305 haveit=yes
16306 break
16307 fi
16308 done
16309 if test -z "$haveit"; then
16310 if test -d "$additional_libdir"; then
16311 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
16312 fi
16313 fi
16314 fi
16315 fi
16316 ;;
16317 -R*)
16318 dir=`echo "X$dep" | sed -e 's/^X-R//'`
16319 if test "$enable_rpath" != no; then
16320 haveit=
16321 for x in $rpathdirs; do
16322 if test "X$x" = "X$dir"; then
16323 haveit=yes
16324 break
16325 fi
16326 done
16327 if test -z "$haveit"; then
16328 rpathdirs="$rpathdirs $dir"
16329 fi
16330 haveit=
16331 for x in $ltrpathdirs; do
16332 if test "X$x" = "X$dir"; then
16333 haveit=yes
16334 break
16335 fi
16336 done
16337 if test -z "$haveit"; then
16338 ltrpathdirs="$ltrpathdirs $dir"
16339 fi
16340 fi
16341 ;;
16342 -l*)
16343 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
16344 ;;
16345 *.la)
16346 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
16347 ;;
16348 *)
16349 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
16350 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
16351 ;;
16352 esac
16353 done
16354 fi
16355 else
16356 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
16357 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
16358 fi
16359 fi
16360 fi
16361 done
16362 done
16363 if test "X$rpathdirs" != "X"; then
16364 if test -n "$hardcode_libdir_separator"; then
16365 alldirs=
16366 for found_dir in $rpathdirs; do
16367 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
16368 done
16369 acl_save_libdir="$libdir"
16370 libdir="$alldirs"
16371 eval flag=\"$hardcode_libdir_flag_spec\"
16372 libdir="$acl_save_libdir"
16373 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
16374 else
16375 for found_dir in $rpathdirs; do
16376 acl_save_libdir="$libdir"
16377 libdir="$found_dir"
16378 eval flag=\"$hardcode_libdir_flag_spec\"
16379 libdir="$acl_save_libdir"
16380 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
16381 done
16382 fi
16383 fi
16384 if test "X$ltrpathdirs" != "X"; then
16385 for found_dir in $ltrpathdirs; do
16386 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
16387 done
16388 fi
16389
16390
16391 ac_save_CPPFLAGS="$CPPFLAGS"
16392
16393 for element in $INCBABELTRACE; do
16394 haveit=
16395 for x in $CPPFLAGS; do
16396
16397 acl_save_prefix="$prefix"
16398 prefix="$acl_final_prefix"
16399 acl_save_exec_prefix="$exec_prefix"
16400 exec_prefix="$acl_final_exec_prefix"
16401 eval x=\"$x\"
16402 exec_prefix="$acl_save_exec_prefix"
16403 prefix="$acl_save_prefix"
16404
16405 if test "X$x" = "X$element"; then
16406 haveit=yes
16407 break
16408 fi
16409 done
16410 if test -z "$haveit"; then
16411 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
16412 fi
16413 done
16414
16415
16416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
16417$as_echo_n "checking for libbabeltrace... " >&6; }
16418if test "${ac_cv_libbabeltrace+set}" = set; then :
16419 $as_echo_n "(cached) " >&6
16420else
16421
16422 ac_save_LIBS="$LIBS"
16423 LIBS="$LIBS $LIBBABELTRACE"
16424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16425/* end confdefs.h. */
16426#include <babeltrace/babeltrace.h>
16427 #include <babeltrace/ctf/events.h>
16428 #include <babeltrace/ctf/iterator.h>
16429int
16430main ()
16431{
16432struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
16433 struct bt_ctf_event *event = NULL;
16434 const struct bt_definition *scope;
16435
65c749e7 16436 bt_iter_set_pos (bt_ctf_get_iter (NULL), pos);
393fd4c3
YQ
16437 scope = bt_ctf_get_top_level_scope (event,
16438 BT_STREAM_EVENT_HEADER);
16439 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
16440
16441 ;
16442 return 0;
16443}
16444_ACEOF
16445if ac_fn_c_try_link "$LINENO"; then :
16446 ac_cv_libbabeltrace=yes
16447else
16448 ac_cv_libbabeltrace=no
16449fi
16450rm -f core conftest.err conftest.$ac_objext \
16451 conftest$ac_exeext conftest.$ac_ext
16452 LIBS="$ac_save_LIBS"
16453
16454fi
16455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
16456$as_echo "$ac_cv_libbabeltrace" >&6; }
16457 if test "$ac_cv_libbabeltrace" = yes; then
16458 HAVE_LIBBABELTRACE=yes
16459
16460$as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
16461
16462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
16463$as_echo_n "checking how to link with libbabeltrace... " >&6; }
16464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
16465$as_echo "$LIBBABELTRACE" >&6; }
16466 else
16467 HAVE_LIBBABELTRACE=no
16468 CPPFLAGS="$ac_save_CPPFLAGS"
16469 LIBBABELTRACE=
16470 LTLIBBABELTRACE=
16471 fi
16472
16473
16474
16475
16476
16477
16478 CFLAGS=$saved_CFLAGS
16479
16480 if test "$HAVE_LIBBABELTRACE" != yes; then
16481 if test "$with_babeltrace" = yes; then
16482 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
16483 else
16484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
16485$as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
16486 fi
16487 fi
16488fi
16489
db985757 16490# If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
2c0fc042 16491# to an empty version.
c906108c
SS
16492
16493files=
16494links=
5a2402b8 16495
c906108c
SS
16496rm -f nm.h
16497if test "${nativefile}" != ""; then
0f475e27
AC
16498 case "${nativefile}" in
16499 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
16500 * ) GDB_NM_FILE="${nativefile}"
16501 esac
5a2402b8
AC
16502 files="${files} ${GDB_NM_FILE}"
16503 links="${links} nm.h"
60ca704f
SE
16504
16505cat >>confdefs.h <<_ACEOF
b78960be 16506#define GDB_NM_FILE "${GDB_NM_FILE}"
bec39cab 16507_ACEOF
5a2402b8 16508
c906108c 16509fi
5a2402b8
AC
16510
16511
bec39cab
AC
16512ac_sources="$files"
16513ac_dests="$links"
16514while test -n "$ac_sources"; do
16515 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
16516 set $ac_sources; ac_source=$1; shift; ac_sources=$*
16517 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
16518done
81ecdfbb 16519ac_config_links="$ac_config_links $ac_config_links_1"
c906108c
SS
16520
16521
c906108c
SS
16522
16523
c906108c 16524
81ecdfbb 16525$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
bec39cab 16526
bec39cab 16527
b292c783 16528
f6a88844
JM
16529 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
16530 GDB_TRANSFORM_NAME=`echo gdb | sed -e "$gdb_ac_transform"`
16531 if test "x$GDB_TRANSFORM_NAME" = x; then
16532 GDB_TRANSFORM_NAME=gdb
16533 fi
16534
16535
16536
16537 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
16538 GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$gdb_ac_transform"`
16539 if test "x$GCORE_TRANSFORM_NAME" = x; then
16540 GCORE_TRANSFORM_NAME=gcore
16541 fi
16542
b292c783
JK
16543
16544ac_config_files="$ac_config_files gcore"
16545
16546
c971b7fa 16547ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
81ecdfbb
RW
16548
16549ac_config_commands="$ac_config_commands default"
89a34d1b 16550
bec39cab
AC
16551cat >confcache <<\_ACEOF
16552# This file is a shell script that caches the results of configure
16553# tests run on this system so they can be shared between configure
16554# scripts and configure runs, see configure's option --config-cache.
16555# It is not useful on other systems. If it contains results you don't
16556# want to keep, you may remove or edit it.
16557#
16558# config.status only pays attention to the cache file if you give it
16559# the --recheck option to rerun configure.
16560#
16561# `ac_cv_env_foo' variables (set or unset) will be overridden when
16562# loading this file, other *unset* `ac_cv_foo' will be assigned the
16563# following values.
16564
16565_ACEOF
16566
16567# The following way of writing the cache mishandles newlines in values,
16568# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 16569# So, we kill variables containing newlines.
bec39cab
AC
16570# Ultrix sh set writes to stderr and can't be redirected directly,
16571# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
16572(
16573 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16574 eval ac_val=\$$ac_var
16575 case $ac_val in #(
16576 *${as_nl}*)
16577 case $ac_var in #(
16578 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16579$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16580 esac
16581 case $ac_var in #(
16582 _ | IFS | as_nl) ;; #(
16583 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16584 *) { eval $ac_var=; unset $ac_var;} ;;
16585 esac ;;
16586 esac
16587 done
16588
bec39cab 16589 (set) 2>&1 |
81ecdfbb
RW
16590 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16591 *${as_nl}ac_space=\ *)
16592 # `set' does not quote correctly, so add quotes: double-quote
16593 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
16594 sed -n \
16595 "s/'/'\\\\''/g;
16596 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 16597 ;; #(
bec39cab
AC
16598 *)
16599 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 16600 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 16601 ;;
81ecdfbb
RW
16602 esac |
16603 sort
16604) |
bec39cab 16605 sed '
81ecdfbb 16606 /^ac_cv_env_/b end
bec39cab 16607 t clear
81ecdfbb 16608 :clear
bec39cab
AC
16609 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16610 t end
81ecdfbb
RW
16611 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16612 :end' >>confcache
16613if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16614 if test -w "$cache_file"; then
16615 test "x$cache_file" != "x/dev/null" &&
16616 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16617$as_echo "$as_me: updating cache $cache_file" >&6;}
bec39cab
AC
16618 cat confcache >$cache_file
16619 else
81ecdfbb
RW
16620 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16621$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
bec39cab
AC
16622 fi
16623fi
16624rm -f confcache
16625
16626test "x$prefix" = xNONE && prefix=$ac_default_prefix
16627# Let make expand exec_prefix.
16628test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16629
bec39cab
AC
16630DEFS=-DHAVE_CONFIG_H
16631
16632ac_libobjs=
16633ac_ltlibobjs=
16634for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16635 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
16636 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16637 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16638 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16639 # will be set to the directory where LIBOBJS objects are built.
16640 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16641 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
16642done
16643LIBOBJS=$ac_libobjs
16644
16645LTLIBOBJS=$ac_ltlibobjs
16646
16647
85981d60 16648if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
16649 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16650Usually this means the macro was only invoked conditionally." "$LINENO" 5
85981d60 16651fi
a417dc56 16652if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
81ecdfbb
RW
16653 as_fn_error "conditional \"GMAKE\" was never defined.
16654Usually this means the macro was only invoked conditionally." "$LINENO" 5
a417dc56 16655fi
4df42755
DE
16656if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then
16657 as_fn_error "conditional \"HAVE_PYTHON\" was never defined.
16658Usually this means the macro was only invoked conditionally." "$LINENO" 5
16659fi
16660if test -z "${HAVE_GUILE_TRUE}" && test -z "${HAVE_GUILE_FALSE}"; then
16661 as_fn_error "conditional \"HAVE_GUILE\" was never defined.
16662Usually this means the macro was only invoked conditionally." "$LINENO" 5
16663fi
81ecdfbb
RW
16664
16665
bec39cab 16666: ${CONFIG_STATUS=./config.status}
81ecdfbb 16667ac_write_fail=0
bec39cab
AC
16668ac_clean_files_save=$ac_clean_files
16669ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16670{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16671$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16672as_write_fail=0
16673cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
16674#! $SHELL
16675# Generated by $as_me.
16676# Run this file to recreate the current configuration.
16677# Compiler output produced by configure, useful for debugging
16678# configure, is in config.log if it exists.
16679
16680debug=false
16681ac_cs_recheck=false
16682ac_cs_silent=false
bec39cab 16683
81ecdfbb
RW
16684SHELL=\${CONFIG_SHELL-$SHELL}
16685export SHELL
16686_ASEOF
16687cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16688## -------------------- ##
16689## M4sh Initialization. ##
16690## -------------------- ##
16691
16692# Be more Bourne compatible
16693DUALCASE=1; export DUALCASE # for MKS sh
16694if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
16695 emulate sh
16696 NULLCMD=:
81ecdfbb 16697 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
16698 # is contrary to our usage. Disable this feature.
16699 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16700 setopt NO_GLOB_SUBST
16701else
16702 case `(set -o) 2>/dev/null` in #(
16703 *posix*) :
16704 set -o posix ;; #(
16705 *) :
16706 ;;
16707esac
bec39cab 16708fi
bec39cab 16709
81ecdfbb
RW
16710
16711as_nl='
16712'
16713export as_nl
16714# Printing a long string crashes Solaris 7 /usr/bin/printf.
16715as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16716as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16717as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16718# Prefer a ksh shell builtin over an external printf program on Solaris,
16719# but without wasting forks for bash or zsh.
16720if test -z "$BASH_VERSION$ZSH_VERSION" \
16721 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16722 as_echo='print -r --'
16723 as_echo_n='print -rn --'
16724elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16725 as_echo='printf %s\n'
16726 as_echo_n='printf %s'
16727else
16728 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16729 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16730 as_echo_n='/usr/ucb/echo -n'
16731 else
16732 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16733 as_echo_n_body='eval
16734 arg=$1;
16735 case $arg in #(
16736 *"$as_nl"*)
16737 expr "X$arg" : "X\\(.*\\)$as_nl";
16738 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16739 esac;
16740 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16741 '
16742 export as_echo_n_body
16743 as_echo_n='sh -c $as_echo_n_body as_echo'
16744 fi
16745 export as_echo_body
16746 as_echo='sh -c $as_echo_body as_echo'
16747fi
16748
16749# The user is always right.
16750if test "${PATH_SEPARATOR+set}" != set; then
16751 PATH_SEPARATOR=:
16752 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16753 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16754 PATH_SEPARATOR=';'
16755 }
bec39cab
AC
16756fi
16757
16758
81ecdfbb
RW
16759# IFS
16760# We need space, tab and new line, in precisely that order. Quoting is
16761# there to prevent editors from complaining about space-tab.
16762# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16763# splitting by setting IFS to empty value.)
16764IFS=" "" $as_nl"
16765
16766# Find who we are. Look in the path if we contain no directory separator.
16767case $0 in #((
16768 *[\\/]* ) as_myself=$0 ;;
16769 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16770for as_dir in $PATH
16771do
16772 IFS=$as_save_IFS
16773 test -z "$as_dir" && as_dir=.
16774 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16775 done
16776IFS=$as_save_IFS
16777
16778 ;;
16779esac
16780# We did not find ourselves, most probably we were run as `sh COMMAND'
16781# in which case we are not to be found in the path.
16782if test "x$as_myself" = x; then
16783 as_myself=$0
16784fi
16785if test ! -f "$as_myself"; then
16786 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16787 exit 1
16788fi
16789
16790# Unset variables that we do not need and which cause bugs (e.g. in
16791# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16792# suppresses any "Segmentation fault" message there. '((' could
16793# trigger a bug in pdksh 5.2.14.
16794for as_var in BASH_ENV ENV MAIL MAILPATH
16795do eval test x\${$as_var+set} = xset \
16796 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16797done
bec39cab
AC
16798PS1='$ '
16799PS2='> '
16800PS4='+ '
16801
16802# NLS nuisances.
81ecdfbb
RW
16803LC_ALL=C
16804export LC_ALL
16805LANGUAGE=C
16806export LANGUAGE
16807
16808# CDPATH.
16809(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16810
16811
16812# as_fn_error ERROR [LINENO LOG_FD]
16813# ---------------------------------
16814# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16815# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16816# script with status $?, using 1 if that was 0.
16817as_fn_error ()
16818{
16819 as_status=$?; test $as_status -eq 0 && as_status=1
16820 if test "$3"; then
16821 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16822 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16823 fi
16824 $as_echo "$as_me: error: $1" >&2
16825 as_fn_exit $as_status
16826} # as_fn_error
16827
16828
16829# as_fn_set_status STATUS
16830# -----------------------
16831# Set $? to STATUS, without forking.
16832as_fn_set_status ()
16833{
16834 return $1
16835} # as_fn_set_status
16836
16837# as_fn_exit STATUS
16838# -----------------
16839# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16840as_fn_exit ()
16841{
16842 set +e
16843 as_fn_set_status $1
16844 exit $1
16845} # as_fn_exit
16846
16847# as_fn_unset VAR
16848# ---------------
16849# Portably unset VAR.
16850as_fn_unset ()
16851{
16852 { eval $1=; unset $1;}
16853}
16854as_unset=as_fn_unset
16855# as_fn_append VAR VALUE
16856# ----------------------
16857# Append the text in VALUE to the end of the definition contained in VAR. Take
16858# advantage of any shell optimizations that allow amortized linear growth over
16859# repeated appends, instead of the typical quadratic growth present in naive
16860# implementations.
16861if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16862 eval 'as_fn_append ()
16863 {
16864 eval $1+=\$2
16865 }'
16866else
16867 as_fn_append ()
16868 {
16869 eval $1=\$$1\$2
16870 }
16871fi # as_fn_append
16872
16873# as_fn_arith ARG...
16874# ------------------
16875# Perform arithmetic evaluation on the ARGs, and store the result in the
16876# global $as_val. Take advantage of shells that can avoid forks. The arguments
16877# must be portable across $(()) and expr.
16878if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16879 eval 'as_fn_arith ()
16880 {
16881 as_val=$(( $* ))
16882 }'
16883else
16884 as_fn_arith ()
16885 {
16886 as_val=`expr "$@" || test $? -eq 1`
16887 }
16888fi # as_fn_arith
bec39cab 16889
81ecdfbb
RW
16890
16891if expr a : '\(a\)' >/dev/null 2>&1 &&
16892 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
16893 as_expr=expr
16894else
16895 as_expr=false
16896fi
16897
81ecdfbb 16898if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
16899 as_basename=basename
16900else
16901 as_basename=false
16902fi
16903
81ecdfbb
RW
16904if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16905 as_dirname=dirname
16906else
16907 as_dirname=false
16908fi
bec39cab 16909
81ecdfbb 16910as_me=`$as_basename -- "$0" ||
bec39cab
AC
16911$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16912 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16913 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16914$as_echo X/"$0" |
16915 sed '/^.*\/\([^/][^/]*\)\/*$/{
16916 s//\1/
16917 q
16918 }
16919 /^X\/\(\/\/\)$/{
16920 s//\1/
16921 q
16922 }
16923 /^X\/\(\/\).*/{
16924 s//\1/
16925 q
16926 }
16927 s/.*/./; q'`
b4e70030 16928
b4e70030
JB
16929# Avoid depending upon Character Ranges.
16930as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16931as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16932as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16933as_cr_digits='0123456789'
16934as_cr_alnum=$as_cr_Letters$as_cr_digits
16935
81ecdfbb
RW
16936ECHO_C= ECHO_N= ECHO_T=
16937case `echo -n x` in #(((((
16938-n*)
16939 case `echo 'xy\c'` in
16940 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16941 xy) ECHO_C='\c';;
16942 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16943 ECHO_T=' ';;
16944 esac;;
16945*)
16946 ECHO_N='-n';;
bec39cab
AC
16947esac
16948
81ecdfbb
RW
16949rm -f conf$$ conf$$.exe conf$$.file
16950if test -d conf$$.dir; then
16951 rm -f conf$$.dir/conf$$.file
bec39cab 16952else
81ecdfbb
RW
16953 rm -f conf$$.dir
16954 mkdir conf$$.dir 2>/dev/null
bec39cab 16955fi
81ecdfbb
RW
16956if (echo >conf$$.file) 2>/dev/null; then
16957 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 16958 as_ln_s='ln -s'
81ecdfbb
RW
16959 # ... but there are two gotchas:
16960 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16961 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16962 # In both cases, we have to default to `cp -p'.
16963 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16964 as_ln_s='cp -p'
16965 elif ln conf$$.file conf$$ 2>/dev/null; then
16966 as_ln_s=ln
16967 else
16968 as_ln_s='cp -p'
b4e70030 16969 fi
bec39cab
AC
16970else
16971 as_ln_s='cp -p'
16972fi
81ecdfbb
RW
16973rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16974rmdir conf$$.dir 2>/dev/null
16975
16976
16977# as_fn_mkdir_p
16978# -------------
16979# Create "$as_dir" as a directory, including parents if necessary.
16980as_fn_mkdir_p ()
16981{
16982
16983 case $as_dir in #(
16984 -*) as_dir=./$as_dir;;
16985 esac
16986 test -d "$as_dir" || eval $as_mkdir_p || {
16987 as_dirs=
16988 while :; do
16989 case $as_dir in #(
16990 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16991 *) as_qdir=$as_dir;;
16992 esac
16993 as_dirs="'$as_qdir' $as_dirs"
16994 as_dir=`$as_dirname -- "$as_dir" ||
16995$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16996 X"$as_dir" : 'X\(//\)[^/]' \| \
16997 X"$as_dir" : 'X\(//\)$' \| \
16998 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16999$as_echo X"$as_dir" |
17000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17001 s//\1/
17002 q
17003 }
17004 /^X\(\/\/\)[^/].*/{
17005 s//\1/
17006 q
17007 }
17008 /^X\(\/\/\)$/{
17009 s//\1/
17010 q
17011 }
17012 /^X\(\/\).*/{
17013 s//\1/
17014 q
17015 }
17016 s/.*/./; q'`
17017 test -d "$as_dir" && break
17018 done
17019 test -z "$as_dirs" || eval "mkdir $as_dirs"
17020 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
17021
bec39cab 17022
81ecdfbb 17023} # as_fn_mkdir_p
bec39cab 17024if mkdir -p . 2>/dev/null; then
81ecdfbb 17025 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
17026else
17027 test -d ./-p && rmdir ./-p
17028 as_mkdir_p=false
17029fi
17030
81ecdfbb
RW
17031if test -x / >/dev/null 2>&1; then
17032 as_test_x='test -x'
17033else
17034 if ls -dL / >/dev/null 2>&1; then
17035 as_ls_L_option=L
17036 else
17037 as_ls_L_option=
17038 fi
17039 as_test_x='
17040 eval sh -c '\''
17041 if test -d "$1"; then
17042 test -d "$1/.";
17043 else
17044 case $1 in #(
17045 -*)set "./$1";;
17046 esac;
17047 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17048 ???[sx]*):;;*)false;;esac;fi
17049 '\'' sh
17050 '
17051fi
17052as_executable_p=$as_test_x
bec39cab
AC
17053
17054# Sed expression to map a string onto a valid CPP name.
17055as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17056
17057# Sed expression to map a string onto a valid variable name.
17058as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17059
17060
bec39cab 17061exec 6>&1
81ecdfbb
RW
17062## ----------------------------------- ##
17063## Main body of $CONFIG_STATUS script. ##
17064## ----------------------------------- ##
17065_ASEOF
17066test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17067
17068cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17069# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 17070# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
17071# values after options handling.
17072ac_log="
bec39cab 17073This file was extended by $as_me, which was
81ecdfbb 17074generated by GNU Autoconf 2.64. Invocation command line was
bec39cab
AC
17075
17076 CONFIG_FILES = $CONFIG_FILES
17077 CONFIG_HEADERS = $CONFIG_HEADERS
17078 CONFIG_LINKS = $CONFIG_LINKS
17079 CONFIG_COMMANDS = $CONFIG_COMMANDS
17080 $ $0 $@
17081
81ecdfbb
RW
17082on `(hostname || uname -n) 2>/dev/null | sed 1q`
17083"
17084
bec39cab
AC
17085_ACEOF
17086
81ecdfbb
RW
17087case $ac_config_files in *"
17088"*) set x $ac_config_files; shift; ac_config_files=$*;;
17089esac
234b45d4 17090
81ecdfbb
RW
17091case $ac_config_headers in *"
17092"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17093esac
b4e70030 17094
b4e70030 17095
81ecdfbb
RW
17096cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17097# Files that config.status was made for.
17098config_files="$ac_config_files"
17099config_headers="$ac_config_headers"
17100config_links="$ac_config_links"
17101config_commands="$ac_config_commands"
234b45d4 17102
81ecdfbb 17103_ACEOF
b4e70030 17104
81ecdfbb 17105cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 17106ac_cs_usage="\
81ecdfbb
RW
17107\`$as_me' instantiates files and other configuration actions
17108from templates according to the current configuration. Unless the files
17109and actions are specified as TAGs, all are instantiated by default.
234b45d4 17110
81ecdfbb 17111Usage: $0 [OPTION]... [TAG]...
234b45d4 17112
bec39cab 17113 -h, --help print this help, then exit
81ecdfbb
RW
17114 -V, --version print version number and configuration settings, then exit
17115 -q, --quiet, --silent
17116 do not print progress messages
bec39cab
AC
17117 -d, --debug don't remove temporary files
17118 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
17119 --file=FILE[:TEMPLATE]
17120 instantiate the configuration file FILE
17121 --header=FILE[:TEMPLATE]
17122 instantiate the configuration header FILE
234b45d4 17123
bec39cab
AC
17124Configuration files:
17125$config_files
234b45d4 17126
bec39cab
AC
17127Configuration headers:
17128$config_headers
234b45d4 17129
bec39cab
AC
17130Configuration links:
17131$config_links
234b45d4 17132
bec39cab
AC
17133Configuration commands:
17134$config_commands
17135
81ecdfbb 17136Report bugs to the package provider."
b4e70030 17137
81ecdfbb
RW
17138_ACEOF
17139cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab
AC
17140ac_cs_version="\\
17141config.status
81ecdfbb
RW
17142configured by $0, generated by GNU Autoconf 2.64,
17143 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
bec39cab 17144
81ecdfbb 17145Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
17146This config.status script is free software; the Free Software Foundation
17147gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
17148
17149ac_pwd='$ac_pwd'
17150srcdir='$srcdir'
17151INSTALL='$INSTALL'
81ecdfbb
RW
17152AWK='$AWK'
17153test -n "\$AWK" || AWK=awk
bec39cab
AC
17154_ACEOF
17155
81ecdfbb
RW
17156cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17157# The default lists apply if the user does not specify any file.
bec39cab
AC
17158ac_need_defaults=:
17159while test $# != 0
17160do
17161 case $1 in
17162 --*=*)
81ecdfbb
RW
17163 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17164 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab 17165 ac_shift=:
c906108c 17166 ;;
81ecdfbb 17167 *)
bec39cab
AC
17168 ac_option=$1
17169 ac_optarg=$2
17170 ac_shift=shift
c906108c 17171 ;;
bec39cab 17172 esac
c906108c 17173
bec39cab
AC
17174 case $ac_option in
17175 # Handling of the options.
bec39cab
AC
17176 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17177 ac_cs_recheck=: ;;
81ecdfbb
RW
17178 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17179 $as_echo "$ac_cs_version"; exit ;;
17180 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
17181 debug=: ;;
17182 --file | --fil | --fi | --f )
17183 $ac_shift
81ecdfbb
RW
17184 case $ac_optarg in
17185 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17186 esac
17187 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab
AC
17188 ac_need_defaults=false;;
17189 --header | --heade | --head | --hea )
17190 $ac_shift
81ecdfbb
RW
17191 case $ac_optarg in
17192 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17193 esac
17194 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
bec39cab 17195 ac_need_defaults=false;;
81ecdfbb
RW
17196 --he | --h)
17197 # Conflict between --help and --header
17198 as_fn_error "ambiguous option: \`$1'
17199Try \`$0 --help' for more information.";;
17200 --help | --hel | -h )
17201 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
17202 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17203 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17204 ac_cs_silent=: ;;
c906108c 17205
bec39cab 17206 # This is an error.
81ecdfbb
RW
17207 -*) as_fn_error "unrecognized option: \`$1'
17208Try \`$0 --help' for more information." ;;
c906108c 17209
81ecdfbb
RW
17210 *) as_fn_append ac_config_targets " $1"
17211 ac_need_defaults=false ;;
c906108c 17212
bec39cab
AC
17213 esac
17214 shift
17215done
c906108c 17216
bec39cab 17217ac_configure_extra_args=
c906108c 17218
bec39cab
AC
17219if $ac_cs_silent; then
17220 exec 6>/dev/null
17221 ac_configure_extra_args="$ac_configure_extra_args --silent"
17222fi
c906108c 17223
bec39cab 17224_ACEOF
81ecdfbb 17225cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 17226if \$ac_cs_recheck; then
81ecdfbb
RW
17227 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17228 shift
17229 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17230 CONFIG_SHELL='$SHELL'
17231 export CONFIG_SHELL
17232 exec "\$@"
bec39cab
AC
17233fi
17234
17235_ACEOF
81ecdfbb
RW
17236cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17237exec 5>>config.log
17238{
17239 echo
17240 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17241## Running $as_me. ##
17242_ASBOX
17243 $as_echo "$ac_log"
17244} >&5
bec39cab 17245
81ecdfbb
RW
17246_ACEOF
17247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c906108c 17248#
81ecdfbb 17249# INIT-COMMANDS
c906108c 17250#
a417dc56 17251ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
b4e70030 17252
bec39cab
AC
17253_ACEOF
17254
81ecdfbb 17255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4e8d927d 17256
81ecdfbb 17257# Handling of arguments.
bec39cab 17258for ac_config_target in $ac_config_targets
c906108c 17259do
81ecdfbb
RW
17260 case $ac_config_target in
17261 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17262 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
f997c383 17263 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
81ecdfbb 17264 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
b292c783 17265 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
81ecdfbb 17266 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
e2207b9a 17267 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
5ae98d25 17268 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
aa2e2d8d 17269 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
81ecdfbb
RW
17270 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17271
17272 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
17273 esac
17274done
17275
81ecdfbb 17276
bec39cab
AC
17277# If the user did not use the arguments to specify the items to instantiate,
17278# then the envvar interface is used. Set only those that are not.
17279# We use the long form for the default assignment because of an extremely
17280# bizarre bug on SunOS 4.1.3.
17281if $ac_need_defaults; then
17282 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17283 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17284 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17285 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17286fi
17287
b4e70030 17288# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 17289# simply because there is no reason against having it here, and in addition,
b4e70030 17290# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
17291# Hook for its removal unless debugging.
17292# Note that there is a small window in which the directory will not be cleaned:
17293# after its creation but before its name has been assigned to `$tmp'.
b4e70030
JB
17294$debug ||
17295{
81ecdfbb
RW
17296 tmp=
17297 trap 'exit_status=$?
17298 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17299' 0
17300 trap 'as_fn_exit 1' 1 2 13 15
17301}
17302# Create a (secure) tmp directory for tmp files.
17303
17304{
17305 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17306 test -n "$tmp" && test -d "$tmp"
17307} ||
17308{
17309 tmp=./conf$$-$RANDOM
17310 (umask 077 && mkdir "$tmp")
17311} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17312
17313# Set up the scripts for CONFIG_FILES section.
17314# No need to generate them if there are no CONFIG_FILES.
17315# This happens for instance with `./config.status config.h'.
17316if test -n "$CONFIG_FILES"; then
17317
17318if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
17319 ac_cs_awk_getline=:
17320 ac_cs_awk_pipe_init=
17321 ac_cs_awk_read_file='
17322 while ((getline aline < (F[key])) > 0)
17323 print(aline)
17324 close(F[key])'
17325 ac_cs_awk_pipe_fini=
17326else
17327 ac_cs_awk_getline=false
17328 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
17329 ac_cs_awk_read_file='
17330 print "|#_!!_#|"
17331 print "cat " F[key] " &&"
17332 '$ac_cs_awk_pipe_init
17333 # The final `:' finishes the AND list.
17334 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
17335fi
17336ac_cr=`echo X | tr X '\015'`
17337# On cygwin, bash can eat \r inside `` if the user requested igncr.
17338# But we know of no other shell where ac_cr would be empty at this
17339# point, so we can use a bashism as a fallback.
17340if test "x$ac_cr" = x; then
17341 eval ac_cr=\$\'\\r\'
17342fi
17343ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17344if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17345 ac_cs_awk_cr='\r'
17346else
17347 ac_cs_awk_cr=$ac_cr
17348fi
17349
17350echo 'BEGIN {' >"$tmp/subs1.awk" &&
17351_ACEOF
17352
17353# Create commands to substitute file output variables.
17354{
17355 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17356 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
17357 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
17358 echo "_ACAWK" &&
17359 echo "_ACEOF"
17360} >conf$$files.sh &&
17361. ./conf$$files.sh ||
17362 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17363rm -f conf$$files.sh
17364
17365{
17366 echo "cat >conf$$subs.awk <<_ACEOF" &&
17367 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17368 echo "_ACEOF"
17369} >conf$$subs.sh ||
17370 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17371ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17372ac_delim='%!_!# '
17373for ac_last_try in false false false false false :; do
17374 . ./conf$$subs.sh ||
17375 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17376
17377 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17378 if test $ac_delim_n = $ac_delim_num; then
17379 break
17380 elif $ac_last_try; then
17381 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17382 else
17383 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17384 fi
17385done
17386rm -f conf$$subs.sh
17387
17388cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17389cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17390_ACEOF
17391sed -n '
17392h
17393s/^/S["/; s/!.*/"]=/
17394p
17395g
17396s/^[^!]*!//
17397:repl
17398t repl
17399s/'"$ac_delim"'$//
17400t delim
17401:nl
17402h
17403s/\(.\{148\}\).*/\1/
17404t more1
17405s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17406p
17407n
17408b repl
17409:more1
17410s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17411p
17412g
17413s/.\{148\}//
17414t nl
17415:delim
17416h
17417s/\(.\{148\}\).*/\1/
17418t more2
17419s/["\\]/\\&/g; s/^/"/; s/$/"/
17420p
17421b
17422:more2
17423s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17424p
17425g
17426s/.\{148\}//
17427t delim
17428' <conf$$subs.awk | sed '
17429/^[^""]/{
17430 N
17431 s/\n//
17432}
17433' >>$CONFIG_STATUS || ac_write_fail=1
17434rm -f conf$$subs.awk
17435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17436_ACAWK
17437cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17438 for (key in S) S_is_set[key] = 1
17439 FS = "\a"
17440 \$ac_cs_awk_pipe_init
17441}
17442{
17443 line = $ 0
17444 nfields = split(line, field, "@")
17445 substed = 0
17446 len = length(field[1])
17447 for (i = 2; i < nfields; i++) {
17448 key = field[i]
17449 keylen = length(key)
17450 if (S_is_set[key]) {
17451 value = S[key]
17452 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17453 len += length(value) + length(field[++i])
17454 substed = 1
17455 } else
17456 len += 1 + keylen
17457 }
17458 if (nfields == 3 && !substed) {
17459 key = field[2]
17460 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
17461 \$ac_cs_awk_read_file
17462 next
17463 }
17464 }
17465 print line
b4e70030 17466}
81ecdfbb
RW
17467\$ac_cs_awk_pipe_fini
17468_ACAWK
17469_ACEOF
17470cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17471if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17472 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17473else
17474 cat
17475fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17476 || as_fn_error "could not setup config files machinery" "$LINENO" 5
17477_ACEOF
17478
17479# VPATH may cause trouble with some makes, so we remove $(srcdir),
17480# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17481# trailing colons and then remove the whole line if VPATH becomes empty
17482# (actually we leave an empty line to preserve line numbers).
17483if test "x$srcdir" = x.; then
17484 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17485s/:*\$(srcdir):*/:/
17486s/:*\${srcdir}:*/:/
17487s/:*@srcdir@:*/:/
17488s/^\([^=]*=[ ]*\):*/\1/
17489s/:*$//
17490s/^[^=]*=[ ]*$//
17491}'
17492fi
17493
17494cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17495fi # test -n "$CONFIG_FILES"
17496
17497# Set up the scripts for CONFIG_HEADERS section.
17498# No need to generate them if there are no CONFIG_HEADERS.
17499# This happens for instance with `./config.status Makefile'.
17500if test -n "$CONFIG_HEADERS"; then
17501cat >"$tmp/defines.awk" <<\_ACAWK ||
17502BEGIN {
17503_ACEOF
17504
17505# Transform confdefs.h into an awk script `defines.awk', embedded as
17506# here-document in config.status, that substitutes the proper values into
17507# config.h.in to produce config.h.
4e8d927d 17508
81ecdfbb
RW
17509# Create a delimiter string that does not exist in confdefs.h, to ease
17510# handling of long lines.
17511ac_delim='%!_!# '
17512for ac_last_try in false false :; do
17513 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17514 if test -z "$ac_t"; then
17515 break
17516 elif $ac_last_try; then
17517 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17518 else
17519 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17520 fi
17521done
4e8d927d 17522
81ecdfbb
RW
17523# For the awk script, D is an array of macro values keyed by name,
17524# likewise P contains macro parameters if any. Preserve backslash
17525# newline sequences.
17526
17527ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17528sed -n '
17529s/.\{148\}/&'"$ac_delim"'/g
17530t rset
17531:rset
17532s/^[ ]*#[ ]*define[ ][ ]*/ /
17533t def
17534d
17535:def
17536s/\\$//
17537t bsnl
17538s/["\\]/\\&/g
17539s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17540D["\1"]=" \3"/p
17541s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17542d
17543:bsnl
17544s/["\\]/\\&/g
17545s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17546D["\1"]=" \3\\\\\\n"\\/p
17547t cont
17548s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17549t cont
17550d
17551:cont
17552n
17553s/.\{148\}/&'"$ac_delim"'/g
17554t clear
17555:clear
17556s/\\$//
17557t bsnlc
17558s/["\\]/\\&/g; s/^/"/; s/$/"/p
17559d
17560:bsnlc
17561s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17562b cont
17563' <confdefs.h | sed '
17564s/'"$ac_delim"'/"\\\
17565"/g' >>$CONFIG_STATUS || ac_write_fail=1
17566
17567cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17568 for (key in D) D_is_set[key] = 1
17569 FS = "\a"
17570}
17571/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17572 line = \$ 0
17573 split(line, arg, " ")
17574 if (arg[1] == "#") {
17575 defundef = arg[2]
17576 mac1 = arg[3]
17577 } else {
17578 defundef = substr(arg[1], 2)
17579 mac1 = arg[2]
17580 }
17581 split(mac1, mac2, "(") #)
17582 macro = mac2[1]
17583 prefix = substr(line, 1, index(line, defundef) - 1)
17584 if (D_is_set[macro]) {
17585 # Preserve the white space surrounding the "#".
17586 print prefix "define", macro P[macro] D[macro]
17587 next
17588 } else {
17589 # Replace #undef with comments. This is necessary, for example,
17590 # in the case of _POSIX_SOURCE, which is predefined and required
17591 # on some systems where configure will not decide to define it.
17592 if (defundef == "undef") {
17593 print "/*", prefix defundef, macro, "*/"
17594 next
17595 }
17596 }
b4e70030 17597}
81ecdfbb
RW
17598{ print }
17599_ACAWK
b4e70030 17600_ACEOF
81ecdfbb
RW
17601cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17602 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17603fi # test -n "$CONFIG_HEADERS"
4e8d927d 17604
4e8d927d 17605
81ecdfbb
RW
17606eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
17607shift
17608for ac_tag
17609do
17610 case $ac_tag in
17611 :[FHLC]) ac_mode=$ac_tag; continue;;
17612 esac
17613 case $ac_mode$ac_tag in
17614 :[FHL]*:*);;
17615 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17616 :[FH]-) ac_tag=-:-;;
17617 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17618 esac
17619 ac_save_IFS=$IFS
17620 IFS=:
17621 set x $ac_tag
17622 IFS=$ac_save_IFS
17623 shift
17624 ac_file=$1
17625 shift
4e8d927d 17626
81ecdfbb
RW
17627 case $ac_mode in
17628 :L) ac_source=$1;;
17629 :[FH])
17630 ac_file_inputs=
17631 for ac_f
17632 do
17633 case $ac_f in
17634 -) ac_f="$tmp/stdin";;
17635 *) # Look for the file first in the build tree, then in the source tree
17636 # (if the path is not absolute). The absolute path cannot be DOS-style,
17637 # because $ac_f cannot contain `:'.
17638 test -f "$ac_f" ||
17639 case $ac_f in
17640 [\\/$]*) false;;
17641 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17642 esac ||
17643 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17644 esac
17645 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17646 as_fn_append ac_file_inputs " '$ac_f'"
17647 done
17648
17649 # Let's still pretend it is `configure' which instantiates (i.e., don't
17650 # use $as_me), people would be surprised to read:
17651 # /* config.h. Generated by config.status. */
17652 configure_input='Generated from '`
17653 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17654 `' by configure.'
17655 if test x"$ac_file" != x-; then
17656 configure_input="$ac_file. $configure_input"
17657 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17658$as_echo "$as_me: creating $ac_file" >&6;}
b4e70030 17659 fi
81ecdfbb
RW
17660 # Neutralize special characters interpreted by sed in replacement strings.
17661 case $configure_input in #(
17662 *\&* | *\|* | *\\* )
17663 ac_sed_conf_input=`$as_echo "$configure_input" |
17664 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17665 *) ac_sed_conf_input=$configure_input;;
17666 esac
4e8d927d 17667
81ecdfbb
RW
17668 case $ac_tag in
17669 *:-:* | *:-) cat >"$tmp/stdin" \
17670 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17671 esac
17672 ;;
c906108c
SS
17673 esac
17674
81ecdfbb 17675 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
17676$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17677 X"$ac_file" : 'X\(//\)[^/]' \| \
17678 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17679 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17680$as_echo X"$ac_file" |
17681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17682 s//\1/
17683 q
17684 }
17685 /^X\(\/\/\)[^/].*/{
17686 s//\1/
17687 q
17688 }
17689 /^X\(\/\/\)$/{
17690 s//\1/
17691 q
17692 }
17693 /^X\(\/\).*/{
17694 s//\1/
17695 q
17696 }
17697 s/.*/./; q'`
17698 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
17699 ac_builddir=.
17700
81ecdfbb
RW
17701case "$ac_dir" in
17702.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17703*)
17704 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17705 # A ".." for each directory in $ac_dir_suffix.
17706 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17707 case $ac_top_builddir_sub in
17708 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17709 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17710 esac ;;
17711esac
17712ac_abs_top_builddir=$ac_pwd
17713ac_abs_builddir=$ac_pwd$ac_dir_suffix
17714# for backward compatibility:
17715ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
17716
17717case $srcdir in
81ecdfbb 17718 .) # We are building in place.
bec39cab 17719 ac_srcdir=.
81ecdfbb
RW
17720 ac_top_srcdir=$ac_top_builddir_sub
17721 ac_abs_top_srcdir=$ac_pwd ;;
17722 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 17723 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17724 ac_top_srcdir=$srcdir
17725 ac_abs_top_srcdir=$srcdir ;;
17726 *) # Relative name.
17727 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17728 ac_top_srcdir=$ac_top_build_prefix$srcdir
17729 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 17730esac
81ecdfbb 17731ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 17732
c906108c 17733
81ecdfbb
RW
17734 case $ac_mode in
17735 :F)
17736 #
17737 # CONFIG_FILE
17738 #
c906108c 17739
bec39cab
AC
17740 case $INSTALL in
17741 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 17742 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 17743 esac
81ecdfbb 17744_ACEOF
121ce6e5 17745
81ecdfbb
RW
17746cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17747# If the template does not know about datarootdir, expand it.
17748# FIXME: This hack should be removed a few years after 2.60.
17749ac_datarootdir_hack=; ac_datarootdir_seen=
17750ac_sed_dataroot='
17751/datarootdir/ {
17752 p
17753 q
17754}
17755/@datadir@/p
17756/@docdir@/p
17757/@infodir@/p
17758/@localedir@/p
17759/@mandir@/p'
17760case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17761*datarootdir*) ac_datarootdir_seen=yes;;
17762*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17764$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17765_ACEOF
17766cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17767 ac_datarootdir_hack='
17768 s&@datadir@&$datadir&g
17769 s&@docdir@&$docdir&g
17770 s&@infodir@&$infodir&g
17771 s&@localedir@&$localedir&g
17772 s&@mandir@&$mandir&g
17773 s&\\\${datarootdir}&$datarootdir&g' ;;
17774esac
4e8d927d 17775_ACEOF
81ecdfbb
RW
17776
17777# Neutralize VPATH when `$srcdir' = `.'.
17778# Shell code in configure.ac might set extrasub.
17779# FIXME: do we really want to maintain this feature?
17780cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17781ac_sed_extra="$ac_vpsub
bec39cab
AC
17782$extrasub
17783_ACEOF
81ecdfbb 17784cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
17785:t
17786/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17787s|@configure_input@|$ac_sed_conf_input|;t t
17788s&@top_builddir@&$ac_top_builddir_sub&;t t
17789s&@top_build_prefix@&$ac_top_build_prefix&;t t
17790s&@srcdir@&$ac_srcdir&;t t
17791s&@abs_srcdir@&$ac_abs_srcdir&;t t
17792s&@top_srcdir@&$ac_top_srcdir&;t t
17793s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17794s&@builddir@&$ac_builddir&;t t
17795s&@abs_builddir@&$ac_abs_builddir&;t t
17796s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17797s&@INSTALL@&$ac_INSTALL&;t t
81ecdfbb
RW
17798$ac_datarootdir_hack
17799"
17800eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
17801if $ac_cs_awk_getline; then
17802 $AWK -f "$tmp/subs.awk"
17803else
17804 $AWK -f "$tmp/subs.awk" | $SHELL
17805fi >$tmp/out \
17806 || as_fn_error "could not create $ac_file" "$LINENO" 5
17807
17808test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17809 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17810 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17812which seems to be undefined. Please make sure it is defined." >&5
17813$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17814which seems to be undefined. Please make sure it is defined." >&2;}
17815
17816 rm -f "$tmp/stdin"
bec39cab 17817 case $ac_file in
81ecdfbb
RW
17818 -) cat "$tmp/out" && rm -f "$tmp/out";;
17819 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17820 esac \
17821 || as_fn_error "could not create $ac_file" "$LINENO" 5
17822 ;;
17823 :H)
17824 #
17825 # CONFIG_HEADER
17826 #
bec39cab 17827 if test x"$ac_file" != x-; then
81ecdfbb
RW
17828 {
17829 $as_echo "/* $configure_input */" \
17830 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17831 } >"$tmp/config.h" \
17832 || as_fn_error "could not create $ac_file" "$LINENO" 5
17833 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17834 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17835$as_echo "$as_me: $ac_file is unchanged" >&6;}
bec39cab 17836 else
81ecdfbb
RW
17837 rm -f "$ac_file"
17838 mv "$tmp/config.h" "$ac_file" \
17839 || as_fn_error "could not create $ac_file" "$LINENO" 5
bec39cab
AC
17840 fi
17841 else
81ecdfbb
RW
17842 $as_echo "/* $configure_input */" \
17843 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17844 || as_fn_error "could not create -" "$LINENO" 5
bec39cab 17845 fi
81ecdfbb
RW
17846 ;;
17847 :L)
17848 #
17849 # CONFIG_LINK
17850 #
c906108c 17851
81ecdfbb
RW
17852 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
17853 :
b4e70030 17854 else
81ecdfbb
RW
17855 # Prefer the file from the source tree if names are identical.
17856 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
17857 ac_source=$srcdir/$ac_source
17858 fi
b4e70030 17859
81ecdfbb
RW
17860 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
17861$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b4e70030 17862
81ecdfbb
RW
17863 if test ! -r "$ac_source"; then
17864 as_fn_error "$ac_source: file not found" "$LINENO" 5
17865 fi
17866 rm -f "$ac_file"
bec39cab 17867
81ecdfbb
RW
17868 # Try a relative symlink, then a hard link, then a copy.
17869 case $srcdir in
17870 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17871 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17872 esac
17873 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17874 ln "$ac_source" "$ac_file" 2>/dev/null ||
17875 cp -p "$ac_source" "$ac_file" ||
17876 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17877 fi
17878 ;;
17879 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17880$as_echo "$as_me: executing $ac_file commands" >&6;}
17881 ;;
c906108c 17882 esac
b4e70030 17883
bec39cab 17884
81ecdfbb
RW
17885 case $ac_file$ac_mode in
17886 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
b292c783 17887 "gcore":F) chmod +x gcore ;;
81ecdfbb 17888 "default":C)
c906108c
SS
17889case x$CONFIG_HEADERS in
17890xconfig.h:config.in)
17891echo > stamp-h ;;
17892esac
bec39cab 17893 ;;
81ecdfbb 17894
bec39cab 17895 esac
81ecdfbb 17896done # for ac_tag
c906108c 17897
bec39cab 17898
81ecdfbb 17899as_fn_exit 0
bec39cab 17900_ACEOF
bec39cab
AC
17901ac_clean_files=$ac_clean_files_save
17902
81ecdfbb
RW
17903test $ac_write_fail = 0 ||
17904 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17905
bec39cab
AC
17906
17907# configure is writing to config.log, and then calls config.status.
17908# config.status does its own redirection, appending to config.log.
17909# Unfortunately, on DOS this fails, as config.log is still kept open
17910# by configure, so config.status won't be able to write to it; its
17911# output is simply discarded. So we exec the FD to /dev/null,
17912# effectively closing config.log, so it can be properly (re)opened and
17913# appended to by config.status. When coming back to configure, we
17914# need to make the FD available again.
17915if test "$no_create" != yes; then
17916 ac_cs_success=:
17917 ac_config_status_args=
17918 test "$silent" = yes &&
17919 ac_config_status_args="$ac_config_status_args --quiet"
17920 exec 5>/dev/null
17921 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17922 exec 5>>config.log
17923 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17924 # would make configure fail if this is the last instruction.
81ecdfbb 17925 $ac_cs_success || as_fn_exit $?
bec39cab 17926fi
c906108c 17927
bec39cab 17928#
81ecdfbb 17929# CONFIG_SUBDIRS section.
bec39cab 17930#
c906108c
SS
17931if test "$no_recursion" != yes; then
17932
81ecdfbb
RW
17933 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
17934 # so they do not pile up.
c906108c
SS
17935 ac_sub_configure_args=
17936 ac_prev=
fdc59709
PB
17937 eval "set x $ac_configure_args"
17938 shift
17939 for ac_arg
17940 do
c906108c
SS
17941 if test -n "$ac_prev"; then
17942 ac_prev=
17943 continue
17944 fi
bec39cab 17945 case $ac_arg in
c906108c
SS
17946 -cache-file | --cache-file | --cache-fil | --cache-fi \
17947 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17948 ac_prev=cache_file ;;
17949 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
17950 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
17951 | --c=*)
17952 ;;
17953 --config-cache | -C)
c906108c
SS
17954 ;;
17955 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17956 ac_prev=srcdir ;;
17957 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17958 ;;
bec39cab
AC
17959 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
17960 ac_prev=prefix ;;
17961 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
17962 ;;
81ecdfbb
RW
17963 --disable-option-checking)
17964 ;;
fdc59709
PB
17965 *)
17966 case $ac_arg in
81ecdfbb 17967 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17968 esac
81ecdfbb 17969 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
c906108c
SS
17970 esac
17971 done
17972
bec39cab
AC
17973 # Always prepend --prefix to ensure using the same prefix
17974 # in subdir configurations.
fdc59709
PB
17975 ac_arg="--prefix=$prefix"
17976 case $ac_arg in
81ecdfbb 17977 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17978 esac
81ecdfbb
RW
17979 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
17980
17981 # Pass --silent
17982 if test "$silent" = yes; then
17983 ac_sub_configure_args="--silent $ac_sub_configure_args"
17984 fi
17985
17986 # Always prepend --disable-option-checking to silence warnings, since
17987 # different subdirs can have different --enable and --with options.
17988 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
bec39cab 17989
b4e70030 17990 ac_popdir=`pwd`
bec39cab 17991 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
17992
17993 # Do not complain, so a configure script can configure whichever
17994 # parts of a large source tree are present.
fdc59709 17995 test -d "$srcdir/$ac_dir" || continue
c906108c 17996
81ecdfbb
RW
17997 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
17998 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
17999 $as_echo "$ac_msg" >&6
18000 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
18001 ac_builddir=.
18002
81ecdfbb
RW
18003case "$ac_dir" in
18004.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18005*)
18006 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18007 # A ".." for each directory in $ac_dir_suffix.
18008 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18009 case $ac_top_builddir_sub in
18010 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18011 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18012 esac ;;
18013esac
18014ac_abs_top_builddir=$ac_pwd
18015ac_abs_builddir=$ac_pwd$ac_dir_suffix
18016# for backward compatibility:
18017ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
18018
18019case $srcdir in
81ecdfbb 18020 .) # We are building in place.
bec39cab 18021 ac_srcdir=.
81ecdfbb
RW
18022 ac_top_srcdir=$ac_top_builddir_sub
18023 ac_abs_top_srcdir=$ac_pwd ;;
18024 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 18025 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
18026 ac_top_srcdir=$srcdir
18027 ac_abs_top_srcdir=$srcdir ;;
18028 *) # Relative name.
18029 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18030 ac_top_srcdir=$ac_top_build_prefix$srcdir
18031 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 18032esac
81ecdfbb 18033ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c906108c 18034
c906108c 18035
fdc59709 18036 cd "$ac_dir"
c906108c
SS
18037
18038 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
18039 if test -f "$ac_srcdir/configure.gnu"; then
18040 ac_sub_configure=$ac_srcdir/configure.gnu
18041 elif test -f "$ac_srcdir/configure"; then
18042 ac_sub_configure=$ac_srcdir/configure
18043 elif test -f "$ac_srcdir/configure.in"; then
18044 # This should be Cygnus configure.
18045 ac_sub_configure=$ac_aux_dir/configure
c906108c 18046 else
81ecdfbb
RW
18047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
18048$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
18049 ac_sub_configure=
18050 fi
18051
18052 # The recursion is here.
18053 if test -n "$ac_sub_configure"; then
c906108c 18054 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
18055 case $cache_file in
18056 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
81ecdfbb
RW
18057 *) # Relative name.
18058 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
c906108c 18059 esac
c906108c 18060
81ecdfbb
RW
18061 { $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
18062$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 18063 # The eval makes quoting arguments work.
fdc59709
PB
18064 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
18065 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
81ecdfbb 18066 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c906108c
SS
18067 fi
18068
fdc59709 18069 cd "$ac_popdir"
c906108c
SS
18070 done
18071fi
81ecdfbb
RW
18072if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18074$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18075fi
c906108c
SS
18076
18077
18078exit 0
This page took 3.580692 seconds and 4 git commands to generate.