Minor reformatting in remote-sim.c (gdbsim_detach declaration).
[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
ac534cba
JB
661PYTHON_LIBS
662PYTHON_CPPFLAGS
81ecdfbb 663PYTHON_CFLAGS
ec685c5e 664python_prog_path
81ecdfbb
RW
665LTLIBEXPAT
666LIBEXPAT
667HAVE_LIBEXPAT
b8e0a31c 668JIT_READER_DIR
f997c383 669TARGET_PTR
39037522 670READLINE_TEXI_INCFLAG
81ecdfbb
RW
671READLINE_CFLAGS
672READLINE_DEPS
673READLINE
674MIG
675WINDRES
676DLLTOOL
c971b7fa 677AR
81ecdfbb
RW
678YFLAGS
679YACC
c971b7fa 680RANLIB
81ecdfbb 681LN_S
c971b7fa
PA
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685AWK
81ecdfbb
RW
686REPORT_BUGS_TEXI
687REPORT_BUGS_TO
688PKGVERSION
b292c783 689HAVE_NATIVE_GCORE_TARGET
81ecdfbb
RW
690TARGET_OBS
691subdirs
692GDB_DATADIR
693DEBUGDIR
5048e516
JK
694MAKEINFO_EXTRA_FLAGS
695MAKEINFOFLAGS
696MAKEINFO
81ecdfbb
RW
697PACKAGE
698GNULIB_STDINT_H
81ecdfbb
RW
699CATOBJEXT
700GENCAT
701INSTOBJEXT
702DATADIRNAME
703CATALOGS
704POSUB
705GMSGFMT
706XGETTEXT
707INCINTL
708LIBINTL_DEP
709LIBINTL
710USE_NLS
711SET_MAKE
712GMAKE_FALSE
713GMAKE_TRUE
714MAKE
715CCDEPMODE
716DEPDIR
717am__leading_dot
718target_os
719target_vendor
720target_cpu
721target
722host_os
723host_vendor
724host_cpu
725host
726build_os
727build_vendor
728build_cpu
729build
c971b7fa
PA
730EGREP
731GREP
732CPP
81ecdfbb
RW
733OBJEXT
734EXEEXT
735ac_ct_CC
736CPPFLAGS
737LDFLAGS
738CFLAGS
739CC
740MAINT
741MAINTAINER_MODE_FALSE
742MAINTAINER_MODE_TRUE
743target_alias
744host_alias
745build_alias
746LIBS
747ECHO_T
748ECHO_N
749ECHO_C
750DEFS
751mandir
752localedir
753libdir
754psdir
755pdfdir
756dvidir
757htmldir
758infodir
759docdir
760oldincludedir
761includedir
762localstatedir
763sharedstatedir
764sysconfdir
765datadir
766datarootdir
767libexecdir
768sbindir
769bindir
770program_transform_name
771prefix
772exec_prefix
773PACKAGE_URL
774PACKAGE_BUGREPORT
775PACKAGE_STRING
776PACKAGE_VERSION
777PACKAGE_TARNAME
778PACKAGE_NAME
779PATH_SEPARATOR
780SHELL'
a4ce5b0d 781ac_subst_files='host_makefile_frag'
81ecdfbb
RW
782ac_user_opts='
783enable_option_checking
784enable_maintainer_mode
da2f07f1
JK
785enable_plugins
786enable_largefile
81ecdfbb
RW
787with_separate_debug_dir
788with_gdb_datadir
789with_relocated_sources
7349ff92 790with_auto_load_dir
bccbefd2 791with_auto_load_safe_path
81ecdfbb
RW
792enable_targets
793enable_64_bit_bfd
794enable_gdbcli
795enable_gdbmi
796enable_tui
797enable_gdbtk
05e7c244 798with_libunwind_ia64
81ecdfbb
RW
799with_curses
800enable_profiling
801with_pkgversion
802with_bugurl
b040ad30 803with_zlib
81ecdfbb 804with_libiconv_prefix
478aac75 805with_iconv_bin
81ecdfbb 806with_system_readline
b8e0a31c 807with_jit_reader_dir
81ecdfbb
RW
808with_expat
809with_gnu_ld
810enable_rpath
811with_libexpat_prefix
812with_python
a8db4212 813enable_libmcheck
81ecdfbb
RW
814with_included_regex
815with_sysroot
816with_system_gdbinit
817enable_werror
818enable_build_warnings
819enable_gdb_build_warnings
608e2dbb
TT
820with_lzma
821with_liblzma_prefix
81ecdfbb
RW
822with_tcl
823with_tk
824with_x
825enable_sim
826enable_multi_ice
496c0e1b 827enable_gdbserver
393fd4c3
YQ
828with_babeltrace
829with_libbabeltrace_prefix
81ecdfbb
RW
830'
831 ac_precious_vars='build_alias
832host_alias
833target_alias
834CC
835CFLAGS
836LDFLAGS
837LIBS
838CPPFLAGS
839CPP
f06e05e0
JK
840MAKEINFO
841MAKEINFOFLAGS
81ecdfbb
RW
842YACC
843YFLAGS
844XMKMF'
5ae98d25 845ac_subdirs_all='testsuite
81ecdfbb
RW
846gdbtk
847multi-ice
848gdbserver'
c906108c
SS
849
850# Initialize some variables set by options.
bec39cab
AC
851ac_init_help=
852ac_init_version=false
81ecdfbb
RW
853ac_unrecognized_opts=
854ac_unrecognized_sep=
c906108c
SS
855# The variables have the same names as the options, with
856# dashes changed to underlines.
bec39cab 857cache_file=/dev/null
c906108c 858exec_prefix=NONE
c906108c 859no_create=
c906108c
SS
860no_recursion=
861prefix=NONE
862program_prefix=NONE
863program_suffix=NONE
864program_transform_name=s,x,x,
865silent=
866site=
867srcdir=
c906108c
SS
868verbose=
869x_includes=NONE
870x_libraries=NONE
bec39cab
AC
871
872# Installation directory options.
873# These are left unexpanded so users can "make install exec_prefix=/foo"
874# and all the variables that are supposed to be based on exec_prefix
875# by default will actually change.
876# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 877# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
878bindir='${exec_prefix}/bin'
879sbindir='${exec_prefix}/sbin'
880libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
881datarootdir='${prefix}/share'
882datadir='${datarootdir}'
c906108c
SS
883sysconfdir='${prefix}/etc'
884sharedstatedir='${prefix}/com'
885localstatedir='${prefix}/var'
c906108c
SS
886includedir='${prefix}/include'
887oldincludedir='/usr/include'
81ecdfbb
RW
888docdir='${datarootdir}/doc/${PACKAGE}'
889infodir='${datarootdir}/info'
890htmldir='${docdir}'
891dvidir='${docdir}'
892pdfdir='${docdir}'
893psdir='${docdir}'
894libdir='${exec_prefix}/lib'
895localedir='${datarootdir}/locale'
896mandir='${datarootdir}/man'
c906108c 897
c906108c 898ac_prev=
81ecdfbb 899ac_dashdash=
c906108c
SS
900for ac_option
901do
c906108c
SS
902 # If the previous option needs an argument, assign it.
903 if test -n "$ac_prev"; then
81ecdfbb 904 eval $ac_prev=\$ac_option
c906108c
SS
905 ac_prev=
906 continue
907 fi
908
81ecdfbb
RW
909 case $ac_option in
910 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
911 *) ac_optarg=yes ;;
912 esac
c906108c
SS
913
914 # Accept the important Cygnus configure options, so we can diagnose typos.
915
81ecdfbb
RW
916 case $ac_dashdash$ac_option in
917 --)
918 ac_dashdash=yes ;;
c906108c
SS
919
920 -bindir | --bindir | --bindi | --bind | --bin | --bi)
921 ac_prev=bindir ;;
922 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 923 bindir=$ac_optarg ;;
c906108c
SS
924
925 -build | --build | --buil | --bui | --bu)
bec39cab 926 ac_prev=build_alias ;;
c906108c 927 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 928 build_alias=$ac_optarg ;;
c906108c
SS
929
930 -cache-file | --cache-file | --cache-fil | --cache-fi \
931 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
932 ac_prev=cache_file ;;
933 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
934 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
935 cache_file=$ac_optarg ;;
936
937 --config-cache | -C)
938 cache_file=config.cache ;;
c906108c 939
81ecdfbb 940 -datadir | --datadir | --datadi | --datad)
c906108c 941 ac_prev=datadir ;;
81ecdfbb 942 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 943 datadir=$ac_optarg ;;
c906108c 944
81ecdfbb
RW
945 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
946 | --dataroo | --dataro | --datar)
947 ac_prev=datarootdir ;;
948 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
949 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
950 datarootdir=$ac_optarg ;;
951
c906108c 952 -disable-* | --disable-*)
81ecdfbb 953 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 954 # Reject names that are not valid shell variable names.
81ecdfbb
RW
955 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
956 as_fn_error "invalid feature name: $ac_useropt"
957 ac_useropt_orig=$ac_useropt
958 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
959 case $ac_user_opts in
960 *"
961"enable_$ac_useropt"
962"*) ;;
963 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
964 ac_unrecognized_sep=', ';;
965 esac
966 eval enable_$ac_useropt=no ;;
967
968 -docdir | --docdir | --docdi | --doc | --do)
969 ac_prev=docdir ;;
970 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
971 docdir=$ac_optarg ;;
972
973 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
974 ac_prev=dvidir ;;
975 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
976 dvidir=$ac_optarg ;;
c906108c
SS
977
978 -enable-* | --enable-*)
81ecdfbb 979 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 980 # Reject names that are not valid shell variable names.
81ecdfbb
RW
981 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
982 as_fn_error "invalid feature name: $ac_useropt"
983 ac_useropt_orig=$ac_useropt
984 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
985 case $ac_user_opts in
986 *"
987"enable_$ac_useropt"
988"*) ;;
989 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
990 ac_unrecognized_sep=', ';;
b4e70030 991 esac
81ecdfbb 992 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
993
994 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
995 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
996 | --exec | --exe | --ex)
997 ac_prev=exec_prefix ;;
998 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
999 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1000 | --exec=* | --exe=* | --ex=*)
bec39cab 1001 exec_prefix=$ac_optarg ;;
c906108c
SS
1002
1003 -gas | --gas | --ga | --g)
1004 # Obsolete; use --with-gas.
1005 with_gas=yes ;;
1006
bec39cab
AC
1007 -help | --help | --hel | --he | -h)
1008 ac_init_help=long ;;
1009 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1010 ac_init_help=recursive ;;
1011 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1012 ac_init_help=short ;;
c906108c
SS
1013
1014 -host | --host | --hos | --ho)
bec39cab 1015 ac_prev=host_alias ;;
c906108c 1016 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 1017 host_alias=$ac_optarg ;;
c906108c 1018
81ecdfbb
RW
1019 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1020 ac_prev=htmldir ;;
1021 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1022 | --ht=*)
1023 htmldir=$ac_optarg ;;
1024
c906108c
SS
1025 -includedir | --includedir | --includedi | --included | --include \
1026 | --includ | --inclu | --incl | --inc)
1027 ac_prev=includedir ;;
1028 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1029 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 1030 includedir=$ac_optarg ;;
c906108c
SS
1031
1032 -infodir | --infodir | --infodi | --infod | --info | --inf)
1033 ac_prev=infodir ;;
1034 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 1035 infodir=$ac_optarg ;;
c906108c
SS
1036
1037 -libdir | --libdir | --libdi | --libd)
1038 ac_prev=libdir ;;
1039 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 1040 libdir=$ac_optarg ;;
c906108c
SS
1041
1042 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1043 | --libexe | --libex | --libe)
1044 ac_prev=libexecdir ;;
1045 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1046 | --libexe=* | --libex=* | --libe=*)
bec39cab 1047 libexecdir=$ac_optarg ;;
c906108c 1048
81ecdfbb
RW
1049 -localedir | --localedir | --localedi | --localed | --locale)
1050 ac_prev=localedir ;;
1051 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1052 localedir=$ac_optarg ;;
1053
c906108c 1054 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1055 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1056 ac_prev=localstatedir ;;
1057 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1058 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 1059 localstatedir=$ac_optarg ;;
c906108c
SS
1060
1061 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1062 ac_prev=mandir ;;
1063 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 1064 mandir=$ac_optarg ;;
c906108c
SS
1065
1066 -nfp | --nfp | --nf)
1067 # Obsolete; use --without-fp.
1068 with_fp=no ;;
1069
1070 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 1071 | --no-cr | --no-c | -n)
c906108c
SS
1072 no_create=yes ;;
1073
1074 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1075 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1076 no_recursion=yes ;;
1077
1078 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1079 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1080 | --oldin | --oldi | --old | --ol | --o)
1081 ac_prev=oldincludedir ;;
1082 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1083 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1084 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 1085 oldincludedir=$ac_optarg ;;
c906108c
SS
1086
1087 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1088 ac_prev=prefix ;;
1089 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 1090 prefix=$ac_optarg ;;
c906108c
SS
1091
1092 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1093 | --program-pre | --program-pr | --program-p)
1094 ac_prev=program_prefix ;;
1095 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1096 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 1097 program_prefix=$ac_optarg ;;
c906108c
SS
1098
1099 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1100 | --program-suf | --program-su | --program-s)
1101 ac_prev=program_suffix ;;
1102 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1103 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 1104 program_suffix=$ac_optarg ;;
c906108c
SS
1105
1106 -program-transform-name | --program-transform-name \
1107 | --program-transform-nam | --program-transform-na \
1108 | --program-transform-n | --program-transform- \
1109 | --program-transform | --program-transfor \
1110 | --program-transfo | --program-transf \
1111 | --program-trans | --program-tran \
1112 | --progr-tra | --program-tr | --program-t)
1113 ac_prev=program_transform_name ;;
1114 -program-transform-name=* | --program-transform-name=* \
1115 | --program-transform-nam=* | --program-transform-na=* \
1116 | --program-transform-n=* | --program-transform-=* \
1117 | --program-transform=* | --program-transfor=* \
1118 | --program-transfo=* | --program-transf=* \
1119 | --program-trans=* | --program-tran=* \
1120 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 1121 program_transform_name=$ac_optarg ;;
c906108c 1122
81ecdfbb
RW
1123 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1124 ac_prev=pdfdir ;;
1125 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1126 pdfdir=$ac_optarg ;;
1127
1128 -psdir | --psdir | --psdi | --psd | --ps)
1129 ac_prev=psdir ;;
1130 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1131 psdir=$ac_optarg ;;
1132
c906108c
SS
1133 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1134 | -silent | --silent | --silen | --sile | --sil)
1135 silent=yes ;;
1136
1137 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1138 ac_prev=sbindir ;;
1139 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1140 | --sbi=* | --sb=*)
bec39cab 1141 sbindir=$ac_optarg ;;
c906108c
SS
1142
1143 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1144 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1145 | --sharedst | --shareds | --shared | --share | --shar \
1146 | --sha | --sh)
1147 ac_prev=sharedstatedir ;;
1148 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1149 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1150 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1151 | --sha=* | --sh=*)
bec39cab 1152 sharedstatedir=$ac_optarg ;;
c906108c
SS
1153
1154 -site | --site | --sit)
1155 ac_prev=site ;;
1156 -site=* | --site=* | --sit=*)
bec39cab 1157 site=$ac_optarg ;;
3ace7edb 1158
c906108c
SS
1159 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1160 ac_prev=srcdir ;;
1161 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 1162 srcdir=$ac_optarg ;;
c906108c
SS
1163
1164 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1165 | --syscon | --sysco | --sysc | --sys | --sy)
1166 ac_prev=sysconfdir ;;
1167 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1168 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1169 sysconfdir=$ac_optarg ;;
c906108c
SS
1170
1171 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1172 ac_prev=target_alias ;;
c906108c 1173 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1174 target_alias=$ac_optarg ;;
c906108c
SS
1175
1176 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1177 verbose=yes ;;
1178
bec39cab
AC
1179 -version | --version | --versio | --versi | --vers | -V)
1180 ac_init_version=: ;;
c906108c
SS
1181
1182 -with-* | --with-*)
81ecdfbb 1183 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1184 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1185 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186 as_fn_error "invalid package name: $ac_useropt"
1187 ac_useropt_orig=$ac_useropt
1188 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189 case $ac_user_opts in
1190 *"
1191"with_$ac_useropt"
1192"*) ;;
1193 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1194 ac_unrecognized_sep=', ';;
b4e70030 1195 esac
81ecdfbb 1196 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1197
1198 -without-* | --without-*)
81ecdfbb 1199 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1200 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1201 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1202 as_fn_error "invalid package name: $ac_useropt"
1203 ac_useropt_orig=$ac_useropt
1204 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1205 case $ac_user_opts in
1206 *"
1207"with_$ac_useropt"
1208"*) ;;
1209 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1210 ac_unrecognized_sep=', ';;
1211 esac
1212 eval with_$ac_useropt=no ;;
c906108c
SS
1213
1214 --x)
1215 # Obsolete; use --with-x.
1216 with_x=yes ;;
1217
1218 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1219 | --x-incl | --x-inc | --x-in | --x-i)
1220 ac_prev=x_includes ;;
1221 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1222 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1223 x_includes=$ac_optarg ;;
c906108c
SS
1224
1225 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1226 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1227 ac_prev=x_libraries ;;
1228 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1229 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1230 x_libraries=$ac_optarg ;;
c906108c 1231
81ecdfbb
RW
1232 -*) as_fn_error "unrecognized option: \`$ac_option'
1233Try \`$0 --help' for more information."
c906108c
SS
1234 ;;
1235
bec39cab
AC
1236 *=*)
1237 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1238 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1239 case $ac_envvar in #(
1240 '' | [0-9]* | *[!_$as_cr_alnum]* )
1241 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1242 esac
1243 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1244 export $ac_envvar ;;
1245
c906108c 1246 *)
bec39cab 1247 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1248 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1249 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1250 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bec39cab 1251 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1252 ;;
1253
1254 esac
1255done
1256
1257if test -n "$ac_prev"; then
bec39cab 1258 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1259 as_fn_error "missing argument to $ac_option"
c906108c 1260fi
c906108c 1261
81ecdfbb
RW
1262if test -n "$ac_unrecognized_opts"; then
1263 case $enable_option_checking in
1264 no) ;;
1265 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1266 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b4e70030 1267 esac
81ecdfbb 1268fi
b4e70030 1269
81ecdfbb
RW
1270# Check all directory arguments for consistency.
1271for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1272 datadir sysconfdir sharedstatedir localstatedir includedir \
1273 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1274 libdir localedir mandir
b4e70030 1275do
81ecdfbb
RW
1276 eval ac_val=\$$ac_var
1277 # Remove trailing slashes.
1278 case $ac_val in
1279 */ )
1280 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1281 eval $ac_var=\$ac_val;;
1282 esac
1283 # Be sure to have absolute directory names.
b4e70030 1284 case $ac_val in
81ecdfbb
RW
1285 [\\/$]* | ?:[\\/]* ) continue;;
1286 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1287 esac
81ecdfbb 1288 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1289done
1290
bec39cab
AC
1291# There might be people who depend on the old broken behavior: `$host'
1292# used to hold the argument of --host etc.
1293# FIXME: To remove some day.
1294build=$build_alias
1295host=$host_alias
1296target=$target_alias
1297
1298# FIXME: To remove some day.
1299if test "x$host_alias" != x; then
1300 if test "x$build_alias" = x; then
1301 cross_compiling=maybe
81ecdfbb 1302 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bec39cab
AC
1303 If a cross compiler is detected then cross compile mode will be used." >&2
1304 elif test "x$build_alias" != "x$host_alias"; then
1305 cross_compiling=yes
1306 fi
1307fi
c906108c 1308
bec39cab
AC
1309ac_tool_prefix=
1310test -n "$host_alias" && ac_tool_prefix=$host_alias-
1311
1312test "$silent" = yes && exec 6>/dev/null
c906108c 1313
c906108c 1314
81ecdfbb
RW
1315ac_pwd=`pwd` && test -n "$ac_pwd" &&
1316ac_ls_di=`ls -di .` &&
1317ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1318 as_fn_error "working directory cannot be determined"
1319test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1320 as_fn_error "pwd does not report name of working directory"
1321
1322
c906108c
SS
1323# Find the source files, if location was not specified.
1324if test -z "$srcdir"; then
1325 ac_srcdir_defaulted=yes
81ecdfbb
RW
1326 # Try the directory containing this script, then the parent directory.
1327 ac_confdir=`$as_dirname -- "$as_myself" ||
1328$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1329 X"$as_myself" : 'X\(//\)[^/]' \| \
1330 X"$as_myself" : 'X\(//\)$' \| \
1331 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1332$as_echo X"$as_myself" |
1333 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1334 s//\1/
1335 q
1336 }
1337 /^X\(\/\/\)[^/].*/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\/\)$/{
1342 s//\1/
1343 q
1344 }
1345 /^X\(\/\).*/{
1346 s//\1/
1347 q
1348 }
1349 s/.*/./; q'`
c906108c 1350 srcdir=$ac_confdir
81ecdfbb 1351 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1352 srcdir=..
1353 fi
1354else
1355 ac_srcdir_defaulted=no
1356fi
81ecdfbb
RW
1357if test ! -r "$srcdir/$ac_unique_file"; then
1358 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1359 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1360fi
1361ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1362ac_abs_confdir=`(
1363 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1364 pwd)`
1365# When building in place, set srcdir=.
1366if test "$ac_abs_confdir" = "$ac_pwd"; then
1367 srcdir=.
1368fi
1369# Remove unnecessary trailing slashes from srcdir.
1370# Double slashes in file names in object file debugging info
1371# mess up M-x gdb in Emacs.
1372case $srcdir in
1373*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1374esac
1375for ac_var in $ac_precious_vars; do
1376 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1377 eval ac_env_${ac_var}_value=\$${ac_var}
1378 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1379 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1380done
c906108c 1381
bec39cab
AC
1382#
1383# Report the --help message.
1384#
1385if test "$ac_init_help" = "long"; then
1386 # Omit some internal or obsolete options to make the list less imposing.
1387 # This message is too long to be a string in the A/UX 3.1 sh.
1388 cat <<_ACEOF
1389\`configure' configures this package to adapt to many kinds of systems.
1390
1391Usage: $0 [OPTION]... [VAR=VALUE]...
1392
1393To assign environment variables (e.g., CC, CFLAGS...), specify them as
1394VAR=VALUE. See below for descriptions of some of the useful variables.
1395
1396Defaults for the options are specified in brackets.
1397
1398Configuration:
1399 -h, --help display this help and exit
1400 --help=short display options specific to this package
1401 --help=recursive display the short help of all the included packages
1402 -V, --version display version information and exit
1403 -q, --quiet, --silent do not print \`checking...' messages
1404 --cache-file=FILE cache test results in FILE [disabled]
1405 -C, --config-cache alias for \`--cache-file=config.cache'
1406 -n, --no-create do not create output files
1407 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1408
bec39cab
AC
1409Installation directories:
1410 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1411 [$ac_default_prefix]
bec39cab 1412 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1413 [PREFIX]
bec39cab
AC
1414
1415By default, \`make install' will install all the files in
1416\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1417an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1418for instance \`--prefix=\$HOME'.
1419
1420For better control, use the options below.
1421
1422Fine tuning of the installation directories:
81ecdfbb
RW
1423 --bindir=DIR user executables [EPREFIX/bin]
1424 --sbindir=DIR system admin executables [EPREFIX/sbin]
1425 --libexecdir=DIR program executables [EPREFIX/libexec]
1426 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1427 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1428 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1429 --libdir=DIR object code libraries [EPREFIX/lib]
1430 --includedir=DIR C header files [PREFIX/include]
1431 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1432 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1433 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1434 --infodir=DIR info documentation [DATAROOTDIR/info]
1435 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1436 --mandir=DIR man documentation [DATAROOTDIR/man]
1437 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1438 --htmldir=DIR html documentation [DOCDIR]
1439 --dvidir=DIR dvi documentation [DOCDIR]
1440 --pdfdir=DIR pdf documentation [DOCDIR]
1441 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1442_ACEOF
1443
1444 cat <<\_ACEOF
1445
9009e1ae
MR
1446Program names:
1447 --program-prefix=PREFIX prepend PREFIX to installed program names
1448 --program-suffix=SUFFIX append SUFFIX to installed program names
1449 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1450
bec39cab
AC
1451X features:
1452 --x-includes=DIR X include files are in DIR
1453 --x-libraries=DIR X library files are in DIR
1454
1455System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459_ACEOF
1460fi
1461
1462if test -n "$ac_init_help"; then
1463
1464 cat <<\_ACEOF
1465
1466Optional Features:
81ecdfbb 1467 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85981d60
AC
1470 --enable-maintainer-mode enable make rules and dependencies not useful
1471 (and sometimes confusing) to the casual installer
da2f07f1
JK
1472 --enable-plugins Enable support for plugins (defaults no)
1473 --disable-largefile omit support for large files
a1220294
TT
1474 --enable-targets=TARGETS
1475 alternative target configurations
c0993dbe 1476 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
bec39cab
AC
1477 --disable-gdbcli disable command-line interface (CLI)
1478 --disable-gdbmi disable machine-interface (MI)
1479 --enable-tui enable full-screen terminal user interface (TUI)
1480 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1481 --enable-profiling enable profiling of GDB
3841debe 1482 --disable-rpath do not hardcode runtime library paths
17ef446e 1483 --enable-libmcheck Try linking with -lmcheck if available
a1220294 1484 --enable-werror treat compile warnings as errors
32c1c914 1485 --enable-build-warnings enable build-time compiler warnings if gcc is used
a1220294 1486 --enable-gdb-build-warnings
32c1c914 1487 enable GDB specific build-time compiler warnings if
a1220294 1488 gcc is used
32c1c914 1489 --enable-sim link gdb with simulator
bec39cab 1490 --enable-multi-ice build the multi-ice-gdb-server
496c0e1b
JB
1491 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1492 is auto)
bec39cab
AC
1493
1494Optional Packages:
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a1220294 1497 --with-separate-debug-dir=PATH
32c1c914 1498 look for global separate debug info in this path
62e4f60c 1499 [LIBDIR/debug]
b14b1491
TT
1500 --with-gdb-datadir=PATH look for global separate data files in this path
1501 [DATADIR/gdb]
29b0e8a2 1502 --with-relocated-sources=PATH
32c1c914 1503 automatically relocate this path for source files
7349ff92 1504 --with-auto-load-dir=PATH
aff139ff 1505 directories from which to load auto-loaded scripts
1564a261 1506 [$debugdir:$datadir/auto-load]
bccbefd2 1507 --with-auto-load-safe-path=PATH
aff139ff 1508 directories safe to hold auto-loaded files
7349ff92 1509 [--with-auto-load-dir]
bccbefd2
JK
1510 --without-auto-load-safe-path
1511 do not restrict auto-loaded files locations
05e7c244 1512 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
cb01cfba
JB
1513 --with-curses use the curses library instead of the termcap
1514 library
c16158bc
JM
1515 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1516 --with-bugurl=URL Direct users to URL to report a bug
b040ad30 1517 --with-zlib include zlib support (auto/yes/no) default=auto
a1220294
TT
1518 --with-libiconv-prefix=DIR
1519 search for libiconv in DIR/include and DIR/lib
478aac75 1520 --with-iconv-bin=PATH specify where to find the iconv program
6a30b0a5 1521 --with-system-readline use installed readline library
b8e0a31c
SD
1522 --with-jit-reader-dir=PATH
1523 directory to load the JIT readers from
5c39566f 1524 --with-expat include expat support (auto/yes/no)
3841debe
DJ
1525 --with-gnu-ld assume the C compiler uses GNU ld default=no
1526 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1527 --without-libexpat-prefix don't search for libexpat in includedir and libdir
0c4a4063
DE
1528 --with-python[=PYTHON] include python support
1529 (auto/yes/no/<python-program>)
a1220294
TT
1530 --without-included-regex
1531 don't use included regex; this is the default on
1532 systems with version 2 of the GNU C library (use
1533 with caution on other system)
81ecdfbb 1534 --with-sysroot[=DIR] search for usr/lib et al within DIR
b14b1491 1535 --with-system-gdbinit=PATH
32c1c914 1536 automatically load a system-wide gdbinit file
608e2dbb
TT
1537 --with-lzma support lzma compression (auto/yes/no)
1538 --with-liblzma-prefix[=DIR] search for liblzma in DIR/include and DIR/lib
1539 --without-liblzma-prefix don't search for liblzma in includedir and libdir
5062cc19
KS
1540 --with-tcl directory containing tcl configuration (tclConfig.sh)
1541 --with-tk directory containing tk configuration (tkConfig.sh)
bec39cab 1542 --with-x use the X Window System
393fd4c3
YQ
1543 --with-babeltrace include babeltrace support (auto/yes/no)
1544 --with-libbabeltrace-prefix[=DIR] search for libbabeltrace in DIR/include and DIR/lib
1545 --without-libbabeltrace-prefix don't search for libbabeltrace in includedir and libdir
bec39cab
AC
1546
1547Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
81ecdfbb
RW
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
bec39cab 1555 CPP C preprocessor
f06e05e0
JK
1556 MAKEINFO Parent configure detects if it is of sufficient version.
1557 MAKEINFOFLAGS
1558 Parameters for MAKEINFO.
81ecdfbb
RW
1559 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1560 the first program found out of: `bison -y', `byacc', `yacc'.
1561 YFLAGS The list of arguments that will be passed by default to $YACC.
1562 This script will default YFLAGS to the empty string to avoid a
1563 default value of `-d' given by some make applications.
1564 XMKMF Path to xmkmf, Makefile generator for X Window System
bec39cab
AC
1565
1566Use these variables to override the choices made by `configure' or to help
1567it to find libraries and programs with nonstandard names/locations.
1568
81ecdfbb 1569Report bugs to the package provider.
bec39cab 1570_ACEOF
81ecdfbb 1571ac_status=$?
bec39cab
AC
1572fi
1573
1574if test "$ac_init_help" = "recursive"; then
1575 # If there are subdirs, report their specific --help.
bec39cab 1576 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1577 test -d "$ac_dir" ||
1578 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1579 continue
bec39cab
AC
1580 ac_builddir=.
1581
81ecdfbb
RW
1582case "$ac_dir" in
1583.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584*)
1585 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1586 # A ".." for each directory in $ac_dir_suffix.
1587 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1588 case $ac_top_builddir_sub in
1589 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1590 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1591 esac ;;
1592esac
1593ac_abs_top_builddir=$ac_pwd
1594ac_abs_builddir=$ac_pwd$ac_dir_suffix
1595# for backward compatibility:
1596ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1597
1598case $srcdir in
81ecdfbb 1599 .) # We are building in place.
bec39cab 1600 ac_srcdir=.
81ecdfbb
RW
1601 ac_top_srcdir=$ac_top_builddir_sub
1602 ac_abs_top_srcdir=$ac_pwd ;;
1603 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1604 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1605 ac_top_srcdir=$srcdir
1606 ac_abs_top_srcdir=$srcdir ;;
1607 *) # Relative name.
1608 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1609 ac_top_srcdir=$ac_top_build_prefix$srcdir
1610 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1611esac
81ecdfbb 1612ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1613
81ecdfbb
RW
1614 cd "$ac_dir" || { ac_status=$?; continue; }
1615 # Check for guested configure.
1616 if test -f "$ac_srcdir/configure.gnu"; then
1617 echo &&
1618 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1619 elif test -f "$ac_srcdir/configure"; then
1620 echo &&
1621 $SHELL "$ac_srcdir/configure" --help=recursive
3ace7edb 1622 else
81ecdfbb
RW
1623 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1624 fi || ac_status=$?
1625 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1626 done
1627fi
1628
81ecdfbb 1629test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1630if $ac_init_version; then
1631 cat <<\_ACEOF
81ecdfbb
RW
1632configure
1633generated by GNU Autoconf 2.64
bec39cab 1634
81ecdfbb 1635Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
1636This configure script is free software; the Free Software Foundation
1637gives unlimited permission to copy, distribute and modify it.
1638_ACEOF
81ecdfbb 1639 exit
bec39cab 1640fi
bec39cab 1641
81ecdfbb
RW
1642## ------------------------ ##
1643## Autoconf initialization. ##
1644## ------------------------ ##
bec39cab 1645
81ecdfbb
RW
1646# ac_fn_c_try_compile LINENO
1647# --------------------------
1648# Try to compile conftest.$ac_ext, and return whether this succeeded.
1649ac_fn_c_try_compile ()
1650{
1651 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1652 rm -f conftest.$ac_objext
1653 if { { ac_try="$ac_compile"
1654case "(($ac_try" in
1655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1656 *) ac_try_echo=$ac_try;;
1657esac
1658eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1659$as_echo "$ac_try_echo"; } >&5
1660 (eval "$ac_compile") 2>conftest.err
1661 ac_status=$?
1662 if test -s conftest.err; then
1663 grep -v '^ *+' conftest.err >conftest.er1
1664 cat conftest.er1 >&5
1665 mv -f conftest.er1 conftest.err
1666 fi
1667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1668 test $ac_status = 0; } && {
1669 test -z "$ac_c_werror_flag" ||
1670 test ! -s conftest.err
1671 } && test -s conftest.$ac_objext; then :
1672 ac_retval=0
1673else
1674 $as_echo "$as_me: failed program was:" >&5
1675sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1676
81ecdfbb
RW
1677 ac_retval=1
1678fi
1679 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1680 return $ac_retval
1681
1682} # ac_fn_c_try_compile
1683
1684# ac_fn_c_try_cpp LINENO
1685# ----------------------
1686# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1687ac_fn_c_try_cpp ()
bec39cab 1688{
81ecdfbb
RW
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 if { { ac_try="$ac_cpp conftest.$ac_ext"
1691case "(($ac_try" in
1692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693 *) ac_try_echo=$ac_try;;
1694esac
1695eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696$as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1698 ac_status=$?
1699 if test -s conftest.err; then
1700 grep -v '^ *+' conftest.err >conftest.er1
1701 cat conftest.er1 >&5
1702 mv -f conftest.er1 conftest.err
1703 fi
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; } >/dev/null && {
1706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1707 test ! -s conftest.err
1708 }; then :
1709 ac_retval=0
1710else
1711 $as_echo "$as_me: failed program was:" >&5
1712sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1713
81ecdfbb
RW
1714 ac_retval=1
1715fi
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717 return $ac_retval
bec39cab 1718
81ecdfbb 1719} # ac_fn_c_try_cpp
bec39cab 1720
81ecdfbb
RW
1721# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1722# -------------------------------------------------------
1723# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1724# the include files in INCLUDES and setting the cache variable VAR
1725# accordingly.
1726ac_fn_c_check_header_mongrel ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1731$as_echo_n "checking for $2... " >&6; }
1732if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1733 $as_echo_n "(cached) " >&6
1734fi
1735eval ac_res=\$$3
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1737$as_echo "$ac_res" >&6; }
1738else
1739 # Is the header compilable?
1740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1741$as_echo_n "checking $2 usability... " >&6; }
1742cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1743/* end confdefs.h. */
1744$4
1745#include <$2>
1746_ACEOF
1747if ac_fn_c_try_compile "$LINENO"; then :
1748 ac_header_compiler=yes
1749else
1750 ac_header_compiler=no
1751fi
1752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1754$as_echo "$ac_header_compiler" >&6; }
bec39cab 1755
81ecdfbb
RW
1756# Is the header present?
1757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1758$as_echo_n "checking $2 presence... " >&6; }
1759cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1760/* end confdefs.h. */
1761#include <$2>
1762_ACEOF
1763if ac_fn_c_try_cpp "$LINENO"; then :
1764 ac_header_preproc=yes
1765else
1766 ac_header_preproc=no
1767fi
1768rm -f conftest.err conftest.$ac_ext
1769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1770$as_echo "$ac_header_preproc" >&6; }
bec39cab 1771
81ecdfbb
RW
1772# So? What about this header?
1773case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1774 yes:no: )
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1776$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1778$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1779 ;;
1780 no:yes:* )
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1782$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1784$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1786$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1788$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1790$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1791 ;;
1792esac
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794$as_echo_n "checking for $2... " >&6; }
1795if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 $as_echo_n "(cached) " >&6
1797else
1798 eval "$3=\$ac_header_compiler"
1799fi
1800eval ac_res=\$$3
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1802$as_echo "$ac_res" >&6; }
1803fi
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1805
81ecdfbb 1806} # ac_fn_c_check_header_mongrel
bec39cab 1807
81ecdfbb
RW
1808# ac_fn_c_try_run LINENO
1809# ----------------------
1810# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1811# that executables *can* be run.
1812ac_fn_c_try_run ()
1813{
1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1815 if { { ac_try="$ac_link"
1816case "(($ac_try" in
1817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1818 *) ac_try_echo=$ac_try;;
1819esac
1820eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1821$as_echo "$ac_try_echo"; } >&5
1822 (eval "$ac_link") 2>&5
1823 ac_status=$?
1824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1825 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1826 { { case "(($ac_try" in
1827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1828 *) ac_try_echo=$ac_try;;
1829esac
1830eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1831$as_echo "$ac_try_echo"; } >&5
1832 (eval "$ac_try") 2>&5
1833 ac_status=$?
1834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1835 test $ac_status = 0; }; }; then :
1836 ac_retval=0
1837else
1838 $as_echo "$as_me: program exited with status $ac_status" >&5
1839 $as_echo "$as_me: failed program was:" >&5
1840sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1841
81ecdfbb
RW
1842 ac_retval=$ac_status
1843fi
1844 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846 return $ac_retval
bec39cab 1847
81ecdfbb 1848} # ac_fn_c_try_run
bec39cab 1849
81ecdfbb
RW
1850# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1851# -------------------------------------------------------
1852# Tests whether HEADER exists and can be compiled using the include files in
1853# INCLUDES, setting the cache variable VAR accordingly.
1854ac_fn_c_check_header_compile ()
1855{
1856 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1858$as_echo_n "checking for $2... " >&6; }
1859if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1860 $as_echo_n "(cached) " >&6
1861else
1862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1863/* end confdefs.h. */
1864$4
1865#include <$2>
bec39cab 1866_ACEOF
81ecdfbb
RW
1867if ac_fn_c_try_compile "$LINENO"; then :
1868 eval "$3=yes"
1869else
1870 eval "$3=no"
1871fi
1872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1873fi
1874eval ac_res=\$$3
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1876$as_echo "$ac_res" >&6; }
1877 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1878
81ecdfbb 1879} # ac_fn_c_check_header_compile
bec39cab 1880
81ecdfbb
RW
1881# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1882# --------------------------------------------
1883# Tries to find the compile-time value of EXPR in a program that includes
1884# INCLUDES, setting VAR accordingly. Returns whether the value could be
1885# computed
1886ac_fn_c_compute_int ()
1887{
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 if test "$cross_compiling" = yes; then
1890 # Depending upon the size, compute the lo and hi bounds.
1891cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1892/* end confdefs.h. */
1893$4
1894int
1895main ()
1896{
1897static int test_array [1 - 2 * !(($2) >= 0)];
1898test_array [0] = 0
bec39cab 1899
81ecdfbb
RW
1900 ;
1901 return 0;
1902}
1903_ACEOF
1904if ac_fn_c_try_compile "$LINENO"; then :
1905 ac_lo=0 ac_mid=0
1906 while :; do
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908/* end confdefs.h. */
1909$4
1910int
1911main ()
1912{
1913static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1914test_array [0] = 0
bec39cab 1915
81ecdfbb
RW
1916 ;
1917 return 0;
1918}
1919_ACEOF
1920if ac_fn_c_try_compile "$LINENO"; then :
1921 ac_hi=$ac_mid; break
1922else
1923 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1924 if test $ac_lo -le $ac_mid; then
1925 ac_lo= ac_hi=
1926 break
1927 fi
1928 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
c906108c 1929fi
81ecdfbb
RW
1930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1931 done
c906108c 1932else
81ecdfbb
RW
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934/* end confdefs.h. */
1935$4
1936int
1937main ()
1938{
1939static int test_array [1 - 2 * !(($2) < 0)];
1940test_array [0] = 0
bec39cab 1941
81ecdfbb
RW
1942 ;
1943 return 0;
1944}
1945_ACEOF
1946if ac_fn_c_try_compile "$LINENO"; then :
1947 ac_hi=-1 ac_mid=-1
1948 while :; do
1949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950/* end confdefs.h. */
1951$4
1952int
1953main ()
1954{
1955static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1956test_array [0] = 0
bec39cab 1957
81ecdfbb
RW
1958 ;
1959 return 0;
1960}
1961_ACEOF
1962if ac_fn_c_try_compile "$LINENO"; then :
1963 ac_lo=$ac_mid; break
1964else
1965 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1966 if test $ac_mid -le $ac_hi; then
1967 ac_lo= ac_hi=
1968 break
1969 fi
1970 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1971fi
1972rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1973 done
1974else
1975 ac_lo= ac_hi=
1976fi
1977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1978fi
1979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1980# Binary search between lo and hi bounds.
1981while test "x$ac_lo" != "x$ac_hi"; do
1982 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984/* end confdefs.h. */
1985$4
1986int
1987main ()
1988{
1989static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1990test_array [0] = 0
bec39cab 1991
81ecdfbb
RW
1992 ;
1993 return 0;
1994}
1995_ACEOF
1996if ac_fn_c_try_compile "$LINENO"; then :
1997 ac_hi=$ac_mid
1998else
1999 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002done
2003case $ac_lo in #((
2004?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2005'') ac_retval=1 ;;
2006esac
2007 else
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009/* end confdefs.h. */
2010$4
2011static long int longval () { return $2; }
2012static unsigned long int ulongval () { return $2; }
2013#include <stdio.h>
2014#include <stdlib.h>
2015int
2016main ()
2017{
bec39cab 2018
81ecdfbb
RW
2019 FILE *f = fopen ("conftest.val", "w");
2020 if (! f)
2021 return 1;
2022 if (($2) < 0)
2023 {
2024 long int i = longval ();
2025 if (i != ($2))
2026 return 1;
2027 fprintf (f, "%ld", i);
2028 }
2029 else
2030 {
2031 unsigned long int i = ulongval ();
2032 if (i != ($2))
2033 return 1;
2034 fprintf (f, "%lu", i);
2035 }
2036 /* Do not output a trailing newline, as this causes \r\n confusion
2037 on some platforms. */
2038 return ferror (f) || fclose (f) != 0;
bec39cab 2039
81ecdfbb
RW
2040 ;
2041 return 0;
2042}
2043_ACEOF
2044if ac_fn_c_try_run "$LINENO"; then :
2045 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2046else
2047 ac_retval=1
2048fi
2049rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2050 conftest.$ac_objext conftest.beam conftest.$ac_ext
2051rm -f conftest.val
bec39cab 2052
81ecdfbb
RW
2053 fi
2054 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2055 return $ac_retval
bec39cab 2056
81ecdfbb 2057} # ac_fn_c_compute_int
bec39cab 2058
c971b7fa
PA
2059# ac_fn_c_try_link LINENO
2060# -----------------------
2061# Try to link conftest.$ac_ext, and return whether this succeeded.
2062ac_fn_c_try_link ()
2063{
2064 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2065 rm -f conftest.$ac_objext conftest$ac_exeext
2066 if { { ac_try="$ac_link"
2067case "(($ac_try" in
2068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2069 *) ac_try_echo=$ac_try;;
2070esac
2071eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2072$as_echo "$ac_try_echo"; } >&5
2073 (eval "$ac_link") 2>conftest.err
2074 ac_status=$?
2075 if test -s conftest.err; then
2076 grep -v '^ *+' conftest.err >conftest.er1
2077 cat conftest.er1 >&5
2078 mv -f conftest.er1 conftest.err
2079 fi
2080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2081 test $ac_status = 0; } && {
2082 test -z "$ac_c_werror_flag" ||
2083 test ! -s conftest.err
2084 } && test -s conftest$ac_exeext && {
2085 test "$cross_compiling" = yes ||
2086 $as_test_x conftest$ac_exeext
2087 }; then :
2088 ac_retval=0
2089else
2090 $as_echo "$as_me: failed program was:" >&5
2091sed 's/^/| /' conftest.$ac_ext >&5
2092
2093 ac_retval=1
2094fi
2095 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2096 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2097 # interfere with the next link command; also delete a directory that is
2098 # left behind by Apple's compiler. We do this before executing the actions.
2099 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2100 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2101 return $ac_retval
2102
2103} # ac_fn_c_try_link
2104
55a8c076
YQ
2105# ac_fn_c_check_func LINENO FUNC VAR
2106# ----------------------------------
2107# Tests whether FUNC exists, setting the cache variable VAR accordingly
2108ac_fn_c_check_func ()
81ecdfbb
RW
2109{
2110 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2112$as_echo_n "checking for $2... " >&6; }
2113if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2114 $as_echo_n "(cached) " >&6
2115else
81ecdfbb
RW
2116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2117/* end confdefs.h. */
55a8c076
YQ
2118/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2120#define $2 innocuous_$2
2121
2122/* System header to define __stub macros and hopefully few prototypes,
2123 which can conflict with char $2 (); below.
2124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2125 <limits.h> exists even on freestanding compilers. */
2126
2127#ifdef __STDC__
2128# include <limits.h>
2129#else
2130# include <assert.h>
2131#endif
2132
2133#undef $2
2134
2135/* Override any GCC internal prototype to avoid an error.
2136 Use char because int might match the return type of a GCC
2137 builtin and then its argument prototype would still apply. */
2138#ifdef __cplusplus
2139extern "C"
2140#endif
2141char $2 ();
2142/* The GNU C library defines this for functions which it implements
2143 to always fail with ENOSYS. Some functions are actually named
2144 something starting with __ and the normal name is an alias. */
2145#if defined __stub_$2 || defined __stub___$2
2146choke me
2147#endif
2148
2149int
2150main ()
2151{
2152return $2 ();
2153 ;
2154 return 0;
2155}
2156_ACEOF
2157if ac_fn_c_try_link "$LINENO"; then :
2158 eval "$3=yes"
2159else
2160 eval "$3=no"
2161fi
2162rm -f core conftest.err conftest.$ac_objext \
2163 conftest$ac_exeext conftest.$ac_ext
2164fi
2165eval ac_res=\$$3
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2167$as_echo "$ac_res" >&6; }
2168 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2169
2170} # ac_fn_c_check_func
2171
770d76d7
PA
2172# ac_fn_c_check_decl LINENO SYMBOL VAR
2173# ------------------------------------
2174# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2175ac_fn_c_check_decl ()
2176{
2177 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2178 as_decl_name=`echo $2|sed 's/ *(.*//'`
2179 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2181$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2182if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2183 $as_echo_n "(cached) " >&6
2184else
2185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2186/* end confdefs.h. */
2187$4
2188int
2189main ()
2190{
2191#ifndef $as_decl_name
2192#ifdef __cplusplus
2193 (void) $as_decl_use;
2194#else
2195 (void) $as_decl_name;
2196#endif
2197#endif
2198
2199 ;
2200 return 0;
2201}
2202_ACEOF
2203if ac_fn_c_try_compile "$LINENO"; then :
2204 eval "$3=yes"
2205else
2206 eval "$3=no"
2207fi
2208rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2209fi
2210eval ac_res=\$$3
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2212$as_echo "$ac_res" >&6; }
2213 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2214
2215} # ac_fn_c_check_decl
2216
55a8c076
YQ
2217# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2218# ----------------------------------------------------
2219# Tries to find if the field MEMBER exists in type AGGR, after including
2220# INCLUDES, setting cache variable VAR accordingly.
2221ac_fn_c_check_member ()
2222{
2223 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2225$as_echo_n "checking for $2.$3... " >&6; }
2226if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2227 $as_echo_n "(cached) " >&6
2228else
2229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2230/* end confdefs.h. */
2231$5
2232int
2233main ()
2234{
2235static $2 ac_aggr;
2236if (ac_aggr.$3)
2237return 0;
2238 ;
2239 return 0;
2240}
2241_ACEOF
2242if ac_fn_c_try_compile "$LINENO"; then :
2243 eval "$4=yes"
2244else
2245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2246/* end confdefs.h. */
2247$5
2248int
2249main ()
2250{
2251static $2 ac_aggr;
2252if (sizeof ac_aggr.$3)
2253return 0;
2254 ;
2255 return 0;
2256}
2257_ACEOF
2258if ac_fn_c_try_compile "$LINENO"; then :
2259 eval "$4=yes"
2260else
2261 eval "$4=no"
2262fi
2263rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2264fi
2265rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2266fi
2267eval ac_res=\$$4
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2269$as_echo "$ac_res" >&6; }
2270 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2271
2272} # ac_fn_c_check_member
2273
2274# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2275# -------------------------------------------
2276# Tests whether TYPE exists after having included INCLUDES, setting cache
2277# variable VAR accordingly.
2278ac_fn_c_check_type ()
2279{
2280 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2282$as_echo_n "checking for $2... " >&6; }
2283if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2284 $as_echo_n "(cached) " >&6
2285else
2286 eval "$3=no"
2287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2288/* end confdefs.h. */
2289$4
2290int
2291main ()
2292{
2293if (sizeof ($2))
2294 return 0;
2295 ;
2296 return 0;
2297}
2298_ACEOF
2299if ac_fn_c_try_compile "$LINENO"; then :
2300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2301/* end confdefs.h. */
2302$4
2303int
2304main ()
2305{
2306if (sizeof (($2)))
2307 return 0;
2308 ;
2309 return 0;
2310}
2311_ACEOF
2312if ac_fn_c_try_compile "$LINENO"; then :
d5af19ba 2313
81ecdfbb
RW
2314else
2315 eval "$3=yes"
2316fi
2317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2318fi
2319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2320fi
2321eval ac_res=\$$3
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2323$as_echo "$ac_res" >&6; }
2324 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
d5af19ba 2325
81ecdfbb
RW
2326} # ac_fn_c_check_type
2327cat >config.log <<_ACEOF
2328This file contains any messages produced by compilers while
2329running configure, to aid debugging if configure makes a mistake.
d5af19ba 2330
81ecdfbb
RW
2331It was created by $as_me, which was
2332generated by GNU Autoconf 2.64. Invocation command line was
b4e70030 2333
81ecdfbb 2334 $ $0 $@
413ccac7 2335
81ecdfbb
RW
2336_ACEOF
2337exec 5>>config.log
2338{
2339cat <<_ASUNAME
2340## --------- ##
2341## Platform. ##
2342## --------- ##
413ccac7 2343
81ecdfbb
RW
2344hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2345uname -m = `(uname -m) 2>/dev/null || echo unknown`
2346uname -r = `(uname -r) 2>/dev/null || echo unknown`
2347uname -s = `(uname -s) 2>/dev/null || echo unknown`
2348uname -v = `(uname -v) 2>/dev/null || echo unknown`
85981d60 2349
81ecdfbb
RW
2350/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2351/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
413ccac7 2352
81ecdfbb
RW
2353/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2354/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2355/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2356/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2357/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2358/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2359/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
c906108c 2360
81ecdfbb 2361_ASUNAME
bec39cab 2362
bec39cab
AC
2363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2364for as_dir in $PATH
2365do
2366 IFS=$as_save_IFS
2367 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2368 $as_echo "PATH: $as_dir"
2369 done
2370IFS=$as_save_IFS
bec39cab 2371
81ecdfbb 2372} >&5
bec39cab 2373
81ecdfbb 2374cat >&5 <<_ACEOF
bec39cab 2375
bec39cab 2376
81ecdfbb
RW
2377## ----------- ##
2378## Core tests. ##
2379## ----------- ##
2380
2381_ACEOF
2382
2383
2384# Keep a trace of the command line.
2385# Strip out --no-create and --no-recursion so they do not pile up.
2386# Strip out --silent because we don't want to record it for future runs.
2387# Also quote any args containing shell meta-characters.
2388# Make two passes to allow for proper duplicate-argument suppression.
2389ac_configure_args=
2390ac_configure_args0=
2391ac_configure_args1=
2392ac_must_keep_next=false
2393for ac_pass in 1 2
2394do
2395 for ac_arg
2396 do
2397 case $ac_arg in
2398 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2399 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2400 | -silent | --silent | --silen | --sile | --sil)
2401 continue ;;
2402 *\'*)
2403 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2404 esac
2405 case $ac_pass in
2406 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2407 2)
2408 as_fn_append ac_configure_args1 " '$ac_arg'"
2409 if test $ac_must_keep_next = true; then
2410 ac_must_keep_next=false # Got value, back to normal.
2411 else
2412 case $ac_arg in
2413 *=* | --config-cache | -C | -disable-* | --disable-* \
2414 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2415 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2416 | -with-* | --with-* | -without-* | --without-* | --x)
2417 case "$ac_configure_args0 " in
2418 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2419 esac
2420 ;;
2421 -* ) ac_must_keep_next=true ;;
2422 esac
2423 fi
2424 as_fn_append ac_configure_args " '$ac_arg'"
2425 ;;
2426 esac
2427 done
2428done
2429{ ac_configure_args0=; unset ac_configure_args0;}
2430{ ac_configure_args1=; unset ac_configure_args1;}
2431
2432# When interrupted or exit'd, cleanup temporary files, and complete
2433# config.log. We remove comments because anyway the quotes in there
2434# would cause problems or look ugly.
2435# WARNING: Use '\'' to represent an apostrophe within the trap.
2436# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2437trap 'exit_status=$?
2438 # Save into config.log some information that might help in debugging.
2439 {
2440 echo
2441
2442 cat <<\_ASBOX
2443## ---------------- ##
2444## Cache variables. ##
2445## ---------------- ##
2446_ASBOX
2447 echo
2448 # The following way of writing the cache mishandles newlines in values,
2449(
2450 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2451 eval ac_val=\$$ac_var
2452 case $ac_val in #(
2453 *${as_nl}*)
2454 case $ac_var in #(
2455 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2456$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2457 esac
2458 case $ac_var in #(
2459 _ | IFS | as_nl) ;; #(
2460 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2461 *) { eval $ac_var=; unset $ac_var;} ;;
2462 esac ;;
2463 esac
2464 done
2465 (set) 2>&1 |
2466 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2467 *${as_nl}ac_space=\ *)
2468 sed -n \
2469 "s/'\''/'\''\\\\'\'''\''/g;
2470 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2471 ;; #(
2472 *)
2473 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2474 ;;
2475 esac |
2476 sort
2477)
2478 echo
2479
2480 cat <<\_ASBOX
2481## ----------------- ##
2482## Output variables. ##
2483## ----------------- ##
2484_ASBOX
2485 echo
2486 for ac_var in $ac_subst_vars
2487 do
2488 eval ac_val=\$$ac_var
2489 case $ac_val in
2490 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2491 esac
2492 $as_echo "$ac_var='\''$ac_val'\''"
2493 done | sort
2494 echo
2495
2496 if test -n "$ac_subst_files"; then
2497 cat <<\_ASBOX
2498## ------------------- ##
2499## File substitutions. ##
2500## ------------------- ##
2501_ASBOX
2502 echo
2503 for ac_var in $ac_subst_files
2504 do
2505 eval ac_val=\$$ac_var
2506 case $ac_val in
2507 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2508 esac
2509 $as_echo "$ac_var='\''$ac_val'\''"
2510 done | sort
2511 echo
2512 fi
2513
2514 if test -s confdefs.h; then
2515 cat <<\_ASBOX
2516## ----------- ##
2517## confdefs.h. ##
2518## ----------- ##
2519_ASBOX
2520 echo
2521 cat confdefs.h
2522 echo
2523 fi
2524 test "$ac_signal" != 0 &&
2525 $as_echo "$as_me: caught signal $ac_signal"
2526 $as_echo "$as_me: exit $exit_status"
2527 } >&5
2528 rm -f core *.core core.conftest.* &&
2529 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2530 exit $exit_status
2531' 0
2532for ac_signal in 1 2 13 15; do
2533 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2534done
2535ac_signal=0
2536
2537# confdefs.h avoids OS command line length limits that DEFS can exceed.
2538rm -f -r conftest* confdefs.h
2539
2540$as_echo "/* confdefs.h */" > confdefs.h
2541
2542# Predefined preprocessor variables.
2543
2544cat >>confdefs.h <<_ACEOF
2545#define PACKAGE_NAME "$PACKAGE_NAME"
2546_ACEOF
2547
2548cat >>confdefs.h <<_ACEOF
2549#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2550_ACEOF
2551
2552cat >>confdefs.h <<_ACEOF
2553#define PACKAGE_VERSION "$PACKAGE_VERSION"
2554_ACEOF
2555
2556cat >>confdefs.h <<_ACEOF
2557#define PACKAGE_STRING "$PACKAGE_STRING"
2558_ACEOF
2559
2560cat >>confdefs.h <<_ACEOF
2561#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2562_ACEOF
2563
2564cat >>confdefs.h <<_ACEOF
2565#define PACKAGE_URL "$PACKAGE_URL"
2566_ACEOF
2567
2568
2569# Let the site file select an alternate cache file if it wants to.
2570# Prefer an explicitly selected file to automatically selected ones.
2571ac_site_file1=NONE
2572ac_site_file2=NONE
2573if test -n "$CONFIG_SITE"; then
2574 ac_site_file1=$CONFIG_SITE
2575elif test "x$prefix" != xNONE; then
2576 ac_site_file1=$prefix/share/config.site
2577 ac_site_file2=$prefix/etc/config.site
2578else
2579 ac_site_file1=$ac_default_prefix/share/config.site
2580 ac_site_file2=$ac_default_prefix/etc/config.site
2581fi
2582for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2583do
2584 test "x$ac_site_file" = xNONE && continue
2585 if test -r "$ac_site_file"; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2587$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2588 sed 's/^/| /' "$ac_site_file" >&5
2589 . "$ac_site_file"
2590 fi
2591done
2592
2593if test -r "$cache_file"; then
2594 # Some versions of bash will fail to source /dev/null (special
2595 # files actually), so we avoid doing that.
2596 if test -f "$cache_file"; then
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2598$as_echo "$as_me: loading cache $cache_file" >&6;}
2599 case $cache_file in
2600 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2601 *) . "./$cache_file";;
2602 esac
2603 fi
2604else
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2606$as_echo "$as_me: creating cache $cache_file" >&6;}
2607 >$cache_file
bec39cab
AC
2608fi
2609
81ecdfbb
RW
2610# Check that the precious variables saved in the cache have kept the same
2611# value.
2612ac_cache_corrupted=false
2613for ac_var in $ac_precious_vars; do
2614 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2615 eval ac_new_set=\$ac_env_${ac_var}_set
2616 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2617 eval ac_new_val=\$ac_env_${ac_var}_value
2618 case $ac_old_set,$ac_new_set in
2619 set,)
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2621$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2622 ac_cache_corrupted=: ;;
2623 ,set)
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2625$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2626 ac_cache_corrupted=: ;;
2627 ,);;
2628 *)
2629 if test "x$ac_old_val" != "x$ac_new_val"; then
2630 # differences in whitespace do not lead to failure.
2631 ac_old_val_w=`echo x $ac_old_val`
2632 ac_new_val_w=`echo x $ac_new_val`
2633 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2635$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2636 ac_cache_corrupted=:
2637 else
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2639$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2640 eval $ac_var=\$ac_old_val
2641 fi
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2643$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2645$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2646 fi;;
2647 esac
2648 # Pass precious variables to config.status.
2649 if test "$ac_new_set" = set; then
2650 case $ac_new_val in
2651 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2652 *) ac_arg=$ac_var=$ac_new_val ;;
2653 esac
2654 case " $ac_configure_args " in
2655 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2656 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2657 esac
2658 fi
2659done
2660if $ac_cache_corrupted; then
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2662$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2664$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2665 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2666fi
2667## -------------------- ##
2668## Main body of script. ##
2669## -------------------- ##
2670
2671ac_ext=c
2672ac_cpp='$CPP $CPPFLAGS'
2673ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2674ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2675ac_compiler_gnu=$ac_cv_c_compiler_gnu
2676
2677
2678
2679
2680
2681ac_config_headers="$ac_config_headers config.h:config.in"
2682
2683
2684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2685$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2686 # Check whether --enable-maintainer-mode was given.
2687if test "${enable_maintainer_mode+set}" = set; then :
2688 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2689else
2690 USE_MAINTAINER_MODE=no
2691fi
2692
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2694$as_echo "$USE_MAINTAINER_MODE" >&6; }
2695 if test $USE_MAINTAINER_MODE = yes; then
2696 MAINTAINER_MODE_TRUE=
2697 MAINTAINER_MODE_FALSE='#'
2698else
2699 MAINTAINER_MODE_TRUE='#'
2700 MAINTAINER_MODE_FALSE=
2701fi
2702
2703 MAINT=$MAINTAINER_MODE_TRUE
2704
2705
2706
17ef446e
PA
2707# Set the 'development' global.
2708. $srcdir/development.sh
f5f1cdb6 2709
81ecdfbb
RW
2710ac_ext=c
2711ac_cpp='$CPP $CPPFLAGS'
2712ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2713ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2714ac_compiler_gnu=$ac_cv_c_compiler_gnu
2715if test -n "$ac_tool_prefix"; then
2716 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2717set dummy ${ac_tool_prefix}gcc; ac_word=$2
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2719$as_echo_n "checking for $ac_word... " >&6; }
2720if test "${ac_cv_prog_CC+set}" = set; then :
2721 $as_echo_n "(cached) " >&6
c906108c
SS
2722else
2723 if test -n "$CC"; then
2724 ac_cv_prog_CC="$CC" # Let the user override the test.
2725else
bec39cab
AC
2726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2727for as_dir in $PATH
2728do
2729 IFS=$as_save_IFS
2730 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2731 for ac_exec_ext in '' $ac_executable_extensions; do
2732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2733 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2735 break 2
2736 fi
2737done
81ecdfbb
RW
2738 done
2739IFS=$as_save_IFS
bec39cab 2740
c906108c
SS
2741fi
2742fi
bec39cab 2743CC=$ac_cv_prog_CC
c906108c 2744if test -n "$CC"; then
81ecdfbb
RW
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2746$as_echo "$CC" >&6; }
c906108c 2747else
81ecdfbb
RW
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2749$as_echo "no" >&6; }
c906108c
SS
2750fi
2751
81ecdfbb 2752
b4e70030
JB
2753fi
2754if test -z "$ac_cv_prog_CC"; then
2755 ac_ct_CC=$CC
81ecdfbb
RW
2756 # Extract the first word of "gcc", so it can be a program name with args.
2757set dummy gcc; ac_word=$2
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759$as_echo_n "checking for $ac_word... " >&6; }
2760if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2761 $as_echo_n "(cached) " >&6
b4e70030
JB
2762else
2763 if test -n "$ac_ct_CC"; then
2764 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2765else
2766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767for as_dir in $PATH
2768do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2773 ac_cv_prog_ac_ct_CC="gcc"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b4e70030 2775 break 2
4e8d927d 2776 fi
b4e70030 2777done
81ecdfbb
RW
2778 done
2779IFS=$as_save_IFS
b4e70030
JB
2780
2781fi
2782fi
2783ac_ct_CC=$ac_cv_prog_ac_ct_CC
2784if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2786$as_echo "$ac_ct_CC" >&6; }
b4e70030 2787else
81ecdfbb
RW
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789$as_echo "no" >&6; }
b4e70030
JB
2790fi
2791
81ecdfbb
RW
2792 if test "x$ac_ct_CC" = x; then
2793 CC=""
2794 else
2795 case $cross_compiling:$ac_tool_warned in
2796yes:)
2797{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2798$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2799ac_tool_warned=yes ;;
2800esac
2801 CC=$ac_ct_CC
2802 fi
b4e70030
JB
2803else
2804 CC="$ac_cv_prog_CC"
2805fi
2806
c906108c 2807if test -z "$CC"; then
81ecdfbb
RW
2808 if test -n "$ac_tool_prefix"; then
2809 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2810set dummy ${ac_tool_prefix}cc; ac_word=$2
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2812$as_echo_n "checking for $ac_word... " >&6; }
2813if test "${ac_cv_prog_CC+set}" = set; then :
2814 $as_echo_n "(cached) " >&6
c906108c
SS
2815else
2816 if test -n "$CC"; then
2817 ac_cv_prog_CC="$CC" # Let the user override the test.
2818else
bec39cab
AC
2819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2820for as_dir in $PATH
2821do
2822 IFS=$as_save_IFS
2823 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2824 for ac_exec_ext in '' $ac_executable_extensions; do
2825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2826 ac_cv_prog_CC="${ac_tool_prefix}cc"
2827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2828 break 2
2829 fi
2830done
81ecdfbb
RW
2831 done
2832IFS=$as_save_IFS
2833
2834fi
2835fi
2836CC=$ac_cv_prog_CC
2837if test -n "$CC"; then
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2839$as_echo "$CC" >&6; }
2840else
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2842$as_echo "no" >&6; }
2843fi
2844
2845
2846 fi
2847fi
2848if test -z "$CC"; then
2849 # Extract the first word of "cc", so it can be a program name with args.
2850set dummy cc; ac_word=$2
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2852$as_echo_n "checking for $ac_word... " >&6; }
2853if test "${ac_cv_prog_CC+set}" = set; then :
2854 $as_echo_n "(cached) " >&6
2855else
2856 if test -n "$CC"; then
2857 ac_cv_prog_CC="$CC" # Let the user override the test.
2858else
2859 ac_prog_rejected=no
2860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2861for as_dir in $PATH
2862do
2863 IFS=$as_save_IFS
2864 test -z "$as_dir" && as_dir=.
2865 for ac_exec_ext in '' $ac_executable_extensions; do
2866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2867 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2868 ac_prog_rejected=yes
2869 continue
2870 fi
2871 ac_cv_prog_CC="cc"
2872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2873 break 2
2874 fi
2875done
2876 done
2877IFS=$as_save_IFS
bec39cab 2878
c906108c
SS
2879if test $ac_prog_rejected = yes; then
2880 # We found a bogon in the path, so make sure we never use it.
2881 set dummy $ac_cv_prog_CC
2882 shift
bec39cab 2883 if test $# != 0; then
c906108c
SS
2884 # We chose a different compiler from the bogus one.
2885 # However, it has the same basename, so the bogon will be chosen
2886 # first if we set CC to just the basename; use the full file name.
2887 shift
bec39cab 2888 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
2889 fi
2890fi
2891fi
2892fi
bec39cab 2893CC=$ac_cv_prog_CC
c906108c 2894if test -n "$CC"; then
81ecdfbb
RW
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2896$as_echo "$CC" >&6; }
c906108c 2897else
81ecdfbb
RW
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2899$as_echo "no" >&6; }
c906108c
SS
2900fi
2901
81ecdfbb 2902
bec39cab
AC
2903fi
2904if test -z "$CC"; then
2905 if test -n "$ac_tool_prefix"; then
81ecdfbb 2906 for ac_prog in cl.exe
bec39cab
AC
2907 do
2908 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2909set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911$as_echo_n "checking for $ac_word... " >&6; }
2912if test "${ac_cv_prog_CC+set}" = set; then :
2913 $as_echo_n "(cached) " >&6
c906108c
SS
2914else
2915 if test -n "$CC"; then
2916 ac_cv_prog_CC="$CC" # Let the user override the test.
2917else
bec39cab
AC
2918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919for as_dir in $PATH
2920do
2921 IFS=$as_save_IFS
2922 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2923 for ac_exec_ext in '' $ac_executable_extensions; do
2924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2925 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2927 break 2
2928 fi
2929done
81ecdfbb
RW
2930 done
2931IFS=$as_save_IFS
bec39cab 2932
c906108c
SS
2933fi
2934fi
bec39cab 2935CC=$ac_cv_prog_CC
c906108c 2936if test -n "$CC"; then
81ecdfbb
RW
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2938$as_echo "$CC" >&6; }
c906108c 2939else
81ecdfbb
RW
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941$as_echo "no" >&6; }
c906108c 2942fi
bec39cab 2943
81ecdfbb 2944
bec39cab
AC
2945 test -n "$CC" && break
2946 done
2947fi
2948if test -z "$CC"; then
2949 ac_ct_CC=$CC
81ecdfbb 2950 for ac_prog in cl.exe
bec39cab
AC
2951do
2952 # Extract the first word of "$ac_prog", so it can be a program name with args.
2953set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2955$as_echo_n "checking for $ac_word... " >&6; }
2956if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2957 $as_echo_n "(cached) " >&6
bec39cab
AC
2958else
2959 if test -n "$ac_ct_CC"; then
2960 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2961else
2962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2963for as_dir in $PATH
2964do
2965 IFS=$as_save_IFS
2966 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2967 for ac_exec_ext in '' $ac_executable_extensions; do
2968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2969 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab 2971 break 2
c906108c 2972 fi
bec39cab 2973done
81ecdfbb
RW
2974 done
2975IFS=$as_save_IFS
bec39cab
AC
2976
2977fi
2978fi
2979ac_ct_CC=$ac_cv_prog_ac_ct_CC
2980if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2982$as_echo "$ac_ct_CC" >&6; }
bec39cab 2983else
81ecdfbb
RW
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2985$as_echo "no" >&6; }
c906108c
SS
2986fi
2987
81ecdfbb 2988
bec39cab
AC
2989 test -n "$ac_ct_CC" && break
2990done
c906108c 2991
81ecdfbb
RW
2992 if test "x$ac_ct_CC" = x; then
2993 CC=""
2994 else
2995 case $cross_compiling:$ac_tool_warned in
2996yes:)
2997{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2998$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2999ac_tool_warned=yes ;;
3000esac
3001 CC=$ac_ct_CC
3002 fi
bec39cab
AC
3003fi
3004
3005fi
3006
3007
81ecdfbb
RW
3008test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3009$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3010as_fn_error "no acceptable C compiler found in \$PATH
3011See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
3012
3013# Provide some information about the compiler.
81ecdfbb
RW
3014$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3015set X $ac_compile
3016ac_compiler=$2
3017for ac_option in --version -v -V -qversion; do
3018 { { ac_try="$ac_compiler $ac_option >&5"
3019case "(($ac_try" in
3020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021 *) ac_try_echo=$ac_try;;
3022esac
3023eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024$as_echo "$ac_try_echo"; } >&5
3025 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 3026 ac_status=$?
81ecdfbb
RW
3027 if test -s conftest.err; then
3028 sed '10a\
3029... rest of stderr output deleted ...
3030 10q' conftest.err >conftest.er1
3031 cat conftest.er1 >&5
3032 rm -f conftest.er1 conftest.err
3033 fi
3034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3035 test $ac_status = 0; }
3036done
bec39cab 3037
81ecdfbb 3038cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3039/* end confdefs.h. */
3040
3041int
3042main ()
3043{
3044
3045 ;
3046 return 0;
3047}
3048_ACEOF
3049ac_clean_files_save=$ac_clean_files
81ecdfbb 3050ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
bec39cab
AC
3051# Try to create an executable without -o first, disregard a.out.
3052# It will help us diagnose broken compilers, and finding out an intuition
3053# of exeext.
81ecdfbb
RW
3054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3055$as_echo_n "checking for C compiler default output file name... " >&6; }
3056ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3057
3058# The possible output files:
3059ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3060
3061ac_rmfiles=
3062for ac_file in $ac_files
3063do
3064 case $ac_file in
3065 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3066 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3067 esac
3068done
3069rm -f $ac_rmfiles
3070
3071if { { ac_try="$ac_link_default"
3072case "(($ac_try" in
3073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3074 *) ac_try_echo=$ac_try;;
3075esac
3076eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3077$as_echo "$ac_try_echo"; } >&5
3078 (eval "$ac_link_default") 2>&5
3079 ac_status=$?
3080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3081 test $ac_status = 0; }; then :
3082 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3083# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3084# in a Makefile. We should not override ac_cv_exeext if it was cached,
3085# so that the user can short-circuit this test for compilers unknown to
3086# Autoconf.
3087for ac_file in $ac_files ''
bec39cab
AC
3088do
3089 test -f "$ac_file" || continue
3090 case $ac_file in
81ecdfbb 3091 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b4e70030
JB
3092 ;;
3093 [ab].out )
3094 # We found the default executable, but exeext='' is most
3095 # certainly right.
3096 break;;
3097 *.* )
81ecdfbb
RW
3098 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3099 then :; else
3100 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3101 fi
3102 # We set ac_cv_exeext here because the later test for it is not
3103 # safe: cross compilers may not add the suffix if given an `-o'
3104 # argument, so we may need to know it at that point already.
3105 # Even if this section looks crufty: it has the advantage of
3106 # actually working.
b4e70030
JB
3107 break;;
3108 * )
3109 break;;
bec39cab
AC
3110 esac
3111done
81ecdfbb
RW
3112test "$ac_cv_exeext" = no && ac_cv_exeext=
3113
bec39cab 3114else
81ecdfbb
RW
3115 ac_file=''
3116fi
3117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3118$as_echo "$ac_file" >&6; }
3119if test -z "$ac_file"; then :
3120 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3121sed 's/^/| /' conftest.$ac_ext >&5
3122
81ecdfbb
RW
3123{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3124$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3125{ as_fn_set_status 77
3126as_fn_error "C compiler cannot create executables
3127See \`config.log' for more details." "$LINENO" 5; }; }
bec39cab 3128fi
b4e70030 3129ac_exeext=$ac_cv_exeext
b4e70030 3130
81ecdfbb 3131# Check that the compiler produces executables we can run. If not, either
bec39cab 3132# the compiler is broken, or we cross compile.
81ecdfbb
RW
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3134$as_echo_n "checking whether the C compiler works... " >&6; }
bec39cab
AC
3135# If not cross compiling, check that we can run a simple program.
3136if test "$cross_compiling" != yes; then
3137 if { ac_try='./$ac_file'
81ecdfbb
RW
3138 { { case "(($ac_try" in
3139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3140 *) ac_try_echo=$ac_try;;
3141esac
3142eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3143$as_echo "$ac_try_echo"; } >&5
3144 (eval "$ac_try") 2>&5
bec39cab 3145 ac_status=$?
81ecdfbb
RW
3146 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3147 test $ac_status = 0; }; }; then
bec39cab 3148 cross_compiling=no
c906108c 3149 else
bec39cab
AC
3150 if test "$cross_compiling" = maybe; then
3151 cross_compiling=yes
3152 else
81ecdfbb
RW
3153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3154$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3155as_fn_error "cannot run C compiled programs.
bec39cab 3156If you meant to cross compile, use \`--host'.
81ecdfbb 3157See \`config.log' for more details." "$LINENO" 5; }
bec39cab 3158 fi
c906108c 3159 fi
bec39cab 3160fi
81ecdfbb
RW
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3162$as_echo "yes" >&6; }
bec39cab 3163
81ecdfbb 3164rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b4e70030 3165ac_clean_files=$ac_clean_files_save
81ecdfbb 3166# Check that the compiler produces executables we can run. If not, either
b4e70030 3167# the compiler is broken, or we cross compile.
81ecdfbb
RW
3168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3169$as_echo_n "checking whether we are cross compiling... " >&6; }
3170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3171$as_echo "$cross_compiling" >&6; }
3172
3173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3174$as_echo_n "checking for suffix of executables... " >&6; }
3175if { { ac_try="$ac_link"
3176case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179esac
3180eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181$as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_link") 2>&5
bec39cab 3183 ac_status=$?
81ecdfbb
RW
3184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3185 test $ac_status = 0; }; then :
b4e70030
JB
3186 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3187# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3188# work properly (i.e., refer to `conftest.exe'), while it won't with
3189# `rm'.
3190for ac_file in conftest.exe conftest conftest.*; do
3191 test -f "$ac_file" || continue
3192 case $ac_file in
81ecdfbb 3193 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b4e70030 3194 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b4e70030
JB
3195 break;;
3196 * ) break;;
3197 esac
3198done
c906108c 3199else
81ecdfbb
RW
3200 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202as_fn_error "cannot compute suffix of executables: cannot compile and link
3203See \`config.log' for more details." "$LINENO" 5; }
c906108c 3204fi
b4e70030 3205rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3207$as_echo "$ac_cv_exeext" >&6; }
c906108c 3208
b4e70030 3209rm -f conftest.$ac_ext
bec39cab
AC
3210EXEEXT=$ac_cv_exeext
3211ac_exeext=$EXEEXT
81ecdfbb
RW
3212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3213$as_echo_n "checking for suffix of object files... " >&6; }
3214if test "${ac_cv_objext+set}" = set; then :
3215 $as_echo_n "(cached) " >&6
bec39cab 3216else
81ecdfbb 3217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
3218/* end confdefs.h. */
3219
3220int
3221main ()
3222{
3223
3224 ;
3225 return 0;
3226}
3227_ACEOF
3228rm -f conftest.o conftest.obj
81ecdfbb
RW
3229if { { ac_try="$ac_compile"
3230case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233esac
3234eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235$as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_compile") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 for ac_file in conftest.o conftest.obj conftest.*; do
3241 test -f "$ac_file" || continue;
bec39cab 3242 case $ac_file in
81ecdfbb 3243 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
3244 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3245 break;;
3246 esac
3247done
c906108c 3248else
81ecdfbb 3249 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3250sed 's/^/| /' conftest.$ac_ext >&5
3251
81ecdfbb
RW
3252{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3253$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3254as_fn_error "cannot compute suffix of object files: cannot compile
3255See \`config.log' for more details." "$LINENO" 5; }
c906108c 3256fi
b4e70030 3257rm -f conftest.$ac_cv_objext conftest.$ac_ext
bec39cab 3258fi
81ecdfbb
RW
3259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3260$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
3261OBJEXT=$ac_cv_objext
3262ac_objext=$OBJEXT
81ecdfbb
RW
3263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3264$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3265if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3266 $as_echo_n "(cached) " >&6
c906108c 3267else
81ecdfbb 3268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3269/* end confdefs.h. */
3270
3271int
3272main ()
3273{
3274#ifndef __GNUC__
3275 choke me
3276#endif
3277
3278 ;
3279 return 0;
3280}
3281_ACEOF
81ecdfbb 3282if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3283 ac_compiler_gnu=yes
3284else
81ecdfbb 3285 ac_compiler_gnu=no
bec39cab 3286fi
81ecdfbb 3287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3288ac_cv_c_compiler_gnu=$ac_compiler_gnu
3289
3290fi
81ecdfbb
RW
3291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3292$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3293if test $ac_compiler_gnu = yes; then
3294 GCC=yes
3295else
3296 GCC=
3297fi
bec39cab
AC
3298ac_test_CFLAGS=${CFLAGS+set}
3299ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3301$as_echo_n "checking whether $CC accepts -g... " >&6; }
3302if test "${ac_cv_prog_cc_g+set}" = set; then :
3303 $as_echo_n "(cached) " >&6
bec39cab 3304else
81ecdfbb
RW
3305 ac_save_c_werror_flag=$ac_c_werror_flag
3306 ac_c_werror_flag=yes
3307 ac_cv_prog_cc_g=no
3308 CFLAGS="-g"
3309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3310/* end confdefs.h. */
3311
3312int
3313main ()
3314{
3315
3316 ;
3317 return 0;
3318}
3319_ACEOF
81ecdfbb 3320if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
3321 ac_cv_prog_cc_g=yes
3322else
81ecdfbb
RW
3323 CFLAGS=""
3324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3325/* end confdefs.h. */
3326
3327int
3328main ()
3329{
3330
3331 ;
3332 return 0;
3333}
3334_ACEOF
3335if ac_fn_c_try_compile "$LINENO"; then :
3336
3337else
3338 ac_c_werror_flag=$ac_save_c_werror_flag
3339 CFLAGS="-g"
3340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3341/* end confdefs.h. */
3342
3343int
3344main ()
3345{
c906108c 3346
81ecdfbb
RW
3347 ;
3348 return 0;
3349}
3350_ACEOF
3351if ac_fn_c_try_compile "$LINENO"; then :
3352 ac_cv_prog_cc_g=yes
3353fi
3354rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3355fi
3356rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4e8d927d 3357fi
81ecdfbb
RW
3358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3359 ac_c_werror_flag=$ac_save_c_werror_flag
bec39cab 3360fi
81ecdfbb
RW
3361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3362$as_echo "$ac_cv_prog_cc_g" >&6; }
c906108c 3363if test "$ac_test_CFLAGS" = set; then
bec39cab 3364 CFLAGS=$ac_save_CFLAGS
c906108c
SS
3365elif test $ac_cv_prog_cc_g = yes; then
3366 if test "$GCC" = yes; then
3367 CFLAGS="-g -O2"
3368 else
3369 CFLAGS="-g"
3370 fi
3371else
3372 if test "$GCC" = yes; then
3373 CFLAGS="-O2"
3374 else
3375 CFLAGS=
3376 fi
3377fi
81ecdfbb
RW
3378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3379$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3380if test "${ac_cv_prog_cc_c89+set}" = set; then :
3381 $as_echo_n "(cached) " >&6
bec39cab 3382else
81ecdfbb 3383 ac_cv_prog_cc_c89=no
bec39cab 3384ac_save_CC=$CC
81ecdfbb 3385cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3386/* end confdefs.h. */
c906108c
SS
3387#include <stdarg.h>
3388#include <stdio.h>
3389#include <sys/types.h>
3390#include <sys/stat.h>
3391/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3392struct buf { int x; };
3393FILE * (*rcsopen) (struct buf *, struct stat *, int);
3394static char *e (p, i)
3395 char **p;
3396 int i;
3397{
3398 return p[i];
3399}
3400static char *f (char * (*g) (char **, int), char **p, ...)
3401{
3402 char *s;
3403 va_list v;
3404 va_start (v,p);
3405 s = g (p, va_arg (v,int));
3406 va_end (v);
3407 return s;
3408}
bec39cab
AC
3409
3410/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3411 function prototypes and stuff, but not '\xHH' hex character constants.
3412 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3413 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
3414 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3415 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3416 that's true only with -std. */
bec39cab
AC
3417int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3418
81ecdfbb
RW
3419/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3420 inside strings and character constants. */
3421#define FOO(x) 'x'
3422int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3423
c906108c
SS
3424int test (int i, double x);
3425struct s1 {int (*f) (int a);};
3426struct s2 {int (*f) (double a);};
3427int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3428int argc;
3429char **argv;
bec39cab
AC
3430int
3431main ()
3432{
c906108c 3433return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
bec39cab
AC
3434 ;
3435 return 0;
3436}
3437_ACEOF
81ecdfbb
RW
3438for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3439 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3440do
3441 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3442 if ac_fn_c_try_compile "$LINENO"; then :
3443 ac_cv_prog_cc_c89=$ac_arg
c906108c 3444fi
81ecdfbb
RW
3445rm -f core conftest.err conftest.$ac_objext
3446 test "x$ac_cv_prog_cc_c89" != "xno" && break
c906108c 3447done
81ecdfbb 3448rm -f conftest.$ac_ext
bec39cab 3449CC=$ac_save_CC
c906108c
SS
3450
3451fi
81ecdfbb
RW
3452# AC_CACHE_VAL
3453case "x$ac_cv_prog_cc_c89" in
3454 x)
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3456$as_echo "none needed" >&6; } ;;
3457 xno)
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3459$as_echo "unsupported" >&6; } ;;
bec39cab 3460 *)
81ecdfbb
RW
3461 CC="$CC $ac_cv_prog_cc_c89"
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3463$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c906108c 3464esac
81ecdfbb 3465if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3466
b4e70030
JB
3467fi
3468
bec39cab
AC
3469ac_ext=c
3470ac_cpp='$CPP $CPPFLAGS'
3471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3472ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3473ac_compiler_gnu=$ac_cv_c_compiler_gnu
c906108c 3474
60ca704f 3475
bec39cab
AC
3476ac_ext=c
3477ac_cpp='$CPP $CPPFLAGS'
3478ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3479ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3480ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3482$as_echo_n "checking how to run the C preprocessor... " >&6; }
bec39cab
AC
3483# On Suns, sometimes $CPP names a directory.
3484if test -n "$CPP" && test -d "$CPP"; then
3485 CPP=
8bb2c122 3486fi
bec39cab 3487if test -z "$CPP"; then
81ecdfbb
RW
3488 if test "${ac_cv_prog_CPP+set}" = set; then :
3489 $as_echo_n "(cached) " >&6
bec39cab
AC
3490else
3491 # Double quotes because CPP needs to be expanded
3492 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3493 do
3494 ac_preproc_ok=false
3495for ac_c_preproc_warn_flag in '' yes
3496do
3497 # Use a header file that comes with gcc, so configuring glibc
3498 # with a fresh cross-compiler works.
3499 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3500 # <limits.h> exists even on freestanding compilers.
3501 # On the NeXT, cc -E runs the code through the compiler's parser,
3502 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3504/* end confdefs.h. */
3505#ifdef __STDC__
3506# include <limits.h>
3507#else
3508# include <assert.h>
3509#endif
3510 Syntax error
3511_ACEOF
81ecdfbb 3512if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3513
81ecdfbb 3514else
bec39cab
AC
3515 # Broken: fails on valid input.
3516continue
3517fi
3518rm -f conftest.err conftest.$ac_ext
3519
81ecdfbb 3520 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3521 # can be detected and how.
81ecdfbb 3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3523/* end confdefs.h. */
3524#include <ac_nonexistent.h>
3525_ACEOF
81ecdfbb 3526if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3527 # Broken: success on invalid input.
3528continue
8bb2c122 3529else
bec39cab
AC
3530 # Passes both tests.
3531ac_preproc_ok=:
3532break
8bb2c122 3533fi
bec39cab 3534rm -f conftest.err conftest.$ac_ext
8bb2c122 3535
bec39cab
AC
3536done
3537# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3538rm -f conftest.err conftest.$ac_ext
81ecdfbb 3539if $ac_preproc_ok; then :
bec39cab
AC
3540 break
3541fi
8bb2c122 3542
bec39cab
AC
3543 done
3544 ac_cv_prog_CPP=$CPP
ddc9cd0f 3545
c906108c 3546fi
bec39cab
AC
3547 CPP=$ac_cv_prog_CPP
3548else
3549 ac_cv_prog_CPP=$CPP
c906108c 3550fi
81ecdfbb
RW
3551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3552$as_echo "$CPP" >&6; }
bec39cab
AC
3553ac_preproc_ok=false
3554for ac_c_preproc_warn_flag in '' yes
3555do
3556 # Use a header file that comes with gcc, so configuring glibc
3557 # with a fresh cross-compiler works.
3558 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3559 # <limits.h> exists even on freestanding compilers.
3560 # On the NeXT, cc -E runs the code through the compiler's parser,
3561 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3563/* end confdefs.h. */
3564#ifdef __STDC__
3565# include <limits.h>
3566#else
3567# include <assert.h>
3568#endif
3569 Syntax error
3570_ACEOF
81ecdfbb 3571if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3572
81ecdfbb 3573else
bec39cab
AC
3574 # Broken: fails on valid input.
3575continue
3576fi
3577rm -f conftest.err conftest.$ac_ext
3578
81ecdfbb 3579 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3580 # can be detected and how.
81ecdfbb 3581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3582/* end confdefs.h. */
3583#include <ac_nonexistent.h>
3584_ACEOF
81ecdfbb 3585if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3586 # Broken: success on invalid input.
3587continue
c906108c 3588else
bec39cab
AC
3589 # Passes both tests.
3590ac_preproc_ok=:
3591break
c906108c 3592fi
bec39cab 3593rm -f conftest.err conftest.$ac_ext
c906108c 3594
bec39cab
AC
3595done
3596# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3597rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3598if $ac_preproc_ok; then :
3599
c906108c 3600else
81ecdfbb
RW
3601 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3602$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3603as_fn_error "C preprocessor \"$CPP\" fails sanity check
3604See \`config.log' for more details." "$LINENO" 5; }
c906108c 3605fi
c906108c 3606
bec39cab
AC
3607ac_ext=c
3608ac_cpp='$CPP $CPPFLAGS'
3609ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3610ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3611ac_compiler_gnu=$ac_cv_c_compiler_gnu
3612
3613
81ecdfbb
RW
3614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3615$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3616if test "${ac_cv_path_GREP+set}" = set; then :
3617 $as_echo_n "(cached) " >&6
4e8d927d 3618else
81ecdfbb
RW
3619 if test -z "$GREP"; then
3620 ac_path_GREP_found=false
3621 # Loop through the user's path and test for each of PROGNAME-LIST
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3624do
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_prog in grep ggrep; do
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3630 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3631# Check for GNU ac_path_GREP and select it if it is found.
3632 # Check for GNU $ac_path_GREP
3633case `"$ac_path_GREP" --version 2>&1` in
3634*GNU*)
3635 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3636*)
3637 ac_count=0
3638 $as_echo_n 0123456789 >"conftest.in"
3639 while :
3640 do
3641 cat "conftest.in" "conftest.in" >"conftest.tmp"
3642 mv "conftest.tmp" "conftest.in"
3643 cp "conftest.in" "conftest.nl"
3644 $as_echo 'GREP' >> "conftest.nl"
3645 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3646 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3647 as_fn_arith $ac_count + 1 && ac_count=$as_val
3648 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3649 # Best one so far, save it but keep looking for a better one
3650 ac_cv_path_GREP="$ac_path_GREP"
3651 ac_path_GREP_max=$ac_count
bec39cab 3652 fi
81ecdfbb
RW
3653 # 10*(2^10) chars as input seems more than enough
3654 test $ac_count -gt 10 && break
3655 done
3656 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3657esac
bec39cab 3658
81ecdfbb
RW
3659 $ac_path_GREP_found && break 3
3660 done
3661 done
3662 done
3663IFS=$as_save_IFS
3664 if test -z "$ac_cv_path_GREP"; then
3665 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3666 fi
c906108c 3667else
81ecdfbb 3668 ac_cv_path_GREP=$GREP
c906108c 3669fi
c906108c 3670
81ecdfbb
RW
3671fi
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3673$as_echo "$ac_cv_path_GREP" >&6; }
3674 GREP="$ac_cv_path_GREP"
c906108c 3675
c906108c 3676
81ecdfbb
RW
3677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3678$as_echo_n "checking for egrep... " >&6; }
3679if test "${ac_cv_path_EGREP+set}" = set; then :
3680 $as_echo_n "(cached) " >&6
783e057b 3681else
81ecdfbb
RW
3682 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3683 then ac_cv_path_EGREP="$GREP -E"
3684 else
3685 if test -z "$EGREP"; then
3686 ac_path_EGREP_found=false
3687 # Loop through the user's path and test for each of PROGNAME-LIST
3688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3689for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
783e057b
DJ
3690do
3691 IFS=$as_save_IFS
3692 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3693 for ac_prog in egrep; do
3694 for ac_exec_ext in '' $ac_executable_extensions; do
3695 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3696 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3697# Check for GNU ac_path_EGREP and select it if it is found.
3698 # Check for GNU $ac_path_EGREP
3699case `"$ac_path_EGREP" --version 2>&1` in
3700*GNU*)
3701 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3702*)
3703 ac_count=0
3704 $as_echo_n 0123456789 >"conftest.in"
3705 while :
3706 do
3707 cat "conftest.in" "conftest.in" >"conftest.tmp"
3708 mv "conftest.tmp" "conftest.in"
3709 cp "conftest.in" "conftest.nl"
3710 $as_echo 'EGREP' >> "conftest.nl"
3711 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3712 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3713 as_fn_arith $ac_count + 1 && ac_count=$as_val
3714 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3715 # Best one so far, save it but keep looking for a better one
3716 ac_cv_path_EGREP="$ac_path_EGREP"
3717 ac_path_EGREP_max=$ac_count
3718 fi
3719 # 10*(2^10) chars as input seems more than enough
3720 test $ac_count -gt 10 && break
3721 done
3722 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3723esac
bec39cab 3724
81ecdfbb
RW
3725 $ac_path_EGREP_found && break 3
3726 done
3727 done
3728 done
3729IFS=$as_save_IFS
3730 if test -z "$ac_cv_path_EGREP"; then
3731 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
783e057b 3732 fi
783e057b 3733else
81ecdfbb 3734 ac_cv_path_EGREP=$EGREP
783e057b
DJ
3735fi
3736
81ecdfbb 3737 fi
783e057b 3738fi
81ecdfbb
RW
3739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3740$as_echo "$ac_cv_path_EGREP" >&6; }
3741 EGREP="$ac_cv_path_EGREP"
3742
783e057b 3743
81ecdfbb
RW
3744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3745$as_echo_n "checking for ANSI C header files... " >&6; }
3746if test "${ac_cv_header_stdc+set}" = set; then :
3747 $as_echo_n "(cached) " >&6
783e057b 3748else
81ecdfbb 3749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3750/* end confdefs.h. */
783e057b 3751#include <stdlib.h>
bec39cab 3752#include <stdarg.h>
783e057b
DJ
3753#include <string.h>
3754#include <float.h>
c906108c 3755
bec39cab
AC
3756int
3757main ()
3758{
c906108c 3759
bec39cab
AC
3760 ;
3761 return 0;
3762}
3763_ACEOF
81ecdfbb 3764if ac_fn_c_try_compile "$LINENO"; then :
783e057b 3765 ac_cv_header_stdc=yes
c906108c 3766else
81ecdfbb 3767 ac_cv_header_stdc=no
c906108c 3768fi
81ecdfbb 3769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 3770
783e057b
DJ
3771if test $ac_cv_header_stdc = yes; then
3772 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 3773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
3774/* end confdefs.h. */
3775#include <string.h>
c906108c 3776
783e057b
DJ
3777_ACEOF
3778if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3779 $EGREP "memchr" >/dev/null 2>&1; then :
3780
c906108c 3781else
783e057b 3782 ac_cv_header_stdc=no
c906108c 3783fi
783e057b 3784rm -f conftest*
c906108c
SS
3785
3786fi
3787
783e057b
DJ
3788if test $ac_cv_header_stdc = yes; then
3789 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 3790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
3791/* end confdefs.h. */
3792#include <stdlib.h>
bec39cab 3793
783e057b
DJ
3794_ACEOF
3795if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3796 $EGREP "free" >/dev/null 2>&1; then :
3797
bec39cab 3798else
783e057b 3799 ac_cv_header_stdc=no
bec39cab 3800fi
783e057b 3801rm -f conftest*
bec39cab
AC
3802
3803fi
bec39cab 3804
783e057b
DJ
3805if test $ac_cv_header_stdc = yes; then
3806 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 3807 if test "$cross_compiling" = yes; then :
783e057b 3808 :
bec39cab 3809else
81ecdfbb 3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
3811/* end confdefs.h. */
3812#include <ctype.h>
81ecdfbb 3813#include <stdlib.h>
783e057b
DJ
3814#if ((' ' & 0x0FF) == 0x020)
3815# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3816# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3817#else
3818# define ISLOWER(c) \
3819 (('a' <= (c) && (c) <= 'i') \
3820 || ('j' <= (c) && (c) <= 'r') \
3821 || ('s' <= (c) && (c) <= 'z'))
3822# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3823#endif
3824
3825#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3826int
3827main ()
3828{
3829 int i;
3830 for (i = 0; i < 256; i++)
3831 if (XOR (islower (i), ISLOWER (i))
3832 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
3833 return 2;
3834 return 0;
783e057b
DJ
3835}
3836_ACEOF
81ecdfbb 3837if ac_fn_c_try_run "$LINENO"; then :
783e057b 3838
81ecdfbb
RW
3839else
3840 ac_cv_header_stdc=no
783e057b 3841fi
81ecdfbb
RW
3842rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3843 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 3844fi
81ecdfbb 3845
783e057b
DJ
3846fi
3847fi
81ecdfbb
RW
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3849$as_echo "$ac_cv_header_stdc" >&6; }
783e057b
DJ
3850if test $ac_cv_header_stdc = yes; then
3851
81ecdfbb 3852$as_echo "#define STDC_HEADERS 1" >>confdefs.h
783e057b
DJ
3853
3854fi
3855
3856# On IRIX 5.3, sys/types and inttypes.h are conflicting.
783e057b
DJ
3857for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3858 inttypes.h stdint.h unistd.h
81ecdfbb
RW
3859do :
3860 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3861ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3862"
3863eval as_val=\$$as_ac_Header
3864 if test "x$as_val" = x""yes; then :
783e057b 3865 cat >>confdefs.h <<_ACEOF
81ecdfbb 3866#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
3867_ACEOF
3868
3869fi
3870
3871done
3872
3873
3874
81ecdfbb
RW
3875 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3876if test "x$ac_cv_header_minix_config_h" = x""yes; then :
783e057b
DJ
3877 MINIX=yes
3878else
3879 MINIX=
3880fi
3881
3882
3883 if test "$MINIX" = yes; then
3884
81ecdfbb 3885$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
783e057b
DJ
3886
3887
81ecdfbb 3888$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
783e057b
DJ
3889
3890
81ecdfbb 3891$as_echo "#define _MINIX 1" >>confdefs.h
783e057b
DJ
3892
3893 fi
3894
3895
81ecdfbb
RW
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3897$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3898if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3899 $as_echo_n "(cached) " >&6
783e057b 3900else
81ecdfbb 3901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
3902/* end confdefs.h. */
3903
c971b7fa
PA
3904# define __EXTENSIONS__ 1
3905 $ac_includes_default
783e057b
DJ
3906int
3907main ()
3908{
3909
3910 ;
3911 return 0;
3912}
3913_ACEOF
81ecdfbb 3914if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
3915 ac_cv_safe_to_define___extensions__=yes
3916else
81ecdfbb 3917 ac_cv_safe_to_define___extensions__=no
783e057b 3918fi
81ecdfbb 3919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b 3920fi
81ecdfbb
RW
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3922$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
783e057b 3923 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 3924 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
783e057b 3925
81ecdfbb 3926 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
783e057b 3927
81ecdfbb 3928 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
783e057b 3929
81ecdfbb 3930 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
783e057b 3931
81ecdfbb 3932 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
783e057b
DJ
3933
3934
c971b7fa
PA
3935ac_aux_dir=
3936for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3937 for ac_t in install-sh install.sh shtool; do
3938 if test -f "$ac_dir/$ac_t"; then
3939 ac_aux_dir=$ac_dir
3940 ac_install_sh="$ac_aux_dir/$ac_t -c"
3941 break 2
3942 fi
3943 done
3944done
3945if test -z "$ac_aux_dir"; then
3946 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3947fi
770d76d7 3948
c971b7fa
PA
3949# These three variables are undocumented and unsupported,
3950# and are intended to be withdrawn in a future Autoconf release.
3951# They can cause serious problems if a builder's source tree is in a directory
3952# whose full name contains unusual characters.
3953ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3954ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3955ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
770d76d7 3956
770d76d7 3957
c971b7fa
PA
3958# Make sure we can run config.sub.
3959$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3960 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
770d76d7 3961
c971b7fa
PA
3962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3963$as_echo_n "checking build system type... " >&6; }
3964if test "${ac_cv_build+set}" = set; then :
3965 $as_echo_n "(cached) " >&6
770d76d7 3966else
c971b7fa
PA
3967 ac_build_alias=$build_alias
3968test "x$ac_build_alias" = x &&
3969 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3970test "x$ac_build_alias" = x &&
3971 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3972ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3973 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3974
770d76d7 3975fi
c971b7fa
PA
3976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3977$as_echo "$ac_cv_build" >&6; }
3978case $ac_cv_build in
3979*-*-*) ;;
3980*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
770d76d7 3981esac
c971b7fa
PA
3982build=$ac_cv_build
3983ac_save_IFS=$IFS; IFS='-'
3984set x $ac_cv_build
3985shift
3986build_cpu=$1
3987build_vendor=$2
3988shift; shift
3989# Remember, the first character of IFS is used to create $*,
3990# except with old shells:
3991build_os=$*
3992IFS=$ac_save_IFS
3993case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
770d76d7
PA
3994
3995
c971b7fa
PA
3996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3997$as_echo_n "checking host system type... " >&6; }
3998if test "${ac_cv_host+set}" = set; then :
81ecdfbb
RW
3999 $as_echo_n "(cached) " >&6
4000else
c971b7fa
PA
4001 if test "x$host_alias" = x; then
4002 ac_cv_host=$ac_cv_build
81ecdfbb 4003else
c971b7fa
PA
4004 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4005 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 4006fi
81ecdfbb
RW
4007
4008fi
c971b7fa
PA
4009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4010$as_echo "$ac_cv_host" >&6; }
4011case $ac_cv_host in
4012*-*-*) ;;
4013*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 4014esac
c971b7fa
PA
4015host=$ac_cv_host
4016ac_save_IFS=$IFS; IFS='-'
4017set x $ac_cv_host
4018shift
4019host_cpu=$1
4020host_vendor=$2
4021shift; shift
4022# Remember, the first character of IFS is used to create $*,
4023# except with old shells:
4024host_os=$*
4025IFS=$ac_save_IFS
4026case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3388710e
JM
4027
4028
4029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4030$as_echo_n "checking target system type... " >&6; }
4031if test "${ac_cv_target+set}" = set; then :
4032 $as_echo_n "(cached) " >&6
4033else
4034 if test "x$target_alias" = x; then
4035 ac_cv_target=$ac_cv_host
4036else
4037 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4038 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4039fi
4040
4041fi
4042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4043$as_echo "$ac_cv_target" >&6; }
4044case $ac_cv_target in
4045*-*-*) ;;
4046*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4047esac
4048target=$ac_cv_target
4049ac_save_IFS=$IFS; IFS='-'
4050set x $ac_cv_target
4051shift
4052target_cpu=$1
4053target_vendor=$2
4054shift; shift
4055# Remember, the first character of IFS is used to create $*,
4056# except with old shells:
4057target_os=$*
4058IFS=$ac_save_IFS
4059case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4060
4061
4062# The aliases save the names the user supplied, while $host etc.
4063# will get canonicalized.
4064test -n "$target_alias" &&
4065 test "$program_prefix$program_suffix$program_transform_name" = \
4066 NONENONEs,x,x, &&
4067 program_prefix=${target_alias}-
4068
4069# The tests for host and target for $enable_largefile require
4070# canonical names.
4071
4072
81ecdfbb 4073
da2f07f1
JK
4074# As the $enable_largefile decision depends on --enable-plugins we must set it
4075# even in directories otherwise not depending on the $plugins option.
4076
4077
4078# Check whether --enable-plugins was given.
4079if test "${enable_plugins+set}" = set; then :
4080 enableval=$enable_plugins; case "${enableval}" in
4081 yes | "") plugins=yes ;;
4082 no) plugins=no ;;
4083 *) plugins=yes ;;
4084 esac
4085else
4086 plugins=no
4087fi
4088
4089
4090
4091case "${host}" in
4092 sparc-*-solaris*|i[3-7]86-*-solaris*)
4093 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4094 # are mutually exclusive; and without procfs support, the bfd/ elf module
4095 # cannot provide certain routines such as elfcore_write_prpsinfo
4096 # or elfcore_write_prstatus. So unless the user explicitly requested
4097 # large-file support through the --enable-largefile switch, disable
4098 # large-file support in favor of procfs support.
4099 test "${target}" = "${host}" -a "x$plugins" = xno \
4100 && : ${enable_largefile="no"}
4101 ;;
4102esac
4103
4104# Check whether --enable-largefile was given.
4105if test "${enable_largefile+set}" = set; then :
4106 enableval=$enable_largefile;
4107fi
4108
4109if test "$enable_largefile" != no; then
4110
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4112$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4113if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
4115else
4116 ac_cv_sys_largefile_CC=no
4117 if test "$GCC" != yes; then
4118 ac_save_CC=$CC
4119 while :; do
4120 # IRIX 6.2 and later do not support large files by default,
4121 # so use the C compiler's -n32 option if that helps.
4122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4123/* end confdefs.h. */
4124#include <sys/types.h>
4125 /* Check that off_t can represent 2**63 - 1 correctly.
4126 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4127 since some C++ compilers masquerading as C compilers
4128 incorrectly reject 9223372036854775807. */
4129#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4130 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4131 && LARGE_OFF_T % 2147483647 == 1)
4132 ? 1 : -1];
4133int
4134main ()
4135{
4136
4137 ;
4138 return 0;
4139}
4140_ACEOF
4141 if ac_fn_c_try_compile "$LINENO"; then :
4142 break
4143fi
4144rm -f core conftest.err conftest.$ac_objext
4145 CC="$CC -n32"
4146 if ac_fn_c_try_compile "$LINENO"; then :
4147 ac_cv_sys_largefile_CC=' -n32'; break
4148fi
4149rm -f core conftest.err conftest.$ac_objext
4150 break
4151 done
4152 CC=$ac_save_CC
4153 rm -f conftest.$ac_ext
4154 fi
4155fi
4156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4157$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4158 if test "$ac_cv_sys_largefile_CC" != no; then
4159 CC=$CC$ac_cv_sys_largefile_CC
4160 fi
4161
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4163$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4164if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4165 $as_echo_n "(cached) " >&6
4166else
4167 while :; do
4168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4169/* end confdefs.h. */
4170#include <sys/types.h>
4171 /* Check that off_t can represent 2**63 - 1 correctly.
4172 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4173 since some C++ compilers masquerading as C compilers
4174 incorrectly reject 9223372036854775807. */
4175#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4176 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4177 && LARGE_OFF_T % 2147483647 == 1)
4178 ? 1 : -1];
4179int
4180main ()
4181{
4182
4183 ;
4184 return 0;
4185}
4186_ACEOF
4187if ac_fn_c_try_compile "$LINENO"; then :
4188 ac_cv_sys_file_offset_bits=no; break
4189fi
4190rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4192/* end confdefs.h. */
4193#define _FILE_OFFSET_BITS 64
4194#include <sys/types.h>
4195 /* Check that off_t can represent 2**63 - 1 correctly.
4196 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4197 since some C++ compilers masquerading as C compilers
4198 incorrectly reject 9223372036854775807. */
4199#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4200 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4201 && LARGE_OFF_T % 2147483647 == 1)
4202 ? 1 : -1];
4203int
4204main ()
4205{
4206
4207 ;
4208 return 0;
4209}
4210_ACEOF
4211if ac_fn_c_try_compile "$LINENO"; then :
4212 ac_cv_sys_file_offset_bits=64; break
4213fi
4214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4215 ac_cv_sys_file_offset_bits=unknown
4216 break
4217done
4218fi
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4220$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4221case $ac_cv_sys_file_offset_bits in #(
4222 no | unknown) ;;
4223 *)
4224cat >>confdefs.h <<_ACEOF
4225#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4226_ACEOF
4227;;
4228esac
4229rm -rf conftest*
4230 if test $ac_cv_sys_file_offset_bits = unknown; then
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4232$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4233if test "${ac_cv_sys_large_files+set}" = set; then :
4234 $as_echo_n "(cached) " >&6
4235else
4236 while :; do
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238/* end confdefs.h. */
4239#include <sys/types.h>
4240 /* Check that off_t can represent 2**63 - 1 correctly.
4241 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4242 since some C++ compilers masquerading as C compilers
4243 incorrectly reject 9223372036854775807. */
4244#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4245 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4246 && LARGE_OFF_T % 2147483647 == 1)
4247 ? 1 : -1];
4248int
4249main ()
4250{
4251
4252 ;
4253 return 0;
4254}
4255_ACEOF
4256if ac_fn_c_try_compile "$LINENO"; then :
4257 ac_cv_sys_large_files=no; break
4258fi
4259rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4261/* end confdefs.h. */
4262#define _LARGE_FILES 1
4263#include <sys/types.h>
4264 /* Check that off_t can represent 2**63 - 1 correctly.
4265 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4266 since some C++ compilers masquerading as C compilers
4267 incorrectly reject 9223372036854775807. */
4268#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4269 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4270 && LARGE_OFF_T % 2147483647 == 1)
4271 ? 1 : -1];
4272int
4273main ()
4274{
4275
4276 ;
4277 return 0;
4278}
4279_ACEOF
4280if ac_fn_c_try_compile "$LINENO"; then :
4281 ac_cv_sys_large_files=1; break
4282fi
4283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4284 ac_cv_sys_large_files=unknown
4285 break
4286done
4287fi
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4289$as_echo "$ac_cv_sys_large_files" >&6; }
4290case $ac_cv_sys_large_files in #(
4291 no | unknown) ;;
4292 *)
4293cat >>confdefs.h <<_ACEOF
4294#define _LARGE_FILES $ac_cv_sys_large_files
4295_ACEOF
4296;;
4297esac
4298rm -rf conftest*
4299 fi
4300fi
4301
4302
4303
81ecdfbb
RW
4304
4305
4306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4307$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4308if test "${am_cv_prog_cc_stdc+set}" = set; then :
4309 $as_echo_n "(cached) " >&6
4310else
4311 am_cv_prog_cc_stdc=no
4312ac_save_CC="$CC"
4313# Don't try gcc -ansi; that turns off useful extensions and
4314# breaks some systems' header files.
4315# AIX -qlanglvl=ansi
4316# Ultrix and OSF/1 -std1
4317# HP-UX 10.20 and later -Ae
4318# HP-UX older versions -Aa -D_HPUX_SOURCE
4319# SVR4 -Xc -D__EXTENSIONS__
4320for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4321do
783e057b 4322 CC="$ac_save_CC $ac_arg"
81ecdfbb 4323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4324/* end confdefs.h. */
4325#include <stdarg.h>
4326#include <stdio.h>
4327#include <sys/types.h>
4328#include <sys/stat.h>
4329/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4330struct buf { int x; };
4331FILE * (*rcsopen) (struct buf *, struct stat *, int);
4332static char *e (p, i)
4333 char **p;
4334 int i;
4335{
4336 return p[i];
4337}
4338static char *f (char * (*g) (char **, int), char **p, ...)
4339{
4340 char *s;
4341 va_list v;
4342 va_start (v,p);
4343 s = g (p, va_arg (v,int));
4344 va_end (v);
4345 return s;
4346}
4347int test (int i, double x);
4348struct s1 {int (*f) (int a);};
4349struct s2 {int (*f) (double a);};
4350int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4351int argc;
4352char **argv;
4353
4354int
4355main ()
4356{
4357
4358return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4359
4360 ;
4361 return 0;
4362}
4363_ACEOF
81ecdfbb 4364if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4365 am_cv_prog_cc_stdc="$ac_arg"; break
783e057b 4366fi
81ecdfbb 4367rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
4368done
4369CC="$ac_save_CC"
4370
4371fi
4372
4373if test -z "$am_cv_prog_cc_stdc"; then
81ecdfbb
RW
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4375$as_echo "none needed" >&6; }
783e057b 4376else
81ecdfbb
RW
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4378$as_echo "$am_cv_prog_cc_stdc" >&6; }
783e057b
DJ
4379fi
4380case "x$am_cv_prog_cc_stdc" in
4381 x|xno) ;;
4382 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4383esac
4384
4385
4386ac_aux_dir=
81ecdfbb
RW
4387for ac_dir in .. "$srcdir"/..; do
4388 for ac_t in install-sh install.sh shtool; do
4389 if test -f "$ac_dir/$ac_t"; then
4390 ac_aux_dir=$ac_dir
4391 ac_install_sh="$ac_aux_dir/$ac_t -c"
4392 break 2
4393 fi
4394 done
783e057b
DJ
4395done
4396if test -z "$ac_aux_dir"; then
81ecdfbb 4397 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
783e057b 4398fi
81ecdfbb
RW
4399
4400# These three variables are undocumented and unsupported,
4401# and are intended to be withdrawn in a future Autoconf release.
4402# They can cause serious problems if a builder's source tree is in a directory
4403# whose full name contains unusual characters.
4404ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4405ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4406ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4407
783e057b 4408
783e057b 4409
9009e1ae
MR
4410test "$program_prefix" != NONE &&
4411 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4412# Use a double $ so make ignores it.
4413test "$program_suffix" != NONE &&
4414 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4415# Double any \ or $.
4416# By default was `s,x,x', remove it if useless.
4417ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4418program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4419
81ecdfbb 4420
a417dc56
RW
4421# Dependency checking.
4422rm -rf .tst 2>/dev/null
4423mkdir .tst 2>/dev/null
4424if test -d .tst; then
4425 am__leading_dot=.
4426else
4427 am__leading_dot=_
4428fi
4429rmdir .tst 2>/dev/null
4430
4431DEPDIR="${am__leading_dot}deps"
4432
81ecdfbb 4433ac_config_commands="$ac_config_commands depdir"
a417dc56
RW
4434
4435
4436depcc="$CC" am_compiler_list=
4437
4438am_depcomp=$ac_aux_dir/depcomp
81ecdfbb
RW
4439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4440$as_echo_n "checking dependency style of $depcc... " >&6; }
4441if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4442 $as_echo_n "(cached) " >&6
a417dc56
RW
4443else
4444 if test -f "$am_depcomp"; then
4445 # We make a subdir and do the tests there. Otherwise we can end up
4446 # making bogus files that we don't know about and never remove. For
4447 # instance it was reported that on HP-UX the gcc test will end up
4448 # making a dummy file named `D' -- because `-MD' means `put the output
4449 # in D'.
4450 mkdir conftest.dir
4451 # Copy depcomp to subdir because otherwise we won't find it if we're
4452 # using a relative directory.
4453 cp "$am_depcomp" conftest.dir
4454 cd conftest.dir
4455 # We will build objects and dependencies in a subdirectory because
4456 # it helps to detect inapplicable dependency modes. For instance
4457 # both Tru64's cc and ICC support -MD to output dependencies as a
4458 # side effect of compilation, but ICC will put the dependencies in
4459 # the current directory while Tru64 will put them in the object
4460 # directory.
4461 mkdir sub
4462
4463 am_cv_CC_dependencies_compiler_type=none
4464 if test "$am_compiler_list" = ""; then
4465 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4466 fi
4467 for depmode in $am_compiler_list; do
4468 if test $depmode = none; then break; fi
4469
81ecdfbb 4470 $as_echo "$as_me:$LINENO: trying $depmode" >&5
a417dc56
RW
4471 # Setup a source with many dependencies, because some compilers
4472 # like to wrap large dependency lists on column 80 (with \), and
4473 # we should not choose a depcomp mode which is confused by this.
4474 #
4475 # We need to recreate these files for each test, as the compiler may
4476 # overwrite some of them when testing with obscure command lines.
4477 # This happens at least with the AIX C compiler.
4478 : > sub/conftest.c
4479 for i in 1 2 3 4 5 6; do
4480 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4481 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4482 # Solaris 8's {/usr,}/bin/sh.
4483 touch sub/conftst$i.h
4484 done
4485 echo "include sub/conftest.Po" > confmf
4486
4487 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4488 # mode. It turns out that the SunPro C++ compiler does not properly
4489 # handle `-M -o', and we need to detect this.
4490 depcmd="depmode=$depmode \
4491 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4492 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4493 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
4494 echo "| $depcmd" | sed -e 's/ */ /g' >&5
4495 if env $depcmd > conftest.err 2>&1 &&
4496 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
4497 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
4498 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
4499 # icc doesn't choke on unknown options, it will just issue warnings
4500 # or remarks (even with -Werror). So we grep stderr for any message
4501 # that says an option was ignored or not supported.
4502 # When given -MP, icc 7.0 and 7.1 complain thusly:
4503 # icc: Command line warning: ignoring option '-M'; no argument required
4504 # The diagnosis changed in icc 8.0:
4505 # icc: Command line remark: option '-MP' not supported
4506 if (grep 'ignoring option' conftest.err ||
4507 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4508 am_cv_CC_dependencies_compiler_type=$depmode
81ecdfbb 4509 $as_echo "$as_me:$LINENO: success" >&5
a417dc56
RW
4510 break
4511 fi
4512 fi
81ecdfbb 4513 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
a417dc56
RW
4514 sed -e 's/^/| /' < conftest.err >&5
4515 done
4516
4517 cd ..
4518 rm -rf conftest.dir
4519else
4520 am_cv_CC_dependencies_compiler_type=none
4521fi
4522
4523fi
81ecdfbb
RW
4524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4525$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
a417dc56 4526if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
81ecdfbb 4527then as_fn_error "no usable dependency style found" "$LINENO" 5
a417dc56
RW
4528else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4529
4530fi
4531
4532
4533# Check for the 'make' the user wants to use.
4534for ac_prog in make
4535do
4536 # Extract the first word of "$ac_prog", so it can be a program name with args.
4537set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4539$as_echo_n "checking for $ac_word... " >&6; }
4540if test "${ac_cv_prog_MAKE+set}" = set; then :
4541 $as_echo_n "(cached) " >&6
a417dc56
RW
4542else
4543 if test -n "$MAKE"; then
4544 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4545else
4546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4547for as_dir in $PATH
4548do
4549 IFS=$as_save_IFS
4550 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4551 for ac_exec_ext in '' $ac_executable_extensions; do
4552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
a417dc56 4553 ac_cv_prog_MAKE="$ac_prog"
81ecdfbb 4554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a417dc56
RW
4555 break 2
4556 fi
4557done
81ecdfbb
RW
4558 done
4559IFS=$as_save_IFS
a417dc56
RW
4560
4561fi
4562fi
4563MAKE=$ac_cv_prog_MAKE
4564if test -n "$MAKE"; then
81ecdfbb
RW
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4566$as_echo "$MAKE" >&6; }
a417dc56 4567else
81ecdfbb
RW
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4569$as_echo "no" >&6; }
a417dc56
RW
4570fi
4571
81ecdfbb 4572
a417dc56
RW
4573 test -n "$MAKE" && break
4574done
4575
4576MAKE_IS_GNU=
4577case "`$MAKE --version 2>&1 | sed 1q`" in
4578 *GNU*)
4579 MAKE_IS_GNU=yes
4580 ;;
4581esac
81ecdfbb 4582 if test "$MAKE_IS_GNU" = yes; then
a417dc56
RW
4583 GMAKE_TRUE=
4584 GMAKE_FALSE='#'
4585else
4586 GMAKE_TRUE='#'
4587 GMAKE_FALSE=
4588fi
4589
81ecdfbb
RW
4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4591$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4592set x ${MAKE-make}
4593ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4594if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4595 $as_echo_n "(cached) " >&6
a417dc56
RW
4596else
4597 cat >conftest.make <<\_ACEOF
81ecdfbb 4598SHELL = /bin/sh
a417dc56 4599all:
81ecdfbb 4600 @echo '@@@%%%=$(MAKE)=@@@%%%'
a417dc56
RW
4601_ACEOF
4602# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
4603case `${MAKE-make} -f conftest.make 2>/dev/null` in
4604 *@@@%%%=?*=@@@%%%*)
4605 eval ac_cv_prog_make_${ac_make}_set=yes;;
4606 *)
4607 eval ac_cv_prog_make_${ac_make}_set=no;;
4608esac
a417dc56
RW
4609rm -f conftest.make
4610fi
81ecdfbb
RW
4611if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4613$as_echo "yes" >&6; }
a417dc56
RW
4614 SET_MAKE=
4615else
81ecdfbb
RW
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4617$as_echo "no" >&6; }
a417dc56
RW
4618 SET_MAKE="MAKE=${MAKE-make}"
4619fi
4620
4621
c971b7fa
PA
4622# Configure gnulib. We need to build gnulib under some other
4623# directory not "gnulib", to avoid the problem of both GDB and
4624# GDBserver wanting to build it in the same directory, when building
4625# in the source dir.
783e057b 4626
c971b7fa
PA
4627 in_src="gnulib"
4628 in_build="build-gnulib"
4629
4630 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
4631 # so they do not pile up.
4632 ac_sub_configure_args=
4633 ac_prev=
4634 eval "set x $ac_configure_args"
4635 shift
4636 for ac_arg
4637 do
4638 if test -n "$ac_prev"; then
4639 ac_prev=
4640 continue
4641 fi
4642 case $ac_arg in
4643 -cache-file | --cache-file | --cache-fil | --cache-fi \
4644 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4645 ac_prev=cache_file ;;
4646 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4647 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4648 | --c=*)
4649 ;;
4650 --config-cache | -C)
4651 ;;
4652 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4653 ac_prev=srcdir ;;
4654 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4655 ;;
4656 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4657 ac_prev=prefix ;;
4658 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4659 ;;
4660 --disable-option-checking)
4661 ;;
4662 *)
4663 case $ac_arg in
4664 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4665 esac
4666 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
4667 esac
4668 done
4669
4670 # Always prepend --prefix to ensure using the same prefix
4671 # in subdir configurations.
4672 ac_arg="--prefix=$prefix"
4673 case $ac_arg in
4674 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4675 esac
4676 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
4677
4678 # Pass --silent
4679 if test "$silent" = yes; then
4680 ac_sub_configure_args="--silent $ac_sub_configure_args"
4681 fi
4682
4683 # Always prepend --disable-option-checking to silence warnings, since
4684 # different subdirs can have different --enable and --with options.
4685 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
4686
4687 ac_popdir=`pwd`
4688 ac_dir=$in_build
4689
4690 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
4691 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
4692 $as_echo "$ac_msg" >&6
4693 as_dir="$ac_dir"; as_fn_mkdir_p
4694
38ea300a
PA
4695 case $srcdir in
4696 [\\/]* | ?:[\\/]* )
4697 ac_srcdir=$srcdir/$in_src ;;
4698 *) # Relative name.
4699 ac_srcdir=../$srcdir/$in_src ;;
4700 esac
c971b7fa
PA
4701
4702 cd "$ac_dir"
4703
4704 ac_sub_configure=$ac_srcdir/configure
4705
4706 # Make the cache file name correct relative to the subdirectory.
4707 case $cache_file in
4708 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4709 *) # Relative name.
4710 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
4711 esac
4712
4713 { $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
4714$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4715 # The eval makes quoting arguments work.
4716 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4717 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
4718 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
4719
4720 cd "$ac_popdir"
783e057b 4721
c971b7fa
PA
4722
4723
4724CONFIG_OBS=
4725CONFIG_DEPS=
4726CONFIG_SRCS=
4727ENABLE_CFLAGS=
4728
4729CONFIG_ALL=
4730CONFIG_CLEAN=
4731CONFIG_INSTALL=
4732CONFIG_UNINSTALL=
4733
4734# If we haven't got the data from the intl directory,
4735# assume NLS is disabled.
4736USE_NLS=no
4737LIBINTL=
4738LIBINTL_DEP=
4739INCINTL=
4740XGETTEXT=
4741GMSGFMT=
4742POSUB=
783e057b
DJ
4743
4744if test -f ../intl/config.intl; then
4745 . ../intl/config.intl
4746fi
81ecdfbb
RW
4747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
4748$as_echo_n "checking whether NLS is requested... " >&6; }
783e057b 4749if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4751$as_echo "no" >&6; }
783e057b 4752else
81ecdfbb
RW
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4754$as_echo "yes" >&6; }
783e057b 4755
81ecdfbb 4756$as_echo "#define ENABLE_NLS 1" >>confdefs.h
783e057b
DJ
4757
4758
81ecdfbb
RW
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
4760$as_echo_n "checking for catalogs to be installed... " >&6; }
783e057b
DJ
4761 # Look for .po and .gmo files in the source directory.
4762 CATALOGS=
4763 XLINGUAS=
4764 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
4765 # If there aren't any .gmo files the shell will give us the
4766 # literal string "../path/to/srcdir/po/*.gmo" which has to be
4767 # weeded out.
4768 case "$cat" in *\**)
4769 continue;;
4770 esac
4771 # The quadruple backslash is collapsed to a double backslash
4772 # by the backticks, then collapsed again by the double quotes,
4773 # leaving us with one backslash in the sed expression (right
4774 # before the dot that mustn't act as a wildcard).
c971b7fa
PA
4775 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
4776 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
4777 # The user is allowed to set LINGUAS to a list of languages to
4778 # install catalogs for. If it's empty that means "all of them."
4779 if test "x$LINGUAS" = x; then
4780 CATALOGS="$CATALOGS $cat"
4781 XLINGUAS="$XLINGUAS $lang"
4782 else
4783 case "$LINGUAS" in *$lang*)
4784 CATALOGS="$CATALOGS $cat"
4785 XLINGUAS="$XLINGUAS $lang"
4786 ;;
4787 esac
e28b3332
DJ
4788 fi
4789 done
c971b7fa
PA
4790 LINGUAS="$XLINGUAS"
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
4792$as_echo "$LINGUAS" >&6; }
4793
4794
4795 DATADIRNAME=share
4796
4797 INSTOBJEXT=.mo
4798
4799 GENCAT=gencat
4800
4801 CATOBJEXT=.gmo
e28b3332 4802
e28b3332
DJ
4803fi
4804
c971b7fa
PA
4805localedir='${datadir}/locale'
4806
4807
4808if test x"$USE_NLS" = xyes; then
4809 CONFIG_ALL="$CONFIG_ALL all-po"
4810 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
4811 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
4812 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
e28b3332 4813fi
e28b3332 4814
c971b7fa
PA
4815GNULIB=build-gnulib/import
4816
4817# For Makefile dependencies.
4818GNULIB_STDINT_H=
4819if test x"$STDINT_H" != x; then
4820 GNULIB_STDINT_H=$GNULIB/$STDINT_H
e28b3332
DJ
4821fi
4822
4823
c971b7fa
PA
4824PACKAGE=gdb
4825
4826cat >>confdefs.h <<_ACEOF
4827#define PACKAGE "$PACKAGE"
4828_ACEOF
4829
4830
4831
4832# We never need to detect it in this sub-configure.
4833# But preserve it for config.status --recheck.
4834
4835
4836
4837MAKEINFO_EXTRA_FLAGS=""
4838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
4839$as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
4840if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
4841 $as_echo_n "(cached) " >&6
4842else
4843 echo '@clicksequence{a @click{} b}' >conftest.texinfo
4844 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
4845 gdb_cv_have_makeinfo_click=yes
4846 else
4847 gdb_cv_have_makeinfo_click=no
4848 fi
4849fi
4850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
4851$as_echo "$gdb_cv_have_makeinfo_click" >&6; }
4852if test x"$gdb_cv_have_makeinfo_click" = xyes; then
4853 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
4854fi
e28b3332
DJ
4855
4856
bec39cab
AC
4857
4858
81ecdfbb
RW
4859# Check whether --with-separate-debug-dir was given.
4860if test "${with_separate_debug_dir+set}" = set; then :
4861 withval=$with_separate_debug_dir;
b14b1491
TT
4862 DEBUGDIR=$withval
4863else
4864 DEBUGDIR=${libdir}/debug
81ecdfbb
RW
4865fi
4866
20e95c23 4867
783e057b
DJ
4868 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4869 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 4870 ac_define_dir=`eval echo $DEBUGDIR`
783e057b 4871 ac_define_dir=`eval echo $ac_define_dir`
20e95c23 4872
783e057b
DJ
4873cat >>confdefs.h <<_ACEOF
4874#define DEBUGDIR "$ac_define_dir"
20e95c23 4875_ACEOF
20e95c23 4876
20e95c23 4877
20e95c23 4878
0c4a4063 4879
b14b1491
TT
4880 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
4881 if test "x$prefix" = xNONE; then
4882 test_prefix=/usr/local
4883 else
4884 test_prefix=$prefix
4885 fi
783e057b 4886 else
b14b1491 4887 test_prefix=$exec_prefix
783e057b 4888 fi
b14b1491
TT
4889 value=0
4890 case ${ac_define_dir} in
4891 "${test_prefix}"|"${test_prefix}/"*|\
4892 '${exec_prefix}'|'${exec_prefix}/'*)
4893 value=1
4894 ;;
4895 esac
4896
4897cat >>confdefs.h <<_ACEOF
4898#define DEBUGDIR_RELOCATABLE $value
4899_ACEOF
4900
4901
4902
0c4a4063 4903
f83d8a90
DE
4904# We can't pass paths as command line arguments.
4905# Mingw32 tries to be clever and will convert the paths for us.
4906# For example -DBINDIR="/usr/local/bin" passed on the command line may get
4907# converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
4908# This breaks GDB's relocatable path conversions since paths passed in
4909# config.h would not get so translated, the path prefixes no longer match.
4910
4911 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4912 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4913 ac_define_dir=`eval echo $bindir`
4914 ac_define_dir=`eval echo $ac_define_dir`
4915
4916cat >>confdefs.h <<_ACEOF
4917#define BINDIR "$ac_define_dir"
4918_ACEOF
4919
4920
4921
b14b1491
TT
4922# GDB's datadir relocation
4923
4924
4925
81ecdfbb
RW
4926# Check whether --with-gdb-datadir was given.
4927if test "${with_gdb_datadir+set}" = set; then :
4928 withval=$with_gdb_datadir;
b14b1491 4929 GDB_DATADIR=$withval
20e95c23 4930else
b14b1491 4931 GDB_DATADIR=${datadir}/gdb
81ecdfbb
RW
4932fi
4933
20e95c23 4934
b14b1491
TT
4935 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4936 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4937 ac_define_dir=`eval echo $GDB_DATADIR`
4938 ac_define_dir=`eval echo $ac_define_dir`
4939
4940cat >>confdefs.h <<_ACEOF
4941#define GDB_DATADIR "$ac_define_dir"
20e95c23
DJ
4942_ACEOF
4943
b14b1491
TT
4944
4945
0c4a4063 4946
b14b1491
TT
4947 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
4948 if test "x$prefix" = xNONE; then
4949 test_prefix=/usr/local
4950 else
4951 test_prefix=$prefix
4952 fi
4953 else
4954 test_prefix=$exec_prefix
4955 fi
4956 value=0
4957 case ${ac_define_dir} in
4958 "${test_prefix}"|"${test_prefix}/"*|\
4959 '${exec_prefix}'|'${exec_prefix}/'*)
4960 value=1
4961 ;;
4962 esac
4963
4964cat >>confdefs.h <<_ACEOF
4965#define GDB_DATADIR_RELOCATABLE $value
4966_ACEOF
4967
4968
783e057b 4969
20e95c23 4970
0c4a4063 4971
81ecdfbb
RW
4972# Check whether --with-relocated-sources was given.
4973if test "${with_relocated_sources+set}" = set; then :
4974 withval=$with_relocated_sources; reloc_srcdir="${withval}"
29b0e8a2
JM
4975
4976 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4977 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4978 ac_define_dir=`eval echo $reloc_srcdir`
4979 ac_define_dir=`eval echo $ac_define_dir`
4980
4981cat >>confdefs.h <<_ACEOF
4982#define RELOC_SRCDIR "$ac_define_dir"
4983_ACEOF
4984
4985
4986
81ecdfbb
RW
4987fi
4988
29b0e8a2 4989
7349ff92
JK
4990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
4991$as_echo_n "checking for default auto-load directory... " >&6; }
4992
4993# Check whether --with-auto-load-dir was given.
4994if test "${with_auto_load_dir+set}" = set; then :
4995 withval=$with_auto_load_dir;
4996else
1564a261 4997 with_auto_load_dir='$debugdir:$datadir/auto-load'
7349ff92
JK
4998fi
4999
1564a261 5000escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
7349ff92
JK
5001
5002 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5003 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5004 ac_define_dir=`eval echo $escape_dir`
5005 ac_define_dir=`eval echo $ac_define_dir`
5006
5007cat >>confdefs.h <<_ACEOF
5008#define AUTO_LOAD_DIR "$ac_define_dir"
5009_ACEOF
5010
5011
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
5013$as_echo "$with_auto_load_dir" >&6; }
5014
bccbefd2
JK
5015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
5016$as_echo_n "checking for default auto-load safe-path... " >&6; }
5017
5018# Check whether --with-auto-load-safe-path was given.
5019if test "${with_auto_load_safe_path+set}" = set; then :
5020 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
6dea1fbd
JK
5021 with_auto_load_safe_path="/"
5022 fi
bccbefd2 5023else
7349ff92 5024 with_auto_load_safe_path="$with_auto_load_dir"
bccbefd2
JK
5025fi
5026
1564a261 5027escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
bccbefd2
JK
5028
5029 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5030 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6dea1fbd 5031 ac_define_dir=`eval echo $escape_dir`
bccbefd2
JK
5032 ac_define_dir=`eval echo $ac_define_dir`
5033
5034cat >>confdefs.h <<_ACEOF
6dea1fbd 5035#define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
bccbefd2
JK
5036_ACEOF
5037
5038
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
5040$as_echo "$with_auto_load_safe_path" >&6; }
5041
29b0e8a2 5042
20e95c23 5043
5ae98d25 5044subdirs="$subdirs testsuite"
20e95c23
DJ
5045
5046
783e057b 5047# Check whether to support alternative target configurations
81ecdfbb
RW
5048# Check whether --enable-targets was given.
5049if test "${enable_targets+set}" = set; then :
5050 enableval=$enable_targets; case "${enableval}" in
5051 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
783e057b
DJ
5052 ;;
5053 no) enable_targets= ;;
5054 *) enable_targets=$enableval ;;
5055esac
81ecdfbb
RW
5056fi
5057
20e95c23 5058
783e057b 5059# Check whether to enable 64-bit support on 32-bit hosts
81ecdfbb
RW
5060# Check whether --enable-64-bit-bfd was given.
5061if test "${enable_64_bit_bfd+set}" = set; then :
5062 enableval=$enable_64_bit_bfd; case "${enableval}" in
783e057b
DJ
5063 yes) want64=true ;;
5064 no) want64=false ;;
81ecdfbb 5065 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
783e057b
DJ
5066esac
5067else
5068 want64=false
81ecdfbb
RW
5069fi
5070
783e057b
DJ
5071# Provide defaults for some variables set by the per-host and per-target
5072# configuration.
5073gdb_host_obs=posix-hdep.o
20e95c23 5074
783e057b
DJ
5075if test "${target}" = "${host}"; then
5076 gdb_native=yes
5077else
5078 gdb_native=no
5079fi
20e95c23 5080
783e057b 5081. $srcdir/configure.host
20e95c23 5082
783e057b 5083# Accumulate some settings from configure.tgt over all enabled targets
20e95c23 5084
783e057b
DJ
5085TARGET_OBS=
5086all_targets=
b292c783 5087HAVE_NATIVE_GCORE_TARGET=
20e95c23 5088
783e057b 5089for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
20e95c23 5090do
783e057b
DJ
5091 if test "$targ_alias" = "all"; then
5092 all_targets=true
5093 else
5094 # Canonicalize the secondary target names.
5095 result=`$ac_config_sub $targ_alias 2>/dev/null`
5096 if test -n "$result"; then
5097 targ=$result
5098 else
5099 targ=$targ_alias
5100 fi
20e95c23 5101
783e057b 5102 . ${srcdir}/configure.tgt
20e95c23 5103
bf307134
JB
5104 if test -z "${gdb_target_obs}"; then :
5105 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
5106fi
5107
783e057b
DJ
5108 # Target-specific object files
5109 for i in ${gdb_target_obs}; do
5110 case " $TARGET_OBS " in
5111 *" ${i} "*) ;;
5112 *)
5113 TARGET_OBS="$TARGET_OBS ${i}"
5114 ;;
5115 esac
5116 done
20e95c23 5117
783e057b
DJ
5118 # Check whether this target needs 64-bit CORE_ADDR
5119 if test x${want64} = xfalse; then
5120 . ${srcdir}/../bfd/config.bfd
5121 fi
b292c783
JK
5122
5123 # Check whether this target is native and supports gcore.
5124 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
5125 && $gdb_have_gcore; then
5126 HAVE_NATIVE_GCORE_TARGET=1
5127 fi
783e057b 5128 fi
20e95c23
DJ
5129done
5130
783e057b
DJ
5131if test x${all_targets} = xtrue; then
5132
5133 # We want all 64-bit targets if we either:
5134 # - run on a 64-bit host or
5135 # - already require 64-bit support for some other target or
5136 # - the --enable-64-bit-bfd option was supplied
5137 # Otherwise we only support all 32-bit targets.
5138 #
5139 # NOTE: This test must be in sync with the corresponding
5140 # tests in BFD!
20e95c23 5141
783e057b 5142 if test x${want64} = xfalse; then
81ecdfbb
RW
5143 # The cast to long int works around a bug in the HP C Compiler
5144# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5145# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5146# This bug is HP SR number 8606223364.
5147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5148$as_echo_n "checking size of long... " >&6; }
5149if test "${ac_cv_sizeof_long+set}" = set; then :
5150 $as_echo_n "(cached) " >&6
c0993dbe 5151else
81ecdfbb 5152 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
c0993dbe 5153
81ecdfbb
RW
5154else
5155 if test "$ac_cv_type_long" = yes; then
5156 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5158{ as_fn_set_status 77
5159as_fn_error "cannot compute sizeof (long)
5160See \`config.log' for more details." "$LINENO" 5; }; }
5161 else
5162 ac_cv_sizeof_long=0
5163 fi
c0993dbe 5164fi
81ecdfbb 5165
c0993dbe 5166fi
81ecdfbb
RW
5167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5168$as_echo "$ac_cv_sizeof_long" >&6; }
c0993dbe 5169
c0993dbe 5170
c0993dbe 5171
c0993dbe
UW
5172cat >>confdefs.h <<_ACEOF
5173#define SIZEOF_LONG $ac_cv_sizeof_long
5174_ACEOF
5175
5176
5177 if test "x${ac_cv_sizeof_long}" = "x8"; then
5178 want64=true
5179 fi
5180 fi
5181 if test x${want64} = xtrue; then
5182 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
5183 else
5184 TARGET_OBS='$(ALL_TARGET_OBS)'
5185 fi
5186fi
5187
5188
5189
b292c783 5190
c0993dbe
UW
5191# For other settings, only the main target counts.
5192gdb_sim=
5193gdb_osabi=
5194build_gdbserver=
5195targ=$target; . ${srcdir}/configure.tgt
5196
5197# Fetch the default architecture and default target vector from BFD.
5198targ=$target; . $srcdir/../bfd/config.bfd
5199
5200# We only want the first architecture, so strip off the others if
5201# there is more than one.
5202targ_archs=`echo $targ_archs | sed 's/ .*//'`
5203
5204if test "x$targ_archs" != x; then
5205
5206cat >>confdefs.h <<_ACEOF
5207#define DEFAULT_BFD_ARCH $targ_archs
5208_ACEOF
5209
5210fi
5211if test "x$targ_defvec" != x; then
5212
5213cat >>confdefs.h <<_ACEOF
5214#define DEFAULT_BFD_VEC $targ_defvec
5215_ACEOF
5216
5217fi
5218
c0993dbe
UW
5219# The CLI cannot be disabled yet, but may be in the future.
5220
5221# Enable CLI.
81ecdfbb
RW
5222# Check whether --enable-gdbcli was given.
5223if test "${enable_gdbcli+set}" = set; then :
5224 enableval=$enable_gdbcli; case $enableval in
c0993dbe
UW
5225 yes)
5226 ;;
5227 no)
81ecdfbb 5228 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
c0993dbe 5229 *)
81ecdfbb 5230 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
c0993dbe
UW
5231 esac
5232else
5233 enable_gdbcli=yes
81ecdfbb
RW
5234fi
5235
c0993dbe
UW
5236if test x"$enable_gdbcli" = xyes; then
5237 if test -d $srcdir/cli; then
5238 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
5239 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
5240 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
5241 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
5242 fi
5243fi
5244
5245# Enable MI.
81ecdfbb
RW
5246# Check whether --enable-gdbmi was given.
5247if test "${enable_gdbmi+set}" = set; then :
5248 enableval=$enable_gdbmi; case $enableval in
c0993dbe
UW
5249 yes | no)
5250 ;;
5251 *)
81ecdfbb 5252 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
c0993dbe
UW
5253 esac
5254else
5255 enable_gdbmi=yes
81ecdfbb
RW
5256fi
5257
c0993dbe
UW
5258if test x"$enable_gdbmi" = xyes; then
5259 if test -d $srcdir/mi; then
5260 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
5261 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
5262 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
5263 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
5264 fi
5265fi
5266
5267# Enable TUI.
81ecdfbb
RW
5268# Check whether --enable-tui was given.
5269if test "${enable_tui+set}" = set; then :
5270 enableval=$enable_tui; case $enableval in
3ca64bd3 5271 yes | no | auto)
c0993dbe
UW
5272 ;;
5273 *)
81ecdfbb 5274 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
c0993dbe
UW
5275 esac
5276else
3ca64bd3 5277 enable_tui=auto
81ecdfbb
RW
5278fi
5279
c0993dbe
UW
5280
5281# Enable gdbtk.
81ecdfbb
RW
5282# Check whether --enable-gdbtk was given.
5283if test "${enable_gdbtk+set}" = set; then :
5284 enableval=$enable_gdbtk; case $enableval in
c0993dbe
UW
5285 yes | no)
5286 ;;
5287 *)
81ecdfbb 5288 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
c0993dbe
UW
5289 esac
5290else
5062cc19 5291 if test -d $srcdir/gdbtk; then
c0993dbe
UW
5292 enable_gdbtk=yes
5293 else
5294 enable_gdbtk=no
5295 fi
81ecdfbb
RW
5296fi
5297
c0993dbe
UW
5298# We unconditionally disable gdbtk tests on selected platforms.
5299case $host_os in
5300 go32* | windows*)
81ecdfbb
RW
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
5302$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
c0993dbe
UW
5303 enable_gdbtk=no ;;
5304esac
5305
05e7c244 5306# Libunwind support for ia64.
bec39cab 5307
05e7c244
JK
5308
5309# Check whether --with-libunwind-ia64 was given.
5310if test "${with_libunwind_ia64+set}" = set; then :
5311 withval=$with_libunwind_ia64;
bec39cab 5312else
05e7c244
JK
5313 with_libunwind_ia64=auto
5314fi
bec39cab 5315
05e7c244
JK
5316
5317# Backward compatibility option.
5318if test "${with_libunwind+set}" = set; then
5319 if test x"$with_libunwind_ia64" != xauto; then
5320 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
5321 fi
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
5323$as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
5324 with_libunwind_ia64="$with_libunwind"
5325fi
5326
5327case "$with_libunwind_ia64" in
5328 yes | no)
5329 ;;
5330 auto)
5331 for ac_header in libunwind-ia64.h
81ecdfbb 5332do :
b54a8fd7
PA
5333 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5334if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5335 cat >>confdefs.h <<_ACEOF
b54a8fd7 5336#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5337_ACEOF
5338
5339fi
5340
5341done
5342
05e7c244
JK
5343 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
5344 ;;
5345 *)
5346 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
5347 ;;
5348esac
bec39cab 5349
05e7c244 5350if test x"$with_libunwind_ia64" = xyes; then
b54a8fd7 5351 for ac_header in libunwind-ia64.h
81ecdfbb 5352do :
b54a8fd7
PA
5353 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5354if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
bec39cab 5355 cat >>confdefs.h <<_ACEOF
b54a8fd7 5356#define HAVE_LIBUNWIND_IA64_H 1
bec39cab
AC
5357_ACEOF
5358
5359fi
5360
5361done
5362
05e7c244
JK
5363 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
5364 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
5365 fi
5366 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
5367 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
5368 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
a9322a30
TT
5369fi
5370
cb01cfba
JB
5371opt_curses=no
5372
81ecdfbb
RW
5373# Check whether --with-curses was given.
5374if test "${with_curses+set}" = set; then :
5375 withval=$with_curses; opt_curses=$withval
5376fi
5377
cb01cfba 5378
76a39ba7 5379prefer_curses=no
cb01cfba 5380if test "$opt_curses" = "yes"; then
76a39ba7 5381 prefer_curses=yes
cb01cfba
JB
5382fi
5383
a9322a30 5384# Profiling support.
81ecdfbb
RW
5385# Check whether --enable-profiling was given.
5386if test "${enable_profiling+set}" = set; then :
5387 enableval=$enable_profiling; case $enableval in
a9322a30
TT
5388 yes | no)
5389 ;;
5390 *)
81ecdfbb 5391 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
a9322a30
TT
5392 esac
5393else
5394 enable_profiling=no
81ecdfbb 5395fi
bec39cab 5396
a9322a30
TT
5397
5398for ac_func in monstartup _mcleanup
81ecdfbb
RW
5399do :
5400 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5401ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5402eval as_val=\$$as_ac_var
5403 if test "x$as_val" = x""yes; then :
5404 cat >>confdefs.h <<_ACEOF
5405#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 5406_ACEOF
a9322a30 5407
81ecdfbb
RW
5408fi
5409done
a9322a30 5410
81ecdfbb
RW
5411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
5412$as_echo_n "checking for _etext... " >&6; }
5413if test "${ac_cv_var__etext+set}" = set; then :
5414 $as_echo_n "(cached) " >&6
5415else
5416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5417/* end confdefs.h. */
5418#include <stdlib.h>
5419extern char _etext;
a9322a30
TT
5420
5421int
5422main ()
5423{
5424free (&_etext);
5425 ;
5426 return 0;
5427}
bec39cab 5428_ACEOF
81ecdfbb 5429if ac_fn_c_try_link "$LINENO"; then :
a9322a30 5430 ac_cv_var__etext=yes
bec39cab 5431else
81ecdfbb 5432 ac_cv_var__etext=no
bec39cab 5433fi
81ecdfbb
RW
5434rm -f core conftest.err conftest.$ac_objext \
5435 conftest$ac_exeext conftest.$ac_ext
bec39cab 5436fi
81ecdfbb
RW
5437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
5438$as_echo "$ac_cv_var__etext" >&6; }
a9322a30 5439if test $ac_cv_var__etext = yes; then
60ca704f 5440
81ecdfbb 5441$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
bec39cab 5442
bec39cab 5443fi
81ecdfbb
RW
5444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
5445$as_echo_n "checking for etext... " >&6; }
5446if test "${ac_cv_var_etext+set}" = set; then :
5447 $as_echo_n "(cached) " >&6
bec39cab 5448else
81ecdfbb 5449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 5450/* end confdefs.h. */
a9322a30
TT
5451#include <stdlib.h>
5452extern char etext;
bec39cab
AC
5453
5454int
5455main ()
5456{
a9322a30 5457free (&etext);
bec39cab
AC
5458 ;
5459 return 0;
5460}
5461_ACEOF
81ecdfbb 5462if ac_fn_c_try_link "$LINENO"; then :
a9322a30 5463 ac_cv_var_etext=yes
bec39cab 5464else
81ecdfbb 5465 ac_cv_var_etext=no
bec39cab 5466fi
81ecdfbb
RW
5467rm -f core conftest.err conftest.$ac_objext \
5468 conftest$ac_exeext conftest.$ac_ext
bec39cab 5469fi
81ecdfbb
RW
5470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
5471$as_echo "$ac_cv_var_etext" >&6; }
a9322a30
TT
5472if test $ac_cv_var_etext = yes; then
5473
81ecdfbb 5474$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
bec39cab
AC
5475
5476fi
a9322a30
TT
5477if test "$enable_profiling" = yes ; then
5478 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
81ecdfbb 5479 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
a9322a30
TT
5480 fi
5481 PROFILE_CFLAGS=-pg
5482 OLD_CFLAGS="$CFLAGS"
5483 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
bec39cab 5484
81ecdfbb
RW
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
5486$as_echo_n "checking whether $CC supports -pg... " >&6; }
5487if test "${ac_cv_cc_supports_pg+set}" = set; then :
5488 $as_echo_n "(cached) " >&6
bec39cab 5489else
81ecdfbb 5490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 5491/* end confdefs.h. */
bec39cab
AC
5492
5493int
5494main ()
5495{
a9322a30 5496int x;
bec39cab
AC
5497 ;
5498 return 0;
5499}
5500_ACEOF
81ecdfbb 5501if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 5502 ac_cv_cc_supports_pg=yes
bec39cab 5503else
81ecdfbb 5504 ac_cv_cc_supports_pg=no
bec39cab 5505fi
81ecdfbb 5506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 5507fi
81ecdfbb
RW
5508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
5509$as_echo "$ac_cv_cc_supports_pg" >&6; }
bec39cab 5510
a9322a30 5511 if test $ac_cv_cc_supports_pg = no; then
81ecdfbb 5512 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
a9322a30 5513 fi
bec39cab 5514
a9322a30 5515 CFLAGS="$OLD_CFLAGS"
bec39cab
AC
5516fi
5517
c16158bc
JM
5518
5519
81ecdfbb
RW
5520# Check whether --with-pkgversion was given.
5521if test "${with_pkgversion+set}" = set; then :
5522 withval=$with_pkgversion; case "$withval" in
5523 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
c16158bc
JM
5524 no) PKGVERSION= ;;
5525 *) PKGVERSION="($withval) " ;;
5526 esac
5527else
5528 PKGVERSION="(GDB) "
5529
81ecdfbb 5530fi
c16158bc
JM
5531
5532
5533
5534
81ecdfbb
RW
5535
5536# Check whether --with-bugurl was given.
5537if test "${with_bugurl+set}" = set; then :
5538 withval=$with_bugurl; case "$withval" in
5539 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
c16158bc
JM
5540 no) BUGURL=
5541 ;;
5542 *) BUGURL="$withval"
5543 ;;
5544 esac
5545else
5546 BUGURL="http://www.gnu.org/software/gdb/bugs/"
5547
81ecdfbb
RW
5548fi
5549
c16158bc
JM
5550 case ${BUGURL} in
5551 "")
5552 REPORT_BUGS_TO=
5553 REPORT_BUGS_TEXI=
5554 ;;
5555 *)
5556 REPORT_BUGS_TO="<$BUGURL>"
5557 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
5558 ;;
5559 esac;
5560
5561
5562
5563
5564cat >>confdefs.h <<_ACEOF
5565#define PKGVERSION "$PKGVERSION"
5566_ACEOF
5567
5568
5569cat >>confdefs.h <<_ACEOF
5570#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
5571_ACEOF
5572
5573
bec39cab
AC
5574# --------------------- #
5575# Checks for programs. #
5576# --------------------- #
5577
5578for ac_prog in gawk mawk nawk awk
5579do
5580 # Extract the first word of "$ac_prog", so it can be a program name with args.
5581set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5583$as_echo_n "checking for $ac_word... " >&6; }
5584if test "${ac_cv_prog_AWK+set}" = set; then :
5585 $as_echo_n "(cached) " >&6
bec39cab
AC
5586else
5587 if test -n "$AWK"; then
5588 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5589else
5590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591for as_dir in $PATH
5592do
5593 IFS=$as_save_IFS
5594 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5595 for ac_exec_ext in '' $ac_executable_extensions; do
5596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5597 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 5598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5599 break 2
5600 fi
5601done
81ecdfbb
RW
5602 done
5603IFS=$as_save_IFS
bec39cab
AC
5604
5605fi
5606fi
5607AWK=$ac_cv_prog_AWK
5608if test -n "$AWK"; then
81ecdfbb
RW
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5610$as_echo "$AWK" >&6; }
bec39cab 5611else
81ecdfbb
RW
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5613$as_echo "no" >&6; }
bec39cab
AC
5614fi
5615
bec39cab 5616
81ecdfbb 5617 test -n "$AWK" && break
bec39cab
AC
5618done
5619
c971b7fa
PA
5620# Find a good install program. We prefer a C program (faster),
5621# so one script is as good as another. But avoid the broken or
5622# incompatible versions:
5623# SysV /etc/install, /usr/sbin/install
5624# SunOS /usr/etc/install
5625# IRIX /sbin/install
5626# AIX /bin/install
5627# AmigaOS /C/install, which installs bootblocks on floppy discs
5628# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5629# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5630# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5631# OS/2's system install, which has a completely different semantic
5632# ./install, which can be erroneously created by make from ./install.sh.
5633# Reject install programs that cannot install multiple files.
5634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5635$as_echo_n "checking for a BSD-compatible install... " >&6; }
5636if test -z "$INSTALL"; then
5637if test "${ac_cv_path_install+set}" = set; then :
5638 $as_echo_n "(cached) " >&6
5639else
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641for as_dir in $PATH
5642do
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
5645 # Account for people who put trailing slashes in PATH elements.
5646case $as_dir/ in #((
5647 ./ | .// | /[cC]/* | \
5648 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5649 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5650 /usr/ucb/* ) ;;
5651 *)
5652 # OSF1 and SCO ODT 3.0 have their own names for install.
5653 # Don't use installbsd from OSF since it installs stuff as root
5654 # by default.
5655 for ac_prog in ginstall scoinst install; do
5656 for ac_exec_ext in '' $ac_executable_extensions; do
5657 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5658 if test $ac_prog = install &&
5659 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5660 # AIX install. It has an incompatible calling convention.
5661 :
5662 elif test $ac_prog = install &&
5663 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5664 # program-specific install script used by HP pwplus--don't use.
5665 :
5666 else
5667 rm -rf conftest.one conftest.two conftest.dir
5668 echo one > conftest.one
5669 echo two > conftest.two
5670 mkdir conftest.dir
5671 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5672 test -s conftest.one && test -s conftest.two &&
5673 test -s conftest.dir/conftest.one &&
5674 test -s conftest.dir/conftest.two
5675 then
5676 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5677 break 3
5678 fi
5679 fi
5680 fi
5681 done
5682 done
5683 ;;
5684esac
5685
5686 done
5687IFS=$as_save_IFS
5688
5689rm -rf conftest.one conftest.two conftest.dir
5690
5691fi
5692 if test "${ac_cv_path_install+set}" = set; then
5693 INSTALL=$ac_cv_path_install
5694 else
5695 # As a last resort, use the slow shell script. Don't cache a
5696 # value for INSTALL within a source directory, because that will
5697 # break other packages using the cache if that directory is
5698 # removed, or if the value is a relative name.
5699 INSTALL=$ac_install_sh
5700 fi
5701fi
5702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5703$as_echo "$INSTALL" >&6; }
5704
5705# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5706# It thinks the first close brace ends the variable substitution.
5707test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5708
5709test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5710
5711test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
bec39cab 5712
81ecdfbb
RW
5713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5714$as_echo_n "checking whether ln -s works... " >&6; }
bec39cab
AC
5715LN_S=$as_ln_s
5716if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5718$as_echo "yes" >&6; }
bec39cab 5719else
81ecdfbb
RW
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5721$as_echo "no, using $LN_S" >&6; }
bec39cab
AC
5722fi
5723
5724if test -n "$ac_tool_prefix"; then
5725 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5726set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5728$as_echo_n "checking for $ac_word... " >&6; }
5729if test "${ac_cv_prog_RANLIB+set}" = set; then :
5730 $as_echo_n "(cached) " >&6
bec39cab
AC
5731else
5732 if test -n "$RANLIB"; then
5733 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5734else
5735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5736for as_dir in $PATH
5737do
5738 IFS=$as_save_IFS
5739 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5740 for ac_exec_ext in '' $ac_executable_extensions; do
5741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5742 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5744 break 2
5745 fi
5746done
81ecdfbb
RW
5747 done
5748IFS=$as_save_IFS
bec39cab
AC
5749
5750fi
5751fi
5752RANLIB=$ac_cv_prog_RANLIB
5753if test -n "$RANLIB"; then
81ecdfbb
RW
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5755$as_echo "$RANLIB" >&6; }
bec39cab 5756else
81ecdfbb
RW
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5758$as_echo "no" >&6; }
bec39cab
AC
5759fi
5760
81ecdfbb 5761
bec39cab
AC
5762fi
5763if test -z "$ac_cv_prog_RANLIB"; then
5764 ac_ct_RANLIB=$RANLIB
5765 # Extract the first word of "ranlib", so it can be a program name with args.
5766set dummy ranlib; ac_word=$2
81ecdfbb
RW
5767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5768$as_echo_n "checking for $ac_word... " >&6; }
5769if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5770 $as_echo_n "(cached) " >&6
bec39cab
AC
5771else
5772 if test -n "$ac_ct_RANLIB"; then
5773 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5774else
5775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776for as_dir in $PATH
5777do
5778 IFS=$as_save_IFS
5779 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5780 for ac_exec_ext in '' $ac_executable_extensions; do
5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5782 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5784 break 2
5785 fi
5786done
81ecdfbb
RW
5787 done
5788IFS=$as_save_IFS
bec39cab 5789
bec39cab
AC
5790fi
5791fi
5792ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5793if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5795$as_echo "$ac_ct_RANLIB" >&6; }
bec39cab 5796else
81ecdfbb
RW
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5798$as_echo "no" >&6; }
bec39cab
AC
5799fi
5800
81ecdfbb
RW
5801 if test "x$ac_ct_RANLIB" = x; then
5802 RANLIB=":"
5803 else
5804 case $cross_compiling:$ac_tool_warned in
5805yes:)
5806{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5807$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5808ac_tool_warned=yes ;;
5809esac
5810 RANLIB=$ac_ct_RANLIB
5811 fi
bec39cab
AC
5812else
5813 RANLIB="$ac_cv_prog_RANLIB"
5814fi
5815
5816for ac_prog in 'bison -y' byacc
5817do
5818 # Extract the first word of "$ac_prog", so it can be a program name with args.
5819set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5821$as_echo_n "checking for $ac_word... " >&6; }
5822if test "${ac_cv_prog_YACC+set}" = set; then :
5823 $as_echo_n "(cached) " >&6
bec39cab
AC
5824else
5825 if test -n "$YACC"; then
5826 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5827else
5828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5829for as_dir in $PATH
5830do
5831 IFS=$as_save_IFS
5832 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5833 for ac_exec_ext in '' $ac_executable_extensions; do
5834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5835 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 5836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5837 break 2
5838 fi
5839done
81ecdfbb
RW
5840 done
5841IFS=$as_save_IFS
bec39cab
AC
5842
5843fi
5844fi
5845YACC=$ac_cv_prog_YACC
5846if test -n "$YACC"; then
81ecdfbb
RW
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
5848$as_echo "$YACC" >&6; }
bec39cab 5849else
81ecdfbb
RW
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5851$as_echo "no" >&6; }
bec39cab
AC
5852fi
5853
81ecdfbb 5854
bec39cab
AC
5855 test -n "$YACC" && break
5856done
5857test -n "$YACC" || YACC="yacc"
5858
5859
5860if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5862set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5864$as_echo_n "checking for $ac_word... " >&6; }
5865if test "${ac_cv_prog_AR+set}" = set; then :
5866 $as_echo_n "(cached) " >&6
bec39cab
AC
5867else
5868 if test -n "$AR"; then
5869 ac_cv_prog_AR="$AR" # Let the user override the test.
5870else
5871as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872for as_dir in $PATH
5873do
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5878 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5880 break 2
5881 fi
5882done
81ecdfbb
RW
5883 done
5884IFS=$as_save_IFS
bec39cab
AC
5885
5886fi
5887fi
5888AR=$ac_cv_prog_AR
5889if test -n "$AR"; then
81ecdfbb
RW
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5891$as_echo "$AR" >&6; }
bec39cab 5892else
81ecdfbb
RW
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5894$as_echo "no" >&6; }
bec39cab
AC
5895fi
5896
81ecdfbb 5897
bec39cab
AC
5898fi
5899if test -z "$ac_cv_prog_AR"; then
5900 ac_ct_AR=$AR
5901 # Extract the first word of "ar", so it can be a program name with args.
5902set dummy ar; ac_word=$2
81ecdfbb
RW
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5904$as_echo_n "checking for $ac_word... " >&6; }
5905if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5906 $as_echo_n "(cached) " >&6
bec39cab
AC
5907else
5908 if test -n "$ac_ct_AR"; then
5909 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5910else
5911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912for as_dir in $PATH
5913do
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5918 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5920 break 2
5921 fi
5922done
81ecdfbb
RW
5923 done
5924IFS=$as_save_IFS
bec39cab
AC
5925
5926fi
5927fi
5928ac_ct_AR=$ac_cv_prog_ac_ct_AR
5929if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5931$as_echo "$ac_ct_AR" >&6; }
bec39cab 5932else
81ecdfbb
RW
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5934$as_echo "no" >&6; }
bec39cab
AC
5935fi
5936
81ecdfbb
RW
5937 if test "x$ac_ct_AR" = x; then
5938 AR=""
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941yes:)
5942{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5943$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5944ac_tool_warned=yes ;;
5945esac
5946 AR=$ac_ct_AR
5947 fi
bec39cab
AC
5948else
5949 AR="$ac_cv_prog_AR"
5950fi
5951
5952if test -n "$ac_tool_prefix"; then
5953 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5954set dummy ${ac_tool_prefix}dlltool; ac_word=$2
81ecdfbb
RW
5955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5956$as_echo_n "checking for $ac_word... " >&6; }
5957if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5958 $as_echo_n "(cached) " >&6
bec39cab
AC
5959else
5960 if test -n "$DLLTOOL"; then
5961 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5962else
5963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5964for as_dir in $PATH
5965do
5966 IFS=$as_save_IFS
5967 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5968 for ac_exec_ext in '' $ac_executable_extensions; do
5969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 5970 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
81ecdfbb 5971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
5972 break 2
5973 fi
5974done
81ecdfbb
RW
5975 done
5976IFS=$as_save_IFS
bec39cab
AC
5977
5978fi
5979fi
5980DLLTOOL=$ac_cv_prog_DLLTOOL
5981if test -n "$DLLTOOL"; then
81ecdfbb
RW
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5983$as_echo "$DLLTOOL" >&6; }
bec39cab 5984else
81ecdfbb
RW
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5986$as_echo "no" >&6; }
bec39cab
AC
5987fi
5988
81ecdfbb 5989
bec39cab
AC
5990fi
5991if test -z "$ac_cv_prog_DLLTOOL"; then
5992 ac_ct_DLLTOOL=$DLLTOOL
5993 # Extract the first word of "dlltool", so it can be a program name with args.
5994set dummy dlltool; ac_word=$2
81ecdfbb
RW
5995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996$as_echo_n "checking for $ac_word... " >&6; }
5997if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5998 $as_echo_n "(cached) " >&6
bec39cab
AC
5999else
6000 if test -n "$ac_ct_DLLTOOL"; then
6001 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6002else
6003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004for as_dir in $PATH
6005do
6006 IFS=$as_save_IFS
6007 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6008 for ac_exec_ext in '' $ac_executable_extensions; do
6009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6010 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
81ecdfbb 6011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6012 break 2
6013 fi
6014done
81ecdfbb
RW
6015 done
6016IFS=$as_save_IFS
bec39cab
AC
6017
6018fi
6019fi
6020ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6021if test -n "$ac_ct_DLLTOOL"; then
81ecdfbb
RW
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6023$as_echo "$ac_ct_DLLTOOL" >&6; }
bec39cab 6024else
81ecdfbb
RW
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026$as_echo "no" >&6; }
bec39cab
AC
6027fi
6028
81ecdfbb
RW
6029 if test "x$ac_ct_DLLTOOL" = x; then
6030 DLLTOOL=""
6031 else
6032 case $cross_compiling:$ac_tool_warned in
6033yes:)
6034{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6035$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6036ac_tool_warned=yes ;;
6037esac
6038 DLLTOOL=$ac_ct_DLLTOOL
6039 fi
bec39cab
AC
6040else
6041 DLLTOOL="$ac_cv_prog_DLLTOOL"
6042fi
6043
6044if test -n "$ac_tool_prefix"; then
6045 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6046set dummy ${ac_tool_prefix}windres; ac_word=$2
81ecdfbb
RW
6047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048$as_echo_n "checking for $ac_word... " >&6; }
6049if test "${ac_cv_prog_WINDRES+set}" = set; then :
6050 $as_echo_n "(cached) " >&6
bec39cab
AC
6051else
6052 if test -n "$WINDRES"; then
6053 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6054else
6055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056for as_dir in $PATH
6057do
6058 IFS=$as_save_IFS
6059 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6060 for ac_exec_ext in '' $ac_executable_extensions; do
6061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6062 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
81ecdfbb 6063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6064 break 2
6065 fi
6066done
81ecdfbb
RW
6067 done
6068IFS=$as_save_IFS
bec39cab
AC
6069
6070fi
6071fi
6072WINDRES=$ac_cv_prog_WINDRES
6073if test -n "$WINDRES"; then
81ecdfbb
RW
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
6075$as_echo "$WINDRES" >&6; }
bec39cab 6076else
81ecdfbb
RW
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078$as_echo "no" >&6; }
bec39cab
AC
6079fi
6080
81ecdfbb 6081
bec39cab
AC
6082fi
6083if test -z "$ac_cv_prog_WINDRES"; then
6084 ac_ct_WINDRES=$WINDRES
6085 # Extract the first word of "windres", so it can be a program name with args.
6086set dummy windres; ac_word=$2
81ecdfbb
RW
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088$as_echo_n "checking for $ac_word... " >&6; }
6089if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
6090 $as_echo_n "(cached) " >&6
bec39cab
AC
6091else
6092 if test -n "$ac_ct_WINDRES"; then
6093 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6094else
6095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096for as_dir in $PATH
6097do
6098 IFS=$as_save_IFS
6099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6100 for ac_exec_ext in '' $ac_executable_extensions; do
6101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6102 ac_cv_prog_ac_ct_WINDRES="windres"
81ecdfbb 6103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6104 break 2
6105 fi
6106done
81ecdfbb
RW
6107 done
6108IFS=$as_save_IFS
bec39cab
AC
6109
6110fi
6111fi
6112ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6113if test -n "$ac_ct_WINDRES"; then
81ecdfbb
RW
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
6115$as_echo "$ac_ct_WINDRES" >&6; }
bec39cab 6116else
81ecdfbb
RW
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118$as_echo "no" >&6; }
c906108c 6119fi
bec39cab 6120
81ecdfbb
RW
6121 if test "x$ac_ct_WINDRES" = x; then
6122 WINDRES=""
6123 else
6124 case $cross_compiling:$ac_tool_warned in
6125yes:)
6126{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6127$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6128ac_tool_warned=yes ;;
6129esac
6130 WINDRES=$ac_ct_WINDRES
6131 fi
c906108c 6132else
bec39cab 6133 WINDRES="$ac_cv_prog_WINDRES"
c906108c
SS
6134fi
6135
bec39cab 6136
036c3acb
TS
6137case $host_os in
6138 gnu*)
6139 # Needed for GNU Hurd hosts.
6140 if test -n "$ac_tool_prefix"; then
bec39cab
AC
6141 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
6142set dummy ${ac_tool_prefix}mig; ac_word=$2
81ecdfbb
RW
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
6145if test "${ac_cv_prog_MIG+set}" = set; then :
6146 $as_echo_n "(cached) " >&6
c906108c 6147else
bec39cab
AC
6148 if test -n "$MIG"; then
6149 ac_cv_prog_MIG="$MIG" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6158 ac_cv_prog_MIG="${ac_tool_prefix}mig"
81ecdfbb 6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6160 break 2
6161 fi
6162done
81ecdfbb
RW
6163 done
6164IFS=$as_save_IFS
bec39cab 6165
c906108c 6166fi
bec39cab
AC
6167fi
6168MIG=$ac_cv_prog_MIG
6169if test -n "$MIG"; then
81ecdfbb
RW
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
6171$as_echo "$MIG" >&6; }
c906108c 6172else
81ecdfbb
RW
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
c906108c
SS
6175fi
6176
81ecdfbb 6177
bec39cab
AC
6178fi
6179if test -z "$ac_cv_prog_MIG"; then
6180 ac_ct_MIG=$MIG
6181 # Extract the first word of "mig", so it can be a program name with args.
6182set dummy mig; ac_word=$2
81ecdfbb
RW
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
6185if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
6186 $as_echo_n "(cached) " >&6
bec39cab
AC
6187else
6188 if test -n "$ac_ct_MIG"; then
6189 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 6198 ac_cv_prog_ac_ct_MIG="mig"
81ecdfbb 6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
6200 break 2
6201 fi
6202done
81ecdfbb
RW
6203 done
6204IFS=$as_save_IFS
c906108c 6205
bec39cab
AC
6206fi
6207fi
6208ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
6209if test -n "$ac_ct_MIG"; then
81ecdfbb
RW
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
6211$as_echo "$ac_ct_MIG" >&6; }
bec39cab 6212else
81ecdfbb
RW
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
bec39cab 6215fi
c906108c 6216
81ecdfbb
RW
6217 if test "x$ac_ct_MIG" = x; then
6218 MIG=""
6219 else
6220 case $cross_compiling:$ac_tool_warned in
6221yes:)
6222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6224ac_tool_warned=yes ;;
6225esac
6226 MIG=$ac_ct_MIG
6227 fi
bec39cab
AC
6228else
6229 MIG="$ac_cv_prog_MIG"
6230fi
c906108c 6231
036c3acb
TS
6232 if test x"$MIG" = x; then
6233 as_fn_error "MIG not found but required for $host hosts" "$LINENO" 5
6234 fi
6235 ;;
6236esac
c906108c 6237
bec39cab
AC
6238# ---------------------- #
6239# Checks for libraries. #
6240# ---------------------- #
c906108c 6241
bec39cab 6242# We might need to link with -lm; most simulators need it.
81ecdfbb
RW
6243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
6244$as_echo_n "checking for main in -lm... " >&6; }
6245if test "${ac_cv_lib_m_main+set}" = set; then :
6246 $as_echo_n "(cached) " >&6
bec39cab
AC
6247else
6248 ac_check_lib_save_LIBS=$LIBS
6249LIBS="-lm $LIBS"
81ecdfbb 6250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6251/* end confdefs.h. */
c906108c 6252
c906108c 6253
bec39cab
AC
6254int
6255main ()
6256{
81ecdfbb 6257return main ();
bec39cab
AC
6258 ;
6259 return 0;
6260}
6261_ACEOF
81ecdfbb 6262if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6263 ac_cv_lib_m_main=yes
6264else
81ecdfbb 6265 ac_cv_lib_m_main=no
bec39cab 6266fi
81ecdfbb
RW
6267rm -f core conftest.err conftest.$ac_objext \
6268 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6269LIBS=$ac_check_lib_save_LIBS
6270fi
81ecdfbb
RW
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
6272$as_echo "$ac_cv_lib_m_main" >&6; }
6273if test "x$ac_cv_lib_m_main" = x""yes; then :
bec39cab
AC
6274 cat >>confdefs.h <<_ACEOF
6275#define HAVE_LIBM 1
6276_ACEOF
6277
6278 LIBS="-lm $LIBS"
c906108c 6279
c906108c 6280fi
bec39cab
AC
6281
6282
6283# We need to link with -lw to get `wctype' on Solaris before Solaris
6284# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
6285# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
6286# is known to have this problem). Therefore we avoid libw if we can.
81ecdfbb
RW
6287ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
6288if test "x$ac_cv_func_wctype" = x""yes; then :
bec39cab 6289
c906108c 6290else
81ecdfbb
RW
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
6292$as_echo_n "checking for wctype in -lw... " >&6; }
6293if test "${ac_cv_lib_w_wctype+set}" = set; then :
6294 $as_echo_n "(cached) " >&6
bec39cab
AC
6295else
6296 ac_check_lib_save_LIBS=$LIBS
6297LIBS="-lw $LIBS"
81ecdfbb 6298cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6299/* end confdefs.h. */
c906108c 6300
81ecdfbb
RW
6301/* Override any GCC internal prototype to avoid an error.
6302 Use char because int might match the return type of a GCC
6303 builtin and then its argument prototype would still apply. */
bec39cab
AC
6304#ifdef __cplusplus
6305extern "C"
6306#endif
bec39cab
AC
6307char wctype ();
6308int
6309main ()
6310{
81ecdfbb 6311return wctype ();
bec39cab
AC
6312 ;
6313 return 0;
6314}
6315_ACEOF
81ecdfbb 6316if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
6317 ac_cv_lib_w_wctype=yes
6318else
81ecdfbb 6319 ac_cv_lib_w_wctype=no
bec39cab 6320fi
81ecdfbb
RW
6321rm -f core conftest.err conftest.$ac_objext \
6322 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
6323LIBS=$ac_check_lib_save_LIBS
6324fi
81ecdfbb
RW
6325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
6326$as_echo "$ac_cv_lib_w_wctype" >&6; }
6327if test "x$ac_cv_lib_w_wctype" = x""yes; then :
bec39cab
AC
6328 cat >>confdefs.h <<_ACEOF
6329#define HAVE_LIBW 1
6330_ACEOF
c906108c 6331
bec39cab 6332 LIBS="-lw $LIBS"
c906108c 6333
bec39cab 6334fi
c906108c 6335
bec39cab 6336fi
c906108c 6337
ddc9cd0f 6338
bec39cab 6339# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
81ecdfbb
RW
6340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
6341$as_echo_n "checking for library containing gethostbyname... " >&6; }
6342if test "${ac_cv_search_gethostbyname+set}" = set; then :
6343 $as_echo_n "(cached) " >&6
bec39cab
AC
6344else
6345 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6346cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6347/* end confdefs.h. */
ddc9cd0f 6348
81ecdfbb
RW
6349/* Override any GCC internal prototype to avoid an error.
6350 Use char because int might match the return type of a GCC
6351 builtin and then its argument prototype would still apply. */
bec39cab
AC
6352#ifdef __cplusplus
6353extern "C"
6354#endif
bec39cab
AC
6355char gethostbyname ();
6356int
6357main ()
6358{
81ecdfbb 6359return gethostbyname ();
bec39cab
AC
6360 ;
6361 return 0;
6362}
6363_ACEOF
81ecdfbb
RW
6364for ac_lib in '' nsl; do
6365 if test -z "$ac_lib"; then
6366 ac_res="none required"
6367 else
6368 ac_res=-l$ac_lib
b4e70030 6369 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6370 fi
6371 if ac_fn_c_try_link "$LINENO"; then :
6372 ac_cv_search_gethostbyname=$ac_res
6373fi
6374rm -f core conftest.err conftest.$ac_objext \
6375 conftest$ac_exeext
6376 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6377 break
6378fi
6379done
6380if test "${ac_cv_search_gethostbyname+set}" = set; then :
ddc9cd0f 6381
bec39cab 6382else
81ecdfbb 6383 ac_cv_search_gethostbyname=no
bec39cab 6384fi
81ecdfbb 6385rm conftest.$ac_ext
bec39cab
AC
6386LIBS=$ac_func_search_save_LIBS
6387fi
81ecdfbb
RW
6388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
6389$as_echo "$ac_cv_search_gethostbyname" >&6; }
6390ac_res=$ac_cv_search_gethostbyname
6391if test "$ac_res" != no; then :
6392 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
96baa820 6393
bec39cab 6394fi
96baa820 6395
c906108c 6396
b4e70030 6397# Some systems (e.g. Solaris) have `socketpair' in libsocket.
81ecdfbb
RW
6398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
6399$as_echo_n "checking for library containing socketpair... " >&6; }
6400if test "${ac_cv_search_socketpair+set}" = set; then :
6401 $as_echo_n "(cached) " >&6
b4e70030
JB
6402else
6403 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6404cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
6405/* end confdefs.h. */
6406
81ecdfbb
RW
6407/* Override any GCC internal prototype to avoid an error.
6408 Use char because int might match the return type of a GCC
6409 builtin and then its argument prototype would still apply. */
b4e70030
JB
6410#ifdef __cplusplus
6411extern "C"
6412#endif
b4e70030
JB
6413char socketpair ();
6414int
6415main ()
6416{
81ecdfbb 6417return socketpair ();
b4e70030
JB
6418 ;
6419 return 0;
6420}
6421_ACEOF
81ecdfbb
RW
6422for ac_lib in '' socket; do
6423 if test -z "$ac_lib"; then
6424 ac_res="none required"
6425 else
6426 ac_res=-l$ac_lib
b4e70030 6427 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6428 fi
6429 if ac_fn_c_try_link "$LINENO"; then :
6430 ac_cv_search_socketpair=$ac_res
6431fi
6432rm -f core conftest.err conftest.$ac_objext \
6433 conftest$ac_exeext
6434 if test "${ac_cv_search_socketpair+set}" = set; then :
6435 break
6436fi
6437done
6438if test "${ac_cv_search_socketpair+set}" = set; then :
b4e70030 6439
b4e70030 6440else
81ecdfbb 6441 ac_cv_search_socketpair=no
b4e70030 6442fi
81ecdfbb 6443rm conftest.$ac_ext
b4e70030
JB
6444LIBS=$ac_func_search_save_LIBS
6445fi
81ecdfbb
RW
6446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
6447$as_echo "$ac_cv_search_socketpair" >&6; }
6448ac_res=$ac_cv_search_socketpair
6449if test "$ac_res" != no; then :
6450 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b4e70030
JB
6451
6452fi
6453
6454
233a11ab 6455# Link in zlib if we can. This allows us to read compressed debug sections.
b040ad30
JB
6456
6457 # See if the user specified whether he wants zlib support or not.
6458
6459# Check whether --with-zlib was given.
6460if test "${with_zlib+set}" = set; then :
6461 withval=$with_zlib;
6462else
6463 with_zlib=auto
6464fi
6465
6466
6467 if test "$with_zlib" != "no"; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
6469$as_echo_n "checking for library containing zlibVersion... " >&6; }
6470if test "${ac_cv_search_zlibVersion+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
233a11ab
CS
6472else
6473 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6474cat confdefs.h - <<_ACEOF >conftest.$ac_ext
233a11ab
CS
6475/* end confdefs.h. */
6476
81ecdfbb
RW
6477/* Override any GCC internal prototype to avoid an error.
6478 Use char because int might match the return type of a GCC
233a11ab 6479 builtin and then its argument prototype would still apply. */
233a11ab
CS
6480#ifdef __cplusplus
6481extern "C"
6482#endif
233a11ab
CS
6483char zlibVersion ();
6484int
6485main ()
6486{
81ecdfbb 6487return zlibVersion ();
233a11ab
CS
6488 ;
6489 return 0;
6490}
6491_ACEOF
81ecdfbb
RW
6492for ac_lib in '' z; do
6493 if test -z "$ac_lib"; then
6494 ac_res="none required"
233a11ab 6495 else
81ecdfbb
RW
6496 ac_res=-l$ac_lib
6497 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
233a11ab 6498 fi
81ecdfbb
RW
6499 if ac_fn_c_try_link "$LINENO"; then :
6500 ac_cv_search_zlibVersion=$ac_res
233a11ab 6501fi
81ecdfbb
RW
6502rm -f core conftest.err conftest.$ac_objext \
6503 conftest$ac_exeext
6504 if test "${ac_cv_search_zlibVersion+set}" = set; then :
6505 break
233a11ab 6506fi
81ecdfbb
RW
6507done
6508if test "${ac_cv_search_zlibVersion+set}" = set; then :
233a11ab 6509
233a11ab 6510else
81ecdfbb 6511 ac_cv_search_zlibVersion=no
233a11ab 6512fi
81ecdfbb
RW
6513rm conftest.$ac_ext
6514LIBS=$ac_func_search_save_LIBS
233a11ab 6515fi
81ecdfbb
RW
6516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
6517$as_echo "$ac_cv_search_zlibVersion" >&6; }
6518ac_res=$ac_cv_search_zlibVersion
6519if test "$ac_res" != no; then :
6520 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6521 for ac_header in zlib.h
6522do :
6523 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
6524if test "x$ac_cv_header_zlib_h" = x""yes; then :
233a11ab 6525 cat >>confdefs.h <<_ACEOF
81ecdfbb 6526#define HAVE_ZLIB_H 1
233a11ab
CS
6527_ACEOF
6528
6529fi
6530
6531done
6532
6533fi
6534
b040ad30
JB
6535 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
6536 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
6537 fi
6538 fi
6539
233a11ab 6540
77f120bf 6541# On HP/UX we may need libxpdl for dlgetmodinfo (used by solib-pa64.c).
81ecdfbb
RW
6542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlgetmodinfo" >&5
6543$as_echo_n "checking for library containing dlgetmodinfo... " >&6; }
6544if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
6545 $as_echo_n "(cached) " >&6
bec39cab
AC
6546else
6547 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6548cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6549/* end confdefs.h. */
c906108c 6550
81ecdfbb
RW
6551/* Override any GCC internal prototype to avoid an error.
6552 Use char because int might match the return type of a GCC
6553 builtin and then its argument prototype would still apply. */
bec39cab
AC
6554#ifdef __cplusplus
6555extern "C"
6556#endif
77f120bf 6557char dlgetmodinfo ();
bec39cab
AC
6558int
6559main ()
6560{
81ecdfbb 6561return dlgetmodinfo ();
bec39cab
AC
6562 ;
6563 return 0;
6564}
6565_ACEOF
81ecdfbb
RW
6566for ac_lib in '' dl xpdl; do
6567 if test -z "$ac_lib"; then
6568 ac_res="none required"
6569 else
6570 ac_res=-l$ac_lib
b4e70030 6571 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
6572 fi
6573 if ac_fn_c_try_link "$LINENO"; then :
6574 ac_cv_search_dlgetmodinfo=$ac_res
6575fi
6576rm -f core conftest.err conftest.$ac_objext \
6577 conftest$ac_exeext
6578 if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
6579 break
6580fi
6581done
6582if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
b4e70030 6583
4e8d927d 6584else
81ecdfbb 6585 ac_cv_search_dlgetmodinfo=no
1ba607ad 6586fi
81ecdfbb 6587rm conftest.$ac_ext
bec39cab
AC
6588LIBS=$ac_func_search_save_LIBS
6589fi
81ecdfbb
RW
6590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlgetmodinfo" >&5
6591$as_echo "$ac_cv_search_dlgetmodinfo" >&6; }
6592ac_res=$ac_cv_search_dlgetmodinfo
6593if test "$ac_res" != no; then :
6594 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
c906108c 6595
8bb2c122 6596fi
8bb2c122 6597
8bb2c122 6598
77f120bf 6599
77f120bf 6600
6c7a06a3 6601
81ecdfbb
RW
6602# Check whether --with-libiconv-prefix was given.
6603if test "${with_libiconv_prefix+set}" = set; then :
6604 withval=$with_libiconv_prefix;
6c7a06a3 6605 for dir in `echo "$withval" | tr : ' '`; do
94ae1714
TT
6606 if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi
6607 if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi
6c7a06a3
TT
6608 done
6609
81ecdfbb
RW
6610fi
6611
6c7a06a3 6612
f18c4681 6613 BUILD_LIBICONV_LIBDIRS="../libiconv/lib/.libs ../libiconv/lib/_libs"
6c7a06a3
TT
6614 BUILD_LIBICONV_INCLUDE="-I../libiconv/include"
6615
81ecdfbb
RW
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
6617$as_echo_n "checking for iconv... " >&6; }
6618if test "${am_cv_func_iconv+set}" = set; then :
6619 $as_echo_n "(cached) " >&6
d542061a 6620else
6c7a06a3
TT
6621
6622 am_cv_func_iconv="no, consider installing GNU libiconv"
6623 am_cv_lib_iconv=no
6624 am_cv_use_build_libiconv=no
f0f20949 6625 am_cv_build_libiconv_path=
4edb1e84
JB
6626
6627 # If libiconv is part of the build tree, then try using it over
6628 # any system iconv.
6629 if test -d ../libiconv; then
f18c4681
JB
6630 for lib_dir in $BUILD_LIBICONV_LIBDIRS; do
6631 am_save_LIBS="$LIBS"
6632 am_save_CPPFLAGS="$CPPFLAGS"
6633 LIBS="$LIBS $lib_dir/libiconv.a"
6634 CPPFLAGS="$CPPFLAGS $BUILD_LIBICONV_INCLUDE"
6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 6636/* end confdefs.h. */
6c7a06a3
TT
6637#include <stdlib.h>
6638#include <iconv.h>
d542061a
UW
6639int
6640main ()
6641{
6c7a06a3 6642iconv_t cd = iconv_open("","");
f18c4681
JB
6643 iconv(cd,NULL,NULL,NULL,NULL);
6644 iconv_close(cd);
d542061a
UW
6645 ;
6646 return 0;
6647}
6648_ACEOF
81ecdfbb 6649if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 6650 am_cv_use_build_libiconv=yes
f0f20949 6651 am_cv_build_libiconv_path=$lib_dir/libiconv.a
f18c4681
JB
6652 am_cv_lib_iconv=yes
6653 am_cv_func_iconv=yes
d542061a 6654fi
81ecdfbb
RW
6655rm -f core conftest.err conftest.$ac_objext \
6656 conftest$ac_exeext conftest.$ac_ext
f18c4681
JB
6657 LIBS="$am_save_LIBS"
6658 CPPFLAGS="$am_save_CPPFLAGS"
6659 if test "$am_cv_use_build_libiconv" = "yes"; then
f18c4681
JB
6660 break
6661 fi
6662 done
4edb1e84 6663 fi
94ae1714 6664
4edb1e84 6665 # Next, try to find iconv in libc.
6c7a06a3 6666 if test "$am_cv_func_iconv" != yes; then
81ecdfbb 6667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 6668/* end confdefs.h. */
6c7a06a3
TT
6669#include <stdlib.h>
6670#include <iconv.h>
d542061a
UW
6671int
6672main ()
6673{
6c7a06a3
TT
6674iconv_t cd = iconv_open("","");
6675 iconv(cd,NULL,NULL,NULL,NULL);
6676 iconv_close(cd);
d542061a
UW
6677 ;
6678 return 0;
6679}
6680_ACEOF
81ecdfbb 6681if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 6682 am_cv_func_iconv=yes
d542061a 6683fi
81ecdfbb
RW
6684rm -f core conftest.err conftest.$ac_objext \
6685 conftest$ac_exeext conftest.$ac_ext
77f120bf 6686 fi
94ae1714 6687
4edb1e84
JB
6688 # If iconv was not in libc, try -liconv. In this case, arrange to
6689 # look in the libiconv prefix, if it was specified by the user.
6690 if test "$am_cv_func_iconv" != yes; then
6c7a06a3 6691 am_save_CPPFLAGS="$CPPFLAGS"
4edb1e84
JB
6692 am_save_LIBS="$LIBS"
6693 if test -n "$LIBICONV_INCLUDE"; then
6694 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
6695 LIBS="$LIBS $LIBICONV_LIBDIR"
6696 fi
6697 LIBS="$LIBS -liconv"
81ecdfbb 6698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 6699/* end confdefs.h. */
6c7a06a3
TT
6700#include <stdlib.h>
6701#include <iconv.h>
bec39cab
AC
6702int
6703main ()
6704{
6c7a06a3
TT
6705iconv_t cd = iconv_open("","");
6706 iconv(cd,NULL,NULL,NULL,NULL);
6707 iconv_close(cd);
bec39cab
AC
6708 ;
6709 return 0;
6710}
6711_ACEOF
81ecdfbb 6712if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 6713 am_cv_lib_iconv=yes
6c7a06a3 6714 am_cv_func_iconv=yes
627af7ea 6715fi
81ecdfbb
RW
6716rm -f core conftest.err conftest.$ac_objext \
6717 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 6718 LIBS="$am_save_LIBS"
fc3b640d 6719 CPPFLAGS="$am_save_CPPFLAGS"
6c7a06a3
TT
6720 fi
6721
6722fi
81ecdfbb
RW
6723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
6724$as_echo "$am_cv_func_iconv" >&6; }
94ae1714
TT
6725
6726 # Set the various flags based on the cache variables. We can't rely
6727 # on the flags to remain set from the above code, due to caching.
fc3b640d
TT
6728 LIBICONV=
6729 if test "$am_cv_lib_iconv" = yes; then
6730 LIBICONV="-liconv"
94ae1714
TT
6731 else
6732 LIBICONV_LIBDIR=
6733 LIBICONV_INCLUDE=
fc3b640d
TT
6734 fi
6735 if test "$am_cv_use_build_libiconv" = yes; then
f0f20949 6736 LIBICONV="$am_cv_build_libiconv_path"
f18c4681 6737 LIBICONV_LIBDIR=""
fc3b640d
TT
6738 LIBICONV_INCLUDE="$BUILD_LIBICONV_INCLUDE"
6739 fi
6740 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
6741 LIBS="$LIBS $LIBICONV_LIBDIR $LIBICONV"
94ae1714 6742
6c7a06a3
TT
6743 if test "$am_cv_func_iconv" = yes; then
6744
81ecdfbb 6745$as_echo "#define HAVE_ICONV 1" >>confdefs.h
6c7a06a3 6746
81ecdfbb
RW
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
6748$as_echo_n "checking for iconv declaration... " >&6; }
6749 if test "${am_cv_proto_iconv+set}" = set; then :
6750 $as_echo_n "(cached) " >&6
6c7a06a3
TT
6751else
6752
81ecdfbb 6753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
6754/* end confdefs.h. */
6755
6c7a06a3
TT
6756#include <stdlib.h>
6757#include <iconv.h>
6758extern
b4e70030 6759#ifdef __cplusplus
6c7a06a3 6760"C"
b4e70030 6761#endif
6c7a06a3
TT
6762#if defined(__STDC__) || defined(__cplusplus)
6763size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
6764#else
6765size_t iconv();
6766#endif
6767
b4e70030
JB
6768int
6769main ()
6770{
6c7a06a3 6771
b4e70030
JB
6772 ;
6773 return 0;
6774}
6775_ACEOF
81ecdfbb 6776if ac_fn_c_try_compile "$LINENO"; then :
6c7a06a3 6777 am_cv_proto_iconv_arg1=""
4e8d927d 6778else
81ecdfbb 6779 am_cv_proto_iconv_arg1="const"
b4e70030 6780fi
81ecdfbb 6781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6c7a06a3
TT
6782 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);"
6783fi
6784
6785 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6c7a06a3 6787 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
6788$as_echo "${ac_t:-
6789 }$am_cv_proto_iconv" >&6; }
6c7a06a3
TT
6790
6791cat >>confdefs.h <<_ACEOF
6792#define ICONV_CONST $am_cv_proto_iconv_arg1
6793_ACEOF
6794
6795 fi
6c7a06a3
TT
6796
6797
478aac75
DE
6798# GDB may fork/exec the iconv program to get the list of supported character
6799# sets. Allow the user to specify where to find it.
6800# There are several factors affecting the choice of option name:
6801# - There is already --with-libiconv-prefix but we can't use it, it specifies
6802# the build-time location of libiconv files.
6803# - The program we need to find is iconv, which comes with glibc. The user
6804# doesn't necessarily have libiconv installed. Therefore naming this
6805# --with-libiconv-foo feels wrong.
6806# - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
6807# defined to work on directories not files (though it really doesn't know
6808# the difference).
6809# - Calling this --with-iconv-prefix is perceived to cause too much confusion
6810# with --with-libiconv-prefix.
6811# Putting these together is why the option name is --with-iconv-bin.
6812
6813
6814# Check whether --with-iconv-bin was given.
6815if test "${with_iconv_bin+set}" = set; then :
6816 withval=$with_iconv_bin; iconv_bin="${withval}"
6817
6818cat >>confdefs.h <<_ACEOF
6819#define ICONV_BIN "${iconv_bin}"
6820_ACEOF
6821
6822
6823 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6824 if test "x$prefix" = xNONE; then
6825 test_prefix=/usr/local
6826 else
6827 test_prefix=$prefix
6828 fi
6829 else
6830 test_prefix=$exec_prefix
6831 fi
6832 value=0
6833 case ${iconv_bin} in
6834 "${test_prefix}"|"${test_prefix}/"*|\
6835 '${exec_prefix}'|'${exec_prefix}/'*)
6836 value=1
6837 ;;
6838 esac
6839
6840cat >>confdefs.h <<_ACEOF
6841#define ICONV_BIN_RELOCATABLE $value
6842_ACEOF
6843
6844
6845
6846fi
6847
6848
6c7a06a3
TT
6849# On alpha-osf, it appears that libtermcap and libcurses are not compatible.
6850# There is a very specific comment in /usr/include/curses.h explaining that
6851# termcap routines built into libcurses must not be used.
6852#
6853# The symptoms we observed so far is GDB unexpectedly changing
6854# the terminal settings when tgetent is called - this is particularly
6855# visible as the output is missing carriage returns, and so rapidly
6856# becomes very hard to read.
6857#
6858# The readline configure script has already decided that libtermcap
6859# was enough for its purposes, and so decided to build readline using
6860# libtermcap. Since the TUI mode requires curses, building GDB with
6861# TUI enabled results in both libraries to be used at the same time,
6862# which is not allowed. This basically means that GDB with TUI is
6863# broken on alpha-osf.
6864
6865case $host_os in
6bcc772d
RO
6866 osf* )
6867 if test x"$enable_tui" = xyes; then
81ecdfbb 6868 as_fn_error "Building GDB with TUI mode is not supported on this host" "$LINENO" 5
6c7a06a3 6869 fi
6bcc772d 6870 if test x"$enable_tui" = xauto; then
6c7a06a3
TT
6871 enable_tui=no
6872 fi
6873 ;;
6874esac
6875
cb01cfba 6876# For the TUI, we need enhanced curses functionality.
bd8a8e1b 6877if test x"$enable_tui" != xno; then
cb01cfba
JB
6878 prefer_curses=yes
6879fi
6880
6881curses_found=no
6882if test x"$prefer_curses" = xyes; then
6883 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
6884 # curses library because the latter might not provide all the
6885 # functionality we need. However, this leads to problems on systems
6886 # where the linker searches /usr/local/lib, but the compiler doesn't
6887 # search /usr/local/include, if ncurses is installed in /usr/local. A
6888 # default installation of ncurses on alpha*-dec-osf* will lead to such
6889 # a situation.
81ecdfbb
RW
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
6891$as_echo_n "checking for library containing waddstr... " >&6; }
6892if test "${ac_cv_search_waddstr+set}" = set; then :
6893 $as_echo_n "(cached) " >&6
6c7a06a3
TT
6894else
6895 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6896cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
6897/* end confdefs.h. */
6898
81ecdfbb
RW
6899/* Override any GCC internal prototype to avoid an error.
6900 Use char because int might match the return type of a GCC
6901 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
6902#ifdef __cplusplus
6903extern "C"
6904#endif
6c7a06a3
TT
6905char waddstr ();
6906int
6907main ()
6908{
81ecdfbb 6909return waddstr ();
6c7a06a3
TT
6910 ;
6911 return 0;
6912}
6913_ACEOF
81ecdfbb
RW
6914for ac_lib in '' ncurses cursesX curses; do
6915 if test -z "$ac_lib"; then
6916 ac_res="none required"
6917 else
6918 ac_res=-l$ac_lib
6919 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6920 fi
6921 if ac_fn_c_try_link "$LINENO"; then :
6922 ac_cv_search_waddstr=$ac_res
6923fi
6924rm -f core conftest.err conftest.$ac_objext \
6925 conftest$ac_exeext
6926 if test "${ac_cv_search_waddstr+set}" = set; then :
6927 break
6928fi
6929done
6930if test "${ac_cv_search_waddstr+set}" = set; then :
6931
6c7a06a3 6932else
81ecdfbb
RW
6933 ac_cv_search_waddstr=no
6934fi
6935rm conftest.$ac_ext
6936LIBS=$ac_func_search_save_LIBS
6937fi
6938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
6939$as_echo "$ac_cv_search_waddstr" >&6; }
6940ac_res=$ac_cv_search_waddstr
6941if test "$ac_res" != no; then :
6942 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3
TT
6943
6944fi
6945
6946
cb01cfba
JB
6947 if test "$ac_cv_search_waddstr" != no; then
6948 curses_found=yes
6949 fi
6950fi
6951
6952# Check whether we should enable the TUI, but only do so if we really
6953# can.
6954if test x"$enable_tui" != xno; then
6955 if test -d $srcdir/tui; then
6956 if test "$curses_found" != no; then
6c7a06a3
TT
6957 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
6958 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
6959 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
6960 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
6c7a06a3
TT
6961 else
6962 if test x"$enable_tui" = xyes; then
81ecdfbb 6963 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
6c7a06a3 6964 else
81ecdfbb
RW
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
6966$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6c7a06a3
TT
6967 fi
6968 fi
6969 fi
6970fi
6971
6972# Since GDB uses Readline, we need termcap functionality. In many
6973# cases this will be provided by the curses library, but some systems
6974# have a seperate termcap library, or no curses library at all.
6975
6976case $host_os in
6977 cygwin*)
6978 if test -d $srcdir/libtermcap; then
6979 LIBS="../libtermcap/libtermcap.a $LIBS"
6980 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
6981 fi ;;
6982 go32* | *djgpp*)
6983 ac_cv_search_tgetent="none required"
6984 ;;
6985 *mingw32*)
6986 ac_cv_search_tgetent="none required"
6987 CONFIG_OBS="$CONFIG_OBS windows-termcap.o"
6988 ;;
6989esac
6990
6991# These are the libraries checked by Readline.
81ecdfbb
RW
6992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
6993$as_echo_n "checking for library containing tgetent... " >&6; }
6994if test "${ac_cv_search_tgetent+set}" = set; then :
6995 $as_echo_n "(cached) " >&6
6c7a06a3
TT
6996else
6997 ac_func_search_save_LIBS=$LIBS
81ecdfbb 6998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
6999/* end confdefs.h. */
7000
81ecdfbb
RW
7001/* Override any GCC internal prototype to avoid an error.
7002 Use char because int might match the return type of a GCC
7003 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
7004#ifdef __cplusplus
7005extern "C"
7006#endif
6c7a06a3
TT
7007char tgetent ();
7008int
7009main ()
7010{
81ecdfbb 7011return tgetent ();
6c7a06a3
TT
7012 ;
7013 return 0;
7014}
7015_ACEOF
81ecdfbb
RW
7016for ac_lib in '' termcap tinfo curses ncurses; do
7017 if test -z "$ac_lib"; then
7018 ac_res="none required"
7019 else
7020 ac_res=-l$ac_lib
6c7a06a3 7021 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
7022 fi
7023 if ac_fn_c_try_link "$LINENO"; then :
7024 ac_cv_search_tgetent=$ac_res
7025fi
7026rm -f core conftest.err conftest.$ac_objext \
7027 conftest$ac_exeext
7028 if test "${ac_cv_search_tgetent+set}" = set; then :
7029 break
7030fi
7031done
7032if test "${ac_cv_search_tgetent+set}" = set; then :
6c7a06a3 7033
6c7a06a3 7034else
81ecdfbb 7035 ac_cv_search_tgetent=no
6c7a06a3 7036fi
81ecdfbb 7037rm conftest.$ac_ext
6c7a06a3
TT
7038LIBS=$ac_func_search_save_LIBS
7039fi
81ecdfbb
RW
7040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
7041$as_echo "$ac_cv_search_tgetent" >&6; }
7042ac_res=$ac_cv_search_tgetent
7043if test "$ac_res" != no; then :
7044 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3 7045
06825bd1
MK
7046fi
7047
06825bd1 7048
bec39cab 7049if test "$ac_cv_search_tgetent" = no; then
81ecdfbb 7050 as_fn_error "no termcap library found" "$LINENO" 5
8ee53726
MK
7051fi
7052
3841debe 7053
81ecdfbb
RW
7054# Check whether --with-system-readline was given.
7055if test "${with_system_readline+set}" = set; then :
7056 withval=$with_system_readline;
7057fi
6a30b0a5 7058
6a30b0a5
AS
7059
7060if test "$with_system_readline" = yes; then
7061 READLINE=-lreadline
7062 READLINE_DEPS=
7063 READLINE_CFLAGS=
39037522 7064 READLINE_TEXI_INCFLAG=
6a30b0a5
AS
7065else
7066 READLINE='$(READLINE_DIR)/libreadline.a'
7067 READLINE_DEPS='$(READLINE)'
7068 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
39037522 7069 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
6a30b0a5
AS
7070fi
7071
7072
7073
7074
7075
f997c383
SD
7076# Generate jit-reader.h
7077
7078# This is typedeffed to GDB_CORE_ADDR in jit-reader.h
7079TARGET_PTR=
7080
7081# The cast to long int works around a bug in the HP C Compiler
7082# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7083# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7084# This bug is HP SR number 8606223364.
7085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
7086$as_echo_n "checking size of unsigned long long... " >&6; }
7087if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
7088 $as_echo_n "(cached) " >&6
7089else
7090 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
7091
7092else
7093 if test "$ac_cv_type_unsigned_long_long" = yes; then
7094 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7095$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7096{ as_fn_set_status 77
7097as_fn_error "cannot compute sizeof (unsigned long long)
7098See \`config.log' for more details." "$LINENO" 5; }; }
7099 else
7100 ac_cv_sizeof_unsigned_long_long=0
7101 fi
7102fi
7103
7104fi
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
7106$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
7107
7108
7109
7110cat >>confdefs.h <<_ACEOF
7111#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
7112_ACEOF
7113
7114
7115# The cast to long int works around a bug in the HP C Compiler
7116# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7117# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7118# This bug is HP SR number 8606223364.
7119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
7120$as_echo_n "checking size of unsigned long... " >&6; }
7121if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
7122 $as_echo_n "(cached) " >&6
7123else
7124 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
7125
7126else
7127 if test "$ac_cv_type_unsigned_long" = yes; then
7128 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7129$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7130{ as_fn_set_status 77
7131as_fn_error "cannot compute sizeof (unsigned long)
7132See \`config.log' for more details." "$LINENO" 5; }; }
7133 else
7134 ac_cv_sizeof_unsigned_long=0
7135 fi
7136fi
7137
7138fi
7139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
7140$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
7141
7142
7143
7144cat >>confdefs.h <<_ACEOF
7145#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7146_ACEOF
7147
7148
7149# The cast to long int works around a bug in the HP C Compiler
7150# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7151# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7152# This bug is HP SR number 8606223364.
7153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
7154$as_echo_n "checking size of unsigned __int128... " >&6; }
7155if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
7156 $as_echo_n "(cached) " >&6
7157else
7158 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
7159
7160else
7161 if test "$ac_cv_type_unsigned___int128" = yes; then
7162 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7163$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7164{ as_fn_set_status 77
7165as_fn_error "cannot compute sizeof (unsigned __int128)
7166See \`config.log' for more details." "$LINENO" 5; }; }
7167 else
7168 ac_cv_sizeof_unsigned___int128=0
7169 fi
7170fi
7171
7172fi
7173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
7174$as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
7175
7176
7177
7178cat >>confdefs.h <<_ACEOF
7179#define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
7180_ACEOF
7181
7182
7183
7184if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
7185 TARGET_PTR="unsigned long"
7186elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
7187 TARGET_PTR="unsigned long long"
7188elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
7189 TARGET_PTR="unsigned __int128"
7190else
7191 TARGET_PTR="unsigned long"
7192fi
7193
7194
7195ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
7196
7197
a2d08b9e
SD
7198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7199$as_echo_n "checking for library containing dlopen... " >&6; }
7200if test "${ac_cv_search_dlopen+set}" = set; then :
7201 $as_echo_n "(cached) " >&6
7202else
7203 ac_func_search_save_LIBS=$LIBS
7204cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7205/* end confdefs.h. */
7206
7207/* Override any GCC internal prototype to avoid an error.
7208 Use char because int might match the return type of a GCC
7209 builtin and then its argument prototype would still apply. */
7210#ifdef __cplusplus
7211extern "C"
7212#endif
7213char dlopen ();
7214int
7215main ()
7216{
7217return dlopen ();
7218 ;
7219 return 0;
7220}
7221_ACEOF
7222for ac_lib in '' dl; do
7223 if test -z "$ac_lib"; then
7224 ac_res="none required"
7225 else
7226 ac_res=-l$ac_lib
7227 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7228 fi
7229 if ac_fn_c_try_link "$LINENO"; then :
7230 ac_cv_search_dlopen=$ac_res
7231fi
7232rm -f core conftest.err conftest.$ac_objext \
7233 conftest$ac_exeext
7234 if test "${ac_cv_search_dlopen+set}" = set; then :
7235 break
7236fi
7237done
7238if test "${ac_cv_search_dlopen+set}" = set; then :
7239
7240else
7241 ac_cv_search_dlopen=no
7242fi
7243rm conftest.$ac_ext
7244LIBS=$ac_func_search_save_LIBS
7245fi
7246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7247$as_echo "$ac_cv_search_dlopen" >&6; }
7248ac_res=$ac_cv_search_dlopen
7249if test "$ac_res" != no; then :
7250 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7251
7252fi
7253
7254
39037522 7255
b8e0a31c
SD
7256
7257# Check whether --with-jit-reader-dir was given.
7258if test "${with_jit_reader_dir+set}" = set; then :
7259 withval=$with_jit_reader_dir;
7260 JIT_READER_DIR=$withval
7261else
7262 JIT_READER_DIR=${libdir}/gdb
7263fi
7264
7265
7266 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7267 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7268 ac_define_dir=`eval echo $JIT_READER_DIR`
7269 ac_define_dir=`eval echo $ac_define_dir`
7270
7271cat >>confdefs.h <<_ACEOF
7272#define JIT_READER_DIR "$ac_define_dir"
7273_ACEOF
7274
7275
7276
7277
7278 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7279 if test "x$prefix" = xNONE; then
7280 test_prefix=/usr/local
7281 else
7282 test_prefix=$prefix
7283 fi
7284 else
7285 test_prefix=$exec_prefix
7286 fi
7287 value=0
7288 case ${ac_define_dir} in
7289 "${test_prefix}"|"${test_prefix}/"*|\
7290 '${exec_prefix}'|'${exec_prefix}/'*)
7291 value=1
7292 ;;
7293 esac
7294
7295cat >>confdefs.h <<_ACEOF
7296#define JIT_READER_DIR_RELOCATABLE $value
7297_ACEOF
7298
7299
7300
7301
7302
81ecdfbb
RW
7303# Check whether --with-expat was given.
7304if test "${with_expat+set}" = set; then :
7305 withval=$with_expat;
5c39566f
DJ
7306else
7307 with_expat=auto
81ecdfbb
RW
7308fi
7309
7310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
7311$as_echo_n "checking whether to use expat... " >&6; }
7312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
7313$as_echo "$with_expat" >&6; }
5c39566f
DJ
7314
7315if test "${with_expat}" = no; then
81ecdfbb
RW
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
7317$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
5c39566f
DJ
7318 HAVE_LIBEXPAT=no
7319else
7320
3841debe
DJ
7321 if test "X$prefix" = "XNONE"; then
7322 acl_final_prefix="$ac_default_prefix"
7323 else
7324 acl_final_prefix="$prefix"
7325 fi
7326 if test "X$exec_prefix" = "XNONE"; then
7327 acl_final_exec_prefix='${prefix}'
7328 else
7329 acl_final_exec_prefix="$exec_prefix"
7330 fi
7331 acl_save_prefix="$prefix"
7332 prefix="$acl_final_prefix"
7333 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7334 prefix="$acl_save_prefix"
7335
7336
81ecdfbb
RW
7337# Check whether --with-gnu-ld was given.
7338if test "${with_gnu_ld+set}" = set; then :
7339 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3841debe
DJ
7340else
7341 with_gnu_ld=no
81ecdfbb
RW
7342fi
7343
3841debe
DJ
7344# Prepare PATH_SEPARATOR.
7345# The user is always right.
7346if test "${PATH_SEPARATOR+set}" != set; then
7347 echo "#! /bin/sh" >conf$$.sh
7348 echo "exit 0" >>conf$$.sh
7349 chmod +x conf$$.sh
7350 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7351 PATH_SEPARATOR=';'
7352 else
7353 PATH_SEPARATOR=:
7354 fi
7355 rm -f conf$$.sh
7356fi
7357ac_prog=ld
7358if test "$GCC" = yes; then
7359 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7361$as_echo_n "checking for ld used by GCC... " >&6; }
3841debe
DJ
7362 case $host in
7363 *-*-mingw*)
7364 # gcc leaves a trailing carriage return which upsets mingw
7365 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7366 *)
7367 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7368 esac
7369 case $ac_prog in
7370 # Accept absolute paths.
7371 [\\/]* | [A-Za-z]:[\\/]*)
7372 re_direlt='/[^/][^/]*/\.\./'
7373 # Canonicalize the path of ld
7374 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7375 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7376 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7377 done
7378 test -z "$LD" && LD="$ac_prog"
7379 ;;
7380 "")
7381 # If it fails, then pretend we aren't using GCC.
7382 ac_prog=ld
7383 ;;
7384 *)
7385 # If it is relative, then search for the first ld in PATH.
7386 with_gnu_ld=unknown
7387 ;;
7388 esac
7389elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7391$as_echo_n "checking for GNU ld... " >&6; }
3841debe 7392else
81ecdfbb
RW
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7394$as_echo_n "checking for non-GNU ld... " >&6; }
3841debe 7395fi
81ecdfbb
RW
7396if test "${acl_cv_path_LD+set}" = set; then :
7397 $as_echo_n "(cached) " >&6
3841debe
DJ
7398else
7399 if test -z "$LD"; then
7400 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7401 for ac_dir in $PATH; do
7402 test -z "$ac_dir" && ac_dir=.
7403 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7404 acl_cv_path_LD="$ac_dir/$ac_prog"
7405 # Check to see if the program is GNU ld. I'd rather use --version,
7406 # but apparently some GNU ld's only accept -v.
7407 # Break only if it was the GNU/non-GNU ld that we prefer.
7408 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
7409 test "$with_gnu_ld" != no && break
7410 else
7411 test "$with_gnu_ld" != yes && break
7412 fi
7413 fi
7414 done
7415 IFS="$ac_save_ifs"
7416else
7417 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7418fi
7419fi
7420
7421LD="$acl_cv_path_LD"
7422if test -n "$LD"; then
81ecdfbb
RW
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7424$as_echo "$LD" >&6; }
3841debe 7425else
81ecdfbb
RW
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427$as_echo "no" >&6; }
3841debe 7428fi
81ecdfbb
RW
7429test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7431$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7432if test "${acl_cv_prog_gnu_ld+set}" = set; then :
7433 $as_echo_n "(cached) " >&6
3841debe
DJ
7434else
7435 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7436if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
7437 acl_cv_prog_gnu_ld=yes
7438else
7439 acl_cv_prog_gnu_ld=no
7440fi
7441fi
81ecdfbb
RW
7442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
7443$as_echo "$acl_cv_prog_gnu_ld" >&6; }
3841debe
DJ
7444with_gnu_ld=$acl_cv_prog_gnu_ld
7445
7446
7447
81ecdfbb
RW
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7449$as_echo_n "checking for shared library run path origin... " >&6; }
7450if test "${acl_cv_rpath+set}" = set; then :
7451 $as_echo_n "(cached) " >&6
3841debe
DJ
7452else
7453
7454 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7455 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7456 . ./conftest.sh
7457 rm -f ./conftest.sh
7458 acl_cv_rpath=done
7459
7460fi
81ecdfbb
RW
7461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
7462$as_echo "$acl_cv_rpath" >&6; }
3841debe
DJ
7463 wl="$acl_cv_wl"
7464 libext="$acl_cv_libext"
7465 shlibext="$acl_cv_shlibext"
7466 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
7467 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
7468 hardcode_direct="$acl_cv_hardcode_direct"
7469 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
7470 # Check whether --enable-rpath was given.
7471if test "${enable_rpath+set}" = set; then :
7472 enableval=$enable_rpath; :
3841debe
DJ
7473else
7474 enable_rpath=yes
81ecdfbb
RW
7475fi
7476
3841debe
DJ
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486 use_additional=yes
7487
7488 acl_save_prefix="$prefix"
7489 prefix="$acl_final_prefix"
7490 acl_save_exec_prefix="$exec_prefix"
7491 exec_prefix="$acl_final_exec_prefix"
7492
7493 eval additional_includedir=\"$includedir\"
7494 eval additional_libdir=\"$libdir\"
7495
7496 exec_prefix="$acl_save_exec_prefix"
7497 prefix="$acl_save_prefix"
7498
7499
81ecdfbb
RW
7500# Check whether --with-libexpat-prefix was given.
7501if test "${with_libexpat_prefix+set}" = set; then :
7502 withval=$with_libexpat_prefix;
3841debe
DJ
7503 if test "X$withval" = "Xno"; then
7504 use_additional=no
7505 else
7506 if test "X$withval" = "X"; then
7507
7508 acl_save_prefix="$prefix"
7509 prefix="$acl_final_prefix"
7510 acl_save_exec_prefix="$exec_prefix"
7511 exec_prefix="$acl_final_exec_prefix"
7512
7513 eval additional_includedir=\"$includedir\"
7514 eval additional_libdir=\"$libdir\"
7515
7516 exec_prefix="$acl_save_exec_prefix"
7517 prefix="$acl_save_prefix"
7518
7519 else
7520 additional_includedir="$withval/include"
7521 additional_libdir="$withval/lib"
7522 fi
7523 fi
7524
81ecdfbb
RW
7525fi
7526
3841debe
DJ
7527 LIBEXPAT=
7528 LTLIBEXPAT=
7529 INCEXPAT=
7530 rpathdirs=
7531 ltrpathdirs=
7532 names_already_handled=
7533 names_next_round='expat '
7534 while test -n "$names_next_round"; do
7535 names_this_round="$names_next_round"
7536 names_next_round=
7537 for name in $names_this_round; do
7538 already_handled=
7539 for n in $names_already_handled; do
7540 if test "$n" = "$name"; then
7541 already_handled=yes
7542 break
7543 fi
7544 done
7545 if test -z "$already_handled"; then
7546 names_already_handled="$names_already_handled $name"
7547 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
7548 eval value=\"\$HAVE_LIB$uppername\"
7549 if test -n "$value"; then
7550 if test "$value" = yes; then
7551 eval value=\"\$LIB$uppername\"
7552 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
7553 eval value=\"\$LTLIB$uppername\"
7554 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
7555 else
7556 :
7557 fi
7558 else
7559 found_dir=
7560 found_la=
7561 found_so=
7562 found_a=
7563 if test $use_additional = yes; then
7564 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
7565 found_dir="$additional_libdir"
7566 found_so="$additional_libdir/lib$name.$shlibext"
7567 if test -f "$additional_libdir/lib$name.la"; then
7568 found_la="$additional_libdir/lib$name.la"
7569 fi
7570 else
7571 if test -f "$additional_libdir/lib$name.$libext"; then
7572 found_dir="$additional_libdir"
7573 found_a="$additional_libdir/lib$name.$libext"
7574 if test -f "$additional_libdir/lib$name.la"; then
7575 found_la="$additional_libdir/lib$name.la"
7576 fi
7577 fi
7578 fi
7579 fi
7580 if test "X$found_dir" = "X"; then
7581 for x in $LDFLAGS $LTLIBEXPAT; do
7582
7583 acl_save_prefix="$prefix"
7584 prefix="$acl_final_prefix"
7585 acl_save_exec_prefix="$exec_prefix"
7586 exec_prefix="$acl_final_exec_prefix"
7587 eval x=\"$x\"
7588 exec_prefix="$acl_save_exec_prefix"
7589 prefix="$acl_save_prefix"
7590
7591 case "$x" in
7592 -L*)
7593 dir=`echo "X$x" | sed -e 's/^X-L//'`
7594 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
7595 found_dir="$dir"
7596 found_so="$dir/lib$name.$shlibext"
7597 if test -f "$dir/lib$name.la"; then
7598 found_la="$dir/lib$name.la"
7599 fi
7600 else
7601 if test -f "$dir/lib$name.$libext"; then
7602 found_dir="$dir"
7603 found_a="$dir/lib$name.$libext"
7604 if test -f "$dir/lib$name.la"; then
7605 found_la="$dir/lib$name.la"
7606 fi
7607 fi
7608 fi
7609 ;;
7610 esac
7611 if test "X$found_dir" != "X"; then
7612 break
7613 fi
7614 done
7615 fi
7616 if test "X$found_dir" != "X"; then
7617 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
7618 if test "X$found_so" != "X"; then
7619 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
7620 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7621 else
7622 haveit=
7623 for x in $ltrpathdirs; do
7624 if test "X$x" = "X$found_dir"; then
7625 haveit=yes
7626 break
7627 fi
7628 done
7629 if test -z "$haveit"; then
7630 ltrpathdirs="$ltrpathdirs $found_dir"
7631 fi
7632 if test "$hardcode_direct" = yes; then
7633 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7634 else
7635 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
7636 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7637 haveit=
7638 for x in $rpathdirs; do
7639 if test "X$x" = "X$found_dir"; then
7640 haveit=yes
7641 break
7642 fi
7643 done
7644 if test -z "$haveit"; then
7645 rpathdirs="$rpathdirs $found_dir"
7646 fi
7647 else
7648 haveit=
7649 for x in $LDFLAGS $LIBEXPAT; do
7650
7651 acl_save_prefix="$prefix"
7652 prefix="$acl_final_prefix"
7653 acl_save_exec_prefix="$exec_prefix"
7654 exec_prefix="$acl_final_exec_prefix"
7655 eval x=\"$x\"
7656 exec_prefix="$acl_save_exec_prefix"
7657 prefix="$acl_save_prefix"
7658
7659 if test "X$x" = "X-L$found_dir"; then
7660 haveit=yes
7661 break
7662 fi
7663 done
7664 if test -z "$haveit"; then
7665 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
7666 fi
7667 if test "$hardcode_minus_L" != no; then
7668 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7669 else
7670 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
7671 fi
7672 fi
7673 fi
7674 fi
7675 else
7676 if test "X$found_a" != "X"; then
7677 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
7678 else
7679 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
7680 fi
7681 fi
7682 additional_includedir=
7683 case "$found_dir" in
7684 */lib | */lib/)
7685 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
7686 additional_includedir="$basedir/include"
7687 ;;
7688 esac
7689 if test "X$additional_includedir" != "X"; then
7690 if test "X$additional_includedir" != "X/usr/include"; then
7691 haveit=
7692 if test "X$additional_includedir" = "X/usr/local/include"; then
7693 if test -n "$GCC"; then
7694 case $host_os in
7695 linux*) haveit=yes;;
7696 esac
7697 fi
7698 fi
7699 if test -z "$haveit"; then
7700 for x in $CPPFLAGS $INCEXPAT; do
7701
7702 acl_save_prefix="$prefix"
7703 prefix="$acl_final_prefix"
7704 acl_save_exec_prefix="$exec_prefix"
7705 exec_prefix="$acl_final_exec_prefix"
7706 eval x=\"$x\"
7707 exec_prefix="$acl_save_exec_prefix"
7708 prefix="$acl_save_prefix"
7709
7710 if test "X$x" = "X-I$additional_includedir"; then
7711 haveit=yes
7712 break
7713 fi
7714 done
7715 if test -z "$haveit"; then
7716 if test -d "$additional_includedir"; then
7717 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
7718 fi
7719 fi
7720 fi
7721 fi
7722 fi
7723 if test -n "$found_la"; then
7724 save_libdir="$libdir"
7725 case "$found_la" in
7726 */* | *\\*) . "$found_la" ;;
7727 *) . "./$found_la" ;;
7728 esac
7729 libdir="$save_libdir"
7730 for dep in $dependency_libs; do
7731 case "$dep" in
7732 -L*)
7733 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
7734 if test "X$additional_libdir" != "X/usr/lib"; then
7735 haveit=
7736 if test "X$additional_libdir" = "X/usr/local/lib"; then
7737 if test -n "$GCC"; then
7738 case $host_os in
7739 linux*) haveit=yes;;
7740 esac
7741 fi
7742 fi
7743 if test -z "$haveit"; then
7744 haveit=
7745 for x in $LDFLAGS $LIBEXPAT; do
7746
7747 acl_save_prefix="$prefix"
7748 prefix="$acl_final_prefix"
7749 acl_save_exec_prefix="$exec_prefix"
7750 exec_prefix="$acl_final_exec_prefix"
7751 eval x=\"$x\"
7752 exec_prefix="$acl_save_exec_prefix"
7753 prefix="$acl_save_prefix"
7754
7755 if test "X$x" = "X-L$additional_libdir"; then
7756 haveit=yes
7757 break
7758 fi
7759 done
7760 if test -z "$haveit"; then
7761 if test -d "$additional_libdir"; then
7762 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
7763 fi
7764 fi
7765 haveit=
7766 for x in $LDFLAGS $LTLIBEXPAT; do
7767
7768 acl_save_prefix="$prefix"
7769 prefix="$acl_final_prefix"
7770 acl_save_exec_prefix="$exec_prefix"
7771 exec_prefix="$acl_final_exec_prefix"
7772 eval x=\"$x\"
7773 exec_prefix="$acl_save_exec_prefix"
7774 prefix="$acl_save_prefix"
7775
7776 if test "X$x" = "X-L$additional_libdir"; then
7777 haveit=yes
7778 break
7779 fi
7780 done
7781 if test -z "$haveit"; then
7782 if test -d "$additional_libdir"; then
7783 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
7784 fi
7785 fi
7786 fi
7787 fi
7788 ;;
7789 -R*)
7790 dir=`echo "X$dep" | sed -e 's/^X-R//'`
7791 if test "$enable_rpath" != no; then
7792 haveit=
7793 for x in $rpathdirs; do
7794 if test "X$x" = "X$dir"; then
7795 haveit=yes
7796 break
7797 fi
7798 done
7799 if test -z "$haveit"; then
7800 rpathdirs="$rpathdirs $dir"
7801 fi
7802 haveit=
7803 for x in $ltrpathdirs; do
7804 if test "X$x" = "X$dir"; then
7805 haveit=yes
7806 break
7807 fi
7808 done
7809 if test -z "$haveit"; then
7810 ltrpathdirs="$ltrpathdirs $dir"
7811 fi
7812 fi
7813 ;;
7814 -l*)
7815 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
7816 ;;
7817 *.la)
7818 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
7819 ;;
7820 *)
7821 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
7822 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
7823 ;;
81ecdfbb
RW
7824 esac
7825 done
7826 fi
7827 else
7828 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
7829 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
7830 fi
7831 fi
7832 fi
7833 done
7834 done
7835 if test "X$rpathdirs" != "X"; then
7836 if test -n "$hardcode_libdir_separator"; then
7837 alldirs=
7838 for found_dir in $rpathdirs; do
7839 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
7840 done
7841 acl_save_libdir="$libdir"
7842 libdir="$alldirs"
7843 eval flag=\"$hardcode_libdir_flag_spec\"
7844 libdir="$acl_save_libdir"
7845 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
7846 else
7847 for found_dir in $rpathdirs; do
7848 acl_save_libdir="$libdir"
7849 libdir="$found_dir"
7850 eval flag=\"$hardcode_libdir_flag_spec\"
7851 libdir="$acl_save_libdir"
7852 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
7853 done
7854 fi
7855 fi
7856 if test "X$ltrpathdirs" != "X"; then
7857 for found_dir in $ltrpathdirs; do
7858 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
7859 done
7860 fi
a9322a30
TT
7861
7862
81ecdfbb 7863 ac_save_CPPFLAGS="$CPPFLAGS"
a9322a30 7864
81ecdfbb
RW
7865 for element in $INCEXPAT; do
7866 haveit=
7867 for x in $CPPFLAGS; do
a9322a30 7868
81ecdfbb
RW
7869 acl_save_prefix="$prefix"
7870 prefix="$acl_final_prefix"
7871 acl_save_exec_prefix="$exec_prefix"
7872 exec_prefix="$acl_final_exec_prefix"
7873 eval x=\"$x\"
7874 exec_prefix="$acl_save_exec_prefix"
7875 prefix="$acl_save_prefix"
a8111142 7876
81ecdfbb
RW
7877 if test "X$x" = "X$element"; then
7878 haveit=yes
7879 break
7880 fi
7881 done
7882 if test -z "$haveit"; then
7883 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
7884 fi
7885 done
a9322a30
TT
7886
7887
81ecdfbb
RW
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
7889$as_echo_n "checking for libexpat... " >&6; }
7890if test "${ac_cv_libexpat+set}" = set; then :
7891 $as_echo_n "(cached) " >&6
bec39cab 7892else
bec39cab 7893
81ecdfbb
RW
7894 ac_save_LIBS="$LIBS"
7895 LIBS="$LIBS $LIBEXPAT"
7896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 7897/* end confdefs.h. */
81ecdfbb
RW
7898#include "expat.h"
7899int
7900main ()
7901{
7902XML_Parser p = XML_ParserCreate (0);
7903 ;
7904 return 0;
7905}
bec39cab 7906_ACEOF
81ecdfbb
RW
7907if ac_fn_c_try_link "$LINENO"; then :
7908 ac_cv_libexpat=yes
c906108c 7909else
81ecdfbb 7910 ac_cv_libexpat=no
bec39cab 7911fi
81ecdfbb
RW
7912rm -f core conftest.err conftest.$ac_objext \
7913 conftest$ac_exeext conftest.$ac_ext
7914 LIBS="$ac_save_LIBS"
c906108c 7915
95ca63c4 7916fi
81ecdfbb
RW
7917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
7918$as_echo "$ac_cv_libexpat" >&6; }
7919 if test "$ac_cv_libexpat" = yes; then
7920 HAVE_LIBEXPAT=yes
bec39cab 7921
81ecdfbb 7922$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
bec39cab 7923
81ecdfbb
RW
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
7925$as_echo_n "checking how to link with libexpat... " >&6; }
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
7927$as_echo "$LIBEXPAT" >&6; }
7928 else
7929 HAVE_LIBEXPAT=no
7930 CPPFLAGS="$ac_save_CPPFLAGS"
7931 LIBEXPAT=
7932 LTLIBEXPAT=
7933 fi
95ca63c4
CF
7934
7935
7936
7cb9022a
MK
7937
7938
bec39cab 7939
81ecdfbb
RW
7940 if test "$HAVE_LIBEXPAT" != yes; then
7941 if test "$with_expat" = yes; then
7942 as_fn_error "expat is missing or unusable" "$LINENO" 5
7943 else
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
7945$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
7946 fi
7947 else
7948 save_LIBS=$LIBS
7949 LIBS="$LIBS $LIBEXPAT"
7950 for ac_func in XML_StopParser
7951do :
7952 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
7953if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
bec39cab 7954 cat >>confdefs.h <<_ACEOF
81ecdfbb 7955#define HAVE_XML_STOPPARSER 1
bec39cab 7956_ACEOF
95ca63c4 7957
bec39cab 7958fi
bec39cab 7959done
95ca63c4 7960
81ecdfbb
RW
7961 LIBS=$save_LIBS
7962 fi
a9322a30
TT
7963fi
7964
a9322a30 7965
a9322a30
TT
7966
7967
ec685c5e 7968
0c4a4063 7969
81ecdfbb
RW
7970# Check whether --with-python was given.
7971if test "${with_python+set}" = set; then :
7972 withval=$with_python;
bec39cab 7973else
81ecdfbb 7974 with_python=auto
bec39cab 7975fi
bec39cab 7976
81ecdfbb
RW
7977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
7978$as_echo_n "checking whether to use python... " >&6; }
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
7980$as_echo "$with_python" >&6; }
9a156167 7981
81ecdfbb
RW
7982if test "${with_python}" = no; then
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
7984$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
7985 have_libpython=no
bec39cab 7986else
81ecdfbb 7987 case "${with_python}" in
8c85a4e2 7988 [\\/]* | ?:[\\/]*)
ec685c5e
DE
7989 if test -d ${with_python}; then
7990 # Assume the python binary is ${with_python}/bin/python.
ec685c5e 7991 python_prog="${with_python}/bin/python"
0c4a4063 7992 python_prefix=
9c4ea6c5
JB
7993 # If python does not exit ${with_python}/bin, then try in
7994 # ${with_python}. On Windows/MinGW, this is where the Python
7995 # executable is.
7996 if test ! -x "${python_prog}"; then
7997 python_prog="${with_python}/python"
7998 python_prefix=
7999 fi
e7a30f46 8000 if test ! -x "${python_prog}"; then
ec685c5e
DE
8001 # Fall back to gdb 7.0/7.1 behaviour.
8002 python_prog=missing
0c4a4063 8003 python_prefix=${with_python}
ec685c5e 8004 fi
e7a30f46 8005 elif test -x "${with_python}"; then
ec685c5e
DE
8006 # While we can't run python compiled for $host (unless host == build),
8007 # the user could write a script that provides the needed information,
8008 # so we support that.
ec685c5e 8009 python_prog=${with_python}
0c4a4063 8010 python_prefix=
ec685c5e
DE
8011 else
8012 as_fn_error "invalid value for --with-python" "$LINENO" 5
8013 fi
81ecdfbb 8014 ;;
ec685c5e
DE
8015 */*)
8016 # Disallow --with-python=foo/bar.
81ecdfbb
RW
8017 as_fn_error "invalid value for --with-python" "$LINENO" 5
8018 ;;
ec685c5e
DE
8019 *)
8020 # The user has either specified auto, yes, or the name of the python
8021 # program assumed to be in $PATH.
8022 python_prefix=
8023 case "${with_python}" in
8024 yes | auto)
8025 if test ${build} = ${host}; then
8026 # Extract the first word of "python", so it can be a program name with args.
8027set dummy python; ac_word=$2
8028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8029$as_echo_n "checking for $ac_word... " >&6; }
8030if test "${ac_cv_path_python_prog_path+set}" = set; then :
8031 $as_echo_n "(cached) " >&6
8032else
8033 case $python_prog_path in
8034 [\\/]* | ?:[\\/]*)
8035 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8036 ;;
8037 *)
8038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8039for as_dir in $PATH
8040do
8041 IFS=$as_save_IFS
8042 test -z "$as_dir" && as_dir=.
8043 for ac_exec_ext in '' $ac_executable_extensions; do
8044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8045 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8047 break 2
8048 fi
8049done
8050 done
8051IFS=$as_save_IFS
8052
8053 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8054 ;;
8055esac
8056fi
8057python_prog_path=$ac_cv_path_python_prog_path
8058if test -n "$python_prog_path"; then
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8060$as_echo "$python_prog_path" >&6; }
8061else
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8063$as_echo "no" >&6; }
8064fi
8065
8066
8067 if test "${python_prog_path}" = missing; then
8068 python_prog=missing
8069 else
8070 python_prog=${python_prog_path}
8071 fi
8072 else
8073 # Not much we can do except assume the cross-compiler will find the
8074 # right files.
8075 python_prog=missing
8076 fi
8077 ;;
8078 *)
8079 # While we can't run python compiled for $host (unless host == build),
8080 # the user could write a script that provides the needed information,
8081 # so we support that.
8082 python_prog="${with_python}"
8083 # Extract the first word of "${python_prog}", so it can be a program name with args.
8084set dummy ${python_prog}; ac_word=$2
8085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8086$as_echo_n "checking for $ac_word... " >&6; }
8087if test "${ac_cv_path_python_prog_path+set}" = set; then :
8088 $as_echo_n "(cached) " >&6
8089else
8090 case $python_prog_path in
8091 [\\/]* | ?:[\\/]*)
8092 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8093 ;;
8094 *)
8095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8096for as_dir in $PATH
8097do
8098 IFS=$as_save_IFS
8099 test -z "$as_dir" && as_dir=.
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8102 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8104 break 2
8105 fi
8106done
8107 done
8108IFS=$as_save_IFS
8109
8110 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8111 ;;
8112esac
8113fi
8114python_prog_path=$ac_cv_path_python_prog_path
8115if test -n "$python_prog_path"; then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8117$as_echo "$python_prog_path" >&6; }
8118else
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8120$as_echo "no" >&6; }
8121fi
8122
8123
8124 if test "${python_prog_path}" = missing; then
8125 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
8126 fi
8127 ;;
8128 esac
81ecdfbb
RW
8129 esac
8130
ec685c5e 8131 if test "${python_prog}" != missing; then
e7a30f46
DE
8132 # We have a python program to use, but it may be too old.
8133 # Don't flag an error for --with-python=auto (the default).
8134 have_python_config=yes
ec685c5e
DE
8135 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
8136 if test $? != 0; then
e7a30f46
DE
8137 have_python_config=failed
8138 if test "${with_python}" != auto; then
8139 as_fn_error "failure running python-config --includes" "$LINENO" 5
8140 fi
ec685c5e
DE
8141 fi
8142 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
8143 if test $? != 0; then
e7a30f46
DE
8144 have_python_config=failed
8145 if test "${with_python}" != auto; then
8146 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
8147 fi
ec685c5e 8148 fi
0c4a4063
DE
8149 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
8150 if test $? != 0; then
e7a30f46
DE
8151 have_python_config=failed
8152 if test "${with_python}" != auto; then
8153 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
8154 fi
0c4a4063 8155 fi
ec685c5e 8156 else
ac534cba
JB
8157 # We do not have a python executable we can use to determine where
8158 # to find the Python headers and libs. We cannot guess the include
8159 # path from the python_prefix either, because that include path
8160 # depends on the Python version. So, there is nothing much we can
8161 # do except assume that the compiler will be able to find those files.
8162 python_includes=
8163 python_libs=
0c4a4063 8164 have_python_config=no
ec685c5e 8165 fi
bec39cab 8166
ec685c5e
DE
8167 # If we have python-config, only try the configuration it provides.
8168 # Otherwise fallback on the old way of trying different versions of
8169 # python in turn.
81ecdfbb 8170
ec685c5e
DE
8171 have_libpython=no
8172 if test "${have_python_config}" = yes; then
c1039e3c
JB
8173 # Determine the Python version by extracting "-lpython<version>"
8174 # part of the python_libs. <version> is usually X.Y with X and Y
8175 # being decimal numbers, but can also be XY (seen on Windows).
8176 #
8177 # The extraction is performed using sed with a regular expression.
8178 # Initially, the regexp used was using the '?' quantifier to make
8179 # the dot in the version number optional. Unfortunately, this
8180 # does not work with non-GNU versions of sed because, because of
8181 # what looks like a limitation (the '?' quantifier does not work
8182 # with back-references). We work around this limitation by using
8183 # the '*' quantifier instead. It means that, in theory, we might
8184 # match unexpected version strings such as "-lpython2..7", but
8185 # this seems unlikely in practice. And even if that happens,
8186 # an error will be triggered later on, when checking that version
8187 # number.
ec685c5e 8188 python_version=`echo " ${python_libs} " \
c1039e3c 8189 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
0c4a4063
DE
8190 case "${python_version}" in
8191 python*)
ec685c5e
DE
8192
8193 version=${python_version}
8194
8195 new_CPPFLAGS=${python_includes}
8196 new_LIBS=${python_libs}
81ecdfbb
RW
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8198$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8199 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8200 save_LIBS=$LIBS
ec685c5e
DE
8201 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8202 LIBS="$LIBS $new_LIBS"
8203 found_usable_python=no
81ecdfbb 8204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8205/* end confdefs.h. */
ac534cba 8206#include "Python.h"
81ecdfbb
RW
8207int
8208main ()
8209{
8210Py_Initialize ();
8211 ;
8212 return 0;
8213}
bec39cab 8214_ACEOF
81ecdfbb 8215if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8216 have_libpython=${version}
8217 found_usable_python=yes
ac534cba
JB
8218 PYTHON_CPPFLAGS=$new_CPPFLAGS
8219 PYTHON_LIBS=$new_LIBS
9a156167 8220fi
81ecdfbb
RW
8221rm -f core conftest.err conftest.$ac_objext \
8222 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8223 CPPFLAGS=$save_CPPFLAGS
8224 LIBS=$save_LIBS
ec685c5e
DE
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8226$as_echo "${found_usable_python}" >&6; }
9a156167 8227
0c4a4063
DE
8228 ;;
8229 *)
ec685c5e 8230 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
0c4a4063
DE
8231 ;;
8232 esac
e7a30f46 8233 elif test "${have_python_config}" != failed; then
ec685c5e 8234 if test "${have_libpython}" = no; then
9a156167 8235
420697bb
TT
8236 version=python2.7
8237
8238 new_CPPFLAGS=${python_includes}
8239 new_LIBS="${python_libs} -lpython2.7"
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8241$as_echo_n "checking for ${version}... " >&6; }
8242 save_CPPFLAGS=$CPPFLAGS
8243 save_LIBS=$LIBS
8244 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8245 LIBS="$LIBS $new_LIBS"
8246 found_usable_python=no
8247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8248/* end confdefs.h. */
ac534cba 8249#include "Python.h"
420697bb
TT
8250int
8251main ()
8252{
8253Py_Initialize ();
8254 ;
8255 return 0;
8256}
8257_ACEOF
8258if ac_fn_c_try_link "$LINENO"; then :
8259 have_libpython=${version}
8260 found_usable_python=yes
ac534cba
JB
8261 PYTHON_CPPFLAGS=$new_CPPFLAGS
8262 PYTHON_LIBS=$new_LIBS
420697bb
TT
8263fi
8264rm -f core conftest.err conftest.$ac_objext \
8265 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8266 CPPFLAGS=$save_CPPFLAGS
8267 LIBS=$save_LIBS
420697bb
TT
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8269$as_echo "${found_usable_python}" >&6; }
8270
8271 fi
8272 if test "${have_libpython}" = no; then
8273
ec685c5e
DE
8274 version=python2.6
8275
8276 new_CPPFLAGS=${python_includes}
8277 new_LIBS="${python_libs} -lpython2.6"
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8279$as_echo_n "checking for ${version}... " >&6; }
8280 save_CPPFLAGS=$CPPFLAGS
8281 save_LIBS=$LIBS
8282 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8283 LIBS="$LIBS $new_LIBS"
8284 found_usable_python=no
8285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8286/* end confdefs.h. */
ac534cba 8287#include "Python.h"
ec685c5e
DE
8288int
8289main ()
8290{
8291Py_Initialize ();
8292 ;
8293 return 0;
8294}
8295_ACEOF
8296if ac_fn_c_try_link "$LINENO"; then :
8297 have_libpython=${version}
8298 found_usable_python=yes
ac534cba
JB
8299 PYTHON_CPPFLAGS=$new_CPPFLAGS
8300 PYTHON_LIBS=$new_LIBS
ec685c5e
DE
8301fi
8302rm -f core conftest.err conftest.$ac_objext \
8303 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8304 CPPFLAGS=$save_CPPFLAGS
8305 LIBS=$save_LIBS
ec685c5e
DE
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8307$as_echo "${found_usable_python}" >&6; }
9a156167 8308
81ecdfbb 8309 fi
ec685c5e 8310 if test ${have_libpython} = no; then
9a156167 8311
81ecdfbb 8312 version=python2.5
9a156167 8313
ec685c5e
DE
8314 new_CPPFLAGS=${python_includes}
8315 new_LIBS="${python_libs} -lpython2.5"
81ecdfbb
RW
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8317$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8318 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8319 save_LIBS=$LIBS
ec685c5e
DE
8320 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8321 LIBS="$LIBS $new_LIBS"
8322 found_usable_python=no
81ecdfbb 8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 8324/* end confdefs.h. */
ac534cba 8325#include "Python.h"
81ecdfbb
RW
8326int
8327main ()
8328{
8329Py_Initialize ();
8330 ;
8331 return 0;
8332}
436868fb 8333_ACEOF
81ecdfbb 8334if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8335 have_libpython=${version}
8336 found_usable_python=yes
ac534cba
JB
8337 PYTHON_CPPFLAGS=$new_CPPFLAGS
8338 PYTHON_LIBS=$new_LIBS
436868fb 8339fi
81ecdfbb
RW
8340rm -f core conftest.err conftest.$ac_objext \
8341 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8342 CPPFLAGS=$save_CPPFLAGS
8343 LIBS=$save_LIBS
ec685c5e
DE
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8345$as_echo "${found_usable_python}" >&6; }
a9322a30 8346
81ecdfbb 8347 fi
ec685c5e 8348 if test ${have_libpython} = no; then
a9322a30 8349
81ecdfbb 8350 version=python2.4
a9322a30 8351
ec685c5e
DE
8352 new_CPPFLAGS=${python_includes}
8353 new_LIBS="${python_libs} -lpython2.4"
81ecdfbb
RW
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8355$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 8356 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 8357 save_LIBS=$LIBS
ec685c5e
DE
8358 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8359 LIBS="$LIBS $new_LIBS"
8360 found_usable_python=no
81ecdfbb 8361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 8362/* end confdefs.h. */
ac534cba 8363#include "Python.h"
a9322a30
TT
8364int
8365main ()
8366{
81ecdfbb 8367Py_Initialize ();
a9322a30
TT
8368 ;
8369 return 0;
8370}
436868fb 8371_ACEOF
81ecdfbb 8372if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
8373 have_libpython=${version}
8374 found_usable_python=yes
ac534cba
JB
8375 PYTHON_CPPFLAGS=$new_CPPFLAGS
8376 PYTHON_LIBS=$new_LIBS
436868fb 8377fi
81ecdfbb
RW
8378rm -f core conftest.err conftest.$ac_objext \
8379 conftest$ac_exeext conftest.$ac_ext
ac534cba
JB
8380 CPPFLAGS=$save_CPPFLAGS
8381 LIBS=$save_LIBS
ec685c5e
DE
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8383$as_echo "${found_usable_python}" >&6; }
81ecdfbb 8384
ec685c5e
DE
8385 fi
8386 fi
9c4ea6c5 8387 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
11763c18
TT
8388
8389$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
8390
9c4ea6c5 8391 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
ec685c5e
DE
8392
8393$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
8394
9c4ea6c5 8395 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
ec685c5e
DE
8396
8397$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
8398
9c4ea6c5 8399 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
81ecdfbb
RW
8400
8401$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
8402
81ecdfbb 8403 fi
ec685c5e
DE
8404
8405 if test "${have_libpython}" = no; then
81ecdfbb
RW
8406 case "${with_python}" in
8407 yes)
8408 as_fn_error "python is missing or unusable" "$LINENO" 5
8409 ;;
8410 auto)
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
8412$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
8413 ;;
8414 *)
8415 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
8416 ;;
8417 esac
0c4a4063
DE
8418 else
8419 if test -n "${python_prefix}"; then
8420
8421cat >>confdefs.h <<_ACEOF
8422#define WITH_PYTHON_PATH "${python_prefix}"
8423_ACEOF
8424
8425
8426 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8427 if test "x$prefix" = xNONE; then
8428 test_prefix=/usr/local
8429 else
8430 test_prefix=$prefix
8431 fi
8432 else
8433 test_prefix=$exec_prefix
8434 fi
8435 value=0
8436 case ${python_prefix} in
8437 "${test_prefix}"|"${test_prefix}/"*|\
8438 '${exec_prefix}'|'${exec_prefix}/'*)
8439 value=1
8440 ;;
8441 esac
8442
8443cat >>confdefs.h <<_ACEOF
8444#define PYTHON_PATH_RELOCATABLE $value
8445_ACEOF
8446
8447
8448 fi
81ecdfbb 8449 fi
436868fb 8450fi
436868fb 8451
ec685c5e 8452if test "${have_libpython}" != no; then
436868fb 8453
81ecdfbb 8454$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
436868fb 8455
81ecdfbb
RW
8456 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
8457 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
8458 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
94f7449c 8459 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
81ecdfbb 8460 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
436868fb 8461
81ecdfbb
RW
8462 # Flags needed to compile Python code (taken from python-config --cflags).
8463 # We cannot call python-config directly because it will output whatever was
8464 # used when compiling the Python interpreter itself, including flags which
8465 # would make the python-related objects be compiled differently from the
8466 # rest of GDB (e.g., -O2 and -fPIC).
8467 if test "${GCC}" = yes; then
8468 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
8469 fi
436868fb 8470
81ecdfbb
RW
8471 if test "x${tentative_python_cflags}" != x; then
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
8473$as_echo_n "checking compiler flags for python code... " >&6; }
8474 for flag in ${tentative_python_cflags}; do
8475 # Check that the compiler accepts it
8476 saved_CFLAGS="$CFLAGS"
8477 CFLAGS="$CFLAGS $flag"
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8479/* end confdefs.h. */
81ecdfbb 8480
a9322a30
TT
8481int
8482main ()
8483{
a9322a30
TT
8484
8485 ;
8486 return 0;
8487}
bec39cab 8488_ACEOF
81ecdfbb
RW
8489if ac_fn_c_try_compile "$LINENO"; then :
8490 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
bec39cab 8491fi
81ecdfbb
RW
8492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8493 CFLAGS="$saved_CFLAGS"
8494 done
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
8496$as_echo "${PYTHON_CFLAGS}" >&6; }
8497 fi
043b6510
JB
8498
8499 # On IRIX, type siginfo is not defined. Instead, sys/siginfo.h provides:
8500 # #if _SGIAPI
8501 # #define siginfo __siginfo
8502 # #endif
8503 # The problem is that including Python causes some XOPEN macros to be
8504 # unilaterally defined, and that in turn causes _SGIAPI to evaluate
8505 # to false. So, we work around this issue by defining siginfo ourself
8506 # though the command-line.
c83393b9
JB
8507 #
8508 # On x64 Windows, Python's include headers, and pyconfig.h in
8509 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
8510 # version of Windows. Unfortunately, MS_WIN64 is only defined if
8511 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
8512 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
8513 # The issue was reported to the Python community, but still isn't
8514 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
8515
043b6510
JB
8516 case "$gdb_host" in
8517 irix*) if test "${GCC}" = yes; then
8518 CPPFLAGS="$CPPFLAGS -Dsiginfo=__siginfo"
8519 fi
8520 ;;
c83393b9
JB
8521 mingw64)
8522 if test "${GCC}" = yes; then
8523 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
8524 fi
8525 ;;
043b6510 8526 esac
a8db4212
YPK
8527
8528 # Note that "python -m threading" cannot be used to check for
8529 # threading support due to a bug in Python 2.7.3
8530 # (http://bugs.python.org/issue15567).
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
8532$as_echo_n "checking whether python supports threads... " >&6; }
8533 saved_CPPFLAGS="${CPPFLAGS}"
8534 CPPFLAGS="${PYTHON_CPPFLAGS}"
8535 # Note that the test is reversed so that python_has_threads=yes on
8536 # unexpected failures.
8537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8538/* end confdefs.h. */
8539
8540#include <Python.h>
8541#ifdef WITH_THREAD
8542# error
8543#endif
8544
8545_ACEOF
8546if ac_fn_c_try_cpp "$LINENO"; then :
8547 python_has_threads=no
8548else
8549 python_has_threads=yes
8550fi
8551rm -f conftest.err conftest.$ac_ext
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
8553$as_echo "${python_has_threads}" >&6; }
8554 CPPFLAGS="${saved_CPPFLAGS}"
81ecdfbb
RW
8555else
8556 # Even if Python support is not compiled in, we need to have these files
88a1906b
DE
8557 # included.
8558 CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o py-auto-load.o"
8559 CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c \
8560 python/py-prettyprint.c python/py-auto-load.c"
a9322a30 8561fi
9a156167 8562
9a156167 8563
ac534cba
JB
8564
8565
a8db4212
YPK
8566# Enable -lmcheck by default (it provides cheap-enough memory mangling),
8567# but turn it off if Python is enabled with threads, since -lmcheck is
8568# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
8569# and for releases.
17ef446e
PA
8570if test \( "${have_libpython}" = "no" -o "${python_has_threads}" = "no" \) \
8571 && $development; then
8572 libmcheck_default=yes
8573else
8574 libmcheck_default=no
a8db4212
YPK
8575fi
8576
17ef446e
PA
8577 # Check whether --enable-libmcheck was given.
8578if test "${enable_libmcheck+set}" = set; then :
8579 enableval=$enable_libmcheck; case "${enableval}" in
8580 yes | y) ENABLE_LIBMCHECK="yes" ;;
8581 no | n) ENABLE_LIBMCHECK="no" ;;
8582 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
8583 esac
8584fi
8585
8586
8587 if test -z "${ENABLE_LIBMCHECK}"; then
8588 ENABLE_LIBMCHECK=${libmcheck_default}
a8db4212 8589 fi
17ef446e
PA
8590
8591 if test "$ENABLE_LIBMCHECK" = "yes" ; then
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
a8db4212
YPK
8593$as_echo_n "checking for main in -lmcheck... " >&6; }
8594if test "${ac_cv_lib_mcheck_main+set}" = set; then :
8595 $as_echo_n "(cached) " >&6
8596else
8597 ac_check_lib_save_LIBS=$LIBS
8598LIBS="-lmcheck $LIBS"
8599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8600/* end confdefs.h. */
8601
8602
8603int
8604main ()
8605{
8606return main ();
8607 ;
8608 return 0;
8609}
8610_ACEOF
8611if ac_fn_c_try_link "$LINENO"; then :
8612 ac_cv_lib_mcheck_main=yes
8613else
8614 ac_cv_lib_mcheck_main=no
8615fi
8616rm -f core conftest.err conftest.$ac_objext \
8617 conftest$ac_exeext conftest.$ac_ext
8618LIBS=$ac_check_lib_save_LIBS
8619fi
8620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
8621$as_echo "$ac_cv_lib_mcheck_main" >&6; }
8622if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
8623 cat >>confdefs.h <<_ACEOF
8624#define HAVE_LIBMCHECK 1
8625_ACEOF
8626
8627 LIBS="-lmcheck $LIBS"
8628
8629fi
8630
17ef446e
PA
8631 fi
8632
8633
8634if test "$ENABLE_LIBMCHECK" = "yes" \
8635 -a "${have_libpython}" != "no" \
8636 -a "${python_has_threads}" = "yes" ; then
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
8638$as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
a8db4212
YPK
8639fi
8640
81ecdfbb
RW
8641# ------------------------- #
8642# Checks for header files. #
8643# ------------------------- #
c890192f 8644
81ecdfbb
RW
8645ac_header_dirent=no
8646for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
8647 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
8648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
8649$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
8650if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
8651 $as_echo_n "(cached) " >&6
bec39cab 8652else
81ecdfbb 8653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8654/* end confdefs.h. */
81ecdfbb
RW
8655#include <sys/types.h>
8656#include <$ac_hdr>
8657
a9322a30
TT
8658int
8659main ()
8660{
81ecdfbb
RW
8661if ((DIR *) 0)
8662return 0;
a9322a30
TT
8663 ;
8664 return 0;
8665}
bec39cab 8666_ACEOF
81ecdfbb
RW
8667if ac_fn_c_try_compile "$LINENO"; then :
8668 eval "$as_ac_Header=yes"
bec39cab 8669else
81ecdfbb 8670 eval "$as_ac_Header=no"
bec39cab 8671fi
81ecdfbb 8672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 8673fi
81ecdfbb
RW
8674eval ac_res=\$$as_ac_Header
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8676$as_echo "$ac_res" >&6; }
8677eval as_val=\$$as_ac_Header
8678 if test "x$as_val" = x""yes; then :
8679 cat >>confdefs.h <<_ACEOF
8680#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
bec39cab 8681_ACEOF
bec39cab 8682
81ecdfbb
RW
8683ac_header_dirent=$ac_hdr; break
8684fi
bec39cab 8685
81ecdfbb
RW
8686done
8687# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
8688if test $ac_header_dirent = dirent.h; then
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
8690$as_echo_n "checking for library containing opendir... " >&6; }
8691if test "${ac_cv_search_opendir+set}" = set; then :
8692 $as_echo_n "(cached) " >&6
c890192f 8693else
81ecdfbb
RW
8694 ac_func_search_save_LIBS=$LIBS
8695cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8696/* end confdefs.h. */
8697
8698/* Override any GCC internal prototype to avoid an error.
8699 Use char because int might match the return type of a GCC
8700 builtin and then its argument prototype would still apply. */
8701#ifdef __cplusplus
8702extern "C"
8703#endif
8704char opendir ();
8705int
8706main ()
8707{
8708return opendir ();
8709 ;
8710 return 0;
8711}
bec39cab 8712_ACEOF
81ecdfbb
RW
8713for ac_lib in '' dir; do
8714 if test -z "$ac_lib"; then
8715 ac_res="none required"
8716 else
8717 ac_res=-l$ac_lib
8718 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8719 fi
8720 if ac_fn_c_try_link "$LINENO"; then :
8721 ac_cv_search_opendir=$ac_res
8722fi
8723rm -f core conftest.err conftest.$ac_objext \
8724 conftest$ac_exeext
8725 if test "${ac_cv_search_opendir+set}" = set; then :
8726 break
8727fi
8728done
8729if test "${ac_cv_search_opendir+set}" = set; then :
c890192f 8730
81ecdfbb
RW
8731else
8732 ac_cv_search_opendir=no
8733fi
8734rm conftest.$ac_ext
8735LIBS=$ac_func_search_save_LIBS
8736fi
8737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
8738$as_echo "$ac_cv_search_opendir" >&6; }
8739ac_res=$ac_cv_search_opendir
8740if test "$ac_res" != no; then :
8741 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
bec39cab 8742
bec39cab 8743fi
81ecdfbb 8744
bec39cab 8745else
81ecdfbb
RW
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
8747$as_echo_n "checking for library containing opendir... " >&6; }
8748if test "${ac_cv_search_opendir+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
8750else
8751 ac_func_search_save_LIBS=$LIBS
8752cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8753/* end confdefs.h. */
81ecdfbb
RW
8754
8755/* Override any GCC internal prototype to avoid an error.
8756 Use char because int might match the return type of a GCC
8757 builtin and then its argument prototype would still apply. */
8758#ifdef __cplusplus
8759extern "C"
8760#endif
8761char opendir ();
a9322a30
TT
8762int
8763main ()
8764{
81ecdfbb 8765return opendir ();
a9322a30
TT
8766 ;
8767 return 0;
8768}
bec39cab 8769_ACEOF
81ecdfbb
RW
8770for ac_lib in '' x; do
8771 if test -z "$ac_lib"; then
8772 ac_res="none required"
8773 else
8774 ac_res=-l$ac_lib
8775 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8776 fi
8777 if ac_fn_c_try_link "$LINENO"; then :
8778 ac_cv_search_opendir=$ac_res
8779fi
8780rm -f core conftest.err conftest.$ac_objext \
8781 conftest$ac_exeext
8782 if test "${ac_cv_search_opendir+set}" = set; then :
8783 break
8784fi
8785done
8786if test "${ac_cv_search_opendir+set}" = set; then :
bec39cab 8787
81ecdfbb
RW
8788else
8789 ac_cv_search_opendir=no
bec39cab 8790fi
81ecdfbb
RW
8791rm conftest.$ac_ext
8792LIBS=$ac_func_search_save_LIBS
a9322a30 8793fi
81ecdfbb
RW
8794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
8795$as_echo "$ac_cv_search_opendir" >&6; }
8796ac_res=$ac_cv_search_opendir
8797if test "$ac_res" != no; then :
8798 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
bec39cab 8799
81ecdfbb 8800fi
bec39cab 8801
81ecdfbb 8802fi
bec39cab 8803
81ecdfbb
RW
8804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8805$as_echo_n "checking for ANSI C header files... " >&6; }
8806if test "${ac_cv_header_stdc+set}" = set; then :
8807 $as_echo_n "(cached) " >&6
bec39cab 8808else
81ecdfbb 8809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8810/* end confdefs.h. */
81ecdfbb
RW
8811#include <stdlib.h>
8812#include <stdarg.h>
8813#include <string.h>
8814#include <float.h>
8815
a9322a30
TT
8816int
8817main ()
8818{
a9322a30
TT
8819
8820 ;
8821 return 0;
8822}
bec39cab 8823_ACEOF
81ecdfbb
RW
8824if ac_fn_c_try_compile "$LINENO"; then :
8825 ac_cv_header_stdc=yes
bec39cab 8826else
81ecdfbb 8827 ac_cv_header_stdc=no
a9322a30 8828fi
81ecdfbb 8829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 8830
81ecdfbb
RW
8831if test $ac_cv_header_stdc = yes; then
8832 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834/* end confdefs.h. */
8835#include <string.h>
bec39cab 8836
81ecdfbb
RW
8837_ACEOF
8838if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8839 $EGREP "memchr" >/dev/null 2>&1; then :
bec39cab 8840
bec39cab 8841else
81ecdfbb
RW
8842 ac_cv_header_stdc=no
8843fi
8844rm -f conftest*
8845
8846fi
8847
8848if test $ac_cv_header_stdc = yes; then
8849 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8851/* end confdefs.h. */
8852#include <stdlib.h>
8853
bec39cab 8854_ACEOF
81ecdfbb
RW
8855if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8856 $EGREP "free" >/dev/null 2>&1; then :
06825bd1 8857
81ecdfbb
RW
8858else
8859 ac_cv_header_stdc=no
8860fi
8861rm -f conftest*
bec39cab 8862
bec39cab 8863fi
81ecdfbb
RW
8864
8865if test $ac_cv_header_stdc = yes; then
8866 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8867 if test "$cross_compiling" = yes; then :
8868 :
bec39cab 8869else
81ecdfbb 8870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8871/* end confdefs.h. */
81ecdfbb
RW
8872#include <ctype.h>
8873#include <stdlib.h>
8874#if ((' ' & 0x0FF) == 0x020)
8875# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8876# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8877#else
8878# define ISLOWER(c) \
8879 (('a' <= (c) && (c) <= 'i') \
8880 || ('j' <= (c) && (c) <= 'r') \
8881 || ('s' <= (c) && (c) <= 'z'))
8882# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8883#endif
8884
8885#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a9322a30
TT
8886int
8887main ()
8888{
81ecdfbb
RW
8889 int i;
8890 for (i = 0; i < 256; i++)
8891 if (XOR (islower (i), ISLOWER (i))
8892 || toupper (i) != TOUPPER (i))
8893 return 2;
a9322a30
TT
8894 return 0;
8895}
bec39cab 8896_ACEOF
81ecdfbb
RW
8897if ac_fn_c_try_run "$LINENO"; then :
8898
bec39cab 8899else
81ecdfbb
RW
8900 ac_cv_header_stdc=no
8901fi
8902rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8903 conftest.$ac_objext conftest.beam conftest.$ac_ext
8904fi
bec39cab 8905
bec39cab 8906fi
a9322a30 8907fi
81ecdfbb
RW
8908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8909$as_echo "$ac_cv_header_stdc" >&6; }
8910if test $ac_cv_header_stdc = yes; then
bec39cab 8911
81ecdfbb 8912$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5ee754fc 8913
81ecdfbb 8914fi
bec39cab 8915
81ecdfbb 8916# elf_hp.h is for HP/UX 64-bit shared library support.
9467110b
TT
8917for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
8918 thread_db.h stddef.h \
8919 stdlib.h sys/fault.h \
81ecdfbb
RW
8920 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
8921 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
8922 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
9467110b
TT
8923 termios.h termio.h \
8924 sgtty.h unistd.h elf_hp.h \
8925 dlfcn.h
81ecdfbb
RW
8926do :
8927 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8928ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8929eval as_val=\$$as_ac_Header
8930 if test "x$as_val" = x""yes; then :
bec39cab 8931 cat >>confdefs.h <<_ACEOF
81ecdfbb 8932#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 8933_ACEOF
c906108c 8934
bec39cab 8935fi
81ecdfbb
RW
8936
8937done
8938
81ecdfbb
RW
8939for ac_header in sys/proc.h
8940do :
8941 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
8942# include <sys/param.h>
8943#endif
c906108c 8944
81ecdfbb
RW
8945"
8946if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
bec39cab 8947 cat >>confdefs.h <<_ACEOF
81ecdfbb 8948#define HAVE_SYS_PROC_H 1
bec39cab 8949_ACEOF
5ee754fc 8950
bec39cab 8951fi
81ecdfbb
RW
8952
8953done
8954
8955for ac_header in sys/user.h
8956do :
8957 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
8958# include <sys/param.h>
a9322a30
TT
8959#endif
8960
81ecdfbb
RW
8961"
8962if test "x$ac_cv_header_sys_user_h" = x""yes; then :
8963 cat >>confdefs.h <<_ACEOF
8964#define HAVE_SYS_USER_H 1
bec39cab 8965_ACEOF
bec39cab 8966
a9322a30 8967fi
bec39cab 8968
81ecdfbb 8969done
5ee754fc 8970
5ee754fc 8971
81ecdfbb
RW
8972# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
8973# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
8974# think that we don't have <curses.h> if we're using GCC.
8975case $host_os in
8976 solaris2.[789])
8977 if test "$GCC" = yes; then
8978
8979$as_echo "#define _MSE_INT_H 1" >>confdefs.h
8980
8981 fi ;;
8982esac
8983for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
8984do :
8985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8986ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8987eval as_val=\$$as_ac_Header
8988 if test "x$as_val" = x""yes; then :
bec39cab 8989 cat >>confdefs.h <<_ACEOF
81ecdfbb 8990#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 8991_ACEOF
5ee754fc
MK
8992
8993fi
8994
81ecdfbb 8995done
bec39cab 8996
81ecdfbb
RW
8997for ac_header in term.h
8998do :
8999 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
9000# include <curses.h>
9001#endif
bec39cab 9002
81ecdfbb
RW
9003"
9004if test "x$ac_cv_header_term_h" = x""yes; then :
9005 cat >>confdefs.h <<_ACEOF
9006#define HAVE_TERM_H 1
a8111142 9007_ACEOF
a8111142 9008
a8111142 9009fi
a8111142 9010
81ecdfbb 9011done
a8111142
TT
9012
9013
81ecdfbb
RW
9014# ------------------------- #
9015# Checks for declarations. #
9016# ------------------------- #
a9322a30 9017
81ecdfbb
RW
9018ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
9019if test "x$ac_cv_have_decl_free" = x""yes; then :
9020 ac_have_decl=1
bec39cab 9021else
81ecdfbb
RW
9022 ac_have_decl=0
9023fi
9024
9025cat >>confdefs.h <<_ACEOF
9026#define HAVE_DECL_FREE $ac_have_decl
bec39cab 9027_ACEOF
81ecdfbb
RW
9028ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
9029if test "x$ac_cv_have_decl_malloc" = x""yes; then :
9030 ac_have_decl=1
9031else
9032 ac_have_decl=0
9033fi
9034
9035cat >>confdefs.h <<_ACEOF
9036#define HAVE_DECL_MALLOC $ac_have_decl
bec39cab 9037_ACEOF
81ecdfbb
RW
9038ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
9039if test "x$ac_cv_have_decl_realloc" = x""yes; then :
9040 ac_have_decl=1
bec39cab 9041else
81ecdfbb
RW
9042 ac_have_decl=0
9043fi
bec39cab 9044
81ecdfbb
RW
9045cat >>confdefs.h <<_ACEOF
9046#define HAVE_DECL_REALLOC $ac_have_decl
bec39cab 9047_ACEOF
81ecdfbb
RW
9048ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
9049if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
9050 ac_have_decl=1
9051else
9052 ac_have_decl=0
5ee754fc 9053fi
81ecdfbb
RW
9054
9055cat >>confdefs.h <<_ACEOF
9056#define HAVE_DECL_SNPRINTF $ac_have_decl
a9322a30 9057_ACEOF
5ee754fc 9058
5ee754fc 9059
81ecdfbb
RW
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
9061$as_echo_n "checking for LC_MESSAGES... " >&6; }
9062if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
9063 $as_echo_n "(cached) " >&6
bec39cab 9064else
81ecdfbb 9065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9066/* end confdefs.h. */
81ecdfbb 9067#include <locale.h>
a9322a30
TT
9068int
9069main ()
9070{
81ecdfbb 9071return LC_MESSAGES
a9322a30
TT
9072 ;
9073 return 0;
9074}
bec39cab 9075_ACEOF
81ecdfbb
RW
9076if ac_fn_c_try_link "$LINENO"; then :
9077 am_cv_val_LC_MESSAGES=yes
bec39cab 9078else
81ecdfbb
RW
9079 am_cv_val_LC_MESSAGES=no
9080fi
9081rm -f core conftest.err conftest.$ac_objext \
9082 conftest$ac_exeext conftest.$ac_ext
9083fi
9084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
9085$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
9086 if test $am_cv_val_LC_MESSAGES = yes; then
bec39cab 9087
81ecdfbb
RW
9088$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
9089
9090 fi
9091
9092
9093# ----------------------- #
9094# Checks for structures. #
9095# ----------------------- #
9096
9097ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
9098if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9099
9100cat >>confdefs.h <<_ACEOF
9101#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7eb368b3 9102_ACEOF
7eb368b3 9103
81ecdfbb 9104
7eb368b3 9105fi
81ecdfbb
RW
9106ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
9107if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
7eb368b3 9108
a9322a30
TT
9109cat >>confdefs.h <<_ACEOF
9110#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7eb368b3
NR
9111_ACEOF
9112
a9322a30 9113
7eb368b3
NR
9114fi
9115
7eb368b3 9116
a9322a30
TT
9117# ------------------ #
9118# Checks for types. #
9119# ------------------ #
7eb368b3 9120
81ecdfbb
RW
9121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
9122$as_echo_n "checking return type of signal handlers... " >&6; }
9123if test "${ac_cv_type_signal+set}" = set; then :
9124 $as_echo_n "(cached) " >&6
bec39cab 9125else
81ecdfbb 9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9127/* end confdefs.h. */
a9322a30
TT
9128#include <sys/types.h>
9129#include <signal.h>
7cb9022a 9130
a9322a30
TT
9131int
9132main ()
9133{
81ecdfbb 9134return *(signal (0, 0)) (0) == 1;
a9322a30
TT
9135 ;
9136 return 0;
9137}
bec39cab 9138_ACEOF
81ecdfbb
RW
9139if ac_fn_c_try_compile "$LINENO"; then :
9140 ac_cv_type_signal=int
bec39cab 9141else
81ecdfbb 9142 ac_cv_type_signal=void
bec39cab 9143fi
81ecdfbb 9144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 9145fi
81ecdfbb
RW
9146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
9147$as_echo "$ac_cv_type_signal" >&6; }
bec39cab 9148
a9322a30
TT
9149cat >>confdefs.h <<_ACEOF
9150#define RETSIGTYPE $ac_cv_type_signal
9151_ACEOF
5ee754fc 9152
bec39cab 9153
81ecdfbb 9154ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
a9322a30
TT
9155#include <sys/socket.h>
9156
81ecdfbb
RW
9157"
9158if test "x$ac_cv_type_socklen_t" = x""yes; then :
bec39cab 9159
a9322a30
TT
9160cat >>confdefs.h <<_ACEOF
9161#define HAVE_SOCKLEN_T 1
9162_ACEOF
9163
9164
9165fi
9166
9167
9168# ------------------------------------- #
9169# Checks for compiler characteristics. #
9170# ------------------------------------- #
9171
81ecdfbb
RW
9172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
9173$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
9174if test "${ac_cv_c_const+set}" = set; then :
9175 $as_echo_n "(cached) " >&6
a9322a30 9176else
81ecdfbb 9177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9178/* end confdefs.h. */
a9322a30
TT
9179
9180int
9181main ()
9182{
9183/* FIXME: Include the comments suggested by Paul. */
9184#ifndef __cplusplus
9185 /* Ultrix mips cc rejects this. */
9186 typedef int charset[2];
81ecdfbb 9187 const charset cs;
a9322a30 9188 /* SunOS 4.1.1 cc rejects this. */
81ecdfbb
RW
9189 char const *const *pcpcc;
9190 char **ppc;
a9322a30
TT
9191 /* NEC SVR4.0.2 mips cc rejects this. */
9192 struct point {int x, y;};
9193 static struct point const zero = {0,0};
9194 /* AIX XL C 1.02.0.0 rejects this.
9195 It does not let you subtract one const X* pointer from another in
9196 an arm of an if-expression whose if-part is not a constant
9197 expression */
9198 const char *g = "string";
81ecdfbb 9199 pcpcc = &g + (g ? g-g : 0);
a9322a30 9200 /* HPUX 7.0 cc rejects these. */
81ecdfbb
RW
9201 ++pcpcc;
9202 ppc = (char**) pcpcc;
9203 pcpcc = (char const *const *) ppc;
a9322a30
TT
9204 { /* SCO 3.2v4 cc rejects this. */
9205 char *t;
9206 char const *s = 0 ? (char *) 0 : (char const *) 0;
9207
9208 *t++ = 0;
81ecdfbb 9209 if (s) return 0;
a9322a30
TT
9210 }
9211 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9212 int x[] = {25, 17};
9213 const int *foo = &x[0];
9214 ++foo;
9215 }
9216 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9217 typedef const int *iptr;
9218 iptr p = 0;
9219 ++p;
9220 }
9221 { /* AIX XL C 1.02.0.0 rejects this saying
9222 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9223 struct s { int j; const int *ap[3]; };
9224 struct s *b; b->j = 5;
9225 }
9226 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
9227 const int foo = 10;
81ecdfbb 9228 if (!foo) return 0;
a9322a30 9229 }
81ecdfbb 9230 return !cs[0] && !zero.x;
a9322a30
TT
9231#endif
9232
9233 ;
9234 return 0;
9235}
bec39cab 9236_ACEOF
81ecdfbb 9237if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 9238 ac_cv_c_const=yes
5ee754fc 9239else
81ecdfbb 9240 ac_cv_c_const=no
5ee754fc 9241fi
81ecdfbb 9242rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 9243fi
81ecdfbb
RW
9244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
9245$as_echo "$ac_cv_c_const" >&6; }
a9322a30 9246if test $ac_cv_c_const = no; then
bec39cab 9247
81ecdfbb 9248$as_echo "#define const /**/" >>confdefs.h
bec39cab 9249
5ee754fc 9250fi
bec39cab 9251
81ecdfbb
RW
9252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
9253$as_echo_n "checking for inline... " >&6; }
9254if test "${ac_cv_c_inline+set}" = set; then :
9255 $as_echo_n "(cached) " >&6
bec39cab 9256else
a9322a30
TT
9257 ac_cv_c_inline=no
9258for ac_kw in inline __inline__ __inline; do
81ecdfbb 9259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9260/* end confdefs.h. */
a9322a30
TT
9261#ifndef __cplusplus
9262typedef int foo_t;
9263static $ac_kw foo_t static_foo () {return 0; }
9264$ac_kw foo_t foo () {return 0; }
9265#endif
9266
bec39cab 9267_ACEOF
81ecdfbb
RW
9268if ac_fn_c_try_compile "$LINENO"; then :
9269 ac_cv_c_inline=$ac_kw
bec39cab 9270fi
81ecdfbb
RW
9271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9272 test "$ac_cv_c_inline" != no && break
a9322a30 9273done
bec39cab 9274
5ee754fc 9275fi
81ecdfbb
RW
9276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
9277$as_echo "$ac_cv_c_inline" >&6; }
5ee754fc 9278
a9322a30
TT
9279case $ac_cv_c_inline in
9280 inline | yes) ;;
9281 *)
9282 case $ac_cv_c_inline in
9283 no) ac_val=;;
9284 *) ac_val=$ac_cv_c_inline;;
9285 esac
9286 cat >>confdefs.h <<_ACEOF
9287#ifndef __cplusplus
9288#define inline $ac_val
9289#endif
9290_ACEOF
bec39cab
AC
9291 ;;
9292esac
bec39cab 9293
81ecdfbb
RW
9294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
9295$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
9296if test "${ac_cv_c_bigendian+set}" = set; then :
9297 $as_echo_n "(cached) " >&6
bec39cab 9298else
81ecdfbb
RW
9299 ac_cv_c_bigendian=unknown
9300 # See if we're dealing with a universal compiler.
9301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9302/* end confdefs.h. */
9303#ifndef __APPLE_CC__
9304 not a universal capable compiler
9305 #endif
9306 typedef int dummy;
9307
9308_ACEOF
9309if ac_fn_c_try_compile "$LINENO"; then :
9310
9311 # Check for potential -arch flags. It is not universal unless
9312 # there are at least two -arch flags with different values.
9313 ac_arch=
9314 ac_prev=
9315 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
9316 if test -n "$ac_prev"; then
9317 case $ac_word in
9318 i?86 | x86_64 | ppc | ppc64)
9319 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
9320 ac_arch=$ac_word
9321 else
9322 ac_cv_c_bigendian=universal
9323 break
9324 fi
9325 ;;
9326 esac
9327 ac_prev=
9328 elif test "x$ac_word" = "x-arch"; then
9329 ac_prev=arch
9330 fi
9331 done
9332fi
9333rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9334 if test $ac_cv_c_bigendian = unknown; then
9335 # See if sys/param.h defines the BYTE_ORDER macro.
9336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9337/* end confdefs.h. */
a9322a30 9338#include <sys/types.h>
81ecdfbb 9339 #include <sys/param.h>
a9322a30
TT
9340
9341int
9342main ()
9343{
81ecdfbb
RW
9344#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
9345 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
9346 && LITTLE_ENDIAN)
9347 bogus endian macros
9348 #endif
a9322a30
TT
9349
9350 ;
9351 return 0;
9352}
bec39cab 9353_ACEOF
81ecdfbb 9354if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 9355 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 9356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9357/* end confdefs.h. */
a9322a30 9358#include <sys/types.h>
81ecdfbb 9359 #include <sys/param.h>
a9322a30
TT
9360
9361int
9362main ()
9363{
9364#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
9365 not big endian
9366 #endif
a9322a30
TT
9367
9368 ;
9369 return 0;
9370}
bec39cab 9371_ACEOF
81ecdfbb 9372if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 9373 ac_cv_c_bigendian=yes
5ee754fc 9374else
81ecdfbb 9375 ac_cv_c_bigendian=no
5ee754fc 9376fi
81ecdfbb
RW
9377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9378fi
9379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9380 fi
9381 if test $ac_cv_c_bigendian = unknown; then
9382 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
9383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9384/* end confdefs.h. */
9385#include <limits.h>
bec39cab 9386
81ecdfbb
RW
9387int
9388main ()
9389{
9390#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
9391 bogus endian macros
9392 #endif
9393
9394 ;
9395 return 0;
9396}
7eb368b3 9397_ACEOF
81ecdfbb
RW
9398if ac_fn_c_try_compile "$LINENO"; then :
9399 # It does; now see whether it defined to _BIG_ENDIAN or not.
9400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb368b3 9401/* end confdefs.h. */
81ecdfbb
RW
9402#include <limits.h>
9403
7eb368b3
NR
9404int
9405main ()
9406{
81ecdfbb
RW
9407#ifndef _BIG_ENDIAN
9408 not big endian
9409 #endif
9410
7eb368b3
NR
9411 ;
9412 return 0;
9413}
9414_ACEOF
81ecdfbb 9415if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 9416 ac_cv_c_bigendian=yes
81ecdfbb
RW
9417else
9418 ac_cv_c_bigendian=no
a9322a30 9419fi
81ecdfbb 9420rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 9421fi
81ecdfbb
RW
9422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9423 fi
9424 if test $ac_cv_c_bigendian = unknown; then
9425 # Compile a test program.
9426 if test "$cross_compiling" = yes; then :
9427 # Try to guess by grepping values from an object file.
9428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9429/* end confdefs.h. */
9430short int ascii_mm[] =
9431 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
9432 short int ascii_ii[] =
9433 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
9434 int use_ascii (int i) {
9435 return ascii_mm[i] + ascii_ii[i];
9436 }
9437 short int ebcdic_ii[] =
9438 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
9439 short int ebcdic_mm[] =
9440 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
9441 int use_ebcdic (int i) {
9442 return ebcdic_mm[i] + ebcdic_ii[i];
9443 }
9444 extern int foo;
7eb368b3 9445
81ecdfbb
RW
9446int
9447main ()
9448{
9449return use_ascii (foo) == use_ebcdic (foo);
9450 ;
9451 return 0;
9452}
9453_ACEOF
9454if ac_fn_c_try_compile "$LINENO"; then :
9455 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
9456 ac_cv_c_bigendian=yes
9457 fi
9458 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
9459 if test "$ac_cv_c_bigendian" = unknown; then
9460 ac_cv_c_bigendian=no
9461 else
9462 # finding both strings is unlikely to happen, but who knows?
9463 ac_cv_c_bigendian=unknown
9464 fi
9465 fi
7eb368b3 9466fi
81ecdfbb 9467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 9468else
81ecdfbb 9469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9470/* end confdefs.h. */
81ecdfbb 9471$ac_includes_default
d3ea6809
MM
9472int
9473main ()
9474{
81ecdfbb
RW
9475
9476 /* Are we little or big endian? From Harbison&Steele. */
9477 union
9478 {
9479 long int l;
9480 char c[sizeof (long int)];
9481 } u;
9482 u.l = 1;
9483 return u.c[sizeof (long int) - 1] == 1;
9484
9485 ;
9486 return 0;
d3ea6809
MM
9487}
9488_ACEOF
81ecdfbb 9489if ac_fn_c_try_run "$LINENO"; then :
a9322a30 9490 ac_cv_c_bigendian=no
d3ea6809 9491else
81ecdfbb 9492 ac_cv_c_bigendian=yes
d3ea6809 9493fi
81ecdfbb
RW
9494rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9495 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 9496fi
a9322a30 9497
81ecdfbb
RW
9498 fi
9499fi
9500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
9501$as_echo "$ac_cv_c_bigendian" >&6; }
9502 case $ac_cv_c_bigendian in #(
9503 yes)
9504 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
9505;; #(
9506 no)
9507 ;; #(
9508 universal)
9509
9510$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
9511
9512 ;; #(
9513 *)
9514 as_fn_error "unknown endianness
9515 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
9516 esac
d3ea6809
MM
9517
9518
a9322a30
TT
9519# ------------------------------ #
9520# Checks for library functions. #
9521# ------------------------------ #
d3ea6809 9522
a9322a30
TT
9523# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9524# for constant arguments. Useless!
81ecdfbb
RW
9525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
9526$as_echo_n "checking for working alloca.h... " >&6; }
9527if test "${ac_cv_working_alloca_h+set}" = set; then :
9528 $as_echo_n "(cached) " >&6
d3ea6809 9529else
81ecdfbb 9530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d3ea6809 9531/* end confdefs.h. */
a9322a30 9532#include <alloca.h>
bec39cab
AC
9533int
9534main ()
9535{
a9322a30 9536char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 9537 if (p) return 0;
bec39cab
AC
9538 ;
9539 return 0;
9540}
9541_ACEOF
81ecdfbb 9542if ac_fn_c_try_link "$LINENO"; then :
a9322a30 9543 ac_cv_working_alloca_h=yes
bec39cab 9544else
81ecdfbb 9545 ac_cv_working_alloca_h=no
bec39cab 9546fi
81ecdfbb
RW
9547rm -f core conftest.err conftest.$ac_objext \
9548 conftest$ac_exeext conftest.$ac_ext
bec39cab 9549fi
81ecdfbb
RW
9550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
9551$as_echo "$ac_cv_working_alloca_h" >&6; }
a9322a30
TT
9552if test $ac_cv_working_alloca_h = yes; then
9553
81ecdfbb 9554$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
c906108c 9555
c906108c 9556fi
bec39cab 9557
81ecdfbb
RW
9558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
9559$as_echo_n "checking for alloca... " >&6; }
9560if test "${ac_cv_func_alloca_works+set}" = set; then :
9561 $as_echo_n "(cached) " >&6
bec39cab 9562else
81ecdfbb 9563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9564/* end confdefs.h. */
a9322a30
TT
9565#ifdef __GNUC__
9566# define alloca __builtin_alloca
b4e70030 9567#else
a9322a30
TT
9568# ifdef _MSC_VER
9569# include <malloc.h>
9570# define alloca _alloca
9571# else
81ecdfbb 9572# ifdef HAVE_ALLOCA_H
a9322a30
TT
9573# include <alloca.h>
9574# else
9575# ifdef _AIX
9576 #pragma alloca
9577# else
9578# ifndef alloca /* predefined by HP cc +Olibcalls */
9579char *alloca ();
9580# endif
9581# endif
9582# endif
9583# endif
c906108c 9584#endif
97bf5e38 9585
bec39cab
AC
9586int
9587main ()
9588{
a9322a30 9589char *p = (char *) alloca (1);
81ecdfbb 9590 if (p) return 0;
bec39cab
AC
9591 ;
9592 return 0;
9593}
9594_ACEOF
81ecdfbb 9595if ac_fn_c_try_link "$LINENO"; then :
a9322a30 9596 ac_cv_func_alloca_works=yes
bec39cab 9597else
81ecdfbb 9598 ac_cv_func_alloca_works=no
bec39cab 9599fi
81ecdfbb
RW
9600rm -f core conftest.err conftest.$ac_objext \
9601 conftest$ac_exeext conftest.$ac_ext
bec39cab 9602fi
81ecdfbb
RW
9603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
9604$as_echo "$ac_cv_func_alloca_works" >&6; }
a9322a30
TT
9605
9606if test $ac_cv_func_alloca_works = yes; then
9607
81ecdfbb 9608$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
c906108c 9609
a9322a30
TT
9610else
9611 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9612# that cause trouble. Some versions do not even contain alloca or
9613# contain a buggy version. If you still want to use their alloca,
9614# use ar to extract alloca.o from them instead of compiling alloca.c.
9615
81ecdfbb 9616ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
a9322a30 9617
81ecdfbb 9618$as_echo "#define C_ALLOCA 1" >>confdefs.h
c906108c 9619
bec39cab 9620
81ecdfbb
RW
9621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
9622$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
9623if test "${ac_cv_os_cray+set}" = set; then :
9624 $as_echo_n "(cached) " >&6
a9322a30 9625else
81ecdfbb 9626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30 9627/* end confdefs.h. */
81ecdfbb 9628#if defined CRAY && ! defined CRAY2
a9322a30
TT
9629webecray
9630#else
9631wenotbecray
9632#endif
9633
9634_ACEOF
9635if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 9636 $EGREP "webecray" >/dev/null 2>&1; then :
a9322a30
TT
9637 ac_cv_os_cray=yes
9638else
81ecdfbb 9639 ac_cv_os_cray=no
bec39cab 9640fi
81ecdfbb
RW
9641rm -f conftest*
9642
bec39cab 9643fi
81ecdfbb
RW
9644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
9645$as_echo "$ac_cv_os_cray" >&6; }
9646if test $ac_cv_os_cray = yes; then
9647 for ac_func in _getb67 GETB67 getb67; do
9648 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9649ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9650eval as_val=\$$as_ac_var
9651 if test "x$as_val" = x""yes; then :
a9322a30
TT
9652
9653cat >>confdefs.h <<_ACEOF
9654#define CRAY_STACKSEG_END $ac_func
bec39cab 9655_ACEOF
c906108c 9656
a9322a30 9657 break
c906108c
SS
9658fi
9659
a9322a30
TT
9660 done
9661fi
bec39cab 9662
81ecdfbb
RW
9663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
9664$as_echo_n "checking stack direction for C alloca... " >&6; }
9665if test "${ac_cv_c_stack_direction+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
a9322a30 9667else
81ecdfbb 9668 if test "$cross_compiling" = yes; then :
a9322a30 9669 ac_cv_c_stack_direction=0
bec39cab 9670else
81ecdfbb 9671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9672/* end confdefs.h. */
81ecdfbb 9673$ac_includes_default
a9322a30
TT
9674int
9675find_stack_direction ()
b4e70030 9676{
a9322a30
TT
9677 static char *addr = 0;
9678 auto char dummy;
9679 if (addr == 0)
9680 {
9681 addr = &dummy;
9682 return find_stack_direction ();
9683 }
9684 else
9685 return (&dummy > addr) ? 1 : -1;
b4e70030 9686}
b757528f 9687
bec39cab
AC
9688int
9689main ()
9690{
81ecdfbb 9691 return find_stack_direction () < 0;
bec39cab
AC
9692}
9693_ACEOF
81ecdfbb 9694if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
9695 ac_cv_c_stack_direction=1
9696else
81ecdfbb 9697 ac_cv_c_stack_direction=-1
a9322a30 9698fi
81ecdfbb
RW
9699rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9700 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 9701fi
a9322a30 9702
81ecdfbb
RW
9703fi
9704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
9705$as_echo "$ac_cv_c_stack_direction" >&6; }
a9322a30
TT
9706cat >>confdefs.h <<_ACEOF
9707#define STACK_DIRECTION $ac_cv_c_stack_direction
9708_ACEOF
9709
9710
9711fi
9712
a9322a30 9713for ac_header in stdlib.h unistd.h
81ecdfbb
RW
9714do :
9715 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9716ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9717eval as_val=\$$as_ac_Header
9718 if test "x$as_val" = x""yes; then :
bec39cab 9719 cat >>confdefs.h <<_ACEOF
81ecdfbb 9720#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 9721_ACEOF
b757528f 9722
b757528f 9723fi
bec39cab 9724
a9322a30 9725done
a3828db0 9726
a9322a30 9727for ac_func in getpagesize
81ecdfbb
RW
9728do :
9729 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
9730if test "x$ac_cv_func_getpagesize" = x""yes; then :
bec39cab 9731 cat >>confdefs.h <<_ACEOF
81ecdfbb 9732#define HAVE_GETPAGESIZE 1
bec39cab 9733_ACEOF
bcb3dc3d 9734
bcb3dc3d
MK
9735fi
9736done
9737
81ecdfbb
RW
9738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
9739$as_echo_n "checking for working mmap... " >&6; }
9740if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
9741 $as_echo_n "(cached) " >&6
a9322a30 9742else
81ecdfbb 9743 if test "$cross_compiling" = yes; then :
a9322a30 9744 ac_cv_func_mmap_fixed_mapped=no
bec39cab 9745else
81ecdfbb 9746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9747/* end confdefs.h. */
a9322a30
TT
9748$ac_includes_default
9749/* malloc might have been renamed as rpl_malloc. */
9750#undef malloc
bec39cab 9751
a9322a30
TT
9752/* Thanks to Mike Haertel and Jim Avera for this test.
9753 Here is a matrix of mmap possibilities:
9754 mmap private not fixed
9755 mmap private fixed at somewhere currently unmapped
9756 mmap private fixed at somewhere already mapped
9757 mmap shared not fixed
9758 mmap shared fixed at somewhere currently unmapped
9759 mmap shared fixed at somewhere already mapped
9760 For private mappings, we should verify that changes cannot be read()
9761 back from the file, nor mmap's back from the file at a different
9762 address. (There have been systems where private was not correctly
9763 implemented like the infamous i386 svr4.0, and systems where the
9764 VM page cache was not coherent with the file system buffer cache
9765 like early versions of FreeBSD and possibly contemporary NetBSD.)
9766 For shared mappings, we should conversely verify that changes get
9767 propagated back to all the places they're supposed to be.
bec39cab 9768
a9322a30
TT
9769 Grep wants private fixed already mapped.
9770 The main things grep needs to know about mmap are:
9771 * does it exist and is it safe to write into the mmap'd area
9772 * how to use it (BSD variants) */
8b9cf735 9773
a9322a30
TT
9774#include <fcntl.h>
9775#include <sys/mman.h>
8b9cf735 9776
81ecdfbb 9777#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
a9322a30 9778char *malloc ();
a3828db0
MK
9779#endif
9780
a9322a30 9781/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 9782#ifndef HAVE_GETPAGESIZE
a9322a30 9783/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 9784# ifndef HAVE_SYS_PARAM_H
a9322a30
TT
9785# define HAVE_SYS_PARAM_H 1
9786# endif
9787
9788# ifdef _SC_PAGESIZE
9789# define getpagesize() sysconf(_SC_PAGESIZE)
9790# else /* no _SC_PAGESIZE */
81ecdfbb 9791# ifdef HAVE_SYS_PARAM_H
a9322a30
TT
9792# include <sys/param.h>
9793# ifdef EXEC_PAGESIZE
9794# define getpagesize() EXEC_PAGESIZE
9795# else /* no EXEC_PAGESIZE */
9796# ifdef NBPG
9797# define getpagesize() NBPG * CLSIZE
9798# ifndef CLSIZE
9799# define CLSIZE 1
9800# endif /* no CLSIZE */
9801# else /* no NBPG */
9802# ifdef NBPC
9803# define getpagesize() NBPC
9804# else /* no NBPC */
9805# ifdef PAGESIZE
9806# define getpagesize() PAGESIZE
9807# endif /* PAGESIZE */
9808# endif /* no NBPC */
9809# endif /* no NBPG */
9810# endif /* no EXEC_PAGESIZE */
9811# else /* no HAVE_SYS_PARAM_H */
9812# define getpagesize() 8192 /* punt totally */
9813# endif /* no HAVE_SYS_PARAM_H */
9814# endif /* no _SC_PAGESIZE */
9815
9816#endif /* no HAVE_GETPAGESIZE */
9817
bec39cab
AC
9818int
9819main ()
9820{
a9322a30
TT
9821 char *data, *data2, *data3;
9822 int i, pagesize;
9823 int fd;
9824
9825 pagesize = getpagesize ();
9826
9827 /* First, make a file with some known garbage in it. */
9828 data = (char *) malloc (pagesize);
9829 if (!data)
81ecdfbb 9830 return 1;
a9322a30
TT
9831 for (i = 0; i < pagesize; ++i)
9832 *(data + i) = rand ();
9833 umask (0);
9834 fd = creat ("conftest.mmap", 0600);
9835 if (fd < 0)
81ecdfbb 9836 return 1;
a9322a30 9837 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 9838 return 1;
a9322a30
TT
9839 close (fd);
9840
9841 /* Next, try to mmap the file at a fixed address which already has
9842 something else allocated at it. If we can, also make sure that
9843 we see the same garbage. */
9844 fd = open ("conftest.mmap", O_RDWR);
9845 if (fd < 0)
81ecdfbb 9846 return 1;
a9322a30
TT
9847 data2 = (char *) malloc (2 * pagesize);
9848 if (!data2)
81ecdfbb
RW
9849 return 1;
9850 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
a9322a30
TT
9851 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
9852 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 9853 return 1;
a9322a30
TT
9854 for (i = 0; i < pagesize; ++i)
9855 if (*(data + i) != *(data2 + i))
81ecdfbb 9856 return 1;
a9322a30
TT
9857
9858 /* Finally, make sure that changes to the mapped area do not
9859 percolate back to the file as seen by read(). (This is a bug on
9860 some variants of i386 svr4.0.) */
9861 for (i = 0; i < pagesize; ++i)
9862 *(data2 + i) = *(data2 + i) + 1;
9863 data3 = (char *) malloc (pagesize);
9864 if (!data3)
81ecdfbb 9865 return 1;
a9322a30 9866 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 9867 return 1;
a9322a30
TT
9868 for (i = 0; i < pagesize; ++i)
9869 if (*(data + i) != *(data3 + i))
81ecdfbb 9870 return 1;
a9322a30 9871 close (fd);
81ecdfbb 9872 return 0;
bec39cab
AC
9873}
9874_ACEOF
81ecdfbb 9875if ac_fn_c_try_run "$LINENO"; then :
a9322a30 9876 ac_cv_func_mmap_fixed_mapped=yes
086ec9eb 9877else
81ecdfbb 9878 ac_cv_func_mmap_fixed_mapped=no
a3828db0 9879fi
81ecdfbb
RW
9880rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9881 conftest.$ac_objext conftest.beam conftest.$ac_ext
a3828db0 9882fi
81ecdfbb 9883
a9322a30 9884fi
81ecdfbb
RW
9885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
9886$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
a9322a30
TT
9887if test $ac_cv_func_mmap_fixed_mapped = yes; then
9888
81ecdfbb 9889$as_echo "#define HAVE_MMAP 1" >>confdefs.h
a3828db0 9890
086ec9eb 9891fi
a9322a30 9892rm -f conftest.mmap
a3828db0 9893
81ecdfbb
RW
9894ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
9895if test "x$ac_cv_type_pid_t" = x""yes; then :
bec39cab 9896
a9322a30
TT
9897else
9898
9899cat >>confdefs.h <<_ACEOF
9900#define pid_t int
bec39cab 9901_ACEOF
086ec9eb
MK
9902
9903fi
9904
81ecdfbb
RW
9905for ac_header in vfork.h
9906do :
9907 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
9908if test "x$ac_cv_header_vfork_h" = x""yes; then :
a3828db0 9909 cat >>confdefs.h <<_ACEOF
81ecdfbb 9910#define HAVE_VFORK_H 1
bec39cab 9911_ACEOF
c906108c
SS
9912
9913fi
a9322a30 9914
a3828db0 9915done
c906108c 9916
a9322a30 9917for ac_func in fork vfork
81ecdfbb
RW
9918do :
9919 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9920ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9921eval as_val=\$$as_ac_var
9922 if test "x$as_val" = x""yes; then :
a3828db0 9923 cat >>confdefs.h <<_ACEOF
81ecdfbb 9924#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 9925_ACEOF
b83266a0 9926
97bf5e38 9927fi
a3828db0 9928done
b83266a0 9929
a9322a30 9930if test "x$ac_cv_func_fork" = xyes; then
81ecdfbb
RW
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
9932$as_echo_n "checking for working fork... " >&6; }
9933if test "${ac_cv_func_fork_works+set}" = set; then :
9934 $as_echo_n "(cached) " >&6
a9322a30 9935else
81ecdfbb 9936 if test "$cross_compiling" = yes; then :
a9322a30
TT
9937 ac_cv_func_fork_works=cross
9938else
81ecdfbb
RW
9939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9940/* end confdefs.h. */
9941$ac_includes_default
9942int
9943main ()
9944{
9945
9946 /* By Ruediger Kuhlmann. */
9947 return fork () < 0;
9948
9949 ;
9950 return 0;
9951}
a9322a30 9952_ACEOF
81ecdfbb 9953if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
9954 ac_cv_func_fork_works=yes
9955else
81ecdfbb 9956 ac_cv_func_fork_works=no
a9322a30 9957fi
81ecdfbb
RW
9958rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9959 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 9960fi
81ecdfbb 9961
a9322a30 9962fi
81ecdfbb
RW
9963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
9964$as_echo "$ac_cv_func_fork_works" >&6; }
a9322a30
TT
9965
9966else
9967 ac_cv_func_fork_works=$ac_cv_func_fork
9968fi
9969if test "x$ac_cv_func_fork_works" = xcross; then
9970 case $host in
9971 *-*-amigaos* | *-*-msdosdjgpp*)
9972 # Override, as these systems have only a dummy fork() stub
9973 ac_cv_func_fork_works=no
9974 ;;
9975 *)
9976 ac_cv_func_fork_works=yes
9977 ;;
9978 esac
81ecdfbb
RW
9979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
9980$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
a9322a30
TT
9981fi
9982ac_cv_func_vfork_works=$ac_cv_func_vfork
9983if test "x$ac_cv_func_vfork" = xyes; then
81ecdfbb
RW
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
9985$as_echo_n "checking for working vfork... " >&6; }
9986if test "${ac_cv_func_vfork_works+set}" = set; then :
9987 $as_echo_n "(cached) " >&6
a9322a30 9988else
81ecdfbb 9989 if test "$cross_compiling" = yes; then :
a9322a30
TT
9990 ac_cv_func_vfork_works=cross
9991else
81ecdfbb 9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30
TT
9993/* end confdefs.h. */
9994/* Thanks to Paul Eggert for this test. */
81ecdfbb 9995$ac_includes_default
a9322a30 9996#include <sys/wait.h>
81ecdfbb 9997#ifdef HAVE_VFORK_H
a9322a30
TT
9998# include <vfork.h>
9999#endif
10000/* On some sparc systems, changes by the child to local and incoming
10001 argument registers are propagated back to the parent. The compiler
10002 is told about this with #include <vfork.h>, but some compilers
10003 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10004 static variable whose address is put into a register that is
10005 clobbered by the vfork. */
10006static void
10007#ifdef __cplusplus
10008sparc_address_test (int arg)
10009# else
10010sparc_address_test (arg) int arg;
10011#endif
10012{
10013 static pid_t child;
10014 if (!child) {
10015 child = vfork ();
10016 if (child < 0) {
10017 perror ("vfork");
10018 _exit(2);
10019 }
10020 if (!child) {
10021 arg = getpid();
10022 write(-1, "", 0);
10023 _exit (arg);
10024 }
10025 }
10026}
10027
10028int
10029main ()
10030{
10031 pid_t parent = getpid ();
10032 pid_t child;
10033
10034 sparc_address_test (0);
10035
10036 child = vfork ();
10037
10038 if (child == 0) {
10039 /* Here is another test for sparc vfork register problems. This
10040 test uses lots of local variables, at least as many local
10041 variables as main has allocated so far including compiler
10042 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
10043 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
10044 reuse the register of parent for one of the local variables,
10045 since it will think that parent can't possibly be used any more
10046 in this routine. Assigning to the local variable will thus
10047 munge parent in the parent process. */
10048 pid_t
10049 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10050 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
10051 /* Convince the compiler that p..p7 are live; otherwise, it might
10052 use the same hardware register for all 8 local variables. */
10053 if (p != p1 || p != p2 || p != p3 || p != p4
10054 || p != p5 || p != p6 || p != p7)
10055 _exit(1);
10056
10057 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
10058 from child file descriptors. If the child closes a descriptor
10059 before it execs or exits, this munges the parent's descriptor
10060 as well. Test for this by closing stdout in the child. */
10061 _exit(close(fileno(stdout)) != 0);
10062 } else {
10063 int status;
10064 struct stat st;
10065
10066 while (wait(&status) != child)
10067 ;
81ecdfbb 10068 return (
a9322a30
TT
10069 /* Was there some problem with vforking? */
10070 child < 0
10071
10072 /* Did the child fail? (This shouldn't happen.) */
10073 || status
10074
10075 /* Did the vfork/compiler bug occur? */
10076 || parent != getpid()
10077
10078 /* Did the file descriptor bug occur? */
10079 || fstat(fileno(stdout), &st) != 0
10080 );
10081 }
10082}
10083_ACEOF
81ecdfbb 10084if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
10085 ac_cv_func_vfork_works=yes
10086else
81ecdfbb 10087 ac_cv_func_vfork_works=no
a9322a30 10088fi
81ecdfbb
RW
10089rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10090 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 10091fi
81ecdfbb 10092
a9322a30 10093fi
81ecdfbb
RW
10094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
10095$as_echo "$ac_cv_func_vfork_works" >&6; }
a9322a30
TT
10096
10097fi;
10098if test "x$ac_cv_func_fork_works" = xcross; then
10099 ac_cv_func_vfork_works=$ac_cv_func_vfork
81ecdfbb
RW
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
10101$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
a9322a30
TT
10102fi
10103
10104if test "x$ac_cv_func_vfork_works" = xyes; then
10105
81ecdfbb 10106$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
a9322a30
TT
10107
10108else
10109
81ecdfbb 10110$as_echo "#define vfork fork" >>confdefs.h
a9322a30
TT
10111
10112fi
10113if test "x$ac_cv_func_fork_works" = xyes; then
10114
81ecdfbb 10115$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
a9322a30
TT
10116
10117fi
10118
7313baad 10119for ac_func in canonicalize_file_name realpath getrusage getuid getgid \
b9e7b9c3 10120 pipe poll pread pread64 pwrite readlink resize_term \
7313baad 10121 sbrk setpgid setpgrp setsid \
9467110b 10122 sigaction sigprocmask sigsetmask socketpair \
110ed339 10123 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
614c279d 10124 setrlimit getrlimit posix_madvise waitpid lstat \
9467110b 10125 ptrace64
81ecdfbb
RW
10126do :
10127 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10128ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10129eval as_val=\$$as_ac_var
10130 if test "x$as_val" = x""yes; then :
6c7a06a3 10131 cat >>confdefs.h <<_ACEOF
81ecdfbb 10132#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6c7a06a3
TT
10133_ACEOF
10134
10135fi
10136done
10137
10138
81ecdfbb
RW
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10140$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10141if test "${am_cv_langinfo_codeset+set}" = set; then :
10142 $as_echo_n "(cached) " >&6
6c7a06a3 10143else
81ecdfbb 10144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
10145/* end confdefs.h. */
10146#include <langinfo.h>
10147int
10148main ()
10149{
10150char* cs = nl_langinfo(CODESET);
bec39cab
AC
10151 ;
10152 return 0;
10153}
10154_ACEOF
81ecdfbb 10155if ac_fn_c_try_link "$LINENO"; then :
6c7a06a3 10156 am_cv_langinfo_codeset=yes
a4db0f07 10157else
81ecdfbb 10158 am_cv_langinfo_codeset=no
a4db0f07 10159fi
81ecdfbb
RW
10160rm -f core conftest.err conftest.$ac_objext \
10161 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 10162
a4db0f07 10163fi
81ecdfbb
RW
10164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
10165$as_echo "$am_cv_langinfo_codeset" >&6; }
6c7a06a3
TT
10166 if test $am_cv_langinfo_codeset = yes; then
10167
81ecdfbb 10168$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
a4db0f07 10169
6c7a06a3 10170 fi
c906108c 10171
06825bd1 10172
3266f10b
TT
10173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10174$as_echo_n "checking for ANSI C header files... " >&6; }
10175if test "${ac_cv_header_stdc+set}" = set; then :
10176 $as_echo_n "(cached) " >&6
10177else
10178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10179/* end confdefs.h. */
10180#include <stdlib.h>
10181#include <stdarg.h>
10182#include <string.h>
10183#include <float.h>
10184
10185int
10186main ()
10187{
10188
10189 ;
10190 return 0;
10191}
10192_ACEOF
10193if ac_fn_c_try_compile "$LINENO"; then :
10194 ac_cv_header_stdc=yes
10195else
10196 ac_cv_header_stdc=no
10197fi
10198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10199
10200if test $ac_cv_header_stdc = yes; then
10201 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203/* end confdefs.h. */
10204#include <string.h>
10205
10206_ACEOF
10207if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10208 $EGREP "memchr" >/dev/null 2>&1; then :
10209
10210else
10211 ac_cv_header_stdc=no
10212fi
10213rm -f conftest*
10214
10215fi
10216
10217if test $ac_cv_header_stdc = yes; then
10218 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10220/* end confdefs.h. */
10221#include <stdlib.h>
10222
10223_ACEOF
10224if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10225 $EGREP "free" >/dev/null 2>&1; then :
10226
10227else
10228 ac_cv_header_stdc=no
10229fi
10230rm -f conftest*
10231
10232fi
10233
10234if test $ac_cv_header_stdc = yes; then
10235 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10236 if test "$cross_compiling" = yes; then :
10237 :
10238else
10239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10240/* end confdefs.h. */
10241#include <ctype.h>
10242#include <stdlib.h>
10243#if ((' ' & 0x0FF) == 0x020)
10244# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10245# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10246#else
10247# define ISLOWER(c) \
10248 (('a' <= (c) && (c) <= 'i') \
10249 || ('j' <= (c) && (c) <= 'r') \
10250 || ('s' <= (c) && (c) <= 'z'))
10251# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10252#endif
10253
10254#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10255int
10256main ()
10257{
10258 int i;
10259 for (i = 0; i < 256; i++)
10260 if (XOR (islower (i), ISLOWER (i))
10261 || toupper (i) != TOUPPER (i))
10262 return 2;
10263 return 0;
10264}
10265_ACEOF
10266if ac_fn_c_try_run "$LINENO"; then :
10267
10268else
10269 ac_cv_header_stdc=no
10270fi
10271rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10272 conftest.$ac_objext conftest.beam conftest.$ac_ext
10273fi
10274
10275fi
10276fi
10277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10278$as_echo "$ac_cv_header_stdc" >&6; }
10279if test $ac_cv_header_stdc = yes; then
10280
10281$as_echo "#define STDC_HEADERS 1" >>confdefs.h
10282
10283fi
10284
10285 ac_header_dirent=no
10286for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
10287 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
10288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
10289$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
10290if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
10291 $as_echo_n "(cached) " >&6
10292else
10293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10294/* end confdefs.h. */
10295#include <sys/types.h>
10296#include <$ac_hdr>
10297
10298int
10299main ()
10300{
10301if ((DIR *) 0)
10302return 0;
10303 ;
10304 return 0;
10305}
10306_ACEOF
10307if ac_fn_c_try_compile "$LINENO"; then :
10308 eval "$as_ac_Header=yes"
10309else
10310 eval "$as_ac_Header=no"
10311fi
10312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10313fi
10314eval ac_res=\$$as_ac_Header
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10316$as_echo "$ac_res" >&6; }
10317eval as_val=\$$as_ac_Header
10318 if test "x$as_val" = x""yes; then :
10319 cat >>confdefs.h <<_ACEOF
10320#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
10321_ACEOF
10322
10323ac_header_dirent=$ac_hdr; break
10324fi
10325
10326done
10327# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
10328if test $ac_header_dirent = dirent.h; then
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
10330$as_echo_n "checking for library containing opendir... " >&6; }
10331if test "${ac_cv_search_opendir+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
10333else
10334 ac_func_search_save_LIBS=$LIBS
10335cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10336/* end confdefs.h. */
10337
10338/* Override any GCC internal prototype to avoid an error.
10339 Use char because int might match the return type of a GCC
10340 builtin and then its argument prototype would still apply. */
10341#ifdef __cplusplus
10342extern "C"
10343#endif
10344char opendir ();
10345int
10346main ()
10347{
10348return opendir ();
10349 ;
10350 return 0;
10351}
10352_ACEOF
10353for ac_lib in '' dir; do
10354 if test -z "$ac_lib"; then
10355 ac_res="none required"
10356 else
10357 ac_res=-l$ac_lib
10358 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10359 fi
10360 if ac_fn_c_try_link "$LINENO"; then :
10361 ac_cv_search_opendir=$ac_res
10362fi
10363rm -f core conftest.err conftest.$ac_objext \
10364 conftest$ac_exeext
10365 if test "${ac_cv_search_opendir+set}" = set; then :
10366 break
10367fi
10368done
10369if test "${ac_cv_search_opendir+set}" = set; then :
10370
10371else
10372 ac_cv_search_opendir=no
10373fi
10374rm conftest.$ac_ext
10375LIBS=$ac_func_search_save_LIBS
10376fi
10377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
10378$as_echo "$ac_cv_search_opendir" >&6; }
10379ac_res=$ac_cv_search_opendir
10380if test "$ac_res" != no; then :
10381 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10382
10383fi
10384
10385else
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
10387$as_echo_n "checking for library containing opendir... " >&6; }
10388if test "${ac_cv_search_opendir+set}" = set; then :
10389 $as_echo_n "(cached) " >&6
10390else
10391 ac_func_search_save_LIBS=$LIBS
10392cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10393/* end confdefs.h. */
10394
10395/* Override any GCC internal prototype to avoid an error.
10396 Use char because int might match the return type of a GCC
10397 builtin and then its argument prototype would still apply. */
10398#ifdef __cplusplus
10399extern "C"
10400#endif
10401char opendir ();
10402int
10403main ()
10404{
10405return opendir ();
10406 ;
10407 return 0;
10408}
10409_ACEOF
10410for ac_lib in '' x; do
10411 if test -z "$ac_lib"; then
10412 ac_res="none required"
10413 else
10414 ac_res=-l$ac_lib
10415 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10416 fi
10417 if ac_fn_c_try_link "$LINENO"; then :
10418 ac_cv_search_opendir=$ac_res
10419fi
10420rm -f core conftest.err conftest.$ac_objext \
10421 conftest$ac_exeext
10422 if test "${ac_cv_search_opendir+set}" = set; then :
10423 break
10424fi
10425done
10426if test "${ac_cv_search_opendir+set}" = set; then :
10427
10428else
10429 ac_cv_search_opendir=no
10430fi
10431rm conftest.$ac_ext
10432LIBS=$ac_func_search_save_LIBS
10433fi
10434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
10435$as_echo "$ac_cv_search_opendir" >&6; }
10436ac_res=$ac_cv_search_opendir
10437if test "$ac_res" != no; then :
10438 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10439
10440fi
10441
10442fi
10443
10444 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
10445# for constant arguments. Useless!
10446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
10447$as_echo_n "checking for working alloca.h... " >&6; }
10448if test "${ac_cv_working_alloca_h+set}" = set; then :
10449 $as_echo_n "(cached) " >&6
10450else
10451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10452/* end confdefs.h. */
10453#include <alloca.h>
10454int
10455main ()
10456{
10457char *p = (char *) alloca (2 * sizeof (int));
10458 if (p) return 0;
10459 ;
10460 return 0;
10461}
10462_ACEOF
10463if ac_fn_c_try_link "$LINENO"; then :
10464 ac_cv_working_alloca_h=yes
10465else
10466 ac_cv_working_alloca_h=no
10467fi
10468rm -f core conftest.err conftest.$ac_objext \
10469 conftest$ac_exeext conftest.$ac_ext
10470fi
10471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
10472$as_echo "$ac_cv_working_alloca_h" >&6; }
10473if test $ac_cv_working_alloca_h = yes; then
10474
10475$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
10476
10477fi
10478
10479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
10480$as_echo_n "checking for alloca... " >&6; }
10481if test "${ac_cv_func_alloca_works+set}" = set; then :
10482 $as_echo_n "(cached) " >&6
10483else
10484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10485/* end confdefs.h. */
10486#ifdef __GNUC__
10487# define alloca __builtin_alloca
10488#else
10489# ifdef _MSC_VER
10490# include <malloc.h>
10491# define alloca _alloca
10492# else
10493# ifdef HAVE_ALLOCA_H
10494# include <alloca.h>
10495# else
10496# ifdef _AIX
10497 #pragma alloca
10498# else
10499# ifndef alloca /* predefined by HP cc +Olibcalls */
10500char *alloca ();
10501# endif
10502# endif
10503# endif
10504# endif
10505#endif
10506
10507int
10508main ()
10509{
10510char *p = (char *) alloca (1);
10511 if (p) return 0;
10512 ;
10513 return 0;
10514}
10515_ACEOF
10516if ac_fn_c_try_link "$LINENO"; then :
10517 ac_cv_func_alloca_works=yes
10518else
10519 ac_cv_func_alloca_works=no
10520fi
10521rm -f core conftest.err conftest.$ac_objext \
10522 conftest$ac_exeext conftest.$ac_ext
10523fi
10524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
10525$as_echo "$ac_cv_func_alloca_works" >&6; }
10526
10527if test $ac_cv_func_alloca_works = yes; then
10528
10529$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
10530
10531else
10532 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
10533# that cause trouble. Some versions do not even contain alloca or
10534# contain a buggy version. If you still want to use their alloca,
10535# use ar to extract alloca.o from them instead of compiling alloca.c.
10536
10537ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
10538
10539$as_echo "#define C_ALLOCA 1" >>confdefs.h
10540
10541
10542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
10543$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
10544if test "${ac_cv_os_cray+set}" = set; then :
10545 $as_echo_n "(cached) " >&6
10546else
10547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10548/* end confdefs.h. */
10549#if defined CRAY && ! defined CRAY2
10550webecray
10551#else
10552wenotbecray
10553#endif
10554
10555_ACEOF
10556if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10557 $EGREP "webecray" >/dev/null 2>&1; then :
10558 ac_cv_os_cray=yes
10559else
10560 ac_cv_os_cray=no
10561fi
10562rm -f conftest*
10563
10564fi
10565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
10566$as_echo "$ac_cv_os_cray" >&6; }
10567if test $ac_cv_os_cray = yes; then
10568 for ac_func in _getb67 GETB67 getb67; do
10569 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10570ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10571eval as_val=\$$as_ac_var
10572 if test "x$as_val" = x""yes; then :
10573
10574cat >>confdefs.h <<_ACEOF
10575#define CRAY_STACKSEG_END $ac_func
10576_ACEOF
10577
10578 break
10579fi
10580
10581 done
10582fi
10583
10584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
10585$as_echo_n "checking stack direction for C alloca... " >&6; }
10586if test "${ac_cv_c_stack_direction+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588else
10589 if test "$cross_compiling" = yes; then :
10590 ac_cv_c_stack_direction=0
10591else
10592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10593/* end confdefs.h. */
10594$ac_includes_default
10595int
10596find_stack_direction ()
10597{
10598 static char *addr = 0;
10599 auto char dummy;
10600 if (addr == 0)
10601 {
10602 addr = &dummy;
10603 return find_stack_direction ();
10604 }
10605 else
10606 return (&dummy > addr) ? 1 : -1;
10607}
10608
10609int
10610main ()
10611{
10612 return find_stack_direction () < 0;
10613}
10614_ACEOF
10615if ac_fn_c_try_run "$LINENO"; then :
10616 ac_cv_c_stack_direction=1
10617else
10618 ac_cv_c_stack_direction=-1
10619fi
10620rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10621 conftest.$ac_objext conftest.beam conftest.$ac_ext
10622fi
10623
10624fi
10625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
10626$as_echo "$ac_cv_c_stack_direction" >&6; }
10627cat >>confdefs.h <<_ACEOF
10628#define STACK_DIRECTION $ac_cv_c_stack_direction
10629_ACEOF
10630
10631
10632fi
10633
10634
10635
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10637$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10638if test "${am_cv_langinfo_codeset+set}" = set; then :
10639 $as_echo_n "(cached) " >&6
10640else
10641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10642/* end confdefs.h. */
10643#include <langinfo.h>
10644int
10645main ()
10646{
10647char* cs = nl_langinfo(CODESET);
10648 ;
10649 return 0;
10650}
10651_ACEOF
10652if ac_fn_c_try_link "$LINENO"; then :
10653 am_cv_langinfo_codeset=yes
10654else
10655 am_cv_langinfo_codeset=no
10656fi
10657rm -f core conftest.err conftest.$ac_objext \
10658 conftest$ac_exeext conftest.$ac_ext
10659
10660fi
10661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
10662$as_echo "$am_cv_langinfo_codeset" >&6; }
10663 if test $am_cv_langinfo_codeset = yes; then
10664
10665$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
10666
10667 fi
10668
10669
10670 for ac_header in linux/perf_event.h locale.h memory.h signal.h string.h strings.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h
10671do :
10672 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10673ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10674eval as_val=\$$as_ac_Header
10675 if test "x$as_val" = x""yes; then :
10676 cat >>confdefs.h <<_ACEOF
10677#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10678_ACEOF
10679
10680fi
10681
10682done
10683
10684
10685 for ac_func in fdwalk getrlimit pipe pipe2 socketpair
10686do :
10687 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10688ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10689eval as_val=\$$as_ac_var
10690 if test "x$as_val" = x""yes; then :
10691 cat >>confdefs.h <<_ACEOF
10692#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10693_ACEOF
10694
10695fi
10696done
10697
10698
10699 ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
10700if test "x$ac_cv_have_decl_strerror" = x""yes; then :
10701 ac_have_decl=1
10702else
10703 ac_have_decl=0
10704fi
10705
10706cat >>confdefs.h <<_ACEOF
10707#define HAVE_DECL_STRERROR $ac_have_decl
10708_ACEOF
10709ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
10710if test "x$ac_cv_have_decl_strstr" = x""yes; then :
10711 ac_have_decl=1
10712else
10713 ac_have_decl=0
10714fi
10715
10716cat >>confdefs.h <<_ACEOF
10717#define HAVE_DECL_STRSTR $ac_have_decl
10718_ACEOF
10719
10720
10721
a3828db0
MK
10722# Check the return and argument types of ptrace. No canned test for
10723# this, so roll our own.
10724gdb_ptrace_headers='
10725#if HAVE_SYS_TYPES_H
10726# include <sys/types.h>
10727#endif
10728#if HAVE_SYS_PTRACE_H
10729# include <sys/ptrace.h>
10730#endif
10731#if HAVE_UNISTD_H
10732# include <unistd.h>
10733#endif
10734'
10735# There is no point in checking if we don't have a prototype.
81ecdfbb
RW
10736ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
10737"
10738if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
10739 ac_have_decl=1
06825bd1 10740else
81ecdfbb 10741 ac_have_decl=0
06825bd1 10742fi
06825bd1 10743
a3828db0 10744cat >>confdefs.h <<_ACEOF
81ecdfbb 10745#define HAVE_DECL_PTRACE $ac_have_decl
a3828db0 10746_ACEOF
81ecdfbb 10747if test $ac_have_decl = 1; then :
bec39cab 10748
a3828db0 10749else
a3828db0
MK
10750
10751 : ${gdb_cv_func_ptrace_ret='int'}
10752 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
10753
06825bd1
MK
10754fi
10755
064ef605
DJ
10756# Check return type. Varargs (used on GNU/Linux) conflict with the
10757# empty argument list, so check for that explicitly.
81ecdfbb
RW
10758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
10759$as_echo_n "checking return type of ptrace... " >&6; }
10760if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
10761 $as_echo_n "(cached) " >&6
bec39cab 10762else
81ecdfbb 10763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10764/* end confdefs.h. */
a3828db0 10765$gdb_ptrace_headers
bec39cab
AC
10766int
10767main ()
10768{
064ef605
DJ
10769extern long ptrace (enum __ptrace_request, ...);
10770 ;
10771 return 0;
10772}
10773_ACEOF
81ecdfbb 10774if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
10775 gdb_cv_func_ptrace_ret='long'
10776else
81ecdfbb 10777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
10778/* end confdefs.h. */
10779$gdb_ptrace_headers
10780int
10781main ()
10782{
a3828db0 10783extern int ptrace ();
bec39cab
AC
10784 ;
10785 return 0;
10786}
10787_ACEOF
81ecdfbb 10788if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 10789 gdb_cv_func_ptrace_ret='int'
70f9f479 10790else
81ecdfbb 10791 gdb_cv_func_ptrace_ret='long'
70f9f479 10792fi
81ecdfbb 10793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70f9f479 10794fi
81ecdfbb 10795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
064ef605 10796fi
81ecdfbb
RW
10797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
10798$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
bec39cab 10799
a3828db0
MK
10800cat >>confdefs.h <<_ACEOF
10801#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
bec39cab 10802_ACEOF
70f9f479 10803
a3828db0 10804# Check argument types.
81ecdfbb
RW
10805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
10806$as_echo_n "checking types of arguments for ptrace... " >&6; }
10807if test "${gdb_cv_func_ptrace_args+set}" = set; then :
10808 $as_echo_n "(cached) " >&6
bec39cab 10809else
a3828db0 10810
81ecdfbb 10811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
10812/* end confdefs.h. */
10813$gdb_ptrace_headers
10814int
10815main ()
10816{
10817extern long ptrace (enum __ptrace_request, ...);
10818 ;
10819 return 0;
10820}
10821_ACEOF
81ecdfbb 10822if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
10823 gdb_cv_func_ptrace_args='int,int,long,long'
10824else
064ef605 10825
a3828db0
MK
10826for gdb_arg1 in 'int' 'long'; do
10827 for gdb_arg2 in 'pid_t' 'int' 'long'; do
5ed10e6e 10828 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
96d7229d 10829 for gdb_arg4 in 'int' 'long' 'void *'; do
81ecdfbb 10830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10831/* end confdefs.h. */
a3828db0 10832$gdb_ptrace_headers
bec39cab
AC
10833int
10834main ()
10835{
a3828db0
MK
10836
10837extern $gdb_cv_func_ptrace_ret
10838 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
10839
bec39cab
AC
10840 ;
10841 return 0;
10842}
10843_ACEOF
81ecdfbb 10844if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
10845 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
10846 break 4;
5c7f2947 10847fi
81ecdfbb 10848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0 10849 for gdb_arg5 in 'int *' 'int' 'long'; do
81ecdfbb 10850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10851/* end confdefs.h. */
a3828db0 10852$gdb_ptrace_headers
bec39cab
AC
10853int
10854main ()
10855{
a3828db0
MK
10856
10857extern $gdb_cv_func_ptrace_ret
10858 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
10859
bec39cab
AC
10860 ;
10861 return 0;
10862}
10863_ACEOF
81ecdfbb 10864if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
10865
10866gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
10867 break 5;
78434e59 10868fi
81ecdfbb 10869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0
MK
10870 done
10871 done
10872 done
10873 done
10874done
10875# Provide a safe default value.
10876: ${gdb_cv_func_ptrace_args='int,int,long,long'}
10877
064ef605 10878fi
81ecdfbb 10879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78434e59 10880fi
81ecdfbb
RW
10881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
10882$as_echo "$gdb_cv_func_ptrace_args" >&6; }
a3828db0
MK
10883ac_save_IFS=$IFS; IFS=','
10884set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
10885IFS=$ac_save_IFS
10886shift
bec39cab 10887
a3828db0
MK
10888cat >>confdefs.h <<_ACEOF
10889#define PTRACE_TYPE_ARG3 $3
10890_ACEOF
10891
96d7229d
LM
10892
10893cat >>confdefs.h <<_ACEOF
10894#define PTRACE_TYPE_ARG4 $4
10895_ACEOF
10896
a3828db0
MK
10897if test -n "$5"; then
10898
10899cat >>confdefs.h <<_ACEOF
10900#define PTRACE_TYPE_ARG5 $5
bec39cab 10901_ACEOF
78434e59
MK
10902
10903fi
10904
a3828db0 10905if test "$cross_compiling" = no; then
81ecdfbb
RW
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
10907$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
10908if test "${ac_cv_func_setpgrp_void+set}" = set; then :
10909 $as_echo_n "(cached) " >&6
a3828db0 10910else
81ecdfbb
RW
10911 if test "$cross_compiling" = yes; then :
10912 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
bec39cab 10913else
81ecdfbb 10914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10915/* end confdefs.h. */
81ecdfbb 10916$ac_includes_default
bec39cab
AC
10917int
10918main ()
10919{
a3828db0
MK
10920/* If this system has a BSD-style setpgrp which takes arguments,
10921 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
10922 exit successfully. */
81ecdfbb 10923 return setpgrp (1,1) != -1;
bec39cab
AC
10924 ;
10925 return 0;
10926}
10927_ACEOF
81ecdfbb 10928if ac_fn_c_try_run "$LINENO"; then :
a3828db0 10929 ac_cv_func_setpgrp_void=no
c906108c 10930else
81ecdfbb 10931 ac_cv_func_setpgrp_void=yes
c906108c 10932fi
81ecdfbb
RW
10933rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10934 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 10935fi
81ecdfbb 10936
a3828db0 10937fi
81ecdfbb
RW
10938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
10939$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0
MK
10940if test $ac_cv_func_setpgrp_void = yes; then
10941
81ecdfbb 10942$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
97bf5e38
MK
10943
10944fi
a3828db0
MK
10945
10946else
81ecdfbb
RW
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
10948$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
10949if test "${ac_cv_func_setpgrp_void+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
97bf5e38 10951else
81ecdfbb 10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10953/* end confdefs.h. */
a3828db0
MK
10954
10955#include <unistd.h>
10956
bec39cab
AC
10957int
10958main ()
10959{
a3828db0
MK
10960
10961 if (setpgrp(1,1) == -1)
10962 exit (0);
10963 else
10964 exit (1);
10965
bec39cab
AC
10966 ;
10967 return 0;
10968}
10969_ACEOF
81ecdfbb 10970if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 10971 ac_cv_func_setpgrp_void=no
c906108c 10972else
81ecdfbb 10973 ac_cv_func_setpgrp_void=yes
c906108c 10974fi
81ecdfbb 10975rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 10976fi
81ecdfbb
RW
10977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
10978$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0 10979if test $ac_cv_func_setpgrp_void = yes; then
81ecdfbb 10980 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
c3f6f71d 10981
a3828db0 10982fi
c906108c
SS
10983fi
10984
a3828db0
MK
10985# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
10986# since sigsetjmp might only be defined as a macro.
81ecdfbb
RW
10987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
10988$as_echo_n "checking for sigsetjmp... " >&6; }
10989if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
10990 $as_echo_n "(cached) " >&6
bec39cab 10991else
81ecdfbb 10992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10993/* end confdefs.h. */
a3828db0
MK
10994
10995#include <setjmp.h>
10996
bec39cab
AC
10997int
10998main ()
10999{
a3828db0 11000sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
bec39cab
AC
11001 ;
11002 return 0;
11003}
11004_ACEOF
81ecdfbb 11005if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11006 gdb_cv_func_sigsetjmp=yes
c906108c 11007else
81ecdfbb 11008 gdb_cv_func_sigsetjmp=no
c906108c 11009fi
81ecdfbb 11010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11011fi
81ecdfbb
RW
11012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
11013$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
a3828db0 11014if test $gdb_cv_func_sigsetjmp = yes; then
c906108c 11015
81ecdfbb 11016$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
c906108c 11017
97bf5e38 11018fi
c906108c 11019
a3828db0
MK
11020# Assume we'll default to using the included libiberty regex.
11021gdb_use_included_regex=yes
11022
11023# However, if the system regex is GNU regex, then default to *not*
11024# using the included regex.
81ecdfbb
RW
11025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
11026$as_echo_n "checking for GNU regex... " >&6; }
11027if test "${gdb_cv_have_gnu_regex+set}" = set; then :
11028 $as_echo_n "(cached) " >&6
bec39cab 11029else
81ecdfbb 11030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11031/* end confdefs.h. */
a3828db0 11032#include <gnu-versions.h>
bec39cab
AC
11033int
11034main ()
11035{
81ecdfbb
RW
11036#define REGEX_INTERFACE_VERSION 1
11037#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
11038# error "Version mismatch"
11039#endif
5c45e068
MK
11040 ;
11041 return 0;
11042}
11043_ACEOF
81ecdfbb
RW
11044if ac_fn_c_try_compile "$LINENO"; then :
11045 gdb_cv_have_gnu_regex=yes
5c45e068 11046else
81ecdfbb
RW
11047 gdb_cv_have_gnu_regex=no
11048fi
11049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11050fi
11051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
11052$as_echo "$gdb_cv_have_gnu_regex" >&6; }
11053if test $gdb_cv_have_gnu_regex = yes; then
11054 gdb_use_included_regex=no
5c45e068 11055fi
81ecdfbb
RW
11056
11057
11058# Check whether --with-included-regex was given.
11059if test "${with_included_regex+set}" = set; then :
11060 withval=$with_included_regex; gdb_with_regex=$withval
11061else
11062 gdb_with_regex=$gdb_use_included_regex
c906108c 11063fi
81ecdfbb
RW
11064
11065if test "$gdb_with_regex" = yes; then
11066
11067$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
11068
c906108c 11069fi
81ecdfbb
RW
11070
11071# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
11072ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
11073#include <sys/proc.h>
11074
11075"
11076if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
c906108c 11077
5c45e068 11078cat >>confdefs.h <<_ACEOF
a3828db0 11079#define HAVE_STRUCT_THREAD_TD_PCB 1
bec39cab 11080_ACEOF
c906108c 11081
5c45e068 11082
97bf5e38 11083fi
c906108c 11084
5c45e068 11085
a3828db0 11086# See if <sys/lwp.h> defines `struct lwp`.
81ecdfbb
RW
11087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
11088$as_echo_n "checking for struct lwp... " >&6; }
11089if test "${gdb_cv_struct_lwp+set}" = set; then :
11090 $as_echo_n "(cached) " >&6
bec39cab 11091else
81ecdfbb 11092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11093/* end confdefs.h. */
a3828db0
MK
11094#include <sys/param.h>
11095#include <sys/lwp.h>
bec39cab
AC
11096int
11097main ()
11098{
a3828db0 11099struct lwp l;
bec39cab
AC
11100 ;
11101 return 0;
11102}
11103_ACEOF
81ecdfbb 11104if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11105 gdb_cv_struct_lwp=yes
c906108c 11106else
81ecdfbb 11107 gdb_cv_struct_lwp=no
c906108c 11108fi
81ecdfbb 11109rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11110fi
81ecdfbb
RW
11111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
11112$as_echo "$gdb_cv_struct_lwp" >&6; }
a3828db0 11113if test $gdb_cv_struct_lwp = yes; then
c906108c 11114
81ecdfbb 11115$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
c906108c 11116
97bf5e38 11117fi
c906108c 11118
a3828db0 11119# See if <machine/reg.h> degines `struct reg'.
81ecdfbb
RW
11120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
11121$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
11122if test "${gdb_cv_struct_reg+set}" = set; then :
11123 $as_echo_n "(cached) " >&6
bec39cab 11124else
81ecdfbb 11125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11126/* end confdefs.h. */
a3828db0
MK
11127#include <sys/types.h>
11128#include <machine/reg.h>
bec39cab
AC
11129int
11130main ()
11131{
a3828db0 11132struct reg r;
bec39cab
AC
11133 ;
11134 return 0;
11135}
11136_ACEOF
81ecdfbb 11137if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11138 gdb_cv_struct_reg=yes
27ca5dad 11139else
81ecdfbb 11140 gdb_cv_struct_reg=no
27ca5dad 11141fi
81ecdfbb 11142rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27ca5dad 11143fi
81ecdfbb
RW
11144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
11145$as_echo "$gdb_cv_struct_reg" >&6; }
a3828db0 11146if test $gdb_cv_struct_reg = yes; then
bec39cab 11147
81ecdfbb 11148$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
27ca5dad
MC
11149
11150fi
97bf5e38 11151
a3828db0
MK
11152# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
11153# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
81ecdfbb
RW
11154ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
11155"
11156if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
5c45e068
MK
11157
11158cat >>confdefs.h <<_ACEOF
a3828db0 11159#define HAVE_STRUCT_REG_R_FS 1
bec39cab 11160_ACEOF
3862412b 11161
5c45e068 11162
97bf5e38 11163fi
81ecdfbb
RW
11164ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
11165"
11166if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
5c45e068
MK
11167
11168cat >>confdefs.h <<_ACEOF
a3828db0 11169#define HAVE_STRUCT_REG_R_GS 1
bec39cab 11170_ACEOF
3862412b 11171
5c45e068 11172
97bf5e38 11173fi
3862412b 11174
5c45e068 11175
6fea9e18
L
11176# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
11177# Older amd64 Linux's don't have the fs_base and gs_base members of
11178# `struct user_regs_struct'.
11179ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/user.h>
11180"
11181if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
11182
11183cat >>confdefs.h <<_ACEOF
11184#define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
11185_ACEOF
11186
11187
11188fi
11189ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/user.h>
11190"
11191if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
11192
11193cat >>confdefs.h <<_ACEOF
11194#define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
11195_ACEOF
11196
11197
11198fi
11199
11200
a3828db0 11201# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
81ecdfbb
RW
11202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
11203$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
11204if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
11205 $as_echo_n "(cached) " >&6
451928c5 11206else
81ecdfbb 11207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11208/* end confdefs.h. */
a3828db0 11209#include <sys/ptrace.h>
bec39cab
AC
11210int
11211main ()
11212{
a3828db0 11213PTRACE_GETREGS;
bec39cab
AC
11214 ;
11215 return 0;
11216}
11217_ACEOF
81ecdfbb 11218if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11219 gdb_cv_have_ptrace_getregs=yes
451928c5 11220else
81ecdfbb 11221 gdb_cv_have_ptrace_getregs=no
451928c5 11222fi
81ecdfbb 11223rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
11224fi
11225
81ecdfbb
RW
11226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
11227$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
a3828db0 11228if test $gdb_cv_have_ptrace_getregs = yes; then
60ca704f 11229
81ecdfbb 11230$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
451928c5 11231
97bf5e38 11232fi
451928c5 11233
a3828db0 11234# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
81ecdfbb
RW
11235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
11236$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
11237if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
11238 $as_echo_n "(cached) " >&6
451928c5 11239else
81ecdfbb 11240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11241/* end confdefs.h. */
a3828db0 11242#include <sys/ptrace.h>
bec39cab
AC
11243int
11244main ()
11245{
a3828db0 11246PTRACE_GETFPXREGS;
bec39cab
AC
11247 ;
11248 return 0;
11249}
11250_ACEOF
81ecdfbb 11251if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11252 gdb_cv_have_ptrace_getfpxregs=yes
451928c5 11253else
81ecdfbb 11254 gdb_cv_have_ptrace_getfpxregs=no
451928c5 11255fi
81ecdfbb 11256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
11257fi
11258
81ecdfbb
RW
11259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
11260$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
a3828db0 11261if test $gdb_cv_have_ptrace_getfpxregs = yes; then
60ca704f 11262
81ecdfbb 11263$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
451928c5 11264
97bf5e38 11265fi
451928c5 11266
a3828db0 11267# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
81ecdfbb
RW
11268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
11269$as_echo_n "checking for PT_GETDBREGS... " >&6; }
11270if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
11271 $as_echo_n "(cached) " >&6
3862412b 11272else
81ecdfbb 11273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11274/* end confdefs.h. */
a3828db0
MK
11275#include <sys/types.h>
11276#include <sys/ptrace.h>
bec39cab
AC
11277int
11278main ()
11279{
a3828db0 11280PT_GETDBREGS;
bec39cab
AC
11281 ;
11282 return 0;
11283}
11284_ACEOF
81ecdfbb 11285if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11286 gdb_cv_have_pt_getdbregs=yes
3862412b 11287else
81ecdfbb 11288 gdb_cv_have_pt_getdbregs=no
3862412b 11289fi
81ecdfbb 11290rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
11291fi
11292
81ecdfbb
RW
11293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
11294$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
a3828db0 11295if test $gdb_cv_have_pt_getdbregs = yes; then
60ca704f 11296
81ecdfbb 11297$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
3862412b 11298
97bf5e38 11299fi
3862412b 11300
a3828db0 11301# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
81ecdfbb
RW
11302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
11303$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
11304if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
11305 $as_echo_n "(cached) " >&6
3862412b 11306else
81ecdfbb 11307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11308/* end confdefs.h. */
a3828db0
MK
11309#include <sys/types.h>
11310#include <sys/ptrace.h>
bec39cab
AC
11311int
11312main ()
11313{
a3828db0 11314PT_GETXMMREGS;
bec39cab
AC
11315 ;
11316 return 0;
11317}
11318_ACEOF
81ecdfbb 11319if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 11320 gdb_cv_have_pt_getxmmregs=yes
3862412b 11321else
81ecdfbb 11322 gdb_cv_have_pt_getxmmregs=no
3862412b 11323fi
81ecdfbb 11324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
11325fi
11326
81ecdfbb
RW
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
11328$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
a3828db0 11329if test $gdb_cv_have_pt_getxmmregs = yes; then
60ca704f 11330
81ecdfbb 11331$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
3862412b 11332
97bf5e38 11333fi
3862412b 11334
05b4bd79 11335# Detect which type of /proc is in use, such as for Solaris.
97bf5e38
MK
11336
11337if test "${target}" = "${host}"; then
11338 case "${host}" in
7b00db47 11339 *-*-sysv4.2* | *-*-sysv5* )
60ca704f 11340
81ecdfbb 11341$as_echo "#define NEW_PROC_API 1" >>confdefs.h
97bf5e38
MK
11342
11343 ;;
c162e8c9 11344 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
60ca704f 11345
81ecdfbb 11346$as_echo "#define NEW_PROC_API 1" >>confdefs.h
c960c18f
AC
11347
11348 ;;
11349 mips-sgi-irix5*)
11350 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
60ca704f 11351
81ecdfbb 11352$as_echo "#define _KMEMUSER 1" >>confdefs.h
97bf5e38
MK
11353
11354 ;;
11355 esac
11356fi
11357
11358if test "$ac_cv_header_sys_procfs_h" = yes; then
81ecdfbb
RW
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
11360$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
11361 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
11362 $as_echo_n "(cached) " >&6
596c9d4b 11363else
81ecdfbb 11364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11365/* end confdefs.h. */
596c9d4b
KB
11366
11367#define _SYSCALL32
d30c5336
JK
11368/* Needed for new procfs interface on sparc-solaris. */
11369#define _STRUCTURED_PROC 1
596c9d4b 11370#include <sys/procfs.h>
bec39cab
AC
11371int
11372main ()
11373{
97bf5e38 11374gregset_t avar
bec39cab
AC
11375 ;
11376 return 0;
11377}
11378_ACEOF
81ecdfbb 11379if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11380 bfd_cv_have_sys_procfs_type_gregset_t=yes
596c9d4b 11381else
81ecdfbb 11382 bfd_cv_have_sys_procfs_type_gregset_t=no
bec39cab 11383
596c9d4b 11384fi
81ecdfbb 11385rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
11386fi
11387
97bf5e38 11388 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
bec39cab 11389
81ecdfbb 11390$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
596c9d4b
KB
11391
11392 fi
81ecdfbb
RW
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
11394$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
451928c5 11395
81ecdfbb
RW
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
11397$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
11398 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
11399 $as_echo_n "(cached) " >&6
d84dd0c5 11400else
81ecdfbb 11401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11402/* end confdefs.h. */
97bf5e38
MK
11403
11404#define _SYSCALL32
d30c5336
JK
11405/* Needed for new procfs interface on sparc-solaris. */
11406#define _STRUCTURED_PROC 1
d84dd0c5 11407#include <sys/procfs.h>
bec39cab
AC
11408int
11409main ()
11410{
97bf5e38 11411fpregset_t avar
bec39cab
AC
11412 ;
11413 return 0;
11414}
11415_ACEOF
81ecdfbb 11416if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11417 bfd_cv_have_sys_procfs_type_fpregset_t=yes
d84dd0c5 11418else
81ecdfbb 11419 bfd_cv_have_sys_procfs_type_fpregset_t=no
bec39cab 11420
d84dd0c5 11421fi
81ecdfbb 11422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d84dd0c5
MK
11423fi
11424
97bf5e38 11425 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
bec39cab 11426
81ecdfbb 11427$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
d84dd0c5 11428
97bf5e38 11429 fi
81ecdfbb
RW
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
11431$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
d84dd0c5 11432
81ecdfbb
RW
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
11434$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
11435 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
11436 $as_echo_n "(cached) " >&6
c906108c 11437else
81ecdfbb 11438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11439/* end confdefs.h. */
c906108c 11440
97bf5e38 11441#define _SYSCALL32
d30c5336
JK
11442/* Needed for new procfs interface on sparc-solaris. */
11443#define _STRUCTURED_PROC 1
97bf5e38 11444#include <sys/procfs.h>
bec39cab
AC
11445int
11446main ()
11447{
97bf5e38 11448prgregset_t avar
bec39cab
AC
11449 ;
11450 return 0;
11451}
11452_ACEOF
81ecdfbb 11453if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11454 bfd_cv_have_sys_procfs_type_prgregset_t=yes
c906108c 11455else
81ecdfbb 11456 bfd_cv_have_sys_procfs_type_prgregset_t=no
bec39cab 11457
c906108c 11458fi
81ecdfbb 11459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
11460fi
11461
97bf5e38 11462 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
bec39cab 11463
81ecdfbb 11464$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
c906108c 11465
97bf5e38 11466 fi
81ecdfbb
RW
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
11468$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
c906108c 11469
81ecdfbb
RW
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
11471$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
11472 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
11473 $as_echo_n "(cached) " >&6
d45fe813 11474else
81ecdfbb 11475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11476/* end confdefs.h. */
97bf5e38
MK
11477
11478#define _SYSCALL32
d30c5336
JK
11479/* Needed for new procfs interface on sparc-solaris. */
11480#define _STRUCTURED_PROC 1
97bf5e38 11481#include <sys/procfs.h>
bec39cab
AC
11482int
11483main ()
11484{
97bf5e38 11485prfpregset_t avar
bec39cab
AC
11486 ;
11487 return 0;
11488}
11489_ACEOF
81ecdfbb 11490if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11491 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
d45fe813 11492else
81ecdfbb 11493 bfd_cv_have_sys_procfs_type_prfpregset_t=no
bec39cab 11494
d45fe813 11495fi
81ecdfbb 11496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
11497fi
11498
97bf5e38 11499 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
bec39cab 11500
81ecdfbb 11501$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
d45fe813 11502
97bf5e38 11503 fi
81ecdfbb
RW
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
11505$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
d45fe813 11506
81ecdfbb
RW
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
11508$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
11509 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
11510 $as_echo_n "(cached) " >&6
d45fe813 11511else
81ecdfbb 11512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11513/* end confdefs.h. */
97bf5e38
MK
11514
11515#define _SYSCALL32
d30c5336
JK
11516/* Needed for new procfs interface on sparc-solaris. */
11517#define _STRUCTURED_PROC 1
97bf5e38 11518#include <sys/procfs.h>
bec39cab
AC
11519int
11520main ()
11521{
97bf5e38 11522prgregset32_t avar
bec39cab
AC
11523 ;
11524 return 0;
11525}
11526_ACEOF
81ecdfbb 11527if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11528 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
d45fe813 11529else
81ecdfbb 11530 bfd_cv_have_sys_procfs_type_prgregset32_t=no
bec39cab 11531
d45fe813 11532fi
81ecdfbb 11533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
11534fi
11535
97bf5e38 11536 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
bec39cab 11537
81ecdfbb 11538$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
d45fe813 11539
97bf5e38 11540 fi
81ecdfbb
RW
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
11542$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
d45fe813 11543
81ecdfbb
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
11545$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
11546 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
11547 $as_echo_n "(cached) " >&6
d45fe813 11548else
81ecdfbb 11549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11550/* end confdefs.h. */
97bf5e38 11551
d45fe813 11552#define _SYSCALL32
d30c5336
JK
11553/* Needed for new procfs interface on sparc-solaris. */
11554#define _STRUCTURED_PROC 1
97bf5e38 11555#include <sys/procfs.h>
bec39cab
AC
11556int
11557main ()
11558{
97bf5e38 11559lwpid_t avar
bec39cab
AC
11560 ;
11561 return 0;
11562}
11563_ACEOF
81ecdfbb 11564if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11565 bfd_cv_have_sys_procfs_type_lwpid_t=yes
d45fe813 11566else
81ecdfbb 11567 bfd_cv_have_sys_procfs_type_lwpid_t=no
bec39cab 11568
d45fe813 11569fi
81ecdfbb 11570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
11571fi
11572
97bf5e38 11573 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
bec39cab 11574
81ecdfbb 11575$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
d45fe813 11576
97bf5e38 11577 fi
81ecdfbb
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
11579$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
c906108c 11580
81ecdfbb
RW
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
11582$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
11583 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
11584 $as_echo_n "(cached) " >&6
c906108c 11585else
81ecdfbb 11586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11587/* end confdefs.h. */
c906108c 11588
97bf5e38 11589#define _SYSCALL32
d30c5336
JK
11590/* Needed for new procfs interface on sparc-solaris. */
11591#define _STRUCTURED_PROC 1
97bf5e38 11592#include <sys/procfs.h>
bec39cab
AC
11593int
11594main ()
11595{
97bf5e38 11596psaddr_t avar
bec39cab
AC
11597 ;
11598 return 0;
11599}
11600_ACEOF
81ecdfbb 11601if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11602 bfd_cv_have_sys_procfs_type_psaddr_t=yes
c906108c 11603else
81ecdfbb 11604 bfd_cv_have_sys_procfs_type_psaddr_t=no
bec39cab 11605
c906108c 11606fi
81ecdfbb 11607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
11608fi
11609
97bf5e38 11610 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
bec39cab 11611
81ecdfbb 11612$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
c906108c 11613
97bf5e38 11614 fi
81ecdfbb
RW
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
11616$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
c906108c 11617
81ecdfbb
RW
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
11619$as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
11620 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
11621 $as_echo_n "(cached) " >&6
c906108c 11622else
81ecdfbb 11623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11624/* end confdefs.h. */
c906108c 11625
97bf5e38 11626#define _SYSCALL32
d30c5336
JK
11627/* Needed for new procfs interface on sparc-solaris. */
11628#define _STRUCTURED_PROC 1
97bf5e38 11629#include <sys/procfs.h>
bec39cab
AC
11630int
11631main ()
11632{
97bf5e38 11633prsysent_t avar
bec39cab
AC
11634 ;
11635 return 0;
11636}
11637_ACEOF
81ecdfbb 11638if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11639 bfd_cv_have_sys_procfs_type_prsysent_t=yes
c906108c 11640else
81ecdfbb 11641 bfd_cv_have_sys_procfs_type_prsysent_t=no
bec39cab 11642
c906108c 11643fi
81ecdfbb 11644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
11645fi
11646
97bf5e38 11647 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
bec39cab 11648
81ecdfbb 11649$as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
c906108c 11650
97bf5e38 11651 fi
81ecdfbb
RW
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
11653$as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
c906108c 11654
81ecdfbb
RW
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
11656$as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
11657 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
11658 $as_echo_n "(cached) " >&6
c906108c 11659else
81ecdfbb 11660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11661/* end confdefs.h. */
c906108c 11662
97bf5e38 11663#define _SYSCALL32
d30c5336
JK
11664/* Needed for new procfs interface on sparc-solaris. */
11665#define _STRUCTURED_PROC 1
97bf5e38 11666#include <sys/procfs.h>
bec39cab
AC
11667int
11668main ()
11669{
97bf5e38 11670pr_sigset_t avar
bec39cab
AC
11671 ;
11672 return 0;
11673}
11674_ACEOF
81ecdfbb 11675if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11676 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
c906108c 11677else
81ecdfbb 11678 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
bec39cab 11679
c906108c 11680fi
81ecdfbb 11681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
11682fi
11683
97bf5e38 11684 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
bec39cab 11685
81ecdfbb 11686$as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
c906108c 11687
97bf5e38 11688 fi
81ecdfbb
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
11690$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
c906108c 11691
81ecdfbb
RW
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
11693$as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
11694 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
11695 $as_echo_n "(cached) " >&6
c906108c 11696else
81ecdfbb 11697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11698/* end confdefs.h. */
c906108c 11699
97bf5e38 11700#define _SYSCALL32
d30c5336
JK
11701/* Needed for new procfs interface on sparc-solaris. */
11702#define _STRUCTURED_PROC 1
97bf5e38 11703#include <sys/procfs.h>
bec39cab
AC
11704int
11705main ()
11706{
97bf5e38 11707pr_sigaction64_t avar
bec39cab
AC
11708 ;
11709 return 0;
11710}
11711_ACEOF
81ecdfbb 11712if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 11713 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
c906108c 11714else
81ecdfbb 11715 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
bec39cab 11716
c906108c 11717fi
81ecdfbb 11718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
11719fi
11720
97bf5e38 11721 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
bec39cab 11722
81ecdfbb 11723$as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
c906108c 11724
97bf5e38 11725 fi
81ecdfbb
RW
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
11727$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
97bf5e38 11728
81ecdfbb
RW
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
11730$as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
11731 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
11732 $as_echo_n "(cached) " >&6
97bf5e38 11733else
81ecdfbb 11734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11735/* end confdefs.h. */
97bf5e38
MK
11736
11737#define _SYSCALL32
d30c5336
JK
11738/* Needed for new procfs interface on sparc-solaris. */
11739#define _STRUCTURED_PROC 1
97bf5e38 11740#include <sys/procfs.h>
bec39cab
AC
11741int
11742main ()
11743{
97bf5e38 11744pr_siginfo64_t avar
bec39cab
AC
11745 ;
11746 return 0;
11747}
11748_ACEOF
81ecdfbb 11749if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
11750 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
11751else
81ecdfbb 11752 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
bec39cab 11753
97bf5e38 11754fi
81ecdfbb 11755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 11756fi
c906108c 11757
97bf5e38 11758 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
bec39cab 11759
81ecdfbb 11760$as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
c906108c 11761
97bf5e38 11762 fi
81ecdfbb
RW
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
11764$as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
bec39cab
AC
11765
11766
97bf5e38
MK
11767
11768
11769
97bf5e38 11770 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
81ecdfbb
RW
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
11772$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
11773 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
11774 $as_echo_n "(cached) " >&6
c906108c 11775else
81ecdfbb 11776 if test "$cross_compiling" = yes; then :
97bf5e38 11777 gdb_cv_prfpregset_t_broken=yes
c906108c 11778else
81ecdfbb 11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11780/* end confdefs.h. */
97bf5e38
MK
11781#include <sys/procfs.h>
11782 int main ()
11783 {
11784 if (sizeof (prfpregset_t) == sizeof (void *))
11785 return 1;
11786 return 0;
11787 }
bec39cab 11788_ACEOF
81ecdfbb 11789if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 11790 gdb_cv_prfpregset_t_broken=no
81ecdfbb
RW
11791else
11792 gdb_cv_prfpregset_t_broken=yes
c906108c 11793fi
81ecdfbb
RW
11794rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11795 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 11796fi
81ecdfbb 11797
c906108c
SS
11798fi
11799
81ecdfbb
RW
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
11801$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
97bf5e38 11802 if test $gdb_cv_prfpregset_t_broken = yes; then
60ca704f 11803
81ecdfbb 11804$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
c906108c 11805
97bf5e38
MK
11806 fi
11807 fi
c906108c 11808fi
c906108c 11809
bc8bcb4b 11810# Check if the compiler supports the `long long' type.
c906108c 11811
81ecdfbb
RW
11812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
11813$as_echo_n "checking for long long support in compiler... " >&6; }
11814if test "${gdb_cv_c_long_long+set}" = set; then :
11815 $as_echo_n "(cached) " >&6
97bf5e38 11816else
81ecdfbb 11817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11818/* end confdefs.h. */
bc8bcb4b 11819extern long long foo;
bec39cab
AC
11820int
11821main ()
11822{
bc8bcb4b 11823switch (foo & 2) { case 0: return 1; }
bec39cab
AC
11824 ;
11825 return 0;
11826}
11827_ACEOF
81ecdfbb 11828if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
11829 gdb_cv_c_long_long=yes
11830else
81ecdfbb 11831 gdb_cv_c_long_long=no
97bf5e38 11832fi
81ecdfbb 11833rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 11834fi
81ecdfbb
RW
11835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
11836$as_echo "$gdb_cv_c_long_long" >&6; }
74a0d9f6
JK
11837if test $gdb_cv_c_long_long != yes; then
11838 # libdecnumber requires long long.
11839 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
97bf5e38
MK
11840fi
11841
bc8bcb4b 11842# Check if the compiler and runtime support printing long longs.
97bf5e38 11843
81ecdfbb
RW
11844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
11845$as_echo_n "checking for long long support in printf... " >&6; }
11846if test "${gdb_cv_printf_has_long_long+set}" = set; then :
11847 $as_echo_n "(cached) " >&6
97bf5e38 11848else
81ecdfbb 11849 if test "$cross_compiling" = yes; then :
97bf5e38
MK
11850 gdb_cv_printf_has_long_long=no
11851else
81ecdfbb 11852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11853/* end confdefs.h. */
bc8bcb4b
MK
11854$ac_includes_default
11855int
11856main ()
11857{
11858char buf[32];
97bf5e38
MK
11859 long long l = 0;
11860 l = (l << 16) + 0x0123;
11861 l = (l << 16) + 0x4567;
11862 l = (l << 16) + 0x89ab;
11863 l = (l << 16) + 0xcdef;
11864 sprintf (buf, "0x%016llx", l);
11865 return (strcmp ("0x0123456789abcdef", buf));
bc8bcb4b
MK
11866 ;
11867 return 0;
c906108c 11868}
bec39cab 11869_ACEOF
81ecdfbb 11870if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
11871 gdb_cv_printf_has_long_long=yes
11872else
81ecdfbb 11873 gdb_cv_printf_has_long_long=no
97bf5e38 11874fi
81ecdfbb
RW
11875rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11876 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 11877fi
81ecdfbb 11878
97bf5e38 11879fi
81ecdfbb
RW
11880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
11881$as_echo "$gdb_cv_printf_has_long_long" >&6; }
97bf5e38 11882if test $gdb_cv_printf_has_long_long = yes; then
bc8bcb4b 11883
81ecdfbb 11884$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
11885
11886fi
97bf5e38 11887
1a619819
LM
11888# Check if the compiler and runtime support printing decfloats.
11889
81ecdfbb
RW
11890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
11891$as_echo_n "checking for decfloat support in printf... " >&6; }
11892if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
11893 $as_echo_n "(cached) " >&6
1a619819 11894else
81ecdfbb 11895 if test "$cross_compiling" = yes; then :
1a619819
LM
11896 gdb_cv_printf_has_decfloat=no
11897else
81ecdfbb 11898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1a619819
LM
11899/* end confdefs.h. */
11900$ac_includes_default
11901int
11902main ()
11903{
11904char buf[64];
11905 _Decimal32 d32 = 1.2345df;
11906 _Decimal64 d64 = 1.2345dd;
11907 _Decimal128 d128 = 1.2345dl;
11908 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
11909 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
11910 ;
11911 return 0;
11912}
11913_ACEOF
81ecdfbb 11914if ac_fn_c_try_run "$LINENO"; then :
1a619819
LM
11915 gdb_cv_printf_has_decfloat=yes
11916else
81ecdfbb 11917 gdb_cv_printf_has_decfloat=no
1a619819 11918fi
81ecdfbb
RW
11919rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11920 conftest.$ac_objext conftest.beam conftest.$ac_ext
1a619819 11921fi
81ecdfbb 11922
1a619819 11923fi
81ecdfbb
RW
11924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
11925$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
1a619819
LM
11926if test $gdb_cv_printf_has_decfloat = yes; then
11927
81ecdfbb 11928$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
1a619819
LM
11929
11930fi
11931
bc8bcb4b
MK
11932# Check if the compiler supports the `long double' type. We can't use
11933# AC_C_LONG_DOUBLE because that one does additional checks on the
11934# constants defined in <float.h> that fail on some systems,
11935# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
97bf5e38 11936
81ecdfbb
RW
11937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
11938$as_echo_n "checking for long double support in compiler... " >&6; }
11939if test "${gdb_cv_c_long_double+set}" = set; then :
11940 $as_echo_n "(cached) " >&6
97bf5e38 11941else
81ecdfbb 11942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11943/* end confdefs.h. */
97bf5e38 11944long double foo;
bec39cab 11945_ACEOF
81ecdfbb 11946if ac_fn_c_try_compile "$LINENO"; then :
bc8bcb4b 11947 gdb_cv_c_long_double=yes
97bf5e38 11948else
81ecdfbb 11949 gdb_cv_c_long_double=no
97bf5e38 11950fi
81ecdfbb 11951rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 11952fi
81ecdfbb
RW
11953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
11954$as_echo "$gdb_cv_c_long_double" >&6; }
bc8bcb4b 11955if test $gdb_cv_c_long_double = yes; then
c906108c 11956
81ecdfbb 11957$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
11958
11959fi
11960
bc8bcb4b 11961# Check if the compiler and runtime support printing long doubles.
97bf5e38 11962
81ecdfbb
RW
11963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
11964$as_echo_n "checking for long double support in printf... " >&6; }
11965if test "${gdb_cv_printf_has_long_double+set}" = set; then :
11966 $as_echo_n "(cached) " >&6
97bf5e38 11967else
81ecdfbb 11968 if test "$cross_compiling" = yes; then :
97bf5e38
MK
11969 gdb_cv_printf_has_long_double=no
11970else
81ecdfbb 11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11972/* end confdefs.h. */
bc8bcb4b
MK
11973$ac_includes_default
11974int
11975main ()
11976{
11977char buf[16];
97bf5e38
MK
11978 long double f = 3.141592653;
11979 sprintf (buf, "%Lg", f);
11980 return (strncmp ("3.14159", buf, 7));
bc8bcb4b
MK
11981 ;
11982 return 0;
97bf5e38 11983}
bec39cab 11984_ACEOF
81ecdfbb 11985if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 11986 gdb_cv_printf_has_long_double=yes
c906108c 11987else
81ecdfbb 11988 gdb_cv_printf_has_long_double=no
c906108c 11989fi
81ecdfbb
RW
11990rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11991 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 11992fi
81ecdfbb 11993
c906108c 11994fi
81ecdfbb
RW
11995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
11996$as_echo "$gdb_cv_printf_has_long_double" >&6; }
97bf5e38 11997if test $gdb_cv_printf_has_long_double = yes; then
bc8bcb4b 11998
81ecdfbb 11999$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
12000
12001fi
97bf5e38 12002
bc8bcb4b 12003# Check if the compiler and runtime support scanning long doubles.
97bf5e38 12004
81ecdfbb
RW
12005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
12006$as_echo_n "checking for long double support in scanf... " >&6; }
12007if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
12008 $as_echo_n "(cached) " >&6
97bf5e38 12009else
81ecdfbb 12010 if test "$cross_compiling" = yes; then :
97bf5e38
MK
12011 gdb_cv_scanf_has_long_double=no
12012else
81ecdfbb 12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12014/* end confdefs.h. */
bc8bcb4b
MK
12015#include <stdio.h>
12016int
12017main ()
12018{
12019char *buf = "3.141592653";
97bf5e38
MK
12020 long double f = 0;
12021 sscanf (buf, "%Lg", &f);
12022 return !(f > 3.14159 && f < 3.14160);
bc8bcb4b
MK
12023 ;
12024 return 0;
97bf5e38 12025}
bec39cab 12026_ACEOF
81ecdfbb 12027if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
12028 gdb_cv_scanf_has_long_double=yes
12029else
81ecdfbb 12030 gdb_cv_scanf_has_long_double=no
97bf5e38 12031fi
81ecdfbb
RW
12032rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12033 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 12034fi
81ecdfbb 12035
c906108c 12036fi
81ecdfbb
RW
12037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
12038$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
97bf5e38 12039if test $gdb_cv_scanf_has_long_double = yes; then
bc8bcb4b 12040
81ecdfbb 12041$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
12042
12043fi
c906108c 12044
438013df
AO
12045case ${host_os} in
12046aix*)
81ecdfbb
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
12048$as_echo_n "checking for -bbigtoc option... " >&6; }
12049if test "${gdb_cv_bigtoc+set}" = set; then :
12050 $as_echo_n "(cached) " >&6
438013df 12051else
bec39cab 12052
438013df
AO
12053 SAVE_LDFLAGS=$LDFLAGS
12054
12055 case $GCC in
12056 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
12057 *) gdb_cv_bigtoc=-bbigtoc ;;
12058 esac
12059
12060 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
81ecdfbb 12061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12062/* end confdefs.h. */
438013df 12063
bec39cab
AC
12064int
12065main ()
12066{
438013df 12067int i;
bec39cab
AC
12068 ;
12069 return 0;
12070}
12071_ACEOF
81ecdfbb 12072if ac_fn_c_try_link "$LINENO"; then :
bec39cab 12073
81ecdfbb
RW
12074else
12075 gdb_cv_bigtoc=
438013df 12076fi
81ecdfbb
RW
12077rm -f core conftest.err conftest.$ac_objext \
12078 conftest$ac_exeext conftest.$ac_ext
ec76baa5 12079 LDFLAGS="${SAVE_LDFLAGS}"
438013df 12080
bec39cab 12081fi
81ecdfbb
RW
12082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
12083$as_echo "$gdb_cv_bigtoc" >&6; }
438013df
AO
12084 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
12085 ;;
12086esac
12087
38f6b338 12088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
f6528abd 12089$as_echo_n "checking for the dynamic export flag... " >&6; }
38f6b338
JK
12090dynamic_list=false
12091if test "${gdb_native}" = yes; then
12092 # The dynamically loaded libthread_db needs access to symbols in the gdb
12093 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
12094 # may not be supported there.
12095 old_LDFLAGS="$LDFLAGS"
12096 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
12097 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
12098 LDFLAGS="$LDFLAGS $RDYNAMIC"
12099 if test "${have_libpython}" = no; then
12100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6528abd
JK
12101/* end confdefs.h. */
12102
12103int
12104main ()
12105{
12106
12107 ;
12108 return 0;
12109}
12110_ACEOF
12111if ac_fn_c_try_link "$LINENO"; then :
3bebe2f2
JK
12112 dynamic_list=true
12113fi
12114rm -f core conftest.err conftest.$ac_objext \
12115 conftest$ac_exeext conftest.$ac_ext
38f6b338
JK
12116 else
12117 # Workaround http://bugs.python.org/issue4434 where static
12118 # libpythonX.Y.a would get its symbols required for
12119 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
12120 # Problem does not happen for the recommended libpythonX.Y.so linkage.
12121 old_CFLAGS="$CFLAGS"
12122 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
8c1fb155
JK
12123 old_LIBS="$LIBS"
12124 LIBS="$LIBS $PYTHON_LIBS"
38f6b338 12125 if test "$cross_compiling" = yes; then :
3bebe2f2 12126 true
f6528abd 12127else
3bebe2f2
JK
12128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12129/* end confdefs.h. */
12130#include "${have_libpython}/Python.h"
12131int
12132main ()
12133{
12134int err;
38f6b338
JK
12135 Py_Initialize ();
12136 err = PyRun_SimpleString ("import itertools\n");
12137 Py_Finalize ();
12138 return err == 0 ? 0 : 1;
3bebe2f2
JK
12139 ;
12140 return 0;
12141}
12142_ACEOF
12143if ac_fn_c_try_run "$LINENO"; then :
12144 dynamic_list=true
12145fi
12146rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12147 conftest.$ac_objext conftest.beam conftest.$ac_ext
12148fi
12149
8c1fb155 12150 LIBS="$old_LIBS"
38f6b338
JK
12151 CFLAGS="$old_CFLAGS"
12152 fi
12153 LDFLAGS="$old_LDFLAGS"
12154fi
12155if $dynamic_list; then
12156 found="-Wl,--dynamic-list"
12157 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
f6528abd 12158else
38f6b338
JK
12159 found="-rdynamic"
12160 RDYNAMIC="-rdynamic"
f6528abd 12161fi
f6528abd 12162
38f6b338 12163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
f6528abd 12164$as_echo "$found" >&6; }
0407b3f1 12165
f6528abd 12166
0407b3f1 12167if test ${build} = ${host} -a ${host} = ${target} ; then
c906108c 12168 case ${host_os} in
c906108c 12169 solaris*)
d92419e5
JB
12170 # See if thread_db library is around for Solaris thread debugging.
12171 # Note that we must explicitly test for version 1 of the library
12172 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
12173 # the same API.
81ecdfbb
RW
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
12175$as_echo_n "checking for Solaris thread debugging library... " >&6; }
c906108c 12176 if test -f /usr/lib/libthread_db.so.1 ; then
81ecdfbb
RW
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12178$as_echo "yes" >&6; }
60ca704f 12179
81ecdfbb 12180$as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
c906108c 12181
3483b318 12182 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
c906108c 12183 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
81ecdfbb
RW
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12185$as_echo_n "checking for dlopen in -ldl... " >&6; }
12186if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12187 $as_echo_n "(cached) " >&6
c906108c 12188else
bec39cab 12189 ac_check_lib_save_LIBS=$LIBS
c906108c 12190LIBS="-ldl $LIBS"
81ecdfbb 12191cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
12192/* end confdefs.h. */
12193
81ecdfbb
RW
12194/* Override any GCC internal prototype to avoid an error.
12195 Use char because int might match the return type of a GCC
12196 builtin and then its argument prototype would still apply. */
bec39cab
AC
12197#ifdef __cplusplus
12198extern "C"
12199#endif
bec39cab
AC
12200char dlopen ();
12201int
12202main ()
12203{
81ecdfbb 12204return dlopen ();
bec39cab
AC
12205 ;
12206 return 0;
12207}
12208_ACEOF
81ecdfbb 12209if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
12210 ac_cv_lib_dl_dlopen=yes
12211else
81ecdfbb 12212 ac_cv_lib_dl_dlopen=no
bec39cab 12213fi
81ecdfbb
RW
12214rm -f core conftest.err conftest.$ac_objext \
12215 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
12216LIBS=$ac_check_lib_save_LIBS
12217fi
81ecdfbb
RW
12218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12219$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12220if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
bec39cab
AC
12221 cat >>confdefs.h <<_ACEOF
12222#define HAVE_LIBDL 1
12223_ACEOF
c906108c
SS
12224
12225 LIBS="-ldl $LIBS"
12226
c906108c
SS
12227fi
12228
f6528abd 12229 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
c906108c
SS
12230 # Sun randomly tweaked the prototypes in <proc_service.h>
12231 # at one point.
81ecdfbb
RW
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
12233$as_echo_n "checking if <proc_service.h> is old... " >&6; }
12234 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
12235 $as_echo_n "(cached) " >&6
c906108c 12236else
bec39cab 12237
81ecdfbb 12238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12239/* end confdefs.h. */
c906108c
SS
12240
12241 #include <proc_service.h>
12242 ps_err_e ps_pdwrite
12243 (struct ps_prochandle*, psaddr_t, const void*, size_t);
c906108c 12244
bec39cab
AC
12245int
12246main ()
12247{
12248
12249 ;
12250 return 0;
12251}
12252_ACEOF
81ecdfbb 12253if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
12254 gdb_cv_proc_service_is_old=no
12255else
81ecdfbb 12256 gdb_cv_proc_service_is_old=yes
c906108c 12257fi
81ecdfbb 12258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 12259
c906108c
SS
12260fi
12261
81ecdfbb
RW
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
12263$as_echo "$gdb_cv_proc_service_is_old" >&6; }
c906108c 12264 if test $gdb_cv_proc_service_is_old = yes; then
60ca704f 12265
81ecdfbb 12266$as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
c906108c
SS
12267
12268 fi
12269 else
81ecdfbb
RW
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12271$as_echo "no" >&6; }
c906108c
SS
12272 fi
12273 ;;
d92419e5 12274 aix*)
81ecdfbb
RW
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
12276$as_echo_n "checking for AiX thread debugging library... " >&6; }
12277 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
12278 $as_echo_n "(cached) " >&6
bec39cab 12279else
81ecdfbb 12280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12281/* end confdefs.h. */
d92419e5 12282#include <sys/pthdebug.h>
bec39cab
AC
12283int
12284main ()
12285{
d92419e5
JB
12286#ifndef PTHDB_VERSION_3
12287 #error
12288 #endif
bec39cab
AC
12289 ;
12290 return 0;
12291}
12292_ACEOF
81ecdfbb 12293if ac_fn_c_try_compile "$LINENO"; then :
d92419e5
JB
12294 gdb_cv_have_aix_thread_debug=yes
12295else
81ecdfbb 12296 gdb_cv_have_aix_thread_debug=no
d92419e5 12297fi
81ecdfbb 12298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d92419e5
JB
12299fi
12300
81ecdfbb
RW
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
12302$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
d92419e5
JB
12303 if test $gdb_cv_have_aix_thread_debug = yes; then
12304 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
3483b318 12305 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
7f533142 12306 LIBS="$LIBS -lpthdebug"
d645e32e
JB
12307
12308 # Older versions of AIX do not provide the declaration for
12309 # the getthrds function (it appears that it was introduced
12310 # with AIX 6.x).
12311 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
12312"
12313if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
12314 ac_have_decl=1
12315else
12316 ac_have_decl=0
12317fi
12318
12319cat >>confdefs.h <<_ACEOF
12320#define HAVE_DECL_GETTHRDS $ac_have_decl
12321_ACEOF
12322
d92419e5
JB
12323 fi
12324 ;;
c906108c 12325 esac
bec39cab 12326
c906108c
SS
12327fi
12328
3f47be5c 12329if test "x$ac_cv_header_thread_db_h" = "xyes"; then
81ecdfbb
RW
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
12331$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
12332if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
12333 $as_echo_n "(cached) " >&6
bec39cab 12334else
81ecdfbb 12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12336/* end confdefs.h. */
3f47be5c 12337#include <thread_db.h>
bec39cab
AC
12338int
12339main ()
12340{
3f47be5c 12341int i = TD_NOTALLOC;
bec39cab
AC
12342 ;
12343 return 0;
12344}
12345_ACEOF
81ecdfbb 12346if ac_fn_c_try_compile "$LINENO"; then :
3f47be5c
EZ
12347 gdb_cv_thread_db_h_has_td_notalloc=yes
12348else
81ecdfbb 12349 gdb_cv_thread_db_h_has_td_notalloc=no
bec39cab 12350
3f47be5c 12351fi
81ecdfbb 12352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3f47be5c 12353
bec39cab 12354fi
81ecdfbb
RW
12355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
12356$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
12358$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
12359if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
12360 $as_echo_n "(cached) " >&6
59f80f10 12361else
81ecdfbb 12362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
12363/* end confdefs.h. */
12364#include <thread_db.h>
12365int
12366main ()
12367{
12368int i = TD_VERSION;
12369 ;
12370 return 0;
12371}
12372_ACEOF
81ecdfbb 12373if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
12374 gdb_cv_thread_db_h_has_td_version=yes
12375else
81ecdfbb 12376 gdb_cv_thread_db_h_has_td_version=no
59f80f10
DJ
12377
12378fi
81ecdfbb 12379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
12380
12381fi
81ecdfbb
RW
12382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
12383$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
12385$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
12386if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
12387 $as_echo_n "(cached) " >&6
59f80f10 12388else
81ecdfbb 12389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
12390/* end confdefs.h. */
12391#include <thread_db.h>
12392int
12393main ()
12394{
12395int i = TD_NOTLS;
12396 ;
12397 return 0;
12398}
12399_ACEOF
81ecdfbb 12400if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
12401 gdb_cv_thread_db_h_has_td_notls=yes
12402else
81ecdfbb 12403 gdb_cv_thread_db_h_has_td_notls=no
59f80f10
DJ
12404
12405fi
81ecdfbb 12406rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
12407
12408fi
81ecdfbb
RW
12409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
12410$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
3f47be5c
EZ
12411fi
12412if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
bec39cab 12413
81ecdfbb 12414$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
3f47be5c 12415
59f80f10
DJ
12416fi
12417if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
12418
81ecdfbb 12419$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
59f80f10
DJ
12420
12421fi
12422if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
12423
81ecdfbb 12424$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
59f80f10 12425
3f47be5c
EZ
12426fi
12427
b757528f 12428if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
81ecdfbb
RW
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/syscall.h> has __NR_tkill" >&5
12430$as_echo_n "checking whether <sys/syscall.h> has __NR_tkill... " >&6; }
12431if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then :
12432 $as_echo_n "(cached) " >&6
bec39cab 12433else
81ecdfbb 12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12435/* end confdefs.h. */
b757528f 12436#include <sys/syscall.h>
bec39cab
AC
12437int
12438main ()
12439{
b757528f 12440int i = __NR_tkill;
bec39cab
AC
12441 ;
12442 return 0;
12443}
12444_ACEOF
81ecdfbb 12445if ac_fn_c_try_compile "$LINENO"; then :
b757528f
JJ
12446 gdb_cv_sys_syscall_h_has_tkill=yes
12447else
81ecdfbb 12448 gdb_cv_sys_syscall_h_has_tkill=no
bec39cab 12449
b757528f 12450fi
81ecdfbb 12451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b757528f 12452
bec39cab 12453fi
81ecdfbb
RW
12454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
12455$as_echo "$gdb_cv_sys_syscall_h_has_tkill" >&6; }
b757528f
JJ
12456fi
12457if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes" && test "x$ac_cv_func_syscall" = "xyes"; then
bec39cab 12458
81ecdfbb 12459$as_echo "#define HAVE_TKILL_SYSCALL 1" >>confdefs.h
b757528f
JJ
12460
12461fi
12462
81ecdfbb
RW
12463ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
12464"
12465if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
12466 ac_have_decl=1
10568435 12467else
81ecdfbb 12468 ac_have_decl=0
10568435 12469fi
10568435
JK
12470
12471cat >>confdefs.h <<_ACEOF
81ecdfbb 12472#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
10568435
JK
12473_ACEOF
12474
12475
81ecdfbb
RW
12476if test "$cross_compiling" = yes; then :
12477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
12478/* end confdefs.h. */
12479#include <sys/personality.h>
12480int
12481main ()
12482{
12483
12484# if !HAVE_DECL_ADDR_NO_RANDOMIZE
12485# define ADDR_NO_RANDOMIZE 0x0040000
12486# endif
12487 /* Test the flag could be set and stays set. */
12488 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
12489 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
12490 return 1
12491 ;
12492 return 0;
12493}
12494_ACEOF
81ecdfbb 12495if ac_fn_c_try_link "$LINENO"; then :
10568435
JK
12496 have_personality=true
12497else
81ecdfbb 12498 have_personality=false
10568435 12499fi
81ecdfbb
RW
12500rm -f core conftest.err conftest.$ac_objext \
12501 conftest$ac_exeext conftest.$ac_ext
10568435 12502else
81ecdfbb 12503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
12504/* end confdefs.h. */
12505#include <sys/personality.h>
12506int
12507main ()
12508{
12509
12510# if !HAVE_DECL_ADDR_NO_RANDOMIZE
12511# define ADDR_NO_RANDOMIZE 0x0040000
12512# endif
12513 /* Test the flag could be set and stays set. */
12514 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
12515 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
12516 return 1
12517 ;
12518 return 0;
12519}
12520_ACEOF
81ecdfbb 12521if ac_fn_c_try_run "$LINENO"; then :
10568435
JK
12522 have_personality=true
12523else
81ecdfbb 12524 have_personality=false
10568435 12525fi
81ecdfbb
RW
12526rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12527 conftest.$ac_objext conftest.beam conftest.$ac_ext
10568435 12528fi
81ecdfbb 12529
10568435
JK
12530if $have_personality
12531then
12532
81ecdfbb 12533$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
10568435
JK
12534
12535fi
12536
e655c1a2
PA
12537case $host_os in
12538 go32* | *djgpp*)
12539 gdbinit=gdb.ini
12540 ;;
12541 *)
12542 gdbinit=.gdbinit
12543 ;;
12544esac
12545
12546cat >>confdefs.h <<_ACEOF
12547#define GDBINIT "$gdbinit"
12548_ACEOF
12549
12550
fb40c209 12551
f83d8a90
DE
12552# Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
12553# except that the argument to --with-sysroot is optional.
12554# --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
12555if test "x$with_sysroot" = xyes; then
12556 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
12557fi
bec39cab 12558
81ecdfbb
RW
12559# Check whether --with-sysroot was given.
12560if test "${with_sysroot+set}" = set; then :
f83d8a90
DE
12561 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
12562else
12563 TARGET_SYSTEM_ROOT=
12564fi
030292b7 12565
030292b7 12566
f83d8a90
DE
12567 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
12568 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12569 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
12570 ac_define_dir=`eval echo $ac_define_dir`
030292b7 12571
f83d8a90
DE
12572cat >>confdefs.h <<_ACEOF
12573#define TARGET_SYSTEM_ROOT "$ac_define_dir"
12574_ACEOF
bec39cab 12575
030292b7 12576
b14b1491 12577
f83d8a90
DE
12578
12579 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
12580 if test "x$prefix" = xNONE; then
12581 test_prefix=/usr/local
12582 else
12583 test_prefix=$prefix
12584 fi
12585 else
12586 test_prefix=$exec_prefix
12587 fi
12588 value=0
12589 case ${ac_define_dir} in
12590 "${test_prefix}"|"${test_prefix}/"*|\
12591 '${exec_prefix}'|'${exec_prefix}/'*)
12592 value=1
12593 ;;
12594 esac
12595
12596cat >>confdefs.h <<_ACEOF
12597#define TARGET_SYSTEM_ROOT_RELOCATABLE $value
12598_ACEOF
030292b7
DJ
12599
12600
12601
16e7150e 12602
16e7150e 12603
81ecdfbb
RW
12604# Check whether --with-system-gdbinit was given.
12605if test "${with_system_gdbinit+set}" = set; then :
12606 withval=$with_system_gdbinit;
b14b1491
TT
12607 SYSTEM_GDBINIT=$withval
12608else
12609 SYSTEM_GDBINIT=
81ecdfbb
RW
12610fi
12611
16e7150e
JG
12612
12613 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
12614 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 12615 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
16e7150e
JG
12616 ac_define_dir=`eval echo $ac_define_dir`
12617
12618cat >>confdefs.h <<_ACEOF
12619#define SYSTEM_GDBINIT "$ac_define_dir"
12620_ACEOF
12621
12622
12623
0c4a4063 12624
b14b1491
TT
12625 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
12626 if test "x$prefix" = xNONE; then
12627 test_prefix=/usr/local
12628 else
12629 test_prefix=$prefix
12630 fi
12631 else
12632 test_prefix=$exec_prefix
12633 fi
12634 value=0
12635 case ${ac_define_dir} in
12636 "${test_prefix}"|"${test_prefix}/"*|\
12637 '${exec_prefix}'|'${exec_prefix}/'*)
12638 value=1
12639 ;;
12640 esac
16e7150e 12641
b14b1491
TT
12642cat >>confdefs.h <<_ACEOF
12643#define SYSTEM_GDBINIT_RELOCATABLE $value
16e7150e
JG
12644_ACEOF
12645
b14b1491 12646
16e7150e 12647
0c4a4063 12648
81ecdfbb
RW
12649# Check whether --enable-werror was given.
12650if test "${enable_werror+set}" = set; then :
12651 enableval=$enable_werror; case "${enableval}" in
094a342e
MK
12652 yes | y) ERROR_ON_WARNING="yes" ;;
12653 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12654 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
094a342e 12655 esac
81ecdfbb
RW
12656fi
12657
094a342e 12658
a68ffae9
JK
12659# Enable -Werror by default when using gcc. Turn it off for releases.
12660if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
094a342e
MK
12661 ERROR_ON_WARNING=yes
12662fi
12663
12664WERROR_CFLAGS=""
12665if test "${ERROR_ON_WARNING}" = yes ; then
12666 WERROR_CFLAGS="-Werror"
12667fi
12668
aa79a185 12669build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
d3685d60 12670-Wpointer-sign \
1cb5e2a4 12671-Wno-unused -Wunused-value -Wunused-function \
352b3eda 12672-Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
44d100c3 12673-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
dd9aa048 12674-Wold-style-declaration -Wold-style-definition"
a3b362c4 12675
3526781e
DJ
12676# Enable -Wno-format by default when using gcc on mingw since many
12677# GCC versions complain about %I64.
12678case "${host}" in
12679 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 12680 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
3526781e
DJ
12681esac
12682
81ecdfbb
RW
12683# Check whether --enable-build-warnings was given.
12684if test "${enable_build_warnings+set}" = set; then :
12685 enableval=$enable_build_warnings; case "${enableval}" in
c906108c
SS
12686 yes) ;;
12687 no) build_warnings="-w";;
12688 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12689 build_warnings="${build_warnings} ${t}";;
12690 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12691 build_warnings="${t} ${build_warnings}";;
12692 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12693esac
d4f3574e 12694if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 12695 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 12696fi
81ecdfbb
RW
12697fi
12698# Check whether --enable-gdb-build-warnings was given.
12699if test "${enable_gdb_build_warnings+set}" = set; then :
12700 enableval=$enable_gdb_build_warnings; case "${enableval}" in
3b851bce
AC
12701 yes) ;;
12702 no) build_warnings="-w";;
12703 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12704 build_warnings="${build_warnings} ${t}";;
12705 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12706 build_warnings="${t} ${build_warnings}";;
12707 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12708esac
12709if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12710 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12711fi
81ecdfbb
RW
12712fi
12713WARN_CFLAGS=""
c906108c
SS
12714if test "x${build_warnings}" != x -a "x$GCC" = xyes
12715then
81ecdfbb
RW
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12717$as_echo_n "checking compiler warning flags... " >&6; }
746a987d
AC
12718 # Separate out the -Werror flag as some files just cannot be
12719 # compiled with it enabled.
12720 for w in ${build_warnings}; do
12721 case $w in
12722 -Werr*) WERROR_CFLAGS=-Werror ;;
12723 *) # Check that GCC accepts it
4536bbc6
AC
12724 saved_CFLAGS="$CFLAGS"
12725 CFLAGS="$CFLAGS $w"
81ecdfbb 12726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12727/* end confdefs.h. */
4536bbc6 12728
bec39cab
AC
12729int
12730main ()
12731{
4536bbc6 12732
bec39cab
AC
12733 ;
12734 return 0;
12735}
12736_ACEOF
81ecdfbb 12737if ac_fn_c_try_compile "$LINENO"; then :
4536bbc6 12738 WARN_CFLAGS="${WARN_CFLAGS} $w"
4536bbc6 12739fi
81ecdfbb 12740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536bbc6 12741 CFLAGS="$saved_CFLAGS"
746a987d
AC
12742 esac
12743 done
81ecdfbb
RW
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12745$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
12746fi
12747
12748
104c1213 12749
7a292a7a 12750# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
12751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
12752$as_echo_n "checking for cygwin... " >&6; }
12753if test "${gdb_cv_os_cygwin+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. */
7a292a7a
SS
12758
12759#if defined (__CYGWIN__) || defined (__CYGWIN32__)
12760lose
12761#endif
bec39cab 12762_ACEOF
7a292a7a 12763if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12764 $EGREP "lose" >/dev/null 2>&1; then :
7a292a7a
SS
12765 gdb_cv_os_cygwin=yes
12766else
7a292a7a
SS
12767 gdb_cv_os_cygwin=no
12768fi
12769rm -f conftest*
12770
12771fi
81ecdfbb
RW
12772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
12773$as_echo "$gdb_cv_os_cygwin" >&6; }
7a292a7a 12774
aff38e61 12775
3eb25fda 12776SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
aff38e61 12777case ${host} in
95cbc983
AC
12778 *go32* ) SER_HARDWIRE=ser-go32.o ;;
12779 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
0ea3f30e 12780 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
aff38e61
AC
12781esac
12782
12783
cd0fc7c3
SS
12784# libreadline needs libuser32.a in a cygwin environment
12785WIN32LIBS=
12786if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
12787 WIN32LIBS="-luser32"
12788 case "${target}" in
12789 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
12790 ;;
12791 esac
cd0fc7c3 12792fi
c906108c 12793
b4505029
MM
12794# The ser-tcp.c module requires sockets.
12795case ${host} in
12796 *mingw32*)
12797
81ecdfbb 12798$as_echo "#define USE_WIN32API 1" >>confdefs.h
b4505029
MM
12799
12800 WIN32LIBS="$WIN32LIBS -lws2_32"
12801 ;;
12802esac
12803
7a292a7a 12804
31d99776 12805# Add ELF support to GDB, but only if BFD includes ELF support.
def63ff0
TT
12806
12807 OLD_CFLAGS=$CFLAGS
12808 OLD_LDFLAGS=$LDFLAGS
12809 OLD_LIBS=$LIBS
12810 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
12811 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
12812 # always want our bfd.
12813 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
12814 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
12815 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
12816 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12817 if test "$plugins" = "yes"; then
a48b32c0
L
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
12819$as_echo_n "checking for library containing dlopen... " >&6; }
12820if test "${ac_cv_search_dlopen+set}" = set; then :
12821 $as_echo_n "(cached) " >&6
12822else
12823 ac_func_search_save_LIBS=$LIBS
12824cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12825/* end confdefs.h. */
12826
12827/* Override any GCC internal prototype to avoid an error.
12828 Use char because int might match the return type of a GCC
12829 builtin and then its argument prototype would still apply. */
12830#ifdef __cplusplus
12831extern "C"
12832#endif
12833char dlopen ();
12834int
12835main ()
12836{
12837return dlopen ();
12838 ;
12839 return 0;
12840}
12841_ACEOF
12842for ac_lib in '' dl; do
12843 if test -z "$ac_lib"; then
12844 ac_res="none required"
12845 else
12846 ac_res=-l$ac_lib
12847 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12848 fi
12849 if ac_fn_c_try_link "$LINENO"; then :
12850 ac_cv_search_dlopen=$ac_res
12851fi
12852rm -f core conftest.err conftest.$ac_objext \
12853 conftest$ac_exeext
12854 if test "${ac_cv_search_dlopen+set}" = set; then :
12855 break
12856fi
12857done
12858if test "${ac_cv_search_dlopen+set}" = set; then :
12859
12860else
12861 ac_cv_search_dlopen=no
12862fi
12863rm conftest.$ac_ext
12864LIBS=$ac_func_search_save_LIBS
12865fi
12866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
12867$as_echo "$ac_cv_search_dlopen" >&6; }
12868ac_res=$ac_cv_search_dlopen
12869if test "$ac_res" != no; then :
12870 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12871
12872fi
12873
def63ff0
TT
12874 fi
12875 LIBS="-lbfd -liberty $intl $LIBS"
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
81ecdfbb
RW
12877$as_echo_n "checking for ELF support in BFD... " >&6; }
12878if test "${gdb_cv_var_elf+set}" = set; then :
12879 $as_echo_n "(cached) " >&6
31d99776 12880else
81ecdfbb 12881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31d99776
DJ
12882/* end confdefs.h. */
12883#include <stdlib.h>
def63ff0
TT
12884 #include "bfd.h"
12885 #include "elf-bfd.h"
31d99776
DJ
12886
12887int
12888main ()
12889{
def63ff0 12890return bfd_get_elf_phdr_upper_bound (NULL);
31d99776
DJ
12891 ;
12892 return 0;
12893}
12894_ACEOF
81ecdfbb 12895if ac_fn_c_try_link "$LINENO"; then :
31d99776
DJ
12896 gdb_cv_var_elf=yes
12897else
81ecdfbb 12898 gdb_cv_var_elf=no
31d99776 12899fi
81ecdfbb
RW
12900rm -f core conftest.err conftest.$ac_objext \
12901 conftest$ac_exeext conftest.$ac_ext
31d99776 12902fi
81ecdfbb
RW
12903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
12904$as_echo "$gdb_cv_var_elf" >&6; }
def63ff0
TT
12905 CFLAGS=$OLD_CFLAGS
12906 LDFLAGS=$OLD_LDFLAGS
12907 LIBS=$OLD_LIBS
31d99776 12908if test $gdb_cv_var_elf = yes; then
55aa24fb 12909 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o"
31d99776 12910
81ecdfbb 12911$as_echo "#define HAVE_ELF 1" >>confdefs.h
31d99776 12912
075ff26d
JK
12913 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12914 if test "$plugins" = "yes"; then
a48b32c0
L
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
12916$as_echo_n "checking for library containing dlopen... " >&6; }
12917if test "${ac_cv_search_dlopen+set}" = set; then :
12918 $as_echo_n "(cached) " >&6
12919else
12920 ac_func_search_save_LIBS=$LIBS
12921cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12922/* end confdefs.h. */
12923
12924/* Override any GCC internal prototype to avoid an error.
12925 Use char because int might match the return type of a GCC
12926 builtin and then its argument prototype would still apply. */
12927#ifdef __cplusplus
12928extern "C"
12929#endif
12930char dlopen ();
12931int
12932main ()
12933{
12934return dlopen ();
12935 ;
12936 return 0;
12937}
12938_ACEOF
12939for ac_lib in '' dl; do
12940 if test -z "$ac_lib"; then
12941 ac_res="none required"
12942 else
12943 ac_res=-l$ac_lib
12944 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12945 fi
12946 if ac_fn_c_try_link "$LINENO"; then :
12947 ac_cv_search_dlopen=$ac_res
12948fi
12949rm -f core conftest.err conftest.$ac_objext \
12950 conftest$ac_exeext
12951 if test "${ac_cv_search_dlopen+set}" = set; then :
12952 break
12953fi
12954done
12955if test "${ac_cv_search_dlopen+set}" = set; then :
12956
12957else
12958 ac_cv_search_dlopen=no
12959fi
12960rm conftest.$ac_ext
12961LIBS=$ac_func_search_save_LIBS
12962fi
12963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
12964$as_echo "$ac_cv_search_dlopen" >&6; }
12965ac_res=$ac_cv_search_dlopen
12966if test "$ac_res" != no; then :
12967 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12968
12969fi
12970
075ff26d 12971 fi
31d99776 12972fi
31d99776 12973
4f05add4
TT
12974# Add macho support to GDB, but only if BFD includes it.
12975
12976 OLD_CFLAGS=$CFLAGS
12977 OLD_LDFLAGS=$LDFLAGS
12978 OLD_LIBS=$LIBS
12979 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
12980 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
12981 # always want our bfd.
12982 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
12983 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
12984 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
12985 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12986 if test "$plugins" = "yes"; then
a48b32c0
L
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
12988$as_echo_n "checking for library containing dlopen... " >&6; }
12989if test "${ac_cv_search_dlopen+set}" = set; then :
12990 $as_echo_n "(cached) " >&6
12991else
12992 ac_func_search_save_LIBS=$LIBS
12993cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12994/* end confdefs.h. */
12995
12996/* Override any GCC internal prototype to avoid an error.
12997 Use char because int might match the return type of a GCC
12998 builtin and then its argument prototype would still apply. */
12999#ifdef __cplusplus
13000extern "C"
13001#endif
13002char dlopen ();
13003int
13004main ()
13005{
13006return dlopen ();
13007 ;
13008 return 0;
13009}
13010_ACEOF
13011for ac_lib in '' dl; do
13012 if test -z "$ac_lib"; then
13013 ac_res="none required"
13014 else
13015 ac_res=-l$ac_lib
13016 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13017 fi
13018 if ac_fn_c_try_link "$LINENO"; then :
13019 ac_cv_search_dlopen=$ac_res
13020fi
13021rm -f core conftest.err conftest.$ac_objext \
13022 conftest$ac_exeext
13023 if test "${ac_cv_search_dlopen+set}" = set; then :
13024 break
13025fi
13026done
13027if test "${ac_cv_search_dlopen+set}" = set; then :
13028
13029else
13030 ac_cv_search_dlopen=no
13031fi
13032rm conftest.$ac_ext
13033LIBS=$ac_func_search_save_LIBS
13034fi
13035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
13036$as_echo "$ac_cv_search_dlopen" >&6; }
13037ac_res=$ac_cv_search_dlopen
13038if test "$ac_res" != no; then :
13039 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13040
13041fi
13042
4f05add4
TT
13043 fi
13044 LIBS="-lbfd -liberty $intl $LIBS"
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
13046$as_echo_n "checking for Mach-O support in BFD... " >&6; }
13047if test "${gdb_cv_var_macho+set}" = set; then :
13048 $as_echo_n "(cached) " >&6
13049else
13050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13051/* end confdefs.h. */
13052#include <stdlib.h>
13053 #include "bfd.h"
13054 #include "mach-o.h"
13055
13056int
13057main ()
13058{
13059return bfd_mach_o_lookup_command (NULL, 0, NULL);
13060 ;
13061 return 0;
13062}
13063_ACEOF
13064if ac_fn_c_try_link "$LINENO"; then :
13065 gdb_cv_var_macho=yes
13066else
13067 gdb_cv_var_macho=no
13068fi
13069rm -f core conftest.err conftest.$ac_objext \
13070 conftest$ac_exeext conftest.$ac_ext
13071fi
13072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
13073$as_echo "$gdb_cv_var_macho" >&6; }
13074 CFLAGS=$OLD_CFLAGS
13075 LDFLAGS=$OLD_LDFLAGS
13076 LIBS=$OLD_LIBS
13077if test $gdb_cv_var_macho = yes; then
13078 CONFIG_OBS="$CONFIG_OBS machoread.o"
13079fi
13080
b2259038
TT
13081# Add SOM support to GDB, but only if BFD includes it.
13082
13083 OLD_CFLAGS=$CFLAGS
13084 OLD_LDFLAGS=$LDFLAGS
13085 OLD_LIBS=$LIBS
13086 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
13087 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
13088 # always want our bfd.
13089 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
13090 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
13091 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
13092 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
13093 if test "$plugins" = "yes"; then
a48b32c0
L
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
13095$as_echo_n "checking for library containing dlopen... " >&6; }
13096if test "${ac_cv_search_dlopen+set}" = set; then :
13097 $as_echo_n "(cached) " >&6
13098else
13099 ac_func_search_save_LIBS=$LIBS
13100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13101/* end confdefs.h. */
13102
13103/* Override any GCC internal prototype to avoid an error.
13104 Use char because int might match the return type of a GCC
13105 builtin and then its argument prototype would still apply. */
13106#ifdef __cplusplus
13107extern "C"
13108#endif
13109char dlopen ();
13110int
13111main ()
13112{
13113return dlopen ();
13114 ;
13115 return 0;
13116}
13117_ACEOF
13118for ac_lib in '' dl; do
13119 if test -z "$ac_lib"; then
13120 ac_res="none required"
13121 else
13122 ac_res=-l$ac_lib
13123 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13124 fi
13125 if ac_fn_c_try_link "$LINENO"; then :
13126 ac_cv_search_dlopen=$ac_res
13127fi
13128rm -f core conftest.err conftest.$ac_objext \
13129 conftest$ac_exeext
13130 if test "${ac_cv_search_dlopen+set}" = set; then :
13131 break
13132fi
13133done
13134if test "${ac_cv_search_dlopen+set}" = set; then :
13135
13136else
13137 ac_cv_search_dlopen=no
13138fi
13139rm conftest.$ac_ext
13140LIBS=$ac_func_search_save_LIBS
13141fi
13142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
13143$as_echo "$ac_cv_search_dlopen" >&6; }
13144ac_res=$ac_cv_search_dlopen
13145if test "$ac_res" != no; then :
13146 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13147
13148fi
13149
b2259038
TT
13150 fi
13151 LIBS="-lbfd -liberty $intl $LIBS"
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SOM support in BFD" >&5
13153$as_echo_n "checking for SOM support in BFD... " >&6; }
13154if test "${gdb_cv_var_som+set}" = set; then :
13155 $as_echo_n "(cached) " >&6
13156else
13157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13158/* end confdefs.h. */
13159#include <stdlib.h>
13160 #include "bfd.h"
13161 #include "som.h"
13162
13163int
13164main ()
13165{
13166return bfd_som_attach_aux_hdr (NULL, 0, NULL);
13167 ;
13168 return 0;
13169}
13170_ACEOF
13171if ac_fn_c_try_link "$LINENO"; then :
13172 gdb_cv_var_som=yes
13173else
13174 gdb_cv_var_som=no
13175fi
13176rm -f core conftest.err conftest.$ac_objext \
13177 conftest$ac_exeext conftest.$ac_ext
13178fi
13179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_som" >&5
13180$as_echo "$gdb_cv_var_som" >&6; }
13181 CFLAGS=$OLD_CFLAGS
13182 LDFLAGS=$OLD_LDFLAGS
13183 LIBS=$OLD_LIBS
13184if test $gdb_cv_var_som = yes; then
13185 CONFIG_OBS="$CONFIG_OBS somread.o"
13186fi
13187
121ce6e5
DJ
13188# Add any host-specific objects to GDB.
13189CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
13190
608e2dbb
TT
13191# If building on ELF, look for lzma support for embedded compressed debug info.
13192if test $gdb_cv_var_elf = yes; then
13193
13194# Check whether --with-lzma was given.
13195if test "${with_lzma+set}" = set; then :
13196 withval=$with_lzma;
13197else
13198 with_lzma=auto
13199fi
13200
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
13202$as_echo_n "checking whether to use lzma... " >&6; }
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
13204$as_echo "$with_lzma" >&6; }
13205
13206 if test "${with_lzma}" != no; then
13207
13208
13209
13210
13211
13212
13213
13214
13215 use_additional=yes
13216
13217 acl_save_prefix="$prefix"
13218 prefix="$acl_final_prefix"
13219 acl_save_exec_prefix="$exec_prefix"
13220 exec_prefix="$acl_final_exec_prefix"
13221
13222 eval additional_includedir=\"$includedir\"
13223 eval additional_libdir=\"$libdir\"
13224
13225 exec_prefix="$acl_save_exec_prefix"
13226 prefix="$acl_save_prefix"
13227
13228
13229# Check whether --with-liblzma-prefix was given.
13230if test "${with_liblzma_prefix+set}" = set; then :
13231 withval=$with_liblzma_prefix;
13232 if test "X$withval" = "Xno"; then
13233 use_additional=no
13234 else
13235 if test "X$withval" = "X"; then
13236
13237 acl_save_prefix="$prefix"
13238 prefix="$acl_final_prefix"
13239 acl_save_exec_prefix="$exec_prefix"
13240 exec_prefix="$acl_final_exec_prefix"
13241
13242 eval additional_includedir=\"$includedir\"
13243 eval additional_libdir=\"$libdir\"
13244
13245 exec_prefix="$acl_save_exec_prefix"
13246 prefix="$acl_save_prefix"
13247
13248 else
13249 additional_includedir="$withval/include"
13250 additional_libdir="$withval/lib"
13251 fi
13252 fi
13253
13254fi
13255
13256 LIBLZMA=
13257 LTLIBLZMA=
13258 INCLZMA=
13259 rpathdirs=
13260 ltrpathdirs=
13261 names_already_handled=
13262 names_next_round='lzma '
13263 while test -n "$names_next_round"; do
13264 names_this_round="$names_next_round"
13265 names_next_round=
13266 for name in $names_this_round; do
13267 already_handled=
13268 for n in $names_already_handled; do
13269 if test "$n" = "$name"; then
13270 already_handled=yes
13271 break
13272 fi
13273 done
13274 if test -z "$already_handled"; then
13275 names_already_handled="$names_already_handled $name"
13276 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13277 eval value=\"\$HAVE_LIB$uppername\"
13278 if test -n "$value"; then
13279 if test "$value" = yes; then
13280 eval value=\"\$LIB$uppername\"
13281 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
13282 eval value=\"\$LTLIB$uppername\"
13283 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
13284 else
13285 :
13286 fi
13287 else
13288 found_dir=
13289 found_la=
13290 found_so=
13291 found_a=
13292 if test $use_additional = yes; then
13293 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13294 found_dir="$additional_libdir"
13295 found_so="$additional_libdir/lib$name.$shlibext"
13296 if test -f "$additional_libdir/lib$name.la"; then
13297 found_la="$additional_libdir/lib$name.la"
13298 fi
13299 else
13300 if test -f "$additional_libdir/lib$name.$libext"; then
13301 found_dir="$additional_libdir"
13302 found_a="$additional_libdir/lib$name.$libext"
13303 if test -f "$additional_libdir/lib$name.la"; then
13304 found_la="$additional_libdir/lib$name.la"
13305 fi
13306 fi
13307 fi
13308 fi
13309 if test "X$found_dir" = "X"; then
13310 for x in $LDFLAGS $LTLIBLZMA; do
13311
13312 acl_save_prefix="$prefix"
13313 prefix="$acl_final_prefix"
13314 acl_save_exec_prefix="$exec_prefix"
13315 exec_prefix="$acl_final_exec_prefix"
13316 eval x=\"$x\"
13317 exec_prefix="$acl_save_exec_prefix"
13318 prefix="$acl_save_prefix"
13319
13320 case "$x" in
13321 -L*)
13322 dir=`echo "X$x" | sed -e 's/^X-L//'`
13323 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13324 found_dir="$dir"
13325 found_so="$dir/lib$name.$shlibext"
13326 if test -f "$dir/lib$name.la"; then
13327 found_la="$dir/lib$name.la"
13328 fi
13329 else
13330 if test -f "$dir/lib$name.$libext"; then
13331 found_dir="$dir"
13332 found_a="$dir/lib$name.$libext"
13333 if test -f "$dir/lib$name.la"; then
13334 found_la="$dir/lib$name.la"
13335 fi
13336 fi
13337 fi
13338 ;;
13339 esac
13340 if test "X$found_dir" != "X"; then
13341 break
13342 fi
13343 done
13344 fi
13345 if test "X$found_dir" != "X"; then
13346 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
13347 if test "X$found_so" != "X"; then
13348 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13349 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13350 else
13351 haveit=
13352 for x in $ltrpathdirs; do
13353 if test "X$x" = "X$found_dir"; then
13354 haveit=yes
13355 break
13356 fi
13357 done
13358 if test -z "$haveit"; then
13359 ltrpathdirs="$ltrpathdirs $found_dir"
13360 fi
13361 if test "$hardcode_direct" = yes; then
13362 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13363 else
13364 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13365 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13366 haveit=
13367 for x in $rpathdirs; do
13368 if test "X$x" = "X$found_dir"; then
13369 haveit=yes
13370 break
13371 fi
13372 done
13373 if test -z "$haveit"; then
13374 rpathdirs="$rpathdirs $found_dir"
13375 fi
13376 else
13377 haveit=
13378 for x in $LDFLAGS $LIBLZMA; do
13379
13380 acl_save_prefix="$prefix"
13381 prefix="$acl_final_prefix"
13382 acl_save_exec_prefix="$exec_prefix"
13383 exec_prefix="$acl_final_exec_prefix"
13384 eval x=\"$x\"
13385 exec_prefix="$acl_save_exec_prefix"
13386 prefix="$acl_save_prefix"
13387
13388 if test "X$x" = "X-L$found_dir"; then
13389 haveit=yes
13390 break
13391 fi
13392 done
13393 if test -z "$haveit"; then
13394 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
13395 fi
13396 if test "$hardcode_minus_L" != no; then
13397 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
13398 else
13399 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
13400 fi
13401 fi
13402 fi
13403 fi
13404 else
13405 if test "X$found_a" != "X"; then
13406 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
13407 else
13408 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
13409 fi
13410 fi
13411 additional_includedir=
13412 case "$found_dir" in
13413 */lib | */lib/)
13414 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13415 additional_includedir="$basedir/include"
13416 ;;
13417 esac
13418 if test "X$additional_includedir" != "X"; then
13419 if test "X$additional_includedir" != "X/usr/include"; then
13420 haveit=
13421 if test "X$additional_includedir" = "X/usr/local/include"; then
13422 if test -n "$GCC"; then
13423 case $host_os in
13424 linux*) haveit=yes;;
13425 esac
13426 fi
13427 fi
13428 if test -z "$haveit"; then
13429 for x in $CPPFLAGS $INCLZMA; do
13430
13431 acl_save_prefix="$prefix"
13432 prefix="$acl_final_prefix"
13433 acl_save_exec_prefix="$exec_prefix"
13434 exec_prefix="$acl_final_exec_prefix"
13435 eval x=\"$x\"
13436 exec_prefix="$acl_save_exec_prefix"
13437 prefix="$acl_save_prefix"
13438
13439 if test "X$x" = "X-I$additional_includedir"; then
13440 haveit=yes
13441 break
13442 fi
13443 done
13444 if test -z "$haveit"; then
13445 if test -d "$additional_includedir"; then
13446 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
13447 fi
13448 fi
13449 fi
13450 fi
13451 fi
13452 if test -n "$found_la"; then
13453 save_libdir="$libdir"
13454 case "$found_la" in
13455 */* | *\\*) . "$found_la" ;;
13456 *) . "./$found_la" ;;
13457 esac
13458 libdir="$save_libdir"
13459 for dep in $dependency_libs; do
13460 case "$dep" in
13461 -L*)
13462 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13463 if test "X$additional_libdir" != "X/usr/lib"; then
13464 haveit=
13465 if test "X$additional_libdir" = "X/usr/local/lib"; then
13466 if test -n "$GCC"; then
13467 case $host_os in
13468 linux*) haveit=yes;;
13469 esac
13470 fi
13471 fi
13472 if test -z "$haveit"; then
13473 haveit=
13474 for x in $LDFLAGS $LIBLZMA; do
13475
13476 acl_save_prefix="$prefix"
13477 prefix="$acl_final_prefix"
13478 acl_save_exec_prefix="$exec_prefix"
13479 exec_prefix="$acl_final_exec_prefix"
13480 eval x=\"$x\"
13481 exec_prefix="$acl_save_exec_prefix"
13482 prefix="$acl_save_prefix"
13483
13484 if test "X$x" = "X-L$additional_libdir"; then
13485 haveit=yes
13486 break
13487 fi
13488 done
13489 if test -z "$haveit"; then
13490 if test -d "$additional_libdir"; then
13491 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
13492 fi
13493 fi
13494 haveit=
13495 for x in $LDFLAGS $LTLIBLZMA; do
13496
13497 acl_save_prefix="$prefix"
13498 prefix="$acl_final_prefix"
13499 acl_save_exec_prefix="$exec_prefix"
13500 exec_prefix="$acl_final_exec_prefix"
13501 eval x=\"$x\"
13502 exec_prefix="$acl_save_exec_prefix"
13503 prefix="$acl_save_prefix"
13504
13505 if test "X$x" = "X-L$additional_libdir"; then
13506 haveit=yes
13507 break
13508 fi
13509 done
13510 if test -z "$haveit"; then
13511 if test -d "$additional_libdir"; then
13512 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
13513 fi
13514 fi
13515 fi
13516 fi
13517 ;;
13518 -R*)
13519 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13520 if test "$enable_rpath" != no; then
13521 haveit=
13522 for x in $rpathdirs; do
13523 if test "X$x" = "X$dir"; then
13524 haveit=yes
13525 break
13526 fi
13527 done
13528 if test -z "$haveit"; then
13529 rpathdirs="$rpathdirs $dir"
13530 fi
13531 haveit=
13532 for x in $ltrpathdirs; do
13533 if test "X$x" = "X$dir"; then
13534 haveit=yes
13535 break
13536 fi
13537 done
13538 if test -z "$haveit"; then
13539 ltrpathdirs="$ltrpathdirs $dir"
13540 fi
13541 fi
13542 ;;
13543 -l*)
13544 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13545 ;;
13546 *.la)
13547 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13548 ;;
13549 *)
13550 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
13551 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
13552 ;;
13553 esac
13554 done
13555 fi
13556 else
13557 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
13558 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
13559 fi
13560 fi
13561 fi
13562 done
13563 done
13564 if test "X$rpathdirs" != "X"; then
13565 if test -n "$hardcode_libdir_separator"; then
13566 alldirs=
13567 for found_dir in $rpathdirs; do
13568 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13569 done
13570 acl_save_libdir="$libdir"
13571 libdir="$alldirs"
13572 eval flag=\"$hardcode_libdir_flag_spec\"
13573 libdir="$acl_save_libdir"
13574 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
13575 else
13576 for found_dir in $rpathdirs; do
13577 acl_save_libdir="$libdir"
13578 libdir="$found_dir"
13579 eval flag=\"$hardcode_libdir_flag_spec\"
13580 libdir="$acl_save_libdir"
13581 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
13582 done
13583 fi
13584 fi
13585 if test "X$ltrpathdirs" != "X"; then
13586 for found_dir in $ltrpathdirs; do
13587 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
13588 done
13589 fi
13590
13591
13592 ac_save_CPPFLAGS="$CPPFLAGS"
13593
13594 for element in $INCLZMA; do
13595 haveit=
13596 for x in $CPPFLAGS; do
13597
13598 acl_save_prefix="$prefix"
13599 prefix="$acl_final_prefix"
13600 acl_save_exec_prefix="$exec_prefix"
13601 exec_prefix="$acl_final_exec_prefix"
13602 eval x=\"$x\"
13603 exec_prefix="$acl_save_exec_prefix"
13604 prefix="$acl_save_prefix"
13605
13606 if test "X$x" = "X$element"; then
13607 haveit=yes
13608 break
13609 fi
13610 done
13611 if test -z "$haveit"; then
13612 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13613 fi
13614 done
13615
13616
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
13618$as_echo_n "checking for liblzma... " >&6; }
13619if test "${ac_cv_liblzma+set}" = set; then :
13620 $as_echo_n "(cached) " >&6
13621else
13622
13623 ac_save_LIBS="$LIBS"
13624 LIBS="$LIBS $LIBLZMA"
13625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13626/* end confdefs.h. */
13627#include "lzma.h"
13628int
13629main ()
13630{
13631lzma_index_iter iter;
13632 lzma_index_iter_init (&iter, 0);
13633 lzma_mf_is_supported (LZMA_MF_HC3);
13634 ;
13635 return 0;
13636}
13637_ACEOF
13638if ac_fn_c_try_link "$LINENO"; then :
13639 ac_cv_liblzma=yes
13640else
13641 ac_cv_liblzma=no
13642fi
13643rm -f core conftest.err conftest.$ac_objext \
13644 conftest$ac_exeext conftest.$ac_ext
13645 LIBS="$ac_save_LIBS"
13646
13647fi
13648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
13649$as_echo "$ac_cv_liblzma" >&6; }
13650 if test "$ac_cv_liblzma" = yes; then
13651 HAVE_LIBLZMA=yes
13652
13653$as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
13654
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
13656$as_echo_n "checking how to link with liblzma... " >&6; }
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
13658$as_echo "$LIBLZMA" >&6; }
13659 else
13660 HAVE_LIBLZMA=no
13661 CPPFLAGS="$ac_save_CPPFLAGS"
13662 LIBLZMA=
13663 LTLIBLZMA=
13664 fi
13665
13666
13667
13668
13669
13670
13671 if test "$HAVE_LIBLZMA" != yes; then
13672 if test "$with_lzma" = yes; then
13673 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
13674 fi
13675 fi
13676 fi
13677fi
13678
3fc11d3e
JM
13679LIBGUI="../libgui/src/libgui.a"
13680GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
13681
13682
7a292a7a 13683
3fc11d3e
JM
13684WIN32LDAPP=
13685
13686
13687
d91670b9 13688case "${host}" in
686a5eed 13689*-*-cygwin* | *-*-mingw* )
d91670b9
CV
13690 configdir="win"
13691 ;;
13692*)
13693 configdir="unix"
13694 ;;
13695esac
3fc11d3e
JM
13696
13697GDBTKLIBS=
13698if test "${enable_gdbtk}" = "yes"; then
13699
d1c3b63a
KS
13700 # Gdbtk must have an absolute path to srcdir in order to run
13701 # properly when not installed.
13702 here=`pwd`
13703 cd ${srcdir}
13704 GDBTK_SRC_DIR=`pwd`
13705 cd $here
13706
bec39cab 13707
5062cc19
KS
13708 #
13709 # Ok, lets find the tcl configuration
13710 # First, look for one uninstalled.
13711 # the alternative search directory is invoked by --with-tcl
13712 #
3fc11d3e 13713
5062cc19
KS
13714 if test x"${no_tcl}" = x ; then
13715 # we reset no_tcl in case something fails here
13716 no_tcl=true
bec39cab 13717
81ecdfbb
RW
13718# Check whether --with-tcl was given.
13719if test "${with_tcl+set}" = set; then :
13720 withval=$with_tcl; with_tclconfig=${withval}
13721fi
13722
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
13724$as_echo_n "checking for Tcl configuration... " >&6; }
13725 if test "${ac_cv_c_tclconfig+set}" = set; then :
13726 $as_echo_n "(cached) " >&6
3fc11d3e 13727else
bec39cab 13728
3fc11d3e 13729
5062cc19
KS
13730 # First check to see if --with-tcl was specified.
13731 case "${host}" in
13732 *-*-cygwin*) platDir="win" ;;
13733 *) platDir="unix" ;;
13734 esac
13735 if test x"${with_tclconfig}" != x ; then
13736 if test -f "${with_tclconfig}/tclConfig.sh" ; then
13737 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
13738 else
81ecdfbb 13739 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
5062cc19
KS
13740 fi
13741 fi
13742
13743 # then check for a private Tcl installation
13744 if test x"${ac_cv_c_tclconfig}" = x ; then
13745 for i in \
13746 ../tcl \
13747 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13748 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
13749 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
13750 ../../tcl \
13751 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13752 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
13753 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
13754 ../../../tcl \
13755 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13756 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
13757 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
13758 if test -f "$i/$platDir/tclConfig.sh" ; then
13759 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
13760 break
13761 fi
13762 done
13763 fi
13764
13765 # on Darwin, check in Framework installation locations
13766 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
13767 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
13768 `ls -d /Library/Frameworks 2>/dev/null` \
13769 `ls -d /Network/Library/Frameworks 2>/dev/null` \
13770 `ls -d /System/Library/Frameworks 2>/dev/null` \
13771 ; do
13772 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
13773 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
13774 break
13775 fi
13776 done
13777 fi
13778
13779 # check in a few common install locations
13780 if test x"${ac_cv_c_tclconfig}" = x ; then
13781 for i in `ls -d ${libdir} 2>/dev/null` \
13782 `ls -d ${exec_prefix}/lib 2>/dev/null` \
13783 `ls -d ${prefix}/lib 2>/dev/null` \
13784 `ls -d /usr/local/lib 2>/dev/null` \
13785 `ls -d /usr/contrib/lib 2>/dev/null` \
13786 `ls -d /usr/lib 2>/dev/null` \
13787 ; do
13788 if test -f "$i/tclConfig.sh" ; then
13789 ac_cv_c_tclconfig=`(cd $i; pwd)`
13790 break
13791 fi
13792 done
13793 fi
3fc11d3e 13794
5062cc19
KS
13795 # check in a few other private locations
13796 if test x"${ac_cv_c_tclconfig}" = x ; then
13797 for i in \
13798 ${srcdir}/../tcl \
13799 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13800 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
13801 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
13802 if test -f "$i/$platDir/tclConfig.sh" ; then
13803 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
13804 break
13805 fi
13806 done
13807 fi
bec39cab 13808
3fc11d3e
JM
13809fi
13810
5062cc19
KS
13811
13812 if test x"${ac_cv_c_tclconfig}" = x ; then
13813 TCL_BIN_DIR="# no Tcl configs found"
81ecdfbb
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
13815$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
5062cc19
KS
13816 else
13817 no_tcl=
13818 TCL_BIN_DIR=${ac_cv_c_tclconfig}
81ecdfbb
RW
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
13820$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
5062cc19
KS
13821 fi
13822 fi
3fc11d3e 13823
bec39cab 13824
85541719
DE
13825 # If $no_tk is nonempty, then we can't do Tk, and there is no
13826 # point to doing Tcl.
bec39cab 13827
5062cc19
KS
13828 #
13829 # Ok, lets find the tk configuration
13830 # First, look for one uninstalled.
13831 # the alternative search directory is invoked by --with-tk
13832 #
3fc11d3e 13833
5062cc19
KS
13834 if test x"${no_tk}" = x ; then
13835 # we reset no_tk in case something fails here
13836 no_tk=true
bec39cab 13837
81ecdfbb
RW
13838# Check whether --with-tk was given.
13839if test "${with_tk+set}" = set; then :
13840 withval=$with_tk; with_tkconfig=${withval}
13841fi
13842
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
13844$as_echo_n "checking for Tk configuration... " >&6; }
13845 if test "${ac_cv_c_tkconfig+set}" = set; then :
13846 $as_echo_n "(cached) " >&6
bec39cab 13847else
3fc11d3e
JM
13848
13849
5062cc19
KS
13850 # First check to see if --with-tkconfig was specified.
13851 if test x"${with_tkconfig}" != x ; then
13852 if test -f "${with_tkconfig}/tkConfig.sh" ; then
13853 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
13854 else
81ecdfbb 13855 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
5062cc19
KS
13856 fi
13857 fi
3fc11d3e 13858
5062cc19
KS
13859 # then check for a private Tk library
13860 case "${host}" in
13861 *-*-cygwin*) platDir="win" ;;
13862 *) platDir="unix" ;;
13863 esac
13864 if test x"${ac_cv_c_tkconfig}" = x ; then
13865 for i in \
13866 ../tk \
13867 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13868 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
13869 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
13870 ../../tk \
13871 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13872 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
13873 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
13874 ../../../tk \
13875 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13876 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
13877 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
13878 if test -f "$i/$platDir/tkConfig.sh" ; then
13879 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
13880 break
13881 fi
13882 done
13883 fi
13884
13885 # on Darwin, check in Framework installation locations
13886 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
13887 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
13888 `ls -d /Library/Frameworks 2>/dev/null` \
13889 `ls -d /Network/Library/Frameworks 2>/dev/null` \
13890 `ls -d /System/Library/Frameworks 2>/dev/null` \
13891 ; do
13892 if test -f "$i/Tk.framework/tkConfig.sh" ; then
13893 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
13894 break
13895 fi
13896 done
13897 fi
13898
13899 # check in a few common install locations
13900 if test x"${ac_cv_c_tkconfig}" = x ; then
13901 for i in `ls -d ${libdir} 2>/dev/null` \
13902 `ls -d ${exec_prefix}/lib 2>/dev/null` \
13903 `ls -d ${prefix}/lib 2>/dev/null` \
13904 `ls -d /usr/local/lib 2>/dev/null` \
13905 `ls -d /usr/contrib/lib 2>/dev/null` \
13906 `ls -d /usr/lib 2>/dev/null` \
13907 ; do
13908 if test -f "$i/tkConfig.sh" ; then
13909 ac_cv_c_tkconfig=`(cd $i; pwd)`
13910 break
13911 fi
13912 done
13913 fi
13914 # check in a few other private locations
13915 if test x"${ac_cv_c_tkconfig}" = x ; then
13916 for i in \
13917 ${srcdir}/../tk \
13918 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13919 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
13920 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
13921 if test -f "$i/$platDir/tkConfig.sh" ; then
13922 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
13923 break
13924 fi
13925 done
13926 fi
3fc11d3e 13927
3fc11d3e
JM
13928fi
13929
13930
5062cc19
KS
13931 if test x"${ac_cv_c_tkconfig}" = x ; then
13932 TK_BIN_DIR="# no Tk configs found"
81ecdfbb
RW
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
13934$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
5062cc19
KS
13935 else
13936 no_tk=
13937 TK_BIN_DIR=${ac_cv_c_tkconfig}
81ecdfbb
RW
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
13939$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
5062cc19 13940 fi
3fc11d3e 13941 fi
dd2504ab 13942
dd2504ab 13943
85541719
DE
13944 if test -z "${no_tcl}" -a -z "${no_tk}"; then
13945
81ecdfbb
RW
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
13947$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
85541719
DE
13948
13949 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
81ecdfbb
RW
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
13951$as_echo "loading" >&6; }
85541719
DE
13952 . ${TCL_BIN_DIR}/tclConfig.sh
13953 else
81ecdfbb
RW
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
13955$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
85541719
DE
13956 fi
13957
13958 # eval is required to do the TCL_DBGX substitution
13959 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
13960 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
13961
13962 # If the TCL_BIN_DIR is the build directory (not the install directory),
13963 # then set the common variable name to the value of the build variables.
13964 # For example, the variable TCL_LIB_SPEC will be set to the value
13965 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
13966 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
13967 # installed and uninstalled version of Tcl.
13968 if test -f "${TCL_BIN_DIR}/Makefile" ; then
13969 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
13970 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
13971 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
13972 elif test "`uname -s`" = "Darwin"; then
13973 # If Tcl was built as a framework, attempt to use the libraries
13974 # from the framework at the given location so that linking works
a68ffae9 13975 # against Tcl.framework installed in an arbitrary location.
85541719
DE
13976 case ${TCL_DEFS} in
13977 *TCL_FRAMEWORK*)
13978 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
13979 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
13980 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
13981 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
13982 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
13983 break
13984 fi
13985 done
13986 fi
13987 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
13988 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
13989 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
13990 fi
13991 ;;
13992 esac
13993 fi
13994
13995 # eval is required to do the TCL_DBGX substitution
13996 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
13997 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
13998 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
13999 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
14000
14001
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011
14012
14013
14014
14015 # Check for in-tree tcl
14016 here=`pwd`
14017 cd ${srcdir}/..
14018 topdir=`pwd`
14019 cd ${here}
14020
14021 intree="no"
14022 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
14023 intree="yes"
14024 fi
14025
14026 # Find Tcl private headers
14027 if test x"${intree}" = xno; then
14028
81ecdfbb
RW
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
14030$as_echo_n "checking for Tcl private headers... " >&6; }
85541719
DE
14031 private_dir=""
14032 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
14033 if test -f ${dir}/tclInt.h ; then
14034 private_dir=${dir}
14035 fi
14036
14037 if test x"${private_dir}" = x; then
81ecdfbb 14038 as_fn_error "could not find private Tcl headers" "$LINENO" 5
85541719
DE
14039 else
14040 TCL_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14042$as_echo "${private_dir}" >&6; }
85541719
DE
14043 fi
14044
14045 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
14046 TCL_LIBRARY="${TCL_LIB_SPEC}"
14047 TCL_DEPS=""
14048 else
14049 # If building tcl in the same src tree, private headers
14050 # are not needed, but we need to be sure to use the right
14051 # headers library
14052 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
14053 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
14054 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
14055 fi
14056
14057
14058
14059
14060
81ecdfbb
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
14062$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
dd2504ab 14063
5062cc19 14064 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
81ecdfbb
RW
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
14066$as_echo "loading" >&6; }
5062cc19 14067 . ${TK_BIN_DIR}/tkConfig.sh
3fc11d3e 14068 else
81ecdfbb
RW
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
14070$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
3fc11d3e 14071 fi
bec39cab 14072
5062cc19
KS
14073 # eval is required to do the TK_DBGX substitution
14074 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
14075 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
14076
14077 # If the TK_BIN_DIR is the build directory (not the install directory),
14078 # then set the common variable name to the value of the build variables.
14079 # For example, the variable TK_LIB_SPEC will be set to the value
14080 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
14081 # instead of TK_BUILD_LIB_SPEC since it will work with both an
14082 # installed and uninstalled version of Tcl.
85541719 14083 if test -f "${TK_BIN_DIR}/Makefile" ; then
5062cc19
KS
14084 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
14085 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
14086 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
14087 elif test "`uname -s`" = "Darwin"; then
14088 # If Tk was built as a framework, attempt to use the libraries
14089 # from the framework at the given location so that linking works
a68ffae9 14090 # against Tk.framework installed in an arbitrary location.
5062cc19
KS
14091 case ${TK_DEFS} in
14092 *TK_FRAMEWORK*)
85541719 14093 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
5062cc19
KS
14094 for i in "`cd ${TK_BIN_DIR}; pwd`" \
14095 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
14096 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
14097 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
14098 break
14099 fi
14100 done
14101 fi
85541719 14102 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
5062cc19
KS
14103 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
14104 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
14105 fi
14106 ;;
14107 esac
3fc11d3e
JM
14108 fi
14109
5062cc19
KS
14110 # eval is required to do the TK_DBGX substitution
14111 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
14112 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
14113 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
14114 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
3fc11d3e 14115
3fc11d3e
JM
14116
14117
bec39cab
AC
14118
14119
14120
14121
14122
14123
14124
3fc11d3e 14125
3fc11d3e 14126
bec39cab 14127
bec39cab 14128
85541719
DE
14129 # Check for in-tree Tk
14130 intree="no"
14131 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
14132 intree="yes"
14133 fi
3fc11d3e 14134
85541719
DE
14135 # Find Tk private headers
14136 if test x"${intree}" = xno; then
3fc11d3e 14137
81ecdfbb
RW
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
14139$as_echo_n "checking for Tk private headers... " >&6; }
5062cc19
KS
14140 private_dir=""
14141 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
14142 if test -f ${dir}/tkInt.h; then
14143 private_dir=${dir}
3fc11d3e 14144 fi
bec39cab 14145
5062cc19 14146 if test x"${private_dir}" = x; then
81ecdfbb 14147 as_fn_error "could not find Tk private headers" "$LINENO" 5
3fc11d3e 14148 else
5062cc19 14149 TK_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
14151$as_echo "${private_dir}" >&6; }
3fc11d3e 14152 fi
3fc11d3e 14153
85541719
DE
14154 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
14155 TK_LIBRARY=${TK_LIB_SPEC}
14156 TK_DEPS=""
14157 else
14158 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
14159 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
14160 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
14161 fi
3fc11d3e
JM
14162
14163
3fc11d3e
JM
14164
14165
3fc11d3e 14166
85541719 14167 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e 14168
85541719
DE
14169 # Include some libraries that Tcl and Tk want.
14170 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
14171 # Yes, the ordering seems wrong here. But it isn't.
14172 # TK_LIBS is the list of libraries that need to be linked
14173 # after Tcl/Tk. Note that this isn't put into LIBS. If it
14174 # were in LIBS then any link tests after this point would
14175 # try to include things like `$(LIBGUI)', which wouldn't work.
14176 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5 14177
85541719
DE
14178 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
14179 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
14180 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
14181 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
14182 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
14183 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
14184 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
3fc11d3e 14185
85541719
DE
14186 if test x$gdb_cv_os_cygwin = xyes; then
14187 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
14188 WIN32LDAPP="-Wl,--subsystem,console"
14189 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
3fc11d3e 14190 fi
ffc6a242 14191
81ecdfbb 14192 subdirs="$subdirs gdbtk"
3ace7edb 14193
85541719 14194 fi
3fc11d3e
JM
14195fi
14196
14197
14198
14199
14200
14201
14202
14203
81ecdfbb
RW
14204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14205$as_echo_n "checking for X... " >&6; }
bec39cab 14206
c906108c 14207
81ecdfbb
RW
14208# Check whether --with-x was given.
14209if test "${with_x+set}" = set; then :
14210 withval=$with_x;
14211fi
c906108c
SS
14212
14213# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14214if test "x$with_x" = xno; then
14215 # The user explicitly disabled X.
14216 have_x=disabled
14217else
81ecdfbb
RW
14218 case $x_includes,$x_libraries in #(
14219 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14220 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14221 $as_echo_n "(cached) " >&6
c906108c
SS
14222else
14223 # One or both of the vars are not set, and there is no cached value.
bec39cab 14224ac_x_includes=no ac_x_libraries=no
81ecdfbb 14225rm -f -r conftest.dir
bec39cab
AC
14226if mkdir conftest.dir; then
14227 cd conftest.dir
bec39cab 14228 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
14229incroot:
14230 @echo incroot='${INCROOT}'
14231usrlibdir:
14232 @echo usrlibdir='${USRLIBDIR}'
14233libdir:
14234 @echo libdir='${LIBDIR}'
14235_ACEOF
14236 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 14237 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
14238 for ac_var in incroot usrlibdir libdir; do
14239 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14240 done
c906108c 14241 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
14242 for ac_extension in a so sl dylib la dll; do
14243 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14244 test -f "$ac_im_libdir/libX11.$ac_extension"; then
bec39cab 14245 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
14246 fi
14247 done
14248 # Screen out bogus values from the imake configuration. They are
14249 # bogus both because they are the default anyway, and because
14250 # using them would break gcc on systems where it needs fixed includes.
bec39cab 14251 case $ac_im_incroot in
81ecdfbb 14252 /usr/include) ac_x_includes= ;;
bec39cab 14253 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 14254 esac
bec39cab 14255 case $ac_im_usrlibdir in
81ecdfbb 14256 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
bec39cab 14257 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
14258 esac
14259 fi
14260 cd ..
81ecdfbb 14261 rm -f -r conftest.dir
c906108c
SS
14262fi
14263
bec39cab
AC
14264# Standard set of common directories for X headers.
14265# Check X11 before X11Rn because it is often a symlink to the current release.
14266ac_x_header_dirs='
14267/usr/X11/include
81ecdfbb 14268/usr/X11R7/include
bec39cab
AC
14269/usr/X11R6/include
14270/usr/X11R5/include
14271/usr/X11R4/include
14272
14273/usr/include/X11
81ecdfbb 14274/usr/include/X11R7
bec39cab
AC
14275/usr/include/X11R6
14276/usr/include/X11R5
14277/usr/include/X11R4
14278
14279/usr/local/X11/include
81ecdfbb 14280/usr/local/X11R7/include
bec39cab
AC
14281/usr/local/X11R6/include
14282/usr/local/X11R5/include
14283/usr/local/X11R4/include
14284
14285/usr/local/include/X11
81ecdfbb 14286/usr/local/include/X11R7
bec39cab
AC
14287/usr/local/include/X11R6
14288/usr/local/include/X11R5
14289/usr/local/include/X11R4
14290
14291/usr/X386/include
14292/usr/x386/include
14293/usr/XFree86/include/X11
14294
14295/usr/include
14296/usr/local/include
14297/usr/unsupported/include
14298/usr/athena/include
14299/usr/local/x11r5/include
14300/usr/lpp/Xamples/include
14301
14302/usr/openwin/include
14303/usr/openwin/share/include'
14304
14305if test "$ac_x_includes" = no; then
81ecdfbb 14306 # Guess where to find include files, by looking for Xlib.h.
c906108c 14307 # First, try using that file with no special directory specified.
81ecdfbb 14308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14309/* end confdefs.h. */
81ecdfbb 14310#include <X11/Xlib.h>
bec39cab 14311_ACEOF
81ecdfbb 14312if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
14313 # We can compile using X headers with no special include directory.
14314ac_x_includes=
14315else
bec39cab 14316 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 14317 if test -r "$ac_dir/X11/Xlib.h"; then
bec39cab
AC
14318 ac_x_includes=$ac_dir
14319 break
14320 fi
14321done
c906108c 14322fi
bec39cab
AC
14323rm -f conftest.err conftest.$ac_ext
14324fi # $ac_x_includes = no
c906108c 14325
bec39cab 14326if test "$ac_x_libraries" = no; then
c906108c 14327 # Check for the libraries.
c906108c
SS
14328 # See if we find them without any special options.
14329 # Don't add to $LIBS permanently.
bec39cab 14330 ac_save_LIBS=$LIBS
81ecdfbb
RW
14331 LIBS="-lX11 $LIBS"
14332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14333/* end confdefs.h. */
81ecdfbb 14334#include <X11/Xlib.h>
bec39cab
AC
14335int
14336main ()
14337{
81ecdfbb 14338XrmInitialize ()
bec39cab
AC
14339 ;
14340 return 0;
14341}
14342_ACEOF
81ecdfbb 14343if ac_fn_c_try_link "$LINENO"; then :
bec39cab 14344 LIBS=$ac_save_LIBS
c906108c
SS
14345# We can link X programs with no special library path.
14346ac_x_libraries=
14347else
81ecdfbb
RW
14348 LIBS=$ac_save_LIBS
14349for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
c906108c 14350do
bec39cab 14351 # Don't even attempt the hair of trying to link an X program!
81ecdfbb
RW
14352 for ac_extension in a so sl dylib la dll; do
14353 if test -r "$ac_dir/libX11.$ac_extension"; then
c906108c
SS
14354 ac_x_libraries=$ac_dir
14355 break 2
14356 fi
14357 done
14358done
14359fi
81ecdfbb
RW
14360rm -f core conftest.err conftest.$ac_objext \
14361 conftest$ac_exeext conftest.$ac_ext
bec39cab 14362fi # $ac_x_libraries = no
c906108c 14363
81ecdfbb
RW
14364case $ac_x_includes,$ac_x_libraries in #(
14365 no,* | *,no | *\'*)
14366 # Didn't find X, or a directory has "'" in its name.
14367 ac_cv_have_x="have_x=no";; #(
14368 *)
14369 # Record where we found X for the cache.
14370 ac_cv_have_x="have_x=yes\
14371 ac_x_includes='$ac_x_includes'\
14372 ac_x_libraries='$ac_x_libraries'"
14373esac
c906108c 14374fi
81ecdfbb
RW
14375;; #(
14376 *) have_x=yes;;
14377 esac
c906108c
SS
14378 eval "$ac_cv_have_x"
14379fi # $with_x != no
14380
14381if test "$have_x" != yes; then
81ecdfbb
RW
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14383$as_echo "$have_x" >&6; }
c906108c
SS
14384 no_x=yes
14385else
14386 # If each of the values was on the command line, it overrides each guess.
14387 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14388 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14389 # Update the cache value to reflect the command line values.
81ecdfbb
RW
14390 ac_cv_have_x="have_x=yes\
14391 ac_x_includes='$x_includes'\
14392 ac_x_libraries='$x_libraries'"
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14394$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
c906108c
SS
14395fi
14396
14397
bec39cab 14398# Unlike the sim directory, whether a simulator is linked is controlled by
9b624dbe 14399# presence of a gdb_sim definition in the target configure.tgt entry.
7a292a7a
SS
14400# This code just checks for a few cases where we'd like to ignore those
14401# definitions, even when they're present in the '.mt' file. These cases
14402# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 14403# not part of the source tree.
7a292a7a 14404#
81ecdfbb
RW
14405# Check whether --enable-sim was given.
14406if test "${enable_sim+set}" = set; then :
14407 enableval=$enable_sim; echo "enable_sim = $enable_sim";
7a292a7a
SS
14408 echo "enableval = ${enableval}";
14409 case "${enableval}" in
14410 yes) ignore_sim=false ;;
14411 no) ignore_sim=true ;;
14412 *) ignore_sim=false ;;
14413 esac
14414else
14415 ignore_sim=false
81ecdfbb
RW
14416fi
14417
7a292a7a
SS
14418
14419if test ! -d "${srcdir}/../sim"; then
14420 ignore_sim=true
14421fi
14422
9b624dbe
UW
14423SIM=
14424SIM_OBS=
14425if test "${ignore_sim}" = "false"; then
14426 if test x"${gdb_sim}" != x ; then
14427 SIM="${gdb_sim}"
14428 SIM_OBS="remote-sim.o"
60ca704f 14429
81ecdfbb 14430$as_echo "#define WITH_SIM 1" >>confdefs.h
7a292a7a 14431
9b624dbe 14432 fi
7a292a7a
SS
14433fi
14434
14435
14436
c906108c
SS
14437
14438
14439
14440
14441
14442
dfcd3bfb 14443
e56ac5c3
AC
14444
14445
b3a90332
AC
14446
14447
c35f4ffc 14448# List of host floatformats.
bec39cab
AC
14449
14450cat >>confdefs.h <<_ACEOF
c35f4ffc 14451#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
bec39cab 14452_ACEOF
c35f4ffc 14453
bec39cab
AC
14454
14455cat >>confdefs.h <<_ACEOF
c35f4ffc 14456#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
bec39cab
AC
14457_ACEOF
14458
c35f4ffc 14459
bec39cab 14460cat >>confdefs.h <<_ACEOF
c35f4ffc 14461#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
bec39cab 14462_ACEOF
c35f4ffc
AC
14463
14464
c906108c
SS
14465# target_subdir is used by the testsuite to find the target libraries.
14466target_subdir=
14467if test "${host}" != "${target}"; then
14468 target_subdir="${target_alias}/"
14469fi
14470
14471
14472frags=
771b4502 14473if test "${gdb_native}" = "yes"; then
0dad8a66
MK
14474 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
14475 if test ! -f ${host_makefile_frag}; then
81ecdfbb 14476 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
0dad8a66
MK
14477 fi
14478 frags="$frags $host_makefile_frag"
14479else
14480 host_makefile_frag=/dev/null
c906108c 14481fi
c906108c 14482
c906108c
SS
14483
14484
14485
771b4502 14486if test "${gdb_native}" = "yes"; then
a85f51e7
DJ
14487# We pick this up from the host configuration file (.mh) because we
14488# do not have a native configuration Makefile fragment.
c906108c
SS
14489nativefile=`sed -n '
14490s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
14491' ${host_makefile_frag}`
c906108c
SS
14492fi
14493
14494
b00a8037 14495if test x"${gdb_osabi}" != x ; then
bec39cab
AC
14496
14497cat >>confdefs.h <<_ACEOF
b00a8037 14498#define GDB_OSABI_DEFAULT $gdb_osabi
bec39cab 14499_ACEOF
b00a8037
DJ
14500
14501fi
14502
8dcde887 14503# Enable multi-ice-gdb-server.
81ecdfbb
RW
14504# Check whether --enable-multi-ice was given.
14505if test "${enable_multi_ice+set}" = set; then :
14506 enableval=$enable_multi_ice; case $enableval in
8dcde887
MK
14507 yes | no)
14508 ;;
81ecdfbb 14509 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
8dcde887 14510 esac
81ecdfbb 14511fi
b4e70030 14512
81ecdfbb
RW
14513if test "x$enable_multi_ice" = xyes; then
14514 subdirs="$subdirs multi-ice"
3ace7edb 14515
a85f51e7
DJ
14516fi
14517
496c0e1b
JB
14518# Check whether --enable-gdbserver was given.
14519if test "${enable_gdbserver+set}" = set; then :
14520 enableval=$enable_gdbserver; case "${enableval}" in
14521 yes| no|auto) ;;
14522 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
14523esac
14524else
14525 enable_gdbserver=auto
14526fi
14527
14528
14529# We only build gdbserver automatically in a native configuration, and
14530# only if the user did not explicitly disable its build.
14531if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
81ecdfbb
RW
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
14533$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
8dcde887 14534 if test "x$build_gdbserver" = xyes; then
81ecdfbb
RW
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14536$as_echo "yes" >&6; }
14537 subdirs="$subdirs gdbserver"
3ace7edb 14538
496c0e1b 14539 gdbserver_build_enabled=yes
8dcde887 14540 else
81ecdfbb
RW
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14542$as_echo "no" >&6; }
8dcde887
MK
14543 fi
14544fi
14545
496c0e1b
JB
14546# If the user explicitly request the gdbserver to be built, verify that
14547# we were in fact able to enable it.
14548if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
14549 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
14550fi
14551
393fd4c3
YQ
14552# Check for babeltrace and babeltrace-ctf
14553
14554# Check whether --with-babeltrace was given.
14555if test "${with_babeltrace+set}" = set; then :
14556 withval=$with_babeltrace;
14557else
14558 with_babeltrace=auto
14559fi
14560
14561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
14562$as_echo_n "checking whether to use babeltrace... " >&6; }
14563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
14564$as_echo "$with_babeltrace" >&6; }
14565
14566if test "x$with_babeltrace" = "xno"; then
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
14568$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
14569else
14570 # Append -Werror to CFLAGS so that configure can catch the warning
14571 # "assignment from incompatible pointer type", which is related to
14572 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
14573 # in GDB, while babeltrace 1.0.3 is broken.
14574 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
14575 # safe to save and restore CFLAGS here.
14576 saved_CFLAGS=$CFLAGS
14577 CFLAGS="$CFLAGS -Werror"
14578
14579
14580
14581
14582
14583
14584
14585
14586 use_additional=yes
14587
14588 acl_save_prefix="$prefix"
14589 prefix="$acl_final_prefix"
14590 acl_save_exec_prefix="$exec_prefix"
14591 exec_prefix="$acl_final_exec_prefix"
14592
14593 eval additional_includedir=\"$includedir\"
14594 eval additional_libdir=\"$libdir\"
14595
14596 exec_prefix="$acl_save_exec_prefix"
14597 prefix="$acl_save_prefix"
14598
14599
14600# Check whether --with-libbabeltrace-prefix was given.
14601if test "${with_libbabeltrace_prefix+set}" = set; then :
14602 withval=$with_libbabeltrace_prefix;
14603 if test "X$withval" = "Xno"; then
14604 use_additional=no
14605 else
14606 if test "X$withval" = "X"; then
14607
14608 acl_save_prefix="$prefix"
14609 prefix="$acl_final_prefix"
14610 acl_save_exec_prefix="$exec_prefix"
14611 exec_prefix="$acl_final_exec_prefix"
14612
14613 eval additional_includedir=\"$includedir\"
14614 eval additional_libdir=\"$libdir\"
14615
14616 exec_prefix="$acl_save_exec_prefix"
14617 prefix="$acl_save_prefix"
14618
14619 else
14620 additional_includedir="$withval/include"
14621 additional_libdir="$withval/lib"
14622 fi
14623 fi
14624
14625fi
14626
14627 LIBBABELTRACE=
14628 LTLIBBABELTRACE=
14629 INCBABELTRACE=
14630 rpathdirs=
14631 ltrpathdirs=
14632 names_already_handled=
14633 names_next_round='babeltrace babeltrace-ctf'
14634 while test -n "$names_next_round"; do
14635 names_this_round="$names_next_round"
14636 names_next_round=
14637 for name in $names_this_round; do
14638 already_handled=
14639 for n in $names_already_handled; do
14640 if test "$n" = "$name"; then
14641 already_handled=yes
14642 break
14643 fi
14644 done
14645 if test -z "$already_handled"; then
14646 names_already_handled="$names_already_handled $name"
14647 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14648 eval value=\"\$HAVE_LIB$uppername\"
14649 if test -n "$value"; then
14650 if test "$value" = yes; then
14651 eval value=\"\$LIB$uppername\"
14652 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
14653 eval value=\"\$LTLIB$uppername\"
14654 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
14655 else
14656 :
14657 fi
14658 else
14659 found_dir=
14660 found_la=
14661 found_so=
14662 found_a=
14663 if test $use_additional = yes; then
14664 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
14665 found_dir="$additional_libdir"
14666 found_so="$additional_libdir/lib$name.$shlibext"
14667 if test -f "$additional_libdir/lib$name.la"; then
14668 found_la="$additional_libdir/lib$name.la"
14669 fi
14670 else
14671 if test -f "$additional_libdir/lib$name.$libext"; then
14672 found_dir="$additional_libdir"
14673 found_a="$additional_libdir/lib$name.$libext"
14674 if test -f "$additional_libdir/lib$name.la"; then
14675 found_la="$additional_libdir/lib$name.la"
14676 fi
14677 fi
14678 fi
14679 fi
14680 if test "X$found_dir" = "X"; then
14681 for x in $LDFLAGS $LTLIBBABELTRACE; do
14682
14683 acl_save_prefix="$prefix"
14684 prefix="$acl_final_prefix"
14685 acl_save_exec_prefix="$exec_prefix"
14686 exec_prefix="$acl_final_exec_prefix"
14687 eval x=\"$x\"
14688 exec_prefix="$acl_save_exec_prefix"
14689 prefix="$acl_save_prefix"
14690
14691 case "$x" in
14692 -L*)
14693 dir=`echo "X$x" | sed -e 's/^X-L//'`
14694 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
14695 found_dir="$dir"
14696 found_so="$dir/lib$name.$shlibext"
14697 if test -f "$dir/lib$name.la"; then
14698 found_la="$dir/lib$name.la"
14699 fi
14700 else
14701 if test -f "$dir/lib$name.$libext"; then
14702 found_dir="$dir"
14703 found_a="$dir/lib$name.$libext"
14704 if test -f "$dir/lib$name.la"; then
14705 found_la="$dir/lib$name.la"
14706 fi
14707 fi
14708 fi
14709 ;;
14710 esac
14711 if test "X$found_dir" != "X"; then
14712 break
14713 fi
14714 done
14715 fi
14716 if test "X$found_dir" != "X"; then
14717 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
14718 if test "X$found_so" != "X"; then
14719 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14720 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14721 else
14722 haveit=
14723 for x in $ltrpathdirs; do
14724 if test "X$x" = "X$found_dir"; then
14725 haveit=yes
14726 break
14727 fi
14728 done
14729 if test -z "$haveit"; then
14730 ltrpathdirs="$ltrpathdirs $found_dir"
14731 fi
14732 if test "$hardcode_direct" = yes; then
14733 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14734 else
14735 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14736 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14737 haveit=
14738 for x in $rpathdirs; do
14739 if test "X$x" = "X$found_dir"; then
14740 haveit=yes
14741 break
14742 fi
14743 done
14744 if test -z "$haveit"; then
14745 rpathdirs="$rpathdirs $found_dir"
14746 fi
14747 else
14748 haveit=
14749 for x in $LDFLAGS $LIBBABELTRACE; do
14750
14751 acl_save_prefix="$prefix"
14752 prefix="$acl_final_prefix"
14753 acl_save_exec_prefix="$exec_prefix"
14754 exec_prefix="$acl_final_exec_prefix"
14755 eval x=\"$x\"
14756 exec_prefix="$acl_save_exec_prefix"
14757 prefix="$acl_save_prefix"
14758
14759 if test "X$x" = "X-L$found_dir"; then
14760 haveit=yes
14761 break
14762 fi
14763 done
14764 if test -z "$haveit"; then
14765 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
14766 fi
14767 if test "$hardcode_minus_L" != no; then
14768 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14769 else
14770 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
14771 fi
14772 fi
14773 fi
14774 fi
14775 else
14776 if test "X$found_a" != "X"; then
14777 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
14778 else
14779 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
14780 fi
14781 fi
14782 additional_includedir=
14783 case "$found_dir" in
14784 */lib | */lib/)
14785 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14786 additional_includedir="$basedir/include"
14787 ;;
14788 esac
14789 if test "X$additional_includedir" != "X"; then
14790 if test "X$additional_includedir" != "X/usr/include"; then
14791 haveit=
14792 if test "X$additional_includedir" = "X/usr/local/include"; then
14793 if test -n "$GCC"; then
14794 case $host_os in
14795 linux*) haveit=yes;;
14796 esac
14797 fi
14798 fi
14799 if test -z "$haveit"; then
14800 for x in $CPPFLAGS $INCBABELTRACE; do
14801
14802 acl_save_prefix="$prefix"
14803 prefix="$acl_final_prefix"
14804 acl_save_exec_prefix="$exec_prefix"
14805 exec_prefix="$acl_final_exec_prefix"
14806 eval x=\"$x\"
14807 exec_prefix="$acl_save_exec_prefix"
14808 prefix="$acl_save_prefix"
14809
14810 if test "X$x" = "X-I$additional_includedir"; then
14811 haveit=yes
14812 break
14813 fi
14814 done
14815 if test -z "$haveit"; then
14816 if test -d "$additional_includedir"; then
14817 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
14818 fi
14819 fi
14820 fi
14821 fi
14822 fi
14823 if test -n "$found_la"; then
14824 save_libdir="$libdir"
14825 case "$found_la" in
14826 */* | *\\*) . "$found_la" ;;
14827 *) . "./$found_la" ;;
14828 esac
14829 libdir="$save_libdir"
14830 for dep in $dependency_libs; do
14831 case "$dep" in
14832 -L*)
14833 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14834 if test "X$additional_libdir" != "X/usr/lib"; then
14835 haveit=
14836 if test "X$additional_libdir" = "X/usr/local/lib"; then
14837 if test -n "$GCC"; then
14838 case $host_os in
14839 linux*) haveit=yes;;
14840 esac
14841 fi
14842 fi
14843 if test -z "$haveit"; then
14844 haveit=
14845 for x in $LDFLAGS $LIBBABELTRACE; do
14846
14847 acl_save_prefix="$prefix"
14848 prefix="$acl_final_prefix"
14849 acl_save_exec_prefix="$exec_prefix"
14850 exec_prefix="$acl_final_exec_prefix"
14851 eval x=\"$x\"
14852 exec_prefix="$acl_save_exec_prefix"
14853 prefix="$acl_save_prefix"
14854
14855 if test "X$x" = "X-L$additional_libdir"; then
14856 haveit=yes
14857 break
14858 fi
14859 done
14860 if test -z "$haveit"; then
14861 if test -d "$additional_libdir"; then
14862 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
14863 fi
14864 fi
14865 haveit=
14866 for x in $LDFLAGS $LTLIBBABELTRACE; do
14867
14868 acl_save_prefix="$prefix"
14869 prefix="$acl_final_prefix"
14870 acl_save_exec_prefix="$exec_prefix"
14871 exec_prefix="$acl_final_exec_prefix"
14872 eval x=\"$x\"
14873 exec_prefix="$acl_save_exec_prefix"
14874 prefix="$acl_save_prefix"
14875
14876 if test "X$x" = "X-L$additional_libdir"; then
14877 haveit=yes
14878 break
14879 fi
14880 done
14881 if test -z "$haveit"; then
14882 if test -d "$additional_libdir"; then
14883 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
14884 fi
14885 fi
14886 fi
14887 fi
14888 ;;
14889 -R*)
14890 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14891 if test "$enable_rpath" != no; then
14892 haveit=
14893 for x in $rpathdirs; do
14894 if test "X$x" = "X$dir"; then
14895 haveit=yes
14896 break
14897 fi
14898 done
14899 if test -z "$haveit"; then
14900 rpathdirs="$rpathdirs $dir"
14901 fi
14902 haveit=
14903 for x in $ltrpathdirs; do
14904 if test "X$x" = "X$dir"; then
14905 haveit=yes
14906 break
14907 fi
14908 done
14909 if test -z "$haveit"; then
14910 ltrpathdirs="$ltrpathdirs $dir"
14911 fi
14912 fi
14913 ;;
14914 -l*)
14915 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14916 ;;
14917 *.la)
14918 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14919 ;;
14920 *)
14921 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
14922 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
14923 ;;
14924 esac
14925 done
14926 fi
14927 else
14928 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
14929 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
14930 fi
14931 fi
14932 fi
14933 done
14934 done
14935 if test "X$rpathdirs" != "X"; then
14936 if test -n "$hardcode_libdir_separator"; then
14937 alldirs=
14938 for found_dir in $rpathdirs; do
14939 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14940 done
14941 acl_save_libdir="$libdir"
14942 libdir="$alldirs"
14943 eval flag=\"$hardcode_libdir_flag_spec\"
14944 libdir="$acl_save_libdir"
14945 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
14946 else
14947 for found_dir in $rpathdirs; do
14948 acl_save_libdir="$libdir"
14949 libdir="$found_dir"
14950 eval flag=\"$hardcode_libdir_flag_spec\"
14951 libdir="$acl_save_libdir"
14952 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
14953 done
14954 fi
14955 fi
14956 if test "X$ltrpathdirs" != "X"; then
14957 for found_dir in $ltrpathdirs; do
14958 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
14959 done
14960 fi
14961
14962
14963 ac_save_CPPFLAGS="$CPPFLAGS"
14964
14965 for element in $INCBABELTRACE; do
14966 haveit=
14967 for x in $CPPFLAGS; do
14968
14969 acl_save_prefix="$prefix"
14970 prefix="$acl_final_prefix"
14971 acl_save_exec_prefix="$exec_prefix"
14972 exec_prefix="$acl_final_exec_prefix"
14973 eval x=\"$x\"
14974 exec_prefix="$acl_save_exec_prefix"
14975 prefix="$acl_save_prefix"
14976
14977 if test "X$x" = "X$element"; then
14978 haveit=yes
14979 break
14980 fi
14981 done
14982 if test -z "$haveit"; then
14983 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14984 fi
14985 done
14986
14987
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
14989$as_echo_n "checking for libbabeltrace... " >&6; }
14990if test "${ac_cv_libbabeltrace+set}" = set; then :
14991 $as_echo_n "(cached) " >&6
14992else
14993
14994 ac_save_LIBS="$LIBS"
14995 LIBS="$LIBS $LIBBABELTRACE"
14996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14997/* end confdefs.h. */
14998#include <babeltrace/babeltrace.h>
14999 #include <babeltrace/ctf/events.h>
15000 #include <babeltrace/ctf/iterator.h>
15001int
15002main ()
15003{
15004struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
15005 struct bt_ctf_event *event = NULL;
15006 const struct bt_definition *scope;
15007
15008 scope = bt_ctf_get_top_level_scope (event,
15009 BT_STREAM_EVENT_HEADER);
15010 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
15011
15012 ;
15013 return 0;
15014}
15015_ACEOF
15016if ac_fn_c_try_link "$LINENO"; then :
15017 ac_cv_libbabeltrace=yes
15018else
15019 ac_cv_libbabeltrace=no
15020fi
15021rm -f core conftest.err conftest.$ac_objext \
15022 conftest$ac_exeext conftest.$ac_ext
15023 LIBS="$ac_save_LIBS"
15024
15025fi
15026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
15027$as_echo "$ac_cv_libbabeltrace" >&6; }
15028 if test "$ac_cv_libbabeltrace" = yes; then
15029 HAVE_LIBBABELTRACE=yes
15030
15031$as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
15032
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
15034$as_echo_n "checking how to link with libbabeltrace... " >&6; }
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
15036$as_echo "$LIBBABELTRACE" >&6; }
15037 else
15038 HAVE_LIBBABELTRACE=no
15039 CPPFLAGS="$ac_save_CPPFLAGS"
15040 LIBBABELTRACE=
15041 LTLIBBABELTRACE=
15042 fi
15043
15044
15045
15046
15047
15048
15049 CFLAGS=$saved_CFLAGS
15050
15051 if test "$HAVE_LIBBABELTRACE" != yes; then
15052 if test "$with_babeltrace" = yes; then
15053 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
15054 else
15055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
15056$as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
15057 fi
15058 fi
15059fi
15060
db985757 15061# If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
2c0fc042 15062# to an empty version.
c906108c
SS
15063
15064files=
15065links=
5a2402b8 15066
c906108c
SS
15067rm -f nm.h
15068if test "${nativefile}" != ""; then
0f475e27
AC
15069 case "${nativefile}" in
15070 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
15071 * ) GDB_NM_FILE="${nativefile}"
15072 esac
5a2402b8
AC
15073 files="${files} ${GDB_NM_FILE}"
15074 links="${links} nm.h"
60ca704f
SE
15075
15076cat >>confdefs.h <<_ACEOF
b78960be 15077#define GDB_NM_FILE "${GDB_NM_FILE}"
bec39cab 15078_ACEOF
5a2402b8 15079
c906108c 15080fi
5a2402b8
AC
15081
15082
bec39cab
AC
15083ac_sources="$files"
15084ac_dests="$links"
15085while test -n "$ac_sources"; do
15086 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
15087 set $ac_sources; ac_source=$1; shift; ac_sources=$*
15088 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
15089done
81ecdfbb 15090ac_config_links="$ac_config_links $ac_config_links_1"
c906108c
SS
15091
15092
c906108c
SS
15093
15094
c906108c 15095
81ecdfbb 15096$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
bec39cab 15097
bec39cab 15098
b292c783
JK
15099# Undo the $ec_script escaping suitable for Makefile.
15100transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
15101GDB_TRANSFORM_NAME=`echo gdb | sed -e "$transform"`
15102if test "x$GDB_TRANSFORM_NAME" = x; then
15103 GDB_TRANSFORM_NAME=gdb
15104fi
15105
15106GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$transform"`
15107if test "x$GCORE_TRANSFORM_NAME" = x; then
15108 GCORE_TRANSFORM_NAME=gcore
15109fi
15110
15111ac_config_files="$ac_config_files gcore"
15112
15113
c971b7fa 15114ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
81ecdfbb
RW
15115
15116ac_config_commands="$ac_config_commands default"
89a34d1b 15117
bec39cab
AC
15118cat >confcache <<\_ACEOF
15119# This file is a shell script that caches the results of configure
15120# tests run on this system so they can be shared between configure
15121# scripts and configure runs, see configure's option --config-cache.
15122# It is not useful on other systems. If it contains results you don't
15123# want to keep, you may remove or edit it.
15124#
15125# config.status only pays attention to the cache file if you give it
15126# the --recheck option to rerun configure.
15127#
15128# `ac_cv_env_foo' variables (set or unset) will be overridden when
15129# loading this file, other *unset* `ac_cv_foo' will be assigned the
15130# following values.
15131
15132_ACEOF
15133
15134# The following way of writing the cache mishandles newlines in values,
15135# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15136# So, we kill variables containing newlines.
bec39cab
AC
15137# Ultrix sh set writes to stderr and can't be redirected directly,
15138# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15139(
15140 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15141 eval ac_val=\$$ac_var
15142 case $ac_val in #(
15143 *${as_nl}*)
15144 case $ac_var in #(
15145 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15146$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15147 esac
15148 case $ac_var in #(
15149 _ | IFS | as_nl) ;; #(
15150 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15151 *) { eval $ac_var=; unset $ac_var;} ;;
15152 esac ;;
15153 esac
15154 done
15155
bec39cab 15156 (set) 2>&1 |
81ecdfbb
RW
15157 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15158 *${as_nl}ac_space=\ *)
15159 # `set' does not quote correctly, so add quotes: double-quote
15160 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
15161 sed -n \
15162 "s/'/'\\\\''/g;
15163 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15164 ;; #(
bec39cab
AC
15165 *)
15166 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15167 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 15168 ;;
81ecdfbb
RW
15169 esac |
15170 sort
15171) |
bec39cab 15172 sed '
81ecdfbb 15173 /^ac_cv_env_/b end
bec39cab 15174 t clear
81ecdfbb 15175 :clear
bec39cab
AC
15176 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15177 t end
81ecdfbb
RW
15178 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15179 :end' >>confcache
15180if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15181 if test -w "$cache_file"; then
15182 test "x$cache_file" != "x/dev/null" &&
15183 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15184$as_echo "$as_me: updating cache $cache_file" >&6;}
bec39cab
AC
15185 cat confcache >$cache_file
15186 else
81ecdfbb
RW
15187 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15188$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
bec39cab
AC
15189 fi
15190fi
15191rm -f confcache
15192
15193test "x$prefix" = xNONE && prefix=$ac_default_prefix
15194# Let make expand exec_prefix.
15195test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15196
bec39cab
AC
15197DEFS=-DHAVE_CONFIG_H
15198
15199ac_libobjs=
15200ac_ltlibobjs=
15201for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15202 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15203 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15204 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15205 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15206 # will be set to the directory where LIBOBJS objects are built.
15207 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15208 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
15209done
15210LIBOBJS=$ac_libobjs
15211
15212LTLIBOBJS=$ac_ltlibobjs
15213
15214
85981d60 15215if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
15216 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15217Usually this means the macro was only invoked conditionally." "$LINENO" 5
85981d60 15218fi
a417dc56 15219if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
81ecdfbb
RW
15220 as_fn_error "conditional \"GMAKE\" was never defined.
15221Usually this means the macro was only invoked conditionally." "$LINENO" 5
a417dc56 15222fi
81ecdfbb
RW
15223
15224
bec39cab 15225: ${CONFIG_STATUS=./config.status}
81ecdfbb 15226ac_write_fail=0
bec39cab
AC
15227ac_clean_files_save=$ac_clean_files
15228ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15229{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15230$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15231as_write_fail=0
15232cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
15233#! $SHELL
15234# Generated by $as_me.
15235# Run this file to recreate the current configuration.
15236# Compiler output produced by configure, useful for debugging
15237# configure, is in config.log if it exists.
15238
15239debug=false
15240ac_cs_recheck=false
15241ac_cs_silent=false
bec39cab 15242
81ecdfbb
RW
15243SHELL=\${CONFIG_SHELL-$SHELL}
15244export SHELL
15245_ASEOF
15246cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15247## -------------------- ##
15248## M4sh Initialization. ##
15249## -------------------- ##
15250
15251# Be more Bourne compatible
15252DUALCASE=1; export DUALCASE # for MKS sh
15253if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
15254 emulate sh
15255 NULLCMD=:
81ecdfbb 15256 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
15257 # is contrary to our usage. Disable this feature.
15258 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15259 setopt NO_GLOB_SUBST
15260else
15261 case `(set -o) 2>/dev/null` in #(
15262 *posix*) :
15263 set -o posix ;; #(
15264 *) :
15265 ;;
15266esac
bec39cab 15267fi
bec39cab 15268
81ecdfbb
RW
15269
15270as_nl='
15271'
15272export as_nl
15273# Printing a long string crashes Solaris 7 /usr/bin/printf.
15274as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15275as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15276as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15277# Prefer a ksh shell builtin over an external printf program on Solaris,
15278# but without wasting forks for bash or zsh.
15279if test -z "$BASH_VERSION$ZSH_VERSION" \
15280 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15281 as_echo='print -r --'
15282 as_echo_n='print -rn --'
15283elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15284 as_echo='printf %s\n'
15285 as_echo_n='printf %s'
15286else
15287 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15288 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15289 as_echo_n='/usr/ucb/echo -n'
15290 else
15291 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15292 as_echo_n_body='eval
15293 arg=$1;
15294 case $arg in #(
15295 *"$as_nl"*)
15296 expr "X$arg" : "X\\(.*\\)$as_nl";
15297 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15298 esac;
15299 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15300 '
15301 export as_echo_n_body
15302 as_echo_n='sh -c $as_echo_n_body as_echo'
15303 fi
15304 export as_echo_body
15305 as_echo='sh -c $as_echo_body as_echo'
15306fi
15307
15308# The user is always right.
15309if test "${PATH_SEPARATOR+set}" != set; then
15310 PATH_SEPARATOR=:
15311 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15312 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15313 PATH_SEPARATOR=';'
15314 }
bec39cab
AC
15315fi
15316
15317
81ecdfbb
RW
15318# IFS
15319# We need space, tab and new line, in precisely that order. Quoting is
15320# there to prevent editors from complaining about space-tab.
15321# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15322# splitting by setting IFS to empty value.)
15323IFS=" "" $as_nl"
15324
15325# Find who we are. Look in the path if we contain no directory separator.
15326case $0 in #((
15327 *[\\/]* ) as_myself=$0 ;;
15328 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15329for as_dir in $PATH
15330do
15331 IFS=$as_save_IFS
15332 test -z "$as_dir" && as_dir=.
15333 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15334 done
15335IFS=$as_save_IFS
15336
15337 ;;
15338esac
15339# We did not find ourselves, most probably we were run as `sh COMMAND'
15340# in which case we are not to be found in the path.
15341if test "x$as_myself" = x; then
15342 as_myself=$0
15343fi
15344if test ! -f "$as_myself"; then
15345 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15346 exit 1
15347fi
15348
15349# Unset variables that we do not need and which cause bugs (e.g. in
15350# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15351# suppresses any "Segmentation fault" message there. '((' could
15352# trigger a bug in pdksh 5.2.14.
15353for as_var in BASH_ENV ENV MAIL MAILPATH
15354do eval test x\${$as_var+set} = xset \
15355 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15356done
bec39cab
AC
15357PS1='$ '
15358PS2='> '
15359PS4='+ '
15360
15361# NLS nuisances.
81ecdfbb
RW
15362LC_ALL=C
15363export LC_ALL
15364LANGUAGE=C
15365export LANGUAGE
15366
15367# CDPATH.
15368(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15369
15370
15371# as_fn_error ERROR [LINENO LOG_FD]
15372# ---------------------------------
15373# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15374# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15375# script with status $?, using 1 if that was 0.
15376as_fn_error ()
15377{
15378 as_status=$?; test $as_status -eq 0 && as_status=1
15379 if test "$3"; then
15380 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15381 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15382 fi
15383 $as_echo "$as_me: error: $1" >&2
15384 as_fn_exit $as_status
15385} # as_fn_error
15386
15387
15388# as_fn_set_status STATUS
15389# -----------------------
15390# Set $? to STATUS, without forking.
15391as_fn_set_status ()
15392{
15393 return $1
15394} # as_fn_set_status
15395
15396# as_fn_exit STATUS
15397# -----------------
15398# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15399as_fn_exit ()
15400{
15401 set +e
15402 as_fn_set_status $1
15403 exit $1
15404} # as_fn_exit
15405
15406# as_fn_unset VAR
15407# ---------------
15408# Portably unset VAR.
15409as_fn_unset ()
15410{
15411 { eval $1=; unset $1;}
15412}
15413as_unset=as_fn_unset
15414# as_fn_append VAR VALUE
15415# ----------------------
15416# Append the text in VALUE to the end of the definition contained in VAR. Take
15417# advantage of any shell optimizations that allow amortized linear growth over
15418# repeated appends, instead of the typical quadratic growth present in naive
15419# implementations.
15420if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15421 eval 'as_fn_append ()
15422 {
15423 eval $1+=\$2
15424 }'
15425else
15426 as_fn_append ()
15427 {
15428 eval $1=\$$1\$2
15429 }
15430fi # as_fn_append
15431
15432# as_fn_arith ARG...
15433# ------------------
15434# Perform arithmetic evaluation on the ARGs, and store the result in the
15435# global $as_val. Take advantage of shells that can avoid forks. The arguments
15436# must be portable across $(()) and expr.
15437if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15438 eval 'as_fn_arith ()
15439 {
15440 as_val=$(( $* ))
15441 }'
15442else
15443 as_fn_arith ()
15444 {
15445 as_val=`expr "$@" || test $? -eq 1`
15446 }
15447fi # as_fn_arith
bec39cab 15448
81ecdfbb
RW
15449
15450if expr a : '\(a\)' >/dev/null 2>&1 &&
15451 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
15452 as_expr=expr
15453else
15454 as_expr=false
15455fi
15456
81ecdfbb 15457if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
15458 as_basename=basename
15459else
15460 as_basename=false
15461fi
15462
81ecdfbb
RW
15463if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15464 as_dirname=dirname
15465else
15466 as_dirname=false
15467fi
bec39cab 15468
81ecdfbb 15469as_me=`$as_basename -- "$0" ||
bec39cab
AC
15470$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15471 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15472 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15473$as_echo X/"$0" |
15474 sed '/^.*\/\([^/][^/]*\)\/*$/{
15475 s//\1/
15476 q
15477 }
15478 /^X\/\(\/\/\)$/{
15479 s//\1/
15480 q
15481 }
15482 /^X\/\(\/\).*/{
15483 s//\1/
15484 q
15485 }
15486 s/.*/./; q'`
b4e70030 15487
b4e70030
JB
15488# Avoid depending upon Character Ranges.
15489as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15490as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15491as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15492as_cr_digits='0123456789'
15493as_cr_alnum=$as_cr_Letters$as_cr_digits
15494
81ecdfbb
RW
15495ECHO_C= ECHO_N= ECHO_T=
15496case `echo -n x` in #(((((
15497-n*)
15498 case `echo 'xy\c'` in
15499 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15500 xy) ECHO_C='\c';;
15501 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15502 ECHO_T=' ';;
15503 esac;;
15504*)
15505 ECHO_N='-n';;
bec39cab
AC
15506esac
15507
81ecdfbb
RW
15508rm -f conf$$ conf$$.exe conf$$.file
15509if test -d conf$$.dir; then
15510 rm -f conf$$.dir/conf$$.file
bec39cab 15511else
81ecdfbb
RW
15512 rm -f conf$$.dir
15513 mkdir conf$$.dir 2>/dev/null
bec39cab 15514fi
81ecdfbb
RW
15515if (echo >conf$$.file) 2>/dev/null; then
15516 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 15517 as_ln_s='ln -s'
81ecdfbb
RW
15518 # ... but there are two gotchas:
15519 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15520 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15521 # In both cases, we have to default to `cp -p'.
15522 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15523 as_ln_s='cp -p'
15524 elif ln conf$$.file conf$$ 2>/dev/null; then
15525 as_ln_s=ln
15526 else
15527 as_ln_s='cp -p'
b4e70030 15528 fi
bec39cab
AC
15529else
15530 as_ln_s='cp -p'
15531fi
81ecdfbb
RW
15532rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15533rmdir conf$$.dir 2>/dev/null
15534
15535
15536# as_fn_mkdir_p
15537# -------------
15538# Create "$as_dir" as a directory, including parents if necessary.
15539as_fn_mkdir_p ()
15540{
15541
15542 case $as_dir in #(
15543 -*) as_dir=./$as_dir;;
15544 esac
15545 test -d "$as_dir" || eval $as_mkdir_p || {
15546 as_dirs=
15547 while :; do
15548 case $as_dir in #(
15549 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15550 *) as_qdir=$as_dir;;
15551 esac
15552 as_dirs="'$as_qdir' $as_dirs"
15553 as_dir=`$as_dirname -- "$as_dir" ||
15554$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15555 X"$as_dir" : 'X\(//\)[^/]' \| \
15556 X"$as_dir" : 'X\(//\)$' \| \
15557 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15558$as_echo X"$as_dir" |
15559 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15560 s//\1/
15561 q
15562 }
15563 /^X\(\/\/\)[^/].*/{
15564 s//\1/
15565 q
15566 }
15567 /^X\(\/\/\)$/{
15568 s//\1/
15569 q
15570 }
15571 /^X\(\/\).*/{
15572 s//\1/
15573 q
15574 }
15575 s/.*/./; q'`
15576 test -d "$as_dir" && break
15577 done
15578 test -z "$as_dirs" || eval "mkdir $as_dirs"
15579 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15580
bec39cab 15581
81ecdfbb 15582} # as_fn_mkdir_p
bec39cab 15583if mkdir -p . 2>/dev/null; then
81ecdfbb 15584 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
15585else
15586 test -d ./-p && rmdir ./-p
15587 as_mkdir_p=false
15588fi
15589
81ecdfbb
RW
15590if test -x / >/dev/null 2>&1; then
15591 as_test_x='test -x'
15592else
15593 if ls -dL / >/dev/null 2>&1; then
15594 as_ls_L_option=L
15595 else
15596 as_ls_L_option=
15597 fi
15598 as_test_x='
15599 eval sh -c '\''
15600 if test -d "$1"; then
15601 test -d "$1/.";
15602 else
15603 case $1 in #(
15604 -*)set "./$1";;
15605 esac;
15606 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15607 ???[sx]*):;;*)false;;esac;fi
15608 '\'' sh
15609 '
15610fi
15611as_executable_p=$as_test_x
bec39cab
AC
15612
15613# Sed expression to map a string onto a valid CPP name.
15614as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15615
15616# Sed expression to map a string onto a valid variable name.
15617as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15618
15619
bec39cab 15620exec 6>&1
81ecdfbb
RW
15621## ----------------------------------- ##
15622## Main body of $CONFIG_STATUS script. ##
15623## ----------------------------------- ##
15624_ASEOF
15625test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15626
15627cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15628# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 15629# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15630# values after options handling.
15631ac_log="
bec39cab 15632This file was extended by $as_me, which was
81ecdfbb 15633generated by GNU Autoconf 2.64. Invocation command line was
bec39cab
AC
15634
15635 CONFIG_FILES = $CONFIG_FILES
15636 CONFIG_HEADERS = $CONFIG_HEADERS
15637 CONFIG_LINKS = $CONFIG_LINKS
15638 CONFIG_COMMANDS = $CONFIG_COMMANDS
15639 $ $0 $@
15640
81ecdfbb
RW
15641on `(hostname || uname -n) 2>/dev/null | sed 1q`
15642"
15643
bec39cab
AC
15644_ACEOF
15645
81ecdfbb
RW
15646case $ac_config_files in *"
15647"*) set x $ac_config_files; shift; ac_config_files=$*;;
15648esac
234b45d4 15649
81ecdfbb
RW
15650case $ac_config_headers in *"
15651"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15652esac
b4e70030 15653
b4e70030 15654
81ecdfbb
RW
15655cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15656# Files that config.status was made for.
15657config_files="$ac_config_files"
15658config_headers="$ac_config_headers"
15659config_links="$ac_config_links"
15660config_commands="$ac_config_commands"
234b45d4 15661
81ecdfbb 15662_ACEOF
b4e70030 15663
81ecdfbb 15664cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 15665ac_cs_usage="\
81ecdfbb
RW
15666\`$as_me' instantiates files and other configuration actions
15667from templates according to the current configuration. Unless the files
15668and actions are specified as TAGs, all are instantiated by default.
234b45d4 15669
81ecdfbb 15670Usage: $0 [OPTION]... [TAG]...
234b45d4 15671
bec39cab 15672 -h, --help print this help, then exit
81ecdfbb
RW
15673 -V, --version print version number and configuration settings, then exit
15674 -q, --quiet, --silent
15675 do not print progress messages
bec39cab
AC
15676 -d, --debug don't remove temporary files
15677 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15678 --file=FILE[:TEMPLATE]
15679 instantiate the configuration file FILE
15680 --header=FILE[:TEMPLATE]
15681 instantiate the configuration header FILE
234b45d4 15682
bec39cab
AC
15683Configuration files:
15684$config_files
234b45d4 15685
bec39cab
AC
15686Configuration headers:
15687$config_headers
234b45d4 15688
bec39cab
AC
15689Configuration links:
15690$config_links
234b45d4 15691
bec39cab
AC
15692Configuration commands:
15693$config_commands
15694
81ecdfbb 15695Report bugs to the package provider."
b4e70030 15696
81ecdfbb
RW
15697_ACEOF
15698cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab
AC
15699ac_cs_version="\\
15700config.status
81ecdfbb
RW
15701configured by $0, generated by GNU Autoconf 2.64,
15702 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
bec39cab 15703
81ecdfbb 15704Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
15705This config.status script is free software; the Free Software Foundation
15706gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15707
15708ac_pwd='$ac_pwd'
15709srcdir='$srcdir'
15710INSTALL='$INSTALL'
81ecdfbb
RW
15711AWK='$AWK'
15712test -n "\$AWK" || AWK=awk
bec39cab
AC
15713_ACEOF
15714
81ecdfbb
RW
15715cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15716# The default lists apply if the user does not specify any file.
bec39cab
AC
15717ac_need_defaults=:
15718while test $# != 0
15719do
15720 case $1 in
15721 --*=*)
81ecdfbb
RW
15722 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15723 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab 15724 ac_shift=:
c906108c 15725 ;;
81ecdfbb 15726 *)
bec39cab
AC
15727 ac_option=$1
15728 ac_optarg=$2
15729 ac_shift=shift
c906108c 15730 ;;
bec39cab 15731 esac
c906108c 15732
bec39cab
AC
15733 case $ac_option in
15734 # Handling of the options.
bec39cab
AC
15735 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15736 ac_cs_recheck=: ;;
81ecdfbb
RW
15737 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15738 $as_echo "$ac_cs_version"; exit ;;
15739 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
15740 debug=: ;;
15741 --file | --fil | --fi | --f )
15742 $ac_shift
81ecdfbb
RW
15743 case $ac_optarg in
15744 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15745 esac
15746 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab
AC
15747 ac_need_defaults=false;;
15748 --header | --heade | --head | --hea )
15749 $ac_shift
81ecdfbb
RW
15750 case $ac_optarg in
15751 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15752 esac
15753 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
bec39cab 15754 ac_need_defaults=false;;
81ecdfbb
RW
15755 --he | --h)
15756 # Conflict between --help and --header
15757 as_fn_error "ambiguous option: \`$1'
15758Try \`$0 --help' for more information.";;
15759 --help | --hel | -h )
15760 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
15761 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15762 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15763 ac_cs_silent=: ;;
c906108c 15764
bec39cab 15765 # This is an error.
81ecdfbb
RW
15766 -*) as_fn_error "unrecognized option: \`$1'
15767Try \`$0 --help' for more information." ;;
c906108c 15768
81ecdfbb
RW
15769 *) as_fn_append ac_config_targets " $1"
15770 ac_need_defaults=false ;;
c906108c 15771
bec39cab
AC
15772 esac
15773 shift
15774done
c906108c 15775
bec39cab 15776ac_configure_extra_args=
c906108c 15777
bec39cab
AC
15778if $ac_cs_silent; then
15779 exec 6>/dev/null
15780 ac_configure_extra_args="$ac_configure_extra_args --silent"
15781fi
c906108c 15782
bec39cab 15783_ACEOF
81ecdfbb 15784cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 15785if \$ac_cs_recheck; then
81ecdfbb
RW
15786 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15787 shift
15788 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15789 CONFIG_SHELL='$SHELL'
15790 export CONFIG_SHELL
15791 exec "\$@"
bec39cab
AC
15792fi
15793
15794_ACEOF
81ecdfbb
RW
15795cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15796exec 5>>config.log
15797{
15798 echo
15799 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15800## Running $as_me. ##
15801_ASBOX
15802 $as_echo "$ac_log"
15803} >&5
bec39cab 15804
81ecdfbb
RW
15805_ACEOF
15806cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c906108c 15807#
81ecdfbb 15808# INIT-COMMANDS
c906108c 15809#
a417dc56 15810ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
b4e70030 15811
bec39cab
AC
15812_ACEOF
15813
81ecdfbb 15814cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4e8d927d 15815
81ecdfbb 15816# Handling of arguments.
bec39cab 15817for ac_config_target in $ac_config_targets
c906108c 15818do
81ecdfbb
RW
15819 case $ac_config_target in
15820 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15821 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
f997c383 15822 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
81ecdfbb 15823 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
b292c783 15824 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
81ecdfbb 15825 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
e2207b9a 15826 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
5ae98d25 15827 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
aa2e2d8d 15828 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
81ecdfbb
RW
15829 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15830
15831 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
15832 esac
15833done
15834
81ecdfbb 15835
bec39cab
AC
15836# If the user did not use the arguments to specify the items to instantiate,
15837# then the envvar interface is used. Set only those that are not.
15838# We use the long form for the default assignment because of an extremely
15839# bizarre bug on SunOS 4.1.3.
15840if $ac_need_defaults; then
15841 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15842 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15843 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15844 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15845fi
15846
b4e70030 15847# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15848# simply because there is no reason against having it here, and in addition,
b4e70030 15849# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15850# Hook for its removal unless debugging.
15851# Note that there is a small window in which the directory will not be cleaned:
15852# after its creation but before its name has been assigned to `$tmp'.
b4e70030
JB
15853$debug ||
15854{
81ecdfbb
RW
15855 tmp=
15856 trap 'exit_status=$?
15857 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15858' 0
15859 trap 'as_fn_exit 1' 1 2 13 15
15860}
15861# Create a (secure) tmp directory for tmp files.
15862
15863{
15864 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15865 test -n "$tmp" && test -d "$tmp"
15866} ||
15867{
15868 tmp=./conf$$-$RANDOM
15869 (umask 077 && mkdir "$tmp")
15870} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15871
15872# Set up the scripts for CONFIG_FILES section.
15873# No need to generate them if there are no CONFIG_FILES.
15874# This happens for instance with `./config.status config.h'.
15875if test -n "$CONFIG_FILES"; then
15876
15877if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15878 ac_cs_awk_getline=:
15879 ac_cs_awk_pipe_init=
15880 ac_cs_awk_read_file='
15881 while ((getline aline < (F[key])) > 0)
15882 print(aline)
15883 close(F[key])'
15884 ac_cs_awk_pipe_fini=
15885else
15886 ac_cs_awk_getline=false
15887 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15888 ac_cs_awk_read_file='
15889 print "|#_!!_#|"
15890 print "cat " F[key] " &&"
15891 '$ac_cs_awk_pipe_init
15892 # The final `:' finishes the AND list.
15893 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15894fi
15895ac_cr=`echo X | tr X '\015'`
15896# On cygwin, bash can eat \r inside `` if the user requested igncr.
15897# But we know of no other shell where ac_cr would be empty at this
15898# point, so we can use a bashism as a fallback.
15899if test "x$ac_cr" = x; then
15900 eval ac_cr=\$\'\\r\'
15901fi
15902ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15903if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15904 ac_cs_awk_cr='\r'
15905else
15906 ac_cs_awk_cr=$ac_cr
15907fi
15908
15909echo 'BEGIN {' >"$tmp/subs1.awk" &&
15910_ACEOF
15911
15912# Create commands to substitute file output variables.
15913{
15914 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15915 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15916 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15917 echo "_ACAWK" &&
15918 echo "_ACEOF"
15919} >conf$$files.sh &&
15920. ./conf$$files.sh ||
15921 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15922rm -f conf$$files.sh
15923
15924{
15925 echo "cat >conf$$subs.awk <<_ACEOF" &&
15926 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15927 echo "_ACEOF"
15928} >conf$$subs.sh ||
15929 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15930ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15931ac_delim='%!_!# '
15932for ac_last_try in false false false false false :; do
15933 . ./conf$$subs.sh ||
15934 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15935
15936 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15937 if test $ac_delim_n = $ac_delim_num; then
15938 break
15939 elif $ac_last_try; then
15940 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15941 else
15942 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15943 fi
15944done
15945rm -f conf$$subs.sh
15946
15947cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15948cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15949_ACEOF
15950sed -n '
15951h
15952s/^/S["/; s/!.*/"]=/
15953p
15954g
15955s/^[^!]*!//
15956:repl
15957t repl
15958s/'"$ac_delim"'$//
15959t delim
15960:nl
15961h
15962s/\(.\{148\}\).*/\1/
15963t more1
15964s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15965p
15966n
15967b repl
15968:more1
15969s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15970p
15971g
15972s/.\{148\}//
15973t nl
15974:delim
15975h
15976s/\(.\{148\}\).*/\1/
15977t more2
15978s/["\\]/\\&/g; s/^/"/; s/$/"/
15979p
15980b
15981:more2
15982s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15983p
15984g
15985s/.\{148\}//
15986t delim
15987' <conf$$subs.awk | sed '
15988/^[^""]/{
15989 N
15990 s/\n//
15991}
15992' >>$CONFIG_STATUS || ac_write_fail=1
15993rm -f conf$$subs.awk
15994cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15995_ACAWK
15996cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15997 for (key in S) S_is_set[key] = 1
15998 FS = "\a"
15999 \$ac_cs_awk_pipe_init
16000}
16001{
16002 line = $ 0
16003 nfields = split(line, field, "@")
16004 substed = 0
16005 len = length(field[1])
16006 for (i = 2; i < nfields; i++) {
16007 key = field[i]
16008 keylen = length(key)
16009 if (S_is_set[key]) {
16010 value = S[key]
16011 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16012 len += length(value) + length(field[++i])
16013 substed = 1
16014 } else
16015 len += 1 + keylen
16016 }
16017 if (nfields == 3 && !substed) {
16018 key = field[2]
16019 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16020 \$ac_cs_awk_read_file
16021 next
16022 }
16023 }
16024 print line
b4e70030 16025}
81ecdfbb
RW
16026\$ac_cs_awk_pipe_fini
16027_ACAWK
16028_ACEOF
16029cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16030if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16031 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16032else
16033 cat
16034fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16035 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16036_ACEOF
16037
16038# VPATH may cause trouble with some makes, so we remove $(srcdir),
16039# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16040# trailing colons and then remove the whole line if VPATH becomes empty
16041# (actually we leave an empty line to preserve line numbers).
16042if test "x$srcdir" = x.; then
16043 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16044s/:*\$(srcdir):*/:/
16045s/:*\${srcdir}:*/:/
16046s/:*@srcdir@:*/:/
16047s/^\([^=]*=[ ]*\):*/\1/
16048s/:*$//
16049s/^[^=]*=[ ]*$//
16050}'
16051fi
16052
16053cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16054fi # test -n "$CONFIG_FILES"
16055
16056# Set up the scripts for CONFIG_HEADERS section.
16057# No need to generate them if there are no CONFIG_HEADERS.
16058# This happens for instance with `./config.status Makefile'.
16059if test -n "$CONFIG_HEADERS"; then
16060cat >"$tmp/defines.awk" <<\_ACAWK ||
16061BEGIN {
16062_ACEOF
16063
16064# Transform confdefs.h into an awk script `defines.awk', embedded as
16065# here-document in config.status, that substitutes the proper values into
16066# config.h.in to produce config.h.
4e8d927d 16067
81ecdfbb
RW
16068# Create a delimiter string that does not exist in confdefs.h, to ease
16069# handling of long lines.
16070ac_delim='%!_!# '
16071for ac_last_try in false false :; do
16072 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16073 if test -z "$ac_t"; then
16074 break
16075 elif $ac_last_try; then
16076 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16077 else
16078 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16079 fi
16080done
4e8d927d 16081
81ecdfbb
RW
16082# For the awk script, D is an array of macro values keyed by name,
16083# likewise P contains macro parameters if any. Preserve backslash
16084# newline sequences.
16085
16086ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16087sed -n '
16088s/.\{148\}/&'"$ac_delim"'/g
16089t rset
16090:rset
16091s/^[ ]*#[ ]*define[ ][ ]*/ /
16092t def
16093d
16094:def
16095s/\\$//
16096t bsnl
16097s/["\\]/\\&/g
16098s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16099D["\1"]=" \3"/p
16100s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16101d
16102:bsnl
16103s/["\\]/\\&/g
16104s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16105D["\1"]=" \3\\\\\\n"\\/p
16106t cont
16107s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16108t cont
16109d
16110:cont
16111n
16112s/.\{148\}/&'"$ac_delim"'/g
16113t clear
16114:clear
16115s/\\$//
16116t bsnlc
16117s/["\\]/\\&/g; s/^/"/; s/$/"/p
16118d
16119:bsnlc
16120s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16121b cont
16122' <confdefs.h | sed '
16123s/'"$ac_delim"'/"\\\
16124"/g' >>$CONFIG_STATUS || ac_write_fail=1
16125
16126cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16127 for (key in D) D_is_set[key] = 1
16128 FS = "\a"
16129}
16130/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16131 line = \$ 0
16132 split(line, arg, " ")
16133 if (arg[1] == "#") {
16134 defundef = arg[2]
16135 mac1 = arg[3]
16136 } else {
16137 defundef = substr(arg[1], 2)
16138 mac1 = arg[2]
16139 }
16140 split(mac1, mac2, "(") #)
16141 macro = mac2[1]
16142 prefix = substr(line, 1, index(line, defundef) - 1)
16143 if (D_is_set[macro]) {
16144 # Preserve the white space surrounding the "#".
16145 print prefix "define", macro P[macro] D[macro]
16146 next
16147 } else {
16148 # Replace #undef with comments. This is necessary, for example,
16149 # in the case of _POSIX_SOURCE, which is predefined and required
16150 # on some systems where configure will not decide to define it.
16151 if (defundef == "undef") {
16152 print "/*", prefix defundef, macro, "*/"
16153 next
16154 }
16155 }
b4e70030 16156}
81ecdfbb
RW
16157{ print }
16158_ACAWK
b4e70030 16159_ACEOF
81ecdfbb
RW
16160cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16161 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16162fi # test -n "$CONFIG_HEADERS"
4e8d927d 16163
4e8d927d 16164
81ecdfbb
RW
16165eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16166shift
16167for ac_tag
16168do
16169 case $ac_tag in
16170 :[FHLC]) ac_mode=$ac_tag; continue;;
16171 esac
16172 case $ac_mode$ac_tag in
16173 :[FHL]*:*);;
16174 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16175 :[FH]-) ac_tag=-:-;;
16176 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16177 esac
16178 ac_save_IFS=$IFS
16179 IFS=:
16180 set x $ac_tag
16181 IFS=$ac_save_IFS
16182 shift
16183 ac_file=$1
16184 shift
4e8d927d 16185
81ecdfbb
RW
16186 case $ac_mode in
16187 :L) ac_source=$1;;
16188 :[FH])
16189 ac_file_inputs=
16190 for ac_f
16191 do
16192 case $ac_f in
16193 -) ac_f="$tmp/stdin";;
16194 *) # Look for the file first in the build tree, then in the source tree
16195 # (if the path is not absolute). The absolute path cannot be DOS-style,
16196 # because $ac_f cannot contain `:'.
16197 test -f "$ac_f" ||
16198 case $ac_f in
16199 [\\/$]*) false;;
16200 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16201 esac ||
16202 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16203 esac
16204 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16205 as_fn_append ac_file_inputs " '$ac_f'"
16206 done
16207
16208 # Let's still pretend it is `configure' which instantiates (i.e., don't
16209 # use $as_me), people would be surprised to read:
16210 # /* config.h. Generated by config.status. */
16211 configure_input='Generated from '`
16212 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16213 `' by configure.'
16214 if test x"$ac_file" != x-; then
16215 configure_input="$ac_file. $configure_input"
16216 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16217$as_echo "$as_me: creating $ac_file" >&6;}
b4e70030 16218 fi
81ecdfbb
RW
16219 # Neutralize special characters interpreted by sed in replacement strings.
16220 case $configure_input in #(
16221 *\&* | *\|* | *\\* )
16222 ac_sed_conf_input=`$as_echo "$configure_input" |
16223 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16224 *) ac_sed_conf_input=$configure_input;;
16225 esac
4e8d927d 16226
81ecdfbb
RW
16227 case $ac_tag in
16228 *:-:* | *:-) cat >"$tmp/stdin" \
16229 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16230 esac
16231 ;;
c906108c
SS
16232 esac
16233
81ecdfbb 16234 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
16235$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16236 X"$ac_file" : 'X\(//\)[^/]' \| \
16237 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16238 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16239$as_echo X"$ac_file" |
16240 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16241 s//\1/
16242 q
16243 }
16244 /^X\(\/\/\)[^/].*/{
16245 s//\1/
16246 q
16247 }
16248 /^X\(\/\/\)$/{
16249 s//\1/
16250 q
16251 }
16252 /^X\(\/\).*/{
16253 s//\1/
16254 q
16255 }
16256 s/.*/./; q'`
16257 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
16258 ac_builddir=.
16259
81ecdfbb
RW
16260case "$ac_dir" in
16261.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16262*)
16263 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16264 # A ".." for each directory in $ac_dir_suffix.
16265 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16266 case $ac_top_builddir_sub in
16267 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16268 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16269 esac ;;
16270esac
16271ac_abs_top_builddir=$ac_pwd
16272ac_abs_builddir=$ac_pwd$ac_dir_suffix
16273# for backward compatibility:
16274ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
16275
16276case $srcdir in
81ecdfbb 16277 .) # We are building in place.
bec39cab 16278 ac_srcdir=.
81ecdfbb
RW
16279 ac_top_srcdir=$ac_top_builddir_sub
16280 ac_abs_top_srcdir=$ac_pwd ;;
16281 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 16282 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16283 ac_top_srcdir=$srcdir
16284 ac_abs_top_srcdir=$srcdir ;;
16285 *) # Relative name.
16286 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16287 ac_top_srcdir=$ac_top_build_prefix$srcdir
16288 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 16289esac
81ecdfbb 16290ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 16291
c906108c 16292
81ecdfbb
RW
16293 case $ac_mode in
16294 :F)
16295 #
16296 # CONFIG_FILE
16297 #
c906108c 16298
bec39cab
AC
16299 case $INSTALL in
16300 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 16301 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 16302 esac
81ecdfbb 16303_ACEOF
121ce6e5 16304
81ecdfbb
RW
16305cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16306# If the template does not know about datarootdir, expand it.
16307# FIXME: This hack should be removed a few years after 2.60.
16308ac_datarootdir_hack=; ac_datarootdir_seen=
16309ac_sed_dataroot='
16310/datarootdir/ {
16311 p
16312 q
16313}
16314/@datadir@/p
16315/@docdir@/p
16316/@infodir@/p
16317/@localedir@/p
16318/@mandir@/p'
16319case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16320*datarootdir*) ac_datarootdir_seen=yes;;
16321*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16323$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16324_ACEOF
16325cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16326 ac_datarootdir_hack='
16327 s&@datadir@&$datadir&g
16328 s&@docdir@&$docdir&g
16329 s&@infodir@&$infodir&g
16330 s&@localedir@&$localedir&g
16331 s&@mandir@&$mandir&g
16332 s&\\\${datarootdir}&$datarootdir&g' ;;
16333esac
4e8d927d 16334_ACEOF
81ecdfbb
RW
16335
16336# Neutralize VPATH when `$srcdir' = `.'.
16337# Shell code in configure.ac might set extrasub.
16338# FIXME: do we really want to maintain this feature?
16339cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16340ac_sed_extra="$ac_vpsub
bec39cab
AC
16341$extrasub
16342_ACEOF
81ecdfbb 16343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
16344:t
16345/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16346s|@configure_input@|$ac_sed_conf_input|;t t
16347s&@top_builddir@&$ac_top_builddir_sub&;t t
16348s&@top_build_prefix@&$ac_top_build_prefix&;t t
16349s&@srcdir@&$ac_srcdir&;t t
16350s&@abs_srcdir@&$ac_abs_srcdir&;t t
16351s&@top_srcdir@&$ac_top_srcdir&;t t
16352s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16353s&@builddir@&$ac_builddir&;t t
16354s&@abs_builddir@&$ac_abs_builddir&;t t
16355s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16356s&@INSTALL@&$ac_INSTALL&;t t
81ecdfbb
RW
16357$ac_datarootdir_hack
16358"
16359eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16360if $ac_cs_awk_getline; then
16361 $AWK -f "$tmp/subs.awk"
16362else
16363 $AWK -f "$tmp/subs.awk" | $SHELL
16364fi >$tmp/out \
16365 || as_fn_error "could not create $ac_file" "$LINENO" 5
16366
16367test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16368 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16369 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16371which seems to be undefined. Please make sure it is defined." >&5
16372$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16373which seems to be undefined. Please make sure it is defined." >&2;}
16374
16375 rm -f "$tmp/stdin"
bec39cab 16376 case $ac_file in
81ecdfbb
RW
16377 -) cat "$tmp/out" && rm -f "$tmp/out";;
16378 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16379 esac \
16380 || as_fn_error "could not create $ac_file" "$LINENO" 5
16381 ;;
16382 :H)
16383 #
16384 # CONFIG_HEADER
16385 #
bec39cab 16386 if test x"$ac_file" != x-; then
81ecdfbb
RW
16387 {
16388 $as_echo "/* $configure_input */" \
16389 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16390 } >"$tmp/config.h" \
16391 || as_fn_error "could not create $ac_file" "$LINENO" 5
16392 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16393 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16394$as_echo "$as_me: $ac_file is unchanged" >&6;}
bec39cab 16395 else
81ecdfbb
RW
16396 rm -f "$ac_file"
16397 mv "$tmp/config.h" "$ac_file" \
16398 || as_fn_error "could not create $ac_file" "$LINENO" 5
bec39cab
AC
16399 fi
16400 else
81ecdfbb
RW
16401 $as_echo "/* $configure_input */" \
16402 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16403 || as_fn_error "could not create -" "$LINENO" 5
bec39cab 16404 fi
81ecdfbb
RW
16405 ;;
16406 :L)
16407 #
16408 # CONFIG_LINK
16409 #
c906108c 16410
81ecdfbb
RW
16411 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16412 :
b4e70030 16413 else
81ecdfbb
RW
16414 # Prefer the file from the source tree if names are identical.
16415 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16416 ac_source=$srcdir/$ac_source
16417 fi
b4e70030 16418
81ecdfbb
RW
16419 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16420$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b4e70030 16421
81ecdfbb
RW
16422 if test ! -r "$ac_source"; then
16423 as_fn_error "$ac_source: file not found" "$LINENO" 5
16424 fi
16425 rm -f "$ac_file"
bec39cab 16426
81ecdfbb
RW
16427 # Try a relative symlink, then a hard link, then a copy.
16428 case $srcdir in
16429 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16430 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16431 esac
16432 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16433 ln "$ac_source" "$ac_file" 2>/dev/null ||
16434 cp -p "$ac_source" "$ac_file" ||
16435 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16436 fi
16437 ;;
16438 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16439$as_echo "$as_me: executing $ac_file commands" >&6;}
16440 ;;
c906108c 16441 esac
b4e70030 16442
bec39cab 16443
81ecdfbb
RW
16444 case $ac_file$ac_mode in
16445 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
b292c783 16446 "gcore":F) chmod +x gcore ;;
81ecdfbb 16447 "default":C)
c906108c
SS
16448case x$CONFIG_HEADERS in
16449xconfig.h:config.in)
16450echo > stamp-h ;;
16451esac
bec39cab 16452 ;;
81ecdfbb 16453
bec39cab 16454 esac
81ecdfbb 16455done # for ac_tag
c906108c 16456
bec39cab 16457
81ecdfbb 16458as_fn_exit 0
bec39cab 16459_ACEOF
bec39cab
AC
16460ac_clean_files=$ac_clean_files_save
16461
81ecdfbb
RW
16462test $ac_write_fail = 0 ||
16463 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16464
bec39cab
AC
16465
16466# configure is writing to config.log, and then calls config.status.
16467# config.status does its own redirection, appending to config.log.
16468# Unfortunately, on DOS this fails, as config.log is still kept open
16469# by configure, so config.status won't be able to write to it; its
16470# output is simply discarded. So we exec the FD to /dev/null,
16471# effectively closing config.log, so it can be properly (re)opened and
16472# appended to by config.status. When coming back to configure, we
16473# need to make the FD available again.
16474if test "$no_create" != yes; then
16475 ac_cs_success=:
16476 ac_config_status_args=
16477 test "$silent" = yes &&
16478 ac_config_status_args="$ac_config_status_args --quiet"
16479 exec 5>/dev/null
16480 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16481 exec 5>>config.log
16482 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16483 # would make configure fail if this is the last instruction.
81ecdfbb 16484 $ac_cs_success || as_fn_exit $?
bec39cab 16485fi
c906108c 16486
bec39cab 16487#
81ecdfbb 16488# CONFIG_SUBDIRS section.
bec39cab 16489#
c906108c
SS
16490if test "$no_recursion" != yes; then
16491
81ecdfbb
RW
16492 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
16493 # so they do not pile up.
c906108c
SS
16494 ac_sub_configure_args=
16495 ac_prev=
fdc59709
PB
16496 eval "set x $ac_configure_args"
16497 shift
16498 for ac_arg
16499 do
c906108c
SS
16500 if test -n "$ac_prev"; then
16501 ac_prev=
16502 continue
16503 fi
bec39cab 16504 case $ac_arg in
c906108c
SS
16505 -cache-file | --cache-file | --cache-fil | --cache-fi \
16506 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16507 ac_prev=cache_file ;;
16508 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
16509 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
16510 | --c=*)
16511 ;;
16512 --config-cache | -C)
c906108c
SS
16513 ;;
16514 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16515 ac_prev=srcdir ;;
16516 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16517 ;;
bec39cab
AC
16518 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
16519 ac_prev=prefix ;;
16520 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
16521 ;;
81ecdfbb
RW
16522 --disable-option-checking)
16523 ;;
fdc59709
PB
16524 *)
16525 case $ac_arg in
81ecdfbb 16526 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 16527 esac
81ecdfbb 16528 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
c906108c
SS
16529 esac
16530 done
16531
bec39cab
AC
16532 # Always prepend --prefix to ensure using the same prefix
16533 # in subdir configurations.
fdc59709
PB
16534 ac_arg="--prefix=$prefix"
16535 case $ac_arg in
81ecdfbb 16536 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 16537 esac
81ecdfbb
RW
16538 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
16539
16540 # Pass --silent
16541 if test "$silent" = yes; then
16542 ac_sub_configure_args="--silent $ac_sub_configure_args"
16543 fi
16544
16545 # Always prepend --disable-option-checking to silence warnings, since
16546 # different subdirs can have different --enable and --with options.
16547 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
bec39cab 16548
b4e70030 16549 ac_popdir=`pwd`
bec39cab 16550 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
16551
16552 # Do not complain, so a configure script can configure whichever
16553 # parts of a large source tree are present.
fdc59709 16554 test -d "$srcdir/$ac_dir" || continue
c906108c 16555
81ecdfbb
RW
16556 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
16557 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
16558 $as_echo "$ac_msg" >&6
16559 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
16560 ac_builddir=.
16561
81ecdfbb
RW
16562case "$ac_dir" in
16563.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16564*)
16565 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16566 # A ".." for each directory in $ac_dir_suffix.
16567 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16568 case $ac_top_builddir_sub in
16569 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16570 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16571 esac ;;
16572esac
16573ac_abs_top_builddir=$ac_pwd
16574ac_abs_builddir=$ac_pwd$ac_dir_suffix
16575# for backward compatibility:
16576ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
16577
16578case $srcdir in
81ecdfbb 16579 .) # We are building in place.
bec39cab 16580 ac_srcdir=.
81ecdfbb
RW
16581 ac_top_srcdir=$ac_top_builddir_sub
16582 ac_abs_top_srcdir=$ac_pwd ;;
16583 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 16584 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16585 ac_top_srcdir=$srcdir
16586 ac_abs_top_srcdir=$srcdir ;;
16587 *) # Relative name.
16588 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16589 ac_top_srcdir=$ac_top_build_prefix$srcdir
16590 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 16591esac
81ecdfbb 16592ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c906108c 16593
c906108c 16594
fdc59709 16595 cd "$ac_dir"
c906108c
SS
16596
16597 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
16598 if test -f "$ac_srcdir/configure.gnu"; then
16599 ac_sub_configure=$ac_srcdir/configure.gnu
16600 elif test -f "$ac_srcdir/configure"; then
16601 ac_sub_configure=$ac_srcdir/configure
16602 elif test -f "$ac_srcdir/configure.in"; then
16603 # This should be Cygnus configure.
16604 ac_sub_configure=$ac_aux_dir/configure
c906108c 16605 else
81ecdfbb
RW
16606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
16607$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
16608 ac_sub_configure=
16609 fi
16610
16611 # The recursion is here.
16612 if test -n "$ac_sub_configure"; then
c906108c 16613 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
16614 case $cache_file in
16615 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
81ecdfbb
RW
16616 *) # Relative name.
16617 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
c906108c 16618 esac
c906108c 16619
81ecdfbb
RW
16620 { $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
16621$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 16622 # The eval makes quoting arguments work.
fdc59709
PB
16623 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
16624 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
81ecdfbb 16625 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c906108c
SS
16626 fi
16627
fdc59709 16628 cd "$ac_popdir"
c906108c
SS
16629 done
16630fi
81ecdfbb
RW
16631if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16633$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16634fi
c906108c
SS
16635
16636
16637exit 0
This page took 2.305394 seconds and 4 git commands to generate.