* doc/c-msp430.texi: Fix typo.
[deliverable/binutils-gdb.git] / gdb / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
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.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
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
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
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
184do
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."
228 else
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."
233 fi
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
263
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
375 as_expr=expr
376else
377 as_expr=false
378fi
379
380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382else
383 as_basename=false
384fi
385
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
391
392as_me=`$as_basename -- "$0" ||
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
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'`
410
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
417
418
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 |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
433 N
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
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; }
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
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
448}
449
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';;
461esac
462
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
469fi
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
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'
483 fi
484else
485 as_ln_s='cp -p'
486fi
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
489
490if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
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
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
527exec 7<&0 </dev/null 6>&1
528
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
534#
535# Initializations.
536#
537ac_default_prefix=/usr/local
538ac_clean_files=
539ac_config_libobj_dir=.
540LIBOBJS=
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
552PACKAGE_URL=
553
554ac_unique_file="main.c"
555# Factoring default headers for most tests.
556ac_includes_default="\
557#include <stdio.h>
558#ifdef HAVE_SYS_TYPES_H
559# include <sys/types.h>
560#endif
561#ifdef HAVE_SYS_STAT_H
562# include <sys/stat.h>
563#endif
564#ifdef STDC_HEADERS
565# include <stdlib.h>
566# include <stddef.h>
567#else
568# ifdef HAVE_STDLIB_H
569# include <stdlib.h>
570# endif
571#endif
572#ifdef HAVE_STRING_H
573# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
574# include <memory.h>
575# endif
576# include <string.h>
577#endif
578#ifdef HAVE_STRINGS_H
579# include <strings.h>
580#endif
581#ifdef HAVE_INTTYPES_H
582# include <inttypes.h>
583#endif
584#ifdef HAVE_STDINT_H
585# include <stdint.h>
586#endif
587#ifdef HAVE_UNISTD_H
588# include <unistd.h>
589#endif"
590
591enable_option_checking=no
592ac_subst_vars='LTLIBOBJS
593LIBOBJS
594GCORE_TRANSFORM_NAME
595GDB_TRANSFORM_NAME
596GDB_NM_FILE
597LTLIBBABELTRACE
598LIBBABELTRACE
599HAVE_LIBBABELTRACE
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
649LTLIBLZMA
650LIBLZMA
651HAVE_LIBLZMA
652WIN32LIBS
653SER_HARDWIRE
654WERROR_CFLAGS
655WARN_CFLAGS
656SYSTEM_GDBINIT
657TARGET_SYSTEM_ROOT
658CONFIG_LDFLAGS
659RDYNAMIC
660ALLOCA
661PYTHON_LIBS
662PYTHON_CPPFLAGS
663PYTHON_CFLAGS
664python_prog_path
665LTLIBEXPAT
666LIBEXPAT
667HAVE_LIBEXPAT
668JIT_READER_DIR
669TARGET_PTR
670READLINE_TEXI_INCFLAG
671READLINE_CFLAGS
672READLINE_DEPS
673READLINE
674MIG
675WINDRES
676DLLTOOL
677AR
678YFLAGS
679YACC
680RANLIB
681LN_S
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685AWK
686REPORT_BUGS_TEXI
687REPORT_BUGS_TO
688PKGVERSION
689HAVE_NATIVE_GCORE_TARGET
690TARGET_OBS
691subdirs
692GDB_DATADIR
693DEBUGDIR
694MAKEINFO_EXTRA_FLAGS
695MAKEINFOFLAGS
696MAKEINFO
697PACKAGE
698GNULIB_STDINT_H
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
730EGREP
731GREP
732CPP
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'
781ac_subst_files='host_makefile_frag'
782ac_user_opts='
783enable_option_checking
784enable_maintainer_mode
785enable_plugins
786enable_largefile
787with_separate_debug_dir
788with_gdb_datadir
789with_relocated_sources
790with_auto_load_dir
791with_auto_load_safe_path
792enable_targets
793enable_64_bit_bfd
794enable_gdbcli
795enable_gdbmi
796enable_tui
797enable_gdbtk
798with_libunwind_ia64
799with_curses
800enable_profiling
801with_pkgversion
802with_bugurl
803with_zlib
804with_libiconv_prefix
805with_iconv_bin
806with_system_readline
807with_jit_reader_dir
808with_expat
809with_gnu_ld
810enable_rpath
811with_libexpat_prefix
812with_python
813enable_libmcheck
814with_included_regex
815with_sysroot
816with_system_gdbinit
817enable_werror
818enable_build_warnings
819enable_gdb_build_warnings
820with_lzma
821with_liblzma_prefix
822with_tcl
823with_tk
824with_x
825enable_sim
826enable_multi_ice
827enable_gdbserver
828with_babeltrace
829with_libbabeltrace_prefix
830'
831 ac_precious_vars='build_alias
832host_alias
833target_alias
834CC
835CFLAGS
836LDFLAGS
837LIBS
838CPPFLAGS
839CPP
840MAKEINFO
841MAKEINFOFLAGS
842YACC
843YFLAGS
844XMKMF'
845ac_subdirs_all='testsuite
846gdbtk
847multi-ice
848gdbserver'
849
850# Initialize some variables set by options.
851ac_init_help=
852ac_init_version=false
853ac_unrecognized_opts=
854ac_unrecognized_sep=
855# The variables have the same names as the options, with
856# dashes changed to underlines.
857cache_file=/dev/null
858exec_prefix=NONE
859no_create=
860no_recursion=
861prefix=NONE
862program_prefix=NONE
863program_suffix=NONE
864program_transform_name=s,x,x,
865silent=
866site=
867srcdir=
868verbose=
869x_includes=NONE
870x_libraries=NONE
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.
877# (The list follows the same order as the GNU Coding Standards.)
878bindir='${exec_prefix}/bin'
879sbindir='${exec_prefix}/sbin'
880libexecdir='${exec_prefix}/libexec'
881datarootdir='${prefix}/share'
882datadir='${datarootdir}'
883sysconfdir='${prefix}/etc'
884sharedstatedir='${prefix}/com'
885localstatedir='${prefix}/var'
886includedir='${prefix}/include'
887oldincludedir='/usr/include'
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'
897
898ac_prev=
899ac_dashdash=
900for ac_option
901do
902 # If the previous option needs an argument, assign it.
903 if test -n "$ac_prev"; then
904 eval $ac_prev=\$ac_option
905 ac_prev=
906 continue
907 fi
908
909 case $ac_option in
910 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
911 *) ac_optarg=yes ;;
912 esac
913
914 # Accept the important Cygnus configure options, so we can diagnose typos.
915
916 case $ac_dashdash$ac_option in
917 --)
918 ac_dashdash=yes ;;
919
920 -bindir | --bindir | --bindi | --bind | --bin | --bi)
921 ac_prev=bindir ;;
922 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
923 bindir=$ac_optarg ;;
924
925 -build | --build | --buil | --bui | --bu)
926 ac_prev=build_alias ;;
927 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
928 build_alias=$ac_optarg ;;
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=*)
935 cache_file=$ac_optarg ;;
936
937 --config-cache | -C)
938 cache_file=config.cache ;;
939
940 -datadir | --datadir | --datadi | --datad)
941 ac_prev=datadir ;;
942 -datadir=* | --datadir=* | --datadi=* | --datad=*)
943 datadir=$ac_optarg ;;
944
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
952 -disable-* | --disable-*)
953 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
954 # Reject names that are not valid shell variable names.
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 ;;
977
978 -enable-* | --enable-*)
979 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
980 # Reject names that are not valid shell variable names.
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=', ';;
991 esac
992 eval enable_$ac_useropt=\$ac_optarg ;;
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=*)
1001 exec_prefix=$ac_optarg ;;
1002
1003 -gas | --gas | --ga | --g)
1004 # Obsolete; use --with-gas.
1005 with_gas=yes ;;
1006
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 ;;
1013
1014 -host | --host | --hos | --ho)
1015 ac_prev=host_alias ;;
1016 -host=* | --host=* | --hos=* | --ho=*)
1017 host_alias=$ac_optarg ;;
1018
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
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=*)
1030 includedir=$ac_optarg ;;
1031
1032 -infodir | --infodir | --infodi | --infod | --info | --inf)
1033 ac_prev=infodir ;;
1034 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1035 infodir=$ac_optarg ;;
1036
1037 -libdir | --libdir | --libdi | --libd)
1038 ac_prev=libdir ;;
1039 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1040 libdir=$ac_optarg ;;
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=*)
1047 libexecdir=$ac_optarg ;;
1048
1049 -localedir | --localedir | --localedi | --localed | --locale)
1050 ac_prev=localedir ;;
1051 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1052 localedir=$ac_optarg ;;
1053
1054 -localstatedir | --localstatedir | --localstatedi | --localstated \
1055 | --localstate | --localstat | --localsta | --localst | --locals)
1056 ac_prev=localstatedir ;;
1057 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1058 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1059 localstatedir=$ac_optarg ;;
1060
1061 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1062 ac_prev=mandir ;;
1063 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1064 mandir=$ac_optarg ;;
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 \
1071 | --no-cr | --no-c | -n)
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=*)
1085 oldincludedir=$ac_optarg ;;
1086
1087 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1088 ac_prev=prefix ;;
1089 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1090 prefix=$ac_optarg ;;
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=*)
1097 program_prefix=$ac_optarg ;;
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=*)
1104 program_suffix=$ac_optarg ;;
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=*)
1121 program_transform_name=$ac_optarg ;;
1122
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
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=*)
1141 sbindir=$ac_optarg ;;
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=*)
1152 sharedstatedir=$ac_optarg ;;
1153
1154 -site | --site | --sit)
1155 ac_prev=site ;;
1156 -site=* | --site=* | --sit=*)
1157 site=$ac_optarg ;;
1158
1159 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1160 ac_prev=srcdir ;;
1161 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1162 srcdir=$ac_optarg ;;
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=*)
1169 sysconfdir=$ac_optarg ;;
1170
1171 -target | --target | --targe | --targ | --tar | --ta | --t)
1172 ac_prev=target_alias ;;
1173 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1174 target_alias=$ac_optarg ;;
1175
1176 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1177 verbose=yes ;;
1178
1179 -version | --version | --versio | --versi | --vers | -V)
1180 ac_init_version=: ;;
1181
1182 -with-* | --with-*)
1183 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1184 # Reject names that are not valid shell variable names.
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=', ';;
1195 esac
1196 eval with_$ac_useropt=\$ac_optarg ;;
1197
1198 -without-* | --without-*)
1199 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1200 # Reject names that are not valid shell variable names.
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 ;;
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=*)
1223 x_includes=$ac_optarg ;;
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=*)
1230 x_libraries=$ac_optarg ;;
1231
1232 -*) as_fn_error "unrecognized option: \`$ac_option'
1233Try \`$0 --help' for more information."
1234 ;;
1235
1236 *=*)
1237 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1238 # Reject names that are not valid shell variable names.
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
1244 export $ac_envvar ;;
1245
1246 *)
1247 # FIXME: should be removed in autoconf 3.0.
1248 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1249 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1250 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1251 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1252 ;;
1253
1254 esac
1255done
1256
1257if test -n "$ac_prev"; then
1258 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1259 as_fn_error "missing argument to $ac_option"
1260fi
1261
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 ;;
1267 esac
1268fi
1269
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
1275do
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.
1284 case $ac_val in
1285 [\\/$]* | ?:[\\/]* ) continue;;
1286 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1287 esac
1288 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1289done
1290
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
1302 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
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
1308
1309ac_tool_prefix=
1310test -n "$host_alias" && ac_tool_prefix=$host_alias-
1311
1312test "$silent" = yes && exec 6>/dev/null
1313
1314
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
1323# Find the source files, if location was not specified.
1324if test -z "$srcdir"; then
1325 ac_srcdir_defaulted=yes
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'`
1350 srcdir=$ac_confdir
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 srcdir=..
1353 fi
1354else
1355 ac_srcdir_defaulted=no
1356fi
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
1381
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
1409Installation directories:
1410 --prefix=PREFIX install architecture-independent files in PREFIX
1411 [$ac_default_prefix]
1412 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1413 [PREFIX]
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:
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]
1442_ACEOF
1443
1444 cat <<\_ACEOF
1445
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
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:
1467 --disable-option-checking ignore unrecognized --enable/--with options
1468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1470 --enable-maintainer-mode enable make rules and dependencies not useful
1471 (and sometimes confusing) to the casual installer
1472 --enable-plugins Enable support for plugins (defaults no)
1473 --disable-largefile omit support for large files
1474 --enable-targets=TARGETS
1475 alternative target configurations
1476 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
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
1482 --disable-rpath do not hardcode runtime library paths
1483 --enable-libmcheck Try building GDB with -lmcheck if available
1484 --enable-werror treat compile warnings as errors
1485 --enable-build-warnings enable build-time compiler warnings if gcc is used
1486 --enable-gdb-build-warnings
1487 enable GDB specific build-time compiler warnings if
1488 gcc is used
1489 --enable-sim link gdb with simulator
1490 --enable-multi-ice build the multi-ice-gdb-server
1491 --enable-gdbserver automatically build gdbserver (yes/no/auto, default
1492 is auto)
1493
1494Optional Packages:
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1497 --with-separate-debug-dir=PATH
1498 look for global separate debug info in this path
1499 [LIBDIR/debug]
1500 --with-gdb-datadir=PATH look for global separate data files in this path
1501 [DATADIR/gdb]
1502 --with-relocated-sources=PATH
1503 automatically relocate this path for source files
1504 --with-auto-load-dir=PATH
1505 directories from which to load auto-loaded scripts
1506 [$debugdir:$datadir/auto-load]
1507 --with-auto-load-safe-path=PATH
1508 directories safe to hold auto-loaded files
1509 [--with-auto-load-dir]
1510 --without-auto-load-safe-path
1511 do not restrict auto-loaded files locations
1512 --with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
1513 --with-curses use the curses library instead of the termcap
1514 library
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
1517 --with-zlib include zlib support (auto/yes/no) default=auto
1518 --with-libiconv-prefix=DIR
1519 search for libiconv in DIR/include and DIR/lib
1520 --with-iconv-bin=PATH specify where to find the iconv program
1521 --with-system-readline use installed readline library
1522 --with-jit-reader-dir=PATH
1523 directory to load the JIT readers from
1524 --with-expat include expat support (auto/yes/no)
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
1528 --with-python[=PYTHON] include python support
1529 (auto/yes/no/<python-program>)
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)
1534 --with-sysroot[=DIR] search for usr/lib et al within DIR
1535 --with-system-gdbinit=PATH
1536 automatically load a system-wide gdbinit file
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
1540 --with-tcl directory containing tcl configuration (tclConfig.sh)
1541 --with-tk directory containing tk configuration (tkConfig.sh)
1542 --with-x use the X Window System
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
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>
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>
1555 CPP C preprocessor
1556 MAKEINFO Parent configure detects if it is of sufficient version.
1557 MAKEINFOFLAGS
1558 Parameters for MAKEINFO.
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
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
1569Report bugs to the package provider.
1570_ACEOF
1571ac_status=$?
1572fi
1573
1574if test "$ac_init_help" = "recursive"; then
1575 # If there are subdirs, report their specific --help.
1576 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1577 test -d "$ac_dir" ||
1578 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1579 continue
1580 ac_builddir=.
1581
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
1597
1598case $srcdir in
1599 .) # We are building in place.
1600 ac_srcdir=.
1601 ac_top_srcdir=$ac_top_builddir_sub
1602 ac_abs_top_srcdir=$ac_pwd ;;
1603 [\\/]* | ?:[\\/]* ) # Absolute name.
1604 ac_srcdir=$srcdir$ac_dir_suffix;
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 ;;
1611esac
1612ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1613
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
1622 else
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; }
1626 done
1627fi
1628
1629test -n "$ac_init_help" && exit $ac_status
1630if $ac_init_version; then
1631 cat <<\_ACEOF
1632configure
1633generated by GNU Autoconf 2.64
1634
1635Copyright (C) 2009 Free Software Foundation, Inc.
1636This configure script is free software; the Free Software Foundation
1637gives unlimited permission to copy, distribute and modify it.
1638_ACEOF
1639 exit
1640fi
1641
1642## ------------------------ ##
1643## Autoconf initialization. ##
1644## ------------------------ ##
1645
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
1676
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 ()
1688{
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
1713
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
1718
1719} # ac_fn_c_try_cpp
1720
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; }
1755
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; }
1771
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;}
1805
1806} # ac_fn_c_check_header_mongrel
1807
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
1841
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
1847
1848} # ac_fn_c_try_run
1849
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>
1866_ACEOF
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;}
1878
1879} # ac_fn_c_check_header_compile
1880
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
1899
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
1915
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
1929fi
1930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1931 done
1932else
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
1941
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
1957
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
1991
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{
2018
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;
2039
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
2052
2053 fi
2054 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2055 return $ac_retval
2056
2057} # ac_fn_c_compute_int
2058
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
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 ()
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
2116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2117/* end confdefs.h. */
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
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
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 :
2313
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;}
2325
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.
2330
2331It was created by $as_me, which was
2332generated by GNU Autoconf 2.64. Invocation command line was
2333
2334 $ $0 $@
2335
2336_ACEOF
2337exec 5>>config.log
2338{
2339cat <<_ASUNAME
2340## --------- ##
2341## Platform. ##
2342## --------- ##
2343
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`
2349
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`
2352
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`
2360
2361_ASUNAME
2362
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=.
2368 $as_echo "PATH: $as_dir"
2369 done
2370IFS=$as_save_IFS
2371
2372} >&5
2373
2374cat >&5 <<_ACEOF
2375
2376
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
2608fi
2609
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
2707# Provide more thorough testing by -lmcheck.
2708# Set it to 'true' for development snapshots, 'false' for releases or
2709# pre-releases.
2710development=true
2711
2712ac_ext=c
2713ac_cpp='$CPP $CPPFLAGS'
2714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2716ac_compiler_gnu=$ac_cv_c_compiler_gnu
2717if test -n "$ac_tool_prefix"; then
2718 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2719set dummy ${ac_tool_prefix}gcc; ac_word=$2
2720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2721$as_echo_n "checking for $ac_word... " >&6; }
2722if test "${ac_cv_prog_CC+set}" = set; then :
2723 $as_echo_n "(cached) " >&6
2724else
2725 if test -n "$CC"; then
2726 ac_cv_prog_CC="$CC" # Let the user override the test.
2727else
2728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2729for as_dir in $PATH
2730do
2731 IFS=$as_save_IFS
2732 test -z "$as_dir" && as_dir=.
2733 for ac_exec_ext in '' $ac_executable_extensions; do
2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2735 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2737 break 2
2738 fi
2739done
2740 done
2741IFS=$as_save_IFS
2742
2743fi
2744fi
2745CC=$ac_cv_prog_CC
2746if test -n "$CC"; then
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2748$as_echo "$CC" >&6; }
2749else
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2751$as_echo "no" >&6; }
2752fi
2753
2754
2755fi
2756if test -z "$ac_cv_prog_CC"; then
2757 ac_ct_CC=$CC
2758 # Extract the first word of "gcc", so it can be a program name with args.
2759set dummy gcc; ac_word=$2
2760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2761$as_echo_n "checking for $ac_word... " >&6; }
2762if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764else
2765 if test -n "$ac_ct_CC"; then
2766 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2767else
2768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2769for as_dir in $PATH
2770do
2771 IFS=$as_save_IFS
2772 test -z "$as_dir" && as_dir=.
2773 for ac_exec_ext in '' $ac_executable_extensions; do
2774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2775 ac_cv_prog_ac_ct_CC="gcc"
2776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 break 2
2778 fi
2779done
2780 done
2781IFS=$as_save_IFS
2782
2783fi
2784fi
2785ac_ct_CC=$ac_cv_prog_ac_ct_CC
2786if test -n "$ac_ct_CC"; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2788$as_echo "$ac_ct_CC" >&6; }
2789else
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2791$as_echo "no" >&6; }
2792fi
2793
2794 if test "x$ac_ct_CC" = x; then
2795 CC=""
2796 else
2797 case $cross_compiling:$ac_tool_warned in
2798yes:)
2799{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2800$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2801ac_tool_warned=yes ;;
2802esac
2803 CC=$ac_ct_CC
2804 fi
2805else
2806 CC="$ac_cv_prog_CC"
2807fi
2808
2809if test -z "$CC"; then
2810 if test -n "$ac_tool_prefix"; then
2811 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2812set dummy ${ac_tool_prefix}cc; ac_word=$2
2813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2814$as_echo_n "checking for $ac_word... " >&6; }
2815if test "${ac_cv_prog_CC+set}" = set; then :
2816 $as_echo_n "(cached) " >&6
2817else
2818 if test -n "$CC"; then
2819 ac_cv_prog_CC="$CC" # Let the user override the test.
2820else
2821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2822for as_dir in $PATH
2823do
2824 IFS=$as_save_IFS
2825 test -z "$as_dir" && as_dir=.
2826 for ac_exec_ext in '' $ac_executable_extensions; do
2827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2828 ac_cv_prog_CC="${ac_tool_prefix}cc"
2829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2830 break 2
2831 fi
2832done
2833 done
2834IFS=$as_save_IFS
2835
2836fi
2837fi
2838CC=$ac_cv_prog_CC
2839if test -n "$CC"; then
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2841$as_echo "$CC" >&6; }
2842else
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2844$as_echo "no" >&6; }
2845fi
2846
2847
2848 fi
2849fi
2850if test -z "$CC"; then
2851 # Extract the first word of "cc", so it can be a program name with args.
2852set dummy cc; ac_word=$2
2853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2854$as_echo_n "checking for $ac_word... " >&6; }
2855if test "${ac_cv_prog_CC+set}" = set; then :
2856 $as_echo_n "(cached) " >&6
2857else
2858 if test -n "$CC"; then
2859 ac_cv_prog_CC="$CC" # Let the user override the test.
2860else
2861 ac_prog_rejected=no
2862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863for as_dir in $PATH
2864do
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
2868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2869 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2870 ac_prog_rejected=yes
2871 continue
2872 fi
2873 ac_cv_prog_CC="cc"
2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2875 break 2
2876 fi
2877done
2878 done
2879IFS=$as_save_IFS
2880
2881if test $ac_prog_rejected = yes; then
2882 # We found a bogon in the path, so make sure we never use it.
2883 set dummy $ac_cv_prog_CC
2884 shift
2885 if test $# != 0; then
2886 # We chose a different compiler from the bogus one.
2887 # However, it has the same basename, so the bogon will be chosen
2888 # first if we set CC to just the basename; use the full file name.
2889 shift
2890 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2891 fi
2892fi
2893fi
2894fi
2895CC=$ac_cv_prog_CC
2896if test -n "$CC"; then
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898$as_echo "$CC" >&6; }
2899else
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901$as_echo "no" >&6; }
2902fi
2903
2904
2905fi
2906if test -z "$CC"; then
2907 if test -n "$ac_tool_prefix"; then
2908 for ac_prog in cl.exe
2909 do
2910 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2911set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2913$as_echo_n "checking for $ac_word... " >&6; }
2914if test "${ac_cv_prog_CC+set}" = set; then :
2915 $as_echo_n "(cached) " >&6
2916else
2917 if test -n "$CC"; then
2918 ac_cv_prog_CC="$CC" # Let the user override the test.
2919else
2920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2921for as_dir in $PATH
2922do
2923 IFS=$as_save_IFS
2924 test -z "$as_dir" && as_dir=.
2925 for ac_exec_ext in '' $ac_executable_extensions; do
2926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2927 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2929 break 2
2930 fi
2931done
2932 done
2933IFS=$as_save_IFS
2934
2935fi
2936fi
2937CC=$ac_cv_prog_CC
2938if test -n "$CC"; then
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2940$as_echo "$CC" >&6; }
2941else
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2943$as_echo "no" >&6; }
2944fi
2945
2946
2947 test -n "$CC" && break
2948 done
2949fi
2950if test -z "$CC"; then
2951 ac_ct_CC=$CC
2952 for ac_prog in cl.exe
2953do
2954 # Extract the first word of "$ac_prog", so it can be a program name with args.
2955set dummy $ac_prog; ac_word=$2
2956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957$as_echo_n "checking for $ac_word... " >&6; }
2958if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2959 $as_echo_n "(cached) " >&6
2960else
2961 if test -n "$ac_ct_CC"; then
2962 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2963else
2964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2965for as_dir in $PATH
2966do
2967 IFS=$as_save_IFS
2968 test -z "$as_dir" && as_dir=.
2969 for ac_exec_ext in '' $ac_executable_extensions; do
2970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2971 ac_cv_prog_ac_ct_CC="$ac_prog"
2972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2973 break 2
2974 fi
2975done
2976 done
2977IFS=$as_save_IFS
2978
2979fi
2980fi
2981ac_ct_CC=$ac_cv_prog_ac_ct_CC
2982if test -n "$ac_ct_CC"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2984$as_echo "$ac_ct_CC" >&6; }
2985else
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987$as_echo "no" >&6; }
2988fi
2989
2990
2991 test -n "$ac_ct_CC" && break
2992done
2993
2994 if test "x$ac_ct_CC" = x; then
2995 CC=""
2996 else
2997 case $cross_compiling:$ac_tool_warned in
2998yes:)
2999{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3000$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3001ac_tool_warned=yes ;;
3002esac
3003 CC=$ac_ct_CC
3004 fi
3005fi
3006
3007fi
3008
3009
3010test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3011$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3012as_fn_error "no acceptable C compiler found in \$PATH
3013See \`config.log' for more details." "$LINENO" 5; }
3014
3015# Provide some information about the compiler.
3016$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3017set X $ac_compile
3018ac_compiler=$2
3019for ac_option in --version -v -V -qversion; do
3020 { { ac_try="$ac_compiler $ac_option >&5"
3021case "(($ac_try" in
3022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3023 *) ac_try_echo=$ac_try;;
3024esac
3025eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3026$as_echo "$ac_try_echo"; } >&5
3027 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3028 ac_status=$?
3029 if test -s conftest.err; then
3030 sed '10a\
3031... rest of stderr output deleted ...
3032 10q' conftest.err >conftest.er1
3033 cat conftest.er1 >&5
3034 rm -f conftest.er1 conftest.err
3035 fi
3036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3037 test $ac_status = 0; }
3038done
3039
3040cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3041/* end confdefs.h. */
3042
3043int
3044main ()
3045{
3046
3047 ;
3048 return 0;
3049}
3050_ACEOF
3051ac_clean_files_save=$ac_clean_files
3052ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3053# Try to create an executable without -o first, disregard a.out.
3054# It will help us diagnose broken compilers, and finding out an intuition
3055# of exeext.
3056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3057$as_echo_n "checking for C compiler default output file name... " >&6; }
3058ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3059
3060# The possible output files:
3061ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3062
3063ac_rmfiles=
3064for ac_file in $ac_files
3065do
3066 case $ac_file in
3067 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3068 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3069 esac
3070done
3071rm -f $ac_rmfiles
3072
3073if { { ac_try="$ac_link_default"
3074case "(($ac_try" in
3075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3076 *) ac_try_echo=$ac_try;;
3077esac
3078eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3079$as_echo "$ac_try_echo"; } >&5
3080 (eval "$ac_link_default") 2>&5
3081 ac_status=$?
3082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3083 test $ac_status = 0; }; then :
3084 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3085# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3086# in a Makefile. We should not override ac_cv_exeext if it was cached,
3087# so that the user can short-circuit this test for compilers unknown to
3088# Autoconf.
3089for ac_file in $ac_files ''
3090do
3091 test -f "$ac_file" || continue
3092 case $ac_file in
3093 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3094 ;;
3095 [ab].out )
3096 # We found the default executable, but exeext='' is most
3097 # certainly right.
3098 break;;
3099 *.* )
3100 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3101 then :; else
3102 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3103 fi
3104 # We set ac_cv_exeext here because the later test for it is not
3105 # safe: cross compilers may not add the suffix if given an `-o'
3106 # argument, so we may need to know it at that point already.
3107 # Even if this section looks crufty: it has the advantage of
3108 # actually working.
3109 break;;
3110 * )
3111 break;;
3112 esac
3113done
3114test "$ac_cv_exeext" = no && ac_cv_exeext=
3115
3116else
3117 ac_file=''
3118fi
3119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3120$as_echo "$ac_file" >&6; }
3121if test -z "$ac_file"; then :
3122 $as_echo "$as_me: failed program was:" >&5
3123sed 's/^/| /' conftest.$ac_ext >&5
3124
3125{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3126$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3127{ as_fn_set_status 77
3128as_fn_error "C compiler cannot create executables
3129See \`config.log' for more details." "$LINENO" 5; }; }
3130fi
3131ac_exeext=$ac_cv_exeext
3132
3133# Check that the compiler produces executables we can run. If not, either
3134# the compiler is broken, or we cross compile.
3135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3136$as_echo_n "checking whether the C compiler works... " >&6; }
3137# If not cross compiling, check that we can run a simple program.
3138if test "$cross_compiling" != yes; then
3139 if { ac_try='./$ac_file'
3140 { { case "(($ac_try" in
3141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3142 *) ac_try_echo=$ac_try;;
3143esac
3144eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3145$as_echo "$ac_try_echo"; } >&5
3146 (eval "$ac_try") 2>&5
3147 ac_status=$?
3148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3149 test $ac_status = 0; }; }; then
3150 cross_compiling=no
3151 else
3152 if test "$cross_compiling" = maybe; then
3153 cross_compiling=yes
3154 else
3155 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3156$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3157as_fn_error "cannot run C compiled programs.
3158If you meant to cross compile, use \`--host'.
3159See \`config.log' for more details." "$LINENO" 5; }
3160 fi
3161 fi
3162fi
3163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3164$as_echo "yes" >&6; }
3165
3166rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3167ac_clean_files=$ac_clean_files_save
3168# Check that the compiler produces executables we can run. If not, either
3169# the compiler is broken, or we cross compile.
3170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3171$as_echo_n "checking whether we are cross compiling... " >&6; }
3172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3173$as_echo "$cross_compiling" >&6; }
3174
3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3176$as_echo_n "checking for suffix of executables... " >&6; }
3177if { { ac_try="$ac_link"
3178case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181esac
3182eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183$as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_link") 2>&5
3185 ac_status=$?
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }; then :
3188 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3189# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3190# work properly (i.e., refer to `conftest.exe'), while it won't with
3191# `rm'.
3192for ac_file in conftest.exe conftest conftest.*; do
3193 test -f "$ac_file" || continue
3194 case $ac_file in
3195 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3196 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3197 break;;
3198 * ) break;;
3199 esac
3200done
3201else
3202 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3203$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3204as_fn_error "cannot compute suffix of executables: cannot compile and link
3205See \`config.log' for more details." "$LINENO" 5; }
3206fi
3207rm -f conftest$ac_cv_exeext
3208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3209$as_echo "$ac_cv_exeext" >&6; }
3210
3211rm -f conftest.$ac_ext
3212EXEEXT=$ac_cv_exeext
3213ac_exeext=$EXEEXT
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3215$as_echo_n "checking for suffix of object files... " >&6; }
3216if test "${ac_cv_objext+set}" = set; then :
3217 $as_echo_n "(cached) " >&6
3218else
3219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3220/* end confdefs.h. */
3221
3222int
3223main ()
3224{
3225
3226 ;
3227 return 0;
3228}
3229_ACEOF
3230rm -f conftest.o conftest.obj
3231if { { ac_try="$ac_compile"
3232case "(($ac_try" in
3233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234 *) ac_try_echo=$ac_try;;
3235esac
3236eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3237$as_echo "$ac_try_echo"; } >&5
3238 (eval "$ac_compile") 2>&5
3239 ac_status=$?
3240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3241 test $ac_status = 0; }; then :
3242 for ac_file in conftest.o conftest.obj conftest.*; do
3243 test -f "$ac_file" || continue;
3244 case $ac_file in
3245 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3246 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3247 break;;
3248 esac
3249done
3250else
3251 $as_echo "$as_me: failed program was:" >&5
3252sed 's/^/| /' conftest.$ac_ext >&5
3253
3254{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3255$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3256as_fn_error "cannot compute suffix of object files: cannot compile
3257See \`config.log' for more details." "$LINENO" 5; }
3258fi
3259rm -f conftest.$ac_cv_objext conftest.$ac_ext
3260fi
3261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3262$as_echo "$ac_cv_objext" >&6; }
3263OBJEXT=$ac_cv_objext
3264ac_objext=$OBJEXT
3265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3266$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3267if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3268 $as_echo_n "(cached) " >&6
3269else
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271/* end confdefs.h. */
3272
3273int
3274main ()
3275{
3276#ifndef __GNUC__
3277 choke me
3278#endif
3279
3280 ;
3281 return 0;
3282}
3283_ACEOF
3284if ac_fn_c_try_compile "$LINENO"; then :
3285 ac_compiler_gnu=yes
3286else
3287 ac_compiler_gnu=no
3288fi
3289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3290ac_cv_c_compiler_gnu=$ac_compiler_gnu
3291
3292fi
3293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3294$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3295if test $ac_compiler_gnu = yes; then
3296 GCC=yes
3297else
3298 GCC=
3299fi
3300ac_test_CFLAGS=${CFLAGS+set}
3301ac_save_CFLAGS=$CFLAGS
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3303$as_echo_n "checking whether $CC accepts -g... " >&6; }
3304if test "${ac_cv_prog_cc_g+set}" = set; then :
3305 $as_echo_n "(cached) " >&6
3306else
3307 ac_save_c_werror_flag=$ac_c_werror_flag
3308 ac_c_werror_flag=yes
3309 ac_cv_prog_cc_g=no
3310 CFLAGS="-g"
3311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3312/* end confdefs.h. */
3313
3314int
3315main ()
3316{
3317
3318 ;
3319 return 0;
3320}
3321_ACEOF
3322if ac_fn_c_try_compile "$LINENO"; then :
3323 ac_cv_prog_cc_g=yes
3324else
3325 CFLAGS=""
3326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327/* end confdefs.h. */
3328
3329int
3330main ()
3331{
3332
3333 ;
3334 return 0;
3335}
3336_ACEOF
3337if ac_fn_c_try_compile "$LINENO"; then :
3338
3339else
3340 ac_c_werror_flag=$ac_save_c_werror_flag
3341 CFLAGS="-g"
3342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3343/* end confdefs.h. */
3344
3345int
3346main ()
3347{
3348
3349 ;
3350 return 0;
3351}
3352_ACEOF
3353if ac_fn_c_try_compile "$LINENO"; then :
3354 ac_cv_prog_cc_g=yes
3355fi
3356rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3357fi
3358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3359fi
3360rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3361 ac_c_werror_flag=$ac_save_c_werror_flag
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3364$as_echo "$ac_cv_prog_cc_g" >&6; }
3365if test "$ac_test_CFLAGS" = set; then
3366 CFLAGS=$ac_save_CFLAGS
3367elif test $ac_cv_prog_cc_g = yes; then
3368 if test "$GCC" = yes; then
3369 CFLAGS="-g -O2"
3370 else
3371 CFLAGS="-g"
3372 fi
3373else
3374 if test "$GCC" = yes; then
3375 CFLAGS="-O2"
3376 else
3377 CFLAGS=
3378 fi
3379fi
3380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3381$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3382if test "${ac_cv_prog_cc_c89+set}" = set; then :
3383 $as_echo_n "(cached) " >&6
3384else
3385 ac_cv_prog_cc_c89=no
3386ac_save_CC=$CC
3387cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3388/* end confdefs.h. */
3389#include <stdarg.h>
3390#include <stdio.h>
3391#include <sys/types.h>
3392#include <sys/stat.h>
3393/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3394struct buf { int x; };
3395FILE * (*rcsopen) (struct buf *, struct stat *, int);
3396static char *e (p, i)
3397 char **p;
3398 int i;
3399{
3400 return p[i];
3401}
3402static char *f (char * (*g) (char **, int), char **p, ...)
3403{
3404 char *s;
3405 va_list v;
3406 va_start (v,p);
3407 s = g (p, va_arg (v,int));
3408 va_end (v);
3409 return s;
3410}
3411
3412/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3413 function prototypes and stuff, but not '\xHH' hex character constants.
3414 These don't provoke an error unfortunately, instead are silently treated
3415 as 'x'. The following induces an error, until -std is added to get
3416 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3417 array size at least. It's necessary to write '\x00'==0 to get something
3418 that's true only with -std. */
3419int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3420
3421/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3422 inside strings and character constants. */
3423#define FOO(x) 'x'
3424int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3425
3426int test (int i, double x);
3427struct s1 {int (*f) (int a);};
3428struct s2 {int (*f) (double a);};
3429int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3430int argc;
3431char **argv;
3432int
3433main ()
3434{
3435return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3436 ;
3437 return 0;
3438}
3439_ACEOF
3440for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3441 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3442do
3443 CC="$ac_save_CC $ac_arg"
3444 if ac_fn_c_try_compile "$LINENO"; then :
3445 ac_cv_prog_cc_c89=$ac_arg
3446fi
3447rm -f core conftest.err conftest.$ac_objext
3448 test "x$ac_cv_prog_cc_c89" != "xno" && break
3449done
3450rm -f conftest.$ac_ext
3451CC=$ac_save_CC
3452
3453fi
3454# AC_CACHE_VAL
3455case "x$ac_cv_prog_cc_c89" in
3456 x)
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3458$as_echo "none needed" >&6; } ;;
3459 xno)
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3461$as_echo "unsupported" >&6; } ;;
3462 *)
3463 CC="$CC $ac_cv_prog_cc_c89"
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3465$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3466esac
3467if test "x$ac_cv_prog_cc_c89" != xno; then :
3468
3469fi
3470
3471ac_ext=c
3472ac_cpp='$CPP $CPPFLAGS'
3473ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3474ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3475ac_compiler_gnu=$ac_cv_c_compiler_gnu
3476
3477
3478ac_ext=c
3479ac_cpp='$CPP $CPPFLAGS'
3480ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3481ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3482ac_compiler_gnu=$ac_cv_c_compiler_gnu
3483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3484$as_echo_n "checking how to run the C preprocessor... " >&6; }
3485# On Suns, sometimes $CPP names a directory.
3486if test -n "$CPP" && test -d "$CPP"; then
3487 CPP=
3488fi
3489if test -z "$CPP"; then
3490 if test "${ac_cv_prog_CPP+set}" = set; then :
3491 $as_echo_n "(cached) " >&6
3492else
3493 # Double quotes because CPP needs to be expanded
3494 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3495 do
3496 ac_preproc_ok=false
3497for ac_c_preproc_warn_flag in '' yes
3498do
3499 # Use a header file that comes with gcc, so configuring glibc
3500 # with a fresh cross-compiler works.
3501 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3502 # <limits.h> exists even on freestanding compilers.
3503 # On the NeXT, cc -E runs the code through the compiler's parser,
3504 # not just through cpp. "Syntax error" is here to catch this case.
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3506/* end confdefs.h. */
3507#ifdef __STDC__
3508# include <limits.h>
3509#else
3510# include <assert.h>
3511#endif
3512 Syntax error
3513_ACEOF
3514if ac_fn_c_try_cpp "$LINENO"; then :
3515
3516else
3517 # Broken: fails on valid input.
3518continue
3519fi
3520rm -f conftest.err conftest.$ac_ext
3521
3522 # OK, works on sane cases. Now check whether nonexistent headers
3523 # can be detected and how.
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525/* end confdefs.h. */
3526#include <ac_nonexistent.h>
3527_ACEOF
3528if ac_fn_c_try_cpp "$LINENO"; then :
3529 # Broken: success on invalid input.
3530continue
3531else
3532 # Passes both tests.
3533ac_preproc_ok=:
3534break
3535fi
3536rm -f conftest.err conftest.$ac_ext
3537
3538done
3539# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3540rm -f conftest.err conftest.$ac_ext
3541if $ac_preproc_ok; then :
3542 break
3543fi
3544
3545 done
3546 ac_cv_prog_CPP=$CPP
3547
3548fi
3549 CPP=$ac_cv_prog_CPP
3550else
3551 ac_cv_prog_CPP=$CPP
3552fi
3553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3554$as_echo "$CPP" >&6; }
3555ac_preproc_ok=false
3556for ac_c_preproc_warn_flag in '' yes
3557do
3558 # Use a header file that comes with gcc, so configuring glibc
3559 # with a fresh cross-compiler works.
3560 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3561 # <limits.h> exists even on freestanding compilers.
3562 # On the NeXT, cc -E runs the code through the compiler's parser,
3563 # not just through cpp. "Syntax error" is here to catch this case.
3564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565/* end confdefs.h. */
3566#ifdef __STDC__
3567# include <limits.h>
3568#else
3569# include <assert.h>
3570#endif
3571 Syntax error
3572_ACEOF
3573if ac_fn_c_try_cpp "$LINENO"; then :
3574
3575else
3576 # Broken: fails on valid input.
3577continue
3578fi
3579rm -f conftest.err conftest.$ac_ext
3580
3581 # OK, works on sane cases. Now check whether nonexistent headers
3582 # can be detected and how.
3583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3584/* end confdefs.h. */
3585#include <ac_nonexistent.h>
3586_ACEOF
3587if ac_fn_c_try_cpp "$LINENO"; then :
3588 # Broken: success on invalid input.
3589continue
3590else
3591 # Passes both tests.
3592ac_preproc_ok=:
3593break
3594fi
3595rm -f conftest.err conftest.$ac_ext
3596
3597done
3598# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3599rm -f conftest.err conftest.$ac_ext
3600if $ac_preproc_ok; then :
3601
3602else
3603 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3604$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3605as_fn_error "C preprocessor \"$CPP\" fails sanity check
3606See \`config.log' for more details." "$LINENO" 5; }
3607fi
3608
3609ac_ext=c
3610ac_cpp='$CPP $CPPFLAGS'
3611ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3612ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3613ac_compiler_gnu=$ac_cv_c_compiler_gnu
3614
3615
3616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3617$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3618if test "${ac_cv_path_GREP+set}" = set; then :
3619 $as_echo_n "(cached) " >&6
3620else
3621 if test -z "$GREP"; then
3622 ac_path_GREP_found=false
3623 # Loop through the user's path and test for each of PROGNAME-LIST
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3626do
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
3629 for ac_prog in grep ggrep; do
3630 for ac_exec_ext in '' $ac_executable_extensions; do
3631 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3632 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3633# Check for GNU ac_path_GREP and select it if it is found.
3634 # Check for GNU $ac_path_GREP
3635case `"$ac_path_GREP" --version 2>&1` in
3636*GNU*)
3637 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3638*)
3639 ac_count=0
3640 $as_echo_n 0123456789 >"conftest.in"
3641 while :
3642 do
3643 cat "conftest.in" "conftest.in" >"conftest.tmp"
3644 mv "conftest.tmp" "conftest.in"
3645 cp "conftest.in" "conftest.nl"
3646 $as_echo 'GREP' >> "conftest.nl"
3647 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3648 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3649 as_fn_arith $ac_count + 1 && ac_count=$as_val
3650 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3651 # Best one so far, save it but keep looking for a better one
3652 ac_cv_path_GREP="$ac_path_GREP"
3653 ac_path_GREP_max=$ac_count
3654 fi
3655 # 10*(2^10) chars as input seems more than enough
3656 test $ac_count -gt 10 && break
3657 done
3658 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3659esac
3660
3661 $ac_path_GREP_found && break 3
3662 done
3663 done
3664 done
3665IFS=$as_save_IFS
3666 if test -z "$ac_cv_path_GREP"; then
3667 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3668 fi
3669else
3670 ac_cv_path_GREP=$GREP
3671fi
3672
3673fi
3674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3675$as_echo "$ac_cv_path_GREP" >&6; }
3676 GREP="$ac_cv_path_GREP"
3677
3678
3679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3680$as_echo_n "checking for egrep... " >&6; }
3681if test "${ac_cv_path_EGREP+set}" = set; then :
3682 $as_echo_n "(cached) " >&6
3683else
3684 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3685 then ac_cv_path_EGREP="$GREP -E"
3686 else
3687 if test -z "$EGREP"; then
3688 ac_path_EGREP_found=false
3689 # Loop through the user's path and test for each of PROGNAME-LIST
3690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3692do
3693 IFS=$as_save_IFS
3694 test -z "$as_dir" && as_dir=.
3695 for ac_prog in egrep; do
3696 for ac_exec_ext in '' $ac_executable_extensions; do
3697 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3698 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3699# Check for GNU ac_path_EGREP and select it if it is found.
3700 # Check for GNU $ac_path_EGREP
3701case `"$ac_path_EGREP" --version 2>&1` in
3702*GNU*)
3703 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3704*)
3705 ac_count=0
3706 $as_echo_n 0123456789 >"conftest.in"
3707 while :
3708 do
3709 cat "conftest.in" "conftest.in" >"conftest.tmp"
3710 mv "conftest.tmp" "conftest.in"
3711 cp "conftest.in" "conftest.nl"
3712 $as_echo 'EGREP' >> "conftest.nl"
3713 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3714 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3715 as_fn_arith $ac_count + 1 && ac_count=$as_val
3716 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3717 # Best one so far, save it but keep looking for a better one
3718 ac_cv_path_EGREP="$ac_path_EGREP"
3719 ac_path_EGREP_max=$ac_count
3720 fi
3721 # 10*(2^10) chars as input seems more than enough
3722 test $ac_count -gt 10 && break
3723 done
3724 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3725esac
3726
3727 $ac_path_EGREP_found && break 3
3728 done
3729 done
3730 done
3731IFS=$as_save_IFS
3732 if test -z "$ac_cv_path_EGREP"; then
3733 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3734 fi
3735else
3736 ac_cv_path_EGREP=$EGREP
3737fi
3738
3739 fi
3740fi
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3742$as_echo "$ac_cv_path_EGREP" >&6; }
3743 EGREP="$ac_cv_path_EGREP"
3744
3745
3746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3747$as_echo_n "checking for ANSI C header files... " >&6; }
3748if test "${ac_cv_header_stdc+set}" = set; then :
3749 $as_echo_n "(cached) " >&6
3750else
3751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3752/* end confdefs.h. */
3753#include <stdlib.h>
3754#include <stdarg.h>
3755#include <string.h>
3756#include <float.h>
3757
3758int
3759main ()
3760{
3761
3762 ;
3763 return 0;
3764}
3765_ACEOF
3766if ac_fn_c_try_compile "$LINENO"; then :
3767 ac_cv_header_stdc=yes
3768else
3769 ac_cv_header_stdc=no
3770fi
3771rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3772
3773if test $ac_cv_header_stdc = yes; then
3774 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3776/* end confdefs.h. */
3777#include <string.h>
3778
3779_ACEOF
3780if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3781 $EGREP "memchr" >/dev/null 2>&1; then :
3782
3783else
3784 ac_cv_header_stdc=no
3785fi
3786rm -f conftest*
3787
3788fi
3789
3790if test $ac_cv_header_stdc = yes; then
3791 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3793/* end confdefs.h. */
3794#include <stdlib.h>
3795
3796_ACEOF
3797if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3798 $EGREP "free" >/dev/null 2>&1; then :
3799
3800else
3801 ac_cv_header_stdc=no
3802fi
3803rm -f conftest*
3804
3805fi
3806
3807if test $ac_cv_header_stdc = yes; then
3808 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3809 if test "$cross_compiling" = yes; then :
3810 :
3811else
3812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3813/* end confdefs.h. */
3814#include <ctype.h>
3815#include <stdlib.h>
3816#if ((' ' & 0x0FF) == 0x020)
3817# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3818# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3819#else
3820# define ISLOWER(c) \
3821 (('a' <= (c) && (c) <= 'i') \
3822 || ('j' <= (c) && (c) <= 'r') \
3823 || ('s' <= (c) && (c) <= 'z'))
3824# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3825#endif
3826
3827#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3828int
3829main ()
3830{
3831 int i;
3832 for (i = 0; i < 256; i++)
3833 if (XOR (islower (i), ISLOWER (i))
3834 || toupper (i) != TOUPPER (i))
3835 return 2;
3836 return 0;
3837}
3838_ACEOF
3839if ac_fn_c_try_run "$LINENO"; then :
3840
3841else
3842 ac_cv_header_stdc=no
3843fi
3844rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3845 conftest.$ac_objext conftest.beam conftest.$ac_ext
3846fi
3847
3848fi
3849fi
3850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3851$as_echo "$ac_cv_header_stdc" >&6; }
3852if test $ac_cv_header_stdc = yes; then
3853
3854$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3855
3856fi
3857
3858# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3859for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3860 inttypes.h stdint.h unistd.h
3861do :
3862 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3863ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3864"
3865eval as_val=\$$as_ac_Header
3866 if test "x$as_val" = x""yes; then :
3867 cat >>confdefs.h <<_ACEOF
3868#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3869_ACEOF
3870
3871fi
3872
3873done
3874
3875
3876
3877 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3878if test "x$ac_cv_header_minix_config_h" = x""yes; then :
3879 MINIX=yes
3880else
3881 MINIX=
3882fi
3883
3884
3885 if test "$MINIX" = yes; then
3886
3887$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3888
3889
3890$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3891
3892
3893$as_echo "#define _MINIX 1" >>confdefs.h
3894
3895 fi
3896
3897
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3899$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3900if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3901 $as_echo_n "(cached) " >&6
3902else
3903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3904/* end confdefs.h. */
3905
3906# define __EXTENSIONS__ 1
3907 $ac_includes_default
3908int
3909main ()
3910{
3911
3912 ;
3913 return 0;
3914}
3915_ACEOF
3916if ac_fn_c_try_compile "$LINENO"; then :
3917 ac_cv_safe_to_define___extensions__=yes
3918else
3919 ac_cv_safe_to_define___extensions__=no
3920fi
3921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3922fi
3923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3924$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3925 test $ac_cv_safe_to_define___extensions__ = yes &&
3926 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3927
3928 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3929
3930 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3931
3932 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3933
3934 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3935
3936
3937ac_aux_dir=
3938for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3939 for ac_t in install-sh install.sh shtool; do
3940 if test -f "$ac_dir/$ac_t"; then
3941 ac_aux_dir=$ac_dir
3942 ac_install_sh="$ac_aux_dir/$ac_t -c"
3943 break 2
3944 fi
3945 done
3946done
3947if test -z "$ac_aux_dir"; then
3948 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3949fi
3950
3951# These three variables are undocumented and unsupported,
3952# and are intended to be withdrawn in a future Autoconf release.
3953# They can cause serious problems if a builder's source tree is in a directory
3954# whose full name contains unusual characters.
3955ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3956ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3957ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3958
3959
3960# Make sure we can run config.sub.
3961$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3962 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3963
3964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3965$as_echo_n "checking build system type... " >&6; }
3966if test "${ac_cv_build+set}" = set; then :
3967 $as_echo_n "(cached) " >&6
3968else
3969 ac_build_alias=$build_alias
3970test "x$ac_build_alias" = x &&
3971 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3972test "x$ac_build_alias" = x &&
3973 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3974ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3975 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3976
3977fi
3978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3979$as_echo "$ac_cv_build" >&6; }
3980case $ac_cv_build in
3981*-*-*) ;;
3982*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3983esac
3984build=$ac_cv_build
3985ac_save_IFS=$IFS; IFS='-'
3986set x $ac_cv_build
3987shift
3988build_cpu=$1
3989build_vendor=$2
3990shift; shift
3991# Remember, the first character of IFS is used to create $*,
3992# except with old shells:
3993build_os=$*
3994IFS=$ac_save_IFS
3995case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3996
3997
3998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3999$as_echo_n "checking host system type... " >&6; }
4000if test "${ac_cv_host+set}" = set; then :
4001 $as_echo_n "(cached) " >&6
4002else
4003 if test "x$host_alias" = x; then
4004 ac_cv_host=$ac_cv_build
4005else
4006 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4007 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4008fi
4009
4010fi
4011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4012$as_echo "$ac_cv_host" >&6; }
4013case $ac_cv_host in
4014*-*-*) ;;
4015*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4016esac
4017host=$ac_cv_host
4018ac_save_IFS=$IFS; IFS='-'
4019set x $ac_cv_host
4020shift
4021host_cpu=$1
4022host_vendor=$2
4023shift; shift
4024# Remember, the first character of IFS is used to create $*,
4025# except with old shells:
4026host_os=$*
4027IFS=$ac_save_IFS
4028case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4029
4030
4031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4032$as_echo_n "checking target system type... " >&6; }
4033if test "${ac_cv_target+set}" = set; then :
4034 $as_echo_n "(cached) " >&6
4035else
4036 if test "x$target_alias" = x; then
4037 ac_cv_target=$ac_cv_host
4038else
4039 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4040 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4041fi
4042
4043fi
4044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4045$as_echo "$ac_cv_target" >&6; }
4046case $ac_cv_target in
4047*-*-*) ;;
4048*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4049esac
4050target=$ac_cv_target
4051ac_save_IFS=$IFS; IFS='-'
4052set x $ac_cv_target
4053shift
4054target_cpu=$1
4055target_vendor=$2
4056shift; shift
4057# Remember, the first character of IFS is used to create $*,
4058# except with old shells:
4059target_os=$*
4060IFS=$ac_save_IFS
4061case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4062
4063
4064# The aliases save the names the user supplied, while $host etc.
4065# will get canonicalized.
4066test -n "$target_alias" &&
4067 test "$program_prefix$program_suffix$program_transform_name" = \
4068 NONENONEs,x,x, &&
4069 program_prefix=${target_alias}-
4070
4071# The tests for host and target for $enable_largefile require
4072# canonical names.
4073
4074
4075
4076# As the $enable_largefile decision depends on --enable-plugins we must set it
4077# even in directories otherwise not depending on the $plugins option.
4078
4079
4080# Check whether --enable-plugins was given.
4081if test "${enable_plugins+set}" = set; then :
4082 enableval=$enable_plugins; case "${enableval}" in
4083 yes | "") plugins=yes ;;
4084 no) plugins=no ;;
4085 *) plugins=yes ;;
4086 esac
4087else
4088 plugins=no
4089fi
4090
4091
4092
4093case "${host}" in
4094 sparc-*-solaris*|i[3-7]86-*-solaris*)
4095 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4096 # are mutually exclusive; and without procfs support, the bfd/ elf module
4097 # cannot provide certain routines such as elfcore_write_prpsinfo
4098 # or elfcore_write_prstatus. So unless the user explicitly requested
4099 # large-file support through the --enable-largefile switch, disable
4100 # large-file support in favor of procfs support.
4101 test "${target}" = "${host}" -a "x$plugins" = xno \
4102 && : ${enable_largefile="no"}
4103 ;;
4104esac
4105
4106# Check whether --enable-largefile was given.
4107if test "${enable_largefile+set}" = set; then :
4108 enableval=$enable_largefile;
4109fi
4110
4111if test "$enable_largefile" != no; then
4112
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4114$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4115if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4116 $as_echo_n "(cached) " >&6
4117else
4118 ac_cv_sys_largefile_CC=no
4119 if test "$GCC" != yes; then
4120 ac_save_CC=$CC
4121 while :; do
4122 # IRIX 6.2 and later do not support large files by default,
4123 # so use the C compiler's -n32 option if that helps.
4124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4125/* end confdefs.h. */
4126#include <sys/types.h>
4127 /* Check that off_t can represent 2**63 - 1 correctly.
4128 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4129 since some C++ compilers masquerading as C compilers
4130 incorrectly reject 9223372036854775807. */
4131#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4132 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4133 && LARGE_OFF_T % 2147483647 == 1)
4134 ? 1 : -1];
4135int
4136main ()
4137{
4138
4139 ;
4140 return 0;
4141}
4142_ACEOF
4143 if ac_fn_c_try_compile "$LINENO"; then :
4144 break
4145fi
4146rm -f core conftest.err conftest.$ac_objext
4147 CC="$CC -n32"
4148 if ac_fn_c_try_compile "$LINENO"; then :
4149 ac_cv_sys_largefile_CC=' -n32'; break
4150fi
4151rm -f core conftest.err conftest.$ac_objext
4152 break
4153 done
4154 CC=$ac_save_CC
4155 rm -f conftest.$ac_ext
4156 fi
4157fi
4158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4159$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4160 if test "$ac_cv_sys_largefile_CC" != no; then
4161 CC=$CC$ac_cv_sys_largefile_CC
4162 fi
4163
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4165$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4166if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
4168else
4169 while :; do
4170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4171/* end confdefs.h. */
4172#include <sys/types.h>
4173 /* Check that off_t can represent 2**63 - 1 correctly.
4174 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4175 since some C++ compilers masquerading as C compilers
4176 incorrectly reject 9223372036854775807. */
4177#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4178 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4179 && LARGE_OFF_T % 2147483647 == 1)
4180 ? 1 : -1];
4181int
4182main ()
4183{
4184
4185 ;
4186 return 0;
4187}
4188_ACEOF
4189if ac_fn_c_try_compile "$LINENO"; then :
4190 ac_cv_sys_file_offset_bits=no; break
4191fi
4192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194/* end confdefs.h. */
4195#define _FILE_OFFSET_BITS 64
4196#include <sys/types.h>
4197 /* Check that off_t can represent 2**63 - 1 correctly.
4198 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4199 since some C++ compilers masquerading as C compilers
4200 incorrectly reject 9223372036854775807. */
4201#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4202 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4203 && LARGE_OFF_T % 2147483647 == 1)
4204 ? 1 : -1];
4205int
4206main ()
4207{
4208
4209 ;
4210 return 0;
4211}
4212_ACEOF
4213if ac_fn_c_try_compile "$LINENO"; then :
4214 ac_cv_sys_file_offset_bits=64; break
4215fi
4216rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4217 ac_cv_sys_file_offset_bits=unknown
4218 break
4219done
4220fi
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4222$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4223case $ac_cv_sys_file_offset_bits in #(
4224 no | unknown) ;;
4225 *)
4226cat >>confdefs.h <<_ACEOF
4227#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4228_ACEOF
4229;;
4230esac
4231rm -rf conftest*
4232 if test $ac_cv_sys_file_offset_bits = unknown; then
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4234$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4235if test "${ac_cv_sys_large_files+set}" = set; then :
4236 $as_echo_n "(cached) " >&6
4237else
4238 while :; do
4239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4240/* end confdefs.h. */
4241#include <sys/types.h>
4242 /* Check that off_t can represent 2**63 - 1 correctly.
4243 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4244 since some C++ compilers masquerading as C compilers
4245 incorrectly reject 9223372036854775807. */
4246#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4247 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4248 && LARGE_OFF_T % 2147483647 == 1)
4249 ? 1 : -1];
4250int
4251main ()
4252{
4253
4254 ;
4255 return 0;
4256}
4257_ACEOF
4258if ac_fn_c_try_compile "$LINENO"; then :
4259 ac_cv_sys_large_files=no; break
4260fi
4261rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4263/* end confdefs.h. */
4264#define _LARGE_FILES 1
4265#include <sys/types.h>
4266 /* Check that off_t can represent 2**63 - 1 correctly.
4267 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4268 since some C++ compilers masquerading as C compilers
4269 incorrectly reject 9223372036854775807. */
4270#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4271 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4272 && LARGE_OFF_T % 2147483647 == 1)
4273 ? 1 : -1];
4274int
4275main ()
4276{
4277
4278 ;
4279 return 0;
4280}
4281_ACEOF
4282if ac_fn_c_try_compile "$LINENO"; then :
4283 ac_cv_sys_large_files=1; break
4284fi
4285rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4286 ac_cv_sys_large_files=unknown
4287 break
4288done
4289fi
4290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4291$as_echo "$ac_cv_sys_large_files" >&6; }
4292case $ac_cv_sys_large_files in #(
4293 no | unknown) ;;
4294 *)
4295cat >>confdefs.h <<_ACEOF
4296#define _LARGE_FILES $ac_cv_sys_large_files
4297_ACEOF
4298;;
4299esac
4300rm -rf conftest*
4301 fi
4302fi
4303
4304
4305
4306
4307
4308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4309$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4310if test "${am_cv_prog_cc_stdc+set}" = set; then :
4311 $as_echo_n "(cached) " >&6
4312else
4313 am_cv_prog_cc_stdc=no
4314ac_save_CC="$CC"
4315# Don't try gcc -ansi; that turns off useful extensions and
4316# breaks some systems' header files.
4317# AIX -qlanglvl=ansi
4318# Ultrix and OSF/1 -std1
4319# HP-UX 10.20 and later -Ae
4320# HP-UX older versions -Aa -D_HPUX_SOURCE
4321# SVR4 -Xc -D__EXTENSIONS__
4322for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4323do
4324 CC="$ac_save_CC $ac_arg"
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4326/* end confdefs.h. */
4327#include <stdarg.h>
4328#include <stdio.h>
4329#include <sys/types.h>
4330#include <sys/stat.h>
4331/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4332struct buf { int x; };
4333FILE * (*rcsopen) (struct buf *, struct stat *, int);
4334static char *e (p, i)
4335 char **p;
4336 int i;
4337{
4338 return p[i];
4339}
4340static char *f (char * (*g) (char **, int), char **p, ...)
4341{
4342 char *s;
4343 va_list v;
4344 va_start (v,p);
4345 s = g (p, va_arg (v,int));
4346 va_end (v);
4347 return s;
4348}
4349int test (int i, double x);
4350struct s1 {int (*f) (int a);};
4351struct s2 {int (*f) (double a);};
4352int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4353int argc;
4354char **argv;
4355
4356int
4357main ()
4358{
4359
4360return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4361
4362 ;
4363 return 0;
4364}
4365_ACEOF
4366if ac_fn_c_try_compile "$LINENO"; then :
4367 am_cv_prog_cc_stdc="$ac_arg"; break
4368fi
4369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4370done
4371CC="$ac_save_CC"
4372
4373fi
4374
4375if test -z "$am_cv_prog_cc_stdc"; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4377$as_echo "none needed" >&6; }
4378else
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4380$as_echo "$am_cv_prog_cc_stdc" >&6; }
4381fi
4382case "x$am_cv_prog_cc_stdc" in
4383 x|xno) ;;
4384 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4385esac
4386
4387
4388ac_aux_dir=
4389for ac_dir in .. "$srcdir"/..; do
4390 for ac_t in install-sh install.sh shtool; do
4391 if test -f "$ac_dir/$ac_t"; then
4392 ac_aux_dir=$ac_dir
4393 ac_install_sh="$ac_aux_dir/$ac_t -c"
4394 break 2
4395 fi
4396 done
4397done
4398if test -z "$ac_aux_dir"; then
4399 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
4400fi
4401
4402# These three variables are undocumented and unsupported,
4403# and are intended to be withdrawn in a future Autoconf release.
4404# They can cause serious problems if a builder's source tree is in a directory
4405# whose full name contains unusual characters.
4406ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4407ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4408ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4409
4410
4411
4412test "$program_prefix" != NONE &&
4413 program_transform_name="s&^&$program_prefix&;$program_transform_name"
4414# Use a double $ so make ignores it.
4415test "$program_suffix" != NONE &&
4416 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4417# Double any \ or $.
4418# By default was `s,x,x', remove it if useless.
4419ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4420program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4421
4422
4423# Dependency checking.
4424rm -rf .tst 2>/dev/null
4425mkdir .tst 2>/dev/null
4426if test -d .tst; then
4427 am__leading_dot=.
4428else
4429 am__leading_dot=_
4430fi
4431rmdir .tst 2>/dev/null
4432
4433DEPDIR="${am__leading_dot}deps"
4434
4435ac_config_commands="$ac_config_commands depdir"
4436
4437
4438depcc="$CC" am_compiler_list=
4439
4440am_depcomp=$ac_aux_dir/depcomp
4441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4442$as_echo_n "checking dependency style of $depcc... " >&6; }
4443if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4444 $as_echo_n "(cached) " >&6
4445else
4446 if test -f "$am_depcomp"; then
4447 # We make a subdir and do the tests there. Otherwise we can end up
4448 # making bogus files that we don't know about and never remove. For
4449 # instance it was reported that on HP-UX the gcc test will end up
4450 # making a dummy file named `D' -- because `-MD' means `put the output
4451 # in D'.
4452 mkdir conftest.dir
4453 # Copy depcomp to subdir because otherwise we won't find it if we're
4454 # using a relative directory.
4455 cp "$am_depcomp" conftest.dir
4456 cd conftest.dir
4457 # We will build objects and dependencies in a subdirectory because
4458 # it helps to detect inapplicable dependency modes. For instance
4459 # both Tru64's cc and ICC support -MD to output dependencies as a
4460 # side effect of compilation, but ICC will put the dependencies in
4461 # the current directory while Tru64 will put them in the object
4462 # directory.
4463 mkdir sub
4464
4465 am_cv_CC_dependencies_compiler_type=none
4466 if test "$am_compiler_list" = ""; then
4467 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4468 fi
4469 for depmode in $am_compiler_list; do
4470 if test $depmode = none; then break; fi
4471
4472 $as_echo "$as_me:$LINENO: trying $depmode" >&5
4473 # Setup a source with many dependencies, because some compilers
4474 # like to wrap large dependency lists on column 80 (with \), and
4475 # we should not choose a depcomp mode which is confused by this.
4476 #
4477 # We need to recreate these files for each test, as the compiler may
4478 # overwrite some of them when testing with obscure command lines.
4479 # This happens at least with the AIX C compiler.
4480 : > sub/conftest.c
4481 for i in 1 2 3 4 5 6; do
4482 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4483 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4484 # Solaris 8's {/usr,}/bin/sh.
4485 touch sub/conftst$i.h
4486 done
4487 echo "include sub/conftest.Po" > confmf
4488
4489 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4490 # mode. It turns out that the SunPro C++ compiler does not properly
4491 # handle `-M -o', and we need to detect this.
4492 depcmd="depmode=$depmode \
4493 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4494 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4495 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
4496 echo "| $depcmd" | sed -e 's/ */ /g' >&5
4497 if env $depcmd > conftest.err 2>&1 &&
4498 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
4499 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
4500 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
4501 # icc doesn't choke on unknown options, it will just issue warnings
4502 # or remarks (even with -Werror). So we grep stderr for any message
4503 # that says an option was ignored or not supported.
4504 # When given -MP, icc 7.0 and 7.1 complain thusly:
4505 # icc: Command line warning: ignoring option '-M'; no argument required
4506 # The diagnosis changed in icc 8.0:
4507 # icc: Command line remark: option '-MP' not supported
4508 if (grep 'ignoring option' conftest.err ||
4509 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4510 am_cv_CC_dependencies_compiler_type=$depmode
4511 $as_echo "$as_me:$LINENO: success" >&5
4512 break
4513 fi
4514 fi
4515 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
4516 sed -e 's/^/| /' < conftest.err >&5
4517 done
4518
4519 cd ..
4520 rm -rf conftest.dir
4521else
4522 am_cv_CC_dependencies_compiler_type=none
4523fi
4524
4525fi
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4527$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4528if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
4529then as_fn_error "no usable dependency style found" "$LINENO" 5
4530else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4531
4532fi
4533
4534
4535# Check for the 'make' the user wants to use.
4536for ac_prog in make
4537do
4538 # Extract the first word of "$ac_prog", so it can be a program name with args.
4539set dummy $ac_prog; ac_word=$2
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541$as_echo_n "checking for $ac_word... " >&6; }
4542if test "${ac_cv_prog_MAKE+set}" = set; then :
4543 $as_echo_n "(cached) " >&6
4544else
4545 if test -n "$MAKE"; then
4546 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4547else
4548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549for as_dir in $PATH
4550do
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_MAKE="$ac_prog"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4558 fi
4559done
4560 done
4561IFS=$as_save_IFS
4562
4563fi
4564fi
4565MAKE=$ac_cv_prog_MAKE
4566if test -n "$MAKE"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4568$as_echo "$MAKE" >&6; }
4569else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571$as_echo "no" >&6; }
4572fi
4573
4574
4575 test -n "$MAKE" && break
4576done
4577
4578MAKE_IS_GNU=
4579case "`$MAKE --version 2>&1 | sed 1q`" in
4580 *GNU*)
4581 MAKE_IS_GNU=yes
4582 ;;
4583esac
4584 if test "$MAKE_IS_GNU" = yes; then
4585 GMAKE_TRUE=
4586 GMAKE_FALSE='#'
4587else
4588 GMAKE_TRUE='#'
4589 GMAKE_FALSE=
4590fi
4591
4592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4593$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4594set x ${MAKE-make}
4595ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4596if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4597 $as_echo_n "(cached) " >&6
4598else
4599 cat >conftest.make <<\_ACEOF
4600SHELL = /bin/sh
4601all:
4602 @echo '@@@%%%=$(MAKE)=@@@%%%'
4603_ACEOF
4604# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4605case `${MAKE-make} -f conftest.make 2>/dev/null` in
4606 *@@@%%%=?*=@@@%%%*)
4607 eval ac_cv_prog_make_${ac_make}_set=yes;;
4608 *)
4609 eval ac_cv_prog_make_${ac_make}_set=no;;
4610esac
4611rm -f conftest.make
4612fi
4613if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4615$as_echo "yes" >&6; }
4616 SET_MAKE=
4617else
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619$as_echo "no" >&6; }
4620 SET_MAKE="MAKE=${MAKE-make}"
4621fi
4622
4623
4624# Configure gnulib. We need to build gnulib under some other
4625# directory not "gnulib", to avoid the problem of both GDB and
4626# GDBserver wanting to build it in the same directory, when building
4627# in the source dir.
4628
4629 in_src="gnulib"
4630 in_build="build-gnulib"
4631
4632 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
4633 # so they do not pile up.
4634 ac_sub_configure_args=
4635 ac_prev=
4636 eval "set x $ac_configure_args"
4637 shift
4638 for ac_arg
4639 do
4640 if test -n "$ac_prev"; then
4641 ac_prev=
4642 continue
4643 fi
4644 case $ac_arg in
4645 -cache-file | --cache-file | --cache-fil | --cache-fi \
4646 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4647 ac_prev=cache_file ;;
4648 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4649 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4650 | --c=*)
4651 ;;
4652 --config-cache | -C)
4653 ;;
4654 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4655 ac_prev=srcdir ;;
4656 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4657 ;;
4658 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4659 ac_prev=prefix ;;
4660 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4661 ;;
4662 --disable-option-checking)
4663 ;;
4664 *)
4665 case $ac_arg in
4666 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4667 esac
4668 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
4669 esac
4670 done
4671
4672 # Always prepend --prefix to ensure using the same prefix
4673 # in subdir configurations.
4674 ac_arg="--prefix=$prefix"
4675 case $ac_arg in
4676 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4677 esac
4678 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
4679
4680 # Pass --silent
4681 if test "$silent" = yes; then
4682 ac_sub_configure_args="--silent $ac_sub_configure_args"
4683 fi
4684
4685 # Always prepend --disable-option-checking to silence warnings, since
4686 # different subdirs can have different --enable and --with options.
4687 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
4688
4689 ac_popdir=`pwd`
4690 ac_dir=$in_build
4691
4692 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
4693 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
4694 $as_echo "$ac_msg" >&6
4695 as_dir="$ac_dir"; as_fn_mkdir_p
4696
4697 case $srcdir in
4698 [\\/]* | ?:[\\/]* )
4699 ac_srcdir=$srcdir/$in_src ;;
4700 *) # Relative name.
4701 ac_srcdir=../$srcdir/$in_src ;;
4702 esac
4703
4704 cd "$ac_dir"
4705
4706 ac_sub_configure=$ac_srcdir/configure
4707
4708 # Make the cache file name correct relative to the subdirectory.
4709 case $cache_file in
4710 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4711 *) # Relative name.
4712 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
4713 esac
4714
4715 { $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
4716$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4717 # The eval makes quoting arguments work.
4718 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4719 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
4720 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
4721
4722 cd "$ac_popdir"
4723
4724
4725
4726CONFIG_OBS=
4727CONFIG_DEPS=
4728CONFIG_SRCS=
4729ENABLE_CFLAGS=
4730
4731CONFIG_ALL=
4732CONFIG_CLEAN=
4733CONFIG_INSTALL=
4734CONFIG_UNINSTALL=
4735
4736# If we haven't got the data from the intl directory,
4737# assume NLS is disabled.
4738USE_NLS=no
4739LIBINTL=
4740LIBINTL_DEP=
4741INCINTL=
4742XGETTEXT=
4743GMSGFMT=
4744POSUB=
4745
4746if test -f ../intl/config.intl; then
4747 . ../intl/config.intl
4748fi
4749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
4750$as_echo_n "checking whether NLS is requested... " >&6; }
4751if test x"$USE_NLS" != xyes; then
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4753$as_echo "no" >&6; }
4754else
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4756$as_echo "yes" >&6; }
4757
4758$as_echo "#define ENABLE_NLS 1" >>confdefs.h
4759
4760
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
4762$as_echo_n "checking for catalogs to be installed... " >&6; }
4763 # Look for .po and .gmo files in the source directory.
4764 CATALOGS=
4765 XLINGUAS=
4766 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
4767 # If there aren't any .gmo files the shell will give us the
4768 # literal string "../path/to/srcdir/po/*.gmo" which has to be
4769 # weeded out.
4770 case "$cat" in *\**)
4771 continue;;
4772 esac
4773 # The quadruple backslash is collapsed to a double backslash
4774 # by the backticks, then collapsed again by the double quotes,
4775 # leaving us with one backslash in the sed expression (right
4776 # before the dot that mustn't act as a wildcard).
4777 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
4778 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
4779 # The user is allowed to set LINGUAS to a list of languages to
4780 # install catalogs for. If it's empty that means "all of them."
4781 if test "x$LINGUAS" = x; then
4782 CATALOGS="$CATALOGS $cat"
4783 XLINGUAS="$XLINGUAS $lang"
4784 else
4785 case "$LINGUAS" in *$lang*)
4786 CATALOGS="$CATALOGS $cat"
4787 XLINGUAS="$XLINGUAS $lang"
4788 ;;
4789 esac
4790 fi
4791 done
4792 LINGUAS="$XLINGUAS"
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
4794$as_echo "$LINGUAS" >&6; }
4795
4796
4797 DATADIRNAME=share
4798
4799 INSTOBJEXT=.mo
4800
4801 GENCAT=gencat
4802
4803 CATOBJEXT=.gmo
4804
4805fi
4806
4807localedir='${datadir}/locale'
4808
4809
4810if test x"$USE_NLS" = xyes; then
4811 CONFIG_ALL="$CONFIG_ALL all-po"
4812 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
4813 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
4814 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
4815fi
4816
4817GNULIB=build-gnulib/import
4818
4819# For Makefile dependencies.
4820GNULIB_STDINT_H=
4821if test x"$STDINT_H" != x; then
4822 GNULIB_STDINT_H=$GNULIB/$STDINT_H
4823fi
4824
4825
4826PACKAGE=gdb
4827
4828cat >>confdefs.h <<_ACEOF
4829#define PACKAGE "$PACKAGE"
4830_ACEOF
4831
4832
4833
4834# We never need to detect it in this sub-configure.
4835# But preserve it for config.status --recheck.
4836
4837
4838
4839MAKEINFO_EXTRA_FLAGS=""
4840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $MAKEINFO supports @click" >&5
4841$as_echo_n "checking whether $MAKEINFO supports @click... " >&6; }
4842if test "${gdb_cv_have_makeinfo_click+set}" = set; then :
4843 $as_echo_n "(cached) " >&6
4844else
4845 echo '@clicksequence{a @click{} b}' >conftest.texinfo
4846 if eval "$MAKEINFO conftest.texinfo >&5 2>&5"; then
4847 gdb_cv_have_makeinfo_click=yes
4848 else
4849 gdb_cv_have_makeinfo_click=no
4850 fi
4851fi
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_makeinfo_click" >&5
4853$as_echo "$gdb_cv_have_makeinfo_click" >&6; }
4854if test x"$gdb_cv_have_makeinfo_click" = xyes; then
4855 MAKEINFO_EXTRA_FLAGS="$MAKEINFO_EXTRA_FLAGS -DHAVE_MAKEINFO_CLICK"
4856fi
4857
4858
4859
4860
4861# Check whether --with-separate-debug-dir was given.
4862if test "${with_separate_debug_dir+set}" = set; then :
4863 withval=$with_separate_debug_dir;
4864 DEBUGDIR=$withval
4865else
4866 DEBUGDIR=${libdir}/debug
4867fi
4868
4869
4870 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4871 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4872 ac_define_dir=`eval echo $DEBUGDIR`
4873 ac_define_dir=`eval echo $ac_define_dir`
4874
4875cat >>confdefs.h <<_ACEOF
4876#define DEBUGDIR "$ac_define_dir"
4877_ACEOF
4878
4879
4880
4881
4882 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
4883 if test "x$prefix" = xNONE; then
4884 test_prefix=/usr/local
4885 else
4886 test_prefix=$prefix
4887 fi
4888 else
4889 test_prefix=$exec_prefix
4890 fi
4891 value=0
4892 case ${ac_define_dir} in
4893 "${test_prefix}"|"${test_prefix}/"*|\
4894 '${exec_prefix}'|'${exec_prefix}/'*)
4895 value=1
4896 ;;
4897 esac
4898
4899cat >>confdefs.h <<_ACEOF
4900#define DEBUGDIR_RELOCATABLE $value
4901_ACEOF
4902
4903
4904
4905
4906# We can't pass paths as command line arguments.
4907# Mingw32 tries to be clever and will convert the paths for us.
4908# For example -DBINDIR="/usr/local/bin" passed on the command line may get
4909# converted to -DBINDIR="E:/msys/mingw32/msys/1.0/local/bin".
4910# This breaks GDB's relocatable path conversions since paths passed in
4911# config.h would not get so translated, the path prefixes no longer match.
4912
4913 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4914 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4915 ac_define_dir=`eval echo $bindir`
4916 ac_define_dir=`eval echo $ac_define_dir`
4917
4918cat >>confdefs.h <<_ACEOF
4919#define BINDIR "$ac_define_dir"
4920_ACEOF
4921
4922
4923
4924# GDB's datadir relocation
4925
4926
4927
4928# Check whether --with-gdb-datadir was given.
4929if test "${with_gdb_datadir+set}" = set; then :
4930 withval=$with_gdb_datadir;
4931 GDB_DATADIR=$withval
4932else
4933 GDB_DATADIR=${datadir}/gdb
4934fi
4935
4936
4937 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4938 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4939 ac_define_dir=`eval echo $GDB_DATADIR`
4940 ac_define_dir=`eval echo $ac_define_dir`
4941
4942cat >>confdefs.h <<_ACEOF
4943#define GDB_DATADIR "$ac_define_dir"
4944_ACEOF
4945
4946
4947
4948
4949 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
4950 if test "x$prefix" = xNONE; then
4951 test_prefix=/usr/local
4952 else
4953 test_prefix=$prefix
4954 fi
4955 else
4956 test_prefix=$exec_prefix
4957 fi
4958 value=0
4959 case ${ac_define_dir} in
4960 "${test_prefix}"|"${test_prefix}/"*|\
4961 '${exec_prefix}'|'${exec_prefix}/'*)
4962 value=1
4963 ;;
4964 esac
4965
4966cat >>confdefs.h <<_ACEOF
4967#define GDB_DATADIR_RELOCATABLE $value
4968_ACEOF
4969
4970
4971
4972
4973
4974# Check whether --with-relocated-sources was given.
4975if test "${with_relocated_sources+set}" = set; then :
4976 withval=$with_relocated_sources; reloc_srcdir="${withval}"
4977
4978 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
4979 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4980 ac_define_dir=`eval echo $reloc_srcdir`
4981 ac_define_dir=`eval echo $ac_define_dir`
4982
4983cat >>confdefs.h <<_ACEOF
4984#define RELOC_SRCDIR "$ac_define_dir"
4985_ACEOF
4986
4987
4988
4989fi
4990
4991
4992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load directory" >&5
4993$as_echo_n "checking for default auto-load directory... " >&6; }
4994
4995# Check whether --with-auto-load-dir was given.
4996if test "${with_auto_load_dir+set}" = set; then :
4997 withval=$with_auto_load_dir;
4998else
4999 with_auto_load_dir='$debugdir:$datadir/auto-load'
5000fi
5001
5002escape_dir=`echo $with_auto_load_dir | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
5003
5004 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5005 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5006 ac_define_dir=`eval echo $escape_dir`
5007 ac_define_dir=`eval echo $ac_define_dir`
5008
5009cat >>confdefs.h <<_ACEOF
5010#define AUTO_LOAD_DIR "$ac_define_dir"
5011_ACEOF
5012
5013
5014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_dir" >&5
5015$as_echo "$with_auto_load_dir" >&6; }
5016
5017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default auto-load safe-path" >&5
5018$as_echo_n "checking for default auto-load safe-path... " >&6; }
5019
5020# Check whether --with-auto-load-safe-path was given.
5021if test "${with_auto_load_safe_path+set}" = set; then :
5022 withval=$with_auto_load_safe_path; if test "$with_auto_load_safe_path" = "no"; then
5023 with_auto_load_safe_path="/"
5024 fi
5025else
5026 with_auto_load_safe_path="$with_auto_load_dir"
5027fi
5028
5029escape_dir=`echo $with_auto_load_safe_path | sed 's/[$]\(datadir\|debugdir\)\>/\\\\\\\\\\\\&/g'`
5030
5031 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5032 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5033 ac_define_dir=`eval echo $escape_dir`
5034 ac_define_dir=`eval echo $ac_define_dir`
5035
5036cat >>confdefs.h <<_ACEOF
5037#define AUTO_LOAD_SAFE_PATH "$ac_define_dir"
5038_ACEOF
5039
5040
5041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_auto_load_safe_path" >&5
5042$as_echo "$with_auto_load_safe_path" >&6; }
5043
5044
5045
5046subdirs="$subdirs testsuite"
5047
5048
5049# Check whether to support alternative target configurations
5050# Check whether --enable-targets was given.
5051if test "${enable_targets+set}" = set; then :
5052 enableval=$enable_targets; case "${enableval}" in
5053 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
5054 ;;
5055 no) enable_targets= ;;
5056 *) enable_targets=$enableval ;;
5057esac
5058fi
5059
5060
5061# Check whether to enable 64-bit support on 32-bit hosts
5062# Check whether --enable-64-bit-bfd was given.
5063if test "${enable_64_bit_bfd+set}" = set; then :
5064 enableval=$enable_64_bit_bfd; case "${enableval}" in
5065 yes) want64=true ;;
5066 no) want64=false ;;
5067 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
5068esac
5069else
5070 want64=false
5071fi
5072
5073# Provide defaults for some variables set by the per-host and per-target
5074# configuration.
5075gdb_host_obs=posix-hdep.o
5076
5077if test "${target}" = "${host}"; then
5078 gdb_native=yes
5079else
5080 gdb_native=no
5081fi
5082
5083. $srcdir/configure.host
5084
5085# Accumulate some settings from configure.tgt over all enabled targets
5086
5087TARGET_OBS=
5088all_targets=
5089HAVE_NATIVE_GCORE_TARGET=
5090
5091for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
5092do
5093 if test "$targ_alias" = "all"; then
5094 all_targets=true
5095 else
5096 # Canonicalize the secondary target names.
5097 result=`$ac_config_sub $targ_alias 2>/dev/null`
5098 if test -n "$result"; then
5099 targ=$result
5100 else
5101 targ=$targ_alias
5102 fi
5103
5104 . ${srcdir}/configure.tgt
5105
5106 if test -z "${gdb_target_obs}"; then :
5107 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
5108fi
5109
5110 # Target-specific object files
5111 for i in ${gdb_target_obs}; do
5112 case " $TARGET_OBS " in
5113 *" ${i} "*) ;;
5114 *)
5115 TARGET_OBS="$TARGET_OBS ${i}"
5116 ;;
5117 esac
5118 done
5119
5120 # Check whether this target needs 64-bit CORE_ADDR
5121 if test x${want64} = xfalse; then
5122 . ${srcdir}/../bfd/config.bfd
5123 fi
5124
5125 # Check whether this target is native and supports gcore.
5126 if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
5127 && $gdb_have_gcore; then
5128 HAVE_NATIVE_GCORE_TARGET=1
5129 fi
5130 fi
5131done
5132
5133if test x${all_targets} = xtrue; then
5134
5135 # We want all 64-bit targets if we either:
5136 # - run on a 64-bit host or
5137 # - already require 64-bit support for some other target or
5138 # - the --enable-64-bit-bfd option was supplied
5139 # Otherwise we only support all 32-bit targets.
5140 #
5141 # NOTE: This test must be in sync with the corresponding
5142 # tests in BFD!
5143
5144 if test x${want64} = xfalse; then
5145 # The cast to long int works around a bug in the HP C Compiler
5146# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5147# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5148# This bug is HP SR number 8606223364.
5149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5150$as_echo_n "checking size of long... " >&6; }
5151if test "${ac_cv_sizeof_long+set}" = set; then :
5152 $as_echo_n "(cached) " >&6
5153else
5154 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5155
5156else
5157 if test "$ac_cv_type_long" = yes; then
5158 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5159$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5160{ as_fn_set_status 77
5161as_fn_error "cannot compute sizeof (long)
5162See \`config.log' for more details." "$LINENO" 5; }; }
5163 else
5164 ac_cv_sizeof_long=0
5165 fi
5166fi
5167
5168fi
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5170$as_echo "$ac_cv_sizeof_long" >&6; }
5171
5172
5173
5174cat >>confdefs.h <<_ACEOF
5175#define SIZEOF_LONG $ac_cv_sizeof_long
5176_ACEOF
5177
5178
5179 if test "x${ac_cv_sizeof_long}" = "x8"; then
5180 want64=true
5181 fi
5182 fi
5183 if test x${want64} = xtrue; then
5184 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
5185 else
5186 TARGET_OBS='$(ALL_TARGET_OBS)'
5187 fi
5188fi
5189
5190
5191
5192
5193# For other settings, only the main target counts.
5194gdb_sim=
5195gdb_osabi=
5196build_gdbserver=
5197targ=$target; . ${srcdir}/configure.tgt
5198
5199# Fetch the default architecture and default target vector from BFD.
5200targ=$target; . $srcdir/../bfd/config.bfd
5201
5202# We only want the first architecture, so strip off the others if
5203# there is more than one.
5204targ_archs=`echo $targ_archs | sed 's/ .*//'`
5205
5206if test "x$targ_archs" != x; then
5207
5208cat >>confdefs.h <<_ACEOF
5209#define DEFAULT_BFD_ARCH $targ_archs
5210_ACEOF
5211
5212fi
5213if test "x$targ_defvec" != x; then
5214
5215cat >>confdefs.h <<_ACEOF
5216#define DEFAULT_BFD_VEC $targ_defvec
5217_ACEOF
5218
5219fi
5220
5221# The CLI cannot be disabled yet, but may be in the future.
5222
5223# Enable CLI.
5224# Check whether --enable-gdbcli was given.
5225if test "${enable_gdbcli+set}" = set; then :
5226 enableval=$enable_gdbcli; case $enableval in
5227 yes)
5228 ;;
5229 no)
5230 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
5231 *)
5232 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
5233 esac
5234else
5235 enable_gdbcli=yes
5236fi
5237
5238if test x"$enable_gdbcli" = xyes; then
5239 if test -d $srcdir/cli; then
5240 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
5241 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
5242 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
5243 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
5244 fi
5245fi
5246
5247# Enable MI.
5248# Check whether --enable-gdbmi was given.
5249if test "${enable_gdbmi+set}" = set; then :
5250 enableval=$enable_gdbmi; case $enableval in
5251 yes | no)
5252 ;;
5253 *)
5254 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
5255 esac
5256else
5257 enable_gdbmi=yes
5258fi
5259
5260if test x"$enable_gdbmi" = xyes; then
5261 if test -d $srcdir/mi; then
5262 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
5263 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
5264 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
5265 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
5266 fi
5267fi
5268
5269# Enable TUI.
5270# Check whether --enable-tui was given.
5271if test "${enable_tui+set}" = set; then :
5272 enableval=$enable_tui; case $enableval in
5273 yes | no | auto)
5274 ;;
5275 *)
5276 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
5277 esac
5278else
5279 enable_tui=auto
5280fi
5281
5282
5283# Enable gdbtk.
5284# Check whether --enable-gdbtk was given.
5285if test "${enable_gdbtk+set}" = set; then :
5286 enableval=$enable_gdbtk; case $enableval in
5287 yes | no)
5288 ;;
5289 *)
5290 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
5291 esac
5292else
5293 if test -d $srcdir/gdbtk; then
5294 enable_gdbtk=yes
5295 else
5296 enable_gdbtk=no
5297 fi
5298fi
5299
5300# We unconditionally disable gdbtk tests on selected platforms.
5301case $host_os in
5302 go32* | windows*)
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
5304$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
5305 enable_gdbtk=no ;;
5306esac
5307
5308# Libunwind support for ia64.
5309
5310
5311# Check whether --with-libunwind-ia64 was given.
5312if test "${with_libunwind_ia64+set}" = set; then :
5313 withval=$with_libunwind_ia64;
5314else
5315 with_libunwind_ia64=auto
5316fi
5317
5318
5319# Backward compatibility option.
5320if test "${with_libunwind+set}" = set; then
5321 if test x"$with_libunwind_ia64" != xauto; then
5322 as_fn_error "option --with-libunwind is deprecated, use --with-libunwind-ia64" "$LINENO" 5
5323 fi
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&5
5325$as_echo "$as_me: WARNING: option --with-libunwind is deprecated, use --with-libunwind-ia64" >&2;}
5326 with_libunwind_ia64="$with_libunwind"
5327fi
5328
5329case "$with_libunwind_ia64" in
5330 yes | no)
5331 ;;
5332 auto)
5333 for ac_header in libunwind-ia64.h
5334do :
5335 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5336if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
5337 cat >>confdefs.h <<_ACEOF
5338#define HAVE_LIBUNWIND_IA64_H 1
5339_ACEOF
5340
5341fi
5342
5343done
5344
5345 with_libunwind_ia64=$ac_cv_header_libunwind_ia64_h
5346 ;;
5347 *)
5348 as_fn_error "bad value $with_libunwind_ia64 for GDB --with-libunwind-ia64 option" "$LINENO" 5
5349 ;;
5350esac
5351
5352if test x"$with_libunwind_ia64" = xyes; then
5353 for ac_header in libunwind-ia64.h
5354do :
5355 ac_fn_c_check_header_mongrel "$LINENO" "libunwind-ia64.h" "ac_cv_header_libunwind_ia64_h" "$ac_includes_default"
5356if test "x$ac_cv_header_libunwind_ia64_h" = x""yes; then :
5357 cat >>confdefs.h <<_ACEOF
5358#define HAVE_LIBUNWIND_IA64_H 1
5359_ACEOF
5360
5361fi
5362
5363done
5364
5365 if test x"$ac_cv_header_libunwind_ia64_h" != xyes; then
5366 as_fn_error "GDB option --with-libunwind-ia64 requires libunwind-ia64.h" "$LINENO" 5
5367 fi
5368 CONFIG_OBS="$CONFIG_OBS ia64-libunwind-tdep.o"
5369 CONFIG_DEPS="$CONFIG_DEPS ia64-libunwind-tdep.o"
5370 CONFIG_SRCS="$CONFIG_SRCS ia64-libunwind-tdep.c"
5371fi
5372
5373opt_curses=no
5374
5375# Check whether --with-curses was given.
5376if test "${with_curses+set}" = set; then :
5377 withval=$with_curses; opt_curses=$withval
5378fi
5379
5380
5381prefer_curses=no
5382if test "$opt_curses" = "yes"; then
5383 prefer_curses=yes
5384fi
5385
5386# Profiling support.
5387# Check whether --enable-profiling was given.
5388if test "${enable_profiling+set}" = set; then :
5389 enableval=$enable_profiling; case $enableval in
5390 yes | no)
5391 ;;
5392 *)
5393 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
5394 esac
5395else
5396 enable_profiling=no
5397fi
5398
5399
5400for ac_func in monstartup _mcleanup
5401do :
5402 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5403ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5404eval as_val=\$$as_ac_var
5405 if test "x$as_val" = x""yes; then :
5406 cat >>confdefs.h <<_ACEOF
5407#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5408_ACEOF
5409
5410fi
5411done
5412
5413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
5414$as_echo_n "checking for _etext... " >&6; }
5415if test "${ac_cv_var__etext+set}" = set; then :
5416 $as_echo_n "(cached) " >&6
5417else
5418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5419/* end confdefs.h. */
5420#include <stdlib.h>
5421extern char _etext;
5422
5423int
5424main ()
5425{
5426free (&_etext);
5427 ;
5428 return 0;
5429}
5430_ACEOF
5431if ac_fn_c_try_link "$LINENO"; then :
5432 ac_cv_var__etext=yes
5433else
5434 ac_cv_var__etext=no
5435fi
5436rm -f core conftest.err conftest.$ac_objext \
5437 conftest$ac_exeext conftest.$ac_ext
5438fi
5439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
5440$as_echo "$ac_cv_var__etext" >&6; }
5441if test $ac_cv_var__etext = yes; then
5442
5443$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
5444
5445fi
5446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
5447$as_echo_n "checking for etext... " >&6; }
5448if test "${ac_cv_var_etext+set}" = set; then :
5449 $as_echo_n "(cached) " >&6
5450else
5451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452/* end confdefs.h. */
5453#include <stdlib.h>
5454extern char etext;
5455
5456int
5457main ()
5458{
5459free (&etext);
5460 ;
5461 return 0;
5462}
5463_ACEOF
5464if ac_fn_c_try_link "$LINENO"; then :
5465 ac_cv_var_etext=yes
5466else
5467 ac_cv_var_etext=no
5468fi
5469rm -f core conftest.err conftest.$ac_objext \
5470 conftest$ac_exeext conftest.$ac_ext
5471fi
5472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
5473$as_echo "$ac_cv_var_etext" >&6; }
5474if test $ac_cv_var_etext = yes; then
5475
5476$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
5477
5478fi
5479if test "$enable_profiling" = yes ; then
5480 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
5481 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
5482 fi
5483 PROFILE_CFLAGS=-pg
5484 OLD_CFLAGS="$CFLAGS"
5485 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
5486
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
5488$as_echo_n "checking whether $CC supports -pg... " >&6; }
5489if test "${ac_cv_cc_supports_pg+set}" = set; then :
5490 $as_echo_n "(cached) " >&6
5491else
5492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5493/* end confdefs.h. */
5494
5495int
5496main ()
5497{
5498int x;
5499 ;
5500 return 0;
5501}
5502_ACEOF
5503if ac_fn_c_try_compile "$LINENO"; then :
5504 ac_cv_cc_supports_pg=yes
5505else
5506 ac_cv_cc_supports_pg=no
5507fi
5508rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5509fi
5510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
5511$as_echo "$ac_cv_cc_supports_pg" >&6; }
5512
5513 if test $ac_cv_cc_supports_pg = no; then
5514 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
5515 fi
5516
5517 CFLAGS="$OLD_CFLAGS"
5518fi
5519
5520
5521
5522# Check whether --with-pkgversion was given.
5523if test "${with_pkgversion+set}" = set; then :
5524 withval=$with_pkgversion; case "$withval" in
5525 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
5526 no) PKGVERSION= ;;
5527 *) PKGVERSION="($withval) " ;;
5528 esac
5529else
5530 PKGVERSION="(GDB) "
5531
5532fi
5533
5534
5535
5536
5537
5538# Check whether --with-bugurl was given.
5539if test "${with_bugurl+set}" = set; then :
5540 withval=$with_bugurl; case "$withval" in
5541 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
5542 no) BUGURL=
5543 ;;
5544 *) BUGURL="$withval"
5545 ;;
5546 esac
5547else
5548 BUGURL="http://www.gnu.org/software/gdb/bugs/"
5549
5550fi
5551
5552 case ${BUGURL} in
5553 "")
5554 REPORT_BUGS_TO=
5555 REPORT_BUGS_TEXI=
5556 ;;
5557 *)
5558 REPORT_BUGS_TO="<$BUGURL>"
5559 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
5560 ;;
5561 esac;
5562
5563
5564
5565
5566cat >>confdefs.h <<_ACEOF
5567#define PKGVERSION "$PKGVERSION"
5568_ACEOF
5569
5570
5571cat >>confdefs.h <<_ACEOF
5572#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
5573_ACEOF
5574
5575
5576# --------------------- #
5577# Checks for programs. #
5578# --------------------- #
5579
5580for ac_prog in gawk mawk nawk awk
5581do
5582 # Extract the first word of "$ac_prog", so it can be a program name with args.
5583set dummy $ac_prog; ac_word=$2
5584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5585$as_echo_n "checking for $ac_word... " >&6; }
5586if test "${ac_cv_prog_AWK+set}" = set; then :
5587 $as_echo_n "(cached) " >&6
5588else
5589 if test -n "$AWK"; then
5590 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5591else
5592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5593for as_dir in $PATH
5594do
5595 IFS=$as_save_IFS
5596 test -z "$as_dir" && as_dir=.
5597 for ac_exec_ext in '' $ac_executable_extensions; do
5598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5599 ac_cv_prog_AWK="$ac_prog"
5600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5601 break 2
5602 fi
5603done
5604 done
5605IFS=$as_save_IFS
5606
5607fi
5608fi
5609AWK=$ac_cv_prog_AWK
5610if test -n "$AWK"; then
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5612$as_echo "$AWK" >&6; }
5613else
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5615$as_echo "no" >&6; }
5616fi
5617
5618
5619 test -n "$AWK" && break
5620done
5621
5622# Find a good install program. We prefer a C program (faster),
5623# so one script is as good as another. But avoid the broken or
5624# incompatible versions:
5625# SysV /etc/install, /usr/sbin/install
5626# SunOS /usr/etc/install
5627# IRIX /sbin/install
5628# AIX /bin/install
5629# AmigaOS /C/install, which installs bootblocks on floppy discs
5630# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5631# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5632# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5633# OS/2's system install, which has a completely different semantic
5634# ./install, which can be erroneously created by make from ./install.sh.
5635# Reject install programs that cannot install multiple files.
5636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5637$as_echo_n "checking for a BSD-compatible install... " >&6; }
5638if test -z "$INSTALL"; then
5639if test "${ac_cv_path_install+set}" = set; then :
5640 $as_echo_n "(cached) " >&6
5641else
5642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643for as_dir in $PATH
5644do
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
5647 # Account for people who put trailing slashes in PATH elements.
5648case $as_dir/ in #((
5649 ./ | .// | /[cC]/* | \
5650 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5651 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5652 /usr/ucb/* ) ;;
5653 *)
5654 # OSF1 and SCO ODT 3.0 have their own names for install.
5655 # Don't use installbsd from OSF since it installs stuff as root
5656 # by default.
5657 for ac_prog in ginstall scoinst install; do
5658 for ac_exec_ext in '' $ac_executable_extensions; do
5659 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5660 if test $ac_prog = install &&
5661 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5662 # AIX install. It has an incompatible calling convention.
5663 :
5664 elif test $ac_prog = install &&
5665 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5666 # program-specific install script used by HP pwplus--don't use.
5667 :
5668 else
5669 rm -rf conftest.one conftest.two conftest.dir
5670 echo one > conftest.one
5671 echo two > conftest.two
5672 mkdir conftest.dir
5673 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5674 test -s conftest.one && test -s conftest.two &&
5675 test -s conftest.dir/conftest.one &&
5676 test -s conftest.dir/conftest.two
5677 then
5678 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5679 break 3
5680 fi
5681 fi
5682 fi
5683 done
5684 done
5685 ;;
5686esac
5687
5688 done
5689IFS=$as_save_IFS
5690
5691rm -rf conftest.one conftest.two conftest.dir
5692
5693fi
5694 if test "${ac_cv_path_install+set}" = set; then
5695 INSTALL=$ac_cv_path_install
5696 else
5697 # As a last resort, use the slow shell script. Don't cache a
5698 # value for INSTALL within a source directory, because that will
5699 # break other packages using the cache if that directory is
5700 # removed, or if the value is a relative name.
5701 INSTALL=$ac_install_sh
5702 fi
5703fi
5704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5705$as_echo "$INSTALL" >&6; }
5706
5707# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5708# It thinks the first close brace ends the variable substitution.
5709test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5710
5711test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5712
5713test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5714
5715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5716$as_echo_n "checking whether ln -s works... " >&6; }
5717LN_S=$as_ln_s
5718if test "$LN_S" = "ln -s"; then
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5720$as_echo "yes" >&6; }
5721else
5722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5723$as_echo "no, using $LN_S" >&6; }
5724fi
5725
5726if test -n "$ac_tool_prefix"; then
5727 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5728set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5730$as_echo_n "checking for $ac_word... " >&6; }
5731if test "${ac_cv_prog_RANLIB+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
5733else
5734 if test -n "$RANLIB"; then
5735 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5736else
5737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5738for as_dir in $PATH
5739do
5740 IFS=$as_save_IFS
5741 test -z "$as_dir" && as_dir=.
5742 for ac_exec_ext in '' $ac_executable_extensions; do
5743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5744 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5746 break 2
5747 fi
5748done
5749 done
5750IFS=$as_save_IFS
5751
5752fi
5753fi
5754RANLIB=$ac_cv_prog_RANLIB
5755if test -n "$RANLIB"; then
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5757$as_echo "$RANLIB" >&6; }
5758else
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5760$as_echo "no" >&6; }
5761fi
5762
5763
5764fi
5765if test -z "$ac_cv_prog_RANLIB"; then
5766 ac_ct_RANLIB=$RANLIB
5767 # Extract the first word of "ranlib", so it can be a program name with args.
5768set dummy ranlib; ac_word=$2
5769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5770$as_echo_n "checking for $ac_word... " >&6; }
5771if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5772 $as_echo_n "(cached) " >&6
5773else
5774 if test -n "$ac_ct_RANLIB"; then
5775 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5776else
5777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5778for as_dir in $PATH
5779do
5780 IFS=$as_save_IFS
5781 test -z "$as_dir" && as_dir=.
5782 for ac_exec_ext in '' $ac_executable_extensions; do
5783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5784 ac_cv_prog_ac_ct_RANLIB="ranlib"
5785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5786 break 2
5787 fi
5788done
5789 done
5790IFS=$as_save_IFS
5791
5792fi
5793fi
5794ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5795if test -n "$ac_ct_RANLIB"; then
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5797$as_echo "$ac_ct_RANLIB" >&6; }
5798else
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5800$as_echo "no" >&6; }
5801fi
5802
5803 if test "x$ac_ct_RANLIB" = x; then
5804 RANLIB=":"
5805 else
5806 case $cross_compiling:$ac_tool_warned in
5807yes:)
5808{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5809$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5810ac_tool_warned=yes ;;
5811esac
5812 RANLIB=$ac_ct_RANLIB
5813 fi
5814else
5815 RANLIB="$ac_cv_prog_RANLIB"
5816fi
5817
5818for ac_prog in 'bison -y' byacc
5819do
5820 # Extract the first word of "$ac_prog", so it can be a program name with args.
5821set dummy $ac_prog; ac_word=$2
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823$as_echo_n "checking for $ac_word... " >&6; }
5824if test "${ac_cv_prog_YACC+set}" = set; then :
5825 $as_echo_n "(cached) " >&6
5826else
5827 if test -n "$YACC"; then
5828 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5829else
5830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831for as_dir in $PATH
5832do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5837 ac_cv_prog_YACC="$ac_prog"
5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2
5840 fi
5841done
5842 done
5843IFS=$as_save_IFS
5844
5845fi
5846fi
5847YACC=$ac_cv_prog_YACC
5848if test -n "$YACC"; then
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
5850$as_echo "$YACC" >&6; }
5851else
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853$as_echo "no" >&6; }
5854fi
5855
5856
5857 test -n "$YACC" && break
5858done
5859test -n "$YACC" || YACC="yacc"
5860
5861
5862if test -n "$ac_tool_prefix"; then
5863 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5864set dummy ${ac_tool_prefix}ar; ac_word=$2
5865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5866$as_echo_n "checking for $ac_word... " >&6; }
5867if test "${ac_cv_prog_AR+set}" = set; then :
5868 $as_echo_n "(cached) " >&6
5869else
5870 if test -n "$AR"; then
5871 ac_cv_prog_AR="$AR" # Let the user override the test.
5872else
5873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5874for as_dir in $PATH
5875do
5876 IFS=$as_save_IFS
5877 test -z "$as_dir" && as_dir=.
5878 for ac_exec_ext in '' $ac_executable_extensions; do
5879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5880 ac_cv_prog_AR="${ac_tool_prefix}ar"
5881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5882 break 2
5883 fi
5884done
5885 done
5886IFS=$as_save_IFS
5887
5888fi
5889fi
5890AR=$ac_cv_prog_AR
5891if test -n "$AR"; then
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5893$as_echo "$AR" >&6; }
5894else
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5896$as_echo "no" >&6; }
5897fi
5898
5899
5900fi
5901if test -z "$ac_cv_prog_AR"; then
5902 ac_ct_AR=$AR
5903 # Extract the first word of "ar", so it can be a program name with args.
5904set dummy ar; ac_word=$2
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5906$as_echo_n "checking for $ac_word... " >&6; }
5907if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5908 $as_echo_n "(cached) " >&6
5909else
5910 if test -n "$ac_ct_AR"; then
5911 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5912else
5913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914for as_dir in $PATH
5915do
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
5919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5920 ac_cv_prog_ac_ct_AR="ar"
5921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5923 fi
5924done
5925 done
5926IFS=$as_save_IFS
5927
5928fi
5929fi
5930ac_ct_AR=$ac_cv_prog_ac_ct_AR
5931if test -n "$ac_ct_AR"; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5933$as_echo "$ac_ct_AR" >&6; }
5934else
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936$as_echo "no" >&6; }
5937fi
5938
5939 if test "x$ac_ct_AR" = x; then
5940 AR=""
5941 else
5942 case $cross_compiling:$ac_tool_warned in
5943yes:)
5944{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5945$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5946ac_tool_warned=yes ;;
5947esac
5948 AR=$ac_ct_AR
5949 fi
5950else
5951 AR="$ac_cv_prog_AR"
5952fi
5953
5954if test -n "$ac_tool_prefix"; then
5955 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5956set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5958$as_echo_n "checking for $ac_word... " >&6; }
5959if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5960 $as_echo_n "(cached) " >&6
5961else
5962 if test -n "$DLLTOOL"; then
5963 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5964else
5965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5966for as_dir in $PATH
5967do
5968 IFS=$as_save_IFS
5969 test -z "$as_dir" && as_dir=.
5970 for ac_exec_ext in '' $ac_executable_extensions; do
5971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5972 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5974 break 2
5975 fi
5976done
5977 done
5978IFS=$as_save_IFS
5979
5980fi
5981fi
5982DLLTOOL=$ac_cv_prog_DLLTOOL
5983if test -n "$DLLTOOL"; then
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5985$as_echo "$DLLTOOL" >&6; }
5986else
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5988$as_echo "no" >&6; }
5989fi
5990
5991
5992fi
5993if test -z "$ac_cv_prog_DLLTOOL"; then
5994 ac_ct_DLLTOOL=$DLLTOOL
5995 # Extract the first word of "dlltool", so it can be a program name with args.
5996set dummy dlltool; ac_word=$2
5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998$as_echo_n "checking for $ac_word... " >&6; }
5999if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6000 $as_echo_n "(cached) " >&6
6001else
6002 if test -n "$ac_ct_DLLTOOL"; then
6003 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6004else
6005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006for as_dir in $PATH
6007do
6008 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6010 for ac_exec_ext in '' $ac_executable_extensions; do
6011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6012 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 break 2
6015 fi
6016done
6017 done
6018IFS=$as_save_IFS
6019
6020fi
6021fi
6022ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6023if test -n "$ac_ct_DLLTOOL"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6025$as_echo "$ac_ct_DLLTOOL" >&6; }
6026else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028$as_echo "no" >&6; }
6029fi
6030
6031 if test "x$ac_ct_DLLTOOL" = x; then
6032 DLLTOOL=""
6033 else
6034 case $cross_compiling:$ac_tool_warned in
6035yes:)
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6037$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6038ac_tool_warned=yes ;;
6039esac
6040 DLLTOOL=$ac_ct_DLLTOOL
6041 fi
6042else
6043 DLLTOOL="$ac_cv_prog_DLLTOOL"
6044fi
6045
6046if test -n "$ac_tool_prefix"; then
6047 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6048set dummy ${ac_tool_prefix}windres; ac_word=$2
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6050$as_echo_n "checking for $ac_word... " >&6; }
6051if test "${ac_cv_prog_WINDRES+set}" = set; then :
6052 $as_echo_n "(cached) " >&6
6053else
6054 if test -n "$WINDRES"; then
6055 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6056else
6057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6058for as_dir in $PATH
6059do
6060 IFS=$as_save_IFS
6061 test -z "$as_dir" && as_dir=.
6062 for ac_exec_ext in '' $ac_executable_extensions; do
6063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6064 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6066 break 2
6067 fi
6068done
6069 done
6070IFS=$as_save_IFS
6071
6072fi
6073fi
6074WINDRES=$ac_cv_prog_WINDRES
6075if test -n "$WINDRES"; then
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
6077$as_echo "$WINDRES" >&6; }
6078else
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6080$as_echo "no" >&6; }
6081fi
6082
6083
6084fi
6085if test -z "$ac_cv_prog_WINDRES"; then
6086 ac_ct_WINDRES=$WINDRES
6087 # Extract the first word of "windres", so it can be a program name with args.
6088set dummy windres; ac_word=$2
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
6091if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
6092 $as_echo_n "(cached) " >&6
6093else
6094 if test -n "$ac_ct_WINDRES"; then
6095 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
6103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6104 ac_cv_prog_ac_ct_WINDRES="windres"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108done
6109 done
6110IFS=$as_save_IFS
6111
6112fi
6113fi
6114ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6115if test -n "$ac_ct_WINDRES"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
6117$as_echo "$ac_ct_WINDRES" >&6; }
6118else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
6121fi
6122
6123 if test "x$ac_ct_WINDRES" = x; then
6124 WINDRES=""
6125 else
6126 case $cross_compiling:$ac_tool_warned in
6127yes:)
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6129$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6130ac_tool_warned=yes ;;
6131esac
6132 WINDRES=$ac_ct_WINDRES
6133 fi
6134else
6135 WINDRES="$ac_cv_prog_WINDRES"
6136fi
6137
6138
6139# Needed for GNU/Hurd.
6140if test -n "$ac_tool_prefix"; then
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
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
6147else
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=.
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
6158 ac_cv_prog_MIG="${ac_tool_prefix}mig"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168MIG=$ac_cv_prog_MIG
6169if test -n "$MIG"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
6171$as_echo "$MIG" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177
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
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
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=.
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
6198 ac_cv_prog_ac_ct_MIG="mig"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
6209if test -n "$ac_ct_MIG"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
6211$as_echo "$ac_ct_MIG" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
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
6228else
6229 MIG="$ac_cv_prog_MIG"
6230fi
6231
6232
6233# ---------------------- #
6234# Checks for libraries. #
6235# ---------------------- #
6236
6237# We might need to link with -lm; most simulators need it.
6238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
6239$as_echo_n "checking for main in -lm... " >&6; }
6240if test "${ac_cv_lib_m_main+set}" = set; then :
6241 $as_echo_n "(cached) " >&6
6242else
6243 ac_check_lib_save_LIBS=$LIBS
6244LIBS="-lm $LIBS"
6245cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6246/* end confdefs.h. */
6247
6248
6249int
6250main ()
6251{
6252return main ();
6253 ;
6254 return 0;
6255}
6256_ACEOF
6257if ac_fn_c_try_link "$LINENO"; then :
6258 ac_cv_lib_m_main=yes
6259else
6260 ac_cv_lib_m_main=no
6261fi
6262rm -f core conftest.err conftest.$ac_objext \
6263 conftest$ac_exeext conftest.$ac_ext
6264LIBS=$ac_check_lib_save_LIBS
6265fi
6266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
6267$as_echo "$ac_cv_lib_m_main" >&6; }
6268if test "x$ac_cv_lib_m_main" = x""yes; then :
6269 cat >>confdefs.h <<_ACEOF
6270#define HAVE_LIBM 1
6271_ACEOF
6272
6273 LIBS="-lm $LIBS"
6274
6275fi
6276
6277
6278# We need to link with -lw to get `wctype' on Solaris before Solaris
6279# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
6280# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
6281# is known to have this problem). Therefore we avoid libw if we can.
6282ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
6283if test "x$ac_cv_func_wctype" = x""yes; then :
6284
6285else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
6287$as_echo_n "checking for wctype in -lw... " >&6; }
6288if test "${ac_cv_lib_w_wctype+set}" = set; then :
6289 $as_echo_n "(cached) " >&6
6290else
6291 ac_check_lib_save_LIBS=$LIBS
6292LIBS="-lw $LIBS"
6293cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6294/* end confdefs.h. */
6295
6296/* Override any GCC internal prototype to avoid an error.
6297 Use char because int might match the return type of a GCC
6298 builtin and then its argument prototype would still apply. */
6299#ifdef __cplusplus
6300extern "C"
6301#endif
6302char wctype ();
6303int
6304main ()
6305{
6306return wctype ();
6307 ;
6308 return 0;
6309}
6310_ACEOF
6311if ac_fn_c_try_link "$LINENO"; then :
6312 ac_cv_lib_w_wctype=yes
6313else
6314 ac_cv_lib_w_wctype=no
6315fi
6316rm -f core conftest.err conftest.$ac_objext \
6317 conftest$ac_exeext conftest.$ac_ext
6318LIBS=$ac_check_lib_save_LIBS
6319fi
6320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
6321$as_echo "$ac_cv_lib_w_wctype" >&6; }
6322if test "x$ac_cv_lib_w_wctype" = x""yes; then :
6323 cat >>confdefs.h <<_ACEOF
6324#define HAVE_LIBW 1
6325_ACEOF
6326
6327 LIBS="-lw $LIBS"
6328
6329fi
6330
6331fi
6332
6333
6334# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
6335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
6336$as_echo_n "checking for library containing gethostbyname... " >&6; }
6337if test "${ac_cv_search_gethostbyname+set}" = set; then :
6338 $as_echo_n "(cached) " >&6
6339else
6340 ac_func_search_save_LIBS=$LIBS
6341cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6342/* end confdefs.h. */
6343
6344/* Override any GCC internal prototype to avoid an error.
6345 Use char because int might match the return type of a GCC
6346 builtin and then its argument prototype would still apply. */
6347#ifdef __cplusplus
6348extern "C"
6349#endif
6350char gethostbyname ();
6351int
6352main ()
6353{
6354return gethostbyname ();
6355 ;
6356 return 0;
6357}
6358_ACEOF
6359for ac_lib in '' nsl; do
6360 if test -z "$ac_lib"; then
6361 ac_res="none required"
6362 else
6363 ac_res=-l$ac_lib
6364 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6365 fi
6366 if ac_fn_c_try_link "$LINENO"; then :
6367 ac_cv_search_gethostbyname=$ac_res
6368fi
6369rm -f core conftest.err conftest.$ac_objext \
6370 conftest$ac_exeext
6371 if test "${ac_cv_search_gethostbyname+set}" = set; then :
6372 break
6373fi
6374done
6375if test "${ac_cv_search_gethostbyname+set}" = set; then :
6376
6377else
6378 ac_cv_search_gethostbyname=no
6379fi
6380rm conftest.$ac_ext
6381LIBS=$ac_func_search_save_LIBS
6382fi
6383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
6384$as_echo "$ac_cv_search_gethostbyname" >&6; }
6385ac_res=$ac_cv_search_gethostbyname
6386if test "$ac_res" != no; then :
6387 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6388
6389fi
6390
6391
6392# Some systems (e.g. Solaris) have `socketpair' in libsocket.
6393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
6394$as_echo_n "checking for library containing socketpair... " >&6; }
6395if test "${ac_cv_search_socketpair+set}" = set; then :
6396 $as_echo_n "(cached) " >&6
6397else
6398 ac_func_search_save_LIBS=$LIBS
6399cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6400/* end confdefs.h. */
6401
6402/* Override any GCC internal prototype to avoid an error.
6403 Use char because int might match the return type of a GCC
6404 builtin and then its argument prototype would still apply. */
6405#ifdef __cplusplus
6406extern "C"
6407#endif
6408char socketpair ();
6409int
6410main ()
6411{
6412return socketpair ();
6413 ;
6414 return 0;
6415}
6416_ACEOF
6417for ac_lib in '' socket; do
6418 if test -z "$ac_lib"; then
6419 ac_res="none required"
6420 else
6421 ac_res=-l$ac_lib
6422 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6423 fi
6424 if ac_fn_c_try_link "$LINENO"; then :
6425 ac_cv_search_socketpair=$ac_res
6426fi
6427rm -f core conftest.err conftest.$ac_objext \
6428 conftest$ac_exeext
6429 if test "${ac_cv_search_socketpair+set}" = set; then :
6430 break
6431fi
6432done
6433if test "${ac_cv_search_socketpair+set}" = set; then :
6434
6435else
6436 ac_cv_search_socketpair=no
6437fi
6438rm conftest.$ac_ext
6439LIBS=$ac_func_search_save_LIBS
6440fi
6441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
6442$as_echo "$ac_cv_search_socketpair" >&6; }
6443ac_res=$ac_cv_search_socketpair
6444if test "$ac_res" != no; then :
6445 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6446
6447fi
6448
6449
6450# Link in zlib if we can. This allows us to read compressed debug sections.
6451
6452 # See if the user specified whether he wants zlib support or not.
6453
6454# Check whether --with-zlib was given.
6455if test "${with_zlib+set}" = set; then :
6456 withval=$with_zlib;
6457else
6458 with_zlib=auto
6459fi
6460
6461
6462 if test "$with_zlib" != "no"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
6464$as_echo_n "checking for library containing zlibVersion... " >&6; }
6465if test "${ac_cv_search_zlibVersion+set}" = set; then :
6466 $as_echo_n "(cached) " >&6
6467else
6468 ac_func_search_save_LIBS=$LIBS
6469cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6470/* end confdefs.h. */
6471
6472/* Override any GCC internal prototype to avoid an error.
6473 Use char because int might match the return type of a GCC
6474 builtin and then its argument prototype would still apply. */
6475#ifdef __cplusplus
6476extern "C"
6477#endif
6478char zlibVersion ();
6479int
6480main ()
6481{
6482return zlibVersion ();
6483 ;
6484 return 0;
6485}
6486_ACEOF
6487for ac_lib in '' z; do
6488 if test -z "$ac_lib"; then
6489 ac_res="none required"
6490 else
6491 ac_res=-l$ac_lib
6492 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6493 fi
6494 if ac_fn_c_try_link "$LINENO"; then :
6495 ac_cv_search_zlibVersion=$ac_res
6496fi
6497rm -f core conftest.err conftest.$ac_objext \
6498 conftest$ac_exeext
6499 if test "${ac_cv_search_zlibVersion+set}" = set; then :
6500 break
6501fi
6502done
6503if test "${ac_cv_search_zlibVersion+set}" = set; then :
6504
6505else
6506 ac_cv_search_zlibVersion=no
6507fi
6508rm conftest.$ac_ext
6509LIBS=$ac_func_search_save_LIBS
6510fi
6511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
6512$as_echo "$ac_cv_search_zlibVersion" >&6; }
6513ac_res=$ac_cv_search_zlibVersion
6514if test "$ac_res" != no; then :
6515 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6516 for ac_header in zlib.h
6517do :
6518 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
6519if test "x$ac_cv_header_zlib_h" = x""yes; then :
6520 cat >>confdefs.h <<_ACEOF
6521#define HAVE_ZLIB_H 1
6522_ACEOF
6523
6524fi
6525
6526done
6527
6528fi
6529
6530 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
6531 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
6532 fi
6533 fi
6534
6535
6536# On HP/UX we may need libxpdl for dlgetmodinfo (used by solib-pa64.c).
6537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlgetmodinfo" >&5
6538$as_echo_n "checking for library containing dlgetmodinfo... " >&6; }
6539if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
6540 $as_echo_n "(cached) " >&6
6541else
6542 ac_func_search_save_LIBS=$LIBS
6543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544/* end confdefs.h. */
6545
6546/* Override any GCC internal prototype to avoid an error.
6547 Use char because int might match the return type of a GCC
6548 builtin and then its argument prototype would still apply. */
6549#ifdef __cplusplus
6550extern "C"
6551#endif
6552char dlgetmodinfo ();
6553int
6554main ()
6555{
6556return dlgetmodinfo ();
6557 ;
6558 return 0;
6559}
6560_ACEOF
6561for ac_lib in '' dl xpdl; do
6562 if test -z "$ac_lib"; then
6563 ac_res="none required"
6564 else
6565 ac_res=-l$ac_lib
6566 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6567 fi
6568 if ac_fn_c_try_link "$LINENO"; then :
6569 ac_cv_search_dlgetmodinfo=$ac_res
6570fi
6571rm -f core conftest.err conftest.$ac_objext \
6572 conftest$ac_exeext
6573 if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
6574 break
6575fi
6576done
6577if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
6578
6579else
6580 ac_cv_search_dlgetmodinfo=no
6581fi
6582rm conftest.$ac_ext
6583LIBS=$ac_func_search_save_LIBS
6584fi
6585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlgetmodinfo" >&5
6586$as_echo "$ac_cv_search_dlgetmodinfo" >&6; }
6587ac_res=$ac_cv_search_dlgetmodinfo
6588if test "$ac_res" != no; then :
6589 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6590
6591fi
6592
6593
6594
6595
6596
6597# Check whether --with-libiconv-prefix was given.
6598if test "${with_libiconv_prefix+set}" = set; then :
6599 withval=$with_libiconv_prefix;
6600 for dir in `echo "$withval" | tr : ' '`; do
6601 if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi
6602 if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi
6603 done
6604
6605fi
6606
6607
6608 BUILD_LIBICONV_LIBDIRS="../libiconv/lib/.libs ../libiconv/lib/_libs"
6609 BUILD_LIBICONV_INCLUDE="-I../libiconv/include"
6610
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
6612$as_echo_n "checking for iconv... " >&6; }
6613if test "${am_cv_func_iconv+set}" = set; then :
6614 $as_echo_n "(cached) " >&6
6615else
6616
6617 am_cv_func_iconv="no, consider installing GNU libiconv"
6618 am_cv_lib_iconv=no
6619 am_cv_use_build_libiconv=no
6620 am_cv_build_libiconv_path=
6621
6622 # If libiconv is part of the build tree, then try using it over
6623 # any system iconv.
6624 if test -d ../libiconv; then
6625 for lib_dir in $BUILD_LIBICONV_LIBDIRS; do
6626 am_save_LIBS="$LIBS"
6627 am_save_CPPFLAGS="$CPPFLAGS"
6628 LIBS="$LIBS $lib_dir/libiconv.a"
6629 CPPFLAGS="$CPPFLAGS $BUILD_LIBICONV_INCLUDE"
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631/* end confdefs.h. */
6632#include <stdlib.h>
6633#include <iconv.h>
6634int
6635main ()
6636{
6637iconv_t cd = iconv_open("","");
6638 iconv(cd,NULL,NULL,NULL,NULL);
6639 iconv_close(cd);
6640 ;
6641 return 0;
6642}
6643_ACEOF
6644if ac_fn_c_try_link "$LINENO"; then :
6645 am_cv_use_build_libiconv=yes
6646 am_cv_build_libiconv_path=$lib_dir/libiconv.a
6647 am_cv_lib_iconv=yes
6648 am_cv_func_iconv=yes
6649fi
6650rm -f core conftest.err conftest.$ac_objext \
6651 conftest$ac_exeext conftest.$ac_ext
6652 LIBS="$am_save_LIBS"
6653 CPPFLAGS="$am_save_CPPFLAGS"
6654 if test "$am_cv_use_build_libiconv" = "yes"; then
6655 break
6656 fi
6657 done
6658 fi
6659
6660 # Next, try to find iconv in libc.
6661 if test "$am_cv_func_iconv" != yes; then
6662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6663/* end confdefs.h. */
6664#include <stdlib.h>
6665#include <iconv.h>
6666int
6667main ()
6668{
6669iconv_t cd = iconv_open("","");
6670 iconv(cd,NULL,NULL,NULL,NULL);
6671 iconv_close(cd);
6672 ;
6673 return 0;
6674}
6675_ACEOF
6676if ac_fn_c_try_link "$LINENO"; then :
6677 am_cv_func_iconv=yes
6678fi
6679rm -f core conftest.err conftest.$ac_objext \
6680 conftest$ac_exeext conftest.$ac_ext
6681 fi
6682
6683 # If iconv was not in libc, try -liconv. In this case, arrange to
6684 # look in the libiconv prefix, if it was specified by the user.
6685 if test "$am_cv_func_iconv" != yes; then
6686 am_save_CPPFLAGS="$CPPFLAGS"
6687 am_save_LIBS="$LIBS"
6688 if test -n "$LIBICONV_INCLUDE"; then
6689 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
6690 LIBS="$LIBS $LIBICONV_LIBDIR"
6691 fi
6692 LIBS="$LIBS -liconv"
6693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6694/* end confdefs.h. */
6695#include <stdlib.h>
6696#include <iconv.h>
6697int
6698main ()
6699{
6700iconv_t cd = iconv_open("","");
6701 iconv(cd,NULL,NULL,NULL,NULL);
6702 iconv_close(cd);
6703 ;
6704 return 0;
6705}
6706_ACEOF
6707if ac_fn_c_try_link "$LINENO"; then :
6708 am_cv_lib_iconv=yes
6709 am_cv_func_iconv=yes
6710fi
6711rm -f core conftest.err conftest.$ac_objext \
6712 conftest$ac_exeext conftest.$ac_ext
6713 LIBS="$am_save_LIBS"
6714 CPPFLAGS="$am_save_CPPFLAGS"
6715 fi
6716
6717fi
6718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
6719$as_echo "$am_cv_func_iconv" >&6; }
6720
6721 # Set the various flags based on the cache variables. We can't rely
6722 # on the flags to remain set from the above code, due to caching.
6723 LIBICONV=
6724 if test "$am_cv_lib_iconv" = yes; then
6725 LIBICONV="-liconv"
6726 else
6727 LIBICONV_LIBDIR=
6728 LIBICONV_INCLUDE=
6729 fi
6730 if test "$am_cv_use_build_libiconv" = yes; then
6731 LIBICONV="$am_cv_build_libiconv_path"
6732 LIBICONV_LIBDIR=""
6733 LIBICONV_INCLUDE="$BUILD_LIBICONV_INCLUDE"
6734 fi
6735 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
6736 LIBS="$LIBS $LIBICONV_LIBDIR $LIBICONV"
6737
6738 if test "$am_cv_func_iconv" = yes; then
6739
6740$as_echo "#define HAVE_ICONV 1" >>confdefs.h
6741
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
6743$as_echo_n "checking for iconv declaration... " >&6; }
6744 if test "${am_cv_proto_iconv+set}" = set; then :
6745 $as_echo_n "(cached) " >&6
6746else
6747
6748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6749/* end confdefs.h. */
6750
6751#include <stdlib.h>
6752#include <iconv.h>
6753extern
6754#ifdef __cplusplus
6755"C"
6756#endif
6757#if defined(__STDC__) || defined(__cplusplus)
6758size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
6759#else
6760size_t iconv();
6761#endif
6762
6763int
6764main ()
6765{
6766
6767 ;
6768 return 0;
6769}
6770_ACEOF
6771if ac_fn_c_try_compile "$LINENO"; then :
6772 am_cv_proto_iconv_arg1=""
6773else
6774 am_cv_proto_iconv_arg1="const"
6775fi
6776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6777 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);"
6778fi
6779
6780 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6782 }$am_cv_proto_iconv" >&5
6783$as_echo "${ac_t:-
6784 }$am_cv_proto_iconv" >&6; }
6785
6786cat >>confdefs.h <<_ACEOF
6787#define ICONV_CONST $am_cv_proto_iconv_arg1
6788_ACEOF
6789
6790 fi
6791
6792
6793# GDB may fork/exec the iconv program to get the list of supported character
6794# sets. Allow the user to specify where to find it.
6795# There are several factors affecting the choice of option name:
6796# - There is already --with-libiconv-prefix but we can't use it, it specifies
6797# the build-time location of libiconv files.
6798# - The program we need to find is iconv, which comes with glibc. The user
6799# doesn't necessarily have libiconv installed. Therefore naming this
6800# --with-libiconv-foo feels wrong.
6801# - We want the path to be relocatable, but GDB_AC_DEFINE_RELOCATABLE is
6802# defined to work on directories not files (though it really doesn't know
6803# the difference).
6804# - Calling this --with-iconv-prefix is perceived to cause too much confusion
6805# with --with-libiconv-prefix.
6806# Putting these together is why the option name is --with-iconv-bin.
6807
6808
6809# Check whether --with-iconv-bin was given.
6810if test "${with_iconv_bin+set}" = set; then :
6811 withval=$with_iconv_bin; iconv_bin="${withval}"
6812
6813cat >>confdefs.h <<_ACEOF
6814#define ICONV_BIN "${iconv_bin}"
6815_ACEOF
6816
6817
6818 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
6819 if test "x$prefix" = xNONE; then
6820 test_prefix=/usr/local
6821 else
6822 test_prefix=$prefix
6823 fi
6824 else
6825 test_prefix=$exec_prefix
6826 fi
6827 value=0
6828 case ${iconv_bin} in
6829 "${test_prefix}"|"${test_prefix}/"*|\
6830 '${exec_prefix}'|'${exec_prefix}/'*)
6831 value=1
6832 ;;
6833 esac
6834
6835cat >>confdefs.h <<_ACEOF
6836#define ICONV_BIN_RELOCATABLE $value
6837_ACEOF
6838
6839
6840
6841fi
6842
6843
6844# On alpha-osf, it appears that libtermcap and libcurses are not compatible.
6845# There is a very specific comment in /usr/include/curses.h explaining that
6846# termcap routines built into libcurses must not be used.
6847#
6848# The symptoms we observed so far is GDB unexpectedly changing
6849# the terminal settings when tgetent is called - this is particularly
6850# visible as the output is missing carriage returns, and so rapidly
6851# becomes very hard to read.
6852#
6853# The readline configure script has already decided that libtermcap
6854# was enough for its purposes, and so decided to build readline using
6855# libtermcap. Since the TUI mode requires curses, building GDB with
6856# TUI enabled results in both libraries to be used at the same time,
6857# which is not allowed. This basically means that GDB with TUI is
6858# broken on alpha-osf.
6859
6860case $host_os in
6861 osf* )
6862 if test x"$enable_tui" = xyes; then
6863 as_fn_error "Building GDB with TUI mode is not supported on this host" "$LINENO" 5
6864 fi
6865 if test x"$enable_tui" = xauto; then
6866 enable_tui=no
6867 fi
6868 ;;
6869esac
6870
6871# For the TUI, we need enhanced curses functionality.
6872if test x"$enable_tui" != xno; then
6873 prefer_curses=yes
6874fi
6875
6876curses_found=no
6877if test x"$prefer_curses" = xyes; then
6878 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
6879 # curses library because the latter might not provide all the
6880 # functionality we need. However, this leads to problems on systems
6881 # where the linker searches /usr/local/lib, but the compiler doesn't
6882 # search /usr/local/include, if ncurses is installed in /usr/local. A
6883 # default installation of ncurses on alpha*-dec-osf* will lead to such
6884 # a situation.
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
6886$as_echo_n "checking for library containing waddstr... " >&6; }
6887if test "${ac_cv_search_waddstr+set}" = set; then :
6888 $as_echo_n "(cached) " >&6
6889else
6890 ac_func_search_save_LIBS=$LIBS
6891cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6892/* end confdefs.h. */
6893
6894/* Override any GCC internal prototype to avoid an error.
6895 Use char because int might match the return type of a GCC
6896 builtin and then its argument prototype would still apply. */
6897#ifdef __cplusplus
6898extern "C"
6899#endif
6900char waddstr ();
6901int
6902main ()
6903{
6904return waddstr ();
6905 ;
6906 return 0;
6907}
6908_ACEOF
6909for ac_lib in '' ncurses cursesX curses; do
6910 if test -z "$ac_lib"; then
6911 ac_res="none required"
6912 else
6913 ac_res=-l$ac_lib
6914 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6915 fi
6916 if ac_fn_c_try_link "$LINENO"; then :
6917 ac_cv_search_waddstr=$ac_res
6918fi
6919rm -f core conftest.err conftest.$ac_objext \
6920 conftest$ac_exeext
6921 if test "${ac_cv_search_waddstr+set}" = set; then :
6922 break
6923fi
6924done
6925if test "${ac_cv_search_waddstr+set}" = set; then :
6926
6927else
6928 ac_cv_search_waddstr=no
6929fi
6930rm conftest.$ac_ext
6931LIBS=$ac_func_search_save_LIBS
6932fi
6933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
6934$as_echo "$ac_cv_search_waddstr" >&6; }
6935ac_res=$ac_cv_search_waddstr
6936if test "$ac_res" != no; then :
6937 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6938
6939fi
6940
6941
6942 if test "$ac_cv_search_waddstr" != no; then
6943 curses_found=yes
6944 fi
6945fi
6946
6947# Check whether we should enable the TUI, but only do so if we really
6948# can.
6949if test x"$enable_tui" != xno; then
6950 if test -d $srcdir/tui; then
6951 if test "$curses_found" != no; then
6952 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
6953 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
6954 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
6955 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
6956 else
6957 if test x"$enable_tui" = xyes; then
6958 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
6959 else
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
6961$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6962 fi
6963 fi
6964 fi
6965fi
6966
6967# Since GDB uses Readline, we need termcap functionality. In many
6968# cases this will be provided by the curses library, but some systems
6969# have a seperate termcap library, or no curses library at all.
6970
6971case $host_os in
6972 cygwin*)
6973 if test -d $srcdir/libtermcap; then
6974 LIBS="../libtermcap/libtermcap.a $LIBS"
6975 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
6976 fi ;;
6977 go32* | *djgpp*)
6978 ac_cv_search_tgetent="none required"
6979 ;;
6980 *mingw32*)
6981 ac_cv_search_tgetent="none required"
6982 CONFIG_OBS="$CONFIG_OBS windows-termcap.o"
6983 ;;
6984esac
6985
6986# These are the libraries checked by Readline.
6987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
6988$as_echo_n "checking for library containing tgetent... " >&6; }
6989if test "${ac_cv_search_tgetent+set}" = set; then :
6990 $as_echo_n "(cached) " >&6
6991else
6992 ac_func_search_save_LIBS=$LIBS
6993cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6994/* end confdefs.h. */
6995
6996/* Override any GCC internal prototype to avoid an error.
6997 Use char because int might match the return type of a GCC
6998 builtin and then its argument prototype would still apply. */
6999#ifdef __cplusplus
7000extern "C"
7001#endif
7002char tgetent ();
7003int
7004main ()
7005{
7006return tgetent ();
7007 ;
7008 return 0;
7009}
7010_ACEOF
7011for ac_lib in '' termcap tinfo curses ncurses; do
7012 if test -z "$ac_lib"; then
7013 ac_res="none required"
7014 else
7015 ac_res=-l$ac_lib
7016 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7017 fi
7018 if ac_fn_c_try_link "$LINENO"; then :
7019 ac_cv_search_tgetent=$ac_res
7020fi
7021rm -f core conftest.err conftest.$ac_objext \
7022 conftest$ac_exeext
7023 if test "${ac_cv_search_tgetent+set}" = set; then :
7024 break
7025fi
7026done
7027if test "${ac_cv_search_tgetent+set}" = set; then :
7028
7029else
7030 ac_cv_search_tgetent=no
7031fi
7032rm conftest.$ac_ext
7033LIBS=$ac_func_search_save_LIBS
7034fi
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
7036$as_echo "$ac_cv_search_tgetent" >&6; }
7037ac_res=$ac_cv_search_tgetent
7038if test "$ac_res" != no; then :
7039 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7040
7041fi
7042
7043
7044if test "$ac_cv_search_tgetent" = no; then
7045 as_fn_error "no termcap library found" "$LINENO" 5
7046fi
7047
7048
7049# Check whether --with-system-readline was given.
7050if test "${with_system_readline+set}" = set; then :
7051 withval=$with_system_readline;
7052fi
7053
7054
7055if test "$with_system_readline" = yes; then
7056 READLINE=-lreadline
7057 READLINE_DEPS=
7058 READLINE_CFLAGS=
7059 READLINE_TEXI_INCFLAG=
7060else
7061 READLINE='$(READLINE_DIR)/libreadline.a'
7062 READLINE_DEPS='$(READLINE)'
7063 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
7064 READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
7065fi
7066
7067
7068
7069
7070
7071# Generate jit-reader.h
7072
7073# This is typedeffed to GDB_CORE_ADDR in jit-reader.h
7074TARGET_PTR=
7075
7076# The cast to long int works around a bug in the HP C Compiler
7077# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7078# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7079# This bug is HP SR number 8606223364.
7080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long" >&5
7081$as_echo_n "checking size of unsigned long long... " >&6; }
7082if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then :
7083 $as_echo_n "(cached) " >&6
7084else
7085 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long))" "ac_cv_sizeof_unsigned_long_long" "$ac_includes_default"; then :
7086
7087else
7088 if test "$ac_cv_type_unsigned_long_long" = yes; then
7089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7090$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7091{ as_fn_set_status 77
7092as_fn_error "cannot compute sizeof (unsigned long long)
7093See \`config.log' for more details." "$LINENO" 5; }; }
7094 else
7095 ac_cv_sizeof_unsigned_long_long=0
7096 fi
7097fi
7098
7099fi
7100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long" >&5
7101$as_echo "$ac_cv_sizeof_unsigned_long_long" >&6; }
7102
7103
7104
7105cat >>confdefs.h <<_ACEOF
7106#define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
7107_ACEOF
7108
7109
7110# The cast to long int works around a bug in the HP C Compiler
7111# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7112# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7113# This bug is HP SR number 8606223364.
7114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long" >&5
7115$as_echo_n "checking size of unsigned long... " >&6; }
7116if test "${ac_cv_sizeof_unsigned_long+set}" = set; then :
7117 $as_echo_n "(cached) " >&6
7118else
7119 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long))" "ac_cv_sizeof_unsigned_long" "$ac_includes_default"; then :
7120
7121else
7122 if test "$ac_cv_type_unsigned_long" = yes; then
7123 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7124$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7125{ as_fn_set_status 77
7126as_fn_error "cannot compute sizeof (unsigned long)
7127See \`config.log' for more details." "$LINENO" 5; }; }
7128 else
7129 ac_cv_sizeof_unsigned_long=0
7130 fi
7131fi
7132
7133fi
7134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long" >&5
7135$as_echo "$ac_cv_sizeof_unsigned_long" >&6; }
7136
7137
7138
7139cat >>confdefs.h <<_ACEOF
7140#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7141_ACEOF
7142
7143
7144# The cast to long int works around a bug in the HP C Compiler
7145# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7146# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7147# This bug is HP SR number 8606223364.
7148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned __int128" >&5
7149$as_echo_n "checking size of unsigned __int128... " >&6; }
7150if test "${ac_cv_sizeof_unsigned___int128+set}" = set; then :
7151 $as_echo_n "(cached) " >&6
7152else
7153 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned __int128))" "ac_cv_sizeof_unsigned___int128" "$ac_includes_default"; then :
7154
7155else
7156 if test "$ac_cv_type_unsigned___int128" = yes; then
7157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7158$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7159{ as_fn_set_status 77
7160as_fn_error "cannot compute sizeof (unsigned __int128)
7161See \`config.log' for more details." "$LINENO" 5; }; }
7162 else
7163 ac_cv_sizeof_unsigned___int128=0
7164 fi
7165fi
7166
7167fi
7168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned___int128" >&5
7169$as_echo "$ac_cv_sizeof_unsigned___int128" >&6; }
7170
7171
7172
7173cat >>confdefs.h <<_ACEOF
7174#define SIZEOF_UNSIGNED___INT128 $ac_cv_sizeof_unsigned___int128
7175_ACEOF
7176
7177
7178
7179if test "x${ac_cv_sizeof_unsigned_long}" = "x8"; then
7180 TARGET_PTR="unsigned long"
7181elif test "x${ac_cv_sizeof_unsigned_long_long}" = "x8"; then
7182 TARGET_PTR="unsigned long long"
7183elif test "x${ac_cv_sizeof_unsigned___int128}" = "x16"; then
7184 TARGET_PTR="unsigned __int128"
7185else
7186 TARGET_PTR="unsigned long"
7187fi
7188
7189
7190ac_config_files="$ac_config_files jit-reader.h:jit-reader.in"
7191
7192
7193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7194$as_echo_n "checking for library containing dlopen... " >&6; }
7195if test "${ac_cv_search_dlopen+set}" = set; then :
7196 $as_echo_n "(cached) " >&6
7197else
7198 ac_func_search_save_LIBS=$LIBS
7199cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7200/* end confdefs.h. */
7201
7202/* Override any GCC internal prototype to avoid an error.
7203 Use char because int might match the return type of a GCC
7204 builtin and then its argument prototype would still apply. */
7205#ifdef __cplusplus
7206extern "C"
7207#endif
7208char dlopen ();
7209int
7210main ()
7211{
7212return dlopen ();
7213 ;
7214 return 0;
7215}
7216_ACEOF
7217for ac_lib in '' dl; do
7218 if test -z "$ac_lib"; then
7219 ac_res="none required"
7220 else
7221 ac_res=-l$ac_lib
7222 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7223 fi
7224 if ac_fn_c_try_link "$LINENO"; then :
7225 ac_cv_search_dlopen=$ac_res
7226fi
7227rm -f core conftest.err conftest.$ac_objext \
7228 conftest$ac_exeext
7229 if test "${ac_cv_search_dlopen+set}" = set; then :
7230 break
7231fi
7232done
7233if test "${ac_cv_search_dlopen+set}" = set; then :
7234
7235else
7236 ac_cv_search_dlopen=no
7237fi
7238rm conftest.$ac_ext
7239LIBS=$ac_func_search_save_LIBS
7240fi
7241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7242$as_echo "$ac_cv_search_dlopen" >&6; }
7243ac_res=$ac_cv_search_dlopen
7244if test "$ac_res" != no; then :
7245 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7246
7247fi
7248
7249
7250
7251
7252# Check whether --with-jit-reader-dir was given.
7253if test "${with_jit_reader_dir+set}" = set; then :
7254 withval=$with_jit_reader_dir;
7255 JIT_READER_DIR=$withval
7256else
7257 JIT_READER_DIR=${libdir}/gdb
7258fi
7259
7260
7261 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7262 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7263 ac_define_dir=`eval echo $JIT_READER_DIR`
7264 ac_define_dir=`eval echo $ac_define_dir`
7265
7266cat >>confdefs.h <<_ACEOF
7267#define JIT_READER_DIR "$ac_define_dir"
7268_ACEOF
7269
7270
7271
7272
7273 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7274 if test "x$prefix" = xNONE; then
7275 test_prefix=/usr/local
7276 else
7277 test_prefix=$prefix
7278 fi
7279 else
7280 test_prefix=$exec_prefix
7281 fi
7282 value=0
7283 case ${ac_define_dir} in
7284 "${test_prefix}"|"${test_prefix}/"*|\
7285 '${exec_prefix}'|'${exec_prefix}/'*)
7286 value=1
7287 ;;
7288 esac
7289
7290cat >>confdefs.h <<_ACEOF
7291#define JIT_READER_DIR_RELOCATABLE $value
7292_ACEOF
7293
7294
7295
7296
7297
7298# Check whether --with-expat was given.
7299if test "${with_expat+set}" = set; then :
7300 withval=$with_expat;
7301else
7302 with_expat=auto
7303fi
7304
7305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
7306$as_echo_n "checking whether to use expat... " >&6; }
7307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
7308$as_echo "$with_expat" >&6; }
7309
7310if test "${with_expat}" = no; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
7312$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
7313 HAVE_LIBEXPAT=no
7314else
7315
7316 if test "X$prefix" = "XNONE"; then
7317 acl_final_prefix="$ac_default_prefix"
7318 else
7319 acl_final_prefix="$prefix"
7320 fi
7321 if test "X$exec_prefix" = "XNONE"; then
7322 acl_final_exec_prefix='${prefix}'
7323 else
7324 acl_final_exec_prefix="$exec_prefix"
7325 fi
7326 acl_save_prefix="$prefix"
7327 prefix="$acl_final_prefix"
7328 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7329 prefix="$acl_save_prefix"
7330
7331
7332# Check whether --with-gnu-ld was given.
7333if test "${with_gnu_ld+set}" = set; then :
7334 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7335else
7336 with_gnu_ld=no
7337fi
7338
7339# Prepare PATH_SEPARATOR.
7340# The user is always right.
7341if test "${PATH_SEPARATOR+set}" != set; then
7342 echo "#! /bin/sh" >conf$$.sh
7343 echo "exit 0" >>conf$$.sh
7344 chmod +x conf$$.sh
7345 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7346 PATH_SEPARATOR=';'
7347 else
7348 PATH_SEPARATOR=:
7349 fi
7350 rm -f conf$$.sh
7351fi
7352ac_prog=ld
7353if test "$GCC" = yes; then
7354 # Check if gcc -print-prog-name=ld gives a path.
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
7356$as_echo_n "checking for ld used by GCC... " >&6; }
7357 case $host in
7358 *-*-mingw*)
7359 # gcc leaves a trailing carriage return which upsets mingw
7360 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7361 *)
7362 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7363 esac
7364 case $ac_prog in
7365 # Accept absolute paths.
7366 [\\/]* | [A-Za-z]:[\\/]*)
7367 re_direlt='/[^/][^/]*/\.\./'
7368 # Canonicalize the path of ld
7369 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7370 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7371 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7372 done
7373 test -z "$LD" && LD="$ac_prog"
7374 ;;
7375 "")
7376 # If it fails, then pretend we aren't using GCC.
7377 ac_prog=ld
7378 ;;
7379 *)
7380 # If it is relative, then search for the first ld in PATH.
7381 with_gnu_ld=unknown
7382 ;;
7383 esac
7384elif test "$with_gnu_ld" = yes; then
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7386$as_echo_n "checking for GNU ld... " >&6; }
7387else
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7389$as_echo_n "checking for non-GNU ld... " >&6; }
7390fi
7391if test "${acl_cv_path_LD+set}" = set; then :
7392 $as_echo_n "(cached) " >&6
7393else
7394 if test -z "$LD"; then
7395 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7396 for ac_dir in $PATH; do
7397 test -z "$ac_dir" && ac_dir=.
7398 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7399 acl_cv_path_LD="$ac_dir/$ac_prog"
7400 # Check to see if the program is GNU ld. I'd rather use --version,
7401 # but apparently some GNU ld's only accept -v.
7402 # Break only if it was the GNU/non-GNU ld that we prefer.
7403 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
7404 test "$with_gnu_ld" != no && break
7405 else
7406 test "$with_gnu_ld" != yes && break
7407 fi
7408 fi
7409 done
7410 IFS="$ac_save_ifs"
7411else
7412 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7413fi
7414fi
7415
7416LD="$acl_cv_path_LD"
7417if test -n "$LD"; then
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7419$as_echo "$LD" >&6; }
7420else
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7422$as_echo "no" >&6; }
7423fi
7424test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7426$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
7427if test "${acl_cv_prog_gnu_ld+set}" = set; then :
7428 $as_echo_n "(cached) " >&6
7429else
7430 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7431if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
7432 acl_cv_prog_gnu_ld=yes
7433else
7434 acl_cv_prog_gnu_ld=no
7435fi
7436fi
7437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
7438$as_echo "$acl_cv_prog_gnu_ld" >&6; }
7439with_gnu_ld=$acl_cv_prog_gnu_ld
7440
7441
7442
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
7444$as_echo_n "checking for shared library run path origin... " >&6; }
7445if test "${acl_cv_rpath+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
7447else
7448
7449 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7450 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7451 . ./conftest.sh
7452 rm -f ./conftest.sh
7453 acl_cv_rpath=done
7454
7455fi
7456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
7457$as_echo "$acl_cv_rpath" >&6; }
7458 wl="$acl_cv_wl"
7459 libext="$acl_cv_libext"
7460 shlibext="$acl_cv_shlibext"
7461 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
7462 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
7463 hardcode_direct="$acl_cv_hardcode_direct"
7464 hardcode_minus_L="$acl_cv_hardcode_minus_L"
7465 # Check whether --enable-rpath was given.
7466if test "${enable_rpath+set}" = set; then :
7467 enableval=$enable_rpath; :
7468else
7469 enable_rpath=yes
7470fi
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481 use_additional=yes
7482
7483 acl_save_prefix="$prefix"
7484 prefix="$acl_final_prefix"
7485 acl_save_exec_prefix="$exec_prefix"
7486 exec_prefix="$acl_final_exec_prefix"
7487
7488 eval additional_includedir=\"$includedir\"
7489 eval additional_libdir=\"$libdir\"
7490
7491 exec_prefix="$acl_save_exec_prefix"
7492 prefix="$acl_save_prefix"
7493
7494
7495# Check whether --with-libexpat-prefix was given.
7496if test "${with_libexpat_prefix+set}" = set; then :
7497 withval=$with_libexpat_prefix;
7498 if test "X$withval" = "Xno"; then
7499 use_additional=no
7500 else
7501 if test "X$withval" = "X"; then
7502
7503 acl_save_prefix="$prefix"
7504 prefix="$acl_final_prefix"
7505 acl_save_exec_prefix="$exec_prefix"
7506 exec_prefix="$acl_final_exec_prefix"
7507
7508 eval additional_includedir=\"$includedir\"
7509 eval additional_libdir=\"$libdir\"
7510
7511 exec_prefix="$acl_save_exec_prefix"
7512 prefix="$acl_save_prefix"
7513
7514 else
7515 additional_includedir="$withval/include"
7516 additional_libdir="$withval/lib"
7517 fi
7518 fi
7519
7520fi
7521
7522 LIBEXPAT=
7523 LTLIBEXPAT=
7524 INCEXPAT=
7525 rpathdirs=
7526 ltrpathdirs=
7527 names_already_handled=
7528 names_next_round='expat '
7529 while test -n "$names_next_round"; do
7530 names_this_round="$names_next_round"
7531 names_next_round=
7532 for name in $names_this_round; do
7533 already_handled=
7534 for n in $names_already_handled; do
7535 if test "$n" = "$name"; then
7536 already_handled=yes
7537 break
7538 fi
7539 done
7540 if test -z "$already_handled"; then
7541 names_already_handled="$names_already_handled $name"
7542 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
7543 eval value=\"\$HAVE_LIB$uppername\"
7544 if test -n "$value"; then
7545 if test "$value" = yes; then
7546 eval value=\"\$LIB$uppername\"
7547 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
7548 eval value=\"\$LTLIB$uppername\"
7549 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
7550 else
7551 :
7552 fi
7553 else
7554 found_dir=
7555 found_la=
7556 found_so=
7557 found_a=
7558 if test $use_additional = yes; then
7559 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
7560 found_dir="$additional_libdir"
7561 found_so="$additional_libdir/lib$name.$shlibext"
7562 if test -f "$additional_libdir/lib$name.la"; then
7563 found_la="$additional_libdir/lib$name.la"
7564 fi
7565 else
7566 if test -f "$additional_libdir/lib$name.$libext"; then
7567 found_dir="$additional_libdir"
7568 found_a="$additional_libdir/lib$name.$libext"
7569 if test -f "$additional_libdir/lib$name.la"; then
7570 found_la="$additional_libdir/lib$name.la"
7571 fi
7572 fi
7573 fi
7574 fi
7575 if test "X$found_dir" = "X"; then
7576 for x in $LDFLAGS $LTLIBEXPAT; do
7577
7578 acl_save_prefix="$prefix"
7579 prefix="$acl_final_prefix"
7580 acl_save_exec_prefix="$exec_prefix"
7581 exec_prefix="$acl_final_exec_prefix"
7582 eval x=\"$x\"
7583 exec_prefix="$acl_save_exec_prefix"
7584 prefix="$acl_save_prefix"
7585
7586 case "$x" in
7587 -L*)
7588 dir=`echo "X$x" | sed -e 's/^X-L//'`
7589 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
7590 found_dir="$dir"
7591 found_so="$dir/lib$name.$shlibext"
7592 if test -f "$dir/lib$name.la"; then
7593 found_la="$dir/lib$name.la"
7594 fi
7595 else
7596 if test -f "$dir/lib$name.$libext"; then
7597 found_dir="$dir"
7598 found_a="$dir/lib$name.$libext"
7599 if test -f "$dir/lib$name.la"; then
7600 found_la="$dir/lib$name.la"
7601 fi
7602 fi
7603 fi
7604 ;;
7605 esac
7606 if test "X$found_dir" != "X"; then
7607 break
7608 fi
7609 done
7610 fi
7611 if test "X$found_dir" != "X"; then
7612 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
7613 if test "X$found_so" != "X"; then
7614 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
7615 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7616 else
7617 haveit=
7618 for x in $ltrpathdirs; do
7619 if test "X$x" = "X$found_dir"; then
7620 haveit=yes
7621 break
7622 fi
7623 done
7624 if test -z "$haveit"; then
7625 ltrpathdirs="$ltrpathdirs $found_dir"
7626 fi
7627 if test "$hardcode_direct" = yes; then
7628 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7629 else
7630 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
7631 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7632 haveit=
7633 for x in $rpathdirs; do
7634 if test "X$x" = "X$found_dir"; then
7635 haveit=yes
7636 break
7637 fi
7638 done
7639 if test -z "$haveit"; then
7640 rpathdirs="$rpathdirs $found_dir"
7641 fi
7642 else
7643 haveit=
7644 for x in $LDFLAGS $LIBEXPAT; do
7645
7646 acl_save_prefix="$prefix"
7647 prefix="$acl_final_prefix"
7648 acl_save_exec_prefix="$exec_prefix"
7649 exec_prefix="$acl_final_exec_prefix"
7650 eval x=\"$x\"
7651 exec_prefix="$acl_save_exec_prefix"
7652 prefix="$acl_save_prefix"
7653
7654 if test "X$x" = "X-L$found_dir"; then
7655 haveit=yes
7656 break
7657 fi
7658 done
7659 if test -z "$haveit"; then
7660 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
7661 fi
7662 if test "$hardcode_minus_L" != no; then
7663 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
7664 else
7665 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
7666 fi
7667 fi
7668 fi
7669 fi
7670 else
7671 if test "X$found_a" != "X"; then
7672 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
7673 else
7674 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
7675 fi
7676 fi
7677 additional_includedir=
7678 case "$found_dir" in
7679 */lib | */lib/)
7680 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
7681 additional_includedir="$basedir/include"
7682 ;;
7683 esac
7684 if test "X$additional_includedir" != "X"; then
7685 if test "X$additional_includedir" != "X/usr/include"; then
7686 haveit=
7687 if test "X$additional_includedir" = "X/usr/local/include"; then
7688 if test -n "$GCC"; then
7689 case $host_os in
7690 linux*) haveit=yes;;
7691 esac
7692 fi
7693 fi
7694 if test -z "$haveit"; then
7695 for x in $CPPFLAGS $INCEXPAT; do
7696
7697 acl_save_prefix="$prefix"
7698 prefix="$acl_final_prefix"
7699 acl_save_exec_prefix="$exec_prefix"
7700 exec_prefix="$acl_final_exec_prefix"
7701 eval x=\"$x\"
7702 exec_prefix="$acl_save_exec_prefix"
7703 prefix="$acl_save_prefix"
7704
7705 if test "X$x" = "X-I$additional_includedir"; then
7706 haveit=yes
7707 break
7708 fi
7709 done
7710 if test -z "$haveit"; then
7711 if test -d "$additional_includedir"; then
7712 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
7713 fi
7714 fi
7715 fi
7716 fi
7717 fi
7718 if test -n "$found_la"; then
7719 save_libdir="$libdir"
7720 case "$found_la" in
7721 */* | *\\*) . "$found_la" ;;
7722 *) . "./$found_la" ;;
7723 esac
7724 libdir="$save_libdir"
7725 for dep in $dependency_libs; do
7726 case "$dep" in
7727 -L*)
7728 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
7729 if test "X$additional_libdir" != "X/usr/lib"; then
7730 haveit=
7731 if test "X$additional_libdir" = "X/usr/local/lib"; then
7732 if test -n "$GCC"; then
7733 case $host_os in
7734 linux*) haveit=yes;;
7735 esac
7736 fi
7737 fi
7738 if test -z "$haveit"; then
7739 haveit=
7740 for x in $LDFLAGS $LIBEXPAT; do
7741
7742 acl_save_prefix="$prefix"
7743 prefix="$acl_final_prefix"
7744 acl_save_exec_prefix="$exec_prefix"
7745 exec_prefix="$acl_final_exec_prefix"
7746 eval x=\"$x\"
7747 exec_prefix="$acl_save_exec_prefix"
7748 prefix="$acl_save_prefix"
7749
7750 if test "X$x" = "X-L$additional_libdir"; then
7751 haveit=yes
7752 break
7753 fi
7754 done
7755 if test -z "$haveit"; then
7756 if test -d "$additional_libdir"; then
7757 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
7758 fi
7759 fi
7760 haveit=
7761 for x in $LDFLAGS $LTLIBEXPAT; do
7762
7763 acl_save_prefix="$prefix"
7764 prefix="$acl_final_prefix"
7765 acl_save_exec_prefix="$exec_prefix"
7766 exec_prefix="$acl_final_exec_prefix"
7767 eval x=\"$x\"
7768 exec_prefix="$acl_save_exec_prefix"
7769 prefix="$acl_save_prefix"
7770
7771 if test "X$x" = "X-L$additional_libdir"; then
7772 haveit=yes
7773 break
7774 fi
7775 done
7776 if test -z "$haveit"; then
7777 if test -d "$additional_libdir"; then
7778 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
7779 fi
7780 fi
7781 fi
7782 fi
7783 ;;
7784 -R*)
7785 dir=`echo "X$dep" | sed -e 's/^X-R//'`
7786 if test "$enable_rpath" != no; then
7787 haveit=
7788 for x in $rpathdirs; do
7789 if test "X$x" = "X$dir"; then
7790 haveit=yes
7791 break
7792 fi
7793 done
7794 if test -z "$haveit"; then
7795 rpathdirs="$rpathdirs $dir"
7796 fi
7797 haveit=
7798 for x in $ltrpathdirs; do
7799 if test "X$x" = "X$dir"; then
7800 haveit=yes
7801 break
7802 fi
7803 done
7804 if test -z "$haveit"; then
7805 ltrpathdirs="$ltrpathdirs $dir"
7806 fi
7807 fi
7808 ;;
7809 -l*)
7810 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
7811 ;;
7812 *.la)
7813 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
7814 ;;
7815 *)
7816 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
7817 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
7818 ;;
7819 esac
7820 done
7821 fi
7822 else
7823 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
7824 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
7825 fi
7826 fi
7827 fi
7828 done
7829 done
7830 if test "X$rpathdirs" != "X"; then
7831 if test -n "$hardcode_libdir_separator"; then
7832 alldirs=
7833 for found_dir in $rpathdirs; do
7834 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
7835 done
7836 acl_save_libdir="$libdir"
7837 libdir="$alldirs"
7838 eval flag=\"$hardcode_libdir_flag_spec\"
7839 libdir="$acl_save_libdir"
7840 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
7841 else
7842 for found_dir in $rpathdirs; do
7843 acl_save_libdir="$libdir"
7844 libdir="$found_dir"
7845 eval flag=\"$hardcode_libdir_flag_spec\"
7846 libdir="$acl_save_libdir"
7847 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
7848 done
7849 fi
7850 fi
7851 if test "X$ltrpathdirs" != "X"; then
7852 for found_dir in $ltrpathdirs; do
7853 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
7854 done
7855 fi
7856
7857
7858 ac_save_CPPFLAGS="$CPPFLAGS"
7859
7860 for element in $INCEXPAT; do
7861 haveit=
7862 for x in $CPPFLAGS; do
7863
7864 acl_save_prefix="$prefix"
7865 prefix="$acl_final_prefix"
7866 acl_save_exec_prefix="$exec_prefix"
7867 exec_prefix="$acl_final_exec_prefix"
7868 eval x=\"$x\"
7869 exec_prefix="$acl_save_exec_prefix"
7870 prefix="$acl_save_prefix"
7871
7872 if test "X$x" = "X$element"; then
7873 haveit=yes
7874 break
7875 fi
7876 done
7877 if test -z "$haveit"; then
7878 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
7879 fi
7880 done
7881
7882
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
7884$as_echo_n "checking for libexpat... " >&6; }
7885if test "${ac_cv_libexpat+set}" = set; then :
7886 $as_echo_n "(cached) " >&6
7887else
7888
7889 ac_save_LIBS="$LIBS"
7890 LIBS="$LIBS $LIBEXPAT"
7891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7892/* end confdefs.h. */
7893#include "expat.h"
7894int
7895main ()
7896{
7897XML_Parser p = XML_ParserCreate (0);
7898 ;
7899 return 0;
7900}
7901_ACEOF
7902if ac_fn_c_try_link "$LINENO"; then :
7903 ac_cv_libexpat=yes
7904else
7905 ac_cv_libexpat=no
7906fi
7907rm -f core conftest.err conftest.$ac_objext \
7908 conftest$ac_exeext conftest.$ac_ext
7909 LIBS="$ac_save_LIBS"
7910
7911fi
7912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
7913$as_echo "$ac_cv_libexpat" >&6; }
7914 if test "$ac_cv_libexpat" = yes; then
7915 HAVE_LIBEXPAT=yes
7916
7917$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
7918
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
7920$as_echo_n "checking how to link with libexpat... " >&6; }
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
7922$as_echo "$LIBEXPAT" >&6; }
7923 else
7924 HAVE_LIBEXPAT=no
7925 CPPFLAGS="$ac_save_CPPFLAGS"
7926 LIBEXPAT=
7927 LTLIBEXPAT=
7928 fi
7929
7930
7931
7932
7933
7934
7935 if test "$HAVE_LIBEXPAT" != yes; then
7936 if test "$with_expat" = yes; then
7937 as_fn_error "expat is missing or unusable" "$LINENO" 5
7938 else
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
7940$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
7941 fi
7942 else
7943 save_LIBS=$LIBS
7944 LIBS="$LIBS $LIBEXPAT"
7945 for ac_func in XML_StopParser
7946do :
7947 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
7948if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
7949 cat >>confdefs.h <<_ACEOF
7950#define HAVE_XML_STOPPARSER 1
7951_ACEOF
7952
7953fi
7954done
7955
7956 LIBS=$save_LIBS
7957 fi
7958fi
7959
7960
7961
7962
7963
7964
7965# Check whether --with-python was given.
7966if test "${with_python+set}" = set; then :
7967 withval=$with_python;
7968else
7969 with_python=auto
7970fi
7971
7972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
7973$as_echo_n "checking whether to use python... " >&6; }
7974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
7975$as_echo "$with_python" >&6; }
7976
7977if test "${with_python}" = no; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
7979$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
7980 have_libpython=no
7981else
7982 case "${with_python}" in
7983 [\\/]* | ?:[\\/]*)
7984 if test -d ${with_python}; then
7985 # Assume the python binary is ${with_python}/bin/python.
7986 python_prog="${with_python}/bin/python"
7987 python_prefix=
7988 # If python does not exit ${with_python}/bin, then try in
7989 # ${with_python}. On Windows/MinGW, this is where the Python
7990 # executable is.
7991 if test ! -x "${python_prog}"; then
7992 python_prog="${with_python}/python"
7993 python_prefix=
7994 fi
7995 if test ! -x "${python_prog}"; then
7996 # Fall back to gdb 7.0/7.1 behaviour.
7997 python_prog=missing
7998 python_prefix=${with_python}
7999 fi
8000 elif test -x "${with_python}"; then
8001 # While we can't run python compiled for $host (unless host == build),
8002 # the user could write a script that provides the needed information,
8003 # so we support that.
8004 python_prog=${with_python}
8005 python_prefix=
8006 else
8007 as_fn_error "invalid value for --with-python" "$LINENO" 5
8008 fi
8009 ;;
8010 */*)
8011 # Disallow --with-python=foo/bar.
8012 as_fn_error "invalid value for --with-python" "$LINENO" 5
8013 ;;
8014 *)
8015 # The user has either specified auto, yes, or the name of the python
8016 # program assumed to be in $PATH.
8017 python_prefix=
8018 case "${with_python}" in
8019 yes | auto)
8020 if test ${build} = ${host}; then
8021 # Extract the first word of "python", so it can be a program name with args.
8022set dummy python; ac_word=$2
8023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8024$as_echo_n "checking for $ac_word... " >&6; }
8025if test "${ac_cv_path_python_prog_path+set}" = set; then :
8026 $as_echo_n "(cached) " >&6
8027else
8028 case $python_prog_path in
8029 [\\/]* | ?:[\\/]*)
8030 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8031 ;;
8032 *)
8033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8034for as_dir in $PATH
8035do
8036 IFS=$as_save_IFS
8037 test -z "$as_dir" && as_dir=.
8038 for ac_exec_ext in '' $ac_executable_extensions; do
8039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8040 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8042 break 2
8043 fi
8044done
8045 done
8046IFS=$as_save_IFS
8047
8048 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8049 ;;
8050esac
8051fi
8052python_prog_path=$ac_cv_path_python_prog_path
8053if test -n "$python_prog_path"; then
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8055$as_echo "$python_prog_path" >&6; }
8056else
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058$as_echo "no" >&6; }
8059fi
8060
8061
8062 if test "${python_prog_path}" = missing; then
8063 python_prog=missing
8064 else
8065 python_prog=${python_prog_path}
8066 fi
8067 else
8068 # Not much we can do except assume the cross-compiler will find the
8069 # right files.
8070 python_prog=missing
8071 fi
8072 ;;
8073 *)
8074 # While we can't run python compiled for $host (unless host == build),
8075 # the user could write a script that provides the needed information,
8076 # so we support that.
8077 python_prog="${with_python}"
8078 # Extract the first word of "${python_prog}", so it can be a program name with args.
8079set dummy ${python_prog}; ac_word=$2
8080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8081$as_echo_n "checking for $ac_word... " >&6; }
8082if test "${ac_cv_path_python_prog_path+set}" = set; then :
8083 $as_echo_n "(cached) " >&6
8084else
8085 case $python_prog_path in
8086 [\\/]* | ?:[\\/]*)
8087 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
8088 ;;
8089 *)
8090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091for as_dir in $PATH
8092do
8093 IFS=$as_save_IFS
8094 test -z "$as_dir" && as_dir=.
8095 for ac_exec_ext in '' $ac_executable_extensions; do
8096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8097 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
8098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8099 break 2
8100 fi
8101done
8102 done
8103IFS=$as_save_IFS
8104
8105 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
8106 ;;
8107esac
8108fi
8109python_prog_path=$ac_cv_path_python_prog_path
8110if test -n "$python_prog_path"; then
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
8112$as_echo "$python_prog_path" >&6; }
8113else
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8115$as_echo "no" >&6; }
8116fi
8117
8118
8119 if test "${python_prog_path}" = missing; then
8120 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
8121 fi
8122 ;;
8123 esac
8124 esac
8125
8126 if test "${python_prog}" != missing; then
8127 # We have a python program to use, but it may be too old.
8128 # Don't flag an error for --with-python=auto (the default).
8129 have_python_config=yes
8130 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
8131 if test $? != 0; then
8132 have_python_config=failed
8133 if test "${with_python}" != auto; then
8134 as_fn_error "failure running python-config --includes" "$LINENO" 5
8135 fi
8136 fi
8137 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
8138 if test $? != 0; then
8139 have_python_config=failed
8140 if test "${with_python}" != auto; then
8141 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
8142 fi
8143 fi
8144 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
8145 if test $? != 0; then
8146 have_python_config=failed
8147 if test "${with_python}" != auto; then
8148 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
8149 fi
8150 fi
8151 else
8152 # We do not have a python executable we can use to determine where
8153 # to find the Python headers and libs. We cannot guess the include
8154 # path from the python_prefix either, because that include path
8155 # depends on the Python version. So, there is nothing much we can
8156 # do except assume that the compiler will be able to find those files.
8157 python_includes=
8158 python_libs=
8159 have_python_config=no
8160 fi
8161
8162 # If we have python-config, only try the configuration it provides.
8163 # Otherwise fallback on the old way of trying different versions of
8164 # python in turn.
8165
8166 have_libpython=no
8167 if test "${have_python_config}" = yes; then
8168 # Determine the Python version by extracting "-lpython<version>"
8169 # part of the python_libs. <version> is usually X.Y with X and Y
8170 # being decimal numbers, but can also be XY (seen on Windows).
8171 #
8172 # The extraction is performed using sed with a regular expression.
8173 # Initially, the regexp used was using the '?' quantifier to make
8174 # the dot in the version number optional. Unfortunately, this
8175 # does not work with non-GNU versions of sed because, because of
8176 # what looks like a limitation (the '?' quantifier does not work
8177 # with back-references). We work around this limitation by using
8178 # the '*' quantifier instead. It means that, in theory, we might
8179 # match unexpected version strings such as "-lpython2..7", but
8180 # this seems unlikely in practice. And even if that happens,
8181 # an error will be triggered later on, when checking that version
8182 # number.
8183 python_version=`echo " ${python_libs} " \
8184 | sed -e 's,^.* -l\(python[0-9]*[.]*[0-9]*\).*$,\1,'`
8185 case "${python_version}" in
8186 python*)
8187
8188 version=${python_version}
8189
8190 new_CPPFLAGS=${python_includes}
8191 new_LIBS=${python_libs}
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8193$as_echo_n "checking for ${version}... " >&6; }
8194 save_CPPFLAGS=$CPPFLAGS
8195 save_LIBS=$LIBS
8196 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8197 LIBS="$LIBS $new_LIBS"
8198 found_usable_python=no
8199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8200/* end confdefs.h. */
8201#include "Python.h"
8202int
8203main ()
8204{
8205Py_Initialize ();
8206 ;
8207 return 0;
8208}
8209_ACEOF
8210if ac_fn_c_try_link "$LINENO"; then :
8211 have_libpython=${version}
8212 found_usable_python=yes
8213 PYTHON_CPPFLAGS=$new_CPPFLAGS
8214 PYTHON_LIBS=$new_LIBS
8215fi
8216rm -f core conftest.err conftest.$ac_objext \
8217 conftest$ac_exeext conftest.$ac_ext
8218 CPPFLAGS=$save_CPPFLAGS
8219 LIBS=$save_LIBS
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8221$as_echo "${found_usable_python}" >&6; }
8222
8223 ;;
8224 *)
8225 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
8226 ;;
8227 esac
8228 elif test "${have_python_config}" != failed; then
8229 if test "${have_libpython}" = no; then
8230
8231 version=python2.7
8232
8233 new_CPPFLAGS=${python_includes}
8234 new_LIBS="${python_libs} -lpython2.7"
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8236$as_echo_n "checking for ${version}... " >&6; }
8237 save_CPPFLAGS=$CPPFLAGS
8238 save_LIBS=$LIBS
8239 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8240 LIBS="$LIBS $new_LIBS"
8241 found_usable_python=no
8242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8243/* end confdefs.h. */
8244#include "Python.h"
8245int
8246main ()
8247{
8248Py_Initialize ();
8249 ;
8250 return 0;
8251}
8252_ACEOF
8253if ac_fn_c_try_link "$LINENO"; then :
8254 have_libpython=${version}
8255 found_usable_python=yes
8256 PYTHON_CPPFLAGS=$new_CPPFLAGS
8257 PYTHON_LIBS=$new_LIBS
8258fi
8259rm -f core conftest.err conftest.$ac_objext \
8260 conftest$ac_exeext conftest.$ac_ext
8261 CPPFLAGS=$save_CPPFLAGS
8262 LIBS=$save_LIBS
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8264$as_echo "${found_usable_python}" >&6; }
8265
8266 fi
8267 if test "${have_libpython}" = no; then
8268
8269 version=python2.6
8270
8271 new_CPPFLAGS=${python_includes}
8272 new_LIBS="${python_libs} -lpython2.6"
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8274$as_echo_n "checking for ${version}... " >&6; }
8275 save_CPPFLAGS=$CPPFLAGS
8276 save_LIBS=$LIBS
8277 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8278 LIBS="$LIBS $new_LIBS"
8279 found_usable_python=no
8280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8281/* end confdefs.h. */
8282#include "Python.h"
8283int
8284main ()
8285{
8286Py_Initialize ();
8287 ;
8288 return 0;
8289}
8290_ACEOF
8291if ac_fn_c_try_link "$LINENO"; then :
8292 have_libpython=${version}
8293 found_usable_python=yes
8294 PYTHON_CPPFLAGS=$new_CPPFLAGS
8295 PYTHON_LIBS=$new_LIBS
8296fi
8297rm -f core conftest.err conftest.$ac_objext \
8298 conftest$ac_exeext conftest.$ac_ext
8299 CPPFLAGS=$save_CPPFLAGS
8300 LIBS=$save_LIBS
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8302$as_echo "${found_usable_python}" >&6; }
8303
8304 fi
8305 if test ${have_libpython} = no; then
8306
8307 version=python2.5
8308
8309 new_CPPFLAGS=${python_includes}
8310 new_LIBS="${python_libs} -lpython2.5"
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8312$as_echo_n "checking for ${version}... " >&6; }
8313 save_CPPFLAGS=$CPPFLAGS
8314 save_LIBS=$LIBS
8315 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8316 LIBS="$LIBS $new_LIBS"
8317 found_usable_python=no
8318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8319/* end confdefs.h. */
8320#include "Python.h"
8321int
8322main ()
8323{
8324Py_Initialize ();
8325 ;
8326 return 0;
8327}
8328_ACEOF
8329if ac_fn_c_try_link "$LINENO"; then :
8330 have_libpython=${version}
8331 found_usable_python=yes
8332 PYTHON_CPPFLAGS=$new_CPPFLAGS
8333 PYTHON_LIBS=$new_LIBS
8334fi
8335rm -f core conftest.err conftest.$ac_objext \
8336 conftest$ac_exeext conftest.$ac_ext
8337 CPPFLAGS=$save_CPPFLAGS
8338 LIBS=$save_LIBS
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8340$as_echo "${found_usable_python}" >&6; }
8341
8342 fi
8343 if test ${have_libpython} = no; then
8344
8345 version=python2.4
8346
8347 new_CPPFLAGS=${python_includes}
8348 new_LIBS="${python_libs} -lpython2.4"
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
8350$as_echo_n "checking for ${version}... " >&6; }
8351 save_CPPFLAGS=$CPPFLAGS
8352 save_LIBS=$LIBS
8353 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
8354 LIBS="$LIBS $new_LIBS"
8355 found_usable_python=no
8356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8357/* end confdefs.h. */
8358#include "Python.h"
8359int
8360main ()
8361{
8362Py_Initialize ();
8363 ;
8364 return 0;
8365}
8366_ACEOF
8367if ac_fn_c_try_link "$LINENO"; then :
8368 have_libpython=${version}
8369 found_usable_python=yes
8370 PYTHON_CPPFLAGS=$new_CPPFLAGS
8371 PYTHON_LIBS=$new_LIBS
8372fi
8373rm -f core conftest.err conftest.$ac_objext \
8374 conftest$ac_exeext conftest.$ac_ext
8375 CPPFLAGS=$save_CPPFLAGS
8376 LIBS=$save_LIBS
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
8378$as_echo "${found_usable_python}" >&6; }
8379
8380 fi
8381 fi
8382 if test "${have_libpython}" = python2.7 -o "${have_libpython}" = python27; then
8383
8384$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
8385
8386 elif test "${have_libpython}" = python2.6 -o "${have_libpython}" = python26; then
8387
8388$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
8389
8390 elif test "${have_libpython}" = python2.5 -o "${have_libpython}" = python25; then
8391
8392$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
8393
8394 elif test "${have_libpython}" = python2.4 -o "${have_libpython}" = python24; then
8395
8396$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
8397
8398 fi
8399
8400 if test "${have_libpython}" = no; then
8401 case "${with_python}" in
8402 yes)
8403 as_fn_error "python is missing or unusable" "$LINENO" 5
8404 ;;
8405 auto)
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
8407$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
8408 ;;
8409 *)
8410 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
8411 ;;
8412 esac
8413 else
8414 if test -n "${python_prefix}"; then
8415
8416cat >>confdefs.h <<_ACEOF
8417#define WITH_PYTHON_PATH "${python_prefix}"
8418_ACEOF
8419
8420
8421 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
8422 if test "x$prefix" = xNONE; then
8423 test_prefix=/usr/local
8424 else
8425 test_prefix=$prefix
8426 fi
8427 else
8428 test_prefix=$exec_prefix
8429 fi
8430 value=0
8431 case ${python_prefix} in
8432 "${test_prefix}"|"${test_prefix}/"*|\
8433 '${exec_prefix}'|'${exec_prefix}/'*)
8434 value=1
8435 ;;
8436 esac
8437
8438cat >>confdefs.h <<_ACEOF
8439#define PYTHON_PATH_RELOCATABLE $value
8440_ACEOF
8441
8442
8443 fi
8444 fi
8445fi
8446
8447if test "${have_libpython}" != no; then
8448
8449$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
8450
8451 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
8452 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
8453 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
8454 CONFIG_INSTALL="$CONFIG_INSTALL install-python"
8455 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
8456
8457 # Flags needed to compile Python code (taken from python-config --cflags).
8458 # We cannot call python-config directly because it will output whatever was
8459 # used when compiling the Python interpreter itself, including flags which
8460 # would make the python-related objects be compiled differently from the
8461 # rest of GDB (e.g., -O2 and -fPIC).
8462 if test "${GCC}" = yes; then
8463 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
8464 fi
8465
8466 if test "x${tentative_python_cflags}" != x; then
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
8468$as_echo_n "checking compiler flags for python code... " >&6; }
8469 for flag in ${tentative_python_cflags}; do
8470 # Check that the compiler accepts it
8471 saved_CFLAGS="$CFLAGS"
8472 CFLAGS="$CFLAGS $flag"
8473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8474/* end confdefs.h. */
8475
8476int
8477main ()
8478{
8479
8480 ;
8481 return 0;
8482}
8483_ACEOF
8484if ac_fn_c_try_compile "$LINENO"; then :
8485 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
8486fi
8487rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8488 CFLAGS="$saved_CFLAGS"
8489 done
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
8491$as_echo "${PYTHON_CFLAGS}" >&6; }
8492 fi
8493
8494 # On IRIX, type siginfo is not defined. Instead, sys/siginfo.h provides:
8495 # #if _SGIAPI
8496 # #define siginfo __siginfo
8497 # #endif
8498 # The problem is that including Python causes some XOPEN macros to be
8499 # unilaterally defined, and that in turn causes _SGIAPI to evaluate
8500 # to false. So, we work around this issue by defining siginfo ourself
8501 # though the command-line.
8502 #
8503 # On x64 Windows, Python's include headers, and pyconfig.h in
8504 # particular, rely on MS_WIN64 macro to detect that it's a 64bit
8505 # version of Windows. Unfortunately, MS_WIN64 is only defined if
8506 # _MSC_VER, a Microsoft-specific macro, is defined. So, when
8507 # building on x64 Windows with GCC, we define MS_WIN64 ourselves.
8508 # The issue was reported to the Python community, but still isn't
8509 # solved as of 2012-10-02 (http://bugs.python.org/issue4709).
8510
8511 case "$gdb_host" in
8512 irix*) if test "${GCC}" = yes; then
8513 CPPFLAGS="$CPPFLAGS -Dsiginfo=__siginfo"
8514 fi
8515 ;;
8516 mingw64)
8517 if test "${GCC}" = yes; then
8518 CPPFLAGS="$CPPFLAGS -DMS_WIN64"
8519 fi
8520 ;;
8521 esac
8522
8523 # Note that "python -m threading" cannot be used to check for
8524 # threading support due to a bug in Python 2.7.3
8525 # (http://bugs.python.org/issue15567).
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether python supports threads" >&5
8527$as_echo_n "checking whether python supports threads... " >&6; }
8528 saved_CPPFLAGS="${CPPFLAGS}"
8529 CPPFLAGS="${PYTHON_CPPFLAGS}"
8530 # Note that the test is reversed so that python_has_threads=yes on
8531 # unexpected failures.
8532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8533/* end confdefs.h. */
8534
8535#include <Python.h>
8536#ifdef WITH_THREAD
8537# error
8538#endif
8539
8540_ACEOF
8541if ac_fn_c_try_cpp "$LINENO"; then :
8542 python_has_threads=no
8543else
8544 python_has_threads=yes
8545fi
8546rm -f conftest.err conftest.$ac_ext
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${python_has_threads}" >&5
8548$as_echo "${python_has_threads}" >&6; }
8549 CPPFLAGS="${saved_CPPFLAGS}"
8550else
8551 # Even if Python support is not compiled in, we need to have these files
8552 # included.
8553 CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o py-auto-load.o"
8554 CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c \
8555 python/py-prettyprint.c python/py-auto-load.c"
8556fi
8557
8558
8559
8560
8561# Provide a --enable-libmcheck/--disable-libmcheck set of options
8562# allowing a user to enable this option even when building releases,
8563# or to disable it when building a snapshot.
8564# Check whether --enable-libmcheck was given.
8565if test "${enable_libmcheck+set}" = set; then :
8566 enableval=$enable_libmcheck; case "${enableval}" in
8567 yes | y) ENABLE_LIBMCHECK="yes" ;;
8568 no | n) ENABLE_LIBMCHECK="no" ;;
8569 *) as_fn_error "bad value ${enableval} for --enable-libmcheck" "$LINENO" 5 ;;
8570 esac
8571fi
8572
8573
8574# Enable -lmcheck by default (it provides cheap-enough memory mangling),
8575# but turn it off if Python is enabled with threads, since -lmcheck is
8576# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),
8577# and for releases.
8578if test -z "${ENABLE_LIBMCHECK}" \
8579 -a \( "${have_libpython}" = "no" \
8580 -o "${python_has_threads}" = "no" \) \
8581 && $development; then
8582 ENABLE_LIBMCHECK=yes
8583fi
8584
8585if test "$ENABLE_LIBMCHECK" = "yes" ; then
8586 if test "${have_libpython}" != "no" -a "${python_has_threads}" = "yes" ; then
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&5
8588$as_echo "$as_me: WARNING: --enable-libmcheck may lead to spurious crashes if threads are used in python" >&2;}
8589 fi
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmcheck" >&5
8591$as_echo_n "checking for main in -lmcheck... " >&6; }
8592if test "${ac_cv_lib_mcheck_main+set}" = set; then :
8593 $as_echo_n "(cached) " >&6
8594else
8595 ac_check_lib_save_LIBS=$LIBS
8596LIBS="-lmcheck $LIBS"
8597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8598/* end confdefs.h. */
8599
8600
8601int
8602main ()
8603{
8604return main ();
8605 ;
8606 return 0;
8607}
8608_ACEOF
8609if ac_fn_c_try_link "$LINENO"; then :
8610 ac_cv_lib_mcheck_main=yes
8611else
8612 ac_cv_lib_mcheck_main=no
8613fi
8614rm -f core conftest.err conftest.$ac_objext \
8615 conftest$ac_exeext conftest.$ac_ext
8616LIBS=$ac_check_lib_save_LIBS
8617fi
8618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mcheck_main" >&5
8619$as_echo "$ac_cv_lib_mcheck_main" >&6; }
8620if test "x$ac_cv_lib_mcheck_main" = x""yes; then :
8621 cat >>confdefs.h <<_ACEOF
8622#define HAVE_LIBMCHECK 1
8623_ACEOF
8624
8625 LIBS="-lmcheck $LIBS"
8626
8627fi
8628
8629fi
8630
8631# ------------------------- #
8632# Checks for header files. #
8633# ------------------------- #
8634
8635ac_header_dirent=no
8636for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
8637 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
8638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
8639$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
8640if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
8641 $as_echo_n "(cached) " >&6
8642else
8643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8644/* end confdefs.h. */
8645#include <sys/types.h>
8646#include <$ac_hdr>
8647
8648int
8649main ()
8650{
8651if ((DIR *) 0)
8652return 0;
8653 ;
8654 return 0;
8655}
8656_ACEOF
8657if ac_fn_c_try_compile "$LINENO"; then :
8658 eval "$as_ac_Header=yes"
8659else
8660 eval "$as_ac_Header=no"
8661fi
8662rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8663fi
8664eval ac_res=\$$as_ac_Header
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8666$as_echo "$ac_res" >&6; }
8667eval as_val=\$$as_ac_Header
8668 if test "x$as_val" = x""yes; then :
8669 cat >>confdefs.h <<_ACEOF
8670#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
8671_ACEOF
8672
8673ac_header_dirent=$ac_hdr; break
8674fi
8675
8676done
8677# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
8678if test $ac_header_dirent = dirent.h; then
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
8680$as_echo_n "checking for library containing opendir... " >&6; }
8681if test "${ac_cv_search_opendir+set}" = set; then :
8682 $as_echo_n "(cached) " >&6
8683else
8684 ac_func_search_save_LIBS=$LIBS
8685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8686/* end confdefs.h. */
8687
8688/* Override any GCC internal prototype to avoid an error.
8689 Use char because int might match the return type of a GCC
8690 builtin and then its argument prototype would still apply. */
8691#ifdef __cplusplus
8692extern "C"
8693#endif
8694char opendir ();
8695int
8696main ()
8697{
8698return opendir ();
8699 ;
8700 return 0;
8701}
8702_ACEOF
8703for ac_lib in '' dir; do
8704 if test -z "$ac_lib"; then
8705 ac_res="none required"
8706 else
8707 ac_res=-l$ac_lib
8708 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8709 fi
8710 if ac_fn_c_try_link "$LINENO"; then :
8711 ac_cv_search_opendir=$ac_res
8712fi
8713rm -f core conftest.err conftest.$ac_objext \
8714 conftest$ac_exeext
8715 if test "${ac_cv_search_opendir+set}" = set; then :
8716 break
8717fi
8718done
8719if test "${ac_cv_search_opendir+set}" = set; then :
8720
8721else
8722 ac_cv_search_opendir=no
8723fi
8724rm conftest.$ac_ext
8725LIBS=$ac_func_search_save_LIBS
8726fi
8727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
8728$as_echo "$ac_cv_search_opendir" >&6; }
8729ac_res=$ac_cv_search_opendir
8730if test "$ac_res" != no; then :
8731 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8732
8733fi
8734
8735else
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
8737$as_echo_n "checking for library containing opendir... " >&6; }
8738if test "${ac_cv_search_opendir+set}" = set; then :
8739 $as_echo_n "(cached) " >&6
8740else
8741 ac_func_search_save_LIBS=$LIBS
8742cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8743/* end confdefs.h. */
8744
8745/* Override any GCC internal prototype to avoid an error.
8746 Use char because int might match the return type of a GCC
8747 builtin and then its argument prototype would still apply. */
8748#ifdef __cplusplus
8749extern "C"
8750#endif
8751char opendir ();
8752int
8753main ()
8754{
8755return opendir ();
8756 ;
8757 return 0;
8758}
8759_ACEOF
8760for ac_lib in '' x; do
8761 if test -z "$ac_lib"; then
8762 ac_res="none required"
8763 else
8764 ac_res=-l$ac_lib
8765 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8766 fi
8767 if ac_fn_c_try_link "$LINENO"; then :
8768 ac_cv_search_opendir=$ac_res
8769fi
8770rm -f core conftest.err conftest.$ac_objext \
8771 conftest$ac_exeext
8772 if test "${ac_cv_search_opendir+set}" = set; then :
8773 break
8774fi
8775done
8776if test "${ac_cv_search_opendir+set}" = set; then :
8777
8778else
8779 ac_cv_search_opendir=no
8780fi
8781rm conftest.$ac_ext
8782LIBS=$ac_func_search_save_LIBS
8783fi
8784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
8785$as_echo "$ac_cv_search_opendir" >&6; }
8786ac_res=$ac_cv_search_opendir
8787if test "$ac_res" != no; then :
8788 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8789
8790fi
8791
8792fi
8793
8794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8795$as_echo_n "checking for ANSI C header files... " >&6; }
8796if test "${ac_cv_header_stdc+set}" = set; then :
8797 $as_echo_n "(cached) " >&6
8798else
8799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8800/* end confdefs.h. */
8801#include <stdlib.h>
8802#include <stdarg.h>
8803#include <string.h>
8804#include <float.h>
8805
8806int
8807main ()
8808{
8809
8810 ;
8811 return 0;
8812}
8813_ACEOF
8814if ac_fn_c_try_compile "$LINENO"; then :
8815 ac_cv_header_stdc=yes
8816else
8817 ac_cv_header_stdc=no
8818fi
8819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8820
8821if test $ac_cv_header_stdc = yes; then
8822 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8824/* end confdefs.h. */
8825#include <string.h>
8826
8827_ACEOF
8828if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8829 $EGREP "memchr" >/dev/null 2>&1; then :
8830
8831else
8832 ac_cv_header_stdc=no
8833fi
8834rm -f conftest*
8835
8836fi
8837
8838if test $ac_cv_header_stdc = yes; then
8839 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8841/* end confdefs.h. */
8842#include <stdlib.h>
8843
8844_ACEOF
8845if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8846 $EGREP "free" >/dev/null 2>&1; then :
8847
8848else
8849 ac_cv_header_stdc=no
8850fi
8851rm -f conftest*
8852
8853fi
8854
8855if test $ac_cv_header_stdc = yes; then
8856 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8857 if test "$cross_compiling" = yes; then :
8858 :
8859else
8860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8861/* end confdefs.h. */
8862#include <ctype.h>
8863#include <stdlib.h>
8864#if ((' ' & 0x0FF) == 0x020)
8865# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8866# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8867#else
8868# define ISLOWER(c) \
8869 (('a' <= (c) && (c) <= 'i') \
8870 || ('j' <= (c) && (c) <= 'r') \
8871 || ('s' <= (c) && (c) <= 'z'))
8872# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8873#endif
8874
8875#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8876int
8877main ()
8878{
8879 int i;
8880 for (i = 0; i < 256; i++)
8881 if (XOR (islower (i), ISLOWER (i))
8882 || toupper (i) != TOUPPER (i))
8883 return 2;
8884 return 0;
8885}
8886_ACEOF
8887if ac_fn_c_try_run "$LINENO"; then :
8888
8889else
8890 ac_cv_header_stdc=no
8891fi
8892rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8893 conftest.$ac_objext conftest.beam conftest.$ac_ext
8894fi
8895
8896fi
8897fi
8898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8899$as_echo "$ac_cv_header_stdc" >&6; }
8900if test $ac_cv_header_stdc = yes; then
8901
8902$as_echo "#define STDC_HEADERS 1" >>confdefs.h
8903
8904fi
8905
8906# elf_hp.h is for HP/UX 64-bit shared library support.
8907for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
8908 thread_db.h signal.h stddef.h \
8909 stdlib.h string.h memory.h strings.h sys/fault.h \
8910 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
8911 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
8912 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
8913 sys/types.h sys/wait.h wait.h termios.h termio.h \
8914 sgtty.h unistd.h elf_hp.h locale.h \
8915 dlfcn.h sys/un.h linux/perf_event.h
8916do :
8917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8918ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8919eval as_val=\$$as_ac_Header
8920 if test "x$as_val" = x""yes; then :
8921 cat >>confdefs.h <<_ACEOF
8922#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8923_ACEOF
8924
8925fi
8926
8927done
8928
8929for ac_header in link.h
8930do :
8931 ac_fn_c_check_header_compile "$LINENO" "link.h" "ac_cv_header_link_h" "#if HAVE_SYS_TYPES_H
8932# include <sys/types.h>
8933#endif
8934#if HAVE_NLIST_H
8935# include <nlist.h>
8936#endif
8937
8938"
8939if test "x$ac_cv_header_link_h" = x""yes; then :
8940 cat >>confdefs.h <<_ACEOF
8941#define HAVE_LINK_H 1
8942_ACEOF
8943
8944fi
8945
8946done
8947
8948for ac_header in sys/proc.h
8949do :
8950 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
8951# include <sys/param.h>
8952#endif
8953
8954"
8955if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
8956 cat >>confdefs.h <<_ACEOF
8957#define HAVE_SYS_PROC_H 1
8958_ACEOF
8959
8960fi
8961
8962done
8963
8964for ac_header in sys/user.h
8965do :
8966 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
8967# include <sys/param.h>
8968#endif
8969
8970"
8971if test "x$ac_cv_header_sys_user_h" = x""yes; then :
8972 cat >>confdefs.h <<_ACEOF
8973#define HAVE_SYS_USER_H 1
8974_ACEOF
8975
8976fi
8977
8978done
8979
8980
8981# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
8982# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
8983# think that we don't have <curses.h> if we're using GCC.
8984case $host_os in
8985 solaris2.[789])
8986 if test "$GCC" = yes; then
8987
8988$as_echo "#define _MSE_INT_H 1" >>confdefs.h
8989
8990 fi ;;
8991esac
8992for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
8993do :
8994 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8995ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8996eval as_val=\$$as_ac_Header
8997 if test "x$as_val" = x""yes; then :
8998 cat >>confdefs.h <<_ACEOF
8999#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9000_ACEOF
9001
9002fi
9003
9004done
9005
9006for ac_header in term.h
9007do :
9008 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
9009# include <curses.h>
9010#endif
9011
9012"
9013if test "x$ac_cv_header_term_h" = x""yes; then :
9014 cat >>confdefs.h <<_ACEOF
9015#define HAVE_TERM_H 1
9016_ACEOF
9017
9018fi
9019
9020done
9021
9022
9023# ------------------------- #
9024# Checks for declarations. #
9025# ------------------------- #
9026
9027ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
9028if test "x$ac_cv_have_decl_free" = x""yes; then :
9029 ac_have_decl=1
9030else
9031 ac_have_decl=0
9032fi
9033
9034cat >>confdefs.h <<_ACEOF
9035#define HAVE_DECL_FREE $ac_have_decl
9036_ACEOF
9037ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
9038if test "x$ac_cv_have_decl_malloc" = x""yes; then :
9039 ac_have_decl=1
9040else
9041 ac_have_decl=0
9042fi
9043
9044cat >>confdefs.h <<_ACEOF
9045#define HAVE_DECL_MALLOC $ac_have_decl
9046_ACEOF
9047ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
9048if test "x$ac_cv_have_decl_realloc" = x""yes; then :
9049 ac_have_decl=1
9050else
9051 ac_have_decl=0
9052fi
9053
9054cat >>confdefs.h <<_ACEOF
9055#define HAVE_DECL_REALLOC $ac_have_decl
9056_ACEOF
9057ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
9058if test "x$ac_cv_have_decl_strerror" = x""yes; then :
9059 ac_have_decl=1
9060else
9061 ac_have_decl=0
9062fi
9063
9064cat >>confdefs.h <<_ACEOF
9065#define HAVE_DECL_STRERROR $ac_have_decl
9066_ACEOF
9067ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
9068if test "x$ac_cv_have_decl_strstr" = x""yes; then :
9069 ac_have_decl=1
9070else
9071 ac_have_decl=0
9072fi
9073
9074cat >>confdefs.h <<_ACEOF
9075#define HAVE_DECL_STRSTR $ac_have_decl
9076_ACEOF
9077ac_fn_c_check_decl "$LINENO" "getopt" "ac_cv_have_decl_getopt" "$ac_includes_default"
9078if test "x$ac_cv_have_decl_getopt" = x""yes; then :
9079 ac_have_decl=1
9080else
9081 ac_have_decl=0
9082fi
9083
9084cat >>confdefs.h <<_ACEOF
9085#define HAVE_DECL_GETOPT $ac_have_decl
9086_ACEOF
9087ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
9088if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
9089 ac_have_decl=1
9090else
9091 ac_have_decl=0
9092fi
9093
9094cat >>confdefs.h <<_ACEOF
9095#define HAVE_DECL_SNPRINTF $ac_have_decl
9096_ACEOF
9097ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
9098if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
9099 ac_have_decl=1
9100else
9101 ac_have_decl=0
9102fi
9103
9104cat >>confdefs.h <<_ACEOF
9105#define HAVE_DECL_VSNPRINTF $ac_have_decl
9106_ACEOF
9107
9108
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
9110$as_echo_n "checking for LC_MESSAGES... " >&6; }
9111if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
9112 $as_echo_n "(cached) " >&6
9113else
9114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9115/* end confdefs.h. */
9116#include <locale.h>
9117int
9118main ()
9119{
9120return LC_MESSAGES
9121 ;
9122 return 0;
9123}
9124_ACEOF
9125if ac_fn_c_try_link "$LINENO"; then :
9126 am_cv_val_LC_MESSAGES=yes
9127else
9128 am_cv_val_LC_MESSAGES=no
9129fi
9130rm -f core conftest.err conftest.$ac_objext \
9131 conftest$ac_exeext conftest.$ac_ext
9132fi
9133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
9134$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
9135 if test $am_cv_val_LC_MESSAGES = yes; then
9136
9137$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
9138
9139 fi
9140
9141
9142# ----------------------- #
9143# Checks for structures. #
9144# ----------------------- #
9145
9146ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
9147if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9148
9149cat >>confdefs.h <<_ACEOF
9150#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9151_ACEOF
9152
9153
9154fi
9155ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
9156if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9157
9158cat >>confdefs.h <<_ACEOF
9159#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9160_ACEOF
9161
9162
9163fi
9164
9165
9166# ------------------ #
9167# Checks for types. #
9168# ------------------ #
9169
9170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
9171$as_echo_n "checking return type of signal handlers... " >&6; }
9172if test "${ac_cv_type_signal+set}" = set; then :
9173 $as_echo_n "(cached) " >&6
9174else
9175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9176/* end confdefs.h. */
9177#include <sys/types.h>
9178#include <signal.h>
9179
9180int
9181main ()
9182{
9183return *(signal (0, 0)) (0) == 1;
9184 ;
9185 return 0;
9186}
9187_ACEOF
9188if ac_fn_c_try_compile "$LINENO"; then :
9189 ac_cv_type_signal=int
9190else
9191 ac_cv_type_signal=void
9192fi
9193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9194fi
9195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
9196$as_echo "$ac_cv_type_signal" >&6; }
9197
9198cat >>confdefs.h <<_ACEOF
9199#define RETSIGTYPE $ac_cv_type_signal
9200_ACEOF
9201
9202
9203ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9204#include <sys/socket.h>
9205
9206"
9207if test "x$ac_cv_type_socklen_t" = x""yes; then :
9208
9209cat >>confdefs.h <<_ACEOF
9210#define HAVE_SOCKLEN_T 1
9211_ACEOF
9212
9213
9214fi
9215
9216
9217# ------------------------------------- #
9218# Checks for compiler characteristics. #
9219# ------------------------------------- #
9220
9221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
9222$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
9223if test "${ac_cv_c_const+set}" = set; then :
9224 $as_echo_n "(cached) " >&6
9225else
9226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9227/* end confdefs.h. */
9228
9229int
9230main ()
9231{
9232/* FIXME: Include the comments suggested by Paul. */
9233#ifndef __cplusplus
9234 /* Ultrix mips cc rejects this. */
9235 typedef int charset[2];
9236 const charset cs;
9237 /* SunOS 4.1.1 cc rejects this. */
9238 char const *const *pcpcc;
9239 char **ppc;
9240 /* NEC SVR4.0.2 mips cc rejects this. */
9241 struct point {int x, y;};
9242 static struct point const zero = {0,0};
9243 /* AIX XL C 1.02.0.0 rejects this.
9244 It does not let you subtract one const X* pointer from another in
9245 an arm of an if-expression whose if-part is not a constant
9246 expression */
9247 const char *g = "string";
9248 pcpcc = &g + (g ? g-g : 0);
9249 /* HPUX 7.0 cc rejects these. */
9250 ++pcpcc;
9251 ppc = (char**) pcpcc;
9252 pcpcc = (char const *const *) ppc;
9253 { /* SCO 3.2v4 cc rejects this. */
9254 char *t;
9255 char const *s = 0 ? (char *) 0 : (char const *) 0;
9256
9257 *t++ = 0;
9258 if (s) return 0;
9259 }
9260 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9261 int x[] = {25, 17};
9262 const int *foo = &x[0];
9263 ++foo;
9264 }
9265 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9266 typedef const int *iptr;
9267 iptr p = 0;
9268 ++p;
9269 }
9270 { /* AIX XL C 1.02.0.0 rejects this saying
9271 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9272 struct s { int j; const int *ap[3]; };
9273 struct s *b; b->j = 5;
9274 }
9275 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
9276 const int foo = 10;
9277 if (!foo) return 0;
9278 }
9279 return !cs[0] && !zero.x;
9280#endif
9281
9282 ;
9283 return 0;
9284}
9285_ACEOF
9286if ac_fn_c_try_compile "$LINENO"; then :
9287 ac_cv_c_const=yes
9288else
9289 ac_cv_c_const=no
9290fi
9291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9292fi
9293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
9294$as_echo "$ac_cv_c_const" >&6; }
9295if test $ac_cv_c_const = no; then
9296
9297$as_echo "#define const /**/" >>confdefs.h
9298
9299fi
9300
9301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
9302$as_echo_n "checking for inline... " >&6; }
9303if test "${ac_cv_c_inline+set}" = set; then :
9304 $as_echo_n "(cached) " >&6
9305else
9306 ac_cv_c_inline=no
9307for ac_kw in inline __inline__ __inline; do
9308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9309/* end confdefs.h. */
9310#ifndef __cplusplus
9311typedef int foo_t;
9312static $ac_kw foo_t static_foo () {return 0; }
9313$ac_kw foo_t foo () {return 0; }
9314#endif
9315
9316_ACEOF
9317if ac_fn_c_try_compile "$LINENO"; then :
9318 ac_cv_c_inline=$ac_kw
9319fi
9320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9321 test "$ac_cv_c_inline" != no && break
9322done
9323
9324fi
9325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
9326$as_echo "$ac_cv_c_inline" >&6; }
9327
9328case $ac_cv_c_inline in
9329 inline | yes) ;;
9330 *)
9331 case $ac_cv_c_inline in
9332 no) ac_val=;;
9333 *) ac_val=$ac_cv_c_inline;;
9334 esac
9335 cat >>confdefs.h <<_ACEOF
9336#ifndef __cplusplus
9337#define inline $ac_val
9338#endif
9339_ACEOF
9340 ;;
9341esac
9342
9343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
9344$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
9345if test "${ac_cv_c_bigendian+set}" = set; then :
9346 $as_echo_n "(cached) " >&6
9347else
9348 ac_cv_c_bigendian=unknown
9349 # See if we're dealing with a universal compiler.
9350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9351/* end confdefs.h. */
9352#ifndef __APPLE_CC__
9353 not a universal capable compiler
9354 #endif
9355 typedef int dummy;
9356
9357_ACEOF
9358if ac_fn_c_try_compile "$LINENO"; then :
9359
9360 # Check for potential -arch flags. It is not universal unless
9361 # there are at least two -arch flags with different values.
9362 ac_arch=
9363 ac_prev=
9364 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
9365 if test -n "$ac_prev"; then
9366 case $ac_word in
9367 i?86 | x86_64 | ppc | ppc64)
9368 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
9369 ac_arch=$ac_word
9370 else
9371 ac_cv_c_bigendian=universal
9372 break
9373 fi
9374 ;;
9375 esac
9376 ac_prev=
9377 elif test "x$ac_word" = "x-arch"; then
9378 ac_prev=arch
9379 fi
9380 done
9381fi
9382rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9383 if test $ac_cv_c_bigendian = unknown; then
9384 # See if sys/param.h defines the BYTE_ORDER macro.
9385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9386/* end confdefs.h. */
9387#include <sys/types.h>
9388 #include <sys/param.h>
9389
9390int
9391main ()
9392{
9393#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
9394 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
9395 && LITTLE_ENDIAN)
9396 bogus endian macros
9397 #endif
9398
9399 ;
9400 return 0;
9401}
9402_ACEOF
9403if ac_fn_c_try_compile "$LINENO"; then :
9404 # It does; now see whether it defined to BIG_ENDIAN or not.
9405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9406/* end confdefs.h. */
9407#include <sys/types.h>
9408 #include <sys/param.h>
9409
9410int
9411main ()
9412{
9413#if BYTE_ORDER != BIG_ENDIAN
9414 not big endian
9415 #endif
9416
9417 ;
9418 return 0;
9419}
9420_ACEOF
9421if ac_fn_c_try_compile "$LINENO"; then :
9422 ac_cv_c_bigendian=yes
9423else
9424 ac_cv_c_bigendian=no
9425fi
9426rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9427fi
9428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9429 fi
9430 if test $ac_cv_c_bigendian = unknown; then
9431 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
9432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9433/* end confdefs.h. */
9434#include <limits.h>
9435
9436int
9437main ()
9438{
9439#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
9440 bogus endian macros
9441 #endif
9442
9443 ;
9444 return 0;
9445}
9446_ACEOF
9447if ac_fn_c_try_compile "$LINENO"; then :
9448 # It does; now see whether it defined to _BIG_ENDIAN or not.
9449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9450/* end confdefs.h. */
9451#include <limits.h>
9452
9453int
9454main ()
9455{
9456#ifndef _BIG_ENDIAN
9457 not big endian
9458 #endif
9459
9460 ;
9461 return 0;
9462}
9463_ACEOF
9464if ac_fn_c_try_compile "$LINENO"; then :
9465 ac_cv_c_bigendian=yes
9466else
9467 ac_cv_c_bigendian=no
9468fi
9469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9470fi
9471rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9472 fi
9473 if test $ac_cv_c_bigendian = unknown; then
9474 # Compile a test program.
9475 if test "$cross_compiling" = yes; then :
9476 # Try to guess by grepping values from an object file.
9477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9478/* end confdefs.h. */
9479short int ascii_mm[] =
9480 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
9481 short int ascii_ii[] =
9482 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
9483 int use_ascii (int i) {
9484 return ascii_mm[i] + ascii_ii[i];
9485 }
9486 short int ebcdic_ii[] =
9487 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
9488 short int ebcdic_mm[] =
9489 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
9490 int use_ebcdic (int i) {
9491 return ebcdic_mm[i] + ebcdic_ii[i];
9492 }
9493 extern int foo;
9494
9495int
9496main ()
9497{
9498return use_ascii (foo) == use_ebcdic (foo);
9499 ;
9500 return 0;
9501}
9502_ACEOF
9503if ac_fn_c_try_compile "$LINENO"; then :
9504 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
9505 ac_cv_c_bigendian=yes
9506 fi
9507 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
9508 if test "$ac_cv_c_bigendian" = unknown; then
9509 ac_cv_c_bigendian=no
9510 else
9511 # finding both strings is unlikely to happen, but who knows?
9512 ac_cv_c_bigendian=unknown
9513 fi
9514 fi
9515fi
9516rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9517else
9518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9519/* end confdefs.h. */
9520$ac_includes_default
9521int
9522main ()
9523{
9524
9525 /* Are we little or big endian? From Harbison&Steele. */
9526 union
9527 {
9528 long int l;
9529 char c[sizeof (long int)];
9530 } u;
9531 u.l = 1;
9532 return u.c[sizeof (long int) - 1] == 1;
9533
9534 ;
9535 return 0;
9536}
9537_ACEOF
9538if ac_fn_c_try_run "$LINENO"; then :
9539 ac_cv_c_bigendian=no
9540else
9541 ac_cv_c_bigendian=yes
9542fi
9543rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9544 conftest.$ac_objext conftest.beam conftest.$ac_ext
9545fi
9546
9547 fi
9548fi
9549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
9550$as_echo "$ac_cv_c_bigendian" >&6; }
9551 case $ac_cv_c_bigendian in #(
9552 yes)
9553 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
9554;; #(
9555 no)
9556 ;; #(
9557 universal)
9558
9559$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
9560
9561 ;; #(
9562 *)
9563 as_fn_error "unknown endianness
9564 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
9565 esac
9566
9567
9568# ------------------------------ #
9569# Checks for library functions. #
9570# ------------------------------ #
9571
9572# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9573# for constant arguments. Useless!
9574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
9575$as_echo_n "checking for working alloca.h... " >&6; }
9576if test "${ac_cv_working_alloca_h+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
9578else
9579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9580/* end confdefs.h. */
9581#include <alloca.h>
9582int
9583main ()
9584{
9585char *p = (char *) alloca (2 * sizeof (int));
9586 if (p) return 0;
9587 ;
9588 return 0;
9589}
9590_ACEOF
9591if ac_fn_c_try_link "$LINENO"; then :
9592 ac_cv_working_alloca_h=yes
9593else
9594 ac_cv_working_alloca_h=no
9595fi
9596rm -f core conftest.err conftest.$ac_objext \
9597 conftest$ac_exeext conftest.$ac_ext
9598fi
9599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
9600$as_echo "$ac_cv_working_alloca_h" >&6; }
9601if test $ac_cv_working_alloca_h = yes; then
9602
9603$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
9604
9605fi
9606
9607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
9608$as_echo_n "checking for alloca... " >&6; }
9609if test "${ac_cv_func_alloca_works+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611else
9612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9613/* end confdefs.h. */
9614#ifdef __GNUC__
9615# define alloca __builtin_alloca
9616#else
9617# ifdef _MSC_VER
9618# include <malloc.h>
9619# define alloca _alloca
9620# else
9621# ifdef HAVE_ALLOCA_H
9622# include <alloca.h>
9623# else
9624# ifdef _AIX
9625 #pragma alloca
9626# else
9627# ifndef alloca /* predefined by HP cc +Olibcalls */
9628char *alloca ();
9629# endif
9630# endif
9631# endif
9632# endif
9633#endif
9634
9635int
9636main ()
9637{
9638char *p = (char *) alloca (1);
9639 if (p) return 0;
9640 ;
9641 return 0;
9642}
9643_ACEOF
9644if ac_fn_c_try_link "$LINENO"; then :
9645 ac_cv_func_alloca_works=yes
9646else
9647 ac_cv_func_alloca_works=no
9648fi
9649rm -f core conftest.err conftest.$ac_objext \
9650 conftest$ac_exeext conftest.$ac_ext
9651fi
9652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
9653$as_echo "$ac_cv_func_alloca_works" >&6; }
9654
9655if test $ac_cv_func_alloca_works = yes; then
9656
9657$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9658
9659else
9660 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9661# that cause trouble. Some versions do not even contain alloca or
9662# contain a buggy version. If you still want to use their alloca,
9663# use ar to extract alloca.o from them instead of compiling alloca.c.
9664
9665ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
9666
9667$as_echo "#define C_ALLOCA 1" >>confdefs.h
9668
9669
9670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
9671$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
9672if test "${ac_cv_os_cray+set}" = set; then :
9673 $as_echo_n "(cached) " >&6
9674else
9675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9676/* end confdefs.h. */
9677#if defined CRAY && ! defined CRAY2
9678webecray
9679#else
9680wenotbecray
9681#endif
9682
9683_ACEOF
9684if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9685 $EGREP "webecray" >/dev/null 2>&1; then :
9686 ac_cv_os_cray=yes
9687else
9688 ac_cv_os_cray=no
9689fi
9690rm -f conftest*
9691
9692fi
9693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
9694$as_echo "$ac_cv_os_cray" >&6; }
9695if test $ac_cv_os_cray = yes; then
9696 for ac_func in _getb67 GETB67 getb67; do
9697 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9698ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9699eval as_val=\$$as_ac_var
9700 if test "x$as_val" = x""yes; then :
9701
9702cat >>confdefs.h <<_ACEOF
9703#define CRAY_STACKSEG_END $ac_func
9704_ACEOF
9705
9706 break
9707fi
9708
9709 done
9710fi
9711
9712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
9713$as_echo_n "checking stack direction for C alloca... " >&6; }
9714if test "${ac_cv_c_stack_direction+set}" = set; then :
9715 $as_echo_n "(cached) " >&6
9716else
9717 if test "$cross_compiling" = yes; then :
9718 ac_cv_c_stack_direction=0
9719else
9720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9721/* end confdefs.h. */
9722$ac_includes_default
9723int
9724find_stack_direction ()
9725{
9726 static char *addr = 0;
9727 auto char dummy;
9728 if (addr == 0)
9729 {
9730 addr = &dummy;
9731 return find_stack_direction ();
9732 }
9733 else
9734 return (&dummy > addr) ? 1 : -1;
9735}
9736
9737int
9738main ()
9739{
9740 return find_stack_direction () < 0;
9741}
9742_ACEOF
9743if ac_fn_c_try_run "$LINENO"; then :
9744 ac_cv_c_stack_direction=1
9745else
9746 ac_cv_c_stack_direction=-1
9747fi
9748rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9749 conftest.$ac_objext conftest.beam conftest.$ac_ext
9750fi
9751
9752fi
9753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
9754$as_echo "$ac_cv_c_stack_direction" >&6; }
9755cat >>confdefs.h <<_ACEOF
9756#define STACK_DIRECTION $ac_cv_c_stack_direction
9757_ACEOF
9758
9759
9760fi
9761
9762for ac_header in stdlib.h unistd.h
9763do :
9764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9765ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9766eval as_val=\$$as_ac_Header
9767 if test "x$as_val" = x""yes; then :
9768 cat >>confdefs.h <<_ACEOF
9769#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9770_ACEOF
9771
9772fi
9773
9774done
9775
9776for ac_func in getpagesize
9777do :
9778 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
9779if test "x$ac_cv_func_getpagesize" = x""yes; then :
9780 cat >>confdefs.h <<_ACEOF
9781#define HAVE_GETPAGESIZE 1
9782_ACEOF
9783
9784fi
9785done
9786
9787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
9788$as_echo_n "checking for working mmap... " >&6; }
9789if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
9790 $as_echo_n "(cached) " >&6
9791else
9792 if test "$cross_compiling" = yes; then :
9793 ac_cv_func_mmap_fixed_mapped=no
9794else
9795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9796/* end confdefs.h. */
9797$ac_includes_default
9798/* malloc might have been renamed as rpl_malloc. */
9799#undef malloc
9800
9801/* Thanks to Mike Haertel and Jim Avera for this test.
9802 Here is a matrix of mmap possibilities:
9803 mmap private not fixed
9804 mmap private fixed at somewhere currently unmapped
9805 mmap private fixed at somewhere already mapped
9806 mmap shared not fixed
9807 mmap shared fixed at somewhere currently unmapped
9808 mmap shared fixed at somewhere already mapped
9809 For private mappings, we should verify that changes cannot be read()
9810 back from the file, nor mmap's back from the file at a different
9811 address. (There have been systems where private was not correctly
9812 implemented like the infamous i386 svr4.0, and systems where the
9813 VM page cache was not coherent with the file system buffer cache
9814 like early versions of FreeBSD and possibly contemporary NetBSD.)
9815 For shared mappings, we should conversely verify that changes get
9816 propagated back to all the places they're supposed to be.
9817
9818 Grep wants private fixed already mapped.
9819 The main things grep needs to know about mmap are:
9820 * does it exist and is it safe to write into the mmap'd area
9821 * how to use it (BSD variants) */
9822
9823#include <fcntl.h>
9824#include <sys/mman.h>
9825
9826#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
9827char *malloc ();
9828#endif
9829
9830/* This mess was copied from the GNU getpagesize.h. */
9831#ifndef HAVE_GETPAGESIZE
9832/* Assume that all systems that can run configure have sys/param.h. */
9833# ifndef HAVE_SYS_PARAM_H
9834# define HAVE_SYS_PARAM_H 1
9835# endif
9836
9837# ifdef _SC_PAGESIZE
9838# define getpagesize() sysconf(_SC_PAGESIZE)
9839# else /* no _SC_PAGESIZE */
9840# ifdef HAVE_SYS_PARAM_H
9841# include <sys/param.h>
9842# ifdef EXEC_PAGESIZE
9843# define getpagesize() EXEC_PAGESIZE
9844# else /* no EXEC_PAGESIZE */
9845# ifdef NBPG
9846# define getpagesize() NBPG * CLSIZE
9847# ifndef CLSIZE
9848# define CLSIZE 1
9849# endif /* no CLSIZE */
9850# else /* no NBPG */
9851# ifdef NBPC
9852# define getpagesize() NBPC
9853# else /* no NBPC */
9854# ifdef PAGESIZE
9855# define getpagesize() PAGESIZE
9856# endif /* PAGESIZE */
9857# endif /* no NBPC */
9858# endif /* no NBPG */
9859# endif /* no EXEC_PAGESIZE */
9860# else /* no HAVE_SYS_PARAM_H */
9861# define getpagesize() 8192 /* punt totally */
9862# endif /* no HAVE_SYS_PARAM_H */
9863# endif /* no _SC_PAGESIZE */
9864
9865#endif /* no HAVE_GETPAGESIZE */
9866
9867int
9868main ()
9869{
9870 char *data, *data2, *data3;
9871 int i, pagesize;
9872 int fd;
9873
9874 pagesize = getpagesize ();
9875
9876 /* First, make a file with some known garbage in it. */
9877 data = (char *) malloc (pagesize);
9878 if (!data)
9879 return 1;
9880 for (i = 0; i < pagesize; ++i)
9881 *(data + i) = rand ();
9882 umask (0);
9883 fd = creat ("conftest.mmap", 0600);
9884 if (fd < 0)
9885 return 1;
9886 if (write (fd, data, pagesize) != pagesize)
9887 return 1;
9888 close (fd);
9889
9890 /* Next, try to mmap the file at a fixed address which already has
9891 something else allocated at it. If we can, also make sure that
9892 we see the same garbage. */
9893 fd = open ("conftest.mmap", O_RDWR);
9894 if (fd < 0)
9895 return 1;
9896 data2 = (char *) malloc (2 * pagesize);
9897 if (!data2)
9898 return 1;
9899 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
9900 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
9901 MAP_PRIVATE | MAP_FIXED, fd, 0L))
9902 return 1;
9903 for (i = 0; i < pagesize; ++i)
9904 if (*(data + i) != *(data2 + i))
9905 return 1;
9906
9907 /* Finally, make sure that changes to the mapped area do not
9908 percolate back to the file as seen by read(). (This is a bug on
9909 some variants of i386 svr4.0.) */
9910 for (i = 0; i < pagesize; ++i)
9911 *(data2 + i) = *(data2 + i) + 1;
9912 data3 = (char *) malloc (pagesize);
9913 if (!data3)
9914 return 1;
9915 if (read (fd, data3, pagesize) != pagesize)
9916 return 1;
9917 for (i = 0; i < pagesize; ++i)
9918 if (*(data + i) != *(data3 + i))
9919 return 1;
9920 close (fd);
9921 return 0;
9922}
9923_ACEOF
9924if ac_fn_c_try_run "$LINENO"; then :
9925 ac_cv_func_mmap_fixed_mapped=yes
9926else
9927 ac_cv_func_mmap_fixed_mapped=no
9928fi
9929rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9930 conftest.$ac_objext conftest.beam conftest.$ac_ext
9931fi
9932
9933fi
9934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
9935$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
9936if test $ac_cv_func_mmap_fixed_mapped = yes; then
9937
9938$as_echo "#define HAVE_MMAP 1" >>confdefs.h
9939
9940fi
9941rm -f conftest.mmap
9942
9943ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
9944if test "x$ac_cv_type_pid_t" = x""yes; then :
9945
9946else
9947
9948cat >>confdefs.h <<_ACEOF
9949#define pid_t int
9950_ACEOF
9951
9952fi
9953
9954for ac_header in vfork.h
9955do :
9956 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
9957if test "x$ac_cv_header_vfork_h" = x""yes; then :
9958 cat >>confdefs.h <<_ACEOF
9959#define HAVE_VFORK_H 1
9960_ACEOF
9961
9962fi
9963
9964done
9965
9966for ac_func in fork vfork
9967do :
9968 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9969ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9970eval as_val=\$$as_ac_var
9971 if test "x$as_val" = x""yes; then :
9972 cat >>confdefs.h <<_ACEOF
9973#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9974_ACEOF
9975
9976fi
9977done
9978
9979if test "x$ac_cv_func_fork" = xyes; then
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
9981$as_echo_n "checking for working fork... " >&6; }
9982if test "${ac_cv_func_fork_works+set}" = set; then :
9983 $as_echo_n "(cached) " >&6
9984else
9985 if test "$cross_compiling" = yes; then :
9986 ac_cv_func_fork_works=cross
9987else
9988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9989/* end confdefs.h. */
9990$ac_includes_default
9991int
9992main ()
9993{
9994
9995 /* By Ruediger Kuhlmann. */
9996 return fork () < 0;
9997
9998 ;
9999 return 0;
10000}
10001_ACEOF
10002if ac_fn_c_try_run "$LINENO"; then :
10003 ac_cv_func_fork_works=yes
10004else
10005 ac_cv_func_fork_works=no
10006fi
10007rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10008 conftest.$ac_objext conftest.beam conftest.$ac_ext
10009fi
10010
10011fi
10012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
10013$as_echo "$ac_cv_func_fork_works" >&6; }
10014
10015else
10016 ac_cv_func_fork_works=$ac_cv_func_fork
10017fi
10018if test "x$ac_cv_func_fork_works" = xcross; then
10019 case $host in
10020 *-*-amigaos* | *-*-msdosdjgpp*)
10021 # Override, as these systems have only a dummy fork() stub
10022 ac_cv_func_fork_works=no
10023 ;;
10024 *)
10025 ac_cv_func_fork_works=yes
10026 ;;
10027 esac
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
10029$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
10030fi
10031ac_cv_func_vfork_works=$ac_cv_func_vfork
10032if test "x$ac_cv_func_vfork" = xyes; then
10033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
10034$as_echo_n "checking for working vfork... " >&6; }
10035if test "${ac_cv_func_vfork_works+set}" = set; then :
10036 $as_echo_n "(cached) " >&6
10037else
10038 if test "$cross_compiling" = yes; then :
10039 ac_cv_func_vfork_works=cross
10040else
10041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10042/* end confdefs.h. */
10043/* Thanks to Paul Eggert for this test. */
10044$ac_includes_default
10045#include <sys/wait.h>
10046#ifdef HAVE_VFORK_H
10047# include <vfork.h>
10048#endif
10049/* On some sparc systems, changes by the child to local and incoming
10050 argument registers are propagated back to the parent. The compiler
10051 is told about this with #include <vfork.h>, but some compilers
10052 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10053 static variable whose address is put into a register that is
10054 clobbered by the vfork. */
10055static void
10056#ifdef __cplusplus
10057sparc_address_test (int arg)
10058# else
10059sparc_address_test (arg) int arg;
10060#endif
10061{
10062 static pid_t child;
10063 if (!child) {
10064 child = vfork ();
10065 if (child < 0) {
10066 perror ("vfork");
10067 _exit(2);
10068 }
10069 if (!child) {
10070 arg = getpid();
10071 write(-1, "", 0);
10072 _exit (arg);
10073 }
10074 }
10075}
10076
10077int
10078main ()
10079{
10080 pid_t parent = getpid ();
10081 pid_t child;
10082
10083 sparc_address_test (0);
10084
10085 child = vfork ();
10086
10087 if (child == 0) {
10088 /* Here is another test for sparc vfork register problems. This
10089 test uses lots of local variables, at least as many local
10090 variables as main has allocated so far including compiler
10091 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
10092 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
10093 reuse the register of parent for one of the local variables,
10094 since it will think that parent can't possibly be used any more
10095 in this routine. Assigning to the local variable will thus
10096 munge parent in the parent process. */
10097 pid_t
10098 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10099 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
10100 /* Convince the compiler that p..p7 are live; otherwise, it might
10101 use the same hardware register for all 8 local variables. */
10102 if (p != p1 || p != p2 || p != p3 || p != p4
10103 || p != p5 || p != p6 || p != p7)
10104 _exit(1);
10105
10106 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
10107 from child file descriptors. If the child closes a descriptor
10108 before it execs or exits, this munges the parent's descriptor
10109 as well. Test for this by closing stdout in the child. */
10110 _exit(close(fileno(stdout)) != 0);
10111 } else {
10112 int status;
10113 struct stat st;
10114
10115 while (wait(&status) != child)
10116 ;
10117 return (
10118 /* Was there some problem with vforking? */
10119 child < 0
10120
10121 /* Did the child fail? (This shouldn't happen.) */
10122 || status
10123
10124 /* Did the vfork/compiler bug occur? */
10125 || parent != getpid()
10126
10127 /* Did the file descriptor bug occur? */
10128 || fstat(fileno(stdout), &st) != 0
10129 );
10130 }
10131}
10132_ACEOF
10133if ac_fn_c_try_run "$LINENO"; then :
10134 ac_cv_func_vfork_works=yes
10135else
10136 ac_cv_func_vfork_works=no
10137fi
10138rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10139 conftest.$ac_objext conftest.beam conftest.$ac_ext
10140fi
10141
10142fi
10143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
10144$as_echo "$ac_cv_func_vfork_works" >&6; }
10145
10146fi;
10147if test "x$ac_cv_func_fork_works" = xcross; then
10148 ac_cv_func_vfork_works=$ac_cv_func_vfork
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
10150$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
10151fi
10152
10153if test "x$ac_cv_func_vfork_works" = xyes; then
10154
10155$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
10156
10157else
10158
10159$as_echo "#define vfork fork" >>confdefs.h
10160
10161fi
10162if test "x$ac_cv_func_fork_works" = xyes; then
10163
10164$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
10165
10166fi
10167
10168for ac_func in canonicalize_file_name realpath getrusage getuid getgid \
10169 pipe poll pread pread64 pwrite readlink resize_term \
10170 sbrk setpgid setpgrp setsid \
10171 sigaction sigprocmask sigsetmask socketpair syscall \
10172 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
10173 setrlimit getrlimit posix_madvise waitpid lstat \
10174 fdwalk pipe2
10175do :
10176 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10177ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10178eval as_val=\$$as_ac_var
10179 if test "x$as_val" = x""yes; then :
10180 cat >>confdefs.h <<_ACEOF
10181#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10182_ACEOF
10183
10184fi
10185done
10186
10187
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10189$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10190if test "${am_cv_langinfo_codeset+set}" = set; then :
10191 $as_echo_n "(cached) " >&6
10192else
10193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10194/* end confdefs.h. */
10195#include <langinfo.h>
10196int
10197main ()
10198{
10199char* cs = nl_langinfo(CODESET);
10200 ;
10201 return 0;
10202}
10203_ACEOF
10204if ac_fn_c_try_link "$LINENO"; then :
10205 am_cv_langinfo_codeset=yes
10206else
10207 am_cv_langinfo_codeset=no
10208fi
10209rm -f core conftest.err conftest.$ac_objext \
10210 conftest$ac_exeext conftest.$ac_ext
10211
10212fi
10213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
10214$as_echo "$am_cv_langinfo_codeset" >&6; }
10215 if test $am_cv_langinfo_codeset = yes; then
10216
10217$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
10218
10219 fi
10220
10221
10222# Check the return and argument types of ptrace. No canned test for
10223# this, so roll our own.
10224gdb_ptrace_headers='
10225#if HAVE_SYS_TYPES_H
10226# include <sys/types.h>
10227#endif
10228#if HAVE_SYS_PTRACE_H
10229# include <sys/ptrace.h>
10230#endif
10231#if HAVE_UNISTD_H
10232# include <unistd.h>
10233#endif
10234'
10235# There is no point in checking if we don't have a prototype.
10236ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
10237"
10238if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
10239 ac_have_decl=1
10240else
10241 ac_have_decl=0
10242fi
10243
10244cat >>confdefs.h <<_ACEOF
10245#define HAVE_DECL_PTRACE $ac_have_decl
10246_ACEOF
10247if test $ac_have_decl = 1; then :
10248
10249else
10250
10251 : ${gdb_cv_func_ptrace_ret='int'}
10252 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
10253
10254fi
10255
10256# Check return type. Varargs (used on GNU/Linux) conflict with the
10257# empty argument list, so check for that explicitly.
10258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
10259$as_echo_n "checking return type of ptrace... " >&6; }
10260if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
10261 $as_echo_n "(cached) " >&6
10262else
10263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10264/* end confdefs.h. */
10265$gdb_ptrace_headers
10266int
10267main ()
10268{
10269extern long ptrace (enum __ptrace_request, ...);
10270 ;
10271 return 0;
10272}
10273_ACEOF
10274if ac_fn_c_try_compile "$LINENO"; then :
10275 gdb_cv_func_ptrace_ret='long'
10276else
10277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10278/* end confdefs.h. */
10279$gdb_ptrace_headers
10280int
10281main ()
10282{
10283extern int ptrace ();
10284 ;
10285 return 0;
10286}
10287_ACEOF
10288if ac_fn_c_try_compile "$LINENO"; then :
10289 gdb_cv_func_ptrace_ret='int'
10290else
10291 gdb_cv_func_ptrace_ret='long'
10292fi
10293rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10294fi
10295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10296fi
10297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
10298$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
10299
10300cat >>confdefs.h <<_ACEOF
10301#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
10302_ACEOF
10303
10304# Check argument types.
10305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
10306$as_echo_n "checking types of arguments for ptrace... " >&6; }
10307if test "${gdb_cv_func_ptrace_args+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
10309else
10310
10311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10312/* end confdefs.h. */
10313$gdb_ptrace_headers
10314int
10315main ()
10316{
10317extern long ptrace (enum __ptrace_request, ...);
10318 ;
10319 return 0;
10320}
10321_ACEOF
10322if ac_fn_c_try_compile "$LINENO"; then :
10323 gdb_cv_func_ptrace_args='int,int,long,long'
10324else
10325
10326for gdb_arg1 in 'int' 'long'; do
10327 for gdb_arg2 in 'pid_t' 'int' 'long'; do
10328 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
10329 for gdb_arg4 in 'int' 'long'; do
10330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10331/* end confdefs.h. */
10332$gdb_ptrace_headers
10333int
10334main ()
10335{
10336
10337extern $gdb_cv_func_ptrace_ret
10338 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
10339
10340 ;
10341 return 0;
10342}
10343_ACEOF
10344if ac_fn_c_try_compile "$LINENO"; then :
10345 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
10346 break 4;
10347fi
10348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10349 for gdb_arg5 in 'int *' 'int' 'long'; do
10350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10351/* end confdefs.h. */
10352$gdb_ptrace_headers
10353int
10354main ()
10355{
10356
10357extern $gdb_cv_func_ptrace_ret
10358 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
10359
10360 ;
10361 return 0;
10362}
10363_ACEOF
10364if ac_fn_c_try_compile "$LINENO"; then :
10365
10366gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
10367 break 5;
10368fi
10369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10370 done
10371 done
10372 done
10373 done
10374done
10375# Provide a safe default value.
10376: ${gdb_cv_func_ptrace_args='int,int,long,long'}
10377
10378fi
10379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10380fi
10381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
10382$as_echo "$gdb_cv_func_ptrace_args" >&6; }
10383ac_save_IFS=$IFS; IFS=','
10384set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
10385IFS=$ac_save_IFS
10386shift
10387
10388cat >>confdefs.h <<_ACEOF
10389#define PTRACE_TYPE_ARG3 $3
10390_ACEOF
10391
10392if test -n "$5"; then
10393
10394cat >>confdefs.h <<_ACEOF
10395#define PTRACE_TYPE_ARG5 $5
10396_ACEOF
10397
10398fi
10399
10400if test "$cross_compiling" = no; then
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
10402$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
10403if test "${ac_cv_func_setpgrp_void+set}" = set; then :
10404 $as_echo_n "(cached) " >&6
10405else
10406 if test "$cross_compiling" = yes; then :
10407 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
10408else
10409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10410/* end confdefs.h. */
10411$ac_includes_default
10412int
10413main ()
10414{
10415/* If this system has a BSD-style setpgrp which takes arguments,
10416 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
10417 exit successfully. */
10418 return setpgrp (1,1) != -1;
10419 ;
10420 return 0;
10421}
10422_ACEOF
10423if ac_fn_c_try_run "$LINENO"; then :
10424 ac_cv_func_setpgrp_void=no
10425else
10426 ac_cv_func_setpgrp_void=yes
10427fi
10428rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10429 conftest.$ac_objext conftest.beam conftest.$ac_ext
10430fi
10431
10432fi
10433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
10434$as_echo "$ac_cv_func_setpgrp_void" >&6; }
10435if test $ac_cv_func_setpgrp_void = yes; then
10436
10437$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
10438
10439fi
10440
10441else
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
10443$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
10444if test "${ac_cv_func_setpgrp_void+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446else
10447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10448/* end confdefs.h. */
10449
10450#include <unistd.h>
10451
10452int
10453main ()
10454{
10455
10456 if (setpgrp(1,1) == -1)
10457 exit (0);
10458 else
10459 exit (1);
10460
10461 ;
10462 return 0;
10463}
10464_ACEOF
10465if ac_fn_c_try_compile "$LINENO"; then :
10466 ac_cv_func_setpgrp_void=no
10467else
10468 ac_cv_func_setpgrp_void=yes
10469fi
10470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10471fi
10472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
10473$as_echo "$ac_cv_func_setpgrp_void" >&6; }
10474if test $ac_cv_func_setpgrp_void = yes; then
10475 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
10476
10477fi
10478fi
10479
10480# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
10481# since sigsetjmp might only be defined as a macro.
10482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
10483$as_echo_n "checking for sigsetjmp... " >&6; }
10484if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
10485 $as_echo_n "(cached) " >&6
10486else
10487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10488/* end confdefs.h. */
10489
10490#include <setjmp.h>
10491
10492int
10493main ()
10494{
10495sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
10496 ;
10497 return 0;
10498}
10499_ACEOF
10500if ac_fn_c_try_compile "$LINENO"; then :
10501 gdb_cv_func_sigsetjmp=yes
10502else
10503 gdb_cv_func_sigsetjmp=no
10504fi
10505rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10506fi
10507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
10508$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
10509if test $gdb_cv_func_sigsetjmp = yes; then
10510
10511$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
10512
10513fi
10514
10515# Assume we'll default to using the included libiberty regex.
10516gdb_use_included_regex=yes
10517
10518# However, if the system regex is GNU regex, then default to *not*
10519# using the included regex.
10520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
10521$as_echo_n "checking for GNU regex... " >&6; }
10522if test "${gdb_cv_have_gnu_regex+set}" = set; then :
10523 $as_echo_n "(cached) " >&6
10524else
10525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10526/* end confdefs.h. */
10527#include <gnu-versions.h>
10528int
10529main ()
10530{
10531#define REGEX_INTERFACE_VERSION 1
10532#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
10533# error "Version mismatch"
10534#endif
10535 ;
10536 return 0;
10537}
10538_ACEOF
10539if ac_fn_c_try_compile "$LINENO"; then :
10540 gdb_cv_have_gnu_regex=yes
10541else
10542 gdb_cv_have_gnu_regex=no
10543fi
10544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10545fi
10546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
10547$as_echo "$gdb_cv_have_gnu_regex" >&6; }
10548if test $gdb_cv_have_gnu_regex = yes; then
10549 gdb_use_included_regex=no
10550fi
10551
10552
10553# Check whether --with-included-regex was given.
10554if test "${with_included_regex+set}" = set; then :
10555 withval=$with_included_regex; gdb_with_regex=$withval
10556else
10557 gdb_with_regex=$gdb_use_included_regex
10558fi
10559
10560if test "$gdb_with_regex" = yes; then
10561
10562$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
10563
10564fi
10565
10566# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
10567ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
10568#include <sys/proc.h>
10569
10570"
10571if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
10572
10573cat >>confdefs.h <<_ACEOF
10574#define HAVE_STRUCT_THREAD_TD_PCB 1
10575_ACEOF
10576
10577
10578fi
10579
10580
10581# See if <sys/lwp.h> defines `struct lwp`.
10582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
10583$as_echo_n "checking for struct lwp... " >&6; }
10584if test "${gdb_cv_struct_lwp+set}" = set; then :
10585 $as_echo_n "(cached) " >&6
10586else
10587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10588/* end confdefs.h. */
10589#include <sys/param.h>
10590#include <sys/lwp.h>
10591int
10592main ()
10593{
10594struct lwp l;
10595 ;
10596 return 0;
10597}
10598_ACEOF
10599if ac_fn_c_try_compile "$LINENO"; then :
10600 gdb_cv_struct_lwp=yes
10601else
10602 gdb_cv_struct_lwp=no
10603fi
10604rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10605fi
10606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
10607$as_echo "$gdb_cv_struct_lwp" >&6; }
10608if test $gdb_cv_struct_lwp = yes; then
10609
10610$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
10611
10612fi
10613
10614# See if <machine/reg.h> degines `struct reg'.
10615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
10616$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
10617if test "${gdb_cv_struct_reg+set}" = set; then :
10618 $as_echo_n "(cached) " >&6
10619else
10620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10621/* end confdefs.h. */
10622#include <sys/types.h>
10623#include <machine/reg.h>
10624int
10625main ()
10626{
10627struct reg r;
10628 ;
10629 return 0;
10630}
10631_ACEOF
10632if ac_fn_c_try_compile "$LINENO"; then :
10633 gdb_cv_struct_reg=yes
10634else
10635 gdb_cv_struct_reg=no
10636fi
10637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10638fi
10639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
10640$as_echo "$gdb_cv_struct_reg" >&6; }
10641if test $gdb_cv_struct_reg = yes; then
10642
10643$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
10644
10645fi
10646
10647# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
10648# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
10649ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
10650"
10651if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
10652
10653cat >>confdefs.h <<_ACEOF
10654#define HAVE_STRUCT_REG_R_FS 1
10655_ACEOF
10656
10657
10658fi
10659ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
10660"
10661if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
10662
10663cat >>confdefs.h <<_ACEOF
10664#define HAVE_STRUCT_REG_R_GS 1
10665_ACEOF
10666
10667
10668fi
10669
10670
10671# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
10672# Older amd64 Linux's don't have the fs_base and gs_base members of
10673# `struct user_regs_struct'.
10674ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "fs_base" "ac_cv_member_struct_user_regs_struct_fs_base" "#include <sys/user.h>
10675"
10676if test "x$ac_cv_member_struct_user_regs_struct_fs_base" = x""yes; then :
10677
10678cat >>confdefs.h <<_ACEOF
10679#define HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE 1
10680_ACEOF
10681
10682
10683fi
10684ac_fn_c_check_member "$LINENO" "struct user_regs_struct" "gs_base" "ac_cv_member_struct_user_regs_struct_gs_base" "#include <sys/user.h>
10685"
10686if test "x$ac_cv_member_struct_user_regs_struct_gs_base" = x""yes; then :
10687
10688cat >>confdefs.h <<_ACEOF
10689#define HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE 1
10690_ACEOF
10691
10692
10693fi
10694
10695
10696# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
10697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
10698$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
10699if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
10700 $as_echo_n "(cached) " >&6
10701else
10702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10703/* end confdefs.h. */
10704#include <sys/ptrace.h>
10705int
10706main ()
10707{
10708PTRACE_GETREGS;
10709 ;
10710 return 0;
10711}
10712_ACEOF
10713if ac_fn_c_try_compile "$LINENO"; then :
10714 gdb_cv_have_ptrace_getregs=yes
10715else
10716 gdb_cv_have_ptrace_getregs=no
10717fi
10718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10719fi
10720
10721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
10722$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
10723if test $gdb_cv_have_ptrace_getregs = yes; then
10724
10725$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
10726
10727fi
10728
10729# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
10730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
10731$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
10732if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
10734else
10735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10736/* end confdefs.h. */
10737#include <sys/ptrace.h>
10738int
10739main ()
10740{
10741PTRACE_GETFPXREGS;
10742 ;
10743 return 0;
10744}
10745_ACEOF
10746if ac_fn_c_try_compile "$LINENO"; then :
10747 gdb_cv_have_ptrace_getfpxregs=yes
10748else
10749 gdb_cv_have_ptrace_getfpxregs=no
10750fi
10751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10752fi
10753
10754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
10755$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
10756if test $gdb_cv_have_ptrace_getfpxregs = yes; then
10757
10758$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
10759
10760fi
10761
10762# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
10763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
10764$as_echo_n "checking for PT_GETDBREGS... " >&6; }
10765if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
10766 $as_echo_n "(cached) " >&6
10767else
10768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10769/* end confdefs.h. */
10770#include <sys/types.h>
10771#include <sys/ptrace.h>
10772int
10773main ()
10774{
10775PT_GETDBREGS;
10776 ;
10777 return 0;
10778}
10779_ACEOF
10780if ac_fn_c_try_compile "$LINENO"; then :
10781 gdb_cv_have_pt_getdbregs=yes
10782else
10783 gdb_cv_have_pt_getdbregs=no
10784fi
10785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10786fi
10787
10788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
10789$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
10790if test $gdb_cv_have_pt_getdbregs = yes; then
10791
10792$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
10793
10794fi
10795
10796# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
10797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
10798$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
10799if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
10800 $as_echo_n "(cached) " >&6
10801else
10802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10803/* end confdefs.h. */
10804#include <sys/types.h>
10805#include <sys/ptrace.h>
10806int
10807main ()
10808{
10809PT_GETXMMREGS;
10810 ;
10811 return 0;
10812}
10813_ACEOF
10814if ac_fn_c_try_compile "$LINENO"; then :
10815 gdb_cv_have_pt_getxmmregs=yes
10816else
10817 gdb_cv_have_pt_getxmmregs=no
10818fi
10819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10820fi
10821
10822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
10823$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
10824if test $gdb_cv_have_pt_getxmmregs = yes; then
10825
10826$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
10827
10828fi
10829
10830# Detect which type of /proc is in use, such as for Solaris.
10831
10832if test "${target}" = "${host}"; then
10833 case "${host}" in
10834 *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
10835
10836$as_echo "#define NEW_PROC_API 1" >>confdefs.h
10837
10838 ;;
10839 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
10840
10841$as_echo "#define NEW_PROC_API 1" >>confdefs.h
10842
10843 ;;
10844 mips-sgi-irix5*)
10845 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
10846
10847$as_echo "#define _KMEMUSER 1" >>confdefs.h
10848
10849 ;;
10850 esac
10851fi
10852
10853if test "$ac_cv_header_sys_procfs_h" = yes; then
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
10855$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
10856 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
10857 $as_echo_n "(cached) " >&6
10858else
10859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10860/* end confdefs.h. */
10861
10862#define _SYSCALL32
10863/* Needed for new procfs interface on sparc-solaris. */
10864#define _STRUCTURED_PROC 1
10865#include <sys/procfs.h>
10866int
10867main ()
10868{
10869pstatus_t avar
10870 ;
10871 return 0;
10872}
10873_ACEOF
10874if ac_fn_c_try_compile "$LINENO"; then :
10875 bfd_cv_have_sys_procfs_type_pstatus_t=yes
10876else
10877 bfd_cv_have_sys_procfs_type_pstatus_t=no
10878
10879fi
10880rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10881fi
10882
10883 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
10884
10885$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
10886
10887 fi
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
10889$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
10890
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prrun_t in sys/procfs.h" >&5
10892$as_echo_n "checking for prrun_t in sys/procfs.h... " >&6; }
10893 if test "${bfd_cv_have_sys_procfs_type_prrun_t+set}" = set; then :
10894 $as_echo_n "(cached) " >&6
10895else
10896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897/* end confdefs.h. */
10898
10899#define _SYSCALL32
10900/* Needed for new procfs interface on sparc-solaris. */
10901#define _STRUCTURED_PROC 1
10902#include <sys/procfs.h>
10903int
10904main ()
10905{
10906prrun_t avar
10907 ;
10908 return 0;
10909}
10910_ACEOF
10911if ac_fn_c_try_compile "$LINENO"; then :
10912 bfd_cv_have_sys_procfs_type_prrun_t=yes
10913else
10914 bfd_cv_have_sys_procfs_type_prrun_t=no
10915
10916fi
10917rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10918fi
10919
10920 if test $bfd_cv_have_sys_procfs_type_prrun_t = yes; then
10921
10922$as_echo "#define HAVE_PRRUN_T 1" >>confdefs.h
10923
10924 fi
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prrun_t" >&5
10926$as_echo "$bfd_cv_have_sys_procfs_type_prrun_t" >&6; }
10927
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
10929$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
10930 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
10931 $as_echo_n "(cached) " >&6
10932else
10933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10934/* end confdefs.h. */
10935
10936#define _SYSCALL32
10937/* Needed for new procfs interface on sparc-solaris. */
10938#define _STRUCTURED_PROC 1
10939#include <sys/procfs.h>
10940int
10941main ()
10942{
10943gregset_t avar
10944 ;
10945 return 0;
10946}
10947_ACEOF
10948if ac_fn_c_try_compile "$LINENO"; then :
10949 bfd_cv_have_sys_procfs_type_gregset_t=yes
10950else
10951 bfd_cv_have_sys_procfs_type_gregset_t=no
10952
10953fi
10954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10955fi
10956
10957 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
10958
10959$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
10960
10961 fi
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
10963$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
10964
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
10966$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
10967 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
10968 $as_echo_n "(cached) " >&6
10969else
10970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10971/* end confdefs.h. */
10972
10973#define _SYSCALL32
10974/* Needed for new procfs interface on sparc-solaris. */
10975#define _STRUCTURED_PROC 1
10976#include <sys/procfs.h>
10977int
10978main ()
10979{
10980fpregset_t avar
10981 ;
10982 return 0;
10983}
10984_ACEOF
10985if ac_fn_c_try_compile "$LINENO"; then :
10986 bfd_cv_have_sys_procfs_type_fpregset_t=yes
10987else
10988 bfd_cv_have_sys_procfs_type_fpregset_t=no
10989
10990fi
10991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10992fi
10993
10994 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
10995
10996$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
10997
10998 fi
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
11000$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
11001
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
11003$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
11004 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
11005 $as_echo_n "(cached) " >&6
11006else
11007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11008/* end confdefs.h. */
11009
11010#define _SYSCALL32
11011/* Needed for new procfs interface on sparc-solaris. */
11012#define _STRUCTURED_PROC 1
11013#include <sys/procfs.h>
11014int
11015main ()
11016{
11017prgregset_t avar
11018 ;
11019 return 0;
11020}
11021_ACEOF
11022if ac_fn_c_try_compile "$LINENO"; then :
11023 bfd_cv_have_sys_procfs_type_prgregset_t=yes
11024else
11025 bfd_cv_have_sys_procfs_type_prgregset_t=no
11026
11027fi
11028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11029fi
11030
11031 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
11032
11033$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
11034
11035 fi
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
11037$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
11038
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
11040$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
11041 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
11042 $as_echo_n "(cached) " >&6
11043else
11044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11045/* end confdefs.h. */
11046
11047#define _SYSCALL32
11048/* Needed for new procfs interface on sparc-solaris. */
11049#define _STRUCTURED_PROC 1
11050#include <sys/procfs.h>
11051int
11052main ()
11053{
11054prfpregset_t avar
11055 ;
11056 return 0;
11057}
11058_ACEOF
11059if ac_fn_c_try_compile "$LINENO"; then :
11060 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
11061else
11062 bfd_cv_have_sys_procfs_type_prfpregset_t=no
11063
11064fi
11065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11066fi
11067
11068 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
11069
11070$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
11071
11072 fi
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
11074$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
11075
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
11077$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
11078 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
11079 $as_echo_n "(cached) " >&6
11080else
11081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11082/* end confdefs.h. */
11083
11084#define _SYSCALL32
11085/* Needed for new procfs interface on sparc-solaris. */
11086#define _STRUCTURED_PROC 1
11087#include <sys/procfs.h>
11088int
11089main ()
11090{
11091prgregset32_t avar
11092 ;
11093 return 0;
11094}
11095_ACEOF
11096if ac_fn_c_try_compile "$LINENO"; then :
11097 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
11098else
11099 bfd_cv_have_sys_procfs_type_prgregset32_t=no
11100
11101fi
11102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11103fi
11104
11105 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
11106
11107$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
11108
11109 fi
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
11111$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
11112
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset32_t in sys/procfs.h" >&5
11114$as_echo_n "checking for prfpregset32_t in sys/procfs.h... " >&6; }
11115 if test "${bfd_cv_have_sys_procfs_type_prfpregset32_t+set}" = set; then :
11116 $as_echo_n "(cached) " >&6
11117else
11118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11119/* end confdefs.h. */
11120
11121#define _SYSCALL32
11122/* Needed for new procfs interface on sparc-solaris. */
11123#define _STRUCTURED_PROC 1
11124#include <sys/procfs.h>
11125int
11126main ()
11127{
11128prfpregset32_t avar
11129 ;
11130 return 0;
11131}
11132_ACEOF
11133if ac_fn_c_try_compile "$LINENO"; then :
11134 bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
11135else
11136 bfd_cv_have_sys_procfs_type_prfpregset32_t=no
11137
11138fi
11139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11140fi
11141
11142 if test $bfd_cv_have_sys_procfs_type_prfpregset32_t = yes; then
11143
11144$as_echo "#define HAVE_PRFPREGSET32_T 1" >>confdefs.h
11145
11146 fi
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset32_t" >&5
11148$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset32_t" >&6; }
11149
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
11151$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
11152 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
11153 $as_echo_n "(cached) " >&6
11154else
11155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11156/* end confdefs.h. */
11157
11158#define _SYSCALL32
11159/* Needed for new procfs interface on sparc-solaris. */
11160#define _STRUCTURED_PROC 1
11161#include <sys/procfs.h>
11162int
11163main ()
11164{
11165lwpid_t avar
11166 ;
11167 return 0;
11168}
11169_ACEOF
11170if ac_fn_c_try_compile "$LINENO"; then :
11171 bfd_cv_have_sys_procfs_type_lwpid_t=yes
11172else
11173 bfd_cv_have_sys_procfs_type_lwpid_t=no
11174
11175fi
11176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11177fi
11178
11179 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
11180
11181$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
11182
11183 fi
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
11185$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
11186
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
11188$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
11189 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
11190 $as_echo_n "(cached) " >&6
11191else
11192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11193/* end confdefs.h. */
11194
11195#define _SYSCALL32
11196/* Needed for new procfs interface on sparc-solaris. */
11197#define _STRUCTURED_PROC 1
11198#include <sys/procfs.h>
11199int
11200main ()
11201{
11202psaddr_t avar
11203 ;
11204 return 0;
11205}
11206_ACEOF
11207if ac_fn_c_try_compile "$LINENO"; then :
11208 bfd_cv_have_sys_procfs_type_psaddr_t=yes
11209else
11210 bfd_cv_have_sys_procfs_type_psaddr_t=no
11211
11212fi
11213rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11214fi
11215
11216 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
11217
11218$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
11219
11220 fi
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
11222$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
11223
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
11225$as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
11226 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
11227 $as_echo_n "(cached) " >&6
11228else
11229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11230/* end confdefs.h. */
11231
11232#define _SYSCALL32
11233/* Needed for new procfs interface on sparc-solaris. */
11234#define _STRUCTURED_PROC 1
11235#include <sys/procfs.h>
11236int
11237main ()
11238{
11239prsysent_t avar
11240 ;
11241 return 0;
11242}
11243_ACEOF
11244if ac_fn_c_try_compile "$LINENO"; then :
11245 bfd_cv_have_sys_procfs_type_prsysent_t=yes
11246else
11247 bfd_cv_have_sys_procfs_type_prsysent_t=no
11248
11249fi
11250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11251fi
11252
11253 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
11254
11255$as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
11256
11257 fi
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
11259$as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
11260
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
11262$as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
11263 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
11264 $as_echo_n "(cached) " >&6
11265else
11266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11267/* end confdefs.h. */
11268
11269#define _SYSCALL32
11270/* Needed for new procfs interface on sparc-solaris. */
11271#define _STRUCTURED_PROC 1
11272#include <sys/procfs.h>
11273int
11274main ()
11275{
11276pr_sigset_t avar
11277 ;
11278 return 0;
11279}
11280_ACEOF
11281if ac_fn_c_try_compile "$LINENO"; then :
11282 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
11283else
11284 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
11285
11286fi
11287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11288fi
11289
11290 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
11291
11292$as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
11293
11294 fi
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
11296$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
11297
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
11299$as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
11300 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
11302else
11303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11304/* end confdefs.h. */
11305
11306#define _SYSCALL32
11307/* Needed for new procfs interface on sparc-solaris. */
11308#define _STRUCTURED_PROC 1
11309#include <sys/procfs.h>
11310int
11311main ()
11312{
11313pr_sigaction64_t avar
11314 ;
11315 return 0;
11316}
11317_ACEOF
11318if ac_fn_c_try_compile "$LINENO"; then :
11319 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
11320else
11321 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
11322
11323fi
11324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11325fi
11326
11327 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
11328
11329$as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
11330
11331 fi
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
11333$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
11334
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
11336$as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
11337 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
11338 $as_echo_n "(cached) " >&6
11339else
11340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11341/* end confdefs.h. */
11342
11343#define _SYSCALL32
11344/* Needed for new procfs interface on sparc-solaris. */
11345#define _STRUCTURED_PROC 1
11346#include <sys/procfs.h>
11347int
11348main ()
11349{
11350pr_siginfo64_t avar
11351 ;
11352 return 0;
11353}
11354_ACEOF
11355if ac_fn_c_try_compile "$LINENO"; then :
11356 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
11357else
11358 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
11359
11360fi
11361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11362fi
11363
11364 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
11365
11366$as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
11367
11368 fi
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
11370$as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
11371
11372
11373
11374
11375
11376 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
11378$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
11379 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
11380 $as_echo_n "(cached) " >&6
11381else
11382 if test "$cross_compiling" = yes; then :
11383 gdb_cv_prfpregset_t_broken=yes
11384else
11385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11386/* end confdefs.h. */
11387#include <sys/procfs.h>
11388 int main ()
11389 {
11390 if (sizeof (prfpregset_t) == sizeof (void *))
11391 return 1;
11392 return 0;
11393 }
11394_ACEOF
11395if ac_fn_c_try_run "$LINENO"; then :
11396 gdb_cv_prfpregset_t_broken=no
11397else
11398 gdb_cv_prfpregset_t_broken=yes
11399fi
11400rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11401 conftest.$ac_objext conftest.beam conftest.$ac_ext
11402fi
11403
11404fi
11405
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
11407$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
11408 if test $gdb_cv_prfpregset_t_broken = yes; then
11409
11410$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
11411
11412 fi
11413 fi
11414
11415
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
11417$as_echo_n "checking for PIOCSET ioctl entry in sys/procfs.h... " >&6; }
11418 if test "${gdb_cv_have_procfs_piocset+set}" = set; then :
11419 $as_echo_n "(cached) " >&6
11420else
11421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11422/* end confdefs.h. */
11423#include <unistd.h>
11424#include <sys/types.h>
11425#include <sys/procfs.h>
11426
11427int
11428main ()
11429{
11430
11431 int dummy;;
11432 dummy = ioctl(0, PIOCSET, &dummy);
11433
11434 ;
11435 return 0;
11436}
11437_ACEOF
11438if ac_fn_c_try_compile "$LINENO"; then :
11439 gdb_cv_have_procfs_piocset=yes
11440else
11441 gdb_cv_have_procfs_piocset=no
11442fi
11443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11444fi
11445
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_procfs_piocset" >&5
11447$as_echo "$gdb_cv_have_procfs_piocset" >&6; }
11448 if test $gdb_cv_have_procfs_piocset = yes; then
11449
11450$as_echo "#define HAVE_PROCFS_PIOCSET 1" >>confdefs.h
11451
11452 fi
11453fi
11454
11455if test ${host} = ${target} ; then
11456
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member l_addr in struct link_map" >&5
11458$as_echo_n "checking for member l_addr in struct link_map... " >&6; }
11459 if test "${gdb_cv_have_struct_link_map_with_l_members+set}" = set; then :
11460 $as_echo_n "(cached) " >&6
11461else
11462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11463/* end confdefs.h. */
11464#include <link.h>
11465int
11466main ()
11467{
11468struct link_map lm; (void) lm.l_addr;
11469 ;
11470 return 0;
11471}
11472_ACEOF
11473if ac_fn_c_try_compile "$LINENO"; then :
11474 gdb_cv_have_struct_link_map_with_l_members=yes
11475else
11476 gdb_cv_have_struct_link_map_with_l_members=no
11477fi
11478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11479fi
11480
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map_with_l_members" >&5
11482$as_echo "$gdb_cv_have_struct_link_map_with_l_members" >&6; }
11483 if test $gdb_cv_have_struct_link_map_with_l_members = yes; then
11484
11485$as_echo "#define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1" >>confdefs.h
11486
11487 fi
11488
11489
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member lm_addr in struct link_map" >&5
11491$as_echo_n "checking for member lm_addr in struct link_map... " >&6; }
11492 if test "${gdb_cv_have_struct_link_map_with_lm_members+set}" = set; then :
11493 $as_echo_n "(cached) " >&6
11494else
11495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11496/* end confdefs.h. */
11497#include <sys/types.h>
11498#include <link.h>
11499int
11500main ()
11501{
11502struct link_map lm; (void) lm.lm_addr;
11503 ;
11504 return 0;
11505}
11506_ACEOF
11507if ac_fn_c_try_compile "$LINENO"; then :
11508 gdb_cv_have_struct_link_map_with_lm_members=yes
11509else
11510 gdb_cv_have_struct_link_map_with_lm_members=no
11511fi
11512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11513fi
11514
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map_with_lm_members" >&5
11516$as_echo "$gdb_cv_have_struct_link_map_with_lm_members" >&6; }
11517 if test $gdb_cv_have_struct_link_map_with_lm_members = yes; then
11518
11519$as_echo "#define HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS 1" >>confdefs.h
11520
11521 fi
11522
11523
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member som_addr in struct so_map" >&5
11525$as_echo_n "checking for member som_addr in struct so_map... " >&6; }
11526 if test "${gdb_cv_have_struct_so_map_with_som_members+set}" = set; then :
11527 $as_echo_n "(cached) " >&6
11528else
11529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11530/* end confdefs.h. */
11531#include <sys/types.h>
11532#ifdef HAVE_NLIST_H
11533#include <nlist.h>
11534#endif
11535#include <link.h>
11536int
11537main ()
11538{
11539struct so_map lm; (void) lm.som_addr;
11540 ;
11541 return 0;
11542}
11543_ACEOF
11544if ac_fn_c_try_compile "$LINENO"; then :
11545 gdb_cv_have_struct_so_map_with_som_members=yes
11546else
11547 gdb_cv_have_struct_so_map_with_som_members=no
11548fi
11549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11550fi
11551
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_so_map_with_som_members" >&5
11553$as_echo "$gdb_cv_have_struct_so_map_with_som_members" >&6; }
11554 if test $gdb_cv_have_struct_so_map_with_som_members = yes; then
11555
11556$as_echo "#define HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS 1" >>confdefs.h
11557
11558 fi
11559
11560
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct link_map32 in sys/link.h" >&5
11562$as_echo_n "checking for struct link_map32 in sys/link.h... " >&6; }
11563 if test "${gdb_cv_have_struct_link_map32+set}" = set; then :
11564 $as_echo_n "(cached) " >&6
11565else
11566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11567/* end confdefs.h. */
11568#define _SYSCALL32
11569#include <sys/link.h>
11570int
11571main ()
11572{
11573struct link_map32 l;
11574 ;
11575 return 0;
11576}
11577_ACEOF
11578if ac_fn_c_try_compile "$LINENO"; then :
11579 gdb_cv_have_struct_link_map32=yes
11580else
11581 gdb_cv_have_struct_link_map32=no
11582fi
11583rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11584fi
11585
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map32" >&5
11587$as_echo "$gdb_cv_have_struct_link_map32" >&6; }
11588 if test $gdb_cv_have_struct_link_map32 = yes; then
11589
11590$as_echo "#define HAVE_STRUCT_LINK_MAP32 1" >>confdefs.h
11591
11592
11593$as_echo "#define _SYSCALL32 1" >>confdefs.h
11594
11595 fi
11596fi
11597
11598# Check if the compiler supports the `long long' type.
11599
11600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
11601$as_echo_n "checking for long long support in compiler... " >&6; }
11602if test "${gdb_cv_c_long_long+set}" = set; then :
11603 $as_echo_n "(cached) " >&6
11604else
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606/* end confdefs.h. */
11607extern long long foo;
11608int
11609main ()
11610{
11611switch (foo & 2) { case 0: return 1; }
11612 ;
11613 return 0;
11614}
11615_ACEOF
11616if ac_fn_c_try_compile "$LINENO"; then :
11617 gdb_cv_c_long_long=yes
11618else
11619 gdb_cv_c_long_long=no
11620fi
11621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11622fi
11623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
11624$as_echo "$gdb_cv_c_long_long" >&6; }
11625if test $gdb_cv_c_long_long != yes; then
11626 # libdecnumber requires long long.
11627 as_fn_error "Compiler must support long long for GDB." "$LINENO" 5
11628fi
11629
11630# Check if the compiler and runtime support printing long longs.
11631
11632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
11633$as_echo_n "checking for long long support in printf... " >&6; }
11634if test "${gdb_cv_printf_has_long_long+set}" = set; then :
11635 $as_echo_n "(cached) " >&6
11636else
11637 if test "$cross_compiling" = yes; then :
11638 gdb_cv_printf_has_long_long=no
11639else
11640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641/* end confdefs.h. */
11642$ac_includes_default
11643int
11644main ()
11645{
11646char buf[32];
11647 long long l = 0;
11648 l = (l << 16) + 0x0123;
11649 l = (l << 16) + 0x4567;
11650 l = (l << 16) + 0x89ab;
11651 l = (l << 16) + 0xcdef;
11652 sprintf (buf, "0x%016llx", l);
11653 return (strcmp ("0x0123456789abcdef", buf));
11654 ;
11655 return 0;
11656}
11657_ACEOF
11658if ac_fn_c_try_run "$LINENO"; then :
11659 gdb_cv_printf_has_long_long=yes
11660else
11661 gdb_cv_printf_has_long_long=no
11662fi
11663rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11664 conftest.$ac_objext conftest.beam conftest.$ac_ext
11665fi
11666
11667fi
11668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
11669$as_echo "$gdb_cv_printf_has_long_long" >&6; }
11670if test $gdb_cv_printf_has_long_long = yes; then
11671
11672$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
11673
11674fi
11675
11676# Check if the compiler and runtime support printing decfloats.
11677
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
11679$as_echo_n "checking for decfloat support in printf... " >&6; }
11680if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
11681 $as_echo_n "(cached) " >&6
11682else
11683 if test "$cross_compiling" = yes; then :
11684 gdb_cv_printf_has_decfloat=no
11685else
11686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11687/* end confdefs.h. */
11688$ac_includes_default
11689int
11690main ()
11691{
11692char buf[64];
11693 _Decimal32 d32 = 1.2345df;
11694 _Decimal64 d64 = 1.2345dd;
11695 _Decimal128 d128 = 1.2345dl;
11696 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
11697 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
11698 ;
11699 return 0;
11700}
11701_ACEOF
11702if ac_fn_c_try_run "$LINENO"; then :
11703 gdb_cv_printf_has_decfloat=yes
11704else
11705 gdb_cv_printf_has_decfloat=no
11706fi
11707rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11708 conftest.$ac_objext conftest.beam conftest.$ac_ext
11709fi
11710
11711fi
11712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
11713$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
11714if test $gdb_cv_printf_has_decfloat = yes; then
11715
11716$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
11717
11718fi
11719
11720# Check if the compiler supports the `long double' type. We can't use
11721# AC_C_LONG_DOUBLE because that one does additional checks on the
11722# constants defined in <float.h> that fail on some systems,
11723# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
11724
11725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
11726$as_echo_n "checking for long double support in compiler... " >&6; }
11727if test "${gdb_cv_c_long_double+set}" = set; then :
11728 $as_echo_n "(cached) " >&6
11729else
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731/* end confdefs.h. */
11732long double foo;
11733_ACEOF
11734if ac_fn_c_try_compile "$LINENO"; then :
11735 gdb_cv_c_long_double=yes
11736else
11737 gdb_cv_c_long_double=no
11738fi
11739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11740fi
11741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
11742$as_echo "$gdb_cv_c_long_double" >&6; }
11743if test $gdb_cv_c_long_double = yes; then
11744
11745$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
11746
11747fi
11748
11749# Check if the compiler and runtime support printing long doubles.
11750
11751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
11752$as_echo_n "checking for long double support in printf... " >&6; }
11753if test "${gdb_cv_printf_has_long_double+set}" = set; then :
11754 $as_echo_n "(cached) " >&6
11755else
11756 if test "$cross_compiling" = yes; then :
11757 gdb_cv_printf_has_long_double=no
11758else
11759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11760/* end confdefs.h. */
11761$ac_includes_default
11762int
11763main ()
11764{
11765char buf[16];
11766 long double f = 3.141592653;
11767 sprintf (buf, "%Lg", f);
11768 return (strncmp ("3.14159", buf, 7));
11769 ;
11770 return 0;
11771}
11772_ACEOF
11773if ac_fn_c_try_run "$LINENO"; then :
11774 gdb_cv_printf_has_long_double=yes
11775else
11776 gdb_cv_printf_has_long_double=no
11777fi
11778rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11779 conftest.$ac_objext conftest.beam conftest.$ac_ext
11780fi
11781
11782fi
11783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
11784$as_echo "$gdb_cv_printf_has_long_double" >&6; }
11785if test $gdb_cv_printf_has_long_double = yes; then
11786
11787$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
11788
11789fi
11790
11791# Check if the compiler and runtime support scanning long doubles.
11792
11793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
11794$as_echo_n "checking for long double support in scanf... " >&6; }
11795if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
11796 $as_echo_n "(cached) " >&6
11797else
11798 if test "$cross_compiling" = yes; then :
11799 gdb_cv_scanf_has_long_double=no
11800else
11801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11802/* end confdefs.h. */
11803#include <stdio.h>
11804int
11805main ()
11806{
11807char *buf = "3.141592653";
11808 long double f = 0;
11809 sscanf (buf, "%Lg", &f);
11810 return !(f > 3.14159 && f < 3.14160);
11811 ;
11812 return 0;
11813}
11814_ACEOF
11815if ac_fn_c_try_run "$LINENO"; then :
11816 gdb_cv_scanf_has_long_double=yes
11817else
11818 gdb_cv_scanf_has_long_double=no
11819fi
11820rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11821 conftest.$ac_objext conftest.beam conftest.$ac_ext
11822fi
11823
11824fi
11825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
11826$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
11827if test $gdb_cv_scanf_has_long_double = yes; then
11828
11829$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
11830
11831fi
11832
11833case ${host_os} in
11834aix*)
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
11836$as_echo_n "checking for -bbigtoc option... " >&6; }
11837if test "${gdb_cv_bigtoc+set}" = set; then :
11838 $as_echo_n "(cached) " >&6
11839else
11840
11841 SAVE_LDFLAGS=$LDFLAGS
11842
11843 case $GCC in
11844 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
11845 *) gdb_cv_bigtoc=-bbigtoc ;;
11846 esac
11847
11848 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850/* end confdefs.h. */
11851
11852int
11853main ()
11854{
11855int i;
11856 ;
11857 return 0;
11858}
11859_ACEOF
11860if ac_fn_c_try_link "$LINENO"; then :
11861
11862else
11863 gdb_cv_bigtoc=
11864fi
11865rm -f core conftest.err conftest.$ac_objext \
11866 conftest$ac_exeext conftest.$ac_ext
11867 LDFLAGS="${SAVE_LDFLAGS}"
11868
11869fi
11870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
11871$as_echo "$gdb_cv_bigtoc" >&6; }
11872 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
11873 ;;
11874esac
11875
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
11877$as_echo_n "checking for the dynamic export flag... " >&6; }
11878dynamic_list=false
11879if test "${gdb_native}" = yes; then
11880 # The dynamically loaded libthread_db needs access to symbols in the gdb
11881 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
11882 # may not be supported there.
11883 old_LDFLAGS="$LDFLAGS"
11884 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
11885 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
11886 LDFLAGS="$LDFLAGS $RDYNAMIC"
11887 if test "${have_libpython}" = no; then
11888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11889/* end confdefs.h. */
11890
11891int
11892main ()
11893{
11894
11895 ;
11896 return 0;
11897}
11898_ACEOF
11899if ac_fn_c_try_link "$LINENO"; then :
11900 dynamic_list=true
11901fi
11902rm -f core conftest.err conftest.$ac_objext \
11903 conftest$ac_exeext conftest.$ac_ext
11904 else
11905 # Workaround http://bugs.python.org/issue4434 where static
11906 # libpythonX.Y.a would get its symbols required for
11907 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
11908 # Problem does not happen for the recommended libpythonX.Y.so linkage.
11909 old_CFLAGS="$CFLAGS"
11910 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
11911 old_LIBS="$LIBS"
11912 LIBS="$LIBS $PYTHON_LIBS"
11913 if test "$cross_compiling" = yes; then :
11914 true
11915else
11916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11917/* end confdefs.h. */
11918#include "${have_libpython}/Python.h"
11919int
11920main ()
11921{
11922int err;
11923 Py_Initialize ();
11924 err = PyRun_SimpleString ("import itertools\n");
11925 Py_Finalize ();
11926 return err == 0 ? 0 : 1;
11927 ;
11928 return 0;
11929}
11930_ACEOF
11931if ac_fn_c_try_run "$LINENO"; then :
11932 dynamic_list=true
11933fi
11934rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11935 conftest.$ac_objext conftest.beam conftest.$ac_ext
11936fi
11937
11938 LIBS="$old_LIBS"
11939 CFLAGS="$old_CFLAGS"
11940 fi
11941 LDFLAGS="$old_LDFLAGS"
11942fi
11943if $dynamic_list; then
11944 found="-Wl,--dynamic-list"
11945 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
11946else
11947 found="-rdynamic"
11948 RDYNAMIC="-rdynamic"
11949fi
11950
11951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
11952$as_echo "$found" >&6; }
11953
11954
11955if test ${build} = ${host} -a ${host} = ${target} ; then
11956 case ${host_os} in
11957 solaris*)
11958 # See if thread_db library is around for Solaris thread debugging.
11959 # Note that we must explicitly test for version 1 of the library
11960 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
11961 # the same API.
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
11963$as_echo_n "checking for Solaris thread debugging library... " >&6; }
11964 if test -f /usr/lib/libthread_db.so.1 ; then
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11966$as_echo "yes" >&6; }
11967
11968$as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
11969
11970 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
11971 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11973$as_echo_n "checking for dlopen in -ldl... " >&6; }
11974if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11975 $as_echo_n "(cached) " >&6
11976else
11977 ac_check_lib_save_LIBS=$LIBS
11978LIBS="-ldl $LIBS"
11979cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11980/* end confdefs.h. */
11981
11982/* Override any GCC internal prototype to avoid an error.
11983 Use char because int might match the return type of a GCC
11984 builtin and then its argument prototype would still apply. */
11985#ifdef __cplusplus
11986extern "C"
11987#endif
11988char dlopen ();
11989int
11990main ()
11991{
11992return dlopen ();
11993 ;
11994 return 0;
11995}
11996_ACEOF
11997if ac_fn_c_try_link "$LINENO"; then :
11998 ac_cv_lib_dl_dlopen=yes
11999else
12000 ac_cv_lib_dl_dlopen=no
12001fi
12002rm -f core conftest.err conftest.$ac_objext \
12003 conftest$ac_exeext conftest.$ac_ext
12004LIBS=$ac_check_lib_save_LIBS
12005fi
12006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12007$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12008if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12009 cat >>confdefs.h <<_ACEOF
12010#define HAVE_LIBDL 1
12011_ACEOF
12012
12013 LIBS="-ldl $LIBS"
12014
12015fi
12016
12017 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
12018 # Sun randomly tweaked the prototypes in <proc_service.h>
12019 # at one point.
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
12021$as_echo_n "checking if <proc_service.h> is old... " >&6; }
12022 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
12023 $as_echo_n "(cached) " >&6
12024else
12025
12026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12027/* end confdefs.h. */
12028
12029 #include <proc_service.h>
12030 ps_err_e ps_pdwrite
12031 (struct ps_prochandle*, psaddr_t, const void*, size_t);
12032
12033int
12034main ()
12035{
12036
12037 ;
12038 return 0;
12039}
12040_ACEOF
12041if ac_fn_c_try_compile "$LINENO"; then :
12042 gdb_cv_proc_service_is_old=no
12043else
12044 gdb_cv_proc_service_is_old=yes
12045fi
12046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12047
12048fi
12049
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
12051$as_echo "$gdb_cv_proc_service_is_old" >&6; }
12052 if test $gdb_cv_proc_service_is_old = yes; then
12053
12054$as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
12055
12056 fi
12057 else
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12059$as_echo "no" >&6; }
12060 fi
12061 ;;
12062 aix*)
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
12064$as_echo_n "checking for AiX thread debugging library... " >&6; }
12065 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
12066 $as_echo_n "(cached) " >&6
12067else
12068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12069/* end confdefs.h. */
12070#include <sys/pthdebug.h>
12071int
12072main ()
12073{
12074#ifndef PTHDB_VERSION_3
12075 #error
12076 #endif
12077 ;
12078 return 0;
12079}
12080_ACEOF
12081if ac_fn_c_try_compile "$LINENO"; then :
12082 gdb_cv_have_aix_thread_debug=yes
12083else
12084 gdb_cv_have_aix_thread_debug=no
12085fi
12086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087fi
12088
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
12090$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
12091 if test $gdb_cv_have_aix_thread_debug = yes; then
12092 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
12093 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
12094 LIBS="$LIBS -lpthdebug"
12095
12096 # Older versions of AIX do not provide the declaration for
12097 # the getthrds function (it appears that it was introduced
12098 # with AIX 6.x).
12099 ac_fn_c_check_decl "$LINENO" "getthrds" "ac_cv_have_decl_getthrds" "#include <procinfo.h>
12100"
12101if test "x$ac_cv_have_decl_getthrds" = x""yes; then :
12102 ac_have_decl=1
12103else
12104 ac_have_decl=0
12105fi
12106
12107cat >>confdefs.h <<_ACEOF
12108#define HAVE_DECL_GETTHRDS $ac_have_decl
12109_ACEOF
12110
12111 fi
12112 ;;
12113 esac
12114
12115fi
12116
12117if test "x$ac_cv_header_thread_db_h" = "xyes"; then
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
12119$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
12120if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
12121 $as_echo_n "(cached) " >&6
12122else
12123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12124/* end confdefs.h. */
12125#include <thread_db.h>
12126int
12127main ()
12128{
12129int i = TD_NOTALLOC;
12130 ;
12131 return 0;
12132}
12133_ACEOF
12134if ac_fn_c_try_compile "$LINENO"; then :
12135 gdb_cv_thread_db_h_has_td_notalloc=yes
12136else
12137 gdb_cv_thread_db_h_has_td_notalloc=no
12138
12139fi
12140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12141
12142fi
12143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
12144$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
12146$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
12147if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
12148 $as_echo_n "(cached) " >&6
12149else
12150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12151/* end confdefs.h. */
12152#include <thread_db.h>
12153int
12154main ()
12155{
12156int i = TD_VERSION;
12157 ;
12158 return 0;
12159}
12160_ACEOF
12161if ac_fn_c_try_compile "$LINENO"; then :
12162 gdb_cv_thread_db_h_has_td_version=yes
12163else
12164 gdb_cv_thread_db_h_has_td_version=no
12165
12166fi
12167rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12168
12169fi
12170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
12171$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
12173$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
12174if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
12175 $as_echo_n "(cached) " >&6
12176else
12177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12178/* end confdefs.h. */
12179#include <thread_db.h>
12180int
12181main ()
12182{
12183int i = TD_NOTLS;
12184 ;
12185 return 0;
12186}
12187_ACEOF
12188if ac_fn_c_try_compile "$LINENO"; then :
12189 gdb_cv_thread_db_h_has_td_notls=yes
12190else
12191 gdb_cv_thread_db_h_has_td_notls=no
12192
12193fi
12194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12195
12196fi
12197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
12198$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
12199fi
12200if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
12201
12202$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
12203
12204fi
12205if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
12206
12207$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
12208
12209fi
12210if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
12211
12212$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
12213
12214fi
12215
12216if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/syscall.h> has __NR_tkill" >&5
12218$as_echo_n "checking whether <sys/syscall.h> has __NR_tkill... " >&6; }
12219if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then :
12220 $as_echo_n "(cached) " >&6
12221else
12222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12223/* end confdefs.h. */
12224#include <sys/syscall.h>
12225int
12226main ()
12227{
12228int i = __NR_tkill;
12229 ;
12230 return 0;
12231}
12232_ACEOF
12233if ac_fn_c_try_compile "$LINENO"; then :
12234 gdb_cv_sys_syscall_h_has_tkill=yes
12235else
12236 gdb_cv_sys_syscall_h_has_tkill=no
12237
12238fi
12239rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12240
12241fi
12242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
12243$as_echo "$gdb_cv_sys_syscall_h_has_tkill" >&6; }
12244fi
12245if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes" && test "x$ac_cv_func_syscall" = "xyes"; then
12246
12247$as_echo "#define HAVE_TKILL_SYSCALL 1" >>confdefs.h
12248
12249fi
12250
12251ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
12252"
12253if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
12254 ac_have_decl=1
12255else
12256 ac_have_decl=0
12257fi
12258
12259cat >>confdefs.h <<_ACEOF
12260#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
12261_ACEOF
12262
12263
12264if test "$cross_compiling" = yes; then :
12265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12266/* end confdefs.h. */
12267#include <sys/personality.h>
12268int
12269main ()
12270{
12271
12272# if !HAVE_DECL_ADDR_NO_RANDOMIZE
12273# define ADDR_NO_RANDOMIZE 0x0040000
12274# endif
12275 /* Test the flag could be set and stays set. */
12276 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
12277 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
12278 return 1
12279 ;
12280 return 0;
12281}
12282_ACEOF
12283if ac_fn_c_try_link "$LINENO"; then :
12284 have_personality=true
12285else
12286 have_personality=false
12287fi
12288rm -f core conftest.err conftest.$ac_objext \
12289 conftest$ac_exeext conftest.$ac_ext
12290else
12291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12292/* end confdefs.h. */
12293#include <sys/personality.h>
12294int
12295main ()
12296{
12297
12298# if !HAVE_DECL_ADDR_NO_RANDOMIZE
12299# define ADDR_NO_RANDOMIZE 0x0040000
12300# endif
12301 /* Test the flag could be set and stays set. */
12302 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
12303 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
12304 return 1
12305 ;
12306 return 0;
12307}
12308_ACEOF
12309if ac_fn_c_try_run "$LINENO"; then :
12310 have_personality=true
12311else
12312 have_personality=false
12313fi
12314rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12315 conftest.$ac_objext conftest.beam conftest.$ac_ext
12316fi
12317
12318if $have_personality
12319then
12320
12321$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
12322
12323fi
12324
12325
12326# Support for --with-sysroot is a copy of GDB_AC_WITH_DIR,
12327# except that the argument to --with-sysroot is optional.
12328# --with-sysroot (or --with-sysroot=yes) sets the default sysroot path.
12329if test "x$with_sysroot" = xyes; then
12330 with_sysroot="${exec_prefix}/${target_alias}/sys-root"
12331fi
12332
12333# Check whether --with-sysroot was given.
12334if test "${with_sysroot+set}" = set; then :
12335 withval=$with_sysroot; TARGET_SYSTEM_ROOT=$withval
12336else
12337 TARGET_SYSTEM_ROOT=
12338fi
12339
12340
12341 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
12342 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12343 ac_define_dir=`eval echo $TARGET_SYSTEM_ROOT`
12344 ac_define_dir=`eval echo $ac_define_dir`
12345
12346cat >>confdefs.h <<_ACEOF
12347#define TARGET_SYSTEM_ROOT "$ac_define_dir"
12348_ACEOF
12349
12350
12351
12352
12353 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
12354 if test "x$prefix" = xNONE; then
12355 test_prefix=/usr/local
12356 else
12357 test_prefix=$prefix
12358 fi
12359 else
12360 test_prefix=$exec_prefix
12361 fi
12362 value=0
12363 case ${ac_define_dir} in
12364 "${test_prefix}"|"${test_prefix}/"*|\
12365 '${exec_prefix}'|'${exec_prefix}/'*)
12366 value=1
12367 ;;
12368 esac
12369
12370cat >>confdefs.h <<_ACEOF
12371#define TARGET_SYSTEM_ROOT_RELOCATABLE $value
12372_ACEOF
12373
12374
12375
12376
12377
12378# Check whether --with-system-gdbinit was given.
12379if test "${with_system_gdbinit+set}" = set; then :
12380 withval=$with_system_gdbinit;
12381 SYSTEM_GDBINIT=$withval
12382else
12383 SYSTEM_GDBINIT=
12384fi
12385
12386
12387 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
12388 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12389 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
12390 ac_define_dir=`eval echo $ac_define_dir`
12391
12392cat >>confdefs.h <<_ACEOF
12393#define SYSTEM_GDBINIT "$ac_define_dir"
12394_ACEOF
12395
12396
12397
12398
12399 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
12400 if test "x$prefix" = xNONE; then
12401 test_prefix=/usr/local
12402 else
12403 test_prefix=$prefix
12404 fi
12405 else
12406 test_prefix=$exec_prefix
12407 fi
12408 value=0
12409 case ${ac_define_dir} in
12410 "${test_prefix}"|"${test_prefix}/"*|\
12411 '${exec_prefix}'|'${exec_prefix}/'*)
12412 value=1
12413 ;;
12414 esac
12415
12416cat >>confdefs.h <<_ACEOF
12417#define SYSTEM_GDBINIT_RELOCATABLE $value
12418_ACEOF
12419
12420
12421
12422
12423# Check whether --enable-werror was given.
12424if test "${enable_werror+set}" = set; then :
12425 enableval=$enable_werror; case "${enableval}" in
12426 yes | y) ERROR_ON_WARNING="yes" ;;
12427 no | n) ERROR_ON_WARNING="no" ;;
12428 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12429 esac
12430fi
12431
12432
12433# Enable -Werror by default when using gcc. Turn it off for releases.
12434if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" && $development; then
12435 ERROR_ON_WARNING=yes
12436fi
12437
12438WERROR_CFLAGS=""
12439if test "${ERROR_ON_WARNING}" = yes ; then
12440 WERROR_CFLAGS="-Werror"
12441fi
12442
12443# The entries after -Wno-pointer-sign are disabled warnings which may
12444# be enabled in the future, which can not currently be used to build
12445# GDB.
12446# NOTE: If you change this list, remember to update
12447# gdb/doc/gdbint.texinfo.
12448build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12449-Wpointer-sign \
12450-Wno-unused -Wunused-value -Wunused-function \
12451-Wno-switch -Wno-char-subscripts -Wmissing-prototypes \
12452-Wdeclaration-after-statement -Wempty-body"
12453
12454# Enable -Wno-format by default when using gcc on mingw since many
12455# GCC versions complain about %I64.
12456case "${host}" in
12457 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12458 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12459esac
12460
12461# Check whether --enable-build-warnings was given.
12462if test "${enable_build_warnings+set}" = set; then :
12463 enableval=$enable_build_warnings; case "${enableval}" in
12464 yes) ;;
12465 no) build_warnings="-w";;
12466 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12467 build_warnings="${build_warnings} ${t}";;
12468 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12469 build_warnings="${t} ${build_warnings}";;
12470 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12471esac
12472if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12473 echo "Setting compiler warning flags = $build_warnings" 6>&1
12474fi
12475fi
12476# Check whether --enable-gdb-build-warnings was given.
12477if test "${enable_gdb_build_warnings+set}" = set; then :
12478 enableval=$enable_gdb_build_warnings; case "${enableval}" in
12479 yes) ;;
12480 no) build_warnings="-w";;
12481 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12482 build_warnings="${build_warnings} ${t}";;
12483 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12484 build_warnings="${t} ${build_warnings}";;
12485 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12486esac
12487if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12488 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12489fi
12490fi
12491WARN_CFLAGS=""
12492if test "x${build_warnings}" != x -a "x$GCC" = xyes
12493then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12495$as_echo_n "checking compiler warning flags... " >&6; }
12496 # Separate out the -Werror flag as some files just cannot be
12497 # compiled with it enabled.
12498 for w in ${build_warnings}; do
12499 case $w in
12500 -Werr*) WERROR_CFLAGS=-Werror ;;
12501 *) # Check that GCC accepts it
12502 saved_CFLAGS="$CFLAGS"
12503 CFLAGS="$CFLAGS $w"
12504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12505/* end confdefs.h. */
12506
12507int
12508main ()
12509{
12510
12511 ;
12512 return 0;
12513}
12514_ACEOF
12515if ac_fn_c_try_compile "$LINENO"; then :
12516 WARN_CFLAGS="${WARN_CFLAGS} $w"
12517fi
12518rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12519 CFLAGS="$saved_CFLAGS"
12520 esac
12521 done
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12523$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12524fi
12525
12526
12527
12528# In the Cygwin environment, we need some additional flags.
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
12530$as_echo_n "checking for cygwin... " >&6; }
12531if test "${gdb_cv_os_cygwin+set}" = set; then :
12532 $as_echo_n "(cached) " >&6
12533else
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535/* end confdefs.h. */
12536
12537#if defined (__CYGWIN__) || defined (__CYGWIN32__)
12538lose
12539#endif
12540_ACEOF
12541if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12542 $EGREP "lose" >/dev/null 2>&1; then :
12543 gdb_cv_os_cygwin=yes
12544else
12545 gdb_cv_os_cygwin=no
12546fi
12547rm -f conftest*
12548
12549fi
12550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
12551$as_echo "$gdb_cv_os_cygwin" >&6; }
12552
12553
12554SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
12555case ${host} in
12556 *go32* ) SER_HARDWIRE=ser-go32.o ;;
12557 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
12558 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
12559esac
12560
12561
12562# libreadline needs libuser32.a in a cygwin environment
12563WIN32LIBS=
12564if test x$gdb_cv_os_cygwin = xyes; then
12565 WIN32LIBS="-luser32"
12566 case "${target}" in
12567 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
12568 ;;
12569 esac
12570fi
12571
12572# The ser-tcp.c module requires sockets.
12573case ${host} in
12574 *mingw32*)
12575
12576$as_echo "#define USE_WIN32API 1" >>confdefs.h
12577
12578 WIN32LIBS="$WIN32LIBS -lws2_32"
12579 ;;
12580esac
12581
12582
12583# Add ELF support to GDB, but only if BFD includes ELF support.
12584
12585 OLD_CFLAGS=$CFLAGS
12586 OLD_LDFLAGS=$LDFLAGS
12587 OLD_LIBS=$LIBS
12588 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
12589 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
12590 # always want our bfd.
12591 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
12592 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
12593 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
12594 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12595 if test "$plugins" = "yes"; then
12596 LIBS="-ldl $LIBS"
12597 fi
12598 LIBS="-lbfd -liberty $intl $LIBS"
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
12600$as_echo_n "checking for ELF support in BFD... " >&6; }
12601if test "${gdb_cv_var_elf+set}" = set; then :
12602 $as_echo_n "(cached) " >&6
12603else
12604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12605/* end confdefs.h. */
12606#include <stdlib.h>
12607 #include "bfd.h"
12608 #include "elf-bfd.h"
12609
12610int
12611main ()
12612{
12613return bfd_get_elf_phdr_upper_bound (NULL);
12614 ;
12615 return 0;
12616}
12617_ACEOF
12618if ac_fn_c_try_link "$LINENO"; then :
12619 gdb_cv_var_elf=yes
12620else
12621 gdb_cv_var_elf=no
12622fi
12623rm -f core conftest.err conftest.$ac_objext \
12624 conftest$ac_exeext conftest.$ac_ext
12625fi
12626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
12627$as_echo "$gdb_cv_var_elf" >&6; }
12628 CFLAGS=$OLD_CFLAGS
12629 LDFLAGS=$OLD_LDFLAGS
12630 LIBS=$OLD_LIBS
12631if test $gdb_cv_var_elf = yes; then
12632 CONFIG_OBS="$CONFIG_OBS elfread.o stap-probe.o"
12633
12634$as_echo "#define HAVE_ELF 1" >>confdefs.h
12635
12636 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12637 if test "$plugins" = "yes"; then
12638 LIBS="-ldl $LIBS"
12639 fi
12640fi
12641
12642# Add macho support to GDB, but only if BFD includes it.
12643
12644 OLD_CFLAGS=$CFLAGS
12645 OLD_LDFLAGS=$LDFLAGS
12646 OLD_LIBS=$LIBS
12647 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
12648 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
12649 # always want our bfd.
12650 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
12651 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
12652 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
12653 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12654 if test "$plugins" = "yes"; then
12655 LIBS="-ldl $LIBS"
12656 fi
12657 LIBS="-lbfd -liberty $intl $LIBS"
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mach-O support in BFD" >&5
12659$as_echo_n "checking for Mach-O support in BFD... " >&6; }
12660if test "${gdb_cv_var_macho+set}" = set; then :
12661 $as_echo_n "(cached) " >&6
12662else
12663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12664/* end confdefs.h. */
12665#include <stdlib.h>
12666 #include "bfd.h"
12667 #include "mach-o.h"
12668
12669int
12670main ()
12671{
12672return bfd_mach_o_lookup_command (NULL, 0, NULL);
12673 ;
12674 return 0;
12675}
12676_ACEOF
12677if ac_fn_c_try_link "$LINENO"; then :
12678 gdb_cv_var_macho=yes
12679else
12680 gdb_cv_var_macho=no
12681fi
12682rm -f core conftest.err conftest.$ac_objext \
12683 conftest$ac_exeext conftest.$ac_ext
12684fi
12685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_macho" >&5
12686$as_echo "$gdb_cv_var_macho" >&6; }
12687 CFLAGS=$OLD_CFLAGS
12688 LDFLAGS=$OLD_LDFLAGS
12689 LIBS=$OLD_LIBS
12690if test $gdb_cv_var_macho = yes; then
12691 CONFIG_OBS="$CONFIG_OBS machoread.o"
12692fi
12693
12694# Add SOM support to GDB, but only if BFD includes it.
12695
12696 OLD_CFLAGS=$CFLAGS
12697 OLD_LDFLAGS=$LDFLAGS
12698 OLD_LIBS=$LIBS
12699 # Put the old CFLAGS/LDFLAGS last, in case the user's (C|LD)FLAGS
12700 # points somewhere with bfd, with -I/foo/lib and -L/foo/lib. We
12701 # always want our bfd.
12702 CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
12703 LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
12704 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
12705 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
12706 if test "$plugins" = "yes"; then
12707 LIBS="-ldl $LIBS"
12708 fi
12709 LIBS="-lbfd -liberty $intl $LIBS"
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SOM support in BFD" >&5
12711$as_echo_n "checking for SOM support in BFD... " >&6; }
12712if test "${gdb_cv_var_som+set}" = set; then :
12713 $as_echo_n "(cached) " >&6
12714else
12715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12716/* end confdefs.h. */
12717#include <stdlib.h>
12718 #include "bfd.h"
12719 #include "som.h"
12720
12721int
12722main ()
12723{
12724return bfd_som_attach_aux_hdr (NULL, 0, NULL);
12725 ;
12726 return 0;
12727}
12728_ACEOF
12729if ac_fn_c_try_link "$LINENO"; then :
12730 gdb_cv_var_som=yes
12731else
12732 gdb_cv_var_som=no
12733fi
12734rm -f core conftest.err conftest.$ac_objext \
12735 conftest$ac_exeext conftest.$ac_ext
12736fi
12737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_som" >&5
12738$as_echo "$gdb_cv_var_som" >&6; }
12739 CFLAGS=$OLD_CFLAGS
12740 LDFLAGS=$OLD_LDFLAGS
12741 LIBS=$OLD_LIBS
12742if test $gdb_cv_var_som = yes; then
12743 CONFIG_OBS="$CONFIG_OBS somread.o"
12744fi
12745
12746# Add any host-specific objects to GDB.
12747CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
12748
12749# If building on ELF, look for lzma support for embedded compressed debug info.
12750if test $gdb_cv_var_elf = yes; then
12751
12752# Check whether --with-lzma was given.
12753if test "${with_lzma+set}" = set; then :
12754 withval=$with_lzma;
12755else
12756 with_lzma=auto
12757fi
12758
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use lzma" >&5
12760$as_echo_n "checking whether to use lzma... " >&6; }
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lzma" >&5
12762$as_echo "$with_lzma" >&6; }
12763
12764 if test "${with_lzma}" != no; then
12765
12766
12767
12768
12769
12770
12771
12772
12773 use_additional=yes
12774
12775 acl_save_prefix="$prefix"
12776 prefix="$acl_final_prefix"
12777 acl_save_exec_prefix="$exec_prefix"
12778 exec_prefix="$acl_final_exec_prefix"
12779
12780 eval additional_includedir=\"$includedir\"
12781 eval additional_libdir=\"$libdir\"
12782
12783 exec_prefix="$acl_save_exec_prefix"
12784 prefix="$acl_save_prefix"
12785
12786
12787# Check whether --with-liblzma-prefix was given.
12788if test "${with_liblzma_prefix+set}" = set; then :
12789 withval=$with_liblzma_prefix;
12790 if test "X$withval" = "Xno"; then
12791 use_additional=no
12792 else
12793 if test "X$withval" = "X"; then
12794
12795 acl_save_prefix="$prefix"
12796 prefix="$acl_final_prefix"
12797 acl_save_exec_prefix="$exec_prefix"
12798 exec_prefix="$acl_final_exec_prefix"
12799
12800 eval additional_includedir=\"$includedir\"
12801 eval additional_libdir=\"$libdir\"
12802
12803 exec_prefix="$acl_save_exec_prefix"
12804 prefix="$acl_save_prefix"
12805
12806 else
12807 additional_includedir="$withval/include"
12808 additional_libdir="$withval/lib"
12809 fi
12810 fi
12811
12812fi
12813
12814 LIBLZMA=
12815 LTLIBLZMA=
12816 INCLZMA=
12817 rpathdirs=
12818 ltrpathdirs=
12819 names_already_handled=
12820 names_next_round='lzma '
12821 while test -n "$names_next_round"; do
12822 names_this_round="$names_next_round"
12823 names_next_round=
12824 for name in $names_this_round; do
12825 already_handled=
12826 for n in $names_already_handled; do
12827 if test "$n" = "$name"; then
12828 already_handled=yes
12829 break
12830 fi
12831 done
12832 if test -z "$already_handled"; then
12833 names_already_handled="$names_already_handled $name"
12834 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
12835 eval value=\"\$HAVE_LIB$uppername\"
12836 if test -n "$value"; then
12837 if test "$value" = yes; then
12838 eval value=\"\$LIB$uppername\"
12839 test -z "$value" || LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$value"
12840 eval value=\"\$LTLIB$uppername\"
12841 test -z "$value" || LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$value"
12842 else
12843 :
12844 fi
12845 else
12846 found_dir=
12847 found_la=
12848 found_so=
12849 found_a=
12850 if test $use_additional = yes; then
12851 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
12852 found_dir="$additional_libdir"
12853 found_so="$additional_libdir/lib$name.$shlibext"
12854 if test -f "$additional_libdir/lib$name.la"; then
12855 found_la="$additional_libdir/lib$name.la"
12856 fi
12857 else
12858 if test -f "$additional_libdir/lib$name.$libext"; then
12859 found_dir="$additional_libdir"
12860 found_a="$additional_libdir/lib$name.$libext"
12861 if test -f "$additional_libdir/lib$name.la"; then
12862 found_la="$additional_libdir/lib$name.la"
12863 fi
12864 fi
12865 fi
12866 fi
12867 if test "X$found_dir" = "X"; then
12868 for x in $LDFLAGS $LTLIBLZMA; do
12869
12870 acl_save_prefix="$prefix"
12871 prefix="$acl_final_prefix"
12872 acl_save_exec_prefix="$exec_prefix"
12873 exec_prefix="$acl_final_exec_prefix"
12874 eval x=\"$x\"
12875 exec_prefix="$acl_save_exec_prefix"
12876 prefix="$acl_save_prefix"
12877
12878 case "$x" in
12879 -L*)
12880 dir=`echo "X$x" | sed -e 's/^X-L//'`
12881 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
12882 found_dir="$dir"
12883 found_so="$dir/lib$name.$shlibext"
12884 if test -f "$dir/lib$name.la"; then
12885 found_la="$dir/lib$name.la"
12886 fi
12887 else
12888 if test -f "$dir/lib$name.$libext"; then
12889 found_dir="$dir"
12890 found_a="$dir/lib$name.$libext"
12891 if test -f "$dir/lib$name.la"; then
12892 found_la="$dir/lib$name.la"
12893 fi
12894 fi
12895 fi
12896 ;;
12897 esac
12898 if test "X$found_dir" != "X"; then
12899 break
12900 fi
12901 done
12902 fi
12903 if test "X$found_dir" != "X"; then
12904 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$found_dir -l$name"
12905 if test "X$found_so" != "X"; then
12906 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
12907 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
12908 else
12909 haveit=
12910 for x in $ltrpathdirs; do
12911 if test "X$x" = "X$found_dir"; then
12912 haveit=yes
12913 break
12914 fi
12915 done
12916 if test -z "$haveit"; then
12917 ltrpathdirs="$ltrpathdirs $found_dir"
12918 fi
12919 if test "$hardcode_direct" = yes; then
12920 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
12921 else
12922 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
12923 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
12924 haveit=
12925 for x in $rpathdirs; do
12926 if test "X$x" = "X$found_dir"; then
12927 haveit=yes
12928 break
12929 fi
12930 done
12931 if test -z "$haveit"; then
12932 rpathdirs="$rpathdirs $found_dir"
12933 fi
12934 else
12935 haveit=
12936 for x in $LDFLAGS $LIBLZMA; do
12937
12938 acl_save_prefix="$prefix"
12939 prefix="$acl_final_prefix"
12940 acl_save_exec_prefix="$exec_prefix"
12941 exec_prefix="$acl_final_exec_prefix"
12942 eval x=\"$x\"
12943 exec_prefix="$acl_save_exec_prefix"
12944 prefix="$acl_save_prefix"
12945
12946 if test "X$x" = "X-L$found_dir"; then
12947 haveit=yes
12948 break
12949 fi
12950 done
12951 if test -z "$haveit"; then
12952 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir"
12953 fi
12954 if test "$hardcode_minus_L" != no; then
12955 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_so"
12956 else
12957 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
12958 fi
12959 fi
12960 fi
12961 fi
12962 else
12963 if test "X$found_a" != "X"; then
12964 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$found_a"
12965 else
12966 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$found_dir -l$name"
12967 fi
12968 fi
12969 additional_includedir=
12970 case "$found_dir" in
12971 */lib | */lib/)
12972 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
12973 additional_includedir="$basedir/include"
12974 ;;
12975 esac
12976 if test "X$additional_includedir" != "X"; then
12977 if test "X$additional_includedir" != "X/usr/include"; then
12978 haveit=
12979 if test "X$additional_includedir" = "X/usr/local/include"; then
12980 if test -n "$GCC"; then
12981 case $host_os in
12982 linux*) haveit=yes;;
12983 esac
12984 fi
12985 fi
12986 if test -z "$haveit"; then
12987 for x in $CPPFLAGS $INCLZMA; do
12988
12989 acl_save_prefix="$prefix"
12990 prefix="$acl_final_prefix"
12991 acl_save_exec_prefix="$exec_prefix"
12992 exec_prefix="$acl_final_exec_prefix"
12993 eval x=\"$x\"
12994 exec_prefix="$acl_save_exec_prefix"
12995 prefix="$acl_save_prefix"
12996
12997 if test "X$x" = "X-I$additional_includedir"; then
12998 haveit=yes
12999 break
13000 fi
13001 done
13002 if test -z "$haveit"; then
13003 if test -d "$additional_includedir"; then
13004 INCLZMA="${INCLZMA}${INCLZMA:+ }-I$additional_includedir"
13005 fi
13006 fi
13007 fi
13008 fi
13009 fi
13010 if test -n "$found_la"; then
13011 save_libdir="$libdir"
13012 case "$found_la" in
13013 */* | *\\*) . "$found_la" ;;
13014 *) . "./$found_la" ;;
13015 esac
13016 libdir="$save_libdir"
13017 for dep in $dependency_libs; do
13018 case "$dep" in
13019 -L*)
13020 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13021 if test "X$additional_libdir" != "X/usr/lib"; then
13022 haveit=
13023 if test "X$additional_libdir" = "X/usr/local/lib"; then
13024 if test -n "$GCC"; then
13025 case $host_os in
13026 linux*) haveit=yes;;
13027 esac
13028 fi
13029 fi
13030 if test -z "$haveit"; then
13031 haveit=
13032 for x in $LDFLAGS $LIBLZMA; do
13033
13034 acl_save_prefix="$prefix"
13035 prefix="$acl_final_prefix"
13036 acl_save_exec_prefix="$exec_prefix"
13037 exec_prefix="$acl_final_exec_prefix"
13038 eval x=\"$x\"
13039 exec_prefix="$acl_save_exec_prefix"
13040 prefix="$acl_save_prefix"
13041
13042 if test "X$x" = "X-L$additional_libdir"; then
13043 haveit=yes
13044 break
13045 fi
13046 done
13047 if test -z "$haveit"; then
13048 if test -d "$additional_libdir"; then
13049 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-L$additional_libdir"
13050 fi
13051 fi
13052 haveit=
13053 for x in $LDFLAGS $LTLIBLZMA; do
13054
13055 acl_save_prefix="$prefix"
13056 prefix="$acl_final_prefix"
13057 acl_save_exec_prefix="$exec_prefix"
13058 exec_prefix="$acl_final_exec_prefix"
13059 eval x=\"$x\"
13060 exec_prefix="$acl_save_exec_prefix"
13061 prefix="$acl_save_prefix"
13062
13063 if test "X$x" = "X-L$additional_libdir"; then
13064 haveit=yes
13065 break
13066 fi
13067 done
13068 if test -z "$haveit"; then
13069 if test -d "$additional_libdir"; then
13070 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-L$additional_libdir"
13071 fi
13072 fi
13073 fi
13074 fi
13075 ;;
13076 -R*)
13077 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13078 if test "$enable_rpath" != no; then
13079 haveit=
13080 for x in $rpathdirs; do
13081 if test "X$x" = "X$dir"; then
13082 haveit=yes
13083 break
13084 fi
13085 done
13086 if test -z "$haveit"; then
13087 rpathdirs="$rpathdirs $dir"
13088 fi
13089 haveit=
13090 for x in $ltrpathdirs; do
13091 if test "X$x" = "X$dir"; then
13092 haveit=yes
13093 break
13094 fi
13095 done
13096 if test -z "$haveit"; then
13097 ltrpathdirs="$ltrpathdirs $dir"
13098 fi
13099 fi
13100 ;;
13101 -l*)
13102 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13103 ;;
13104 *.la)
13105 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13106 ;;
13107 *)
13108 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$dep"
13109 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }$dep"
13110 ;;
13111 esac
13112 done
13113 fi
13114 else
13115 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }-l$name"
13116 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-l$name"
13117 fi
13118 fi
13119 fi
13120 done
13121 done
13122 if test "X$rpathdirs" != "X"; then
13123 if test -n "$hardcode_libdir_separator"; then
13124 alldirs=
13125 for found_dir in $rpathdirs; do
13126 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13127 done
13128 acl_save_libdir="$libdir"
13129 libdir="$alldirs"
13130 eval flag=\"$hardcode_libdir_flag_spec\"
13131 libdir="$acl_save_libdir"
13132 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
13133 else
13134 for found_dir in $rpathdirs; do
13135 acl_save_libdir="$libdir"
13136 libdir="$found_dir"
13137 eval flag=\"$hardcode_libdir_flag_spec\"
13138 libdir="$acl_save_libdir"
13139 LIBLZMA="${LIBLZMA}${LIBLZMA:+ }$flag"
13140 done
13141 fi
13142 fi
13143 if test "X$ltrpathdirs" != "X"; then
13144 for found_dir in $ltrpathdirs; do
13145 LTLIBLZMA="${LTLIBLZMA}${LTLIBLZMA:+ }-R$found_dir"
13146 done
13147 fi
13148
13149
13150 ac_save_CPPFLAGS="$CPPFLAGS"
13151
13152 for element in $INCLZMA; do
13153 haveit=
13154 for x in $CPPFLAGS; do
13155
13156 acl_save_prefix="$prefix"
13157 prefix="$acl_final_prefix"
13158 acl_save_exec_prefix="$exec_prefix"
13159 exec_prefix="$acl_final_exec_prefix"
13160 eval x=\"$x\"
13161 exec_prefix="$acl_save_exec_prefix"
13162 prefix="$acl_save_prefix"
13163
13164 if test "X$x" = "X$element"; then
13165 haveit=yes
13166 break
13167 fi
13168 done
13169 if test -z "$haveit"; then
13170 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13171 fi
13172 done
13173
13174
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liblzma" >&5
13176$as_echo_n "checking for liblzma... " >&6; }
13177if test "${ac_cv_liblzma+set}" = set; then :
13178 $as_echo_n "(cached) " >&6
13179else
13180
13181 ac_save_LIBS="$LIBS"
13182 LIBS="$LIBS $LIBLZMA"
13183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13184/* end confdefs.h. */
13185#include "lzma.h"
13186int
13187main ()
13188{
13189lzma_index_iter iter;
13190 lzma_index_iter_init (&iter, 0);
13191 lzma_mf_is_supported (LZMA_MF_HC3);
13192 ;
13193 return 0;
13194}
13195_ACEOF
13196if ac_fn_c_try_link "$LINENO"; then :
13197 ac_cv_liblzma=yes
13198else
13199 ac_cv_liblzma=no
13200fi
13201rm -f core conftest.err conftest.$ac_objext \
13202 conftest$ac_exeext conftest.$ac_ext
13203 LIBS="$ac_save_LIBS"
13204
13205fi
13206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_liblzma" >&5
13207$as_echo "$ac_cv_liblzma" >&6; }
13208 if test "$ac_cv_liblzma" = yes; then
13209 HAVE_LIBLZMA=yes
13210
13211$as_echo "#define HAVE_LIBLZMA 1" >>confdefs.h
13212
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with liblzma" >&5
13214$as_echo_n "checking how to link with liblzma... " >&6; }
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLZMA" >&5
13216$as_echo "$LIBLZMA" >&6; }
13217 else
13218 HAVE_LIBLZMA=no
13219 CPPFLAGS="$ac_save_CPPFLAGS"
13220 LIBLZMA=
13221 LTLIBLZMA=
13222 fi
13223
13224
13225
13226
13227
13228
13229 if test "$HAVE_LIBLZMA" != yes; then
13230 if test "$with_lzma" = yes; then
13231 as_fn_error "missing liblzma for --with-lzma" "$LINENO" 5
13232 fi
13233 fi
13234 fi
13235fi
13236
13237LIBGUI="../libgui/src/libgui.a"
13238GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
13239
13240
13241
13242WIN32LDAPP=
13243
13244
13245
13246case "${host}" in
13247*-*-cygwin* | *-*-mingw* )
13248 configdir="win"
13249 ;;
13250*)
13251 configdir="unix"
13252 ;;
13253esac
13254
13255GDBTKLIBS=
13256if test "${enable_gdbtk}" = "yes"; then
13257
13258 # Gdbtk must have an absolute path to srcdir in order to run
13259 # properly when not installed.
13260 here=`pwd`
13261 cd ${srcdir}
13262 GDBTK_SRC_DIR=`pwd`
13263 cd $here
13264
13265
13266 #
13267 # Ok, lets find the tcl configuration
13268 # First, look for one uninstalled.
13269 # the alternative search directory is invoked by --with-tcl
13270 #
13271
13272 if test x"${no_tcl}" = x ; then
13273 # we reset no_tcl in case something fails here
13274 no_tcl=true
13275
13276# Check whether --with-tcl was given.
13277if test "${with_tcl+set}" = set; then :
13278 withval=$with_tcl; with_tclconfig=${withval}
13279fi
13280
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
13282$as_echo_n "checking for Tcl configuration... " >&6; }
13283 if test "${ac_cv_c_tclconfig+set}" = set; then :
13284 $as_echo_n "(cached) " >&6
13285else
13286
13287
13288 # First check to see if --with-tcl was specified.
13289 case "${host}" in
13290 *-*-cygwin*) platDir="win" ;;
13291 *) platDir="unix" ;;
13292 esac
13293 if test x"${with_tclconfig}" != x ; then
13294 if test -f "${with_tclconfig}/tclConfig.sh" ; then
13295 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
13296 else
13297 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
13298 fi
13299 fi
13300
13301 # then check for a private Tcl installation
13302 if test x"${ac_cv_c_tclconfig}" = x ; then
13303 for i in \
13304 ../tcl \
13305 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13306 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
13307 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
13308 ../../tcl \
13309 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13310 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
13311 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
13312 ../../../tcl \
13313 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13314 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
13315 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
13316 if test -f "$i/$platDir/tclConfig.sh" ; then
13317 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
13318 break
13319 fi
13320 done
13321 fi
13322
13323 # on Darwin, check in Framework installation locations
13324 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
13325 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
13326 `ls -d /Library/Frameworks 2>/dev/null` \
13327 `ls -d /Network/Library/Frameworks 2>/dev/null` \
13328 `ls -d /System/Library/Frameworks 2>/dev/null` \
13329 ; do
13330 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
13331 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
13332 break
13333 fi
13334 done
13335 fi
13336
13337 # check in a few common install locations
13338 if test x"${ac_cv_c_tclconfig}" = x ; then
13339 for i in `ls -d ${libdir} 2>/dev/null` \
13340 `ls -d ${exec_prefix}/lib 2>/dev/null` \
13341 `ls -d ${prefix}/lib 2>/dev/null` \
13342 `ls -d /usr/local/lib 2>/dev/null` \
13343 `ls -d /usr/contrib/lib 2>/dev/null` \
13344 `ls -d /usr/lib 2>/dev/null` \
13345 ; do
13346 if test -f "$i/tclConfig.sh" ; then
13347 ac_cv_c_tclconfig=`(cd $i; pwd)`
13348 break
13349 fi
13350 done
13351 fi
13352
13353 # check in a few other private locations
13354 if test x"${ac_cv_c_tclconfig}" = x ; then
13355 for i in \
13356 ${srcdir}/../tcl \
13357 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
13358 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
13359 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
13360 if test -f "$i/$platDir/tclConfig.sh" ; then
13361 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
13362 break
13363 fi
13364 done
13365 fi
13366
13367fi
13368
13369
13370 if test x"${ac_cv_c_tclconfig}" = x ; then
13371 TCL_BIN_DIR="# no Tcl configs found"
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
13373$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
13374 else
13375 no_tcl=
13376 TCL_BIN_DIR=${ac_cv_c_tclconfig}
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
13378$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
13379 fi
13380 fi
13381
13382
13383 # If $no_tk is nonempty, then we can't do Tk, and there is no
13384 # point to doing Tcl.
13385
13386 #
13387 # Ok, lets find the tk configuration
13388 # First, look for one uninstalled.
13389 # the alternative search directory is invoked by --with-tk
13390 #
13391
13392 if test x"${no_tk}" = x ; then
13393 # we reset no_tk in case something fails here
13394 no_tk=true
13395
13396# Check whether --with-tk was given.
13397if test "${with_tk+set}" = set; then :
13398 withval=$with_tk; with_tkconfig=${withval}
13399fi
13400
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
13402$as_echo_n "checking for Tk configuration... " >&6; }
13403 if test "${ac_cv_c_tkconfig+set}" = set; then :
13404 $as_echo_n "(cached) " >&6
13405else
13406
13407
13408 # First check to see if --with-tkconfig was specified.
13409 if test x"${with_tkconfig}" != x ; then
13410 if test -f "${with_tkconfig}/tkConfig.sh" ; then
13411 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
13412 else
13413 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
13414 fi
13415 fi
13416
13417 # then check for a private Tk library
13418 case "${host}" in
13419 *-*-cygwin*) platDir="win" ;;
13420 *) platDir="unix" ;;
13421 esac
13422 if test x"${ac_cv_c_tkconfig}" = x ; then
13423 for i in \
13424 ../tk \
13425 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13426 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
13427 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
13428 ../../tk \
13429 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13430 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
13431 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
13432 ../../../tk \
13433 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13434 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
13435 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
13436 if test -f "$i/$platDir/tkConfig.sh" ; then
13437 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
13438 break
13439 fi
13440 done
13441 fi
13442
13443 # on Darwin, check in Framework installation locations
13444 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
13445 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
13446 `ls -d /Library/Frameworks 2>/dev/null` \
13447 `ls -d /Network/Library/Frameworks 2>/dev/null` \
13448 `ls -d /System/Library/Frameworks 2>/dev/null` \
13449 ; do
13450 if test -f "$i/Tk.framework/tkConfig.sh" ; then
13451 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
13452 break
13453 fi
13454 done
13455 fi
13456
13457 # check in a few common install locations
13458 if test x"${ac_cv_c_tkconfig}" = x ; then
13459 for i in `ls -d ${libdir} 2>/dev/null` \
13460 `ls -d ${exec_prefix}/lib 2>/dev/null` \
13461 `ls -d ${prefix}/lib 2>/dev/null` \
13462 `ls -d /usr/local/lib 2>/dev/null` \
13463 `ls -d /usr/contrib/lib 2>/dev/null` \
13464 `ls -d /usr/lib 2>/dev/null` \
13465 ; do
13466 if test -f "$i/tkConfig.sh" ; then
13467 ac_cv_c_tkconfig=`(cd $i; pwd)`
13468 break
13469 fi
13470 done
13471 fi
13472 # check in a few other private locations
13473 if test x"${ac_cv_c_tkconfig}" = x ; then
13474 for i in \
13475 ${srcdir}/../tk \
13476 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
13477 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
13478 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
13479 if test -f "$i/$platDir/tkConfig.sh" ; then
13480 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
13481 break
13482 fi
13483 done
13484 fi
13485
13486fi
13487
13488
13489 if test x"${ac_cv_c_tkconfig}" = x ; then
13490 TK_BIN_DIR="# no Tk configs found"
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
13492$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
13493 else
13494 no_tk=
13495 TK_BIN_DIR=${ac_cv_c_tkconfig}
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
13497$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
13498 fi
13499 fi
13500
13501
13502 if test -z "${no_tcl}" -a -z "${no_tk}"; then
13503
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
13505$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
13506
13507 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
13509$as_echo "loading" >&6; }
13510 . ${TCL_BIN_DIR}/tclConfig.sh
13511 else
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
13513$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
13514 fi
13515
13516 # eval is required to do the TCL_DBGX substitution
13517 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
13518 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
13519
13520 # If the TCL_BIN_DIR is the build directory (not the install directory),
13521 # then set the common variable name to the value of the build variables.
13522 # For example, the variable TCL_LIB_SPEC will be set to the value
13523 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
13524 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
13525 # installed and uninstalled version of Tcl.
13526 if test -f "${TCL_BIN_DIR}/Makefile" ; then
13527 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
13528 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
13529 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
13530 elif test "`uname -s`" = "Darwin"; then
13531 # If Tcl was built as a framework, attempt to use the libraries
13532 # from the framework at the given location so that linking works
13533 # against Tcl.framework installed in an arbitrary location.
13534 case ${TCL_DEFS} in
13535 *TCL_FRAMEWORK*)
13536 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
13537 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
13538 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
13539 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
13540 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
13541 break
13542 fi
13543 done
13544 fi
13545 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
13546 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
13547 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
13548 fi
13549 ;;
13550 esac
13551 fi
13552
13553 # eval is required to do the TCL_DBGX substitution
13554 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
13555 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
13556 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
13557 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
13558
13559
13560
13561
13562
13563
13564
13565
13566
13567
13568
13569
13570
13571
13572
13573 # Check for in-tree tcl
13574 here=`pwd`
13575 cd ${srcdir}/..
13576 topdir=`pwd`
13577 cd ${here}
13578
13579 intree="no"
13580 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
13581 intree="yes"
13582 fi
13583
13584 # Find Tcl private headers
13585 if test x"${intree}" = xno; then
13586
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
13588$as_echo_n "checking for Tcl private headers... " >&6; }
13589 private_dir=""
13590 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
13591 if test -f ${dir}/tclInt.h ; then
13592 private_dir=${dir}
13593 fi
13594
13595 if test x"${private_dir}" = x; then
13596 as_fn_error "could not find private Tcl headers" "$LINENO" 5
13597 else
13598 TCL_PRIVATE_INCLUDE="-I${private_dir}"
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
13600$as_echo "${private_dir}" >&6; }
13601 fi
13602
13603 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
13604 TCL_LIBRARY="${TCL_LIB_SPEC}"
13605 TCL_DEPS=""
13606 else
13607 # If building tcl in the same src tree, private headers
13608 # are not needed, but we need to be sure to use the right
13609 # headers library
13610 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
13611 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
13612 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
13613 fi
13614
13615
13616
13617
13618
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
13620$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
13621
13622 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
13624$as_echo "loading" >&6; }
13625 . ${TK_BIN_DIR}/tkConfig.sh
13626 else
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
13628$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
13629 fi
13630
13631 # eval is required to do the TK_DBGX substitution
13632 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
13633 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
13634
13635 # If the TK_BIN_DIR is the build directory (not the install directory),
13636 # then set the common variable name to the value of the build variables.
13637 # For example, the variable TK_LIB_SPEC will be set to the value
13638 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
13639 # instead of TK_BUILD_LIB_SPEC since it will work with both an
13640 # installed and uninstalled version of Tcl.
13641 if test -f "${TK_BIN_DIR}/Makefile" ; then
13642 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
13643 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
13644 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
13645 elif test "`uname -s`" = "Darwin"; then
13646 # If Tk was built as a framework, attempt to use the libraries
13647 # from the framework at the given location so that linking works
13648 # against Tk.framework installed in an arbitrary location.
13649 case ${TK_DEFS} in
13650 *TK_FRAMEWORK*)
13651 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
13652 for i in "`cd ${TK_BIN_DIR}; pwd`" \
13653 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
13654 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
13655 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
13656 break
13657 fi
13658 done
13659 fi
13660 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
13661 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
13662 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
13663 fi
13664 ;;
13665 esac
13666 fi
13667
13668 # eval is required to do the TK_DBGX substitution
13669 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
13670 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
13671 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
13672 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
13673
13674
13675
13676
13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687 # Check for in-tree Tk
13688 intree="no"
13689 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
13690 intree="yes"
13691 fi
13692
13693 # Find Tk private headers
13694 if test x"${intree}" = xno; then
13695
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
13697$as_echo_n "checking for Tk private headers... " >&6; }
13698 private_dir=""
13699 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
13700 if test -f ${dir}/tkInt.h; then
13701 private_dir=${dir}
13702 fi
13703
13704 if test x"${private_dir}" = x; then
13705 as_fn_error "could not find Tk private headers" "$LINENO" 5
13706 else
13707 TK_PRIVATE_INCLUDE="-I${private_dir}"
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
13709$as_echo "${private_dir}" >&6; }
13710 fi
13711
13712 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
13713 TK_LIBRARY=${TK_LIB_SPEC}
13714 TK_DEPS=""
13715 else
13716 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
13717 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
13718 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
13719 fi
13720
13721
13722
13723
13724
13725 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
13726
13727 # Include some libraries that Tcl and Tk want.
13728 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
13729 # Yes, the ordering seems wrong here. But it isn't.
13730 # TK_LIBS is the list of libraries that need to be linked
13731 # after Tcl/Tk. Note that this isn't put into LIBS. If it
13732 # were in LIBS then any link tests after this point would
13733 # try to include things like `$(LIBGUI)', which wouldn't work.
13734 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
13735
13736 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
13737 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
13738 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
13739 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
13740 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
13741 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
13742 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
13743
13744 if test x$gdb_cv_os_cygwin = xyes; then
13745 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
13746 WIN32LDAPP="-Wl,--subsystem,console"
13747 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
13748 fi
13749
13750 subdirs="$subdirs gdbtk"
13751
13752 fi
13753fi
13754
13755
13756
13757
13758
13759
13760
13761
13762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
13763$as_echo_n "checking for X... " >&6; }
13764
13765
13766# Check whether --with-x was given.
13767if test "${with_x+set}" = set; then :
13768 withval=$with_x;
13769fi
13770
13771# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13772if test "x$with_x" = xno; then
13773 # The user explicitly disabled X.
13774 have_x=disabled
13775else
13776 case $x_includes,$x_libraries in #(
13777 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
13778 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
13779 $as_echo_n "(cached) " >&6
13780else
13781 # One or both of the vars are not set, and there is no cached value.
13782ac_x_includes=no ac_x_libraries=no
13783rm -f -r conftest.dir
13784if mkdir conftest.dir; then
13785 cd conftest.dir
13786 cat >Imakefile <<'_ACEOF'
13787incroot:
13788 @echo incroot='${INCROOT}'
13789usrlibdir:
13790 @echo usrlibdir='${USRLIBDIR}'
13791libdir:
13792 @echo libdir='${LIBDIR}'
13793_ACEOF
13794 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
13795 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
13796 for ac_var in incroot usrlibdir libdir; do
13797 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
13798 done
13799 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13800 for ac_extension in a so sl dylib la dll; do
13801 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
13802 test -f "$ac_im_libdir/libX11.$ac_extension"; then
13803 ac_im_usrlibdir=$ac_im_libdir; break
13804 fi
13805 done
13806 # Screen out bogus values from the imake configuration. They are
13807 # bogus both because they are the default anyway, and because
13808 # using them would break gcc on systems where it needs fixed includes.
13809 case $ac_im_incroot in
13810 /usr/include) ac_x_includes= ;;
13811 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
13812 esac
13813 case $ac_im_usrlibdir in
13814 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
13815 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
13816 esac
13817 fi
13818 cd ..
13819 rm -f -r conftest.dir
13820fi
13821
13822# Standard set of common directories for X headers.
13823# Check X11 before X11Rn because it is often a symlink to the current release.
13824ac_x_header_dirs='
13825/usr/X11/include
13826/usr/X11R7/include
13827/usr/X11R6/include
13828/usr/X11R5/include
13829/usr/X11R4/include
13830
13831/usr/include/X11
13832/usr/include/X11R7
13833/usr/include/X11R6
13834/usr/include/X11R5
13835/usr/include/X11R4
13836
13837/usr/local/X11/include
13838/usr/local/X11R7/include
13839/usr/local/X11R6/include
13840/usr/local/X11R5/include
13841/usr/local/X11R4/include
13842
13843/usr/local/include/X11
13844/usr/local/include/X11R7
13845/usr/local/include/X11R6
13846/usr/local/include/X11R5
13847/usr/local/include/X11R4
13848
13849/usr/X386/include
13850/usr/x386/include
13851/usr/XFree86/include/X11
13852
13853/usr/include
13854/usr/local/include
13855/usr/unsupported/include
13856/usr/athena/include
13857/usr/local/x11r5/include
13858/usr/lpp/Xamples/include
13859
13860/usr/openwin/include
13861/usr/openwin/share/include'
13862
13863if test "$ac_x_includes" = no; then
13864 # Guess where to find include files, by looking for Xlib.h.
13865 # First, try using that file with no special directory specified.
13866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13867/* end confdefs.h. */
13868#include <X11/Xlib.h>
13869_ACEOF
13870if ac_fn_c_try_cpp "$LINENO"; then :
13871 # We can compile using X headers with no special include directory.
13872ac_x_includes=
13873else
13874 for ac_dir in $ac_x_header_dirs; do
13875 if test -r "$ac_dir/X11/Xlib.h"; then
13876 ac_x_includes=$ac_dir
13877 break
13878 fi
13879done
13880fi
13881rm -f conftest.err conftest.$ac_ext
13882fi # $ac_x_includes = no
13883
13884if test "$ac_x_libraries" = no; then
13885 # Check for the libraries.
13886 # See if we find them without any special options.
13887 # Don't add to $LIBS permanently.
13888 ac_save_LIBS=$LIBS
13889 LIBS="-lX11 $LIBS"
13890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13891/* end confdefs.h. */
13892#include <X11/Xlib.h>
13893int
13894main ()
13895{
13896XrmInitialize ()
13897 ;
13898 return 0;
13899}
13900_ACEOF
13901if ac_fn_c_try_link "$LINENO"; then :
13902 LIBS=$ac_save_LIBS
13903# We can link X programs with no special library path.
13904ac_x_libraries=
13905else
13906 LIBS=$ac_save_LIBS
13907for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
13908do
13909 # Don't even attempt the hair of trying to link an X program!
13910 for ac_extension in a so sl dylib la dll; do
13911 if test -r "$ac_dir/libX11.$ac_extension"; then
13912 ac_x_libraries=$ac_dir
13913 break 2
13914 fi
13915 done
13916done
13917fi
13918rm -f core conftest.err conftest.$ac_objext \
13919 conftest$ac_exeext conftest.$ac_ext
13920fi # $ac_x_libraries = no
13921
13922case $ac_x_includes,$ac_x_libraries in #(
13923 no,* | *,no | *\'*)
13924 # Didn't find X, or a directory has "'" in its name.
13925 ac_cv_have_x="have_x=no";; #(
13926 *)
13927 # Record where we found X for the cache.
13928 ac_cv_have_x="have_x=yes\
13929 ac_x_includes='$ac_x_includes'\
13930 ac_x_libraries='$ac_x_libraries'"
13931esac
13932fi
13933;; #(
13934 *) have_x=yes;;
13935 esac
13936 eval "$ac_cv_have_x"
13937fi # $with_x != no
13938
13939if test "$have_x" != yes; then
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
13941$as_echo "$have_x" >&6; }
13942 no_x=yes
13943else
13944 # If each of the values was on the command line, it overrides each guess.
13945 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
13946 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
13947 # Update the cache value to reflect the command line values.
13948 ac_cv_have_x="have_x=yes\
13949 ac_x_includes='$x_includes'\
13950 ac_x_libraries='$x_libraries'"
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
13952$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
13953fi
13954
13955
13956# Unlike the sim directory, whether a simulator is linked is controlled by
13957# presence of a gdb_sim definition in the target configure.tgt entry.
13958# This code just checks for a few cases where we'd like to ignore those
13959# definitions, even when they're present in the '.mt' file. These cases
13960# are when --disable-sim is specified, or if the simulator directory is
13961# not part of the source tree.
13962#
13963# Check whether --enable-sim was given.
13964if test "${enable_sim+set}" = set; then :
13965 enableval=$enable_sim; echo "enable_sim = $enable_sim";
13966 echo "enableval = ${enableval}";
13967 case "${enableval}" in
13968 yes) ignore_sim=false ;;
13969 no) ignore_sim=true ;;
13970 *) ignore_sim=false ;;
13971 esac
13972else
13973 ignore_sim=false
13974fi
13975
13976
13977if test ! -d "${srcdir}/../sim"; then
13978 ignore_sim=true
13979fi
13980
13981SIM=
13982SIM_OBS=
13983if test "${ignore_sim}" = "false"; then
13984 if test x"${gdb_sim}" != x ; then
13985 SIM="${gdb_sim}"
13986 SIM_OBS="remote-sim.o"
13987
13988$as_echo "#define WITH_SIM 1" >>confdefs.h
13989
13990 fi
13991fi
13992
13993
13994
13995
13996
13997
13998
13999
14000
14001
14002
14003
14004
14005
14006# List of host floatformats.
14007
14008cat >>confdefs.h <<_ACEOF
14009#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
14010_ACEOF
14011
14012
14013cat >>confdefs.h <<_ACEOF
14014#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
14015_ACEOF
14016
14017
14018cat >>confdefs.h <<_ACEOF
14019#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
14020_ACEOF
14021
14022
14023# target_subdir is used by the testsuite to find the target libraries.
14024target_subdir=
14025if test "${host}" != "${target}"; then
14026 target_subdir="${target_alias}/"
14027fi
14028
14029
14030frags=
14031if test "${gdb_native}" = "yes"; then
14032 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
14033 if test ! -f ${host_makefile_frag}; then
14034 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
14035 fi
14036 frags="$frags $host_makefile_frag"
14037else
14038 host_makefile_frag=/dev/null
14039fi
14040
14041
14042
14043
14044if test "${gdb_native}" = "yes"; then
14045# We pick this up from the host configuration file (.mh) because we
14046# do not have a native configuration Makefile fragment.
14047nativefile=`sed -n '
14048s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
14049' ${host_makefile_frag}`
14050fi
14051
14052
14053if test x"${gdb_osabi}" != x ; then
14054
14055cat >>confdefs.h <<_ACEOF
14056#define GDB_OSABI_DEFAULT $gdb_osabi
14057_ACEOF
14058
14059fi
14060
14061# Enable multi-ice-gdb-server.
14062# Check whether --enable-multi-ice was given.
14063if test "${enable_multi_ice+set}" = set; then :
14064 enableval=$enable_multi_ice; case $enableval in
14065 yes | no)
14066 ;;
14067 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
14068 esac
14069fi
14070
14071if test "x$enable_multi_ice" = xyes; then
14072 subdirs="$subdirs multi-ice"
14073
14074fi
14075
14076# Check whether --enable-gdbserver was given.
14077if test "${enable_gdbserver+set}" = set; then :
14078 enableval=$enable_gdbserver; case "${enableval}" in
14079 yes| no|auto) ;;
14080 *) as_fn_error "bad value ${enableval} for --enable-gdbserver option" "$LINENO" 5 ;;
14081esac
14082else
14083 enable_gdbserver=auto
14084fi
14085
14086
14087# We only build gdbserver automatically in a native configuration, and
14088# only if the user did not explicitly disable its build.
14089if test "$gdb_native" = "yes" -a "$enable_gdbserver" != "no"; then
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
14091$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
14092 if test "x$build_gdbserver" = xyes; then
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14094$as_echo "yes" >&6; }
14095 subdirs="$subdirs gdbserver"
14096
14097 gdbserver_build_enabled=yes
14098 else
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14100$as_echo "no" >&6; }
14101 fi
14102fi
14103
14104# If the user explicitly request the gdbserver to be built, verify that
14105# we were in fact able to enable it.
14106if test "$enable_gdbserver" = "yes" -a "$gdbserver_build_enabled" != "yes"; then
14107 as_fn_error "Automatic gdbserver build is not supported for this configuration" "$LINENO" 5
14108fi
14109
14110# Check for babeltrace and babeltrace-ctf
14111
14112# Check whether --with-babeltrace was given.
14113if test "${with_babeltrace+set}" = set; then :
14114 withval=$with_babeltrace;
14115else
14116 with_babeltrace=auto
14117fi
14118
14119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use babeltrace" >&5
14120$as_echo_n "checking whether to use babeltrace... " >&6; }
14121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_babeltrace" >&5
14122$as_echo "$with_babeltrace" >&6; }
14123
14124if test "x$with_babeltrace" = "xno"; then
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
14126$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
14127else
14128 # Append -Werror to CFLAGS so that configure can catch the warning
14129 # "assignment from incompatible pointer type", which is related to
14130 # the babeltrace change from 1.0.3 to 1.1.0. Babeltrace 1.1.0 works
14131 # in GDB, while babeltrace 1.0.3 is broken.
14132 # AC_LIB_HAVE_LINKFLAGS may modify CPPFLAGS in it, so it should be
14133 # safe to save and restore CFLAGS here.
14134 saved_CFLAGS=$CFLAGS
14135 CFLAGS="$CFLAGS -Werror"
14136
14137
14138
14139
14140
14141
14142
14143
14144 use_additional=yes
14145
14146 acl_save_prefix="$prefix"
14147 prefix="$acl_final_prefix"
14148 acl_save_exec_prefix="$exec_prefix"
14149 exec_prefix="$acl_final_exec_prefix"
14150
14151 eval additional_includedir=\"$includedir\"
14152 eval additional_libdir=\"$libdir\"
14153
14154 exec_prefix="$acl_save_exec_prefix"
14155 prefix="$acl_save_prefix"
14156
14157
14158# Check whether --with-libbabeltrace-prefix was given.
14159if test "${with_libbabeltrace_prefix+set}" = set; then :
14160 withval=$with_libbabeltrace_prefix;
14161 if test "X$withval" = "Xno"; then
14162 use_additional=no
14163 else
14164 if test "X$withval" = "X"; then
14165
14166 acl_save_prefix="$prefix"
14167 prefix="$acl_final_prefix"
14168 acl_save_exec_prefix="$exec_prefix"
14169 exec_prefix="$acl_final_exec_prefix"
14170
14171 eval additional_includedir=\"$includedir\"
14172 eval additional_libdir=\"$libdir\"
14173
14174 exec_prefix="$acl_save_exec_prefix"
14175 prefix="$acl_save_prefix"
14176
14177 else
14178 additional_includedir="$withval/include"
14179 additional_libdir="$withval/lib"
14180 fi
14181 fi
14182
14183fi
14184
14185 LIBBABELTRACE=
14186 LTLIBBABELTRACE=
14187 INCBABELTRACE=
14188 rpathdirs=
14189 ltrpathdirs=
14190 names_already_handled=
14191 names_next_round='babeltrace babeltrace-ctf'
14192 while test -n "$names_next_round"; do
14193 names_this_round="$names_next_round"
14194 names_next_round=
14195 for name in $names_this_round; do
14196 already_handled=
14197 for n in $names_already_handled; do
14198 if test "$n" = "$name"; then
14199 already_handled=yes
14200 break
14201 fi
14202 done
14203 if test -z "$already_handled"; then
14204 names_already_handled="$names_already_handled $name"
14205 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14206 eval value=\"\$HAVE_LIB$uppername\"
14207 if test -n "$value"; then
14208 if test "$value" = yes; then
14209 eval value=\"\$LIB$uppername\"
14210 test -z "$value" || LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$value"
14211 eval value=\"\$LTLIB$uppername\"
14212 test -z "$value" || LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$value"
14213 else
14214 :
14215 fi
14216 else
14217 found_dir=
14218 found_la=
14219 found_so=
14220 found_a=
14221 if test $use_additional = yes; then
14222 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
14223 found_dir="$additional_libdir"
14224 found_so="$additional_libdir/lib$name.$shlibext"
14225 if test -f "$additional_libdir/lib$name.la"; then
14226 found_la="$additional_libdir/lib$name.la"
14227 fi
14228 else
14229 if test -f "$additional_libdir/lib$name.$libext"; then
14230 found_dir="$additional_libdir"
14231 found_a="$additional_libdir/lib$name.$libext"
14232 if test -f "$additional_libdir/lib$name.la"; then
14233 found_la="$additional_libdir/lib$name.la"
14234 fi
14235 fi
14236 fi
14237 fi
14238 if test "X$found_dir" = "X"; then
14239 for x in $LDFLAGS $LTLIBBABELTRACE; do
14240
14241 acl_save_prefix="$prefix"
14242 prefix="$acl_final_prefix"
14243 acl_save_exec_prefix="$exec_prefix"
14244 exec_prefix="$acl_final_exec_prefix"
14245 eval x=\"$x\"
14246 exec_prefix="$acl_save_exec_prefix"
14247 prefix="$acl_save_prefix"
14248
14249 case "$x" in
14250 -L*)
14251 dir=`echo "X$x" | sed -e 's/^X-L//'`
14252 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
14253 found_dir="$dir"
14254 found_so="$dir/lib$name.$shlibext"
14255 if test -f "$dir/lib$name.la"; then
14256 found_la="$dir/lib$name.la"
14257 fi
14258 else
14259 if test -f "$dir/lib$name.$libext"; then
14260 found_dir="$dir"
14261 found_a="$dir/lib$name.$libext"
14262 if test -f "$dir/lib$name.la"; then
14263 found_la="$dir/lib$name.la"
14264 fi
14265 fi
14266 fi
14267 ;;
14268 esac
14269 if test "X$found_dir" != "X"; then
14270 break
14271 fi
14272 done
14273 fi
14274 if test "X$found_dir" != "X"; then
14275 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$found_dir -l$name"
14276 if test "X$found_so" != "X"; then
14277 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14278 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14279 else
14280 haveit=
14281 for x in $ltrpathdirs; do
14282 if test "X$x" = "X$found_dir"; then
14283 haveit=yes
14284 break
14285 fi
14286 done
14287 if test -z "$haveit"; then
14288 ltrpathdirs="$ltrpathdirs $found_dir"
14289 fi
14290 if test "$hardcode_direct" = yes; then
14291 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14292 else
14293 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14294 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14295 haveit=
14296 for x in $rpathdirs; do
14297 if test "X$x" = "X$found_dir"; then
14298 haveit=yes
14299 break
14300 fi
14301 done
14302 if test -z "$haveit"; then
14303 rpathdirs="$rpathdirs $found_dir"
14304 fi
14305 else
14306 haveit=
14307 for x in $LDFLAGS $LIBBABELTRACE; do
14308
14309 acl_save_prefix="$prefix"
14310 prefix="$acl_final_prefix"
14311 acl_save_exec_prefix="$exec_prefix"
14312 exec_prefix="$acl_final_exec_prefix"
14313 eval x=\"$x\"
14314 exec_prefix="$acl_save_exec_prefix"
14315 prefix="$acl_save_prefix"
14316
14317 if test "X$x" = "X-L$found_dir"; then
14318 haveit=yes
14319 break
14320 fi
14321 done
14322 if test -z "$haveit"; then
14323 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir"
14324 fi
14325 if test "$hardcode_minus_L" != no; then
14326 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_so"
14327 else
14328 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
14329 fi
14330 fi
14331 fi
14332 fi
14333 else
14334 if test "X$found_a" != "X"; then
14335 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$found_a"
14336 else
14337 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$found_dir -l$name"
14338 fi
14339 fi
14340 additional_includedir=
14341 case "$found_dir" in
14342 */lib | */lib/)
14343 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14344 additional_includedir="$basedir/include"
14345 ;;
14346 esac
14347 if test "X$additional_includedir" != "X"; then
14348 if test "X$additional_includedir" != "X/usr/include"; then
14349 haveit=
14350 if test "X$additional_includedir" = "X/usr/local/include"; then
14351 if test -n "$GCC"; then
14352 case $host_os in
14353 linux*) haveit=yes;;
14354 esac
14355 fi
14356 fi
14357 if test -z "$haveit"; then
14358 for x in $CPPFLAGS $INCBABELTRACE; do
14359
14360 acl_save_prefix="$prefix"
14361 prefix="$acl_final_prefix"
14362 acl_save_exec_prefix="$exec_prefix"
14363 exec_prefix="$acl_final_exec_prefix"
14364 eval x=\"$x\"
14365 exec_prefix="$acl_save_exec_prefix"
14366 prefix="$acl_save_prefix"
14367
14368 if test "X$x" = "X-I$additional_includedir"; then
14369 haveit=yes
14370 break
14371 fi
14372 done
14373 if test -z "$haveit"; then
14374 if test -d "$additional_includedir"; then
14375 INCBABELTRACE="${INCBABELTRACE}${INCBABELTRACE:+ }-I$additional_includedir"
14376 fi
14377 fi
14378 fi
14379 fi
14380 fi
14381 if test -n "$found_la"; then
14382 save_libdir="$libdir"
14383 case "$found_la" in
14384 */* | *\\*) . "$found_la" ;;
14385 *) . "./$found_la" ;;
14386 esac
14387 libdir="$save_libdir"
14388 for dep in $dependency_libs; do
14389 case "$dep" in
14390 -L*)
14391 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14392 if test "X$additional_libdir" != "X/usr/lib"; then
14393 haveit=
14394 if test "X$additional_libdir" = "X/usr/local/lib"; then
14395 if test -n "$GCC"; then
14396 case $host_os in
14397 linux*) haveit=yes;;
14398 esac
14399 fi
14400 fi
14401 if test -z "$haveit"; then
14402 haveit=
14403 for x in $LDFLAGS $LIBBABELTRACE; do
14404
14405 acl_save_prefix="$prefix"
14406 prefix="$acl_final_prefix"
14407 acl_save_exec_prefix="$exec_prefix"
14408 exec_prefix="$acl_final_exec_prefix"
14409 eval x=\"$x\"
14410 exec_prefix="$acl_save_exec_prefix"
14411 prefix="$acl_save_prefix"
14412
14413 if test "X$x" = "X-L$additional_libdir"; then
14414 haveit=yes
14415 break
14416 fi
14417 done
14418 if test -z "$haveit"; then
14419 if test -d "$additional_libdir"; then
14420 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-L$additional_libdir"
14421 fi
14422 fi
14423 haveit=
14424 for x in $LDFLAGS $LTLIBBABELTRACE; do
14425
14426 acl_save_prefix="$prefix"
14427 prefix="$acl_final_prefix"
14428 acl_save_exec_prefix="$exec_prefix"
14429 exec_prefix="$acl_final_exec_prefix"
14430 eval x=\"$x\"
14431 exec_prefix="$acl_save_exec_prefix"
14432 prefix="$acl_save_prefix"
14433
14434 if test "X$x" = "X-L$additional_libdir"; then
14435 haveit=yes
14436 break
14437 fi
14438 done
14439 if test -z "$haveit"; then
14440 if test -d "$additional_libdir"; then
14441 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-L$additional_libdir"
14442 fi
14443 fi
14444 fi
14445 fi
14446 ;;
14447 -R*)
14448 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14449 if test "$enable_rpath" != no; then
14450 haveit=
14451 for x in $rpathdirs; do
14452 if test "X$x" = "X$dir"; then
14453 haveit=yes
14454 break
14455 fi
14456 done
14457 if test -z "$haveit"; then
14458 rpathdirs="$rpathdirs $dir"
14459 fi
14460 haveit=
14461 for x in $ltrpathdirs; do
14462 if test "X$x" = "X$dir"; then
14463 haveit=yes
14464 break
14465 fi
14466 done
14467 if test -z "$haveit"; then
14468 ltrpathdirs="$ltrpathdirs $dir"
14469 fi
14470 fi
14471 ;;
14472 -l*)
14473 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14474 ;;
14475 *.la)
14476 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14477 ;;
14478 *)
14479 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$dep"
14480 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }$dep"
14481 ;;
14482 esac
14483 done
14484 fi
14485 else
14486 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }-l$name"
14487 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-l$name"
14488 fi
14489 fi
14490 fi
14491 done
14492 done
14493 if test "X$rpathdirs" != "X"; then
14494 if test -n "$hardcode_libdir_separator"; then
14495 alldirs=
14496 for found_dir in $rpathdirs; do
14497 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14498 done
14499 acl_save_libdir="$libdir"
14500 libdir="$alldirs"
14501 eval flag=\"$hardcode_libdir_flag_spec\"
14502 libdir="$acl_save_libdir"
14503 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
14504 else
14505 for found_dir in $rpathdirs; do
14506 acl_save_libdir="$libdir"
14507 libdir="$found_dir"
14508 eval flag=\"$hardcode_libdir_flag_spec\"
14509 libdir="$acl_save_libdir"
14510 LIBBABELTRACE="${LIBBABELTRACE}${LIBBABELTRACE:+ }$flag"
14511 done
14512 fi
14513 fi
14514 if test "X$ltrpathdirs" != "X"; then
14515 for found_dir in $ltrpathdirs; do
14516 LTLIBBABELTRACE="${LTLIBBABELTRACE}${LTLIBBABELTRACE:+ }-R$found_dir"
14517 done
14518 fi
14519
14520
14521 ac_save_CPPFLAGS="$CPPFLAGS"
14522
14523 for element in $INCBABELTRACE; do
14524 haveit=
14525 for x in $CPPFLAGS; do
14526
14527 acl_save_prefix="$prefix"
14528 prefix="$acl_final_prefix"
14529 acl_save_exec_prefix="$exec_prefix"
14530 exec_prefix="$acl_final_exec_prefix"
14531 eval x=\"$x\"
14532 exec_prefix="$acl_save_exec_prefix"
14533 prefix="$acl_save_prefix"
14534
14535 if test "X$x" = "X$element"; then
14536 haveit=yes
14537 break
14538 fi
14539 done
14540 if test -z "$haveit"; then
14541 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14542 fi
14543 done
14544
14545
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libbabeltrace" >&5
14547$as_echo_n "checking for libbabeltrace... " >&6; }
14548if test "${ac_cv_libbabeltrace+set}" = set; then :
14549 $as_echo_n "(cached) " >&6
14550else
14551
14552 ac_save_LIBS="$LIBS"
14553 LIBS="$LIBS $LIBBABELTRACE"
14554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14555/* end confdefs.h. */
14556#include <babeltrace/babeltrace.h>
14557 #include <babeltrace/ctf/events.h>
14558 #include <babeltrace/ctf/iterator.h>
14559int
14560main ()
14561{
14562struct bt_iter_pos *pos = bt_iter_get_pos (bt_ctf_get_iter (NULL));
14563 struct bt_ctf_event *event = NULL;
14564 const struct bt_definition *scope;
14565
14566 scope = bt_ctf_get_top_level_scope (event,
14567 BT_STREAM_EVENT_HEADER);
14568 bt_ctf_get_uint64 (bt_ctf_get_field (event, scope, "id"));
14569
14570 ;
14571 return 0;
14572}
14573_ACEOF
14574if ac_fn_c_try_link "$LINENO"; then :
14575 ac_cv_libbabeltrace=yes
14576else
14577 ac_cv_libbabeltrace=no
14578fi
14579rm -f core conftest.err conftest.$ac_objext \
14580 conftest$ac_exeext conftest.$ac_ext
14581 LIBS="$ac_save_LIBS"
14582
14583fi
14584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libbabeltrace" >&5
14585$as_echo "$ac_cv_libbabeltrace" >&6; }
14586 if test "$ac_cv_libbabeltrace" = yes; then
14587 HAVE_LIBBABELTRACE=yes
14588
14589$as_echo "#define HAVE_LIBBABELTRACE 1" >>confdefs.h
14590
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libbabeltrace" >&5
14592$as_echo_n "checking how to link with libbabeltrace... " >&6; }
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBBABELTRACE" >&5
14594$as_echo "$LIBBABELTRACE" >&6; }
14595 else
14596 HAVE_LIBBABELTRACE=no
14597 CPPFLAGS="$ac_save_CPPFLAGS"
14598 LIBBABELTRACE=
14599 LTLIBBABELTRACE=
14600 fi
14601
14602
14603
14604
14605
14606
14607 CFLAGS=$saved_CFLAGS
14608
14609 if test "$HAVE_LIBBABELTRACE" != yes; then
14610 if test "$with_babeltrace" = yes; then
14611 as_fn_error "babeltrace is missing or unusable" "$LINENO" 5
14612 else
14613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&5
14614$as_echo "$as_me: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data." >&2;}
14615 fi
14616 fi
14617fi
14618
14619# If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
14620# to an empty version.
14621
14622files=
14623links=
14624
14625rm -f nm.h
14626if test "${nativefile}" != ""; then
14627 case "${nativefile}" in
14628 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
14629 * ) GDB_NM_FILE="${nativefile}"
14630 esac
14631 files="${files} ${GDB_NM_FILE}"
14632 links="${links} nm.h"
14633
14634cat >>confdefs.h <<_ACEOF
14635#define GDB_NM_FILE "${GDB_NM_FILE}"
14636_ACEOF
14637
14638fi
14639
14640
14641ac_sources="$files"
14642ac_dests="$links"
14643while test -n "$ac_sources"; do
14644 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14645 set $ac_sources; ac_source=$1; shift; ac_sources=$*
14646 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14647done
14648ac_config_links="$ac_config_links $ac_config_links_1"
14649
14650
14651
14652
14653
14654$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
14655
14656
14657# Undo the $ec_script escaping suitable for Makefile.
14658transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
14659GDB_TRANSFORM_NAME=`echo gdb | sed -e "$transform"`
14660if test "x$GDB_TRANSFORM_NAME" = x; then
14661 GDB_TRANSFORM_NAME=gdb
14662fi
14663
14664GCORE_TRANSFORM_NAME=`echo gcore | sed -e "$transform"`
14665if test "x$GCORE_TRANSFORM_NAME" = x; then
14666 GCORE_TRANSFORM_NAME=gcore
14667fi
14668
14669ac_config_files="$ac_config_files gcore"
14670
14671
14672ac_config_files="$ac_config_files Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile"
14673
14674ac_config_commands="$ac_config_commands default"
14675
14676cat >confcache <<\_ACEOF
14677# This file is a shell script that caches the results of configure
14678# tests run on this system so they can be shared between configure
14679# scripts and configure runs, see configure's option --config-cache.
14680# It is not useful on other systems. If it contains results you don't
14681# want to keep, you may remove or edit it.
14682#
14683# config.status only pays attention to the cache file if you give it
14684# the --recheck option to rerun configure.
14685#
14686# `ac_cv_env_foo' variables (set or unset) will be overridden when
14687# loading this file, other *unset* `ac_cv_foo' will be assigned the
14688# following values.
14689
14690_ACEOF
14691
14692# The following way of writing the cache mishandles newlines in values,
14693# but we know of no workaround that is simple, portable, and efficient.
14694# So, we kill variables containing newlines.
14695# Ultrix sh set writes to stderr and can't be redirected directly,
14696# and sets the high bit in the cache file unless we assign to the vars.
14697(
14698 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14699 eval ac_val=\$$ac_var
14700 case $ac_val in #(
14701 *${as_nl}*)
14702 case $ac_var in #(
14703 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14704$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14705 esac
14706 case $ac_var in #(
14707 _ | IFS | as_nl) ;; #(
14708 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14709 *) { eval $ac_var=; unset $ac_var;} ;;
14710 esac ;;
14711 esac
14712 done
14713
14714 (set) 2>&1 |
14715 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14716 *${as_nl}ac_space=\ *)
14717 # `set' does not quote correctly, so add quotes: double-quote
14718 # substitution turns \\\\ into \\, and sed turns \\ into \.
14719 sed -n \
14720 "s/'/'\\\\''/g;
14721 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14722 ;; #(
14723 *)
14724 # `set' quotes correctly as required by POSIX, so do not add quotes.
14725 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14726 ;;
14727 esac |
14728 sort
14729) |
14730 sed '
14731 /^ac_cv_env_/b end
14732 t clear
14733 :clear
14734 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14735 t end
14736 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14737 :end' >>confcache
14738if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14739 if test -w "$cache_file"; then
14740 test "x$cache_file" != "x/dev/null" &&
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14742$as_echo "$as_me: updating cache $cache_file" >&6;}
14743 cat confcache >$cache_file
14744 else
14745 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14746$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14747 fi
14748fi
14749rm -f confcache
14750
14751test "x$prefix" = xNONE && prefix=$ac_default_prefix
14752# Let make expand exec_prefix.
14753test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14754
14755DEFS=-DHAVE_CONFIG_H
14756
14757ac_libobjs=
14758ac_ltlibobjs=
14759for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14760 # 1. Remove the extension, and $U if already installed.
14761 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14762 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14763 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14764 # will be set to the directory where LIBOBJS objects are built.
14765 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14766 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14767done
14768LIBOBJS=$ac_libobjs
14769
14770LTLIBOBJS=$ac_ltlibobjs
14771
14772
14773if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14774 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14775Usually this means the macro was only invoked conditionally." "$LINENO" 5
14776fi
14777if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14778 as_fn_error "conditional \"GMAKE\" was never defined.
14779Usually this means the macro was only invoked conditionally." "$LINENO" 5
14780fi
14781
14782
14783: ${CONFIG_STATUS=./config.status}
14784ac_write_fail=0
14785ac_clean_files_save=$ac_clean_files
14786ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14787{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14788$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14789as_write_fail=0
14790cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14791#! $SHELL
14792# Generated by $as_me.
14793# Run this file to recreate the current configuration.
14794# Compiler output produced by configure, useful for debugging
14795# configure, is in config.log if it exists.
14796
14797debug=false
14798ac_cs_recheck=false
14799ac_cs_silent=false
14800
14801SHELL=\${CONFIG_SHELL-$SHELL}
14802export SHELL
14803_ASEOF
14804cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14805## -------------------- ##
14806## M4sh Initialization. ##
14807## -------------------- ##
14808
14809# Be more Bourne compatible
14810DUALCASE=1; export DUALCASE # for MKS sh
14811if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14812 emulate sh
14813 NULLCMD=:
14814 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14815 # is contrary to our usage. Disable this feature.
14816 alias -g '${1+"$@"}'='"$@"'
14817 setopt NO_GLOB_SUBST
14818else
14819 case `(set -o) 2>/dev/null` in #(
14820 *posix*) :
14821 set -o posix ;; #(
14822 *) :
14823 ;;
14824esac
14825fi
14826
14827
14828as_nl='
14829'
14830export as_nl
14831# Printing a long string crashes Solaris 7 /usr/bin/printf.
14832as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14833as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14834as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14835# Prefer a ksh shell builtin over an external printf program on Solaris,
14836# but without wasting forks for bash or zsh.
14837if test -z "$BASH_VERSION$ZSH_VERSION" \
14838 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14839 as_echo='print -r --'
14840 as_echo_n='print -rn --'
14841elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14842 as_echo='printf %s\n'
14843 as_echo_n='printf %s'
14844else
14845 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14846 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14847 as_echo_n='/usr/ucb/echo -n'
14848 else
14849 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14850 as_echo_n_body='eval
14851 arg=$1;
14852 case $arg in #(
14853 *"$as_nl"*)
14854 expr "X$arg" : "X\\(.*\\)$as_nl";
14855 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14856 esac;
14857 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14858 '
14859 export as_echo_n_body
14860 as_echo_n='sh -c $as_echo_n_body as_echo'
14861 fi
14862 export as_echo_body
14863 as_echo='sh -c $as_echo_body as_echo'
14864fi
14865
14866# The user is always right.
14867if test "${PATH_SEPARATOR+set}" != set; then
14868 PATH_SEPARATOR=:
14869 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14870 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14871 PATH_SEPARATOR=';'
14872 }
14873fi
14874
14875
14876# IFS
14877# We need space, tab and new line, in precisely that order. Quoting is
14878# there to prevent editors from complaining about space-tab.
14879# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14880# splitting by setting IFS to empty value.)
14881IFS=" "" $as_nl"
14882
14883# Find who we are. Look in the path if we contain no directory separator.
14884case $0 in #((
14885 *[\\/]* ) as_myself=$0 ;;
14886 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14887for as_dir in $PATH
14888do
14889 IFS=$as_save_IFS
14890 test -z "$as_dir" && as_dir=.
14891 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14892 done
14893IFS=$as_save_IFS
14894
14895 ;;
14896esac
14897# We did not find ourselves, most probably we were run as `sh COMMAND'
14898# in which case we are not to be found in the path.
14899if test "x$as_myself" = x; then
14900 as_myself=$0
14901fi
14902if test ! -f "$as_myself"; then
14903 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14904 exit 1
14905fi
14906
14907# Unset variables that we do not need and which cause bugs (e.g. in
14908# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14909# suppresses any "Segmentation fault" message there. '((' could
14910# trigger a bug in pdksh 5.2.14.
14911for as_var in BASH_ENV ENV MAIL MAILPATH
14912do eval test x\${$as_var+set} = xset \
14913 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14914done
14915PS1='$ '
14916PS2='> '
14917PS4='+ '
14918
14919# NLS nuisances.
14920LC_ALL=C
14921export LC_ALL
14922LANGUAGE=C
14923export LANGUAGE
14924
14925# CDPATH.
14926(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14927
14928
14929# as_fn_error ERROR [LINENO LOG_FD]
14930# ---------------------------------
14931# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14932# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14933# script with status $?, using 1 if that was 0.
14934as_fn_error ()
14935{
14936 as_status=$?; test $as_status -eq 0 && as_status=1
14937 if test "$3"; then
14938 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14939 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14940 fi
14941 $as_echo "$as_me: error: $1" >&2
14942 as_fn_exit $as_status
14943} # as_fn_error
14944
14945
14946# as_fn_set_status STATUS
14947# -----------------------
14948# Set $? to STATUS, without forking.
14949as_fn_set_status ()
14950{
14951 return $1
14952} # as_fn_set_status
14953
14954# as_fn_exit STATUS
14955# -----------------
14956# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14957as_fn_exit ()
14958{
14959 set +e
14960 as_fn_set_status $1
14961 exit $1
14962} # as_fn_exit
14963
14964# as_fn_unset VAR
14965# ---------------
14966# Portably unset VAR.
14967as_fn_unset ()
14968{
14969 { eval $1=; unset $1;}
14970}
14971as_unset=as_fn_unset
14972# as_fn_append VAR VALUE
14973# ----------------------
14974# Append the text in VALUE to the end of the definition contained in VAR. Take
14975# advantage of any shell optimizations that allow amortized linear growth over
14976# repeated appends, instead of the typical quadratic growth present in naive
14977# implementations.
14978if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14979 eval 'as_fn_append ()
14980 {
14981 eval $1+=\$2
14982 }'
14983else
14984 as_fn_append ()
14985 {
14986 eval $1=\$$1\$2
14987 }
14988fi # as_fn_append
14989
14990# as_fn_arith ARG...
14991# ------------------
14992# Perform arithmetic evaluation on the ARGs, and store the result in the
14993# global $as_val. Take advantage of shells that can avoid forks. The arguments
14994# must be portable across $(()) and expr.
14995if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14996 eval 'as_fn_arith ()
14997 {
14998 as_val=$(( $* ))
14999 }'
15000else
15001 as_fn_arith ()
15002 {
15003 as_val=`expr "$@" || test $? -eq 1`
15004 }
15005fi # as_fn_arith
15006
15007
15008if expr a : '\(a\)' >/dev/null 2>&1 &&
15009 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15010 as_expr=expr
15011else
15012 as_expr=false
15013fi
15014
15015if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15016 as_basename=basename
15017else
15018 as_basename=false
15019fi
15020
15021if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15022 as_dirname=dirname
15023else
15024 as_dirname=false
15025fi
15026
15027as_me=`$as_basename -- "$0" ||
15028$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15029 X"$0" : 'X\(//\)$' \| \
15030 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15031$as_echo X/"$0" |
15032 sed '/^.*\/\([^/][^/]*\)\/*$/{
15033 s//\1/
15034 q
15035 }
15036 /^X\/\(\/\/\)$/{
15037 s//\1/
15038 q
15039 }
15040 /^X\/\(\/\).*/{
15041 s//\1/
15042 q
15043 }
15044 s/.*/./; q'`
15045
15046# Avoid depending upon Character Ranges.
15047as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15048as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15049as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15050as_cr_digits='0123456789'
15051as_cr_alnum=$as_cr_Letters$as_cr_digits
15052
15053ECHO_C= ECHO_N= ECHO_T=
15054case `echo -n x` in #(((((
15055-n*)
15056 case `echo 'xy\c'` in
15057 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15058 xy) ECHO_C='\c';;
15059 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15060 ECHO_T=' ';;
15061 esac;;
15062*)
15063 ECHO_N='-n';;
15064esac
15065
15066rm -f conf$$ conf$$.exe conf$$.file
15067if test -d conf$$.dir; then
15068 rm -f conf$$.dir/conf$$.file
15069else
15070 rm -f conf$$.dir
15071 mkdir conf$$.dir 2>/dev/null
15072fi
15073if (echo >conf$$.file) 2>/dev/null; then
15074 if ln -s conf$$.file conf$$ 2>/dev/null; then
15075 as_ln_s='ln -s'
15076 # ... but there are two gotchas:
15077 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15078 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15079 # In both cases, we have to default to `cp -p'.
15080 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15081 as_ln_s='cp -p'
15082 elif ln conf$$.file conf$$ 2>/dev/null; then
15083 as_ln_s=ln
15084 else
15085 as_ln_s='cp -p'
15086 fi
15087else
15088 as_ln_s='cp -p'
15089fi
15090rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15091rmdir conf$$.dir 2>/dev/null
15092
15093
15094# as_fn_mkdir_p
15095# -------------
15096# Create "$as_dir" as a directory, including parents if necessary.
15097as_fn_mkdir_p ()
15098{
15099
15100 case $as_dir in #(
15101 -*) as_dir=./$as_dir;;
15102 esac
15103 test -d "$as_dir" || eval $as_mkdir_p || {
15104 as_dirs=
15105 while :; do
15106 case $as_dir in #(
15107 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15108 *) as_qdir=$as_dir;;
15109 esac
15110 as_dirs="'$as_qdir' $as_dirs"
15111 as_dir=`$as_dirname -- "$as_dir" ||
15112$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15113 X"$as_dir" : 'X\(//\)[^/]' \| \
15114 X"$as_dir" : 'X\(//\)$' \| \
15115 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15116$as_echo X"$as_dir" |
15117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15118 s//\1/
15119 q
15120 }
15121 /^X\(\/\/\)[^/].*/{
15122 s//\1/
15123 q
15124 }
15125 /^X\(\/\/\)$/{
15126 s//\1/
15127 q
15128 }
15129 /^X\(\/\).*/{
15130 s//\1/
15131 q
15132 }
15133 s/.*/./; q'`
15134 test -d "$as_dir" && break
15135 done
15136 test -z "$as_dirs" || eval "mkdir $as_dirs"
15137 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15138
15139
15140} # as_fn_mkdir_p
15141if mkdir -p . 2>/dev/null; then
15142 as_mkdir_p='mkdir -p "$as_dir"'
15143else
15144 test -d ./-p && rmdir ./-p
15145 as_mkdir_p=false
15146fi
15147
15148if test -x / >/dev/null 2>&1; then
15149 as_test_x='test -x'
15150else
15151 if ls -dL / >/dev/null 2>&1; then
15152 as_ls_L_option=L
15153 else
15154 as_ls_L_option=
15155 fi
15156 as_test_x='
15157 eval sh -c '\''
15158 if test -d "$1"; then
15159 test -d "$1/.";
15160 else
15161 case $1 in #(
15162 -*)set "./$1";;
15163 esac;
15164 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15165 ???[sx]*):;;*)false;;esac;fi
15166 '\'' sh
15167 '
15168fi
15169as_executable_p=$as_test_x
15170
15171# Sed expression to map a string onto a valid CPP name.
15172as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15173
15174# Sed expression to map a string onto a valid variable name.
15175as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15176
15177
15178exec 6>&1
15179## ----------------------------------- ##
15180## Main body of $CONFIG_STATUS script. ##
15181## ----------------------------------- ##
15182_ASEOF
15183test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15184
15185cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15186# Save the log message, to keep $0 and so on meaningful, and to
15187# report actual input values of CONFIG_FILES etc. instead of their
15188# values after options handling.
15189ac_log="
15190This file was extended by $as_me, which was
15191generated by GNU Autoconf 2.64. Invocation command line was
15192
15193 CONFIG_FILES = $CONFIG_FILES
15194 CONFIG_HEADERS = $CONFIG_HEADERS
15195 CONFIG_LINKS = $CONFIG_LINKS
15196 CONFIG_COMMANDS = $CONFIG_COMMANDS
15197 $ $0 $@
15198
15199on `(hostname || uname -n) 2>/dev/null | sed 1q`
15200"
15201
15202_ACEOF
15203
15204case $ac_config_files in *"
15205"*) set x $ac_config_files; shift; ac_config_files=$*;;
15206esac
15207
15208case $ac_config_headers in *"
15209"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15210esac
15211
15212
15213cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15214# Files that config.status was made for.
15215config_files="$ac_config_files"
15216config_headers="$ac_config_headers"
15217config_links="$ac_config_links"
15218config_commands="$ac_config_commands"
15219
15220_ACEOF
15221
15222cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15223ac_cs_usage="\
15224\`$as_me' instantiates files and other configuration actions
15225from templates according to the current configuration. Unless the files
15226and actions are specified as TAGs, all are instantiated by default.
15227
15228Usage: $0 [OPTION]... [TAG]...
15229
15230 -h, --help print this help, then exit
15231 -V, --version print version number and configuration settings, then exit
15232 -q, --quiet, --silent
15233 do not print progress messages
15234 -d, --debug don't remove temporary files
15235 --recheck update $as_me by reconfiguring in the same conditions
15236 --file=FILE[:TEMPLATE]
15237 instantiate the configuration file FILE
15238 --header=FILE[:TEMPLATE]
15239 instantiate the configuration header FILE
15240
15241Configuration files:
15242$config_files
15243
15244Configuration headers:
15245$config_headers
15246
15247Configuration links:
15248$config_links
15249
15250Configuration commands:
15251$config_commands
15252
15253Report bugs to the package provider."
15254
15255_ACEOF
15256cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15257ac_cs_version="\\
15258config.status
15259configured by $0, generated by GNU Autoconf 2.64,
15260 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15261
15262Copyright (C) 2009 Free Software Foundation, Inc.
15263This config.status script is free software; the Free Software Foundation
15264gives unlimited permission to copy, distribute and modify it."
15265
15266ac_pwd='$ac_pwd'
15267srcdir='$srcdir'
15268INSTALL='$INSTALL'
15269AWK='$AWK'
15270test -n "\$AWK" || AWK=awk
15271_ACEOF
15272
15273cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15274# The default lists apply if the user does not specify any file.
15275ac_need_defaults=:
15276while test $# != 0
15277do
15278 case $1 in
15279 --*=*)
15280 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15281 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15282 ac_shift=:
15283 ;;
15284 *)
15285 ac_option=$1
15286 ac_optarg=$2
15287 ac_shift=shift
15288 ;;
15289 esac
15290
15291 case $ac_option in
15292 # Handling of the options.
15293 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15294 ac_cs_recheck=: ;;
15295 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15296 $as_echo "$ac_cs_version"; exit ;;
15297 --debug | --debu | --deb | --de | --d | -d )
15298 debug=: ;;
15299 --file | --fil | --fi | --f )
15300 $ac_shift
15301 case $ac_optarg in
15302 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15303 esac
15304 as_fn_append CONFIG_FILES " '$ac_optarg'"
15305 ac_need_defaults=false;;
15306 --header | --heade | --head | --hea )
15307 $ac_shift
15308 case $ac_optarg in
15309 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15310 esac
15311 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15312 ac_need_defaults=false;;
15313 --he | --h)
15314 # Conflict between --help and --header
15315 as_fn_error "ambiguous option: \`$1'
15316Try \`$0 --help' for more information.";;
15317 --help | --hel | -h )
15318 $as_echo "$ac_cs_usage"; exit ;;
15319 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15320 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15321 ac_cs_silent=: ;;
15322
15323 # This is an error.
15324 -*) as_fn_error "unrecognized option: \`$1'
15325Try \`$0 --help' for more information." ;;
15326
15327 *) as_fn_append ac_config_targets " $1"
15328 ac_need_defaults=false ;;
15329
15330 esac
15331 shift
15332done
15333
15334ac_configure_extra_args=
15335
15336if $ac_cs_silent; then
15337 exec 6>/dev/null
15338 ac_configure_extra_args="$ac_configure_extra_args --silent"
15339fi
15340
15341_ACEOF
15342cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15343if \$ac_cs_recheck; then
15344 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15345 shift
15346 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15347 CONFIG_SHELL='$SHELL'
15348 export CONFIG_SHELL
15349 exec "\$@"
15350fi
15351
15352_ACEOF
15353cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15354exec 5>>config.log
15355{
15356 echo
15357 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15358## Running $as_me. ##
15359_ASBOX
15360 $as_echo "$ac_log"
15361} >&5
15362
15363_ACEOF
15364cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15365#
15366# INIT-COMMANDS
15367#
15368ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15369
15370_ACEOF
15371
15372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15373
15374# Handling of arguments.
15375for ac_config_target in $ac_config_targets
15376do
15377 case $ac_config_target in
15378 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15379 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
15380 "jit-reader.h") CONFIG_FILES="$CONFIG_FILES jit-reader.h:jit-reader.in" ;;
15381 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15382 "gcore") CONFIG_FILES="$CONFIG_FILES gcore" ;;
15383 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15384 "gdb-gdb.gdb") CONFIG_FILES="$CONFIG_FILES gdb-gdb.gdb" ;;
15385 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15386 "data-directory/Makefile") CONFIG_FILES="$CONFIG_FILES data-directory/Makefile" ;;
15387 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15388
15389 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15390 esac
15391done
15392
15393
15394# If the user did not use the arguments to specify the items to instantiate,
15395# then the envvar interface is used. Set only those that are not.
15396# We use the long form for the default assignment because of an extremely
15397# bizarre bug on SunOS 4.1.3.
15398if $ac_need_defaults; then
15399 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15400 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15401 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15402 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15403fi
15404
15405# Have a temporary directory for convenience. Make it in the build tree
15406# simply because there is no reason against having it here, and in addition,
15407# creating and moving files from /tmp can sometimes cause problems.
15408# Hook for its removal unless debugging.
15409# Note that there is a small window in which the directory will not be cleaned:
15410# after its creation but before its name has been assigned to `$tmp'.
15411$debug ||
15412{
15413 tmp=
15414 trap 'exit_status=$?
15415 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15416' 0
15417 trap 'as_fn_exit 1' 1 2 13 15
15418}
15419# Create a (secure) tmp directory for tmp files.
15420
15421{
15422 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15423 test -n "$tmp" && test -d "$tmp"
15424} ||
15425{
15426 tmp=./conf$$-$RANDOM
15427 (umask 077 && mkdir "$tmp")
15428} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15429
15430# Set up the scripts for CONFIG_FILES section.
15431# No need to generate them if there are no CONFIG_FILES.
15432# This happens for instance with `./config.status config.h'.
15433if test -n "$CONFIG_FILES"; then
15434
15435if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15436 ac_cs_awk_getline=:
15437 ac_cs_awk_pipe_init=
15438 ac_cs_awk_read_file='
15439 while ((getline aline < (F[key])) > 0)
15440 print(aline)
15441 close(F[key])'
15442 ac_cs_awk_pipe_fini=
15443else
15444 ac_cs_awk_getline=false
15445 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15446 ac_cs_awk_read_file='
15447 print "|#_!!_#|"
15448 print "cat " F[key] " &&"
15449 '$ac_cs_awk_pipe_init
15450 # The final `:' finishes the AND list.
15451 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15452fi
15453ac_cr=`echo X | tr X '\015'`
15454# On cygwin, bash can eat \r inside `` if the user requested igncr.
15455# But we know of no other shell where ac_cr would be empty at this
15456# point, so we can use a bashism as a fallback.
15457if test "x$ac_cr" = x; then
15458 eval ac_cr=\$\'\\r\'
15459fi
15460ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15461if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15462 ac_cs_awk_cr='\r'
15463else
15464 ac_cs_awk_cr=$ac_cr
15465fi
15466
15467echo 'BEGIN {' >"$tmp/subs1.awk" &&
15468_ACEOF
15469
15470# Create commands to substitute file output variables.
15471{
15472 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15473 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15474 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15475 echo "_ACAWK" &&
15476 echo "_ACEOF"
15477} >conf$$files.sh &&
15478. ./conf$$files.sh ||
15479 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15480rm -f conf$$files.sh
15481
15482{
15483 echo "cat >conf$$subs.awk <<_ACEOF" &&
15484 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15485 echo "_ACEOF"
15486} >conf$$subs.sh ||
15487 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15488ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15489ac_delim='%!_!# '
15490for ac_last_try in false false false false false :; do
15491 . ./conf$$subs.sh ||
15492 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15493
15494 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15495 if test $ac_delim_n = $ac_delim_num; then
15496 break
15497 elif $ac_last_try; then
15498 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15499 else
15500 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15501 fi
15502done
15503rm -f conf$$subs.sh
15504
15505cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15506cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15507_ACEOF
15508sed -n '
15509h
15510s/^/S["/; s/!.*/"]=/
15511p
15512g
15513s/^[^!]*!//
15514:repl
15515t repl
15516s/'"$ac_delim"'$//
15517t delim
15518:nl
15519h
15520s/\(.\{148\}\).*/\1/
15521t more1
15522s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15523p
15524n
15525b repl
15526:more1
15527s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15528p
15529g
15530s/.\{148\}//
15531t nl
15532:delim
15533h
15534s/\(.\{148\}\).*/\1/
15535t more2
15536s/["\\]/\\&/g; s/^/"/; s/$/"/
15537p
15538b
15539:more2
15540s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15541p
15542g
15543s/.\{148\}//
15544t delim
15545' <conf$$subs.awk | sed '
15546/^[^""]/{
15547 N
15548 s/\n//
15549}
15550' >>$CONFIG_STATUS || ac_write_fail=1
15551rm -f conf$$subs.awk
15552cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15553_ACAWK
15554cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15555 for (key in S) S_is_set[key] = 1
15556 FS = "\a"
15557 \$ac_cs_awk_pipe_init
15558}
15559{
15560 line = $ 0
15561 nfields = split(line, field, "@")
15562 substed = 0
15563 len = length(field[1])
15564 for (i = 2; i < nfields; i++) {
15565 key = field[i]
15566 keylen = length(key)
15567 if (S_is_set[key]) {
15568 value = S[key]
15569 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15570 len += length(value) + length(field[++i])
15571 substed = 1
15572 } else
15573 len += 1 + keylen
15574 }
15575 if (nfields == 3 && !substed) {
15576 key = field[2]
15577 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15578 \$ac_cs_awk_read_file
15579 next
15580 }
15581 }
15582 print line
15583}
15584\$ac_cs_awk_pipe_fini
15585_ACAWK
15586_ACEOF
15587cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15588if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15589 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15590else
15591 cat
15592fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15593 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15594_ACEOF
15595
15596# VPATH may cause trouble with some makes, so we remove $(srcdir),
15597# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15598# trailing colons and then remove the whole line if VPATH becomes empty
15599# (actually we leave an empty line to preserve line numbers).
15600if test "x$srcdir" = x.; then
15601 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15602s/:*\$(srcdir):*/:/
15603s/:*\${srcdir}:*/:/
15604s/:*@srcdir@:*/:/
15605s/^\([^=]*=[ ]*\):*/\1/
15606s/:*$//
15607s/^[^=]*=[ ]*$//
15608}'
15609fi
15610
15611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15612fi # test -n "$CONFIG_FILES"
15613
15614# Set up the scripts for CONFIG_HEADERS section.
15615# No need to generate them if there are no CONFIG_HEADERS.
15616# This happens for instance with `./config.status Makefile'.
15617if test -n "$CONFIG_HEADERS"; then
15618cat >"$tmp/defines.awk" <<\_ACAWK ||
15619BEGIN {
15620_ACEOF
15621
15622# Transform confdefs.h into an awk script `defines.awk', embedded as
15623# here-document in config.status, that substitutes the proper values into
15624# config.h.in to produce config.h.
15625
15626# Create a delimiter string that does not exist in confdefs.h, to ease
15627# handling of long lines.
15628ac_delim='%!_!# '
15629for ac_last_try in false false :; do
15630 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15631 if test -z "$ac_t"; then
15632 break
15633 elif $ac_last_try; then
15634 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15635 else
15636 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15637 fi
15638done
15639
15640# For the awk script, D is an array of macro values keyed by name,
15641# likewise P contains macro parameters if any. Preserve backslash
15642# newline sequences.
15643
15644ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15645sed -n '
15646s/.\{148\}/&'"$ac_delim"'/g
15647t rset
15648:rset
15649s/^[ ]*#[ ]*define[ ][ ]*/ /
15650t def
15651d
15652:def
15653s/\\$//
15654t bsnl
15655s/["\\]/\\&/g
15656s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15657D["\1"]=" \3"/p
15658s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15659d
15660:bsnl
15661s/["\\]/\\&/g
15662s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15663D["\1"]=" \3\\\\\\n"\\/p
15664t cont
15665s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15666t cont
15667d
15668:cont
15669n
15670s/.\{148\}/&'"$ac_delim"'/g
15671t clear
15672:clear
15673s/\\$//
15674t bsnlc
15675s/["\\]/\\&/g; s/^/"/; s/$/"/p
15676d
15677:bsnlc
15678s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15679b cont
15680' <confdefs.h | sed '
15681s/'"$ac_delim"'/"\\\
15682"/g' >>$CONFIG_STATUS || ac_write_fail=1
15683
15684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15685 for (key in D) D_is_set[key] = 1
15686 FS = "\a"
15687}
15688/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15689 line = \$ 0
15690 split(line, arg, " ")
15691 if (arg[1] == "#") {
15692 defundef = arg[2]
15693 mac1 = arg[3]
15694 } else {
15695 defundef = substr(arg[1], 2)
15696 mac1 = arg[2]
15697 }
15698 split(mac1, mac2, "(") #)
15699 macro = mac2[1]
15700 prefix = substr(line, 1, index(line, defundef) - 1)
15701 if (D_is_set[macro]) {
15702 # Preserve the white space surrounding the "#".
15703 print prefix "define", macro P[macro] D[macro]
15704 next
15705 } else {
15706 # Replace #undef with comments. This is necessary, for example,
15707 # in the case of _POSIX_SOURCE, which is predefined and required
15708 # on some systems where configure will not decide to define it.
15709 if (defundef == "undef") {
15710 print "/*", prefix defundef, macro, "*/"
15711 next
15712 }
15713 }
15714}
15715{ print }
15716_ACAWK
15717_ACEOF
15718cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15719 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15720fi # test -n "$CONFIG_HEADERS"
15721
15722
15723eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15724shift
15725for ac_tag
15726do
15727 case $ac_tag in
15728 :[FHLC]) ac_mode=$ac_tag; continue;;
15729 esac
15730 case $ac_mode$ac_tag in
15731 :[FHL]*:*);;
15732 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15733 :[FH]-) ac_tag=-:-;;
15734 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15735 esac
15736 ac_save_IFS=$IFS
15737 IFS=:
15738 set x $ac_tag
15739 IFS=$ac_save_IFS
15740 shift
15741 ac_file=$1
15742 shift
15743
15744 case $ac_mode in
15745 :L) ac_source=$1;;
15746 :[FH])
15747 ac_file_inputs=
15748 for ac_f
15749 do
15750 case $ac_f in
15751 -) ac_f="$tmp/stdin";;
15752 *) # Look for the file first in the build tree, then in the source tree
15753 # (if the path is not absolute). The absolute path cannot be DOS-style,
15754 # because $ac_f cannot contain `:'.
15755 test -f "$ac_f" ||
15756 case $ac_f in
15757 [\\/$]*) false;;
15758 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15759 esac ||
15760 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15761 esac
15762 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15763 as_fn_append ac_file_inputs " '$ac_f'"
15764 done
15765
15766 # Let's still pretend it is `configure' which instantiates (i.e., don't
15767 # use $as_me), people would be surprised to read:
15768 # /* config.h. Generated by config.status. */
15769 configure_input='Generated from '`
15770 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15771 `' by configure.'
15772 if test x"$ac_file" != x-; then
15773 configure_input="$ac_file. $configure_input"
15774 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15775$as_echo "$as_me: creating $ac_file" >&6;}
15776 fi
15777 # Neutralize special characters interpreted by sed in replacement strings.
15778 case $configure_input in #(
15779 *\&* | *\|* | *\\* )
15780 ac_sed_conf_input=`$as_echo "$configure_input" |
15781 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15782 *) ac_sed_conf_input=$configure_input;;
15783 esac
15784
15785 case $ac_tag in
15786 *:-:* | *:-) cat >"$tmp/stdin" \
15787 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15788 esac
15789 ;;
15790 esac
15791
15792 ac_dir=`$as_dirname -- "$ac_file" ||
15793$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15794 X"$ac_file" : 'X\(//\)[^/]' \| \
15795 X"$ac_file" : 'X\(//\)$' \| \
15796 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15797$as_echo X"$ac_file" |
15798 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15799 s//\1/
15800 q
15801 }
15802 /^X\(\/\/\)[^/].*/{
15803 s//\1/
15804 q
15805 }
15806 /^X\(\/\/\)$/{
15807 s//\1/
15808 q
15809 }
15810 /^X\(\/\).*/{
15811 s//\1/
15812 q
15813 }
15814 s/.*/./; q'`
15815 as_dir="$ac_dir"; as_fn_mkdir_p
15816 ac_builddir=.
15817
15818case "$ac_dir" in
15819.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15820*)
15821 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15822 # A ".." for each directory in $ac_dir_suffix.
15823 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15824 case $ac_top_builddir_sub in
15825 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15826 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15827 esac ;;
15828esac
15829ac_abs_top_builddir=$ac_pwd
15830ac_abs_builddir=$ac_pwd$ac_dir_suffix
15831# for backward compatibility:
15832ac_top_builddir=$ac_top_build_prefix
15833
15834case $srcdir in
15835 .) # We are building in place.
15836 ac_srcdir=.
15837 ac_top_srcdir=$ac_top_builddir_sub
15838 ac_abs_top_srcdir=$ac_pwd ;;
15839 [\\/]* | ?:[\\/]* ) # Absolute name.
15840 ac_srcdir=$srcdir$ac_dir_suffix;
15841 ac_top_srcdir=$srcdir
15842 ac_abs_top_srcdir=$srcdir ;;
15843 *) # Relative name.
15844 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15845 ac_top_srcdir=$ac_top_build_prefix$srcdir
15846 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15847esac
15848ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15849
15850
15851 case $ac_mode in
15852 :F)
15853 #
15854 # CONFIG_FILE
15855 #
15856
15857 case $INSTALL in
15858 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15859 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15860 esac
15861_ACEOF
15862
15863cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15864# If the template does not know about datarootdir, expand it.
15865# FIXME: This hack should be removed a few years after 2.60.
15866ac_datarootdir_hack=; ac_datarootdir_seen=
15867ac_sed_dataroot='
15868/datarootdir/ {
15869 p
15870 q
15871}
15872/@datadir@/p
15873/@docdir@/p
15874/@infodir@/p
15875/@localedir@/p
15876/@mandir@/p'
15877case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15878*datarootdir*) ac_datarootdir_seen=yes;;
15879*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15881$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15882_ACEOF
15883cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15884 ac_datarootdir_hack='
15885 s&@datadir@&$datadir&g
15886 s&@docdir@&$docdir&g
15887 s&@infodir@&$infodir&g
15888 s&@localedir@&$localedir&g
15889 s&@mandir@&$mandir&g
15890 s&\\\${datarootdir}&$datarootdir&g' ;;
15891esac
15892_ACEOF
15893
15894# Neutralize VPATH when `$srcdir' = `.'.
15895# Shell code in configure.ac might set extrasub.
15896# FIXME: do we really want to maintain this feature?
15897cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15898ac_sed_extra="$ac_vpsub
15899$extrasub
15900_ACEOF
15901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15902:t
15903/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15904s|@configure_input@|$ac_sed_conf_input|;t t
15905s&@top_builddir@&$ac_top_builddir_sub&;t t
15906s&@top_build_prefix@&$ac_top_build_prefix&;t t
15907s&@srcdir@&$ac_srcdir&;t t
15908s&@abs_srcdir@&$ac_abs_srcdir&;t t
15909s&@top_srcdir@&$ac_top_srcdir&;t t
15910s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15911s&@builddir@&$ac_builddir&;t t
15912s&@abs_builddir@&$ac_abs_builddir&;t t
15913s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15914s&@INSTALL@&$ac_INSTALL&;t t
15915$ac_datarootdir_hack
15916"
15917eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15918if $ac_cs_awk_getline; then
15919 $AWK -f "$tmp/subs.awk"
15920else
15921 $AWK -f "$tmp/subs.awk" | $SHELL
15922fi >$tmp/out \
15923 || as_fn_error "could not create $ac_file" "$LINENO" 5
15924
15925test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15926 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15927 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15929which seems to be undefined. Please make sure it is defined." >&5
15930$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15931which seems to be undefined. Please make sure it is defined." >&2;}
15932
15933 rm -f "$tmp/stdin"
15934 case $ac_file in
15935 -) cat "$tmp/out" && rm -f "$tmp/out";;
15936 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15937 esac \
15938 || as_fn_error "could not create $ac_file" "$LINENO" 5
15939 ;;
15940 :H)
15941 #
15942 # CONFIG_HEADER
15943 #
15944 if test x"$ac_file" != x-; then
15945 {
15946 $as_echo "/* $configure_input */" \
15947 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15948 } >"$tmp/config.h" \
15949 || as_fn_error "could not create $ac_file" "$LINENO" 5
15950 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15951 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15952$as_echo "$as_me: $ac_file is unchanged" >&6;}
15953 else
15954 rm -f "$ac_file"
15955 mv "$tmp/config.h" "$ac_file" \
15956 || as_fn_error "could not create $ac_file" "$LINENO" 5
15957 fi
15958 else
15959 $as_echo "/* $configure_input */" \
15960 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15961 || as_fn_error "could not create -" "$LINENO" 5
15962 fi
15963 ;;
15964 :L)
15965 #
15966 # CONFIG_LINK
15967 #
15968
15969 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15970 :
15971 else
15972 # Prefer the file from the source tree if names are identical.
15973 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15974 ac_source=$srcdir/$ac_source
15975 fi
15976
15977 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15978$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15979
15980 if test ! -r "$ac_source"; then
15981 as_fn_error "$ac_source: file not found" "$LINENO" 5
15982 fi
15983 rm -f "$ac_file"
15984
15985 # Try a relative symlink, then a hard link, then a copy.
15986 case $srcdir in
15987 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15988 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15989 esac
15990 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15991 ln "$ac_source" "$ac_file" 2>/dev/null ||
15992 cp -p "$ac_source" "$ac_file" ||
15993 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15994 fi
15995 ;;
15996 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15997$as_echo "$as_me: executing $ac_file commands" >&6;}
15998 ;;
15999 esac
16000
16001
16002 case $ac_file$ac_mode in
16003 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
16004 "gcore":F) chmod +x gcore ;;
16005 "default":C)
16006case x$CONFIG_HEADERS in
16007xconfig.h:config.in)
16008echo > stamp-h ;;
16009esac
16010 ;;
16011
16012 esac
16013done # for ac_tag
16014
16015
16016as_fn_exit 0
16017_ACEOF
16018ac_clean_files=$ac_clean_files_save
16019
16020test $ac_write_fail = 0 ||
16021 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16022
16023
16024# configure is writing to config.log, and then calls config.status.
16025# config.status does its own redirection, appending to config.log.
16026# Unfortunately, on DOS this fails, as config.log is still kept open
16027# by configure, so config.status won't be able to write to it; its
16028# output is simply discarded. So we exec the FD to /dev/null,
16029# effectively closing config.log, so it can be properly (re)opened and
16030# appended to by config.status. When coming back to configure, we
16031# need to make the FD available again.
16032if test "$no_create" != yes; then
16033 ac_cs_success=:
16034 ac_config_status_args=
16035 test "$silent" = yes &&
16036 ac_config_status_args="$ac_config_status_args --quiet"
16037 exec 5>/dev/null
16038 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16039 exec 5>>config.log
16040 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16041 # would make configure fail if this is the last instruction.
16042 $ac_cs_success || as_fn_exit $?
16043fi
16044
16045#
16046# CONFIG_SUBDIRS section.
16047#
16048if test "$no_recursion" != yes; then
16049
16050 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
16051 # so they do not pile up.
16052 ac_sub_configure_args=
16053 ac_prev=
16054 eval "set x $ac_configure_args"
16055 shift
16056 for ac_arg
16057 do
16058 if test -n "$ac_prev"; then
16059 ac_prev=
16060 continue
16061 fi
16062 case $ac_arg in
16063 -cache-file | --cache-file | --cache-fil | --cache-fi \
16064 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16065 ac_prev=cache_file ;;
16066 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16067 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
16068 | --c=*)
16069 ;;
16070 --config-cache | -C)
16071 ;;
16072 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16073 ac_prev=srcdir ;;
16074 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16075 ;;
16076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
16077 ac_prev=prefix ;;
16078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
16079 ;;
16080 --disable-option-checking)
16081 ;;
16082 *)
16083 case $ac_arg in
16084 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16085 esac
16086 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
16087 esac
16088 done
16089
16090 # Always prepend --prefix to ensure using the same prefix
16091 # in subdir configurations.
16092 ac_arg="--prefix=$prefix"
16093 case $ac_arg in
16094 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
16095 esac
16096 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
16097
16098 # Pass --silent
16099 if test "$silent" = yes; then
16100 ac_sub_configure_args="--silent $ac_sub_configure_args"
16101 fi
16102
16103 # Always prepend --disable-option-checking to silence warnings, since
16104 # different subdirs can have different --enable and --with options.
16105 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
16106
16107 ac_popdir=`pwd`
16108 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
16109
16110 # Do not complain, so a configure script can configure whichever
16111 # parts of a large source tree are present.
16112 test -d "$srcdir/$ac_dir" || continue
16113
16114 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
16115 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
16116 $as_echo "$ac_msg" >&6
16117 as_dir="$ac_dir"; as_fn_mkdir_p
16118 ac_builddir=.
16119
16120case "$ac_dir" in
16121.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16122*)
16123 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16124 # A ".." for each directory in $ac_dir_suffix.
16125 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16126 case $ac_top_builddir_sub in
16127 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16128 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16129 esac ;;
16130esac
16131ac_abs_top_builddir=$ac_pwd
16132ac_abs_builddir=$ac_pwd$ac_dir_suffix
16133# for backward compatibility:
16134ac_top_builddir=$ac_top_build_prefix
16135
16136case $srcdir in
16137 .) # We are building in place.
16138 ac_srcdir=.
16139 ac_top_srcdir=$ac_top_builddir_sub
16140 ac_abs_top_srcdir=$ac_pwd ;;
16141 [\\/]* | ?:[\\/]* ) # Absolute name.
16142 ac_srcdir=$srcdir$ac_dir_suffix;
16143 ac_top_srcdir=$srcdir
16144 ac_abs_top_srcdir=$srcdir ;;
16145 *) # Relative name.
16146 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16147 ac_top_srcdir=$ac_top_build_prefix$srcdir
16148 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16149esac
16150ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16151
16152
16153 cd "$ac_dir"
16154
16155 # Check for guested configure; otherwise get Cygnus style configure.
16156 if test -f "$ac_srcdir/configure.gnu"; then
16157 ac_sub_configure=$ac_srcdir/configure.gnu
16158 elif test -f "$ac_srcdir/configure"; then
16159 ac_sub_configure=$ac_srcdir/configure
16160 elif test -f "$ac_srcdir/configure.in"; then
16161 # This should be Cygnus configure.
16162 ac_sub_configure=$ac_aux_dir/configure
16163 else
16164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
16165$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
16166 ac_sub_configure=
16167 fi
16168
16169 # The recursion is here.
16170 if test -n "$ac_sub_configure"; then
16171 # Make the cache file name correct relative to the subdirectory.
16172 case $cache_file in
16173 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
16174 *) # Relative name.
16175 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
16176 esac
16177
16178 { $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
16179$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
16180 # The eval makes quoting arguments work.
16181 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
16182 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
16183 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
16184 fi
16185
16186 cd "$ac_popdir"
16187 done
16188fi
16189if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16191$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16192fi
16193
16194
16195exit 0
This page took 0.090887 seconds and 4 git commands to generate.