* remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
[deliverable/binutils-gdb.git] / gdb / configure
CommitLineData
c906108c 1#! /bin/sh
c906108c 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
c906108c
SS
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
bec39cab 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
bec39cab 31fi
bec39cab 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
bec39cab
AC
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
bec39cab
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
bec39cab 184do
81ecdfbb
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
bec39cab 228 else
81ecdfbb
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
bec39cab 233 fi
81ecdfbb
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
bec39cab 263
81ecdfbb
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
bec39cab 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
bec39cab
AC
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
bec39cab 410
b4e70030
JB
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
4e8d927d 417
bec39cab 418
81ecdfbb
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
bec39cab 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
bec39cab 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
bec39cab 436 t loop
81ecdfbb 437 s/-\n.*//
bec39cab 438 ' >$as_me.lineno &&
81ecdfbb
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
bec39cab
AC
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
bec39cab
AC
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
bec39cab
AC
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
bec39cab 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
bec39cab 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 472 as_ln_s='ln -s'
81ecdfbb
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
b4e70030 483 fi
bec39cab
AC
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
bec39cab
AC
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
bec39cab
AC
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
81ecdfbb 527exec 7<&0 </dev/null 6>&1
c906108c 528
bec39cab
AC
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
bec39cab
AC
534#
535# Initializations.
536#
c906108c 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
bec39cab 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
bec39cab
AC
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
b4e70030 545
bec39cab
AC
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
bec39cab
AC
553
554ac_unique_file="main.c"
555# Factoring default headers for most tests.
556ac_includes_default="\
557#include <stdio.h>
81ecdfbb 558#ifdef HAVE_SYS_TYPES_H
bec39cab
AC
559# include <sys/types.h>
560#endif
81ecdfbb 561#ifdef HAVE_SYS_STAT_H
bec39cab
AC
562# include <sys/stat.h>
563#endif
81ecdfbb 564#ifdef STDC_HEADERS
bec39cab
AC
565# include <stdlib.h>
566# include <stddef.h>
567#else
81ecdfbb 568# ifdef HAVE_STDLIB_H
bec39cab
AC
569# include <stdlib.h>
570# endif
571#endif
81ecdfbb
RW
572#ifdef HAVE_STRING_H
573# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
bec39cab
AC
574# include <memory.h>
575# endif
576# include <string.h>
577#endif
81ecdfbb 578#ifdef HAVE_STRINGS_H
bec39cab
AC
579# include <strings.h>
580#endif
81ecdfbb 581#ifdef HAVE_INTTYPES_H
bec39cab 582# include <inttypes.h>
bec39cab 583#endif
81ecdfbb
RW
584#ifdef HAVE_STDINT_H
585# include <stdint.h>
586#endif
587#ifdef HAVE_UNISTD_H
bec39cab
AC
588# include <unistd.h>
589#endif"
590
783e057b 591gl_header_list=
f434ba03 592gl_func_list=
81ecdfbb
RW
593enable_option_checking=no
594ac_subst_vars='am__EXEEXT_FALSE
595am__EXEEXT_TRUE
596gltests_LTLIBOBJS
597gltests_LIBOBJS
598gl_LTLIBOBJS
599gl_LIBOBJS
600LTLIBOBJS
601LIBOBJS
602GDB_NM_FILE
603frags
604target_subdir
605CONFIG_UNINSTALL
606CONFIG_INSTALL
607CONFIG_CLEAN
608CONFIG_ALL
609CONFIG_SRCS
610CONFIG_DEPS
611CONFIG_OBS
612PROFILE_CFLAGS
613ENABLE_CFLAGS
614SIM_OBS
615SIM
616XMKMF
617GDBTK_SRC_DIR
618GDBTK_CFLAGS
619GDBTKLIBS
620X_LIBS
621X_LDFLAGS
622X_CFLAGS
623TK_XINCLUDES
624TK_DEPS
625TK_LIBRARY
626TK_INCLUDE
627TK_STUB_LIB_SPEC
628TK_STUB_LIB_FLAG
629TK_STUB_LIB_FILE
630TK_LIB_SPEC
631TK_LIB_FLAG
632TK_LIB_FILE
633TK_SRC_DIR
634TK_BIN_DIR
635TK_VERSION
636TCL_DEPS
637TCL_LIBRARY
638TCL_INCLUDE
639TCL_STUB_LIB_SPEC
640TCL_STUB_LIB_FLAG
641TCL_STUB_LIB_FILE
642TCL_LIB_SPEC
643TCL_LIB_FLAG
644TCL_LIB_FILE
645TCL_SRC_DIR
646TCL_BIN_DIR
647TCL_PATCH_LEVEL
648TCL_VERSION
649WIN32LDAPP
650GUI_CFLAGS_X
651LIBGUI
652WIN32LIBS
653SER_HARDWIRE
654WERROR_CFLAGS
655WARN_CFLAGS
656SYSTEM_GDBINIT
657TARGET_SYSTEM_ROOT_DEFINE
658TARGET_SYSTEM_ROOT
659CONFIG_LDFLAGS
f6528abd 660RDYNAMIC
81ecdfbb
RW
661ALLOCA
662PYTHON_CFLAGS
ec685c5e 663python_prog_path
81ecdfbb
RW
664LTLIBEXPAT
665LIBEXPAT
666HAVE_LIBEXPAT
667READLINE_CFLAGS
668READLINE_DEPS
669READLINE
670MIG
671WINDRES
672DLLTOOL
673AR
674YFLAGS
675YACC
676LN_S
677REPORT_BUGS_TEXI
678REPORT_BUGS_TO
679PKGVERSION
680TARGET_OBS
681subdirs
682GDB_DATADIR
683DEBUGDIR
684am__fastdepCC_FALSE
685am__fastdepCC_TRUE
686AMDEPBACKSLASH
687AMDEP_FALSE
688AMDEP_TRUE
689am__quote
690am__include
691am__untar
692am__tar
693AMTAR
694AWK
695mkdir_p
696MKDIR_P
697INSTALL_STRIP_PROGRAM
698STRIP
699install_sh
700MAKEINFO
701AUTOHEADER
702AUTOMAKE
703AUTOCONF
704ACLOCAL
705VERSION
706CYGPATH_W
707am__isrc
708INSTALL_DATA
709INSTALL_SCRIPT
710INSTALL_PROGRAM
711PACKAGE
712GNULIB_STDINT_H
713LIBGNU_LTLIBDEPS
714LIBGNU_LIBDEPS
f434ba03
PA
715gltests_WITNESS
716HAVE_WINT_T
81ecdfbb 717HAVE_WCHAR_H
f434ba03
PA
718NEXT_AS_FIRST_DIRECTIVE_WCHAR_H
719NEXT_WCHAR_H
81ecdfbb 720REPLACE_WCWIDTH
f434ba03
PA
721REPLACE_WCSNRTOMBS
722REPLACE_WCSRTOMBS
723REPLACE_WCRTOMB
724REPLACE_MBSNRTOWCS
725REPLACE_MBSRTOWCS
726REPLACE_MBRLEN
727REPLACE_MBRTOWC
728REPLACE_MBSINIT
729REPLACE_WCTOB
730REPLACE_BTOWC
731REPLACE_MBSTATE_T
81ecdfbb 732HAVE_DECL_WCWIDTH
f434ba03
PA
733HAVE_DECL_WCTOB
734HAVE_WCSNRTOMBS
735HAVE_WCSRTOMBS
736HAVE_WCRTOMB
737HAVE_MBSNRTOWCS
738HAVE_MBSRTOWCS
739HAVE_MBRLEN
740HAVE_MBRTOWC
741HAVE_MBSINIT
742HAVE_BTOWC
81ecdfbb 743GNULIB_WCWIDTH
f434ba03
PA
744GNULIB_WCSNRTOMBS
745GNULIB_WCSRTOMBS
746GNULIB_WCRTOMB
747GNULIB_MBSNRTOWCS
748GNULIB_MBSRTOWCS
749GNULIB_MBRLEN
750GNULIB_MBRTOWC
751GNULIB_MBSINIT
752GNULIB_WCTOB
753GNULIB_BTOWC
754NEXT_AS_FIRST_DIRECTIVE_STRING_H
81ecdfbb
RW
755NEXT_STRING_H
756STDINT_H
757WINT_T_SUFFIX
758WCHAR_T_SUFFIX
81ecdfbb 759SIG_ATOMIC_T_SUFFIX
f434ba03 760SIZE_T_SUFFIX
81ecdfbb
RW
761PTRDIFF_T_SUFFIX
762HAVE_SIGNED_WINT_T
763HAVE_SIGNED_WCHAR_T
764HAVE_SIGNED_SIG_ATOMIC_T
765BITSIZEOF_WINT_T
766BITSIZEOF_WCHAR_T
81ecdfbb 767BITSIZEOF_SIG_ATOMIC_T
f434ba03 768BITSIZEOF_SIZE_T
81ecdfbb
RW
769BITSIZEOF_PTRDIFF_T
770HAVE_SYS_BITYPES_H
771HAVE_SYS_INTTYPES_H
772HAVE_STDINT_H
f434ba03 773NEXT_AS_FIRST_DIRECTIVE_STDINT_H
81ecdfbb 774NEXT_STDINT_H
81ecdfbb
RW
775HAVE_SYS_TYPES_H
776HAVE_INTTYPES_H
777HAVE_UNSIGNED_LONG_LONG_INT
778HAVE_LONG_LONG_INT
f434ba03
PA
779NEXT_AS_FIRST_DIRECTIVE_STDDEF_H
780NEXT_STDDEF_H
781PRAGMA_SYSTEM_HEADER
782INCLUDE_NEXT_AS_FIRST_DIRECTIVE
783INCLUDE_NEXT
784STDDEF_H
785HAVE_WCHAR_T
786REPLACE_NULL
787APPLE_UNIVERSAL_BUILD
788UNDEFINE_STRTOK_R
789REPLACE_STRTOK_R
81ecdfbb 790REPLACE_STRSIGNAL
f434ba03
PA
791REPLACE_STRNLEN
792REPLACE_STRNDUP
793REPLACE_STRNCAT
81ecdfbb 794REPLACE_STRERROR
f434ba03
PA
795REPLACE_STRCASESTR
796REPLACE_STRSTR
797REPLACE_STRDUP
798REPLACE_STPNCPY
799REPLACE_MEMMEM
800REPLACE_MEMCHR
801HAVE_STRVERSCMP
81ecdfbb 802HAVE_DECL_STRSIGNAL
81ecdfbb
RW
803HAVE_DECL_STRTOK_R
804HAVE_STRCASESTR
805HAVE_STRSEP
806HAVE_STRPBRK
807HAVE_DECL_STRNLEN
808HAVE_DECL_STRNDUP
81ecdfbb
RW
809HAVE_DECL_STRDUP
810HAVE_STRCHRNUL
811HAVE_STPNCPY
812HAVE_STPCPY
f434ba03 813HAVE_RAWMEMCHR
81ecdfbb
RW
814HAVE_DECL_MEMRCHR
815HAVE_MEMPCPY
816HAVE_DECL_MEMMEM
f434ba03
PA
817HAVE_MEMCHR
818HAVE_MBSLEN
819GNULIB_STRVERSCMP
81ecdfbb
RW
820GNULIB_STRSIGNAL
821GNULIB_STRERROR
822GNULIB_MBSTOK_R
823GNULIB_MBSSEP
824GNULIB_MBSSPN
825GNULIB_MBSPBRK
826GNULIB_MBSCSPN
827GNULIB_MBSCASESTR
828GNULIB_MBSPCASECMP
829GNULIB_MBSNCASECMP
830GNULIB_MBSCASECMP
831GNULIB_MBSSTR
832GNULIB_MBSRCHR
833GNULIB_MBSCHR
834GNULIB_MBSNLEN
835GNULIB_MBSLEN
836GNULIB_STRTOK_R
837GNULIB_STRCASESTR
838GNULIB_STRSTR
839GNULIB_STRSEP
840GNULIB_STRPBRK
841GNULIB_STRNLEN
842GNULIB_STRNDUP
f434ba03 843GNULIB_STRNCAT
81ecdfbb
RW
844GNULIB_STRDUP
845GNULIB_STRCHRNUL
846GNULIB_STPNCPY
847GNULIB_STPCPY
f434ba03 848GNULIB_RAWMEMCHR
81ecdfbb
RW
849GNULIB_MEMRCHR
850GNULIB_MEMPCPY
851GNULIB_MEMMEM
f434ba03 852GNULIB_MEMCHR
81ecdfbb
RW
853GL_COND_LIBTOOL_FALSE
854GL_COND_LIBTOOL_TRUE
855CATOBJEXT
856GENCAT
857INSTOBJEXT
858DATADIRNAME
859CATALOGS
860POSUB
861GMSGFMT
862XGETTEXT
863INCINTL
864LIBINTL_DEP
865LIBINTL
866USE_NLS
867SET_MAKE
868GMAKE_FALSE
869GMAKE_TRUE
870MAKE
871CCDEPMODE
872DEPDIR
873am__leading_dot
874target_os
875target_vendor
876target_cpu
877target
f434ba03
PA
878RANLIB
879EGREP
880GREP
881CPP
81ecdfbb
RW
882host_os
883host_vendor
884host_cpu
885host
886build_os
887build_vendor
888build_cpu
889build
81ecdfbb
RW
890OBJEXT
891EXEEXT
892ac_ct_CC
893CPPFLAGS
894LDFLAGS
895CFLAGS
896CC
897MAINT
898MAINTAINER_MODE_FALSE
899MAINTAINER_MODE_TRUE
900target_alias
901host_alias
902build_alias
903LIBS
904ECHO_T
905ECHO_N
906ECHO_C
907DEFS
908mandir
909localedir
910libdir
911psdir
912pdfdir
913dvidir
914htmldir
915infodir
916docdir
917oldincludedir
918includedir
919localstatedir
920sharedstatedir
921sysconfdir
922datadir
923datarootdir
924libexecdir
925sbindir
926bindir
927program_transform_name
928prefix
929exec_prefix
930PACKAGE_URL
931PACKAGE_BUGREPORT
932PACKAGE_STRING
933PACKAGE_VERSION
934PACKAGE_TARNAME
935PACKAGE_NAME
936PATH_SEPARATOR
937SHELL'
a4ce5b0d 938ac_subst_files='host_makefile_frag'
81ecdfbb
RW
939ac_user_opts='
940enable_option_checking
941enable_maintainer_mode
da2f07f1
JK
942enable_plugins
943enable_largefile
81ecdfbb
RW
944enable_dependency_tracking
945with_separate_debug_dir
946with_gdb_datadir
947with_relocated_sources
948enable_targets
949enable_64_bit_bfd
950enable_gdbcli
951enable_gdbmi
952enable_tui
953enable_gdbtk
954with_libunwind
955with_curses
956enable_profiling
957with_pkgversion
958with_bugurl
b040ad30 959with_zlib
81ecdfbb
RW
960with_libiconv_prefix
961with_system_readline
962with_expat
963with_gnu_ld
964enable_rpath
965with_libexpat_prefix
966with_python
967with_included_regex
968with_sysroot
969with_system_gdbinit
970enable_werror
971enable_build_warnings
972enable_gdb_build_warnings
973with_tcl
974with_tk
975with_x
976enable_sim
977enable_multi_ice
81ecdfbb
RW
978'
979 ac_precious_vars='build_alias
980host_alias
981target_alias
982CC
983CFLAGS
984LDFLAGS
985LIBS
986CPPFLAGS
987CPP
988YACC
989YFLAGS
990XMKMF'
991ac_subdirs_all='doc testsuite
992gdbtk
993multi-ice
994gdbserver'
c906108c
SS
995
996# Initialize some variables set by options.
bec39cab
AC
997ac_init_help=
998ac_init_version=false
81ecdfbb
RW
999ac_unrecognized_opts=
1000ac_unrecognized_sep=
c906108c
SS
1001# The variables have the same names as the options, with
1002# dashes changed to underlines.
bec39cab 1003cache_file=/dev/null
c906108c 1004exec_prefix=NONE
c906108c 1005no_create=
c906108c
SS
1006no_recursion=
1007prefix=NONE
1008program_prefix=NONE
1009program_suffix=NONE
1010program_transform_name=s,x,x,
1011silent=
1012site=
1013srcdir=
c906108c
SS
1014verbose=
1015x_includes=NONE
1016x_libraries=NONE
bec39cab
AC
1017
1018# Installation directory options.
1019# These are left unexpanded so users can "make install exec_prefix=/foo"
1020# and all the variables that are supposed to be based on exec_prefix
1021# by default will actually change.
1022# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 1023# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
1024bindir='${exec_prefix}/bin'
1025sbindir='${exec_prefix}/sbin'
1026libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
1027datarootdir='${prefix}/share'
1028datadir='${datarootdir}'
c906108c
SS
1029sysconfdir='${prefix}/etc'
1030sharedstatedir='${prefix}/com'
1031localstatedir='${prefix}/var'
c906108c
SS
1032includedir='${prefix}/include'
1033oldincludedir='/usr/include'
81ecdfbb
RW
1034docdir='${datarootdir}/doc/${PACKAGE}'
1035infodir='${datarootdir}/info'
1036htmldir='${docdir}'
1037dvidir='${docdir}'
1038pdfdir='${docdir}'
1039psdir='${docdir}'
1040libdir='${exec_prefix}/lib'
1041localedir='${datarootdir}/locale'
1042mandir='${datarootdir}/man'
c906108c 1043
c906108c 1044ac_prev=
81ecdfbb 1045ac_dashdash=
c906108c
SS
1046for ac_option
1047do
c906108c
SS
1048 # If the previous option needs an argument, assign it.
1049 if test -n "$ac_prev"; then
81ecdfbb 1050 eval $ac_prev=\$ac_option
c906108c
SS
1051 ac_prev=
1052 continue
1053 fi
1054
81ecdfbb
RW
1055 case $ac_option in
1056 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1057 *) ac_optarg=yes ;;
1058 esac
c906108c
SS
1059
1060 # Accept the important Cygnus configure options, so we can diagnose typos.
1061
81ecdfbb
RW
1062 case $ac_dashdash$ac_option in
1063 --)
1064 ac_dashdash=yes ;;
c906108c
SS
1065
1066 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1067 ac_prev=bindir ;;
1068 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 1069 bindir=$ac_optarg ;;
c906108c
SS
1070
1071 -build | --build | --buil | --bui | --bu)
bec39cab 1072 ac_prev=build_alias ;;
c906108c 1073 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 1074 build_alias=$ac_optarg ;;
c906108c
SS
1075
1076 -cache-file | --cache-file | --cache-fil | --cache-fi \
1077 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1078 ac_prev=cache_file ;;
1079 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1080 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
1081 cache_file=$ac_optarg ;;
1082
1083 --config-cache | -C)
1084 cache_file=config.cache ;;
c906108c 1085
81ecdfbb 1086 -datadir | --datadir | --datadi | --datad)
c906108c 1087 ac_prev=datadir ;;
81ecdfbb 1088 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 1089 datadir=$ac_optarg ;;
c906108c 1090
81ecdfbb
RW
1091 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1092 | --dataroo | --dataro | --datar)
1093 ac_prev=datarootdir ;;
1094 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1095 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1096 datarootdir=$ac_optarg ;;
1097
c906108c 1098 -disable-* | --disable-*)
81ecdfbb 1099 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 1100 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid feature name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in
1106 *"
1107"enable_$ac_useropt"
1108"*) ;;
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1110 ac_unrecognized_sep=', ';;
1111 esac
1112 eval enable_$ac_useropt=no ;;
1113
1114 -docdir | --docdir | --docdi | --doc | --do)
1115 ac_prev=docdir ;;
1116 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1117 docdir=$ac_optarg ;;
1118
1119 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1120 ac_prev=dvidir ;;
1121 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1122 dvidir=$ac_optarg ;;
c906108c
SS
1123
1124 -enable-* | --enable-*)
81ecdfbb 1125 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 1126 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1127 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1128 as_fn_error "invalid feature name: $ac_useropt"
1129 ac_useropt_orig=$ac_useropt
1130 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1131 case $ac_user_opts in
1132 *"
1133"enable_$ac_useropt"
1134"*) ;;
1135 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1136 ac_unrecognized_sep=', ';;
b4e70030 1137 esac
81ecdfbb 1138 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1139
1140 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1141 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1142 | --exec | --exe | --ex)
1143 ac_prev=exec_prefix ;;
1144 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1145 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1146 | --exec=* | --exe=* | --ex=*)
bec39cab 1147 exec_prefix=$ac_optarg ;;
c906108c
SS
1148
1149 -gas | --gas | --ga | --g)
1150 # Obsolete; use --with-gas.
1151 with_gas=yes ;;
1152
bec39cab
AC
1153 -help | --help | --hel | --he | -h)
1154 ac_init_help=long ;;
1155 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1156 ac_init_help=recursive ;;
1157 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1158 ac_init_help=short ;;
c906108c
SS
1159
1160 -host | --host | --hos | --ho)
bec39cab 1161 ac_prev=host_alias ;;
c906108c 1162 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 1163 host_alias=$ac_optarg ;;
c906108c 1164
81ecdfbb
RW
1165 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1166 ac_prev=htmldir ;;
1167 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1168 | --ht=*)
1169 htmldir=$ac_optarg ;;
1170
c906108c
SS
1171 -includedir | --includedir | --includedi | --included | --include \
1172 | --includ | --inclu | --incl | --inc)
1173 ac_prev=includedir ;;
1174 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1175 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 1176 includedir=$ac_optarg ;;
c906108c
SS
1177
1178 -infodir | --infodir | --infodi | --infod | --info | --inf)
1179 ac_prev=infodir ;;
1180 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 1181 infodir=$ac_optarg ;;
c906108c
SS
1182
1183 -libdir | --libdir | --libdi | --libd)
1184 ac_prev=libdir ;;
1185 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 1186 libdir=$ac_optarg ;;
c906108c
SS
1187
1188 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1189 | --libexe | --libex | --libe)
1190 ac_prev=libexecdir ;;
1191 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1192 | --libexe=* | --libex=* | --libe=*)
bec39cab 1193 libexecdir=$ac_optarg ;;
c906108c 1194
81ecdfbb
RW
1195 -localedir | --localedir | --localedi | --localed | --locale)
1196 ac_prev=localedir ;;
1197 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1198 localedir=$ac_optarg ;;
1199
c906108c 1200 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1201 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1202 ac_prev=localstatedir ;;
1203 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1204 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 1205 localstatedir=$ac_optarg ;;
c906108c
SS
1206
1207 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1208 ac_prev=mandir ;;
1209 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 1210 mandir=$ac_optarg ;;
c906108c
SS
1211
1212 -nfp | --nfp | --nf)
1213 # Obsolete; use --without-fp.
1214 with_fp=no ;;
1215
1216 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 1217 | --no-cr | --no-c | -n)
c906108c
SS
1218 no_create=yes ;;
1219
1220 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1221 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1222 no_recursion=yes ;;
1223
1224 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1225 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1226 | --oldin | --oldi | --old | --ol | --o)
1227 ac_prev=oldincludedir ;;
1228 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1229 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1230 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 1231 oldincludedir=$ac_optarg ;;
c906108c
SS
1232
1233 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1234 ac_prev=prefix ;;
1235 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 1236 prefix=$ac_optarg ;;
c906108c
SS
1237
1238 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1239 | --program-pre | --program-pr | --program-p)
1240 ac_prev=program_prefix ;;
1241 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1242 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 1243 program_prefix=$ac_optarg ;;
c906108c
SS
1244
1245 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1246 | --program-suf | --program-su | --program-s)
1247 ac_prev=program_suffix ;;
1248 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1249 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 1250 program_suffix=$ac_optarg ;;
c906108c
SS
1251
1252 -program-transform-name | --program-transform-name \
1253 | --program-transform-nam | --program-transform-na \
1254 | --program-transform-n | --program-transform- \
1255 | --program-transform | --program-transfor \
1256 | --program-transfo | --program-transf \
1257 | --program-trans | --program-tran \
1258 | --progr-tra | --program-tr | --program-t)
1259 ac_prev=program_transform_name ;;
1260 -program-transform-name=* | --program-transform-name=* \
1261 | --program-transform-nam=* | --program-transform-na=* \
1262 | --program-transform-n=* | --program-transform-=* \
1263 | --program-transform=* | --program-transfor=* \
1264 | --program-transfo=* | --program-transf=* \
1265 | --program-trans=* | --program-tran=* \
1266 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 1267 program_transform_name=$ac_optarg ;;
c906108c 1268
81ecdfbb
RW
1269 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1270 ac_prev=pdfdir ;;
1271 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1272 pdfdir=$ac_optarg ;;
1273
1274 -psdir | --psdir | --psdi | --psd | --ps)
1275 ac_prev=psdir ;;
1276 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1277 psdir=$ac_optarg ;;
1278
c906108c
SS
1279 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1280 | -silent | --silent | --silen | --sile | --sil)
1281 silent=yes ;;
1282
1283 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1284 ac_prev=sbindir ;;
1285 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1286 | --sbi=* | --sb=*)
bec39cab 1287 sbindir=$ac_optarg ;;
c906108c
SS
1288
1289 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1290 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1291 | --sharedst | --shareds | --shared | --share | --shar \
1292 | --sha | --sh)
1293 ac_prev=sharedstatedir ;;
1294 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1295 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1296 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1297 | --sha=* | --sh=*)
bec39cab 1298 sharedstatedir=$ac_optarg ;;
c906108c
SS
1299
1300 -site | --site | --sit)
1301 ac_prev=site ;;
1302 -site=* | --site=* | --sit=*)
bec39cab 1303 site=$ac_optarg ;;
3ace7edb 1304
c906108c
SS
1305 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1306 ac_prev=srcdir ;;
1307 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 1308 srcdir=$ac_optarg ;;
c906108c
SS
1309
1310 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1311 | --syscon | --sysco | --sysc | --sys | --sy)
1312 ac_prev=sysconfdir ;;
1313 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1314 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1315 sysconfdir=$ac_optarg ;;
c906108c
SS
1316
1317 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1318 ac_prev=target_alias ;;
c906108c 1319 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1320 target_alias=$ac_optarg ;;
c906108c
SS
1321
1322 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1323 verbose=yes ;;
1324
bec39cab
AC
1325 -version | --version | --versio | --versi | --vers | -V)
1326 ac_init_version=: ;;
c906108c
SS
1327
1328 -with-* | --with-*)
81ecdfbb 1329 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1330 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1331 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1332 as_fn_error "invalid package name: $ac_useropt"
1333 ac_useropt_orig=$ac_useropt
1334 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1335 case $ac_user_opts in
1336 *"
1337"with_$ac_useropt"
1338"*) ;;
1339 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1340 ac_unrecognized_sep=', ';;
b4e70030 1341 esac
81ecdfbb 1342 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1343
1344 -without-* | --without-*)
81ecdfbb 1345 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1346 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1347 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1348 as_fn_error "invalid package name: $ac_useropt"
1349 ac_useropt_orig=$ac_useropt
1350 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1351 case $ac_user_opts in
1352 *"
1353"with_$ac_useropt"
1354"*) ;;
1355 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1356 ac_unrecognized_sep=', ';;
1357 esac
1358 eval with_$ac_useropt=no ;;
c906108c
SS
1359
1360 --x)
1361 # Obsolete; use --with-x.
1362 with_x=yes ;;
1363
1364 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1365 | --x-incl | --x-inc | --x-in | --x-i)
1366 ac_prev=x_includes ;;
1367 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1368 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1369 x_includes=$ac_optarg ;;
c906108c
SS
1370
1371 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1372 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1373 ac_prev=x_libraries ;;
1374 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1375 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1376 x_libraries=$ac_optarg ;;
c906108c 1377
81ecdfbb
RW
1378 -*) as_fn_error "unrecognized option: \`$ac_option'
1379Try \`$0 --help' for more information."
c906108c
SS
1380 ;;
1381
bec39cab
AC
1382 *=*)
1383 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1384 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1385 case $ac_envvar in #(
1386 '' | [0-9]* | *[!_$as_cr_alnum]* )
1387 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1388 esac
1389 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1390 export $ac_envvar ;;
1391
c906108c 1392 *)
bec39cab 1393 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1394 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1395 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1396 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bec39cab 1397 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1398 ;;
1399
1400 esac
1401done
1402
1403if test -n "$ac_prev"; then
bec39cab 1404 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1405 as_fn_error "missing argument to $ac_option"
c906108c 1406fi
c906108c 1407
81ecdfbb
RW
1408if test -n "$ac_unrecognized_opts"; then
1409 case $enable_option_checking in
1410 no) ;;
1411 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1412 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b4e70030 1413 esac
81ecdfbb 1414fi
b4e70030 1415
81ecdfbb
RW
1416# Check all directory arguments for consistency.
1417for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1418 datadir sysconfdir sharedstatedir localstatedir includedir \
1419 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1420 libdir localedir mandir
b4e70030 1421do
81ecdfbb
RW
1422 eval ac_val=\$$ac_var
1423 # Remove trailing slashes.
1424 case $ac_val in
1425 */ )
1426 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1427 eval $ac_var=\$ac_val;;
1428 esac
1429 # Be sure to have absolute directory names.
b4e70030 1430 case $ac_val in
81ecdfbb
RW
1431 [\\/$]* | ?:[\\/]* ) continue;;
1432 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1433 esac
81ecdfbb 1434 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1435done
1436
bec39cab
AC
1437# There might be people who depend on the old broken behavior: `$host'
1438# used to hold the argument of --host etc.
1439# FIXME: To remove some day.
1440build=$build_alias
1441host=$host_alias
1442target=$target_alias
1443
1444# FIXME: To remove some day.
1445if test "x$host_alias" != x; then
1446 if test "x$build_alias" = x; then
1447 cross_compiling=maybe
81ecdfbb 1448 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bec39cab
AC
1449 If a cross compiler is detected then cross compile mode will be used." >&2
1450 elif test "x$build_alias" != "x$host_alias"; then
1451 cross_compiling=yes
1452 fi
1453fi
c906108c 1454
bec39cab
AC
1455ac_tool_prefix=
1456test -n "$host_alias" && ac_tool_prefix=$host_alias-
1457
1458test "$silent" = yes && exec 6>/dev/null
c906108c 1459
c906108c 1460
81ecdfbb
RW
1461ac_pwd=`pwd` && test -n "$ac_pwd" &&
1462ac_ls_di=`ls -di .` &&
1463ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1464 as_fn_error "working directory cannot be determined"
1465test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1466 as_fn_error "pwd does not report name of working directory"
1467
1468
c906108c
SS
1469# Find the source files, if location was not specified.
1470if test -z "$srcdir"; then
1471 ac_srcdir_defaulted=yes
81ecdfbb
RW
1472 # Try the directory containing this script, then the parent directory.
1473 ac_confdir=`$as_dirname -- "$as_myself" ||
1474$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1475 X"$as_myself" : 'X\(//\)[^/]' \| \
1476 X"$as_myself" : 'X\(//\)$' \| \
1477 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1478$as_echo X"$as_myself" |
1479 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1480 s//\1/
1481 q
1482 }
1483 /^X\(\/\/\)[^/].*/{
1484 s//\1/
1485 q
1486 }
1487 /^X\(\/\/\)$/{
1488 s//\1/
1489 q
1490 }
1491 /^X\(\/\).*/{
1492 s//\1/
1493 q
1494 }
1495 s/.*/./; q'`
c906108c 1496 srcdir=$ac_confdir
81ecdfbb 1497 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1498 srcdir=..
1499 fi
1500else
1501 ac_srcdir_defaulted=no
1502fi
81ecdfbb
RW
1503if test ! -r "$srcdir/$ac_unique_file"; then
1504 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1505 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1506fi
1507ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1508ac_abs_confdir=`(
1509 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1510 pwd)`
1511# When building in place, set srcdir=.
1512if test "$ac_abs_confdir" = "$ac_pwd"; then
1513 srcdir=.
1514fi
1515# Remove unnecessary trailing slashes from srcdir.
1516# Double slashes in file names in object file debugging info
1517# mess up M-x gdb in Emacs.
1518case $srcdir in
1519*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1520esac
1521for ac_var in $ac_precious_vars; do
1522 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1523 eval ac_env_${ac_var}_value=\$${ac_var}
1524 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1525 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1526done
c906108c 1527
bec39cab
AC
1528#
1529# Report the --help message.
1530#
1531if test "$ac_init_help" = "long"; then
1532 # Omit some internal or obsolete options to make the list less imposing.
1533 # This message is too long to be a string in the A/UX 3.1 sh.
1534 cat <<_ACEOF
1535\`configure' configures this package to adapt to many kinds of systems.
1536
1537Usage: $0 [OPTION]... [VAR=VALUE]...
1538
1539To assign environment variables (e.g., CC, CFLAGS...), specify them as
1540VAR=VALUE. See below for descriptions of some of the useful variables.
1541
1542Defaults for the options are specified in brackets.
1543
1544Configuration:
1545 -h, --help display this help and exit
1546 --help=short display options specific to this package
1547 --help=recursive display the short help of all the included packages
1548 -V, --version display version information and exit
1549 -q, --quiet, --silent do not print \`checking...' messages
1550 --cache-file=FILE cache test results in FILE [disabled]
1551 -C, --config-cache alias for \`--cache-file=config.cache'
1552 -n, --no-create do not create output files
1553 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1554
bec39cab
AC
1555Installation directories:
1556 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1557 [$ac_default_prefix]
bec39cab 1558 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1559 [PREFIX]
bec39cab
AC
1560
1561By default, \`make install' will install all the files in
1562\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1563an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1564for instance \`--prefix=\$HOME'.
1565
1566For better control, use the options below.
1567
1568Fine tuning of the installation directories:
81ecdfbb
RW
1569 --bindir=DIR user executables [EPREFIX/bin]
1570 --sbindir=DIR system admin executables [EPREFIX/sbin]
1571 --libexecdir=DIR program executables [EPREFIX/libexec]
1572 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1573 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1574 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1575 --libdir=DIR object code libraries [EPREFIX/lib]
1576 --includedir=DIR C header files [PREFIX/include]
1577 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1578 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1579 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1580 --infodir=DIR info documentation [DATAROOTDIR/info]
1581 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1582 --mandir=DIR man documentation [DATAROOTDIR/man]
1583 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1584 --htmldir=DIR html documentation [DOCDIR]
1585 --dvidir=DIR dvi documentation [DOCDIR]
1586 --pdfdir=DIR pdf documentation [DOCDIR]
1587 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1588_ACEOF
1589
1590 cat <<\_ACEOF
1591
1592Program names:
1593 --program-prefix=PREFIX prepend PREFIX to installed program names
1594 --program-suffix=SUFFIX append SUFFIX to installed program names
1595 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1596
1597X features:
1598 --x-includes=DIR X include files are in DIR
1599 --x-libraries=DIR X library files are in DIR
1600
1601System types:
1602 --build=BUILD configure for building on BUILD [guessed]
1603 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1604 --target=TARGET configure for building compilers for TARGET [HOST]
1605_ACEOF
1606fi
1607
1608if test -n "$ac_init_help"; then
1609
1610 cat <<\_ACEOF
1611
1612Optional Features:
81ecdfbb 1613 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1614 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1615 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85981d60
AC
1616 --enable-maintainer-mode enable make rules and dependencies not useful
1617 (and sometimes confusing) to the casual installer
da2f07f1
JK
1618 --enable-plugins Enable support for plugins (defaults no)
1619 --disable-largefile omit support for large files
e28b3332
DJ
1620 --disable-dependency-tracking speeds up one-time build
1621 --enable-dependency-tracking do not reject slow dependency extractors
a1220294
TT
1622 --enable-targets=TARGETS
1623 alternative target configurations
c0993dbe 1624 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
bec39cab
AC
1625 --disable-gdbcli disable command-line interface (CLI)
1626 --disable-gdbmi disable machine-interface (MI)
1627 --enable-tui enable full-screen terminal user interface (TUI)
1628 --enable-gdbtk enable gdbtk graphical user interface (GUI)
1629 --enable-profiling enable profiling of GDB
3841debe 1630 --disable-rpath do not hardcode runtime library paths
a1220294 1631 --enable-werror treat compile warnings as errors
32c1c914 1632 --enable-build-warnings enable build-time compiler warnings if gcc is used
a1220294 1633 --enable-gdb-build-warnings
32c1c914 1634 enable GDB specific build-time compiler warnings if
a1220294 1635 gcc is used
32c1c914 1636 --enable-sim link gdb with simulator
bec39cab
AC
1637 --enable-multi-ice build the multi-ice-gdb-server
1638
1639Optional Packages:
1640 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1641 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
a1220294 1642 --with-separate-debug-dir=PATH
32c1c914 1643 look for global separate debug info in this path
62e4f60c 1644 [LIBDIR/debug]
b14b1491
TT
1645 --with-gdb-datadir=PATH look for global separate data files in this path
1646 [DATADIR/gdb]
29b0e8a2 1647 --with-relocated-sources=PATH
32c1c914
TT
1648 automatically relocate this path for source files
1649 --with-libunwind use libunwind frame unwinding support
cb01cfba
JB
1650 --with-curses use the curses library instead of the termcap
1651 library
c16158bc
JM
1652 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1653 --with-bugurl=URL Direct users to URL to report a bug
b040ad30 1654 --with-zlib include zlib support (auto/yes/no) default=auto
a1220294
TT
1655 --with-libiconv-prefix=DIR
1656 search for libiconv in DIR/include and DIR/lib
6a30b0a5 1657 --with-system-readline use installed readline library
5c39566f 1658 --with-expat include expat support (auto/yes/no)
3841debe
DJ
1659 --with-gnu-ld assume the C compiler uses GNU ld default=no
1660 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
1661 --without-libexpat-prefix don't search for libexpat in includedir and libdir
0c4a4063
DE
1662 --with-python[=PYTHON] include python support
1663 (auto/yes/no/<python-program>)
a1220294
TT
1664 --without-included-regex
1665 don't use included regex; this is the default on
1666 systems with version 2 of the GNU C library (use
1667 with caution on other system)
81ecdfbb 1668 --with-sysroot[=DIR] search for usr/lib et al within DIR
b14b1491 1669 --with-system-gdbinit=PATH
32c1c914 1670 automatically load a system-wide gdbinit file
5062cc19
KS
1671 --with-tcl directory containing tcl configuration (tclConfig.sh)
1672 --with-tk directory containing tk configuration (tkConfig.sh)
bec39cab 1673 --with-x use the X Window System
bec39cab
AC
1674
1675Some influential environment variables:
1676 CC C compiler command
1677 CFLAGS C compiler flags
1678 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1679 nonstandard directory <lib dir>
81ecdfbb
RW
1680 LIBS libraries to pass to the linker, e.g. -l<library>
1681 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1682 you have headers in a nonstandard directory <include dir>
bec39cab 1683 CPP C preprocessor
81ecdfbb
RW
1684 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1685 the first program found out of: `bison -y', `byacc', `yacc'.
1686 YFLAGS The list of arguments that will be passed by default to $YACC.
1687 This script will default YFLAGS to the empty string to avoid a
1688 default value of `-d' given by some make applications.
1689 XMKMF Path to xmkmf, Makefile generator for X Window System
bec39cab
AC
1690
1691Use these variables to override the choices made by `configure' or to help
1692it to find libraries and programs with nonstandard names/locations.
1693
81ecdfbb 1694Report bugs to the package provider.
bec39cab 1695_ACEOF
81ecdfbb 1696ac_status=$?
bec39cab
AC
1697fi
1698
1699if test "$ac_init_help" = "recursive"; then
1700 # If there are subdirs, report their specific --help.
bec39cab 1701 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1702 test -d "$ac_dir" ||
1703 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1704 continue
bec39cab
AC
1705 ac_builddir=.
1706
81ecdfbb
RW
1707case "$ac_dir" in
1708.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1709*)
1710 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1711 # A ".." for each directory in $ac_dir_suffix.
1712 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1713 case $ac_top_builddir_sub in
1714 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1715 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1716 esac ;;
1717esac
1718ac_abs_top_builddir=$ac_pwd
1719ac_abs_builddir=$ac_pwd$ac_dir_suffix
1720# for backward compatibility:
1721ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1722
1723case $srcdir in
81ecdfbb 1724 .) # We are building in place.
bec39cab 1725 ac_srcdir=.
81ecdfbb
RW
1726 ac_top_srcdir=$ac_top_builddir_sub
1727 ac_abs_top_srcdir=$ac_pwd ;;
1728 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1729 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1730 ac_top_srcdir=$srcdir
1731 ac_abs_top_srcdir=$srcdir ;;
1732 *) # Relative name.
1733 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1734 ac_top_srcdir=$ac_top_build_prefix$srcdir
1735 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1736esac
81ecdfbb 1737ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1738
81ecdfbb
RW
1739 cd "$ac_dir" || { ac_status=$?; continue; }
1740 # Check for guested configure.
1741 if test -f "$ac_srcdir/configure.gnu"; then
1742 echo &&
1743 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1744 elif test -f "$ac_srcdir/configure"; then
1745 echo &&
1746 $SHELL "$ac_srcdir/configure" --help=recursive
3ace7edb 1747 else
81ecdfbb
RW
1748 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1749 fi || ac_status=$?
1750 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1751 done
1752fi
1753
81ecdfbb 1754test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1755if $ac_init_version; then
1756 cat <<\_ACEOF
81ecdfbb
RW
1757configure
1758generated by GNU Autoconf 2.64
bec39cab 1759
81ecdfbb 1760Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
1761This configure script is free software; the Free Software Foundation
1762gives unlimited permission to copy, distribute and modify it.
1763_ACEOF
81ecdfbb 1764 exit
bec39cab 1765fi
bec39cab 1766
81ecdfbb
RW
1767## ------------------------ ##
1768## Autoconf initialization. ##
1769## ------------------------ ##
bec39cab 1770
81ecdfbb
RW
1771# ac_fn_c_try_compile LINENO
1772# --------------------------
1773# Try to compile conftest.$ac_ext, and return whether this succeeded.
1774ac_fn_c_try_compile ()
1775{
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 rm -f conftest.$ac_objext
1778 if { { ac_try="$ac_compile"
1779case "(($ac_try" in
1780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1781 *) ac_try_echo=$ac_try;;
1782esac
1783eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784$as_echo "$ac_try_echo"; } >&5
1785 (eval "$ac_compile") 2>conftest.err
1786 ac_status=$?
1787 if test -s conftest.err; then
1788 grep -v '^ *+' conftest.err >conftest.er1
1789 cat conftest.er1 >&5
1790 mv -f conftest.er1 conftest.err
1791 fi
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && {
1794 test -z "$ac_c_werror_flag" ||
1795 test ! -s conftest.err
1796 } && test -s conftest.$ac_objext; then :
1797 ac_retval=0
1798else
1799 $as_echo "$as_me: failed program was:" >&5
1800sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1801
81ecdfbb
RW
1802 ac_retval=1
1803fi
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_compile
1808
1809# ac_fn_c_try_cpp LINENO
1810# ----------------------
1811# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1812ac_fn_c_try_cpp ()
bec39cab 1813{
81ecdfbb
RW
1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1815 if { { ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 2>conftest.err
1823 ac_status=$?
1824 if test -s conftest.err; then
1825 grep -v '^ *+' conftest.err >conftest.er1
1826 cat conftest.er1 >&5
1827 mv -f conftest.er1 conftest.err
1828 fi
1829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1830 test $ac_status = 0; } >/dev/null && {
1831 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1832 test ! -s conftest.err
1833 }; then :
1834 ac_retval=0
1835else
1836 $as_echo "$as_me: failed program was:" >&5
1837sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1838
81ecdfbb
RW
1839 ac_retval=1
1840fi
1841 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1842 return $ac_retval
bec39cab 1843
81ecdfbb 1844} # ac_fn_c_try_cpp
bec39cab 1845
81ecdfbb
RW
1846# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1847# -------------------------------------------------------
1848# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1849# the include files in INCLUDES and setting the cache variable VAR
1850# accordingly.
1851ac_fn_c_check_header_mongrel ()
1852{
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856$as_echo_n "checking for $2... " >&6; }
1857if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1858 $as_echo_n "(cached) " >&6
1859fi
1860eval ac_res=\$$3
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862$as_echo "$ac_res" >&6; }
1863else
1864 # Is the header compilable?
1865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1866$as_echo_n "checking $2 usability... " >&6; }
1867cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1868/* end confdefs.h. */
1869$4
1870#include <$2>
1871_ACEOF
1872if ac_fn_c_try_compile "$LINENO"; then :
1873 ac_header_compiler=yes
1874else
1875 ac_header_compiler=no
1876fi
1877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1879$as_echo "$ac_header_compiler" >&6; }
bec39cab 1880
81ecdfbb
RW
1881# Is the header present?
1882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1883$as_echo_n "checking $2 presence... " >&6; }
1884cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885/* end confdefs.h. */
1886#include <$2>
1887_ACEOF
1888if ac_fn_c_try_cpp "$LINENO"; then :
1889 ac_header_preproc=yes
1890else
1891 ac_header_preproc=no
1892fi
1893rm -f conftest.err conftest.$ac_ext
1894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1895$as_echo "$ac_header_preproc" >&6; }
bec39cab 1896
81ecdfbb
RW
1897# So? What about this header?
1898case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1899 yes:no: )
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1901$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1903$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1904 ;;
1905 no:yes:* )
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1907$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1909$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1911$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1913$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1915$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1916 ;;
1917esac
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919$as_echo_n "checking for $2... " >&6; }
1920if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1922else
1923 eval "$3=\$ac_header_compiler"
1924fi
1925eval ac_res=\$$3
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1927$as_echo "$ac_res" >&6; }
1928fi
1929 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 1930
81ecdfbb 1931} # ac_fn_c_check_header_mongrel
bec39cab 1932
81ecdfbb
RW
1933# ac_fn_c_try_run LINENO
1934# ----------------------
1935# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1936# that executables *can* be run.
1937ac_fn_c_try_run ()
1938{
1939 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1940 if { { ac_try="$ac_link"
1941case "(($ac_try" in
1942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1943 *) ac_try_echo=$ac_try;;
1944esac
1945eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1946$as_echo "$ac_try_echo"; } >&5
1947 (eval "$ac_link") 2>&5
1948 ac_status=$?
1949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1950 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1951 { { case "(($ac_try" in
1952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1953 *) ac_try_echo=$ac_try;;
1954esac
1955eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1956$as_echo "$ac_try_echo"; } >&5
1957 (eval "$ac_try") 2>&5
1958 ac_status=$?
1959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1960 test $ac_status = 0; }; }; then :
1961 ac_retval=0
1962else
1963 $as_echo "$as_me: program exited with status $ac_status" >&5
1964 $as_echo "$as_me: failed program was:" >&5
1965sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1966
81ecdfbb
RW
1967 ac_retval=$ac_status
1968fi
1969 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1970 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1971 return $ac_retval
bec39cab 1972
81ecdfbb 1973} # ac_fn_c_try_run
bec39cab 1974
81ecdfbb
RW
1975# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1976# -------------------------------------------------------
1977# Tests whether HEADER exists and can be compiled using the include files in
1978# INCLUDES, setting the cache variable VAR accordingly.
1979ac_fn_c_check_header_compile ()
1980{
1981 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1983$as_echo_n "checking for $2... " >&6; }
1984if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1985 $as_echo_n "(cached) " >&6
1986else
1987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1988/* end confdefs.h. */
1989$4
1990#include <$2>
bec39cab 1991_ACEOF
81ecdfbb
RW
1992if ac_fn_c_try_compile "$LINENO"; then :
1993 eval "$3=yes"
1994else
1995 eval "$3=no"
1996fi
1997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1998fi
1999eval ac_res=\$$3
2000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2001$as_echo "$ac_res" >&6; }
2002 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 2003
81ecdfbb 2004} # ac_fn_c_check_header_compile
bec39cab 2005
81ecdfbb
RW
2006# ac_fn_c_try_link LINENO
2007# -----------------------
2008# Try to link conftest.$ac_ext, and return whether this succeeded.
2009ac_fn_c_try_link ()
b4e70030 2010{
81ecdfbb
RW
2011 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2012 rm -f conftest.$ac_objext conftest$ac_exeext
2013 if { { ac_try="$ac_link"
2014case "(($ac_try" in
2015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2016 *) ac_try_echo=$ac_try;;
2017esac
2018eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2019$as_echo "$ac_try_echo"; } >&5
2020 (eval "$ac_link") 2>conftest.err
2021 ac_status=$?
2022 if test -s conftest.err; then
2023 grep -v '^ *+' conftest.err >conftest.er1
2024 cat conftest.er1 >&5
2025 mv -f conftest.er1 conftest.err
2026 fi
2027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2028 test $ac_status = 0; } && {
2029 test -z "$ac_c_werror_flag" ||
2030 test ! -s conftest.err
2031 } && test -s conftest$ac_exeext && {
2032 test "$cross_compiling" = yes ||
2033 $as_test_x conftest$ac_exeext
2034 }; then :
2035 ac_retval=0
2036else
2037 $as_echo "$as_me: failed program was:" >&5
2038sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 2039
81ecdfbb
RW
2040 ac_retval=1
2041fi
2042 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2043 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2044 # interfere with the next link command; also delete a directory that is
2045 # left behind by Apple's compiler. We do this before executing the actions.
2046 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2048 return $ac_retval
bec39cab 2049
81ecdfbb 2050} # ac_fn_c_try_link
bec39cab 2051
81ecdfbb
RW
2052# ac_fn_c_check_func LINENO FUNC VAR
2053# ----------------------------------
2054# Tests whether FUNC exists, setting the cache variable VAR accordingly
2055ac_fn_c_check_func ()
2056{
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059$as_echo_n "checking for $2... " >&6; }
2060if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2061 $as_echo_n "(cached) " >&6
2062else
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064/* end confdefs.h. */
2065/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2067#define $2 innocuous_$2
bec39cab 2068
81ecdfbb
RW
2069/* System header to define __stub macros and hopefully few prototypes,
2070 which can conflict with char $2 (); below.
2071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2072 <limits.h> exists even on freestanding compilers. */
bec39cab 2073
81ecdfbb
RW
2074#ifdef __STDC__
2075# include <limits.h>
2076#else
2077# include <assert.h>
2078#endif
bec39cab 2079
81ecdfbb 2080#undef $2
bec39cab 2081
81ecdfbb
RW
2082/* Override any GCC internal prototype to avoid an error.
2083 Use char because int might match the return type of a GCC
2084 builtin and then its argument prototype would still apply. */
2085#ifdef __cplusplus
2086extern "C"
2087#endif
2088char $2 ();
2089/* The GNU C library defines this for functions which it implements
2090 to always fail with ENOSYS. Some functions are actually named
2091 something starting with __ and the normal name is an alias. */
2092#if defined __stub_$2 || defined __stub___$2
2093choke me
2094#endif
bec39cab 2095
81ecdfbb
RW
2096int
2097main ()
2098{
2099return $2 ();
2100 ;
2101 return 0;
2102}
bec39cab 2103_ACEOF
81ecdfbb
RW
2104if ac_fn_c_try_link "$LINENO"; then :
2105 eval "$3=yes"
2106else
2107 eval "$3=no"
2108fi
2109rm -f core conftest.err conftest.$ac_objext \
2110 conftest$ac_exeext conftest.$ac_ext
2111fi
2112eval ac_res=\$$3
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2114$as_echo "$ac_res" >&6; }
2115 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 2116
81ecdfbb 2117} # ac_fn_c_check_func
bec39cab 2118
81ecdfbb
RW
2119# ac_fn_c_check_decl LINENO SYMBOL VAR
2120# ------------------------------------
2121# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2122ac_fn_c_check_decl ()
2123{
2124 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
e7a30f46
DE
2125 as_decl_name=`echo $2|sed 's/ *(.*//'`
2126 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2128$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2129if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2130 $as_echo_n "(cached) " >&6
2131else
2132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2133/* end confdefs.h. */
2134$4
2135int
2136main ()
2137{
e7a30f46
DE
2138#ifndef $as_decl_name
2139#ifdef __cplusplus
2140 (void) $as_decl_use;
2141#else
2142 (void) $as_decl_name;
2143#endif
81ecdfbb 2144#endif
bec39cab 2145
81ecdfbb
RW
2146 ;
2147 return 0;
2148}
bec39cab 2149_ACEOF
81ecdfbb
RW
2150if ac_fn_c_try_compile "$LINENO"; then :
2151 eval "$3=yes"
2152else
2153 eval "$3=no"
2154fi
2155rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2156fi
2157eval ac_res=\$$3
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2159$as_echo "$ac_res" >&6; }
2160 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 2161
81ecdfbb 2162} # ac_fn_c_check_decl
bec39cab 2163
81ecdfbb
RW
2164# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2165# --------------------------------------------
2166# Tries to find the compile-time value of EXPR in a program that includes
2167# INCLUDES, setting VAR accordingly. Returns whether the value could be
2168# computed
2169ac_fn_c_compute_int ()
2170{
2171 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2172 if test "$cross_compiling" = yes; then
2173 # Depending upon the size, compute the lo and hi bounds.
2174cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2175/* end confdefs.h. */
2176$4
2177int
2178main ()
2179{
2180static int test_array [1 - 2 * !(($2) >= 0)];
2181test_array [0] = 0
bec39cab 2182
81ecdfbb
RW
2183 ;
2184 return 0;
2185}
2186_ACEOF
2187if ac_fn_c_try_compile "$LINENO"; then :
2188 ac_lo=0 ac_mid=0
2189 while :; do
2190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2191/* end confdefs.h. */
2192$4
2193int
2194main ()
2195{
2196static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2197test_array [0] = 0
bec39cab 2198
81ecdfbb
RW
2199 ;
2200 return 0;
2201}
2202_ACEOF
2203if ac_fn_c_try_compile "$LINENO"; then :
2204 ac_hi=$ac_mid; break
2205else
2206 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2207 if test $ac_lo -le $ac_mid; then
2208 ac_lo= ac_hi=
2209 break
2210 fi
2211 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
c906108c 2212fi
81ecdfbb
RW
2213rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2214 done
c906108c 2215else
81ecdfbb
RW
2216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2217/* end confdefs.h. */
2218$4
2219int
2220main ()
2221{
2222static int test_array [1 - 2 * !(($2) < 0)];
2223test_array [0] = 0
bec39cab 2224
81ecdfbb
RW
2225 ;
2226 return 0;
2227}
2228_ACEOF
2229if ac_fn_c_try_compile "$LINENO"; then :
2230 ac_hi=-1 ac_mid=-1
2231 while :; do
2232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2233/* end confdefs.h. */
2234$4
2235int
2236main ()
2237{
2238static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2239test_array [0] = 0
bec39cab 2240
81ecdfbb
RW
2241 ;
2242 return 0;
2243}
2244_ACEOF
2245if ac_fn_c_try_compile "$LINENO"; then :
2246 ac_lo=$ac_mid; break
2247else
2248 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2249 if test $ac_mid -le $ac_hi; then
2250 ac_lo= ac_hi=
2251 break
2252 fi
2253 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2254fi
2255rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2256 done
2257else
2258 ac_lo= ac_hi=
2259fi
2260rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2261fi
2262rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2263# Binary search between lo and hi bounds.
2264while test "x$ac_lo" != "x$ac_hi"; do
2265 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2267/* end confdefs.h. */
2268$4
2269int
2270main ()
2271{
2272static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2273test_array [0] = 0
bec39cab 2274
81ecdfbb
RW
2275 ;
2276 return 0;
2277}
2278_ACEOF
2279if ac_fn_c_try_compile "$LINENO"; then :
2280 ac_hi=$ac_mid
2281else
2282 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2283fi
2284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2285done
2286case $ac_lo in #((
2287?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2288'') ac_retval=1 ;;
2289esac
2290 else
2291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2292/* end confdefs.h. */
2293$4
2294static long int longval () { return $2; }
2295static unsigned long int ulongval () { return $2; }
2296#include <stdio.h>
2297#include <stdlib.h>
2298int
2299main ()
2300{
bec39cab 2301
81ecdfbb
RW
2302 FILE *f = fopen ("conftest.val", "w");
2303 if (! f)
2304 return 1;
2305 if (($2) < 0)
2306 {
2307 long int i = longval ();
2308 if (i != ($2))
2309 return 1;
2310 fprintf (f, "%ld", i);
2311 }
2312 else
2313 {
2314 unsigned long int i = ulongval ();
2315 if (i != ($2))
2316 return 1;
2317 fprintf (f, "%lu", i);
2318 }
2319 /* Do not output a trailing newline, as this causes \r\n confusion
2320 on some platforms. */
2321 return ferror (f) || fclose (f) != 0;
bec39cab 2322
81ecdfbb
RW
2323 ;
2324 return 0;
2325}
2326_ACEOF
2327if ac_fn_c_try_run "$LINENO"; then :
2328 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2329else
2330 ac_retval=1
2331fi
2332rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2333 conftest.$ac_objext conftest.beam conftest.$ac_ext
2334rm -f conftest.val
bec39cab 2335
81ecdfbb
RW
2336 fi
2337 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2338 return $ac_retval
bec39cab 2339
81ecdfbb 2340} # ac_fn_c_compute_int
bec39cab 2341
81ecdfbb
RW
2342# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2343# ----------------------------------------------------
2344# Tries to find if the field MEMBER exists in type AGGR, after including
2345# INCLUDES, setting cache variable VAR accordingly.
2346ac_fn_c_check_member ()
2347{
2348 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2350$as_echo_n "checking for $2.$3... " >&6; }
2351if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2352 $as_echo_n "(cached) " >&6
2353else
2354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2355/* end confdefs.h. */
2356$5
2357int
2358main ()
2359{
2360static $2 ac_aggr;
2361if (ac_aggr.$3)
2362return 0;
2363 ;
2364 return 0;
2365}
2366_ACEOF
2367if ac_fn_c_try_compile "$LINENO"; then :
2368 eval "$4=yes"
2369else
2370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2371/* end confdefs.h. */
2372$5
2373int
2374main ()
2375{
2376static $2 ac_aggr;
2377if (sizeof ac_aggr.$3)
2378return 0;
2379 ;
2380 return 0;
2381}
2382_ACEOF
2383if ac_fn_c_try_compile "$LINENO"; then :
2384 eval "$4=yes"
2385else
2386 eval "$4=no"
2387fi
2388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2389fi
2390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2391fi
2392eval ac_res=\$$4
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2394$as_echo "$ac_res" >&6; }
2395 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
bec39cab 2396
81ecdfbb 2397} # ac_fn_c_check_member
bec39cab 2398
81ecdfbb
RW
2399# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2400# -------------------------------------------
2401# Tests whether TYPE exists after having included INCLUDES, setting cache
2402# variable VAR accordingly.
2403ac_fn_c_check_type ()
2404{
2405 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2407$as_echo_n "checking for $2... " >&6; }
2408if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2409 $as_echo_n "(cached) " >&6
2410else
2411 eval "$3=no"
2412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2413/* end confdefs.h. */
2414$4
2415int
2416main ()
2417{
2418if (sizeof ($2))
2419 return 0;
2420 ;
2421 return 0;
2422}
2423_ACEOF
2424if ac_fn_c_try_compile "$LINENO"; then :
2425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2426/* end confdefs.h. */
2427$4
2428int
2429main ()
2430{
2431if (sizeof (($2)))
2432 return 0;
2433 ;
2434 return 0;
2435}
2436_ACEOF
2437if ac_fn_c_try_compile "$LINENO"; then :
d5af19ba 2438
81ecdfbb
RW
2439else
2440 eval "$3=yes"
2441fi
2442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2443fi
2444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2445fi
2446eval ac_res=\$$3
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2448$as_echo "$ac_res" >&6; }
2449 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
d5af19ba 2450
81ecdfbb
RW
2451} # ac_fn_c_check_type
2452cat >config.log <<_ACEOF
2453This file contains any messages produced by compilers while
2454running configure, to aid debugging if configure makes a mistake.
d5af19ba 2455
81ecdfbb
RW
2456It was created by $as_me, which was
2457generated by GNU Autoconf 2.64. Invocation command line was
b4e70030 2458
81ecdfbb 2459 $ $0 $@
413ccac7 2460
81ecdfbb
RW
2461_ACEOF
2462exec 5>>config.log
2463{
2464cat <<_ASUNAME
2465## --------- ##
2466## Platform. ##
2467## --------- ##
413ccac7 2468
81ecdfbb
RW
2469hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2470uname -m = `(uname -m) 2>/dev/null || echo unknown`
2471uname -r = `(uname -r) 2>/dev/null || echo unknown`
2472uname -s = `(uname -s) 2>/dev/null || echo unknown`
2473uname -v = `(uname -v) 2>/dev/null || echo unknown`
85981d60 2474
81ecdfbb
RW
2475/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2476/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
413ccac7 2477
81ecdfbb
RW
2478/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2479/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2480/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2481/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2482/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2483/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2484/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
c906108c 2485
81ecdfbb 2486_ASUNAME
bec39cab 2487
bec39cab
AC
2488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2489for as_dir in $PATH
2490do
2491 IFS=$as_save_IFS
2492 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2493 $as_echo "PATH: $as_dir"
2494 done
2495IFS=$as_save_IFS
bec39cab 2496
81ecdfbb 2497} >&5
bec39cab 2498
81ecdfbb 2499cat >&5 <<_ACEOF
bec39cab 2500
bec39cab 2501
81ecdfbb
RW
2502## ----------- ##
2503## Core tests. ##
2504## ----------- ##
2505
2506_ACEOF
2507
2508
2509# Keep a trace of the command line.
2510# Strip out --no-create and --no-recursion so they do not pile up.
2511# Strip out --silent because we don't want to record it for future runs.
2512# Also quote any args containing shell meta-characters.
2513# Make two passes to allow for proper duplicate-argument suppression.
2514ac_configure_args=
2515ac_configure_args0=
2516ac_configure_args1=
2517ac_must_keep_next=false
2518for ac_pass in 1 2
2519do
2520 for ac_arg
2521 do
2522 case $ac_arg in
2523 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2524 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2525 | -silent | --silent | --silen | --sile | --sil)
2526 continue ;;
2527 *\'*)
2528 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2529 esac
2530 case $ac_pass in
2531 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2532 2)
2533 as_fn_append ac_configure_args1 " '$ac_arg'"
2534 if test $ac_must_keep_next = true; then
2535 ac_must_keep_next=false # Got value, back to normal.
2536 else
2537 case $ac_arg in
2538 *=* | --config-cache | -C | -disable-* | --disable-* \
2539 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2540 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2541 | -with-* | --with-* | -without-* | --without-* | --x)
2542 case "$ac_configure_args0 " in
2543 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2544 esac
2545 ;;
2546 -* ) ac_must_keep_next=true ;;
2547 esac
2548 fi
2549 as_fn_append ac_configure_args " '$ac_arg'"
2550 ;;
2551 esac
2552 done
2553done
2554{ ac_configure_args0=; unset ac_configure_args0;}
2555{ ac_configure_args1=; unset ac_configure_args1;}
2556
2557# When interrupted or exit'd, cleanup temporary files, and complete
2558# config.log. We remove comments because anyway the quotes in there
2559# would cause problems or look ugly.
2560# WARNING: Use '\'' to represent an apostrophe within the trap.
2561# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2562trap 'exit_status=$?
2563 # Save into config.log some information that might help in debugging.
2564 {
2565 echo
2566
2567 cat <<\_ASBOX
2568## ---------------- ##
2569## Cache variables. ##
2570## ---------------- ##
2571_ASBOX
2572 echo
2573 # The following way of writing the cache mishandles newlines in values,
2574(
2575 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2576 eval ac_val=\$$ac_var
2577 case $ac_val in #(
2578 *${as_nl}*)
2579 case $ac_var in #(
2580 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2581$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2582 esac
2583 case $ac_var in #(
2584 _ | IFS | as_nl) ;; #(
2585 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2586 *) { eval $ac_var=; unset $ac_var;} ;;
2587 esac ;;
2588 esac
2589 done
2590 (set) 2>&1 |
2591 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2592 *${as_nl}ac_space=\ *)
2593 sed -n \
2594 "s/'\''/'\''\\\\'\'''\''/g;
2595 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2596 ;; #(
2597 *)
2598 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2599 ;;
2600 esac |
2601 sort
2602)
2603 echo
2604
2605 cat <<\_ASBOX
2606## ----------------- ##
2607## Output variables. ##
2608## ----------------- ##
2609_ASBOX
2610 echo
2611 for ac_var in $ac_subst_vars
2612 do
2613 eval ac_val=\$$ac_var
2614 case $ac_val in
2615 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2616 esac
2617 $as_echo "$ac_var='\''$ac_val'\''"
2618 done | sort
2619 echo
2620
2621 if test -n "$ac_subst_files"; then
2622 cat <<\_ASBOX
2623## ------------------- ##
2624## File substitutions. ##
2625## ------------------- ##
2626_ASBOX
2627 echo
2628 for ac_var in $ac_subst_files
2629 do
2630 eval ac_val=\$$ac_var
2631 case $ac_val in
2632 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2633 esac
2634 $as_echo "$ac_var='\''$ac_val'\''"
2635 done | sort
2636 echo
2637 fi
2638
2639 if test -s confdefs.h; then
2640 cat <<\_ASBOX
2641## ----------- ##
2642## confdefs.h. ##
2643## ----------- ##
2644_ASBOX
2645 echo
2646 cat confdefs.h
2647 echo
2648 fi
2649 test "$ac_signal" != 0 &&
2650 $as_echo "$as_me: caught signal $ac_signal"
2651 $as_echo "$as_me: exit $exit_status"
2652 } >&5
2653 rm -f core *.core core.conftest.* &&
2654 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2655 exit $exit_status
2656' 0
2657for ac_signal in 1 2 13 15; do
2658 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2659done
2660ac_signal=0
2661
2662# confdefs.h avoids OS command line length limits that DEFS can exceed.
2663rm -f -r conftest* confdefs.h
2664
2665$as_echo "/* confdefs.h */" > confdefs.h
2666
2667# Predefined preprocessor variables.
2668
2669cat >>confdefs.h <<_ACEOF
2670#define PACKAGE_NAME "$PACKAGE_NAME"
2671_ACEOF
2672
2673cat >>confdefs.h <<_ACEOF
2674#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2675_ACEOF
2676
2677cat >>confdefs.h <<_ACEOF
2678#define PACKAGE_VERSION "$PACKAGE_VERSION"
2679_ACEOF
2680
2681cat >>confdefs.h <<_ACEOF
2682#define PACKAGE_STRING "$PACKAGE_STRING"
2683_ACEOF
2684
2685cat >>confdefs.h <<_ACEOF
2686#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2687_ACEOF
2688
2689cat >>confdefs.h <<_ACEOF
2690#define PACKAGE_URL "$PACKAGE_URL"
2691_ACEOF
2692
2693
2694# Let the site file select an alternate cache file if it wants to.
2695# Prefer an explicitly selected file to automatically selected ones.
2696ac_site_file1=NONE
2697ac_site_file2=NONE
2698if test -n "$CONFIG_SITE"; then
2699 ac_site_file1=$CONFIG_SITE
2700elif test "x$prefix" != xNONE; then
2701 ac_site_file1=$prefix/share/config.site
2702 ac_site_file2=$prefix/etc/config.site
2703else
2704 ac_site_file1=$ac_default_prefix/share/config.site
2705 ac_site_file2=$ac_default_prefix/etc/config.site
2706fi
2707for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2708do
2709 test "x$ac_site_file" = xNONE && continue
2710 if test -r "$ac_site_file"; then
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2712$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2713 sed 's/^/| /' "$ac_site_file" >&5
2714 . "$ac_site_file"
2715 fi
2716done
2717
2718if test -r "$cache_file"; then
2719 # Some versions of bash will fail to source /dev/null (special
2720 # files actually), so we avoid doing that.
2721 if test -f "$cache_file"; then
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2723$as_echo "$as_me: loading cache $cache_file" >&6;}
2724 case $cache_file in
2725 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2726 *) . "./$cache_file";;
2727 esac
2728 fi
2729else
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2731$as_echo "$as_me: creating cache $cache_file" >&6;}
2732 >$cache_file
bec39cab
AC
2733fi
2734
f434ba03
PA
2735gl_header_list="$gl_header_list sys/mman.h"
2736gl_func_list="$gl_func_list mprotect"
2737gl_func_list="$gl_func_list memchr"
2738gl_header_list="$gl_header_list stddef.h"
81ecdfbb
RW
2739gl_header_list="$gl_header_list stdint.h"
2740gl_header_list="$gl_header_list wchar.h"
2741gl_header_list="$gl_header_list string.h"
2742# Check that the precious variables saved in the cache have kept the same
2743# value.
2744ac_cache_corrupted=false
2745for ac_var in $ac_precious_vars; do
2746 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2747 eval ac_new_set=\$ac_env_${ac_var}_set
2748 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2749 eval ac_new_val=\$ac_env_${ac_var}_value
2750 case $ac_old_set,$ac_new_set in
2751 set,)
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2753$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2754 ac_cache_corrupted=: ;;
2755 ,set)
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2757$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2758 ac_cache_corrupted=: ;;
2759 ,);;
2760 *)
2761 if test "x$ac_old_val" != "x$ac_new_val"; then
2762 # differences in whitespace do not lead to failure.
2763 ac_old_val_w=`echo x $ac_old_val`
2764 ac_new_val_w=`echo x $ac_new_val`
2765 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2767$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2768 ac_cache_corrupted=:
2769 else
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2771$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2772 eval $ac_var=\$ac_old_val
2773 fi
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2775$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2777$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2778 fi;;
2779 esac
2780 # Pass precious variables to config.status.
2781 if test "$ac_new_set" = set; then
2782 case $ac_new_val in
2783 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2784 *) ac_arg=$ac_var=$ac_new_val ;;
2785 esac
2786 case " $ac_configure_args " in
2787 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2788 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2789 esac
2790 fi
2791done
2792if $ac_cache_corrupted; then
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2794$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2796$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2797 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2798fi
2799## -------------------- ##
2800## Main body of script. ##
2801## -------------------- ##
2802
2803ac_ext=c
2804ac_cpp='$CPP $CPPFLAGS'
2805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2807ac_compiler_gnu=$ac_cv_c_compiler_gnu
2808
2809
2810
2811
2812
2813ac_config_headers="$ac_config_headers config.h:config.in"
2814
2815
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2817$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2818 # Check whether --enable-maintainer-mode was given.
2819if test "${enable_maintainer_mode+set}" = set; then :
2820 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2821else
2822 USE_MAINTAINER_MODE=no
2823fi
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2826$as_echo "$USE_MAINTAINER_MODE" >&6; }
2827 if test $USE_MAINTAINER_MODE = yes; then
2828 MAINTAINER_MODE_TRUE=
2829 MAINTAINER_MODE_FALSE='#'
2830else
2831 MAINTAINER_MODE_TRUE='#'
2832 MAINTAINER_MODE_FALSE=
2833fi
2834
2835 MAINT=$MAINTAINER_MODE_TRUE
2836
2837
2838
2839ac_ext=c
2840ac_cpp='$CPP $CPPFLAGS'
2841ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2842ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2843ac_compiler_gnu=$ac_cv_c_compiler_gnu
2844if test -n "$ac_tool_prefix"; then
2845 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2846set dummy ${ac_tool_prefix}gcc; ac_word=$2
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2848$as_echo_n "checking for $ac_word... " >&6; }
2849if test "${ac_cv_prog_CC+set}" = set; then :
2850 $as_echo_n "(cached) " >&6
c906108c
SS
2851else
2852 if test -n "$CC"; then
2853 ac_cv_prog_CC="$CC" # Let the user override the test.
2854else
bec39cab
AC
2855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2856for as_dir in $PATH
2857do
2858 IFS=$as_save_IFS
2859 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2860 for ac_exec_ext in '' $ac_executable_extensions; do
2861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2862 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2864 break 2
2865 fi
2866done
81ecdfbb
RW
2867 done
2868IFS=$as_save_IFS
bec39cab 2869
c906108c
SS
2870fi
2871fi
bec39cab 2872CC=$ac_cv_prog_CC
c906108c 2873if test -n "$CC"; then
81ecdfbb
RW
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2875$as_echo "$CC" >&6; }
c906108c 2876else
81ecdfbb
RW
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2878$as_echo "no" >&6; }
c906108c
SS
2879fi
2880
81ecdfbb 2881
b4e70030
JB
2882fi
2883if test -z "$ac_cv_prog_CC"; then
2884 ac_ct_CC=$CC
81ecdfbb
RW
2885 # Extract the first word of "gcc", so it can be a program name with args.
2886set dummy gcc; ac_word=$2
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2888$as_echo_n "checking for $ac_word... " >&6; }
2889if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2890 $as_echo_n "(cached) " >&6
b4e70030
JB
2891else
2892 if test -n "$ac_ct_CC"; then
2893 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2894else
2895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2896for as_dir in $PATH
2897do
2898 IFS=$as_save_IFS
2899 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2900 for ac_exec_ext in '' $ac_executable_extensions; do
2901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2902 ac_cv_prog_ac_ct_CC="gcc"
2903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b4e70030 2904 break 2
4e8d927d 2905 fi
b4e70030 2906done
81ecdfbb
RW
2907 done
2908IFS=$as_save_IFS
b4e70030
JB
2909
2910fi
2911fi
2912ac_ct_CC=$ac_cv_prog_ac_ct_CC
2913if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2915$as_echo "$ac_ct_CC" >&6; }
b4e70030 2916else
81ecdfbb
RW
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2918$as_echo "no" >&6; }
b4e70030
JB
2919fi
2920
81ecdfbb
RW
2921 if test "x$ac_ct_CC" = x; then
2922 CC=""
2923 else
2924 case $cross_compiling:$ac_tool_warned in
2925yes:)
2926{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2927$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2928ac_tool_warned=yes ;;
2929esac
2930 CC=$ac_ct_CC
2931 fi
b4e70030
JB
2932else
2933 CC="$ac_cv_prog_CC"
2934fi
2935
c906108c 2936if test -z "$CC"; then
81ecdfbb
RW
2937 if test -n "$ac_tool_prefix"; then
2938 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2939set dummy ${ac_tool_prefix}cc; ac_word=$2
2940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2941$as_echo_n "checking for $ac_word... " >&6; }
2942if test "${ac_cv_prog_CC+set}" = set; then :
2943 $as_echo_n "(cached) " >&6
c906108c
SS
2944else
2945 if test -n "$CC"; then
2946 ac_cv_prog_CC="$CC" # Let the user override the test.
2947else
bec39cab
AC
2948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949for as_dir in $PATH
2950do
2951 IFS=$as_save_IFS
2952 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2955 ac_cv_prog_CC="${ac_tool_prefix}cc"
2956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2957 break 2
2958 fi
2959done
81ecdfbb
RW
2960 done
2961IFS=$as_save_IFS
2962
2963fi
2964fi
2965CC=$ac_cv_prog_CC
2966if test -n "$CC"; then
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2968$as_echo "$CC" >&6; }
2969else
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2971$as_echo "no" >&6; }
2972fi
2973
2974
2975 fi
2976fi
2977if test -z "$CC"; then
2978 # Extract the first word of "cc", so it can be a program name with args.
2979set dummy cc; ac_word=$2
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2981$as_echo_n "checking for $ac_word... " >&6; }
2982if test "${ac_cv_prog_CC+set}" = set; then :
2983 $as_echo_n "(cached) " >&6
2984else
2985 if test -n "$CC"; then
2986 ac_cv_prog_CC="$CC" # Let the user override the test.
2987else
2988 ac_prog_rejected=no
2989as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2990for as_dir in $PATH
2991do
2992 IFS=$as_save_IFS
2993 test -z "$as_dir" && as_dir=.
2994 for ac_exec_ext in '' $ac_executable_extensions; do
2995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2996 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2997 ac_prog_rejected=yes
2998 continue
2999 fi
3000 ac_cv_prog_CC="cc"
3001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3002 break 2
3003 fi
3004done
3005 done
3006IFS=$as_save_IFS
bec39cab 3007
c906108c
SS
3008if test $ac_prog_rejected = yes; then
3009 # We found a bogon in the path, so make sure we never use it.
3010 set dummy $ac_cv_prog_CC
3011 shift
bec39cab 3012 if test $# != 0; then
c906108c
SS
3013 # We chose a different compiler from the bogus one.
3014 # However, it has the same basename, so the bogon will be chosen
3015 # first if we set CC to just the basename; use the full file name.
3016 shift
bec39cab 3017 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
c906108c
SS
3018 fi
3019fi
3020fi
3021fi
bec39cab 3022CC=$ac_cv_prog_CC
c906108c 3023if test -n "$CC"; then
81ecdfbb
RW
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3025$as_echo "$CC" >&6; }
c906108c 3026else
81ecdfbb
RW
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3028$as_echo "no" >&6; }
c906108c
SS
3029fi
3030
81ecdfbb 3031
bec39cab
AC
3032fi
3033if test -z "$CC"; then
3034 if test -n "$ac_tool_prefix"; then
81ecdfbb 3035 for ac_prog in cl.exe
bec39cab
AC
3036 do
3037 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3038set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3040$as_echo_n "checking for $ac_word... " >&6; }
3041if test "${ac_cv_prog_CC+set}" = set; then :
3042 $as_echo_n "(cached) " >&6
c906108c
SS
3043else
3044 if test -n "$CC"; then
3045 ac_cv_prog_CC="$CC" # Let the user override the test.
3046else
bec39cab
AC
3047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3048for as_dir in $PATH
3049do
3050 IFS=$as_save_IFS
3051 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3052 for ac_exec_ext in '' $ac_executable_extensions; do
3053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 3054 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
3056 break 2
3057 fi
3058done
81ecdfbb
RW
3059 done
3060IFS=$as_save_IFS
bec39cab 3061
c906108c
SS
3062fi
3063fi
bec39cab 3064CC=$ac_cv_prog_CC
c906108c 3065if test -n "$CC"; then
81ecdfbb
RW
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3067$as_echo "$CC" >&6; }
c906108c 3068else
81ecdfbb
RW
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3070$as_echo "no" >&6; }
c906108c 3071fi
bec39cab 3072
81ecdfbb 3073
bec39cab
AC
3074 test -n "$CC" && break
3075 done
3076fi
3077if test -z "$CC"; then
3078 ac_ct_CC=$CC
81ecdfbb 3079 for ac_prog in cl.exe
bec39cab
AC
3080do
3081 # Extract the first word of "$ac_prog", so it can be a program name with args.
3082set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3084$as_echo_n "checking for $ac_word... " >&6; }
3085if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3086 $as_echo_n "(cached) " >&6
bec39cab
AC
3087else
3088 if test -n "$ac_ct_CC"; then
3089 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3090else
3091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3092for as_dir in $PATH
3093do
3094 IFS=$as_save_IFS
3095 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3096 for ac_exec_ext in '' $ac_executable_extensions; do
3097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 3098 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab 3100 break 2
c906108c 3101 fi
bec39cab 3102done
81ecdfbb
RW
3103 done
3104IFS=$as_save_IFS
bec39cab
AC
3105
3106fi
3107fi
3108ac_ct_CC=$ac_cv_prog_ac_ct_CC
3109if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3111$as_echo "$ac_ct_CC" >&6; }
bec39cab 3112else
81ecdfbb
RW
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3114$as_echo "no" >&6; }
c906108c
SS
3115fi
3116
81ecdfbb 3117
bec39cab
AC
3118 test -n "$ac_ct_CC" && break
3119done
c906108c 3120
81ecdfbb
RW
3121 if test "x$ac_ct_CC" = x; then
3122 CC=""
3123 else
3124 case $cross_compiling:$ac_tool_warned in
3125yes:)
3126{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3127$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3128ac_tool_warned=yes ;;
3129esac
3130 CC=$ac_ct_CC
3131 fi
bec39cab
AC
3132fi
3133
3134fi
3135
3136
81ecdfbb
RW
3137test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3138$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3139as_fn_error "no acceptable C compiler found in \$PATH
3140See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
3141
3142# Provide some information about the compiler.
81ecdfbb
RW
3143$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3144set X $ac_compile
3145ac_compiler=$2
3146for ac_option in --version -v -V -qversion; do
3147 { { ac_try="$ac_compiler $ac_option >&5"
3148case "(($ac_try" in
3149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3150 *) ac_try_echo=$ac_try;;
3151esac
3152eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3153$as_echo "$ac_try_echo"; } >&5
3154 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 3155 ac_status=$?
81ecdfbb
RW
3156 if test -s conftest.err; then
3157 sed '10a\
3158... rest of stderr output deleted ...
3159 10q' conftest.err >conftest.er1
3160 cat conftest.er1 >&5
3161 rm -f conftest.er1 conftest.err
3162 fi
3163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3164 test $ac_status = 0; }
3165done
bec39cab 3166
81ecdfbb 3167cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3168/* end confdefs.h. */
3169
3170int
3171main ()
3172{
3173
3174 ;
3175 return 0;
3176}
3177_ACEOF
3178ac_clean_files_save=$ac_clean_files
81ecdfbb 3179ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
bec39cab
AC
3180# Try to create an executable without -o first, disregard a.out.
3181# It will help us diagnose broken compilers, and finding out an intuition
3182# of exeext.
81ecdfbb
RW
3183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3184$as_echo_n "checking for C compiler default output file name... " >&6; }
3185ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3186
3187# The possible output files:
3188ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3189
3190ac_rmfiles=
3191for ac_file in $ac_files
3192do
3193 case $ac_file in
3194 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3195 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3196 esac
3197done
3198rm -f $ac_rmfiles
3199
3200if { { ac_try="$ac_link_default"
3201case "(($ac_try" in
3202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3203 *) ac_try_echo=$ac_try;;
3204esac
3205eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3206$as_echo "$ac_try_echo"; } >&5
3207 (eval "$ac_link_default") 2>&5
3208 ac_status=$?
3209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3210 test $ac_status = 0; }; then :
3211 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3212# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3213# in a Makefile. We should not override ac_cv_exeext if it was cached,
3214# so that the user can short-circuit this test for compilers unknown to
3215# Autoconf.
3216for ac_file in $ac_files ''
bec39cab
AC
3217do
3218 test -f "$ac_file" || continue
3219 case $ac_file in
81ecdfbb 3220 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b4e70030
JB
3221 ;;
3222 [ab].out )
3223 # We found the default executable, but exeext='' is most
3224 # certainly right.
3225 break;;
3226 *.* )
81ecdfbb
RW
3227 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3228 then :; else
3229 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3230 fi
3231 # We set ac_cv_exeext here because the later test for it is not
3232 # safe: cross compilers may not add the suffix if given an `-o'
3233 # argument, so we may need to know it at that point already.
3234 # Even if this section looks crufty: it has the advantage of
3235 # actually working.
b4e70030
JB
3236 break;;
3237 * )
3238 break;;
bec39cab
AC
3239 esac
3240done
81ecdfbb
RW
3241test "$ac_cv_exeext" = no && ac_cv_exeext=
3242
bec39cab 3243else
81ecdfbb
RW
3244 ac_file=''
3245fi
3246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3247$as_echo "$ac_file" >&6; }
3248if test -z "$ac_file"; then :
3249 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3250sed 's/^/| /' conftest.$ac_ext >&5
3251
81ecdfbb
RW
3252{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3253$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3254{ as_fn_set_status 77
3255as_fn_error "C compiler cannot create executables
3256See \`config.log' for more details." "$LINENO" 5; }; }
bec39cab 3257fi
b4e70030 3258ac_exeext=$ac_cv_exeext
b4e70030 3259
81ecdfbb 3260# Check that the compiler produces executables we can run. If not, either
bec39cab 3261# the compiler is broken, or we cross compile.
81ecdfbb
RW
3262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3263$as_echo_n "checking whether the C compiler works... " >&6; }
bec39cab
AC
3264# If not cross compiling, check that we can run a simple program.
3265if test "$cross_compiling" != yes; then
3266 if { ac_try='./$ac_file'
81ecdfbb
RW
3267 { { case "(($ac_try" in
3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269 *) ac_try_echo=$ac_try;;
3270esac
3271eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3272$as_echo "$ac_try_echo"; } >&5
3273 (eval "$ac_try") 2>&5
bec39cab 3274 ac_status=$?
81ecdfbb
RW
3275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3276 test $ac_status = 0; }; }; then
bec39cab 3277 cross_compiling=no
c906108c 3278 else
bec39cab
AC
3279 if test "$cross_compiling" = maybe; then
3280 cross_compiling=yes
3281 else
81ecdfbb
RW
3282 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3283$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3284as_fn_error "cannot run C compiled programs.
bec39cab 3285If you meant to cross compile, use \`--host'.
81ecdfbb 3286See \`config.log' for more details." "$LINENO" 5; }
bec39cab 3287 fi
c906108c 3288 fi
bec39cab 3289fi
81ecdfbb
RW
3290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3291$as_echo "yes" >&6; }
bec39cab 3292
81ecdfbb 3293rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b4e70030 3294ac_clean_files=$ac_clean_files_save
81ecdfbb 3295# Check that the compiler produces executables we can run. If not, either
b4e70030 3296# the compiler is broken, or we cross compile.
81ecdfbb
RW
3297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3298$as_echo_n "checking whether we are cross compiling... " >&6; }
3299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3300$as_echo "$cross_compiling" >&6; }
3301
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3303$as_echo_n "checking for suffix of executables... " >&6; }
3304if { { ac_try="$ac_link"
3305case "(($ac_try" in
3306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3307 *) ac_try_echo=$ac_try;;
3308esac
3309eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3310$as_echo "$ac_try_echo"; } >&5
3311 (eval "$ac_link") 2>&5
bec39cab 3312 ac_status=$?
81ecdfbb
RW
3313 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3314 test $ac_status = 0; }; then :
b4e70030
JB
3315 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3316# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3317# work properly (i.e., refer to `conftest.exe'), while it won't with
3318# `rm'.
3319for ac_file in conftest.exe conftest conftest.*; do
3320 test -f "$ac_file" || continue
3321 case $ac_file in
81ecdfbb 3322 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b4e70030 3323 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b4e70030
JB
3324 break;;
3325 * ) break;;
3326 esac
3327done
c906108c 3328else
81ecdfbb
RW
3329 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3330$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3331as_fn_error "cannot compute suffix of executables: cannot compile and link
3332See \`config.log' for more details." "$LINENO" 5; }
c906108c 3333fi
b4e70030 3334rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3336$as_echo "$ac_cv_exeext" >&6; }
c906108c 3337
b4e70030 3338rm -f conftest.$ac_ext
bec39cab
AC
3339EXEEXT=$ac_cv_exeext
3340ac_exeext=$EXEEXT
81ecdfbb
RW
3341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3342$as_echo_n "checking for suffix of object files... " >&6; }
3343if test "${ac_cv_objext+set}" = set; then :
3344 $as_echo_n "(cached) " >&6
bec39cab 3345else
81ecdfbb 3346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
3347/* end confdefs.h. */
3348
3349int
3350main ()
3351{
3352
3353 ;
3354 return 0;
3355}
3356_ACEOF
3357rm -f conftest.o conftest.obj
81ecdfbb
RW
3358if { { ac_try="$ac_compile"
3359case "(($ac_try" in
3360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361 *) ac_try_echo=$ac_try;;
3362esac
3363eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364$as_echo "$ac_try_echo"; } >&5
3365 (eval "$ac_compile") 2>&5
3366 ac_status=$?
3367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368 test $ac_status = 0; }; then :
3369 for ac_file in conftest.o conftest.obj conftest.*; do
3370 test -f "$ac_file" || continue;
bec39cab 3371 case $ac_file in
81ecdfbb 3372 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
3373 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3374 break;;
3375 esac
3376done
c906108c 3377else
81ecdfbb 3378 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
3379sed 's/^/| /' conftest.$ac_ext >&5
3380
81ecdfbb
RW
3381{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383as_fn_error "cannot compute suffix of object files: cannot compile
3384See \`config.log' for more details." "$LINENO" 5; }
c906108c 3385fi
b4e70030 3386rm -f conftest.$ac_cv_objext conftest.$ac_ext
bec39cab 3387fi
81ecdfbb
RW
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3389$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
3390OBJEXT=$ac_cv_objext
3391ac_objext=$OBJEXT
81ecdfbb
RW
3392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3393$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3394if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3395 $as_echo_n "(cached) " >&6
c906108c 3396else
81ecdfbb 3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3398/* end confdefs.h. */
3399
3400int
3401main ()
3402{
3403#ifndef __GNUC__
3404 choke me
3405#endif
3406
3407 ;
3408 return 0;
3409}
3410_ACEOF
81ecdfbb 3411if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3412 ac_compiler_gnu=yes
3413else
81ecdfbb 3414 ac_compiler_gnu=no
bec39cab 3415fi
81ecdfbb 3416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3417ac_cv_c_compiler_gnu=$ac_compiler_gnu
3418
3419fi
81ecdfbb
RW
3420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3421$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3422if test $ac_compiler_gnu = yes; then
3423 GCC=yes
3424else
3425 GCC=
3426fi
bec39cab
AC
3427ac_test_CFLAGS=${CFLAGS+set}
3428ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3430$as_echo_n "checking whether $CC accepts -g... " >&6; }
3431if test "${ac_cv_prog_cc_g+set}" = set; then :
3432 $as_echo_n "(cached) " >&6
bec39cab 3433else
81ecdfbb
RW
3434 ac_save_c_werror_flag=$ac_c_werror_flag
3435 ac_c_werror_flag=yes
3436 ac_cv_prog_cc_g=no
3437 CFLAGS="-g"
3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3439/* end confdefs.h. */
3440
3441int
3442main ()
3443{
3444
3445 ;
3446 return 0;
3447}
3448_ACEOF
81ecdfbb 3449if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
3450 ac_cv_prog_cc_g=yes
3451else
81ecdfbb
RW
3452 CFLAGS=""
3453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3454/* end confdefs.h. */
3455
3456int
3457main ()
3458{
3459
3460 ;
3461 return 0;
3462}
3463_ACEOF
3464if ac_fn_c_try_compile "$LINENO"; then :
3465
3466else
3467 ac_c_werror_flag=$ac_save_c_werror_flag
3468 CFLAGS="-g"
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470/* end confdefs.h. */
3471
3472int
3473main ()
3474{
c906108c 3475
81ecdfbb
RW
3476 ;
3477 return 0;
3478}
3479_ACEOF
3480if ac_fn_c_try_compile "$LINENO"; then :
3481 ac_cv_prog_cc_g=yes
3482fi
3483rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3484fi
3485rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4e8d927d 3486fi
81ecdfbb
RW
3487rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3488 ac_c_werror_flag=$ac_save_c_werror_flag
bec39cab 3489fi
81ecdfbb
RW
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3491$as_echo "$ac_cv_prog_cc_g" >&6; }
c906108c 3492if test "$ac_test_CFLAGS" = set; then
bec39cab 3493 CFLAGS=$ac_save_CFLAGS
c906108c
SS
3494elif test $ac_cv_prog_cc_g = yes; then
3495 if test "$GCC" = yes; then
3496 CFLAGS="-g -O2"
3497 else
3498 CFLAGS="-g"
3499 fi
3500else
3501 if test "$GCC" = yes; then
3502 CFLAGS="-O2"
3503 else
3504 CFLAGS=
3505 fi
3506fi
81ecdfbb
RW
3507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3508$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3509if test "${ac_cv_prog_cc_c89+set}" = set; then :
3510 $as_echo_n "(cached) " >&6
bec39cab 3511else
81ecdfbb 3512 ac_cv_prog_cc_c89=no
bec39cab 3513ac_save_CC=$CC
81ecdfbb 3514cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3515/* end confdefs.h. */
c906108c
SS
3516#include <stdarg.h>
3517#include <stdio.h>
3518#include <sys/types.h>
3519#include <sys/stat.h>
3520/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3521struct buf { int x; };
3522FILE * (*rcsopen) (struct buf *, struct stat *, int);
3523static char *e (p, i)
3524 char **p;
3525 int i;
3526{
3527 return p[i];
3528}
3529static char *f (char * (*g) (char **, int), char **p, ...)
3530{
3531 char *s;
3532 va_list v;
3533 va_start (v,p);
3534 s = g (p, va_arg (v,int));
3535 va_end (v);
3536 return s;
3537}
bec39cab
AC
3538
3539/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3540 function prototypes and stuff, but not '\xHH' hex character constants.
3541 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3542 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
3543 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3544 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3545 that's true only with -std. */
bec39cab
AC
3546int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3547
81ecdfbb
RW
3548/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3549 inside strings and character constants. */
3550#define FOO(x) 'x'
3551int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3552
c906108c
SS
3553int test (int i, double x);
3554struct s1 {int (*f) (int a);};
3555struct s2 {int (*f) (double a);};
3556int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3557int argc;
3558char **argv;
bec39cab
AC
3559int
3560main ()
3561{
c906108c 3562return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
bec39cab
AC
3563 ;
3564 return 0;
3565}
3566_ACEOF
81ecdfbb
RW
3567for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3568 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3569do
3570 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3571 if ac_fn_c_try_compile "$LINENO"; then :
3572 ac_cv_prog_cc_c89=$ac_arg
c906108c 3573fi
81ecdfbb
RW
3574rm -f core conftest.err conftest.$ac_objext
3575 test "x$ac_cv_prog_cc_c89" != "xno" && break
c906108c 3576done
81ecdfbb 3577rm -f conftest.$ac_ext
bec39cab 3578CC=$ac_save_CC
c906108c
SS
3579
3580fi
81ecdfbb
RW
3581# AC_CACHE_VAL
3582case "x$ac_cv_prog_cc_c89" in
3583 x)
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3585$as_echo "none needed" >&6; } ;;
3586 xno)
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3588$as_echo "unsupported" >&6; } ;;
bec39cab 3589 *)
81ecdfbb
RW
3590 CC="$CC $ac_cv_prog_cc_c89"
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3592$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c906108c 3593esac
81ecdfbb 3594if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3595
b4e70030
JB
3596fi
3597
bec39cab
AC
3598ac_ext=c
3599ac_cpp='$CPP $CPPFLAGS'
3600ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3601ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3602ac_compiler_gnu=$ac_cv_c_compiler_gnu
c906108c 3603
f434ba03
PA
3604ac_aux_dir=
3605for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3606 for ac_t in install-sh install.sh shtool; do
3607 if test -f "$ac_dir/$ac_t"; then
3608 ac_aux_dir=$ac_dir
3609 ac_install_sh="$ac_aux_dir/$ac_t -c"
3610 break 2
3611 fi
3612 done
3613done
3614if test -z "$ac_aux_dir"; then
3615 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3616fi
3617
3618# These three variables are undocumented and unsupported,
3619# and are intended to be withdrawn in a future Autoconf release.
3620# They can cause serious problems if a builder's source tree is in a directory
3621# whose full name contains unusual characters.
3622ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3623ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3624ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3625
3626
3627# Make sure we can run config.sub.
3628$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3629 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3630
3631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3632$as_echo_n "checking build system type... " >&6; }
3633if test "${ac_cv_build+set}" = set; then :
3634 $as_echo_n "(cached) " >&6
3635else
3636 ac_build_alias=$build_alias
3637test "x$ac_build_alias" = x &&
3638 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3639test "x$ac_build_alias" = x &&
3640 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3641ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3642 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3643
3644fi
3645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3646$as_echo "$ac_cv_build" >&6; }
3647case $ac_cv_build in
3648*-*-*) ;;
3649*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3650esac
3651build=$ac_cv_build
3652ac_save_IFS=$IFS; IFS='-'
3653set x $ac_cv_build
3654shift
3655build_cpu=$1
3656build_vendor=$2
3657shift; shift
3658# Remember, the first character of IFS is used to create $*,
3659# except with old shells:
3660build_os=$*
3661IFS=$ac_save_IFS
3662case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3663
3664
3665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3666$as_echo_n "checking host system type... " >&6; }
3667if test "${ac_cv_host+set}" = set; then :
3668 $as_echo_n "(cached) " >&6
3669else
3670 if test "x$host_alias" = x; then
3671 ac_cv_host=$ac_cv_build
3672else
3673 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3674 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3675fi
3676
3677fi
3678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3679$as_echo "$ac_cv_host" >&6; }
3680case $ac_cv_host in
3681*-*-*) ;;
3682*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3683esac
3684host=$ac_cv_host
3685ac_save_IFS=$IFS; IFS='-'
3686set x $ac_cv_host
3687shift
3688host_cpu=$1
3689host_vendor=$2
3690shift; shift
3691# Remember, the first character of IFS is used to create $*,
3692# except with old shells:
3693host_os=$*
3694IFS=$ac_save_IFS
3695case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3696
3697
60ca704f 3698
bec39cab
AC
3699ac_ext=c
3700ac_cpp='$CPP $CPPFLAGS'
3701ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3705$as_echo_n "checking how to run the C preprocessor... " >&6; }
bec39cab
AC
3706# On Suns, sometimes $CPP names a directory.
3707if test -n "$CPP" && test -d "$CPP"; then
3708 CPP=
8bb2c122 3709fi
bec39cab 3710if test -z "$CPP"; then
81ecdfbb
RW
3711 if test "${ac_cv_prog_CPP+set}" = set; then :
3712 $as_echo_n "(cached) " >&6
bec39cab
AC
3713else
3714 # Double quotes because CPP needs to be expanded
3715 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3716 do
3717 ac_preproc_ok=false
3718for ac_c_preproc_warn_flag in '' yes
3719do
3720 # Use a header file that comes with gcc, so configuring glibc
3721 # with a fresh cross-compiler works.
3722 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3723 # <limits.h> exists even on freestanding compilers.
3724 # On the NeXT, cc -E runs the code through the compiler's parser,
3725 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3727/* end confdefs.h. */
3728#ifdef __STDC__
3729# include <limits.h>
3730#else
3731# include <assert.h>
3732#endif
3733 Syntax error
3734_ACEOF
81ecdfbb 3735if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3736
81ecdfbb 3737else
bec39cab
AC
3738 # Broken: fails on valid input.
3739continue
3740fi
3741rm -f conftest.err conftest.$ac_ext
3742
81ecdfbb 3743 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3744 # can be detected and how.
81ecdfbb 3745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3746/* end confdefs.h. */
3747#include <ac_nonexistent.h>
3748_ACEOF
81ecdfbb 3749if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3750 # Broken: success on invalid input.
3751continue
8bb2c122 3752else
bec39cab
AC
3753 # Passes both tests.
3754ac_preproc_ok=:
3755break
8bb2c122 3756fi
bec39cab 3757rm -f conftest.err conftest.$ac_ext
8bb2c122 3758
bec39cab
AC
3759done
3760# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3761rm -f conftest.err conftest.$ac_ext
81ecdfbb 3762if $ac_preproc_ok; then :
bec39cab
AC
3763 break
3764fi
8bb2c122 3765
bec39cab
AC
3766 done
3767 ac_cv_prog_CPP=$CPP
ddc9cd0f 3768
c906108c 3769fi
bec39cab
AC
3770 CPP=$ac_cv_prog_CPP
3771else
3772 ac_cv_prog_CPP=$CPP
c906108c 3773fi
81ecdfbb
RW
3774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3775$as_echo "$CPP" >&6; }
bec39cab
AC
3776ac_preproc_ok=false
3777for ac_c_preproc_warn_flag in '' yes
3778do
3779 # Use a header file that comes with gcc, so configuring glibc
3780 # with a fresh cross-compiler works.
3781 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3782 # <limits.h> exists even on freestanding compilers.
3783 # On the NeXT, cc -E runs the code through the compiler's parser,
3784 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3786/* end confdefs.h. */
3787#ifdef __STDC__
3788# include <limits.h>
3789#else
3790# include <assert.h>
3791#endif
3792 Syntax error
3793_ACEOF
81ecdfbb 3794if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3795
81ecdfbb 3796else
bec39cab
AC
3797 # Broken: fails on valid input.
3798continue
3799fi
3800rm -f conftest.err conftest.$ac_ext
3801
81ecdfbb 3802 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3803 # can be detected and how.
81ecdfbb 3804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3805/* end confdefs.h. */
3806#include <ac_nonexistent.h>
3807_ACEOF
81ecdfbb 3808if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3809 # Broken: success on invalid input.
3810continue
c906108c 3811else
bec39cab
AC
3812 # Passes both tests.
3813ac_preproc_ok=:
3814break
c906108c 3815fi
bec39cab 3816rm -f conftest.err conftest.$ac_ext
c906108c 3817
bec39cab
AC
3818done
3819# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3820rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3821if $ac_preproc_ok; then :
3822
c906108c 3823else
81ecdfbb
RW
3824 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3825$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3826as_fn_error "C preprocessor \"$CPP\" fails sanity check
3827See \`config.log' for more details." "$LINENO" 5; }
c906108c 3828fi
c906108c 3829
bec39cab
AC
3830ac_ext=c
3831ac_cpp='$CPP $CPPFLAGS'
3832ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3833ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3834ac_compiler_gnu=$ac_cv_c_compiler_gnu
3835
3836
81ecdfbb
RW
3837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3838$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3839if test "${ac_cv_path_GREP+set}" = set; then :
3840 $as_echo_n "(cached) " >&6
4e8d927d 3841else
81ecdfbb
RW
3842 if test -z "$GREP"; then
3843 ac_path_GREP_found=false
3844 # Loop through the user's path and test for each of PROGNAME-LIST
3845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3846for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3847do
3848 IFS=$as_save_IFS
3849 test -z "$as_dir" && as_dir=.
3850 for ac_prog in grep ggrep; do
3851 for ac_exec_ext in '' $ac_executable_extensions; do
3852 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3853 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3854# Check for GNU ac_path_GREP and select it if it is found.
3855 # Check for GNU $ac_path_GREP
3856case `"$ac_path_GREP" --version 2>&1` in
3857*GNU*)
3858 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3859*)
3860 ac_count=0
3861 $as_echo_n 0123456789 >"conftest.in"
3862 while :
3863 do
3864 cat "conftest.in" "conftest.in" >"conftest.tmp"
3865 mv "conftest.tmp" "conftest.in"
3866 cp "conftest.in" "conftest.nl"
3867 $as_echo 'GREP' >> "conftest.nl"
3868 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3869 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3870 as_fn_arith $ac_count + 1 && ac_count=$as_val
3871 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3872 # Best one so far, save it but keep looking for a better one
3873 ac_cv_path_GREP="$ac_path_GREP"
3874 ac_path_GREP_max=$ac_count
bec39cab 3875 fi
81ecdfbb
RW
3876 # 10*(2^10) chars as input seems more than enough
3877 test $ac_count -gt 10 && break
3878 done
3879 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3880esac
bec39cab 3881
81ecdfbb
RW
3882 $ac_path_GREP_found && break 3
3883 done
3884 done
3885 done
3886IFS=$as_save_IFS
3887 if test -z "$ac_cv_path_GREP"; then
3888 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3889 fi
c906108c 3890else
81ecdfbb 3891 ac_cv_path_GREP=$GREP
c906108c 3892fi
c906108c 3893
81ecdfbb
RW
3894fi
3895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3896$as_echo "$ac_cv_path_GREP" >&6; }
3897 GREP="$ac_cv_path_GREP"
c906108c 3898
c906108c 3899
81ecdfbb
RW
3900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3901$as_echo_n "checking for egrep... " >&6; }
3902if test "${ac_cv_path_EGREP+set}" = set; then :
3903 $as_echo_n "(cached) " >&6
783e057b 3904else
81ecdfbb
RW
3905 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3906 then ac_cv_path_EGREP="$GREP -E"
3907 else
3908 if test -z "$EGREP"; then
3909 ac_path_EGREP_found=false
3910 # Loop through the user's path and test for each of PROGNAME-LIST
3911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3912for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
783e057b
DJ
3913do
3914 IFS=$as_save_IFS
3915 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3916 for ac_prog in egrep; do
3917 for ac_exec_ext in '' $ac_executable_extensions; do
3918 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3919 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3920# Check for GNU ac_path_EGREP and select it if it is found.
3921 # Check for GNU $ac_path_EGREP
3922case `"$ac_path_EGREP" --version 2>&1` in
3923*GNU*)
3924 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3925*)
3926 ac_count=0
3927 $as_echo_n 0123456789 >"conftest.in"
3928 while :
3929 do
3930 cat "conftest.in" "conftest.in" >"conftest.tmp"
3931 mv "conftest.tmp" "conftest.in"
3932 cp "conftest.in" "conftest.nl"
3933 $as_echo 'EGREP' >> "conftest.nl"
3934 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3935 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3936 as_fn_arith $ac_count + 1 && ac_count=$as_val
3937 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3938 # Best one so far, save it but keep looking for a better one
3939 ac_cv_path_EGREP="$ac_path_EGREP"
3940 ac_path_EGREP_max=$ac_count
3941 fi
3942 # 10*(2^10) chars as input seems more than enough
3943 test $ac_count -gt 10 && break
3944 done
3945 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3946esac
bec39cab 3947
81ecdfbb
RW
3948 $ac_path_EGREP_found && break 3
3949 done
3950 done
3951 done
3952IFS=$as_save_IFS
3953 if test -z "$ac_cv_path_EGREP"; then
3954 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
783e057b 3955 fi
783e057b 3956else
81ecdfbb 3957 ac_cv_path_EGREP=$EGREP
783e057b
DJ
3958fi
3959
81ecdfbb 3960 fi
783e057b 3961fi
81ecdfbb
RW
3962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3963$as_echo "$ac_cv_path_EGREP" >&6; }
3964 EGREP="$ac_cv_path_EGREP"
3965
783e057b 3966
81ecdfbb
RW
3967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3968$as_echo_n "checking for ANSI C header files... " >&6; }
3969if test "${ac_cv_header_stdc+set}" = set; then :
3970 $as_echo_n "(cached) " >&6
783e057b 3971else
81ecdfbb 3972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 3973/* end confdefs.h. */
783e057b 3974#include <stdlib.h>
bec39cab 3975#include <stdarg.h>
783e057b
DJ
3976#include <string.h>
3977#include <float.h>
c906108c 3978
bec39cab
AC
3979int
3980main ()
3981{
c906108c 3982
bec39cab
AC
3983 ;
3984 return 0;
3985}
3986_ACEOF
81ecdfbb 3987if ac_fn_c_try_compile "$LINENO"; then :
783e057b 3988 ac_cv_header_stdc=yes
c906108c 3989else
81ecdfbb 3990 ac_cv_header_stdc=no
c906108c 3991fi
81ecdfbb 3992rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 3993
783e057b
DJ
3994if test $ac_cv_header_stdc = yes; then
3995 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 3996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
3997/* end confdefs.h. */
3998#include <string.h>
c906108c 3999
783e057b
DJ
4000_ACEOF
4001if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4002 $EGREP "memchr" >/dev/null 2>&1; then :
4003
c906108c 4004else
783e057b 4005 ac_cv_header_stdc=no
c906108c 4006fi
783e057b 4007rm -f conftest*
c906108c
SS
4008
4009fi
4010
783e057b
DJ
4011if test $ac_cv_header_stdc = yes; then
4012 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4014/* end confdefs.h. */
4015#include <stdlib.h>
bec39cab 4016
783e057b
DJ
4017_ACEOF
4018if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4019 $EGREP "free" >/dev/null 2>&1; then :
4020
bec39cab 4021else
783e057b 4022 ac_cv_header_stdc=no
bec39cab 4023fi
783e057b 4024rm -f conftest*
bec39cab
AC
4025
4026fi
bec39cab 4027
783e057b
DJ
4028if test $ac_cv_header_stdc = yes; then
4029 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4030 if test "$cross_compiling" = yes; then :
783e057b 4031 :
bec39cab 4032else
81ecdfbb 4033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4034/* end confdefs.h. */
4035#include <ctype.h>
81ecdfbb 4036#include <stdlib.h>
783e057b
DJ
4037#if ((' ' & 0x0FF) == 0x020)
4038# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4039# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4040#else
4041# define ISLOWER(c) \
4042 (('a' <= (c) && (c) <= 'i') \
4043 || ('j' <= (c) && (c) <= 'r') \
4044 || ('s' <= (c) && (c) <= 'z'))
4045# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4046#endif
4047
4048#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4049int
4050main ()
4051{
4052 int i;
4053 for (i = 0; i < 256; i++)
4054 if (XOR (islower (i), ISLOWER (i))
4055 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4056 return 2;
4057 return 0;
783e057b
DJ
4058}
4059_ACEOF
81ecdfbb 4060if ac_fn_c_try_run "$LINENO"; then :
783e057b 4061
81ecdfbb
RW
4062else
4063 ac_cv_header_stdc=no
783e057b 4064fi
81ecdfbb
RW
4065rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4066 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 4067fi
81ecdfbb 4068
783e057b
DJ
4069fi
4070fi
81ecdfbb
RW
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4072$as_echo "$ac_cv_header_stdc" >&6; }
783e057b
DJ
4073if test $ac_cv_header_stdc = yes; then
4074
81ecdfbb 4075$as_echo "#define STDC_HEADERS 1" >>confdefs.h
783e057b
DJ
4076
4077fi
4078
4079# On IRIX 5.3, sys/types and inttypes.h are conflicting.
783e057b
DJ
4080for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4081 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4082do :
4083 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4084ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4085"
4086eval as_val=\$$as_ac_Header
4087 if test "x$as_val" = x""yes; then :
783e057b 4088 cat >>confdefs.h <<_ACEOF
81ecdfbb 4089#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
4090_ACEOF
4091
4092fi
4093
4094done
4095
4096
4097
f434ba03
PA
4098
4099
81ecdfbb
RW
4100 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4101if test "x$ac_cv_header_minix_config_h" = x""yes; then :
783e057b
DJ
4102 MINIX=yes
4103else
4104 MINIX=
4105fi
4106
4107
4108 if test "$MINIX" = yes; then
4109
81ecdfbb 4110$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
783e057b
DJ
4111
4112
81ecdfbb 4113$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
783e057b
DJ
4114
4115
81ecdfbb 4116$as_echo "#define _MINIX 1" >>confdefs.h
783e057b
DJ
4117
4118 fi
4119
f434ba03
PA
4120 case "$host_os" in
4121 hpux*)
4122
4123$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
4124
4125 ;;
4126 esac
4127
783e057b 4128
81ecdfbb
RW
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4130$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4131if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4132 $as_echo_n "(cached) " >&6
783e057b 4133else
81ecdfbb 4134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4135/* end confdefs.h. */
4136
f434ba03
PA
4137# define __EXTENSIONS__ 1
4138 $ac_includes_default
783e057b
DJ
4139int
4140main ()
4141{
4142
4143 ;
4144 return 0;
4145}
4146_ACEOF
81ecdfbb 4147if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
4148 ac_cv_safe_to_define___extensions__=yes
4149else
81ecdfbb 4150 ac_cv_safe_to_define___extensions__=no
783e057b 4151fi
81ecdfbb 4152rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b 4153fi
81ecdfbb
RW
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4155$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
783e057b 4156 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4157 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
783e057b 4158
81ecdfbb 4159 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
783e057b 4160
81ecdfbb 4161 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
783e057b 4162
81ecdfbb 4163 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
783e057b 4164
81ecdfbb 4165 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
783e057b
DJ
4166
4167
81ecdfbb
RW
4168if test -n "$ac_tool_prefix"; then
4169 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4170set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172$as_echo_n "checking for $ac_word... " >&6; }
4173if test "${ac_cv_prog_RANLIB+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175else
4176 if test -n "$RANLIB"; then
4177 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4178else
4179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180for as_dir in $PATH
4181do
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4189 fi
4190done
4191 done
4192IFS=$as_save_IFS
783e057b 4193
81ecdfbb
RW
4194fi
4195fi
4196RANLIB=$ac_cv_prog_RANLIB
4197if test -n "$RANLIB"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4199$as_echo "$RANLIB" >&6; }
4200else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202$as_echo "no" >&6; }
4203fi
783e057b
DJ
4204
4205
81ecdfbb
RW
4206fi
4207if test -z "$ac_cv_prog_RANLIB"; then
4208 ac_ct_RANLIB=$RANLIB
4209 # Extract the first word of "ranlib", so it can be a program name with args.
4210set dummy ranlib; ac_word=$2
4211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4212$as_echo_n "checking for $ac_word... " >&6; }
4213if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4214 $as_echo_n "(cached) " >&6
783e057b 4215else
81ecdfbb
RW
4216 if test -n "$ac_ct_RANLIB"; then
4217 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4218else
4219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220for as_dir in $PATH
4221do
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_ac_ct_RANLIB="ranlib"
4227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4229 fi
4230done
4231 done
4232IFS=$as_save_IFS
4233
4234fi
4235fi
4236ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4237if test -n "$ac_ct_RANLIB"; then
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4239$as_echo "$ac_ct_RANLIB" >&6; }
4240else
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4242$as_echo "no" >&6; }
4243fi
4244
4245 if test "x$ac_ct_RANLIB" = x; then
4246 RANLIB=":"
4247 else
4248 case $cross_compiling:$ac_tool_warned in
4249yes:)
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4251$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4252ac_tool_warned=yes ;;
4253esac
4254 RANLIB=$ac_ct_RANLIB
4255 fi
4256else
4257 RANLIB="$ac_cv_prog_RANLIB"
4258fi
4259
4260
4261
4262
4263
4264
3388710e
JM
4265
4266
3388710e 4267
f434ba03
PA
4268 # Code from module arg-nonnull:
4269 # Code from module c++defs:
4270 # Code from module extensions:
3388710e 4271
f434ba03
PA
4272 # Code from module include_next:
4273 # Code from module memchr:
4274 # Code from module memmem:
4275 # Code from module memmem-simple:
4276 # Code from module multiarch:
4277 # Code from module stddef:
4278 # Code from module stdint:
4279 # Code from module string:
4280 # Code from module warn-on-use:
4281 # Code from module wchar:
3388710e
JM
4282
4283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4284$as_echo_n "checking target system type... " >&6; }
4285if test "${ac_cv_target+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287else
4288 if test "x$target_alias" = x; then
4289 ac_cv_target=$ac_cv_host
4290else
4291 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4292 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4293fi
4294
4295fi
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4297$as_echo "$ac_cv_target" >&6; }
4298case $ac_cv_target in
4299*-*-*) ;;
4300*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4301esac
4302target=$ac_cv_target
4303ac_save_IFS=$IFS; IFS='-'
4304set x $ac_cv_target
4305shift
4306target_cpu=$1
4307target_vendor=$2
4308shift; shift
4309# Remember, the first character of IFS is used to create $*,
4310# except with old shells:
4311target_os=$*
4312IFS=$ac_save_IFS
4313case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4314
4315
4316# The aliases save the names the user supplied, while $host etc.
4317# will get canonicalized.
4318test -n "$target_alias" &&
4319 test "$program_prefix$program_suffix$program_transform_name" = \
4320 NONENONEs,x,x, &&
4321 program_prefix=${target_alias}-
4322
4323# The tests for host and target for $enable_largefile require
4324# canonical names.
4325
4326
81ecdfbb 4327
da2f07f1
JK
4328# As the $enable_largefile decision depends on --enable-plugins we must set it
4329# even in directories otherwise not depending on the $plugins option.
4330
4331
4332# Check whether --enable-plugins was given.
4333if test "${enable_plugins+set}" = set; then :
4334 enableval=$enable_plugins; case "${enableval}" in
4335 yes | "") plugins=yes ;;
4336 no) plugins=no ;;
4337 *) plugins=yes ;;
4338 esac
4339else
4340 plugins=no
4341fi
4342
4343
4344
4345case "${host}" in
4346 sparc-*-solaris*|i[3-7]86-*-solaris*)
4347 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4348 # are mutually exclusive; and without procfs support, the bfd/ elf module
4349 # cannot provide certain routines such as elfcore_write_prpsinfo
4350 # or elfcore_write_prstatus. So unless the user explicitly requested
4351 # large-file support through the --enable-largefile switch, disable
4352 # large-file support in favor of procfs support.
4353 test "${target}" = "${host}" -a "x$plugins" = xno \
4354 && : ${enable_largefile="no"}
4355 ;;
4356esac
4357
4358# Check whether --enable-largefile was given.
4359if test "${enable_largefile+set}" = set; then :
4360 enableval=$enable_largefile;
4361fi
4362
4363if test "$enable_largefile" != no; then
4364
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4366$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4367if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4368 $as_echo_n "(cached) " >&6
4369else
4370 ac_cv_sys_largefile_CC=no
4371 if test "$GCC" != yes; then
4372 ac_save_CC=$CC
4373 while :; do
4374 # IRIX 6.2 and later do not support large files by default,
4375 # so use the C compiler's -n32 option if that helps.
4376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4377/* end confdefs.h. */
4378#include <sys/types.h>
4379 /* Check that off_t can represent 2**63 - 1 correctly.
4380 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4381 since some C++ compilers masquerading as C compilers
4382 incorrectly reject 9223372036854775807. */
4383#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4384 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4385 && LARGE_OFF_T % 2147483647 == 1)
4386 ? 1 : -1];
4387int
4388main ()
4389{
4390
4391 ;
4392 return 0;
4393}
4394_ACEOF
4395 if ac_fn_c_try_compile "$LINENO"; then :
4396 break
4397fi
4398rm -f core conftest.err conftest.$ac_objext
4399 CC="$CC -n32"
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_sys_largefile_CC=' -n32'; break
4402fi
4403rm -f core conftest.err conftest.$ac_objext
4404 break
4405 done
4406 CC=$ac_save_CC
4407 rm -f conftest.$ac_ext
4408 fi
4409fi
4410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4411$as_echo "$ac_cv_sys_largefile_CC" >&6; }
4412 if test "$ac_cv_sys_largefile_CC" != no; then
4413 CC=$CC$ac_cv_sys_largefile_CC
4414 fi
4415
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4417$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4418if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4419 $as_echo_n "(cached) " >&6
4420else
4421 while :; do
4422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4423/* end confdefs.h. */
4424#include <sys/types.h>
4425 /* Check that off_t can represent 2**63 - 1 correctly.
4426 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4427 since some C++ compilers masquerading as C compilers
4428 incorrectly reject 9223372036854775807. */
4429#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4430 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4431 && LARGE_OFF_T % 2147483647 == 1)
4432 ? 1 : -1];
4433int
4434main ()
4435{
4436
4437 ;
4438 return 0;
4439}
4440_ACEOF
4441if ac_fn_c_try_compile "$LINENO"; then :
4442 ac_cv_sys_file_offset_bits=no; break
4443fi
4444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4446/* end confdefs.h. */
4447#define _FILE_OFFSET_BITS 64
4448#include <sys/types.h>
4449 /* Check that off_t can represent 2**63 - 1 correctly.
4450 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4451 since some C++ compilers masquerading as C compilers
4452 incorrectly reject 9223372036854775807. */
4453#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4454 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4455 && LARGE_OFF_T % 2147483647 == 1)
4456 ? 1 : -1];
4457int
4458main ()
4459{
4460
4461 ;
4462 return 0;
4463}
4464_ACEOF
4465if ac_fn_c_try_compile "$LINENO"; then :
4466 ac_cv_sys_file_offset_bits=64; break
4467fi
4468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4469 ac_cv_sys_file_offset_bits=unknown
4470 break
4471done
4472fi
4473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
4474$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
4475case $ac_cv_sys_file_offset_bits in #(
4476 no | unknown) ;;
4477 *)
4478cat >>confdefs.h <<_ACEOF
4479#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4480_ACEOF
4481;;
4482esac
4483rm -rf conftest*
4484 if test $ac_cv_sys_file_offset_bits = unknown; then
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
4486$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
4487if test "${ac_cv_sys_large_files+set}" = set; then :
4488 $as_echo_n "(cached) " >&6
4489else
4490 while :; do
4491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4492/* end confdefs.h. */
4493#include <sys/types.h>
4494 /* Check that off_t can represent 2**63 - 1 correctly.
4495 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4496 since some C++ compilers masquerading as C compilers
4497 incorrectly reject 9223372036854775807. */
4498#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4499 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4500 && LARGE_OFF_T % 2147483647 == 1)
4501 ? 1 : -1];
4502int
4503main ()
4504{
4505
4506 ;
4507 return 0;
4508}
4509_ACEOF
4510if ac_fn_c_try_compile "$LINENO"; then :
4511 ac_cv_sys_large_files=no; break
4512fi
4513rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4515/* end confdefs.h. */
4516#define _LARGE_FILES 1
4517#include <sys/types.h>
4518 /* Check that off_t can represent 2**63 - 1 correctly.
4519 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4520 since some C++ compilers masquerading as C compilers
4521 incorrectly reject 9223372036854775807. */
4522#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4523 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4524 && LARGE_OFF_T % 2147483647 == 1)
4525 ? 1 : -1];
4526int
4527main ()
4528{
4529
4530 ;
4531 return 0;
4532}
4533_ACEOF
4534if ac_fn_c_try_compile "$LINENO"; then :
4535 ac_cv_sys_large_files=1; break
4536fi
4537rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4538 ac_cv_sys_large_files=unknown
4539 break
4540done
4541fi
4542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4543$as_echo "$ac_cv_sys_large_files" >&6; }
4544case $ac_cv_sys_large_files in #(
4545 no | unknown) ;;
4546 *)
4547cat >>confdefs.h <<_ACEOF
4548#define _LARGE_FILES $ac_cv_sys_large_files
4549_ACEOF
4550;;
4551esac
4552rm -rf conftest*
4553 fi
4554fi
4555
4556
4557
81ecdfbb
RW
4558
4559
4560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
4561$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
4562if test "${am_cv_prog_cc_stdc+set}" = set; then :
4563 $as_echo_n "(cached) " >&6
4564else
4565 am_cv_prog_cc_stdc=no
4566ac_save_CC="$CC"
4567# Don't try gcc -ansi; that turns off useful extensions and
4568# breaks some systems' header files.
4569# AIX -qlanglvl=ansi
4570# Ultrix and OSF/1 -std1
4571# HP-UX 10.20 and later -Ae
4572# HP-UX older versions -Aa -D_HPUX_SOURCE
4573# SVR4 -Xc -D__EXTENSIONS__
4574for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4575do
783e057b 4576 CC="$ac_save_CC $ac_arg"
81ecdfbb 4577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
4578/* end confdefs.h. */
4579#include <stdarg.h>
4580#include <stdio.h>
4581#include <sys/types.h>
4582#include <sys/stat.h>
4583/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4584struct buf { int x; };
4585FILE * (*rcsopen) (struct buf *, struct stat *, int);
4586static char *e (p, i)
4587 char **p;
4588 int i;
4589{
4590 return p[i];
4591}
4592static char *f (char * (*g) (char **, int), char **p, ...)
4593{
4594 char *s;
4595 va_list v;
4596 va_start (v,p);
4597 s = g (p, va_arg (v,int));
4598 va_end (v);
4599 return s;
4600}
4601int test (int i, double x);
4602struct s1 {int (*f) (int a);};
4603struct s2 {int (*f) (double a);};
4604int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4605int argc;
4606char **argv;
4607
4608int
4609main ()
4610{
4611
4612return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4613
4614 ;
4615 return 0;
4616}
4617_ACEOF
81ecdfbb 4618if ac_fn_c_try_compile "$LINENO"; then :
783e057b 4619 am_cv_prog_cc_stdc="$ac_arg"; break
783e057b 4620fi
81ecdfbb 4621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
4622done
4623CC="$ac_save_CC"
4624
4625fi
4626
4627if test -z "$am_cv_prog_cc_stdc"; then
81ecdfbb
RW
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4629$as_echo "none needed" >&6; }
783e057b 4630else
81ecdfbb
RW
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_stdc" >&5
4632$as_echo "$am_cv_prog_cc_stdc" >&6; }
783e057b
DJ
4633fi
4634case "x$am_cv_prog_cc_stdc" in
4635 x|xno) ;;
4636 *) CC="$CC $am_cv_prog_cc_stdc" ;;
4637esac
4638
4639
4640ac_aux_dir=
81ecdfbb
RW
4641for ac_dir in .. "$srcdir"/..; do
4642 for ac_t in install-sh install.sh shtool; do
4643 if test -f "$ac_dir/$ac_t"; then
4644 ac_aux_dir=$ac_dir
4645 ac_install_sh="$ac_aux_dir/$ac_t -c"
4646 break 2
4647 fi
4648 done
783e057b
DJ
4649done
4650if test -z "$ac_aux_dir"; then
81ecdfbb 4651 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
783e057b 4652fi
81ecdfbb
RW
4653
4654# These three variables are undocumented and unsupported,
4655# and are intended to be withdrawn in a future Autoconf release.
4656# They can cause serious problems if a builder's source tree is in a directory
4657# whose full name contains unusual characters.
4658ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4659ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4660ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4661
783e057b 4662
783e057b 4663
81ecdfbb 4664
a417dc56
RW
4665# Dependency checking.
4666rm -rf .tst 2>/dev/null
4667mkdir .tst 2>/dev/null
4668if test -d .tst; then
4669 am__leading_dot=.
4670else
4671 am__leading_dot=_
4672fi
4673rmdir .tst 2>/dev/null
4674
4675DEPDIR="${am__leading_dot}deps"
4676
81ecdfbb 4677ac_config_commands="$ac_config_commands depdir"
a417dc56
RW
4678
4679
4680depcc="$CC" am_compiler_list=
4681
4682am_depcomp=$ac_aux_dir/depcomp
81ecdfbb
RW
4683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4684$as_echo_n "checking dependency style of $depcc... " >&6; }
4685if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4686 $as_echo_n "(cached) " >&6
a417dc56
RW
4687else
4688 if test -f "$am_depcomp"; then
4689 # We make a subdir and do the tests there. Otherwise we can end up
4690 # making bogus files that we don't know about and never remove. For
4691 # instance it was reported that on HP-UX the gcc test will end up
4692 # making a dummy file named `D' -- because `-MD' means `put the output
4693 # in D'.
4694 mkdir conftest.dir
4695 # Copy depcomp to subdir because otherwise we won't find it if we're
4696 # using a relative directory.
4697 cp "$am_depcomp" conftest.dir
4698 cd conftest.dir
4699 # We will build objects and dependencies in a subdirectory because
4700 # it helps to detect inapplicable dependency modes. For instance
4701 # both Tru64's cc and ICC support -MD to output dependencies as a
4702 # side effect of compilation, but ICC will put the dependencies in
4703 # the current directory while Tru64 will put them in the object
4704 # directory.
4705 mkdir sub
4706
4707 am_cv_CC_dependencies_compiler_type=none
4708 if test "$am_compiler_list" = ""; then
4709 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4710 fi
4711 for depmode in $am_compiler_list; do
4712 if test $depmode = none; then break; fi
4713
81ecdfbb 4714 $as_echo "$as_me:$LINENO: trying $depmode" >&5
a417dc56
RW
4715 # Setup a source with many dependencies, because some compilers
4716 # like to wrap large dependency lists on column 80 (with \), and
4717 # we should not choose a depcomp mode which is confused by this.
4718 #
4719 # We need to recreate these files for each test, as the compiler may
4720 # overwrite some of them when testing with obscure command lines.
4721 # This happens at least with the AIX C compiler.
4722 : > sub/conftest.c
4723 for i in 1 2 3 4 5 6; do
4724 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4725 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4726 # Solaris 8's {/usr,}/bin/sh.
4727 touch sub/conftst$i.h
4728 done
4729 echo "include sub/conftest.Po" > confmf
4730
4731 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4732 # mode. It turns out that the SunPro C++ compiler does not properly
4733 # handle `-M -o', and we need to detect this.
4734 depcmd="depmode=$depmode \
4735 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4736 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4737 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
4738 echo "| $depcmd" | sed -e 's/ */ /g' >&5
4739 if env $depcmd > conftest.err 2>&1 &&
4740 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
4741 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
4742 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
4743 # icc doesn't choke on unknown options, it will just issue warnings
4744 # or remarks (even with -Werror). So we grep stderr for any message
4745 # that says an option was ignored or not supported.
4746 # When given -MP, icc 7.0 and 7.1 complain thusly:
4747 # icc: Command line warning: ignoring option '-M'; no argument required
4748 # The diagnosis changed in icc 8.0:
4749 # icc: Command line remark: option '-MP' not supported
4750 if (grep 'ignoring option' conftest.err ||
4751 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4752 am_cv_CC_dependencies_compiler_type=$depmode
81ecdfbb 4753 $as_echo "$as_me:$LINENO: success" >&5
a417dc56
RW
4754 break
4755 fi
4756 fi
81ecdfbb 4757 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
a417dc56
RW
4758 sed -e 's/^/| /' < conftest.err >&5
4759 done
4760
4761 cd ..
4762 rm -rf conftest.dir
4763else
4764 am_cv_CC_dependencies_compiler_type=none
4765fi
4766
4767fi
81ecdfbb
RW
4768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4769$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
a417dc56 4770if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
81ecdfbb 4771then as_fn_error "no usable dependency style found" "$LINENO" 5
a417dc56
RW
4772else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4773
4774fi
4775
4776
4777# Check for the 'make' the user wants to use.
4778for ac_prog in make
4779do
4780 # Extract the first word of "$ac_prog", so it can be a program name with args.
4781set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783$as_echo_n "checking for $ac_word... " >&6; }
4784if test "${ac_cv_prog_MAKE+set}" = set; then :
4785 $as_echo_n "(cached) " >&6
a417dc56
RW
4786else
4787 if test -n "$MAKE"; then
4788 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4789else
4790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791for as_dir in $PATH
4792do
4793 IFS=$as_save_IFS
4794 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
a417dc56 4797 ac_cv_prog_MAKE="$ac_prog"
81ecdfbb 4798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
a417dc56
RW
4799 break 2
4800 fi
4801done
81ecdfbb
RW
4802 done
4803IFS=$as_save_IFS
a417dc56
RW
4804
4805fi
4806fi
4807MAKE=$ac_cv_prog_MAKE
4808if test -n "$MAKE"; then
81ecdfbb
RW
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4810$as_echo "$MAKE" >&6; }
a417dc56 4811else
81ecdfbb
RW
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813$as_echo "no" >&6; }
a417dc56
RW
4814fi
4815
81ecdfbb 4816
a417dc56
RW
4817 test -n "$MAKE" && break
4818done
4819
4820MAKE_IS_GNU=
4821case "`$MAKE --version 2>&1 | sed 1q`" in
4822 *GNU*)
4823 MAKE_IS_GNU=yes
4824 ;;
4825esac
81ecdfbb 4826 if test "$MAKE_IS_GNU" = yes; then
a417dc56
RW
4827 GMAKE_TRUE=
4828 GMAKE_FALSE='#'
4829else
4830 GMAKE_TRUE='#'
4831 GMAKE_FALSE=
4832fi
4833
81ecdfbb
RW
4834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4835$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4836set x ${MAKE-make}
4837ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4838if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4839 $as_echo_n "(cached) " >&6
a417dc56
RW
4840else
4841 cat >conftest.make <<\_ACEOF
81ecdfbb 4842SHELL = /bin/sh
a417dc56 4843all:
81ecdfbb 4844 @echo '@@@%%%=$(MAKE)=@@@%%%'
a417dc56
RW
4845_ACEOF
4846# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
4847case `${MAKE-make} -f conftest.make 2>/dev/null` in
4848 *@@@%%%=?*=@@@%%%*)
4849 eval ac_cv_prog_make_${ac_make}_set=yes;;
4850 *)
4851 eval ac_cv_prog_make_${ac_make}_set=no;;
4852esac
a417dc56
RW
4853rm -f conftest.make
4854fi
81ecdfbb
RW
4855if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4857$as_echo "yes" >&6; }
a417dc56
RW
4858 SET_MAKE=
4859else
81ecdfbb
RW
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4861$as_echo "no" >&6; }
a417dc56
RW
4862 SET_MAKE="MAKE=${MAKE-make}"
4863fi
4864
4865
783e057b
DJ
4866
4867CONFIG_OBS=
4868CONFIG_DEPS=
4869CONFIG_SRCS=
4870ENABLE_CFLAGS=
4871
4872CONFIG_ALL=
4873CONFIG_CLEAN=
4874CONFIG_INSTALL=
4875CONFIG_UNINSTALL=
4876
4877# If we haven't got the data from the intl directory,
4878# assume NLS is disabled.
4879USE_NLS=no
4880LIBINTL=
4881LIBINTL_DEP=
4882INCINTL=
4883XGETTEXT=
4884GMSGFMT=
4885POSUB=
4886
4887if test -f ../intl/config.intl; then
4888 . ../intl/config.intl
4889fi
81ecdfbb
RW
4890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
4891$as_echo_n "checking whether NLS is requested... " >&6; }
783e057b 4892if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4894$as_echo "no" >&6; }
783e057b 4895else
81ecdfbb
RW
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4897$as_echo "yes" >&6; }
783e057b 4898
81ecdfbb 4899$as_echo "#define ENABLE_NLS 1" >>confdefs.h
783e057b
DJ
4900
4901
81ecdfbb
RW
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
4903$as_echo_n "checking for catalogs to be installed... " >&6; }
783e057b
DJ
4904 # Look for .po and .gmo files in the source directory.
4905 CATALOGS=
4906 XLINGUAS=
4907 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
4908 # If there aren't any .gmo files the shell will give us the
4909 # literal string "../path/to/srcdir/po/*.gmo" which has to be
4910 # weeded out.
4911 case "$cat" in *\**)
4912 continue;;
4913 esac
4914 # The quadruple backslash is collapsed to a double backslash
4915 # by the backticks, then collapsed again by the double quotes,
4916 # leaving us with one backslash in the sed expression (right
4917 # before the dot that mustn't act as a wildcard).
4918 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
4919 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
4920 # The user is allowed to set LINGUAS to a list of languages to
4921 # install catalogs for. If it's empty that means "all of them."
4922 if test "x$LINGUAS" = x; then
4923 CATALOGS="$CATALOGS $cat"
4924 XLINGUAS="$XLINGUAS $lang"
4925 else
4926 case "$LINGUAS" in *$lang*)
4927 CATALOGS="$CATALOGS $cat"
4928 XLINGUAS="$XLINGUAS $lang"
4929 ;;
4930 esac
4931 fi
4932 done
4933 LINGUAS="$XLINGUAS"
81ecdfbb
RW
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
4935$as_echo "$LINGUAS" >&6; }
783e057b
DJ
4936
4937
4938 DATADIRNAME=share
4939
4940 INSTOBJEXT=.mo
4941
4942 GENCAT=gencat
4943
4944 CATOBJEXT=.gmo
4945
4946fi
4947
4948localedir='${datadir}/locale'
4949
4950
4951if test x"$USE_NLS" = xyes; then
4952 CONFIG_ALL="$CONFIG_ALL all-po"
4953 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
4954 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
4955 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
4956fi
4957
4958
f434ba03
PA
4959
4960
4961
4962 LIBC_FATAL_STDERR_=1
4963 export LIBC_FATAL_STDERR_
4964
4965
4966
4967
4968
4969 for ac_header in $gl_header_list
4970do :
4971 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4972ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4973eval as_val=\$$as_ac_Header
4974 if test "x$as_val" = x""yes; then :
4975 cat >>confdefs.h <<_ACEOF
4976#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4977_ACEOF
4978
4979fi
4980
4981done
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991 for ac_func in $gl_func_list
4992do :
4993 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4994ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4995eval as_val=\$$as_ac_var
4996 if test "x$as_val" = x""yes; then :
4997 cat >>confdefs.h <<_ACEOF
4998#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4999_ACEOF
5000
5001fi
5002done
5003
5004
5005
5006
5007
5008
5009 GNULIB_MEMCHR=0;
5010 GNULIB_MEMMEM=0;
5011 GNULIB_MEMPCPY=0;
5012 GNULIB_MEMRCHR=0;
5013 GNULIB_RAWMEMCHR=0;
5014 GNULIB_STPCPY=0;
5015 GNULIB_STPNCPY=0;
5016 GNULIB_STRCHRNUL=0;
5017 GNULIB_STRDUP=0;
5018 GNULIB_STRNCAT=0;
5019 GNULIB_STRNDUP=0;
5020 GNULIB_STRNLEN=0;
5021 GNULIB_STRPBRK=0;
5022 GNULIB_STRSEP=0;
5023 GNULIB_STRSTR=0;
5024 GNULIB_STRCASESTR=0;
5025 GNULIB_STRTOK_R=0;
5026 GNULIB_MBSLEN=0;
5027 GNULIB_MBSNLEN=0;
5028 GNULIB_MBSCHR=0;
5029 GNULIB_MBSRCHR=0;
5030 GNULIB_MBSSTR=0;
5031 GNULIB_MBSCASECMP=0;
5032 GNULIB_MBSNCASECMP=0;
5033 GNULIB_MBSPCASECMP=0;
5034 GNULIB_MBSCASESTR=0;
5035 GNULIB_MBSCSPN=0;
5036 GNULIB_MBSPBRK=0;
5037 GNULIB_MBSSPN=0;
5038 GNULIB_MBSSEP=0;
5039 GNULIB_MBSTOK_R=0;
5040 GNULIB_STRERROR=0;
5041 GNULIB_STRSIGNAL=0;
5042 GNULIB_STRVERSCMP=0;
5043 HAVE_MBSLEN=0;
5044 HAVE_MEMCHR=1;
5045 HAVE_DECL_MEMMEM=1;
5046 HAVE_MEMPCPY=1;
5047 HAVE_DECL_MEMRCHR=1;
5048 HAVE_RAWMEMCHR=1;
5049 HAVE_STPCPY=1;
5050 HAVE_STPNCPY=1;
5051 HAVE_STRCHRNUL=1;
5052 HAVE_DECL_STRDUP=1;
5053 HAVE_DECL_STRNDUP=1;
5054 HAVE_DECL_STRNLEN=1;
5055 HAVE_STRPBRK=1;
5056 HAVE_STRSEP=1;
5057 HAVE_STRCASESTR=1;
5058 HAVE_DECL_STRTOK_R=1;
5059 HAVE_DECL_STRSIGNAL=1;
5060 HAVE_STRVERSCMP=1;
5061 REPLACE_MEMCHR=0;
783e057b 5062 REPLACE_MEMMEM=0;
f434ba03
PA
5063 REPLACE_STPNCPY=0;
5064 REPLACE_STRDUP=0;
783e057b 5065 REPLACE_STRSTR=0;
f434ba03
PA
5066 REPLACE_STRCASESTR=0;
5067 REPLACE_STRERROR=0;
5068 REPLACE_STRNCAT=0;
5069 REPLACE_STRNDUP=0;
5070 REPLACE_STRNLEN=0;
5071 REPLACE_STRSIGNAL=0;
5072 REPLACE_STRTOK_R=0;
5073 UNDEFINE_STRTOK_R=0;
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087 # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it
5088 # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is
5089 # irrelevant for anonymous mappings.
5090 ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
5091if test "x$ac_cv_func_mmap" = x""yes; then :
5092 gl_have_mmap=yes
5093else
5094 gl_have_mmap=no
5095fi
5096
5097
5098 # Try to allow MAP_ANONYMOUS.
5099 gl_have_mmap_anonymous=no
5100 if test $gl_have_mmap = yes; then
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5
5102$as_echo_n "checking for MAP_ANONYMOUS... " >&6; }
5103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5104/* end confdefs.h. */
5105
5106#include <sys/mman.h>
5107#ifdef MAP_ANONYMOUS
5108 I cant identify this map.
5109#endif
5110
5111_ACEOF
5112if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5113 $EGREP "I cant identify this map." >/dev/null 2>&1; then :
5114 gl_have_mmap_anonymous=yes
5115fi
5116rm -f conftest*
5117
5118 if test $gl_have_mmap_anonymous != yes; then
5119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5120/* end confdefs.h. */
5121
5122#include <sys/mman.h>
5123#ifdef MAP_ANON
5124 I cant identify this map.
5125#endif
5126
5127_ACEOF
5128if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5129 $EGREP "I cant identify this map." >/dev/null 2>&1; then :
5130
5131$as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h
5132
5133 gl_have_mmap_anonymous=yes
5134fi
5135rm -f conftest*
5136
5137 fi
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5
5139$as_echo "$gl_have_mmap_anonymous" >&6; }
5140 if test $gl_have_mmap_anonymous = yes; then
5141
5142$as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h
5143
5144 fi
5145 fi
5146
5147
5148 :
5149
5150
5151
5152
5153
5154
5155 :
5156
5157
5158
5159
5160
5161
5162
5163
5164 :
5165
5166
5167
5168
5169
5170 if test $ac_cv_func_memchr = yes; then
5171 # Detect platform-specific bugs in some versions of glibc:
5172 # memchr should not dereference anything with length 0
5173 # http://bugzilla.redhat.com/499689
5174 # memchr should not dereference overestimated length after a match
5175 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737
5176 # http://sourceware.org/bugzilla/show_bug.cgi?id=10162
5177 # Assume that memchr works on platforms that lack mprotect.
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5
5179$as_echo_n "checking whether memchr works... " >&6; }
5180if test "${gl_cv_func_memchr_works+set}" = set; then :
5181 $as_echo_n "(cached) " >&6
5182else
5183 if test "$cross_compiling" = yes; then :
5184 gl_cv_func_memchr_works="guessing no"
5185else
5186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187/* end confdefs.h. */
5188
5189#include <string.h>
5190#if HAVE_SYS_MMAN_H
5191# include <fcntl.h>
5192# include <unistd.h>
5193# include <sys/types.h>
5194# include <sys/mman.h>
5195# ifndef MAP_FILE
5196# define MAP_FILE 0
5197# endif
5198#endif
5199
5200int
5201main ()
5202{
5203
5204 char *fence = NULL;
5205#if HAVE_SYS_MMAN_H && HAVE_MPROTECT
5206# if HAVE_MAP_ANONYMOUS
5207 const int flags = MAP_ANONYMOUS | MAP_PRIVATE;
5208 const int fd = -1;
5209# else /* !HAVE_MAP_ANONYMOUS */
5210 const int flags = MAP_FILE | MAP_PRIVATE;
5211 int fd = open ("/dev/zero", O_RDONLY, 0666);
5212 if (fd >= 0)
5213# endif
5214 {
5215 int pagesize = getpagesize ();
5216 char *two_pages =
5217 (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE,
5218 flags, fd, 0);
5219 if (two_pages != (char *)(-1)
5220 && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0)
5221 fence = two_pages + pagesize;
5222 }
5223#endif
5224 if (fence)
5225 {
5226 if (memchr (fence, 0, 0))
5227 return 1;
5228 strcpy (fence - 9, "12345678");
5229 if (memchr (fence - 9, 0, 79) != fence - 1)
5230 return 2;
5231 }
5232 return 0;
5233
5234 ;
5235 return 0;
5236}
5237_ACEOF
5238if ac_fn_c_try_run "$LINENO"; then :
5239 gl_cv_func_memchr_works=yes
5240else
5241 gl_cv_func_memchr_works=no
5242fi
5243rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5244 conftest.$ac_objext conftest.beam conftest.$ac_ext
5245fi
5246
5247fi
5248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5
5249$as_echo "$gl_cv_func_memchr_works" >&6; }
5250 if test "$gl_cv_func_memchr_works" != yes; then
5251 REPLACE_MEMCHR=1
5252 fi
5253 else
5254 HAVE_MEMCHR=0
5255 fi
5256 if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
5257
5258
5259
5260
5261
5262
5263
5264
5265 gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext"
5266
5267
5268 for ac_header in bp-sym.h
5269do :
5270 ac_fn_c_check_header_mongrel "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default"
5271if test "x$ac_cv_header_bp_sym_h" = x""yes; then :
5272 cat >>confdefs.h <<_ACEOF
5273#define HAVE_BP_SYM_H 1
5274_ACEOF
5275
5276fi
5277
5278done
5279
5280
5281 fi
783e057b
DJ
5282
5283
81ecdfbb
RW
5284 ac_fn_c_check_decl "$LINENO" "memmem" "ac_cv_have_decl_memmem" "$ac_includes_default"
5285if test "x$ac_cv_have_decl_memmem" = x""yes; then :
5286 ac_have_decl=1
783e057b 5287else
81ecdfbb 5288 ac_have_decl=0
783e057b 5289fi
783e057b
DJ
5290
5291cat >>confdefs.h <<_ACEOF
81ecdfbb 5292#define HAVE_DECL_MEMMEM $ac_have_decl
783e057b
DJ
5293_ACEOF
5294
5295
783e057b
DJ
5296
5297
5298
5299
5300
5301
5302
5303
783e057b 5304
783e057b 5305
783e057b 5306
f434ba03 5307
81ecdfbb
RW
5308 for ac_func in memmem
5309do :
5310 ac_fn_c_check_func "$LINENO" "memmem" "ac_cv_func_memmem"
5311if test "x$ac_cv_func_memmem" = x""yes; then :
783e057b 5312 cat >>confdefs.h <<_ACEOF
81ecdfbb 5313#define HAVE_MEMMEM 1
783e057b
DJ
5314_ACEOF
5315
5316else
5317
5318 gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
5319
5320fi
5321done
5322
5323
5324
5325 :
5326
5327
5328
5329
5330
5331 if test $ac_cv_have_decl_memmem = no; then
5332 HAVE_DECL_MEMMEM=0
5333 fi
5334 :
5335
5336
f434ba03
PA
5337 gl_cv_c_multiarch=no
5338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5339/* end confdefs.h. */
5340#ifndef __APPLE_CC__
5341 not a universal capable compiler
5342 #endif
5343 typedef int dummy;
5344
5345_ACEOF
5346if ac_fn_c_try_compile "$LINENO"; then :
5347
5348 arch=
5349 prev=
5350 for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do
5351 if test -n "$prev"; then
5352 case $word in
5353 i?86 | x86_64 | ppc | ppc64)
5354 if test -z "$arch" || test "$arch" = "$word"; then
5355 arch="$word"
5356 else
5357 gl_cv_c_multiarch=yes
5358 fi
5359 ;;
5360 esac
5361 prev=
5362 else
5363 if test "x$word" = "x-arch"; then
5364 prev=arch
5365 fi
5366 fi
5367 done
5368
5369fi
5370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5371 if test $gl_cv_c_multiarch = yes; then
5372
5373$as_echo "#define AA_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
5374
5375 APPLE_UNIVERSAL_BUILD=1
5376 else
5377 APPLE_UNIVERSAL_BUILD=0
5378 fi
5379
5380
5381
5382 REPLACE_NULL=0;
5383 HAVE_WCHAR_T=1;
5384 STDDEF_H='';
5385
5386
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
5388$as_echo_n "checking for wchar_t... " >&6; }
5389if test "${gt_cv_c_wchar_t+set}" = set; then :
5390 $as_echo_n "(cached) " >&6
5391else
5392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5393/* end confdefs.h. */
5394#include <stddef.h>
5395 wchar_t foo = (wchar_t)'\0';
5396int
5397main ()
5398{
5399
5400 ;
5401 return 0;
5402}
5403_ACEOF
5404if ac_fn_c_try_compile "$LINENO"; then :
5405 gt_cv_c_wchar_t=yes
5406else
5407 gt_cv_c_wchar_t=no
5408fi
5409rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5410fi
5411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
5412$as_echo "$gt_cv_c_wchar_t" >&6; }
5413 if test $gt_cv_c_wchar_t = yes; then
5414
5415$as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
5416
5417 fi
5418
5419
5420
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
5422$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
5423if test "${gl_cv_have_include_next+set}" = set; then :
5424 $as_echo_n "(cached) " >&6
5425else
5426 rm -rf conftestd1a conftestd1b conftestd2
5427 mkdir conftestd1a conftestd1b conftestd2
5428 cat <<EOF > conftestd1a/conftest.h
5429#define DEFINED_IN_CONFTESTD1
5430#include_next <conftest.h>
5431#ifdef DEFINED_IN_CONFTESTD2
5432int foo;
5433#else
5434#error "include_next doesn't work"
5435#endif
5436EOF
5437 cat <<EOF > conftestd1b/conftest.h
5438#define DEFINED_IN_CONFTESTD1
5439#include <stdio.h>
5440#include_next <conftest.h>
5441#ifdef DEFINED_IN_CONFTESTD2
5442int foo;
5443#else
5444#error "include_next doesn't work"
5445#endif
5446EOF
5447 cat <<EOF > conftestd2/conftest.h
5448#ifndef DEFINED_IN_CONFTESTD1
5449#error "include_next test doesn't work"
5450#endif
5451#define DEFINED_IN_CONFTESTD2
5452EOF
5453 gl_save_CPPFLAGS="$CPPFLAGS"
5454 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2"
5455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5456/* end confdefs.h. */
5457#include <conftest.h>
5458_ACEOF
5459if ac_fn_c_try_compile "$LINENO"; then :
5460 gl_cv_have_include_next=yes
5461else
5462 CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2"
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464/* end confdefs.h. */
5465#include <conftest.h>
5466_ACEOF
5467if ac_fn_c_try_compile "$LINENO"; then :
5468 gl_cv_have_include_next=buggy
5469else
5470 gl_cv_have_include_next=no
5471fi
5472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5473
5474fi
5475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5476 CPPFLAGS="$gl_save_CPPFLAGS"
5477 rm -rf conftestd1a conftestd1b conftestd2
5478
5479fi
5480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5
5481$as_echo "$gl_cv_have_include_next" >&6; }
5482 PRAGMA_SYSTEM_HEADER=
5483 if test $gl_cv_have_include_next = yes; then
5484 INCLUDE_NEXT=include_next
5485 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
5486 if test -n "$GCC"; then
5487 PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
5488 fi
5489 else
5490 if test $gl_cv_have_include_next = buggy; then
5491 INCLUDE_NEXT=include
5492 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next
5493 else
5494 INCLUDE_NEXT=include
5495 INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include
5496 fi
5497 fi
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
81ecdfbb
RW
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
5509$as_echo_n "checking for long long int... " >&6; }
5510if test "${ac_cv_type_long_long_int+set}" = set; then :
5511 $as_echo_n "(cached) " >&6
783e057b 5512else
81ecdfbb 5513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b 5514/* end confdefs.h. */
81ecdfbb
RW
5515
5516 /* For now, do not test the preprocessor; as of 2007 there are too many
f434ba03
PA
5517 implementations with broken preprocessors. Perhaps this can
5518 be revisited in 2012. In the meantime, code should not expect
5519 #if to work with literals wider than 32 bits. */
783e057b
DJ
5520 /* Test literals. */
5521 long long int ll = 9223372036854775807ll;
5522 long long int nll = -9223372036854775807LL;
5523 unsigned long long int ull = 18446744073709551615ULL;
5524 /* Test constant expressions. */
5525 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
f434ba03 5526 ? 1 : -1)];
783e057b 5527 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
f434ba03 5528 ? 1 : -1)];
783e057b
DJ
5529 int i = 63;
5530int
5531main ()
5532{
5533/* Test availability of runtime routines for shift and division. */
5534 long long int llmax = 9223372036854775807ll;
5535 unsigned long long int ullmax = 18446744073709551615ull;
5536 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
f434ba03
PA
5537 | (llmax / ll) | (llmax % ll)
5538 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
5539 | (ullmax / ull) | (ullmax % ull));
783e057b
DJ
5540 ;
5541 return 0;
5542}
5543
5544_ACEOF
81ecdfbb 5545if ac_fn_c_try_link "$LINENO"; then :
f434ba03 5546 if test "$cross_compiling" = yes; then :
783e057b
DJ
5547 ac_cv_type_long_long_int=yes
5548else
81ecdfbb 5549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
5550/* end confdefs.h. */
5551#include <limits.h>
f434ba03
PA
5552 #ifndef LLONG_MAX
5553 # define HALF \
5554 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
5555 # define LLONG_MAX (HALF - 1 + HALF)
5556 #endif
783e057b
DJ
5557int
5558main ()
5559{
5560long long int n = 1;
f434ba03
PA
5561 int i;
5562 for (i = 0; ; i++)
5563 {
5564 long long int m = n << i;
5565 if (m >> i != n)
5566 return 1;
5567 if (LLONG_MAX / 2 < m)
5568 break;
5569 }
5570 return 0;
783e057b
DJ
5571 ;
5572 return 0;
5573}
5574_ACEOF
81ecdfbb 5575if ac_fn_c_try_run "$LINENO"; then :
783e057b
DJ
5576 ac_cv_type_long_long_int=yes
5577else
81ecdfbb 5578 ac_cv_type_long_long_int=no
783e057b 5579fi
81ecdfbb
RW
5580rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5581 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 5582fi
783e057b 5583
81ecdfbb
RW
5584else
5585 ac_cv_type_long_long_int=no
783e057b 5586fi
81ecdfbb
RW
5587rm -f core conftest.err conftest.$ac_objext \
5588 conftest$ac_exeext conftest.$ac_ext
783e057b 5589fi
81ecdfbb
RW
5590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
5591$as_echo "$ac_cv_type_long_long_int" >&6; }
783e057b
DJ
5592 if test $ac_cv_type_long_long_int = yes; then
5593
81ecdfbb 5594$as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
783e057b
DJ
5595
5596 fi
5597
5598
81ecdfbb
RW
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
5600$as_echo_n "checking for unsigned long long int... " >&6; }
5601if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
5602 $as_echo_n "(cached) " >&6
783e057b 5603else
81ecdfbb 5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b 5605/* end confdefs.h. */
81ecdfbb
RW
5606
5607 /* For now, do not test the preprocessor; as of 2007 there are too many
f434ba03
PA
5608 implementations with broken preprocessors. Perhaps this can
5609 be revisited in 2012. In the meantime, code should not expect
5610 #if to work with literals wider than 32 bits. */
783e057b
DJ
5611 /* Test literals. */
5612 long long int ll = 9223372036854775807ll;
5613 long long int nll = -9223372036854775807LL;
5614 unsigned long long int ull = 18446744073709551615ULL;
5615 /* Test constant expressions. */
5616 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
f434ba03 5617 ? 1 : -1)];
783e057b 5618 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
f434ba03 5619 ? 1 : -1)];
783e057b
DJ
5620 int i = 63;
5621int
5622main ()
5623{
5624/* Test availability of runtime routines for shift and division. */
5625 long long int llmax = 9223372036854775807ll;
5626 unsigned long long int ullmax = 18446744073709551615ull;
5627 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
f434ba03
PA
5628 | (llmax / ll) | (llmax % ll)
5629 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
5630 | (ullmax / ull) | (ullmax % ull));
783e057b
DJ
5631 ;
5632 return 0;
5633}
5634
5635_ACEOF
81ecdfbb 5636if ac_fn_c_try_link "$LINENO"; then :
783e057b
DJ
5637 ac_cv_type_unsigned_long_long_int=yes
5638else
81ecdfbb 5639 ac_cv_type_unsigned_long_long_int=no
783e057b 5640fi
81ecdfbb
RW
5641rm -f core conftest.err conftest.$ac_objext \
5642 conftest$ac_exeext conftest.$ac_ext
783e057b 5643fi
81ecdfbb
RW
5644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
5645$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
783e057b
DJ
5646 if test $ac_cv_type_unsigned_long_long_int = yes; then
5647
81ecdfbb 5648$as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
783e057b
DJ
5649
5650 fi
5651
5652
5653
783e057b
DJ
5654
5655
5656
5657
5658
5659
5660
5661
81ecdfbb
RW
5662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
5663$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
5664if test "${ac_cv_c_restrict+set}" = set; then :
5665 $as_echo_n "(cached) " >&6
783e057b
DJ
5666else
5667 ac_cv_c_restrict=no
5668 # The order here caters to the fact that C++ does not require restrict.
5669 for ac_kw in __restrict __restrict__ _Restrict restrict; do
81ecdfbb 5670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
5671/* end confdefs.h. */
5672typedef int * int_ptr;
5673 int foo (int_ptr $ac_kw ip) {
5674 return ip[0];
5675 }
5676int
5677main ()
5678{
5679int s[1];
5680 int * $ac_kw t = s;
5681 t[0] = 0;
5682 return foo(t)
5683 ;
5684 return 0;
5685}
5686_ACEOF
81ecdfbb 5687if ac_fn_c_try_compile "$LINENO"; then :
783e057b 5688 ac_cv_c_restrict=$ac_kw
783e057b 5689fi
81ecdfbb 5690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
5691 test "$ac_cv_c_restrict" != no && break
5692 done
5693
5694fi
81ecdfbb
RW
5695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
5696$as_echo "$ac_cv_c_restrict" >&6; }
783e057b
DJ
5697
5698 case $ac_cv_c_restrict in
5699 restrict) ;;
81ecdfbb 5700 no) $as_echo "#define restrict /**/" >>confdefs.h
783e057b
DJ
5701 ;;
5702 *) cat >>confdefs.h <<_ACEOF
5703#define restrict $ac_cv_c_restrict
5704_ACEOF
5705 ;;
5706 esac
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
f434ba03 5719
783e057b
DJ
5720 :
5721
5722
5723
5724
5725
5726
5727
f434ba03
PA
5728 if test $gl_cv_have_include_next = yes; then
5729 gl_cv_next_string_h='<'string.h'>'
5730 else
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <string.h>" >&5
5732$as_echo_n "checking absolute name of <string.h>... " >&6; }
5733if test "${gl_cv_next_string_h+set}" = set; then :
5734 $as_echo_n "(cached) " >&6
5735else
5736
5737 if test $ac_cv_header_string_h = yes; then
5738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5739/* end confdefs.h. */
5740#include <string.h>
5741
5742_ACEOF
5743 case "$host_os" in
5744 aix*) gl_absname_cpp="$ac_cpp -C" ;;
5745 *) gl_absname_cpp="$ac_cpp" ;;
5746 esac
5747 gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
5748 sed -n '\#/string.h#{
5749 s#.*"\(.*/string.h\)".*#\1#
5750 s#^/[^/]#//&#
5751 p
5752 q
5753 }'`'"'
5754 else
5755 gl_cv_next_string_h='<'string.h'>'
5756 fi
5757
5758fi
5759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5
5760$as_echo "$gl_cv_next_string_h" >&6; }
5761 fi
5762 NEXT_STRING_H=$gl_cv_next_string_h
5763
5764 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
5765 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
5766 gl_next_as_first_directive='<'string.h'>'
5767 else
5768 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
5769 gl_next_as_first_directive=$gl_cv_next_string_h
5770 fi
5771 NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive
5772
5773
5774
5775
5776
5777 for gl_func in memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strsignal strverscmp; do
5778 as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
5780$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
5781if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then :
5782 $as_echo_n "(cached) " >&6
5783else
5784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5785/* end confdefs.h. */
5786#include <string.h>
5787
5788int
5789main ()
5790{
5791#undef $gl_func
5792 (void) $gl_func;
5793 ;
5794 return 0;
5795}
5796_ACEOF
5797if ac_fn_c_try_compile "$LINENO"; then :
5798 eval "$as_gl_Symbol=yes"
5799else
5800 eval "$as_gl_Symbol=no"
5801fi
5802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5803fi
5804eval ac_res=\$$as_gl_Symbol
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5806$as_echo "$ac_res" >&6; }
5807 eval as_val=\$$as_gl_Symbol
5808 if test "x$as_val" = x""yes; then :
5809 cat >>confdefs.h <<_ACEOF
5810#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
5811_ACEOF
5812
5813 eval ac_cv_have_decl_$gl_func=yes
5814fi
5815 done
5816
5817
5818
5819 GNULIB_BTOWC=0;
5820 GNULIB_WCTOB=0;
5821 GNULIB_MBSINIT=0;
5822 GNULIB_MBRTOWC=0;
5823 GNULIB_MBRLEN=0;
5824 GNULIB_MBSRTOWCS=0;
5825 GNULIB_MBSNRTOWCS=0;
5826 GNULIB_WCRTOMB=0;
5827 GNULIB_WCSRTOMBS=0;
5828 GNULIB_WCSNRTOMBS=0;
5829 GNULIB_WCWIDTH=0;
5830 HAVE_BTOWC=1;
5831 HAVE_MBSINIT=1;
5832 HAVE_MBRTOWC=1;
5833 HAVE_MBRLEN=1;
5834 HAVE_MBSRTOWCS=1;
5835 HAVE_MBSNRTOWCS=1;
5836 HAVE_WCRTOMB=1;
5837 HAVE_WCSRTOMBS=1;
5838 HAVE_WCSNRTOMBS=1;
5839 HAVE_DECL_WCTOB=1;
5840 HAVE_DECL_WCWIDTH=1;
5841 REPLACE_MBSTATE_T=0;
5842 REPLACE_BTOWC=0;
5843 REPLACE_WCTOB=0;
5844 REPLACE_MBSINIT=0;
5845 REPLACE_MBRTOWC=0;
5846 REPLACE_MBRLEN=0;
5847 REPLACE_MBSRTOWCS=0;
5848 REPLACE_MBSNRTOWCS=0;
5849 REPLACE_WCRTOMB=0;
5850 REPLACE_WCSRTOMBS=0;
5851 REPLACE_WCSNRTOMBS=0;
5852 REPLACE_WCWIDTH=0;
5853
5854
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <wchar.h> uses 'inline' correctly" >&5
5856$as_echo_n "checking whether <wchar.h> uses 'inline' correctly... " >&6; }
5857if test "${gl_cv_header_wchar_h_correct_inline+set}" = set; then :
81ecdfbb 5858 $as_echo_n "(cached) " >&6
783e057b 5859else
f434ba03
PA
5860 gl_cv_header_wchar_h_correct_inline=yes
5861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5862/* end confdefs.h. */
783e057b 5863
f434ba03
PA
5864 #define wcstod renamed_wcstod
5865#include <wchar.h>
5866extern int zero (void);
5867int main () { return zero(); }
5868
5869_ACEOF
5870 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5871 (eval $ac_compile) 2>&5
5872 ac_status=$?
5873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5874 test $ac_status = 0; }; then
5875 mv conftest.$ac_objext conftest1.$ac_objext
5876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b 5877/* end confdefs.h. */
f434ba03
PA
5878
5879 #define wcstod renamed_wcstod
5880#include <wchar.h>
5881int zero (void) { return 0; }
783e057b
DJ
5882
5883_ACEOF
f434ba03
PA
5884 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5885 (eval $ac_compile) 2>&5
5886 ac_status=$?
5887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5888 test $ac_status = 0; }; then
5889 mv conftest.$ac_objext conftest2.$ac_objext
5890 if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then
5891 :
5892 else
5893 gl_cv_header_wchar_h_correct_inline=no
5894 fi
5895 fi
5896 fi
5897 rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext
783e057b
DJ
5898
5899fi
f434ba03
PA
5900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5
5901$as_echo "$gl_cv_header_wchar_h_correct_inline" >&6; }
5902 if test $gl_cv_header_wchar_h_correct_inline = no; then
5903 as_fn_error "<wchar.h> cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS).
5904This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in
5905C99 mode. You have four options:
5906 - Add the flag -fgnu89-inline to CC and reconfigure, or
5907 - Fix your include files, using parts of
5908 <http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b037a293a48718af30d706c2e18c929d0e69a621>, or
5909 - Use a gcc version older than 4.3, or
5910 - Don't use the flags -std=c99 or -std=gnu99.
5911Configuration aborted." "$LINENO" 5
5912 fi
783e057b
DJ
5913
5914
f434ba03
PA
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
5916$as_echo_n "checking for wint_t... " >&6; }
5917if test "${gt_cv_c_wint_t+set}" = set; then :
5918 $as_echo_n "(cached) " >&6
5919else
5920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5921/* end confdefs.h. */
783e057b 5922
f434ba03
PA
5923/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
5924 <wchar.h>.
5925 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
5926 before <wchar.h>. */
5927#include <stddef.h>
5928#include <stdio.h>
5929#include <time.h>
5930#include <wchar.h>
5931 wint_t foo = (wchar_t)'\0';
5932int
5933main ()
5934{
783e057b 5935
f434ba03
PA
5936 ;
5937 return 0;
5938}
5939_ACEOF
5940if ac_fn_c_try_compile "$LINENO"; then :
5941 gt_cv_c_wint_t=yes
5942else
5943 gt_cv_c_wint_t=no
5944fi
5945rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5946fi
5947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
5948$as_echo "$gt_cv_c_wint_t" >&6; }
5949 if test $gt_cv_c_wint_t = yes; then
783e057b 5950
f434ba03 5951$as_echo "#define HAVE_WINT_T 1" >>confdefs.h
783e057b 5952
f434ba03 5953 fi
783e057b
DJ
5954
5955
81ecdfbb 5956 if false; then
783e057b
DJ
5957 GL_COND_LIBTOOL_TRUE=
5958 GL_COND_LIBTOOL_FALSE='#'
5959else
5960 GL_COND_LIBTOOL_TRUE='#'
5961 GL_COND_LIBTOOL_FALSE=
5962fi
5963
5964 gl_cond_libtool=false
5965 gl_libdeps=
5966 gl_ltlibdeps=
f434ba03 5967 gl_m4_base='gnulib/m4'
783e057b
DJ
5968
5969
5970
783e057b
DJ
5971
5972
5973
5974
5975
5976
f434ba03
PA
5977 gl_source_base='gnulib'
5978 # Code from module arg-nonnull:
5979 # Code from module c++defs:
5980 # Code from module extensions:
5981 # Code from module include_next:
5982 # Code from module memchr:
783e057b 5983
783e057b 5984
783e057b 5985
783e057b 5986
f434ba03 5987 GNULIB_MEMCHR=1
783e057b 5988
783e057b 5989
783e057b 5990
f434ba03 5991$as_echo "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h
783e057b 5992
783e057b
DJ
5993
5994
f434ba03 5995 # Code from module memmem:
783e057b
DJ
5996
5997
f434ba03
PA
5998 if test $ac_cv_have_decl_memmem = yes; then
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memmem works in linear time" >&5
6000$as_echo_n "checking whether memmem works in linear time... " >&6; }
6001if test "${gl_cv_func_memmem_works+set}" = set; then :
81ecdfbb 6002 $as_echo_n "(cached) " >&6
783e057b 6003else
81ecdfbb 6004 if test "$cross_compiling" = yes; then :
f434ba03 6005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b 6006/* end confdefs.h. */
783e057b 6007
f434ba03
PA
6008#include <features.h>
6009#ifdef __GNU_LIBRARY__
6010 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 9) || (__GLIBC__ > 2)
6011 Lucky user
6012 #endif
6013#endif
6014#ifdef __CYGWIN__
6015 #include <cygwin/version.h>
6016 #if CYGWIN_VERSION_DLL_MAJOR >= 1007
6017 Lucky user
6018 #endif
6019#endif
783e057b 6020
783e057b 6021_ACEOF
f434ba03
PA
6022if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6023 $EGREP "Lucky user" >/dev/null 2>&1; then :
6024 gl_cv_func_memmem_works=yes
783e057b 6025else
f434ba03 6026 gl_cv_func_memmem_works="guessing no"
783e057b 6027fi
f434ba03 6028rm -f conftest*
783e057b
DJ
6029
6030
783e057b 6031else
81ecdfbb 6032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6033/* end confdefs.h. */
6034
f434ba03 6035#include <signal.h> /* for signal */
783e057b
DJ
6036#include <string.h> /* for memmem */
6037#include <stdlib.h> /* for malloc */
6038#include <unistd.h> /* for alarm */
6039
6040int
6041main ()
6042{
6043size_t m = 1000000;
6044 char *haystack = (char *) malloc (2 * m + 1);
6045 char *needle = (char *) malloc (m + 1);
6046 void *result = 0;
6047 /* Failure to compile this test due to missing alarm is okay,
6048 since all such platforms (mingw) also lack memmem. */
f434ba03 6049 signal (SIGALRM, SIG_DFL);
783e057b
DJ
6050 alarm (5);
6051 /* Check for quadratic performance. */
6052 if (haystack && needle)
6053 {
f434ba03
PA
6054 memset (haystack, 'A', 2 * m);
6055 haystack[2 * m] = 'B';
6056 memset (needle, 'A', m);
6057 needle[m] = 'B';
6058 result = memmem (haystack, 2 * m + 1, needle, m + 1);
783e057b
DJ
6059 }
6060 /* Check for empty needle behavior. */
6061 return !result || !memmem ("a", 1, 0, 0);
6062 ;
6063 return 0;
6064}
6065_ACEOF
81ecdfbb 6066if ac_fn_c_try_run "$LINENO"; then :
783e057b
DJ
6067 gl_cv_func_memmem_works=yes
6068else
81ecdfbb 6069 gl_cv_func_memmem_works=no
783e057b 6070fi
81ecdfbb
RW
6071rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6072 conftest.$ac_objext conftest.beam conftest.$ac_ext
783e057b 6073fi
81ecdfbb 6074
f434ba03 6075
783e057b 6076fi
81ecdfbb
RW
6077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memmem_works" >&5
6078$as_echo "$gl_cv_func_memmem_works" >&6; }
783e057b
DJ
6079 if test "$gl_cv_func_memmem_works" != yes; then
6080 REPLACE_MEMMEM=1
6081
6082
6083
6084
6085
6086
6087
f434ba03 6088
783e057b
DJ
6089 gl_LIBOBJS="$gl_LIBOBJS memmem.$ac_objext"
6090
6091 fi
6092 fi
6093
f434ba03
PA
6094 # Code from module memmem-simple:
6095
783e057b
DJ
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
81ecdfbb
RW
6107 for ac_func in memmem
6108do :
6109 ac_fn_c_check_func "$LINENO" "memmem" "ac_cv_func_memmem"
6110if test "x$ac_cv_func_memmem" = x""yes; then :
783e057b 6111 cat >>confdefs.h <<_ACEOF
81ecdfbb 6112#define HAVE_MEMMEM 1
783e057b
DJ
6113_ACEOF
6114
6115else
6116
6117 gl_LIBOBJS="$gl_LIBOBJS $ac_func.$ac_objext"
6118
6119fi
6120done
6121
6122
6123
6124 :
6125
6126
6127
6128
6129
6130 if test $ac_cv_have_decl_memmem = no; then
6131 HAVE_DECL_MEMMEM=0
6132 fi
6133 :
6134
6135
6136
f434ba03 6137
783e057b
DJ
6138 GNULIB_MEMMEM=1
6139
6140
6141
f434ba03
PA
6142$as_echo "#define GNULIB_TEST_MEMMEM 1" >>confdefs.h
6143
6144
6145
6146 # Code from module multiarch:
6147
6148 # Code from module stddef:
6149
6150
6151
6152 if test $gt_cv_c_wchar_t = no; then
6153 HAVE_WCHAR_T=0
6154 STDDEF_H=stddef.h
6155 fi
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
6157$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
6158if test "${gl_cv_decl_null_works+set}" = set; then :
6159 $as_echo_n "(cached) " >&6
6160else
6161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6162/* end confdefs.h. */
6163#include <stddef.h>
6164 int test[2 * (sizeof NULL == sizeof (void *)) -1];
6165
6166int
6167main ()
6168{
6169
6170 ;
6171 return 0;
6172}
6173_ACEOF
6174if ac_fn_c_try_compile "$LINENO"; then :
6175 gl_cv_decl_null_works=yes
6176else
6177 gl_cv_decl_null_works=no
6178fi
6179rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6180fi
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5
6182$as_echo "$gl_cv_decl_null_works" >&6; }
6183 if test $gl_cv_decl_null_works = no; then
6184 REPLACE_NULL=1
6185 STDDEF_H=stddef.h
6186 fi
6187 if test -n "$STDDEF_H"; then
6188
6189
6190
6191
6192 :
6193
6194
6195
6196
6197
6198
6199
6200 if test $gl_cv_have_include_next = yes; then
6201 gl_cv_next_stddef_h='<'stddef.h'>'
6202 else
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
6204$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
6205if test "${gl_cv_next_stddef_h+set}" = set; then :
6206 $as_echo_n "(cached) " >&6
6207else
6208
6209 if test $ac_cv_header_stddef_h = yes; then
6210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6211/* end confdefs.h. */
6212#include <stddef.h>
6213
6214_ACEOF
6215 case "$host_os" in
6216 aix*) gl_absname_cpp="$ac_cpp -C" ;;
6217 *) gl_absname_cpp="$ac_cpp" ;;
6218 esac
6219 gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
6220 sed -n '\#/stddef.h#{
6221 s#.*"\(.*/stddef.h\)".*#\1#
6222 s#^/[^/]#//&#
6223 p
6224 q
6225 }'`'"'
6226 else
6227 gl_cv_next_stddef_h='<'stddef.h'>'
6228 fi
6229
6230fi
6231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5
6232$as_echo "$gl_cv_next_stddef_h" >&6; }
6233 fi
6234 NEXT_STDDEF_H=$gl_cv_next_stddef_h
6235
6236 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
6237 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
6238 gl_next_as_first_directive='<'stddef.h'>'
6239 else
6240 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
6241 gl_next_as_first_directive=$gl_cv_next_stddef_h
6242 fi
6243 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive
6244
6245
6246
6247 fi
6248
6249 # Code from module stdint:
6250
6251
783e057b
DJ
6252
6253 if test $ac_cv_type_long_long_int = yes; then
6254 HAVE_LONG_LONG_INT=1
6255 else
6256 HAVE_LONG_LONG_INT=0
6257 fi
6258
6259
6260 if test $ac_cv_type_unsigned_long_long_int = yes; then
6261 HAVE_UNSIGNED_LONG_LONG_INT=1
6262 else
6263 HAVE_UNSIGNED_LONG_LONG_INT=0
6264 fi
6265
6266
6267 if test $ac_cv_header_inttypes_h = yes; then
6268 HAVE_INTTYPES_H=1
6269 else
6270 HAVE_INTTYPES_H=0
6271 fi
6272
6273
6274 if test $ac_cv_header_sys_types_h = yes; then
6275 HAVE_SYS_TYPES_H=1
6276 else
6277 HAVE_SYS_TYPES_H=0
6278 fi
6279
6280
6281
6282
6283
f434ba03 6284
783e057b
DJ
6285 :
6286
6287
6288
6289
6290
6291
6292
6293 if test $gl_cv_have_include_next = yes; then
6294 gl_cv_next_stdint_h='<'stdint.h'>'
6295 else
81ecdfbb
RW
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
6297$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
6298if test "${gl_cv_next_stdint_h+set}" = set; then :
6299 $as_echo_n "(cached) " >&6
783e057b
DJ
6300else
6301
f434ba03
PA
6302 if test $ac_cv_header_stdint_h = yes; then
6303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6304/* end confdefs.h. */
6305#include <stdint.h>
6306
6307_ACEOF
f434ba03
PA
6308 case "$host_os" in
6309 aix*) gl_absname_cpp="$ac_cpp -C" ;;
6310 *) gl_absname_cpp="$ac_cpp" ;;
6311 esac
6312 gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
6313 sed -n '\#/stdint.h#{
6314 s#.*"\(.*/stdint.h\)".*#\1#
6315 s#^/[^/]#//&#
6316 p
6317 q
6318 }'`'"'
6319 else
6320 gl_cv_next_stdint_h='<'stdint.h'>'
6321 fi
783e057b
DJ
6322
6323fi
81ecdfbb
RW
6324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5
6325$as_echo "$gl_cv_next_stdint_h" >&6; }
783e057b
DJ
6326 fi
6327 NEXT_STDINT_H=$gl_cv_next_stdint_h
6328
f434ba03
PA
6329 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
6330 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
6331 gl_next_as_first_directive='<'stdint.h'>'
6332 else
6333 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
6334 gl_next_as_first_directive=$gl_cv_next_stdint_h
6335 fi
6336 NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive
6337
783e057b
DJ
6338
6339
6340 if test $ac_cv_header_stdint_h = yes; then
6341 HAVE_STDINT_H=1
6342 else
6343 HAVE_STDINT_H=0
6344 fi
6345
6346
6347 if test $ac_cv_header_stdint_h = yes; then
81ecdfbb
RW
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
6349$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
6350if test "${gl_cv_header_working_stdint_h+set}" = set; then :
6351 $as_echo_n "(cached) " >&6
783e057b
DJ
6352else
6353 gl_cv_header_working_stdint_h=no
81ecdfbb 6354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6355/* end confdefs.h. */
6356
81ecdfbb 6357
783e057b
DJ
6358#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
6359#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
6360#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
6361#include <stdint.h>
6362/* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
6363#if !(defined WCHAR_MIN && defined WCHAR_MAX)
6364#error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
6365#endif
6366
6367
6368 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6369 included before <wchar.h>. */
6370 #include <stddef.h>
6371 #include <signal.h>
6372 #if HAVE_WCHAR_H
6373 # include <stdio.h>
6374 # include <time.h>
6375 # include <wchar.h>
6376 #endif
6377
6378
6379#ifdef INT8_MAX
6380int8_t a1 = INT8_MAX;
6381int8_t a1min = INT8_MIN;
6382#endif
6383#ifdef INT16_MAX
6384int16_t a2 = INT16_MAX;
6385int16_t a2min = INT16_MIN;
6386#endif
6387#ifdef INT32_MAX
6388int32_t a3 = INT32_MAX;
6389int32_t a3min = INT32_MIN;
6390#endif
6391#ifdef INT64_MAX
6392int64_t a4 = INT64_MAX;
6393int64_t a4min = INT64_MIN;
6394#endif
6395#ifdef UINT8_MAX
6396uint8_t b1 = UINT8_MAX;
6397#else
6398typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
6399#endif
6400#ifdef UINT16_MAX
6401uint16_t b2 = UINT16_MAX;
6402#endif
6403#ifdef UINT32_MAX
6404uint32_t b3 = UINT32_MAX;
6405#endif
6406#ifdef UINT64_MAX
6407uint64_t b4 = UINT64_MAX;
6408#endif
6409int_least8_t c1 = INT8_C (0x7f);
6410int_least8_t c1max = INT_LEAST8_MAX;
6411int_least8_t c1min = INT_LEAST8_MIN;
6412int_least16_t c2 = INT16_C (0x7fff);
6413int_least16_t c2max = INT_LEAST16_MAX;
6414int_least16_t c2min = INT_LEAST16_MIN;
6415int_least32_t c3 = INT32_C (0x7fffffff);
6416int_least32_t c3max = INT_LEAST32_MAX;
6417int_least32_t c3min = INT_LEAST32_MIN;
6418int_least64_t c4 = INT64_C (0x7fffffffffffffff);
6419int_least64_t c4max = INT_LEAST64_MAX;
6420int_least64_t c4min = INT_LEAST64_MIN;
6421uint_least8_t d1 = UINT8_C (0xff);
6422uint_least8_t d1max = UINT_LEAST8_MAX;
6423uint_least16_t d2 = UINT16_C (0xffff);
6424uint_least16_t d2max = UINT_LEAST16_MAX;
6425uint_least32_t d3 = UINT32_C (0xffffffff);
6426uint_least32_t d3max = UINT_LEAST32_MAX;
6427uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
6428uint_least64_t d4max = UINT_LEAST64_MAX;
6429int_fast8_t e1 = INT_FAST8_MAX;
6430int_fast8_t e1min = INT_FAST8_MIN;
6431int_fast16_t e2 = INT_FAST16_MAX;
6432int_fast16_t e2min = INT_FAST16_MIN;
6433int_fast32_t e3 = INT_FAST32_MAX;
6434int_fast32_t e3min = INT_FAST32_MIN;
6435int_fast64_t e4 = INT_FAST64_MAX;
6436int_fast64_t e4min = INT_FAST64_MIN;
6437uint_fast8_t f1 = UINT_FAST8_MAX;
6438uint_fast16_t f2 = UINT_FAST16_MAX;
6439uint_fast32_t f3 = UINT_FAST32_MAX;
6440uint_fast64_t f4 = UINT_FAST64_MAX;
6441#ifdef INTPTR_MAX
6442intptr_t g = INTPTR_MAX;
6443intptr_t gmin = INTPTR_MIN;
6444#endif
6445#ifdef UINTPTR_MAX
6446uintptr_t h = UINTPTR_MAX;
6447#endif
6448intmax_t i = INTMAX_MAX;
6449uintmax_t j = UINTMAX_MAX;
6450
6451#include <limits.h> /* for CHAR_BIT */
6452#define TYPE_MINIMUM(t) \
6453 ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
6454#define TYPE_MAXIMUM(t) \
6455 ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
6456struct s {
6457 int check_PTRDIFF:
6458 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
6459 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
6460 ? 1 : -1;
6461 /* Detect bug in FreeBSD 6.0 / ia64. */
6462 int check_SIG_ATOMIC:
6463 SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
6464 && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
6465 ? 1 : -1;
6466 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
6467 int check_WCHAR:
6468 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
6469 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
6470 ? 1 : -1;
6471 /* Detect bug in mingw. */
6472 int check_WINT:
6473 WINT_MIN == TYPE_MINIMUM (wint_t)
6474 && WINT_MAX == TYPE_MAXIMUM (wint_t)
6475 ? 1 : -1;
6476
f434ba03
PA
6477 /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
6478 int check_UINT8_C:
6479 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
6480 int check_UINT16_C:
6481 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
6482
6483 /* Detect bugs in OpenBSD 3.9 stdint.h. */
6484#ifdef UINT8_MAX
6485 int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
6486#endif
6487#ifdef UINT16_MAX
6488 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
6489#endif
6490#ifdef UINT32_MAX
6491 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
6492#endif
6493#ifdef UINT64_MAX
6494 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
6495#endif
6496 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
6497 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
6498 int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
6499 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
6500 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
6501 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
6502 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
6503 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
6504 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
6505 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
6506 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
6507};
6508
6509int
6510main ()
6511{
6512
6513 ;
6514 return 0;
6515}
6516_ACEOF
6517if ac_fn_c_try_compile "$LINENO"; then :
6518 if test "$cross_compiling" = yes; then :
6519 gl_cv_header_working_stdint_h=yes
6520
6521else
6522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6523/* end confdefs.h. */
6524
6525
6526#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
6527#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
6528#define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
6529#include <stdint.h>
6530
783e057b 6531
f434ba03
PA
6532 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6533 included before <wchar.h>. */
6534 #include <stddef.h>
6535 #include <signal.h>
6536 #if HAVE_WCHAR_H
6537 # include <stdio.h>
6538 # include <time.h>
6539 # include <wchar.h>
6540 #endif
6541
6542
6543#include <stdio.h>
6544#include <string.h>
6545#define MVAL(macro) MVAL1(macro)
6546#define MVAL1(expression) #expression
6547static const char *macro_values[] =
6548 {
6549#ifdef INT8_MAX
6550 MVAL (INT8_MAX),
6551#endif
6552#ifdef INT16_MAX
6553 MVAL (INT16_MAX),
6554#endif
6555#ifdef INT32_MAX
6556 MVAL (INT32_MAX),
6557#endif
6558#ifdef INT64_MAX
6559 MVAL (INT64_MAX),
6560#endif
783e057b 6561#ifdef UINT8_MAX
f434ba03 6562 MVAL (UINT8_MAX),
783e057b
DJ
6563#endif
6564#ifdef UINT16_MAX
f434ba03 6565 MVAL (UINT16_MAX),
783e057b
DJ
6566#endif
6567#ifdef UINT32_MAX
f434ba03 6568 MVAL (UINT32_MAX),
783e057b
DJ
6569#endif
6570#ifdef UINT64_MAX
f434ba03 6571 MVAL (UINT64_MAX),
783e057b 6572#endif
f434ba03
PA
6573 NULL
6574 };
783e057b
DJ
6575
6576int
6577main ()
6578{
6579
f434ba03
PA
6580 const char **mv;
6581 for (mv = macro_values; *mv != NULL; mv++)
6582 {
6583 const char *value = *mv;
6584 /* Test whether it looks like a cast expression. */
6585 if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0
6586 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0
6587 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0
6588 || strncmp (value, "((int)"/*)*/, 6) == 0
6589 || strncmp (value, "((signed short)"/*)*/, 15) == 0
6590 || strncmp (value, "((signed char)"/*)*/, 14) == 0)
6591 return 1;
6592 }
6593 return 0;
6594
783e057b
DJ
6595 ;
6596 return 0;
6597}
6598_ACEOF
f434ba03 6599if ac_fn_c_try_run "$LINENO"; then :
783e057b 6600 gl_cv_header_working_stdint_h=yes
f434ba03
PA
6601fi
6602rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6603 conftest.$ac_objext conftest.beam conftest.$ac_ext
6604fi
6605
6606
783e057b 6607fi
81ecdfbb 6608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f434ba03 6609
783e057b 6610fi
81ecdfbb
RW
6611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5
6612$as_echo "$gl_cv_header_working_stdint_h" >&6; }
783e057b
DJ
6613 fi
6614 if test "$gl_cv_header_working_stdint_h" = yes; then
6615 STDINT_H=
6616 else
81ecdfbb
RW
6617 for ac_header in sys/inttypes.h sys/bitypes.h
6618do :
6619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6620ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6621eval as_val=\$$as_ac_Header
6622 if test "x$as_val" = x""yes; then :
783e057b 6623 cat >>confdefs.h <<_ACEOF
81ecdfbb 6624#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
783e057b
DJ
6625_ACEOF
6626
6627fi
6628
6629done
6630
6631 if test $ac_cv_header_sys_inttypes_h = yes; then
6632 HAVE_SYS_INTTYPES_H=1
6633 else
6634 HAVE_SYS_INTTYPES_H=0
6635 fi
6636
6637 if test $ac_cv_header_sys_bitypes_h = yes; then
6638 HAVE_SYS_BITYPES_H=1
6639 else
6640 HAVE_SYS_BITYPES_H=0
6641 fi
6642
6643
6644
6645 :
6646
6647
6648
6649
6650
6651
6652
6653
f434ba03
PA
6654 if test $APPLE_UNIVERSAL_BUILD = 0; then
6655
6656
6657 for gltype in ptrdiff_t size_t ; do
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
6659$as_echo_n "checking for bit size of $gltype... " >&6; }
6660if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
6661 $as_echo_n "(cached) " >&6
6662else
6663 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
6664 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6665 included before <wchar.h>. */
6666 #include <stddef.h>
6667 #include <signal.h>
6668 #if HAVE_WCHAR_H
6669 # include <stdio.h>
6670 # include <time.h>
6671 # include <wchar.h>
6672 #endif
6673
6674#include <limits.h>"; then :
6675
6676else
6677 result=unknown
6678fi
6679
6680 eval gl_cv_bitsizeof_${gltype}=\$result
6681
6682fi
6683eval ac_res=\$gl_cv_bitsizeof_${gltype}
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6685$as_echo "$ac_res" >&6; }
6686 eval result=\$gl_cv_bitsizeof_${gltype}
6687 if test $result = unknown; then
6688 result=0
6689 fi
6690 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
6691 cat >>confdefs.h <<_ACEOF
6692#define BITSIZEOF_${GLTYPE} $result
6693_ACEOF
6694
6695 eval BITSIZEOF_${GLTYPE}=\$result
6696 done
6697
6698
6699 fi
6700
783e057b 6701
f434ba03 6702 for gltype in sig_atomic_t wchar_t wint_t ; do
81ecdfbb
RW
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
6704$as_echo_n "checking for bit size of $gltype... " >&6; }
6705if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
6706 $as_echo_n "(cached) " >&6
6707else
6708 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
6709 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6710 included before <wchar.h>. */
6711 #include <stddef.h>
6712 #include <signal.h>
6713 #if HAVE_WCHAR_H
6714 # include <stdio.h>
6715 # include <time.h>
6716 # include <wchar.h>
6717 #endif
6718
6719#include <limits.h>"; then :
6720
6721else
6722 result=unknown
6723fi
6724
6725 eval gl_cv_bitsizeof_${gltype}=\$result
6726
6727fi
6728eval ac_res=\$gl_cv_bitsizeof_${gltype}
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6730$as_echo "$ac_res" >&6; }
6731 eval result=\$gl_cv_bitsizeof_${gltype}
6732 if test $result = unknown; then
6733 result=0
6734 fi
6735 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
6736 cat >>confdefs.h <<_ACEOF
6737#define BITSIZEOF_${GLTYPE} $result
6738_ACEOF
783e057b 6739
81ecdfbb
RW
6740 eval BITSIZEOF_${GLTYPE}=\$result
6741 done
783e057b
DJ
6742
6743
6744
6745
81ecdfbb
RW
6746 for gltype in sig_atomic_t wchar_t wint_t ; do
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
6748$as_echo_n "checking whether $gltype is signed... " >&6; }
6749if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then :
6750 $as_echo_n "(cached) " >&6
783e057b 6751else
81ecdfbb 6752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6753/* end confdefs.h. */
6754
6755 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6756 included before <wchar.h>. */
6757 #include <stddef.h>
6758 #include <signal.h>
6759 #if HAVE_WCHAR_H
6760 # include <stdio.h>
6761 # include <time.h>
6762 # include <wchar.h>
6763 #endif
6764
6765 int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];
6766int
6767main ()
6768{
6769
6770 ;
6771 return 0;
6772}
6773_ACEOF
81ecdfbb 6774if ac_fn_c_try_compile "$LINENO"; then :
783e057b
DJ
6775 result=yes
6776else
81ecdfbb 6777 result=no
20e95c23 6778fi
81ecdfbb 6779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
6780 eval gl_cv_type_${gltype}_signed=\$result
6781
6782fi
81ecdfbb
RW
6783eval ac_res=\$gl_cv_type_${gltype}_signed
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6785$as_echo "$ac_res" >&6; }
783e057b
DJ
6786 eval result=\$gl_cv_type_${gltype}_signed
6787 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
6788 if test "$result" = yes; then
6789 cat >>confdefs.h <<_ACEOF
6790#define HAVE_SIGNED_${GLTYPE} 1
6791_ACEOF
6792
6793 eval HAVE_SIGNED_${GLTYPE}=1
6794 else
6795 eval HAVE_SIGNED_${GLTYPE}=0
6796 fi
6797 done
6798
6799
6800 gl_cv_type_ptrdiff_t_signed=yes
6801 gl_cv_type_size_t_signed=no
f434ba03 6802 if test $APPLE_UNIVERSAL_BUILD = 0; then
783e057b
DJ
6803
6804
f434ba03 6805 for gltype in ptrdiff_t size_t ; do
81ecdfbb
RW
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
6807$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
6808if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
6809 $as_echo_n "(cached) " >&6
c906108c 6810else
783e057b
DJ
6811 eval gl_cv_type_${gltype}_suffix=no
6812 eval result=\$gl_cv_type_${gltype}_signed
6813 if test "$result" = yes; then
6814 glsufu=
6815 else
6816 glsufu=u
6817 fi
6818 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
6819 case $glsuf in
6820 '') gltype1='int';;
f434ba03
PA
6821 l) gltype1='long int';;
6822 ll) gltype1='long long int';;
6823 i64) gltype1='__int64';;
6824 u) gltype1='unsigned int';;
6825 ul) gltype1='unsigned long int';;
6826 ull) gltype1='unsigned long long int';;
783e057b
DJ
6827 ui64)gltype1='unsigned __int64';;
6828 esac
81ecdfbb 6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6830/* end confdefs.h. */
6831
6832 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6833 included before <wchar.h>. */
6834 #include <stddef.h>
6835 #include <signal.h>
6836 #if HAVE_WCHAR_H
6837 # include <stdio.h>
6838 # include <time.h>
6839 # include <wchar.h>
6840 #endif
6841
6842 extern $gltype foo;
6843 extern $gltype1 foo;
6844int
6845main ()
6846{
6847
6848 ;
6849 return 0;
6850}
6851_ACEOF
81ecdfbb 6852if ac_fn_c_try_compile "$LINENO"; then :
783e057b 6853 eval gl_cv_type_${gltype}_suffix=\$glsuf
783e057b 6854fi
81ecdfbb 6855rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
783e057b
DJ
6856 eval result=\$gl_cv_type_${gltype}_suffix
6857 test "$result" != no && break
6858 done
6859fi
81ecdfbb
RW
6860eval ac_res=\$gl_cv_type_${gltype}_suffix
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6862$as_echo "$ac_res" >&6; }
783e057b
DJ
6863 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
6864 eval result=\$gl_cv_type_${gltype}_suffix
6865 test "$result" = no && result=
6866 eval ${GLTYPE}_SUFFIX=\$result
6867 cat >>confdefs.h <<_ACEOF
6868#define ${GLTYPE}_SUFFIX $result
6869_ACEOF
6870
6871 done
6872
6873
783e057b
DJ
6874 fi
6875
6876
f434ba03
PA
6877 for gltype in sig_atomic_t wchar_t wint_t ; do
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
6879$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
6880if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
81ecdfbb 6881 $as_echo_n "(cached) " >&6
783e057b 6882else
f434ba03
PA
6883 eval gl_cv_type_${gltype}_suffix=no
6884 eval result=\$gl_cv_type_${gltype}_signed
6885 if test "$result" = yes; then
6886 glsufu=
6887 else
6888 glsufu=u
6889 fi
6890 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do
6891 case $glsuf in
6892 '') gltype1='int';;
6893 l) gltype1='long int';;
6894 ll) gltype1='long long int';;
6895 i64) gltype1='__int64';;
6896 u) gltype1='unsigned int';;
6897 ul) gltype1='unsigned long int';;
6898 ull) gltype1='unsigned long long int';;
6899 ui64)gltype1='unsigned __int64';;
6900 esac
6901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 6902/* end confdefs.h. */
f434ba03
PA
6903
6904 /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
6905 included before <wchar.h>. */
6906 #include <stddef.h>
6907 #include <signal.h>
6908 #if HAVE_WCHAR_H
6909 # include <stdio.h>
6910 # include <time.h>
6911 # include <wchar.h>
6912 #endif
6913
6914 extern $gltype foo;
6915 extern $gltype1 foo;
6916int
6917main ()
6918{
6919
6920 ;
6921 return 0;
6922}
783e057b 6923_ACEOF
81ecdfbb 6924if ac_fn_c_try_compile "$LINENO"; then :
f434ba03 6925 eval gl_cv_type_${gltype}_suffix=\$glsuf
783e057b 6926fi
81ecdfbb 6927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f434ba03
PA
6928 eval result=\$gl_cv_type_${gltype}_suffix
6929 test "$result" != no && break
6930 done
783e057b 6931fi
f434ba03
PA
6932eval ac_res=\$gl_cv_type_${gltype}_suffix
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6934$as_echo "$ac_res" >&6; }
6935 GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
6936 eval result=\$gl_cv_type_${gltype}_suffix
6937 test "$result" = no && result=
6938 eval ${GLTYPE}_SUFFIX=\$result
6939 cat >>confdefs.h <<_ACEOF
6940#define ${GLTYPE}_SUFFIX $result
6941_ACEOF
6942
6943 done
6944
6945
6946
6947 STDINT_H=stdint.h
783e057b
DJ
6948 fi
6949
6950
f434ba03
PA
6951 # Code from module string:
6952
6953
6954
6955 # Code from module warn-on-use:
6956 # Code from module wchar:
6957
6958
6959
6960
783e057b
DJ
6961 :
6962
6963
6964
6965
6966
783e057b
DJ
6967
6968
6969
6970
6971 :
6972
6973
6974
6975
6976
6977
6978
6979 if test $gl_cv_have_include_next = yes; then
6980 gl_cv_next_wchar_h='<'wchar.h'>'
6981 else
81ecdfbb
RW
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <wchar.h>" >&5
6983$as_echo_n "checking absolute name of <wchar.h>... " >&6; }
6984if test "${gl_cv_next_wchar_h+set}" = set; then :
6985 $as_echo_n "(cached) " >&6
783e057b
DJ
6986else
6987
f434ba03
PA
6988 if test $ac_cv_header_wchar_h = yes; then
6989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783e057b
DJ
6990/* end confdefs.h. */
6991#include <wchar.h>
6992
6993_ACEOF
f434ba03
PA
6994 case "$host_os" in
6995 aix*) gl_absname_cpp="$ac_cpp -C" ;;
6996 *) gl_absname_cpp="$ac_cpp" ;;
6997 esac
6998 gl_cv_next_wchar_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 |
6999 sed -n '\#/wchar.h#{
7000 s#.*"\(.*/wchar.h\)".*#\1#
7001 s#^/[^/]#//&#
7002 p
7003 q
7004 }'`'"'
7005 else
7006 gl_cv_next_wchar_h='<'wchar.h'>'
7007 fi
783e057b
DJ
7008
7009fi
81ecdfbb
RW
7010{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5
7011$as_echo "$gl_cv_next_wchar_h" >&6; }
783e057b
DJ
7012 fi
7013 NEXT_WCHAR_H=$gl_cv_next_wchar_h
7014
f434ba03
PA
7015 if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then
7016 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
7017 gl_next_as_first_directive='<'wchar.h'>'
7018 else
7019 # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
7020 gl_next_as_first_directive=$gl_cv_next_wchar_h
7021 fi
7022 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=$gl_next_as_first_directive
7023
7024
7025
7026 if test $ac_cv_header_wchar_h = yes; then
7027 HAVE_WCHAR_H=1
7028 else
7029 HAVE_WCHAR_H=0
7030 fi
7031
7032
7033
7034 if test $gt_cv_c_wint_t = yes; then
7035 HAVE_WINT_T=1
7036 else
7037 HAVE_WINT_T=0
7038 fi
7039
7040
7041
7042 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth; do
7043 as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
7045$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
7046if { as_var=$as_gl_Symbol; eval "test \"\${$as_var+set}\" = set"; }; then :
7047 $as_echo_n "(cached) " >&6
7048else
7049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7050/* end confdefs.h. */
7051
7052/* Some systems require additional headers. */
7053#ifndef __GLIBC__
7054# include <stddef.h>
7055# include <stdio.h>
7056# include <time.h>
7057#endif
7058#include <wchar.h>
7059
7060int
7061main ()
7062{
7063#undef $gl_func
7064 (void) $gl_func;
7065 ;
7066 return 0;
7067}
7068_ACEOF
7069if ac_fn_c_try_compile "$LINENO"; then :
7070 eval "$as_gl_Symbol=yes"
7071else
7072 eval "$as_gl_Symbol=no"
7073fi
7074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7075fi
7076eval ac_res=\$$as_gl_Symbol
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7078$as_echo "$ac_res" >&6; }
7079 eval as_val=\$$as_gl_Symbol
7080 if test "x$as_val" = x""yes; then :
7081 cat >>confdefs.h <<_ACEOF
7082#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
7083_ACEOF
7084
7085 eval ac_cv_have_decl_$gl_func=yes
7086fi
7087 done
7088
7089
7090 # Code from module dummy:
7091 # End of code from modules
7092
7093
c906108c 7094
c906108c 7095
c906108c 7096
c906108c 7097
c906108c 7098
c906108c 7099
c906108c 7100
783e057b
DJ
7101 gltests_libdeps=
7102 gltests_ltlibdeps=
20e95c23 7103
20e95c23 7104
20e95c23 7105
f434ba03
PA
7106
7107
7108
7109
7110
7111
783e057b 7112 gl_source_base='tests'
f434ba03
PA
7113 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
7114
7115 gl_module_indicator_condition=$gltests_WITNESS
7116
7117
7118
7119
7120
c906108c 7121
bec39cab 7122
bec39cab 7123
783e057b
DJ
7124
7125 LIBGNU_LIBDEPS="$gl_libdeps"
7126
7127 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
7128
7129
e28b3332 7130
d5af19ba
DJ
7131# For Makefile dependencies.
7132GNULIB_STDINT_H=
7133if test x"$STDINT_H" != x; then
7134 GNULIB_STDINT_H=gnulib/$STDINT_H
7135fi
7136
7137
bec39cab
AC
7138PACKAGE=gdb
7139
7140cat >>confdefs.h <<_ACEOF
7141#define PACKAGE "$PACKAGE"
7142_ACEOF
7143
7144
7145
e28b3332
DJ
7146# GDB does not use automake, but gnulib does. This line lets us
7147# generate its Makefile.in.
81ecdfbb
RW
7148am__api_version='1.11'
7149
e28b3332
DJ
7150# Find a good install program. We prefer a C program (faster),
7151# so one script is as good as another. But avoid the broken or
7152# incompatible versions:
7153# SysV /etc/install, /usr/sbin/install
7154# SunOS /usr/etc/install
7155# IRIX /sbin/install
7156# AIX /bin/install
7157# AmigaOS /C/install, which installs bootblocks on floppy discs
7158# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7159# AFS /usr/afsws/bin/install, which mishandles nonexistent args
7160# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7161# OS/2's system install, which has a completely different semantic
7162# ./install, which can be erroneously created by make from ./install.sh.
85541719 7163# Reject install programs that cannot install multiple files.
81ecdfbb
RW
7164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
7165$as_echo_n "checking for a BSD-compatible install... " >&6; }
e28b3332 7166if test -z "$INSTALL"; then
81ecdfbb
RW
7167if test "${ac_cv_path_install+set}" = set; then :
7168 $as_echo_n "(cached) " >&6
e28b3332
DJ
7169else
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171for as_dir in $PATH
7172do
7173 IFS=$as_save_IFS
7174 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7175 # Account for people who put trailing slashes in PATH elements.
7176case $as_dir/ in #((
7177 ./ | .// | /[cC]/* | \
e28b3332 7178 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 7179 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
e28b3332
DJ
7180 /usr/ucb/* ) ;;
7181 *)
7182 # OSF1 and SCO ODT 3.0 have their own names for install.
7183 # Don't use installbsd from OSF since it installs stuff as root
7184 # by default.
7185 for ac_prog in ginstall scoinst install; do
7186 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 7187 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e28b3332
DJ
7188 if test $ac_prog = install &&
7189 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7190 # AIX install. It has an incompatible calling convention.
7191 :
7192 elif test $ac_prog = install &&
7193 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7194 # program-specific install script used by HP pwplus--don't use.
7195 :
7196 else
85541719
DE
7197 rm -rf conftest.one conftest.two conftest.dir
7198 echo one > conftest.one
7199 echo two > conftest.two
7200 mkdir conftest.dir
7201 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
7202 test -s conftest.one && test -s conftest.two &&
7203 test -s conftest.dir/conftest.one &&
7204 test -s conftest.dir/conftest.two
7205 then
7206 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7207 break 3
7208 fi
e28b3332
DJ
7209 fi
7210 fi
7211 done
7212 done
7213 ;;
7214esac
81ecdfbb
RW
7215
7216 done
7217IFS=$as_save_IFS
e28b3332 7218
85541719 7219rm -rf conftest.one conftest.two conftest.dir
e28b3332
DJ
7220
7221fi
7222 if test "${ac_cv_path_install+set}" = set; then
7223 INSTALL=$ac_cv_path_install
7224 else
85541719
DE
7225 # As a last resort, use the slow shell script. Don't cache a
7226 # value for INSTALL within a source directory, because that will
e28b3332 7227 # break other packages using the cache if that directory is
85541719 7228 # removed, or if the value is a relative name.
e28b3332
DJ
7229 INSTALL=$ac_install_sh
7230 fi
7231fi
81ecdfbb
RW
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7233$as_echo "$INSTALL" >&6; }
e28b3332
DJ
7234
7235# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7236# It thinks the first close brace ends the variable substitution.
7237test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7238
7239test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
7240
7241test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7242
81ecdfbb
RW
7243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
7244$as_echo_n "checking whether build environment is sane... " >&6; }
e28b3332
DJ
7245# Just in case
7246sleep 1
7247echo timestamp > conftest.file
81ecdfbb
RW
7248# Reject unsafe characters in $srcdir or the absolute working directory
7249# name. Accept space and tab only in the latter.
7250am_lf='
7251'
7252case `pwd` in
7253 *[\\\"\#\$\&\'\`$am_lf]*)
7254 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
7255esac
7256case $srcdir in
7257 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
7258 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
7259esac
7260
e28b3332
DJ
7261# Do `set' in a subshell so we don't clobber the current shell's
7262# arguments. Must try -L first in case configure is actually a
7263# symlink; some systems play weird games with the mod time of symlinks
7264# (eg FreeBSD returns the mod time of the symlink's containing
7265# directory).
7266if (
81ecdfbb 7267 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
e28b3332
DJ
7268 if test "$*" = "X"; then
7269 # -L didn't work.
81ecdfbb 7270 set X `ls -t "$srcdir/configure" conftest.file`
e28b3332
DJ
7271 fi
7272 rm -f conftest.file
7273 if test "$*" != "X $srcdir/configure conftest.file" \
7274 && test "$*" != "X conftest.file $srcdir/configure"; then
7275
7276 # If neither matched, then we have a broken ls. This can happen
7277 # if, for instance, CONFIG_SHELL is bash and it inherits a
7278 # broken ls alias from the environment. This has actually
7279 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
7280 as_fn_error "ls -t appears to fail. Make sure there is not a broken
7281alias in your environment" "$LINENO" 5
e28b3332
DJ
7282 fi
7283
7284 test "$2" = conftest.file
7285 )
7286then
7287 # Ok.
7288 :
7289else
81ecdfbb
RW
7290 as_fn_error "newly created file is older than distributed files!
7291Check your system clock" "$LINENO" 5
e28b3332 7292fi
81ecdfbb
RW
7293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7294$as_echo "yes" >&6; }
e28b3332 7295test "$program_prefix" != NONE &&
81ecdfbb 7296 program_transform_name="s&^&$program_prefix&;$program_transform_name"
e28b3332
DJ
7297# Use a double $ so make ignores it.
7298test "$program_suffix" != NONE &&
81ecdfbb
RW
7299 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
7300# Double any \ or $.
e28b3332 7301# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
7302ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
7303program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
e28b3332
DJ
7304
7305# expand $ac_aux_dir to an absolute path
7306am_aux_dir=`cd $ac_aux_dir && pwd`
7307
81ecdfbb
RW
7308if test x"${MISSING+set}" != xset; then
7309 case $am_aux_dir in
7310 *\ * | *\ *)
7311 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
7312 *)
7313 MISSING="\${SHELL} $am_aux_dir/missing" ;;
7314 esac
7315fi
e28b3332
DJ
7316# Use eval to expand $SHELL
7317if eval "$MISSING --run true"; then
7318 am_missing_run="$MISSING --run "
7319else
7320 am_missing_run=
81ecdfbb
RW
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
7322$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
7323fi
7324
7325if test x"${install_sh}" != xset; then
7326 case $am_aux_dir in
7327 *\ * | *\ *)
7328 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
7329 *)
7330 install_sh="\${SHELL} $am_aux_dir/install-sh"
7331 esac
7332fi
7333
7334# Installed binaries are usually stripped using `strip' when the user
7335# run `make install-strip'. However `strip' might not be the right
7336# tool to use in cross-compilation environments, therefore Automake
7337# will honor the `STRIP' environment variable to overrule this program.
7338if test "$cross_compiling" != no; then
7339 if test -n "$ac_tool_prefix"; then
7340 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7341set dummy ${ac_tool_prefix}strip; ac_word=$2
7342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7343$as_echo_n "checking for $ac_word... " >&6; }
7344if test "${ac_cv_prog_STRIP+set}" = set; then :
7345 $as_echo_n "(cached) " >&6
7346else
7347 if test -n "$STRIP"; then
7348 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7349else
7350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351for as_dir in $PATH
7352do
7353 IFS=$as_save_IFS
7354 test -z "$as_dir" && as_dir=.
7355 for ac_exec_ext in '' $ac_executable_extensions; do
7356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7359 break 2
7360 fi
7361done
7362 done
7363IFS=$as_save_IFS
7364
7365fi
7366fi
7367STRIP=$ac_cv_prog_STRIP
7368if test -n "$STRIP"; then
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7370$as_echo "$STRIP" >&6; }
7371else
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7373$as_echo "no" >&6; }
7374fi
7375
7376
7377fi
7378if test -z "$ac_cv_prog_STRIP"; then
7379 ac_ct_STRIP=$STRIP
7380 # Extract the first word of "strip", so it can be a program name with args.
7381set dummy strip; ac_word=$2
7382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7383$as_echo_n "checking for $ac_word... " >&6; }
7384if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
7385 $as_echo_n "(cached) " >&6
7386else
7387 if test -n "$ac_ct_STRIP"; then
7388 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7389else
7390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7391for as_dir in $PATH
7392do
7393 IFS=$as_save_IFS
7394 test -z "$as_dir" && as_dir=.
7395 for ac_exec_ext in '' $ac_executable_extensions; do
7396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7397 ac_cv_prog_ac_ct_STRIP="strip"
7398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7399 break 2
7400 fi
7401done
7402 done
7403IFS=$as_save_IFS
7404
7405fi
7406fi
7407ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7408if test -n "$ac_ct_STRIP"; then
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7410$as_echo "$ac_ct_STRIP" >&6; }
7411else
7412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7413$as_echo "no" >&6; }
7414fi
7415
7416 if test "x$ac_ct_STRIP" = x; then
7417 STRIP=":"
7418 else
7419 case $cross_compiling:$ac_tool_warned in
7420yes:)
7421{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7422$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7423ac_tool_warned=yes ;;
7424esac
7425 STRIP=$ac_ct_STRIP
7426 fi
7427else
7428 STRIP="$ac_cv_prog_STRIP"
7429fi
7430
7431fi
7432INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
7433
7434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
7435$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
7436if test -z "$MKDIR_P"; then
7437 if test "${ac_cv_path_mkdir+set}" = set; then :
7438 $as_echo_n "(cached) " >&6
7439else
7440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7441for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
7442do
7443 IFS=$as_save_IFS
7444 test -z "$as_dir" && as_dir=.
7445 for ac_prog in mkdir gmkdir; do
7446 for ac_exec_ext in '' $ac_executable_extensions; do
7447 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
7448 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
7449 'mkdir (GNU coreutils) '* | \
7450 'mkdir (coreutils) '* | \
7451 'mkdir (fileutils) '4.1*)
7452 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
7453 break 3;;
7454 esac
7455 done
7456 done
e28b3332 7457 done
81ecdfbb
RW
7458IFS=$as_save_IFS
7459
7460fi
7461
7462 if test "${ac_cv_path_mkdir+set}" = set; then
7463 MKDIR_P="$ac_cv_path_mkdir -p"
e28b3332 7464 else
81ecdfbb
RW
7465 # As a last resort, use the slow shell script. Don't cache a
7466 # value for MKDIR_P within a source directory, because that will
7467 # break other packages using the cache if that directory is
7468 # removed, or if the value is a relative name.
7469 test -d ./--version && rmdir ./--version
7470 MKDIR_P="$ac_install_sh -d"
e28b3332
DJ
7471 fi
7472fi
81ecdfbb
RW
7473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
7474$as_echo "$MKDIR_P" >&6; }
7475
f434ba03 7476
81ecdfbb
RW
7477mkdir_p="$MKDIR_P"
7478case $mkdir_p in
7479 [\\/$]* | ?:[\\/]*) ;;
7480 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
7481esac
e28b3332
DJ
7482
7483for ac_prog in gawk mawk nawk awk
7484do
7485 # Extract the first word of "$ac_prog", so it can be a program name with args.
7486set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7488$as_echo_n "checking for $ac_word... " >&6; }
7489if test "${ac_cv_prog_AWK+set}" = set; then :
7490 $as_echo_n "(cached) " >&6
e28b3332
DJ
7491else
7492 if test -n "$AWK"; then
7493 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7494else
7495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7496for as_dir in $PATH
7497do
7498 IFS=$as_save_IFS
7499 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7500 for ac_exec_ext in '' $ac_executable_extensions; do
7501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
e28b3332 7502 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 7503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
e28b3332
DJ
7504 break 2
7505 fi
7506done
81ecdfbb
RW
7507 done
7508IFS=$as_save_IFS
e28b3332
DJ
7509
7510fi
7511fi
7512AWK=$ac_cv_prog_AWK
7513if test -n "$AWK"; then
81ecdfbb
RW
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7515$as_echo "$AWK" >&6; }
e28b3332 7516else
81ecdfbb
RW
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7518$as_echo "no" >&6; }
e28b3332
DJ
7519fi
7520
81ecdfbb 7521
e28b3332
DJ
7522 test -n "$AWK" && break
7523done
7524
81ecdfbb 7525ac_config_commands="$ac_config_commands depfiles"
e28b3332
DJ
7526
7527
7528am_make=${MAKE-make}
7529cat > confinc << 'END'
7530am__doit:
81ecdfbb 7531 @echo this is the am__doit target
e28b3332
DJ
7532.PHONY: am__doit
7533END
7534# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
7536$as_echo_n "checking for style of include used by $am_make... " >&6; }
e28b3332
DJ
7537am__include="#"
7538am__quote=
7539_am_result=none
7540# First try GNU make style include.
7541echo "include confinc" > confmf
81ecdfbb
RW
7542# Ignore all kinds of additional output from `make'.
7543case `$am_make -s -f confmf 2> /dev/null` in #(
7544*the\ am__doit\ target*)
7545 am__include=include
7546 am__quote=
7547 _am_result=GNU
7548 ;;
7549esac
e28b3332
DJ
7550# Now try BSD make style include.
7551if test "$am__include" = "#"; then
7552 echo '.include "confinc"' > confmf
81ecdfbb
RW
7553 case `$am_make -s -f confmf 2> /dev/null` in #(
7554 *the\ am__doit\ target*)
7555 am__include=.include
7556 am__quote="\""
7557 _am_result=BSD
7558 ;;
7559 esac
e28b3332
DJ
7560fi
7561
7562
81ecdfbb
RW
7563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
7564$as_echo "$_am_result" >&6; }
e28b3332
DJ
7565rm -f confinc confmf
7566
81ecdfbb
RW
7567# Check whether --enable-dependency-tracking was given.
7568if test "${enable_dependency_tracking+set}" = set; then :
7569 enableval=$enable_dependency_tracking;
7570fi
e28b3332 7571
e28b3332
DJ
7572if test "x$enable_dependency_tracking" != xno; then
7573 am_depcomp="$ac_aux_dir/depcomp"
7574 AMDEPBACKSLASH='\'
7575fi
81ecdfbb 7576 if test "x$enable_dependency_tracking" != xno; then
e28b3332
DJ
7577 AMDEP_TRUE=
7578 AMDEP_FALSE='#'
7579else
7580 AMDEP_TRUE='#'
7581 AMDEP_FALSE=
7582fi
7583
7584
81ecdfbb
RW
7585if test "`cd $srcdir && pwd`" != "`pwd`"; then
7586 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
7587 # is not polluted with repeated "-I."
7588 am__isrc=' -I$(srcdir)'
7589 # test to see if srcdir already configured
7590 if test -f $srcdir/config.status; then
7591 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
7592 fi
e28b3332
DJ
7593fi
7594
7595# test whether we have cygpath
7596if test -z "$CYGPATH_W"; then
7597 if (cygpath --version) >/dev/null 2>/dev/null; then
7598 CYGPATH_W='cygpath -w'
7599 else
7600 CYGPATH_W=echo
7601 fi
7602fi
7603
7604
7605# Define the identity of the package.
7606 PACKAGE=gdb
7607 VERSION=UNUSED-VERSION
7608
7609
7610# Some tools Automake needs.
7611
7612ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
7613
7614
7615AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
7616
7617
7618AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
7619
7620
7621AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
7622
7623
7624MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
7625
e28b3332
DJ
7626# We need awk for the "check" target. The system "awk" is bad on
7627# some platforms.
7628# Always define AMTAR for backward compatibility.
7629
7630AMTAR=${AMTAR-"${am_missing_run}tar"}
7631
7632am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
7633
7634
7635
7636
7637depcc="$CC" am_compiler_list=
7638
81ecdfbb
RW
7639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7640$as_echo_n "checking dependency style of $depcc... " >&6; }
7641if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
7642 $as_echo_n "(cached) " >&6
e28b3332
DJ
7643else
7644 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
7645 # We make a subdir and do the tests there. Otherwise we can end up
7646 # making bogus files that we don't know about and never remove. For
7647 # instance it was reported that on HP-UX the gcc test will end up
7648 # making a dummy file named `D' -- because `-MD' means `put the output
7649 # in D'.
7650 mkdir conftest.dir
7651 # Copy depcomp to subdir because otherwise we won't find it if we're
7652 # using a relative directory.
7653 cp "$am_depcomp" conftest.dir
7654 cd conftest.dir
7655 # We will build objects and dependencies in a subdirectory because
7656 # it helps to detect inapplicable dependency modes. For instance
7657 # both Tru64's cc and ICC support -MD to output dependencies as a
7658 # side effect of compilation, but ICC will put the dependencies in
7659 # the current directory while Tru64 will put them in the object
7660 # directory.
7661 mkdir sub
7662
7663 am_cv_CC_dependencies_compiler_type=none
7664 if test "$am_compiler_list" = ""; then
7665 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7666 fi
81ecdfbb
RW
7667 am__universal=false
7668 case " $depcc " in #(
7669 *\ -arch\ *\ -arch\ *) am__universal=true ;;
7670 esac
7671
e28b3332
DJ
7672 for depmode in $am_compiler_list; do
7673 # Setup a source with many dependencies, because some compilers
7674 # like to wrap large dependency lists on column 80 (with \), and
7675 # we should not choose a depcomp mode which is confused by this.
7676 #
7677 # We need to recreate these files for each test, as the compiler may
7678 # overwrite some of them when testing with obscure command lines.
7679 # This happens at least with the AIX C compiler.
7680 : > sub/conftest.c
7681 for i in 1 2 3 4 5 6; do
7682 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7683 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7684 # Solaris 8's {/usr,}/bin/sh.
7685 touch sub/conftst$i.h
7686 done
7687 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
7688
81ecdfbb
RW
7689 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7690 # mode. It turns out that the SunPro C++ compiler does not properly
7691 # handle `-M -o', and we need to detect this. Also, some Intel
7692 # versions had trouble with output in subdirs
7693 am__obj=sub/conftest.${OBJEXT-o}
7694 am__minus_obj="-o $am__obj"
e28b3332 7695 case $depmode in
81ecdfbb
RW
7696 gcc)
7697 # This depmode causes a compiler race in universal mode.
7698 test "$am__universal" = false || continue
7699 ;;
e28b3332
DJ
7700 nosideeffect)
7701 # after this tag, mechanisms are not by side-effect, so they'll
7702 # only be used when explicitly requested
7703 if test "x$enable_dependency_tracking" = xyes; then
7704 continue
7705 else
7706 break
7707 fi
7708 ;;
81ecdfbb
RW
7709 msvisualcpp | msvcmsys)
7710 # This compiler won't grok `-c -o', but also, the minuso test has
7711 # not run yet. These depmodes are late enough in the game, and
7712 # so weak that their functioning should not be impacted.
7713 am__obj=conftest.${OBJEXT-o}
7714 am__minus_obj=
7715 ;;
e28b3332
DJ
7716 none) break ;;
7717 esac
e28b3332 7718 if depmode=$depmode \
81ecdfbb 7719 source=sub/conftest.c object=$am__obj \
e28b3332 7720 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 7721 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
e28b3332 7722 >/dev/null 2>conftest.err &&
81ecdfbb 7723 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
e28b3332 7724 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 7725 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
e28b3332
DJ
7726 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
7727 # icc doesn't choke on unknown options, it will just issue warnings
7728 # or remarks (even with -Werror). So we grep stderr for any message
7729 # that says an option was ignored or not supported.
7730 # When given -MP, icc 7.0 and 7.1 complain thusly:
7731 # icc: Command line warning: ignoring option '-M'; no argument required
7732 # The diagnosis changed in icc 8.0:
7733 # icc: Command line remark: option '-MP' not supported
7734 if (grep 'ignoring option' conftest.err ||
7735 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7736 am_cv_CC_dependencies_compiler_type=$depmode
7737 break
7738 fi
7739 fi
7740 done
7741
7742 cd ..
7743 rm -rf conftest.dir
7744else
7745 am_cv_CC_dependencies_compiler_type=none
7746fi
7747
7748fi
81ecdfbb
RW
7749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7750$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
e28b3332
DJ
7751CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7752
81ecdfbb 7753 if
e28b3332
DJ
7754 test "x$enable_dependency_tracking" != xno \
7755 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
7756 am__fastdepCC_TRUE=
7757 am__fastdepCC_FALSE='#'
7758else
7759 am__fastdepCC_TRUE='#'
7760 am__fastdepCC_FALSE=
7761fi
7762
7763
7764
7765
bec39cab
AC
7766
7767
81ecdfbb
RW
7768# Check whether --with-separate-debug-dir was given.
7769if test "${with_separate_debug_dir+set}" = set; then :
7770 withval=$with_separate_debug_dir;
b14b1491
TT
7771 DEBUGDIR=$withval
7772else
7773 DEBUGDIR=${libdir}/debug
81ecdfbb
RW
7774fi
7775
20e95c23 7776
783e057b
DJ
7777 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7778 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 7779 ac_define_dir=`eval echo $DEBUGDIR`
783e057b 7780 ac_define_dir=`eval echo $ac_define_dir`
20e95c23 7781
783e057b
DJ
7782cat >>confdefs.h <<_ACEOF
7783#define DEBUGDIR "$ac_define_dir"
20e95c23 7784_ACEOF
20e95c23 7785
20e95c23 7786
20e95c23 7787
0c4a4063 7788
b14b1491
TT
7789 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7790 if test "x$prefix" = xNONE; then
7791 test_prefix=/usr/local
7792 else
7793 test_prefix=$prefix
7794 fi
783e057b 7795 else
b14b1491 7796 test_prefix=$exec_prefix
783e057b 7797 fi
b14b1491
TT
7798 value=0
7799 case ${ac_define_dir} in
7800 "${test_prefix}"|"${test_prefix}/"*|\
7801 '${exec_prefix}'|'${exec_prefix}/'*)
7802 value=1
7803 ;;
7804 esac
7805
7806cat >>confdefs.h <<_ACEOF
7807#define DEBUGDIR_RELOCATABLE $value
7808_ACEOF
7809
7810
7811
0c4a4063 7812
b14b1491
TT
7813# GDB's datadir relocation
7814
7815
7816
81ecdfbb
RW
7817# Check whether --with-gdb-datadir was given.
7818if test "${with_gdb_datadir+set}" = set; then :
7819 withval=$with_gdb_datadir;
b14b1491 7820 GDB_DATADIR=$withval
20e95c23 7821else
b14b1491 7822 GDB_DATADIR=${datadir}/gdb
81ecdfbb
RW
7823fi
7824
20e95c23 7825
b14b1491
TT
7826 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7827 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7828 ac_define_dir=`eval echo $GDB_DATADIR`
7829 ac_define_dir=`eval echo $ac_define_dir`
7830
7831cat >>confdefs.h <<_ACEOF
7832#define GDB_DATADIR "$ac_define_dir"
20e95c23
DJ
7833_ACEOF
7834
b14b1491
TT
7835
7836
0c4a4063 7837
b14b1491
TT
7838 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
7839 if test "x$prefix" = xNONE; then
7840 test_prefix=/usr/local
7841 else
7842 test_prefix=$prefix
7843 fi
7844 else
7845 test_prefix=$exec_prefix
7846 fi
7847 value=0
7848 case ${ac_define_dir} in
7849 "${test_prefix}"|"${test_prefix}/"*|\
7850 '${exec_prefix}'|'${exec_prefix}/'*)
7851 value=1
7852 ;;
7853 esac
7854
7855cat >>confdefs.h <<_ACEOF
7856#define GDB_DATADIR_RELOCATABLE $value
7857_ACEOF
7858
7859
783e057b 7860
20e95c23 7861
0c4a4063 7862
81ecdfbb
RW
7863# Check whether --with-relocated-sources was given.
7864if test "${with_relocated_sources+set}" = set; then :
7865 withval=$with_relocated_sources; reloc_srcdir="${withval}"
29b0e8a2
JM
7866
7867 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
7868 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7869 ac_define_dir=`eval echo $reloc_srcdir`
7870 ac_define_dir=`eval echo $ac_define_dir`
7871
7872cat >>confdefs.h <<_ACEOF
7873#define RELOC_SRCDIR "$ac_define_dir"
7874_ACEOF
7875
7876
7877
81ecdfbb
RW
7878fi
7879
29b0e8a2
JM
7880
7881
20e95c23 7882
783e057b 7883subdirs="$subdirs doc testsuite"
20e95c23
DJ
7884
7885
783e057b 7886# Check whether to support alternative target configurations
81ecdfbb
RW
7887# Check whether --enable-targets was given.
7888if test "${enable_targets+set}" = set; then :
7889 enableval=$enable_targets; case "${enableval}" in
7890 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
783e057b
DJ
7891 ;;
7892 no) enable_targets= ;;
7893 *) enable_targets=$enableval ;;
7894esac
81ecdfbb
RW
7895fi
7896
20e95c23 7897
783e057b 7898# Check whether to enable 64-bit support on 32-bit hosts
81ecdfbb
RW
7899# Check whether --enable-64-bit-bfd was given.
7900if test "${enable_64_bit_bfd+set}" = set; then :
7901 enableval=$enable_64_bit_bfd; case "${enableval}" in
783e057b
DJ
7902 yes) want64=true ;;
7903 no) want64=false ;;
81ecdfbb 7904 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
783e057b
DJ
7905esac
7906else
7907 want64=false
81ecdfbb
RW
7908fi
7909
783e057b
DJ
7910# Provide defaults for some variables set by the per-host and per-target
7911# configuration.
7912gdb_host_obs=posix-hdep.o
20e95c23 7913
783e057b
DJ
7914if test "${target}" = "${host}"; then
7915 gdb_native=yes
7916else
7917 gdb_native=no
7918fi
20e95c23 7919
783e057b 7920. $srcdir/configure.host
20e95c23 7921
783e057b 7922# Accumulate some settings from configure.tgt over all enabled targets
20e95c23 7923
783e057b
DJ
7924TARGET_OBS=
7925all_targets=
20e95c23 7926
783e057b 7927for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
20e95c23 7928do
783e057b
DJ
7929 if test "$targ_alias" = "all"; then
7930 all_targets=true
7931 else
7932 # Canonicalize the secondary target names.
7933 result=`$ac_config_sub $targ_alias 2>/dev/null`
7934 if test -n "$result"; then
7935 targ=$result
7936 else
7937 targ=$targ_alias
7938 fi
20e95c23 7939
783e057b 7940 . ${srcdir}/configure.tgt
20e95c23 7941
bf307134
JB
7942 if test -z "${gdb_target_obs}"; then :
7943 as_fn_error "configuration ${targ} is unsupported." "$LINENO" 5
7944fi
7945
783e057b
DJ
7946 # Target-specific object files
7947 for i in ${gdb_target_obs}; do
7948 case " $TARGET_OBS " in
7949 *" ${i} "*) ;;
7950 *)
7951 TARGET_OBS="$TARGET_OBS ${i}"
7952 ;;
7953 esac
7954 done
20e95c23 7955
783e057b
DJ
7956 # Check whether this target needs 64-bit CORE_ADDR
7957 if test x${want64} = xfalse; then
7958 . ${srcdir}/../bfd/config.bfd
7959 fi
7960 fi
20e95c23
DJ
7961done
7962
783e057b
DJ
7963if test x${all_targets} = xtrue; then
7964
7965 # We want all 64-bit targets if we either:
7966 # - run on a 64-bit host or
7967 # - already require 64-bit support for some other target or
7968 # - the --enable-64-bit-bfd option was supplied
7969 # Otherwise we only support all 32-bit targets.
7970 #
7971 # NOTE: This test must be in sync with the corresponding
7972 # tests in BFD!
20e95c23 7973
783e057b 7974 if test x${want64} = xfalse; then
81ecdfbb
RW
7975 # The cast to long int works around a bug in the HP C Compiler
7976# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7977# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7978# This bug is HP SR number 8606223364.
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
7980$as_echo_n "checking size of long... " >&6; }
7981if test "${ac_cv_sizeof_long+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
c0993dbe 7983else
81ecdfbb 7984 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
c0993dbe 7985
81ecdfbb
RW
7986else
7987 if test "$ac_cv_type_long" = yes; then
7988 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7989$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7990{ as_fn_set_status 77
7991as_fn_error "cannot compute sizeof (long)
7992See \`config.log' for more details." "$LINENO" 5; }; }
7993 else
7994 ac_cv_sizeof_long=0
7995 fi
c0993dbe 7996fi
81ecdfbb 7997
c0993dbe 7998fi
81ecdfbb
RW
7999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
8000$as_echo "$ac_cv_sizeof_long" >&6; }
c0993dbe 8001
c0993dbe 8002
c0993dbe 8003
c0993dbe
UW
8004cat >>confdefs.h <<_ACEOF
8005#define SIZEOF_LONG $ac_cv_sizeof_long
8006_ACEOF
8007
8008
8009 if test "x${ac_cv_sizeof_long}" = "x8"; then
8010 want64=true
8011 fi
8012 fi
8013 if test x${want64} = xtrue; then
8014 TARGET_OBS='$(ALL_TARGET_OBS) $(ALL_64_TARGET_OBS)'
8015 else
8016 TARGET_OBS='$(ALL_TARGET_OBS)'
8017 fi
8018fi
8019
8020
8021
8022# For other settings, only the main target counts.
8023gdb_sim=
8024gdb_osabi=
8025build_gdbserver=
8026targ=$target; . ${srcdir}/configure.tgt
8027
8028# Fetch the default architecture and default target vector from BFD.
8029targ=$target; . $srcdir/../bfd/config.bfd
8030
8031# We only want the first architecture, so strip off the others if
8032# there is more than one.
8033targ_archs=`echo $targ_archs | sed 's/ .*//'`
8034
8035if test "x$targ_archs" != x; then
8036
8037cat >>confdefs.h <<_ACEOF
8038#define DEFAULT_BFD_ARCH $targ_archs
8039_ACEOF
8040
8041fi
8042if test "x$targ_defvec" != x; then
8043
8044cat >>confdefs.h <<_ACEOF
8045#define DEFAULT_BFD_VEC $targ_defvec
8046_ACEOF
8047
8048fi
8049
c0993dbe
UW
8050# The CLI cannot be disabled yet, but may be in the future.
8051
8052# Enable CLI.
81ecdfbb
RW
8053# Check whether --enable-gdbcli was given.
8054if test "${enable_gdbcli+set}" = set; then :
8055 enableval=$enable_gdbcli; case $enableval in
c0993dbe
UW
8056 yes)
8057 ;;
8058 no)
81ecdfbb 8059 as_fn_error "the command-line interface cannot be disabled yet" "$LINENO" 5 ;;
c0993dbe 8060 *)
81ecdfbb 8061 as_fn_error "bad value $enableval for --enable-gdbcli" "$LINENO" 5 ;;
c0993dbe
UW
8062 esac
8063else
8064 enable_gdbcli=yes
81ecdfbb
RW
8065fi
8066
c0993dbe
UW
8067if test x"$enable_gdbcli" = xyes; then
8068 if test -d $srcdir/cli; then
8069 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
8070 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
8071 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
8072 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
8073 fi
8074fi
8075
8076# Enable MI.
81ecdfbb
RW
8077# Check whether --enable-gdbmi was given.
8078if test "${enable_gdbmi+set}" = set; then :
8079 enableval=$enable_gdbmi; case $enableval in
c0993dbe
UW
8080 yes | no)
8081 ;;
8082 *)
81ecdfbb 8083 as_fn_error "bad value $enableval for --enable-gdbmi" "$LINENO" 5 ;;
c0993dbe
UW
8084 esac
8085else
8086 enable_gdbmi=yes
81ecdfbb
RW
8087fi
8088
c0993dbe
UW
8089if test x"$enable_gdbmi" = xyes; then
8090 if test -d $srcdir/mi; then
8091 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
8092 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
8093 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
8094 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
8095 fi
8096fi
8097
8098# Enable TUI.
81ecdfbb
RW
8099# Check whether --enable-tui was given.
8100if test "${enable_tui+set}" = set; then :
8101 enableval=$enable_tui; case $enableval in
3ca64bd3 8102 yes | no | auto)
c0993dbe
UW
8103 ;;
8104 *)
81ecdfbb 8105 as_fn_error "bad value $enableval for --enable-tui" "$LINENO" 5 ;;
c0993dbe
UW
8106 esac
8107else
3ca64bd3 8108 enable_tui=auto
81ecdfbb
RW
8109fi
8110
c0993dbe
UW
8111
8112# Enable gdbtk.
81ecdfbb
RW
8113# Check whether --enable-gdbtk was given.
8114if test "${enable_gdbtk+set}" = set; then :
8115 enableval=$enable_gdbtk; case $enableval in
c0993dbe
UW
8116 yes | no)
8117 ;;
8118 *)
81ecdfbb 8119 as_fn_error "bad value $enableval for --enable-gdbtk" "$LINENO" 5 ;;
c0993dbe
UW
8120 esac
8121else
5062cc19 8122 if test -d $srcdir/gdbtk; then
c0993dbe
UW
8123 enable_gdbtk=yes
8124 else
8125 enable_gdbtk=no
8126 fi
81ecdfbb
RW
8127fi
8128
c0993dbe
UW
8129# We unconditionally disable gdbtk tests on selected platforms.
8130case $host_os in
8131 go32* | windows*)
81ecdfbb
RW
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gdbtk isn't supported on $host; disabling" >&5
8133$as_echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
c0993dbe
UW
8134 enable_gdbtk=no ;;
8135esac
8136
8137# Libunwind support.
bec39cab 8138
81ecdfbb
RW
8139# Check whether --with-libunwind was given.
8140if test "${with_libunwind+set}" = set; then :
8141 withval=$with_libunwind; case "${withval}" in
bec39cab
AC
8142 yes) enable_libunwind=yes ;;
8143 no) enable_libunwind=no ;;
81ecdfbb 8144 *) as_fn_error "bad value ${withval} for GDB with-libunwind option" "$LINENO" 5 ;;
bec39cab 8145esac
bec39cab 8146else
bec39cab 8147
81ecdfbb
RW
8148 for ac_header in libunwind.h libunwind-ia64.h
8149do :
8150 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8151ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8152eval as_val=\$$as_ac_Header
8153 if test "x$as_val" = x""yes; then :
bec39cab 8154 cat >>confdefs.h <<_ACEOF
81ecdfbb 8155#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab
AC
8156_ACEOF
8157
8158fi
8159
8160done
8161
a9322a30
TT
8162 if test x"$ac_cv_header_libunwind_h" = xyes -a x"$ac_cv_header_libunwind_ia64_h" = xyes; then
8163 enable_libunwind=yes;
8164 fi
8165
bec39cab 8166fi
bec39cab 8167
bec39cab 8168
81ecdfbb
RW
8169if test x"$enable_libunwind" = xyes; then
8170 for ac_header in libunwind.h libunwind-ia64.h
8171do :
8172 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8173ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8174eval as_val=\$$as_ac_Header
8175 if test "x$as_val" = x""yes; then :
bec39cab 8176 cat >>confdefs.h <<_ACEOF
81ecdfbb 8177#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab
AC
8178_ACEOF
8179
8180fi
8181
8182done
8183
bec39cab 8184
81ecdfbb 8185$as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
a9322a30
TT
8186
8187 CONFIG_OBS="$CONFIG_OBS libunwind-frame.o"
8188 CONFIG_DEPS="$CONFIG_DEPS libunwind-frame.o"
8189 CONFIG_SRCS="$CONFIG_SRCS libunwind-frame.c"
8190fi
8191
cb01cfba
JB
8192opt_curses=no
8193
81ecdfbb
RW
8194# Check whether --with-curses was given.
8195if test "${with_curses+set}" = set; then :
8196 withval=$with_curses; opt_curses=$withval
8197fi
8198
cb01cfba 8199
76a39ba7 8200prefer_curses=no
cb01cfba 8201if test "$opt_curses" = "yes"; then
76a39ba7 8202 prefer_curses=yes
cb01cfba
JB
8203fi
8204
a9322a30 8205# Profiling support.
81ecdfbb
RW
8206# Check whether --enable-profiling was given.
8207if test "${enable_profiling+set}" = set; then :
8208 enableval=$enable_profiling; case $enableval in
a9322a30
TT
8209 yes | no)
8210 ;;
8211 *)
81ecdfbb 8212 as_fn_error "bad value $enableval for --enable-profile" "$LINENO" 5 ;;
a9322a30
TT
8213 esac
8214else
8215 enable_profiling=no
81ecdfbb 8216fi
bec39cab 8217
a9322a30
TT
8218
8219for ac_func in monstartup _mcleanup
81ecdfbb
RW
8220do :
8221 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8222ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8223eval as_val=\$$as_ac_var
8224 if test "x$as_val" = x""yes; then :
8225 cat >>confdefs.h <<_ACEOF
8226#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 8227_ACEOF
a9322a30 8228
81ecdfbb
RW
8229fi
8230done
a9322a30 8231
81ecdfbb
RW
8232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _etext" >&5
8233$as_echo_n "checking for _etext... " >&6; }
8234if test "${ac_cv_var__etext+set}" = set; then :
8235 $as_echo_n "(cached) " >&6
8236else
8237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8238/* end confdefs.h. */
8239#include <stdlib.h>
8240extern char _etext;
a9322a30
TT
8241
8242int
8243main ()
8244{
8245free (&_etext);
8246 ;
8247 return 0;
8248}
bec39cab 8249_ACEOF
81ecdfbb 8250if ac_fn_c_try_link "$LINENO"; then :
a9322a30 8251 ac_cv_var__etext=yes
bec39cab 8252else
81ecdfbb 8253 ac_cv_var__etext=no
bec39cab 8254fi
81ecdfbb
RW
8255rm -f core conftest.err conftest.$ac_objext \
8256 conftest$ac_exeext conftest.$ac_ext
bec39cab 8257fi
81ecdfbb
RW
8258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var__etext" >&5
8259$as_echo "$ac_cv_var__etext" >&6; }
a9322a30 8260if test $ac_cv_var__etext = yes; then
60ca704f 8261
81ecdfbb 8262$as_echo "#define HAVE__ETEXT 1" >>confdefs.h
bec39cab 8263
bec39cab 8264fi
81ecdfbb
RW
8265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for etext" >&5
8266$as_echo_n "checking for etext... " >&6; }
8267if test "${ac_cv_var_etext+set}" = set; then :
8268 $as_echo_n "(cached) " >&6
bec39cab 8269else
81ecdfbb 8270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8271/* end confdefs.h. */
a9322a30
TT
8272#include <stdlib.h>
8273extern char etext;
bec39cab
AC
8274
8275int
8276main ()
8277{
a9322a30 8278free (&etext);
bec39cab
AC
8279 ;
8280 return 0;
8281}
8282_ACEOF
81ecdfbb 8283if ac_fn_c_try_link "$LINENO"; then :
a9322a30 8284 ac_cv_var_etext=yes
bec39cab 8285else
81ecdfbb 8286 ac_cv_var_etext=no
bec39cab 8287fi
81ecdfbb
RW
8288rm -f core conftest.err conftest.$ac_objext \
8289 conftest$ac_exeext conftest.$ac_ext
bec39cab 8290fi
81ecdfbb
RW
8291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_etext" >&5
8292$as_echo "$ac_cv_var_etext" >&6; }
a9322a30
TT
8293if test $ac_cv_var_etext = yes; then
8294
81ecdfbb 8295$as_echo "#define HAVE_ETEXT 1" >>confdefs.h
bec39cab
AC
8296
8297fi
a9322a30
TT
8298if test "$enable_profiling" = yes ; then
8299 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
81ecdfbb 8300 as_fn_error "--enable-profiling requires monstartup and _mcleanup" "$LINENO" 5
a9322a30
TT
8301 fi
8302 PROFILE_CFLAGS=-pg
8303 OLD_CFLAGS="$CFLAGS"
8304 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
bec39cab 8305
81ecdfbb
RW
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pg" >&5
8307$as_echo_n "checking whether $CC supports -pg... " >&6; }
8308if test "${ac_cv_cc_supports_pg+set}" = set; then :
8309 $as_echo_n "(cached) " >&6
bec39cab 8310else
81ecdfbb 8311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8312/* end confdefs.h. */
bec39cab
AC
8313
8314int
8315main ()
8316{
a9322a30 8317int x;
bec39cab
AC
8318 ;
8319 return 0;
8320}
8321_ACEOF
81ecdfbb 8322if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 8323 ac_cv_cc_supports_pg=yes
bec39cab 8324else
81ecdfbb 8325 ac_cv_cc_supports_pg=no
bec39cab 8326fi
81ecdfbb 8327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 8328fi
81ecdfbb
RW
8329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cc_supports_pg" >&5
8330$as_echo "$ac_cv_cc_supports_pg" >&6; }
bec39cab 8331
a9322a30 8332 if test $ac_cv_cc_supports_pg = no; then
81ecdfbb 8333 as_fn_error "--enable-profiling requires a compiler which supports -pg" "$LINENO" 5
a9322a30 8334 fi
bec39cab 8335
a9322a30 8336 CFLAGS="$OLD_CFLAGS"
bec39cab
AC
8337fi
8338
c16158bc
JM
8339
8340
81ecdfbb
RW
8341# Check whether --with-pkgversion was given.
8342if test "${with_pkgversion+set}" = set; then :
8343 withval=$with_pkgversion; case "$withval" in
8344 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
c16158bc
JM
8345 no) PKGVERSION= ;;
8346 *) PKGVERSION="($withval) " ;;
8347 esac
8348else
8349 PKGVERSION="(GDB) "
8350
81ecdfbb 8351fi
c16158bc
JM
8352
8353
8354
8355
81ecdfbb
RW
8356
8357# Check whether --with-bugurl was given.
8358if test "${with_bugurl+set}" = set; then :
8359 withval=$with_bugurl; case "$withval" in
8360 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
c16158bc
JM
8361 no) BUGURL=
8362 ;;
8363 *) BUGURL="$withval"
8364 ;;
8365 esac
8366else
8367 BUGURL="http://www.gnu.org/software/gdb/bugs/"
8368
81ecdfbb
RW
8369fi
8370
c16158bc
JM
8371 case ${BUGURL} in
8372 "")
8373 REPORT_BUGS_TO=
8374 REPORT_BUGS_TEXI=
8375 ;;
8376 *)
8377 REPORT_BUGS_TO="<$BUGURL>"
8378 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
8379 ;;
8380 esac;
8381
8382
8383
8384
8385cat >>confdefs.h <<_ACEOF
8386#define PKGVERSION "$PKGVERSION"
8387_ACEOF
8388
8389
8390cat >>confdefs.h <<_ACEOF
8391#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
8392_ACEOF
8393
8394
bec39cab
AC
8395# --------------------- #
8396# Checks for programs. #
8397# --------------------- #
8398
8399for ac_prog in gawk mawk nawk awk
8400do
8401 # Extract the first word of "$ac_prog", so it can be a program name with args.
8402set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8404$as_echo_n "checking for $ac_word... " >&6; }
8405if test "${ac_cv_prog_AWK+set}" = set; then :
8406 $as_echo_n "(cached) " >&6
bec39cab
AC
8407else
8408 if test -n "$AWK"; then
8409 ac_cv_prog_AWK="$AWK" # Let the user override the test.
8410else
8411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412for as_dir in $PATH
8413do
8414 IFS=$as_save_IFS
8415 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8416 for ac_exec_ext in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8418 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 8419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8420 break 2
8421 fi
8422done
81ecdfbb
RW
8423 done
8424IFS=$as_save_IFS
bec39cab
AC
8425
8426fi
8427fi
8428AWK=$ac_cv_prog_AWK
8429if test -n "$AWK"; then
81ecdfbb
RW
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
8431$as_echo "$AWK" >&6; }
bec39cab 8432else
81ecdfbb
RW
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8434$as_echo "no" >&6; }
bec39cab
AC
8435fi
8436
bec39cab 8437
81ecdfbb 8438 test -n "$AWK" && break
bec39cab
AC
8439done
8440
bec39cab 8441
81ecdfbb
RW
8442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8443$as_echo_n "checking whether ln -s works... " >&6; }
bec39cab
AC
8444LN_S=$as_ln_s
8445if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8447$as_echo "yes" >&6; }
bec39cab 8448else
81ecdfbb
RW
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
8450$as_echo "no, using $LN_S" >&6; }
bec39cab
AC
8451fi
8452
8453if test -n "$ac_tool_prefix"; then
8454 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8455set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8457$as_echo_n "checking for $ac_word... " >&6; }
8458if test "${ac_cv_prog_RANLIB+set}" = set; then :
8459 $as_echo_n "(cached) " >&6
bec39cab
AC
8460else
8461 if test -n "$RANLIB"; then
8462 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8463else
8464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8465for as_dir in $PATH
8466do
8467 IFS=$as_save_IFS
8468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8469 for ac_exec_ext in '' $ac_executable_extensions; do
8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8471 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 8472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8473 break 2
8474 fi
8475done
81ecdfbb
RW
8476 done
8477IFS=$as_save_IFS
bec39cab
AC
8478
8479fi
8480fi
8481RANLIB=$ac_cv_prog_RANLIB
8482if test -n "$RANLIB"; then
81ecdfbb
RW
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8484$as_echo "$RANLIB" >&6; }
bec39cab 8485else
81ecdfbb
RW
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8487$as_echo "no" >&6; }
bec39cab
AC
8488fi
8489
81ecdfbb 8490
bec39cab
AC
8491fi
8492if test -z "$ac_cv_prog_RANLIB"; then
8493 ac_ct_RANLIB=$RANLIB
8494 # Extract the first word of "ranlib", so it can be a program name with args.
8495set dummy ranlib; ac_word=$2
81ecdfbb
RW
8496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497$as_echo_n "checking for $ac_word... " >&6; }
8498if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
bec39cab
AC
8500else
8501 if test -n "$ac_ct_RANLIB"; then
8502 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8503else
8504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505for as_dir in $PATH
8506do
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8511 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8513 break 2
8514 fi
8515done
81ecdfbb
RW
8516 done
8517IFS=$as_save_IFS
bec39cab 8518
bec39cab
AC
8519fi
8520fi
8521ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8522if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8524$as_echo "$ac_ct_RANLIB" >&6; }
bec39cab 8525else
81ecdfbb
RW
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527$as_echo "no" >&6; }
bec39cab
AC
8528fi
8529
81ecdfbb
RW
8530 if test "x$ac_ct_RANLIB" = x; then
8531 RANLIB=":"
8532 else
8533 case $cross_compiling:$ac_tool_warned in
8534yes:)
8535{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8536$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8537ac_tool_warned=yes ;;
8538esac
8539 RANLIB=$ac_ct_RANLIB
8540 fi
bec39cab
AC
8541else
8542 RANLIB="$ac_cv_prog_RANLIB"
8543fi
8544
8545for ac_prog in 'bison -y' byacc
8546do
8547 # Extract the first word of "$ac_prog", so it can be a program name with args.
8548set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8550$as_echo_n "checking for $ac_word... " >&6; }
8551if test "${ac_cv_prog_YACC+set}" = set; then :
8552 $as_echo_n "(cached) " >&6
bec39cab
AC
8553else
8554 if test -n "$YACC"; then
8555 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8556else
8557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8558for as_dir in $PATH
8559do
8560 IFS=$as_save_IFS
8561 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8562 for ac_exec_ext in '' $ac_executable_extensions; do
8563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8564 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 8565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8566 break 2
8567 fi
8568done
81ecdfbb
RW
8569 done
8570IFS=$as_save_IFS
bec39cab
AC
8571
8572fi
8573fi
8574YACC=$ac_cv_prog_YACC
8575if test -n "$YACC"; then
81ecdfbb
RW
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
8577$as_echo "$YACC" >&6; }
bec39cab 8578else
81ecdfbb
RW
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8580$as_echo "no" >&6; }
bec39cab
AC
8581fi
8582
81ecdfbb 8583
bec39cab
AC
8584 test -n "$YACC" && break
8585done
8586test -n "$YACC" || YACC="yacc"
8587
8588
8589if test -n "$ac_tool_prefix"; then
8590 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8591set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
8592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8593$as_echo_n "checking for $ac_word... " >&6; }
8594if test "${ac_cv_prog_AR+set}" = set; then :
8595 $as_echo_n "(cached) " >&6
bec39cab
AC
8596else
8597 if test -n "$AR"; then
8598 ac_cv_prog_AR="$AR" # Let the user override the test.
8599else
8600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601for as_dir in $PATH
8602do
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8607 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 8608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8609 break 2
8610 fi
8611done
81ecdfbb
RW
8612 done
8613IFS=$as_save_IFS
bec39cab
AC
8614
8615fi
8616fi
8617AR=$ac_cv_prog_AR
8618if test -n "$AR"; then
81ecdfbb
RW
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8620$as_echo "$AR" >&6; }
bec39cab 8621else
81ecdfbb
RW
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8623$as_echo "no" >&6; }
bec39cab
AC
8624fi
8625
81ecdfbb 8626
bec39cab
AC
8627fi
8628if test -z "$ac_cv_prog_AR"; then
8629 ac_ct_AR=$AR
8630 # Extract the first word of "ar", so it can be a program name with args.
8631set dummy ar; ac_word=$2
81ecdfbb
RW
8632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8633$as_echo_n "checking for $ac_word... " >&6; }
8634if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
8635 $as_echo_n "(cached) " >&6
bec39cab
AC
8636else
8637 if test -n "$ac_ct_AR"; then
8638 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
8639else
8640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8641for as_dir in $PATH
8642do
8643 IFS=$as_save_IFS
8644 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8645 for ac_exec_ext in '' $ac_executable_extensions; do
8646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8647 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 8648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8649 break 2
8650 fi
8651done
81ecdfbb
RW
8652 done
8653IFS=$as_save_IFS
bec39cab
AC
8654
8655fi
8656fi
8657ac_ct_AR=$ac_cv_prog_ac_ct_AR
8658if test -n "$ac_ct_AR"; then
81ecdfbb
RW
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
8660$as_echo "$ac_ct_AR" >&6; }
bec39cab 8661else
81ecdfbb
RW
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8663$as_echo "no" >&6; }
bec39cab
AC
8664fi
8665
81ecdfbb
RW
8666 if test "x$ac_ct_AR" = x; then
8667 AR=""
8668 else
8669 case $cross_compiling:$ac_tool_warned in
8670yes:)
8671{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8672$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8673ac_tool_warned=yes ;;
8674esac
8675 AR=$ac_ct_AR
8676 fi
bec39cab
AC
8677else
8678 AR="$ac_cv_prog_AR"
8679fi
8680
8681if test -n "$ac_tool_prefix"; then
8682 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8683set dummy ${ac_tool_prefix}dlltool; ac_word=$2
81ecdfbb
RW
8684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8685$as_echo_n "checking for $ac_word... " >&6; }
8686if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8687 $as_echo_n "(cached) " >&6
bec39cab
AC
8688else
8689 if test -n "$DLLTOOL"; then
8690 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8691else
8692as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8693for as_dir in $PATH
8694do
8695 IFS=$as_save_IFS
8696 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8697 for ac_exec_ext in '' $ac_executable_extensions; do
8698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8699 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
81ecdfbb 8700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8701 break 2
8702 fi
8703done
81ecdfbb
RW
8704 done
8705IFS=$as_save_IFS
bec39cab
AC
8706
8707fi
8708fi
8709DLLTOOL=$ac_cv_prog_DLLTOOL
8710if test -n "$DLLTOOL"; then
81ecdfbb
RW
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8712$as_echo "$DLLTOOL" >&6; }
bec39cab 8713else
81ecdfbb
RW
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8715$as_echo "no" >&6; }
bec39cab
AC
8716fi
8717
81ecdfbb 8718
bec39cab
AC
8719fi
8720if test -z "$ac_cv_prog_DLLTOOL"; then
8721 ac_ct_DLLTOOL=$DLLTOOL
8722 # Extract the first word of "dlltool", so it can be a program name with args.
8723set dummy dlltool; ac_word=$2
81ecdfbb
RW
8724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8725$as_echo_n "checking for $ac_word... " >&6; }
8726if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
8727 $as_echo_n "(cached) " >&6
bec39cab
AC
8728else
8729 if test -n "$ac_ct_DLLTOOL"; then
8730 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8731else
8732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8733for as_dir in $PATH
8734do
8735 IFS=$as_save_IFS
8736 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8737 for ac_exec_ext in '' $ac_executable_extensions; do
8738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8739 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
81ecdfbb 8740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8741 break 2
8742 fi
8743done
81ecdfbb
RW
8744 done
8745IFS=$as_save_IFS
bec39cab
AC
8746
8747fi
8748fi
8749ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8750if test -n "$ac_ct_DLLTOOL"; then
81ecdfbb
RW
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8752$as_echo "$ac_ct_DLLTOOL" >&6; }
bec39cab 8753else
81ecdfbb
RW
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8755$as_echo "no" >&6; }
bec39cab
AC
8756fi
8757
81ecdfbb
RW
8758 if test "x$ac_ct_DLLTOOL" = x; then
8759 DLLTOOL=""
8760 else
8761 case $cross_compiling:$ac_tool_warned in
8762yes:)
8763{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8764$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8765ac_tool_warned=yes ;;
8766esac
8767 DLLTOOL=$ac_ct_DLLTOOL
8768 fi
bec39cab
AC
8769else
8770 DLLTOOL="$ac_cv_prog_DLLTOOL"
8771fi
8772
8773if test -n "$ac_tool_prefix"; then
8774 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
8775set dummy ${ac_tool_prefix}windres; ac_word=$2
81ecdfbb
RW
8776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8777$as_echo_n "checking for $ac_word... " >&6; }
8778if test "${ac_cv_prog_WINDRES+set}" = set; then :
8779 $as_echo_n "(cached) " >&6
bec39cab
AC
8780else
8781 if test -n "$WINDRES"; then
8782 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8783else
8784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8785for as_dir in $PATH
8786do
8787 IFS=$as_save_IFS
8788 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8789 for ac_exec_ext in '' $ac_executable_extensions; do
8790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8791 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
81ecdfbb 8792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8793 break 2
8794 fi
8795done
81ecdfbb
RW
8796 done
8797IFS=$as_save_IFS
bec39cab
AC
8798
8799fi
8800fi
8801WINDRES=$ac_cv_prog_WINDRES
8802if test -n "$WINDRES"; then
81ecdfbb
RW
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8804$as_echo "$WINDRES" >&6; }
bec39cab 8805else
81ecdfbb
RW
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8807$as_echo "no" >&6; }
bec39cab
AC
8808fi
8809
81ecdfbb 8810
bec39cab
AC
8811fi
8812if test -z "$ac_cv_prog_WINDRES"; then
8813 ac_ct_WINDRES=$WINDRES
8814 # Extract the first word of "windres", so it can be a program name with args.
8815set dummy windres; ac_word=$2
81ecdfbb
RW
8816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8817$as_echo_n "checking for $ac_word... " >&6; }
8818if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
8819 $as_echo_n "(cached) " >&6
bec39cab
AC
8820else
8821 if test -n "$ac_ct_WINDRES"; then
8822 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
8823else
8824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8825for as_dir in $PATH
8826do
8827 IFS=$as_save_IFS
8828 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8829 for ac_exec_ext in '' $ac_executable_extensions; do
8830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8831 ac_cv_prog_ac_ct_WINDRES="windres"
81ecdfbb 8832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8833 break 2
8834 fi
8835done
81ecdfbb
RW
8836 done
8837IFS=$as_save_IFS
bec39cab
AC
8838
8839fi
8840fi
8841ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
8842if test -n "$ac_ct_WINDRES"; then
81ecdfbb
RW
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
8844$as_echo "$ac_ct_WINDRES" >&6; }
bec39cab 8845else
81ecdfbb
RW
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8847$as_echo "no" >&6; }
c906108c 8848fi
bec39cab 8849
81ecdfbb
RW
8850 if test "x$ac_ct_WINDRES" = x; then
8851 WINDRES=""
8852 else
8853 case $cross_compiling:$ac_tool_warned in
8854yes:)
8855{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8856$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8857ac_tool_warned=yes ;;
8858esac
8859 WINDRES=$ac_ct_WINDRES
8860 fi
c906108c 8861else
bec39cab 8862 WINDRES="$ac_cv_prog_WINDRES"
c906108c
SS
8863fi
8864
bec39cab
AC
8865
8866# Needed for GNU/Hurd.
8867if test -n "$ac_tool_prefix"; then
8868 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
8869set dummy ${ac_tool_prefix}mig; ac_word=$2
81ecdfbb
RW
8870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871$as_echo_n "checking for $ac_word... " >&6; }
8872if test "${ac_cv_prog_MIG+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
c906108c 8874else
bec39cab
AC
8875 if test -n "$MIG"; then
8876 ac_cv_prog_MIG="$MIG" # Let the user override the test.
8877else
8878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879for as_dir in $PATH
8880do
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8885 ac_cv_prog_MIG="${ac_tool_prefix}mig"
81ecdfbb 8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8887 break 2
8888 fi
8889done
81ecdfbb
RW
8890 done
8891IFS=$as_save_IFS
bec39cab 8892
c906108c 8893fi
bec39cab
AC
8894fi
8895MIG=$ac_cv_prog_MIG
8896if test -n "$MIG"; then
81ecdfbb
RW
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MIG" >&5
8898$as_echo "$MIG" >&6; }
c906108c 8899else
81ecdfbb
RW
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901$as_echo "no" >&6; }
c906108c
SS
8902fi
8903
81ecdfbb 8904
bec39cab
AC
8905fi
8906if test -z "$ac_cv_prog_MIG"; then
8907 ac_ct_MIG=$MIG
8908 # Extract the first word of "mig", so it can be a program name with args.
8909set dummy mig; ac_word=$2
81ecdfbb
RW
8910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8911$as_echo_n "checking for $ac_word... " >&6; }
8912if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then :
8913 $as_echo_n "(cached) " >&6
bec39cab
AC
8914else
8915 if test -n "$ac_ct_MIG"; then
8916 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
8917else
8918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8919for as_dir in $PATH
8920do
8921 IFS=$as_save_IFS
8922 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8923 for ac_exec_ext in '' $ac_executable_extensions; do
8924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 8925 ac_cv_prog_ac_ct_MIG="mig"
81ecdfbb 8926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
8927 break 2
8928 fi
8929done
81ecdfbb
RW
8930 done
8931IFS=$as_save_IFS
c906108c 8932
bec39cab
AC
8933fi
8934fi
8935ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
8936if test -n "$ac_ct_MIG"; then
81ecdfbb
RW
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MIG" >&5
8938$as_echo "$ac_ct_MIG" >&6; }
bec39cab 8939else
81ecdfbb
RW
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8941$as_echo "no" >&6; }
bec39cab 8942fi
c906108c 8943
81ecdfbb
RW
8944 if test "x$ac_ct_MIG" = x; then
8945 MIG=""
8946 else
8947 case $cross_compiling:$ac_tool_warned in
8948yes:)
8949{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8950$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8951ac_tool_warned=yes ;;
8952esac
8953 MIG=$ac_ct_MIG
8954 fi
bec39cab
AC
8955else
8956 MIG="$ac_cv_prog_MIG"
8957fi
c906108c 8958
c906108c 8959
bec39cab
AC
8960# ---------------------- #
8961# Checks for libraries. #
8962# ---------------------- #
c906108c 8963
bec39cab 8964# We might need to link with -lm; most simulators need it.
81ecdfbb
RW
8965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
8966$as_echo_n "checking for main in -lm... " >&6; }
8967if test "${ac_cv_lib_m_main+set}" = set; then :
8968 $as_echo_n "(cached) " >&6
bec39cab
AC
8969else
8970 ac_check_lib_save_LIBS=$LIBS
8971LIBS="-lm $LIBS"
81ecdfbb 8972cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 8973/* end confdefs.h. */
c906108c 8974
c906108c 8975
bec39cab
AC
8976int
8977main ()
8978{
81ecdfbb 8979return main ();
bec39cab
AC
8980 ;
8981 return 0;
8982}
8983_ACEOF
81ecdfbb 8984if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
8985 ac_cv_lib_m_main=yes
8986else
81ecdfbb 8987 ac_cv_lib_m_main=no
bec39cab 8988fi
81ecdfbb
RW
8989rm -f core conftest.err conftest.$ac_objext \
8990 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
8991LIBS=$ac_check_lib_save_LIBS
8992fi
81ecdfbb
RW
8993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_main" >&5
8994$as_echo "$ac_cv_lib_m_main" >&6; }
8995if test "x$ac_cv_lib_m_main" = x""yes; then :
bec39cab
AC
8996 cat >>confdefs.h <<_ACEOF
8997#define HAVE_LIBM 1
8998_ACEOF
8999
9000 LIBS="-lm $LIBS"
c906108c 9001
c906108c 9002fi
bec39cab
AC
9003
9004
9005# We need to link with -lw to get `wctype' on Solaris before Solaris
9006# 2.6. Solaris 2.6 and beyond have this function in libc, and have a
9007# libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
9008# is known to have this problem). Therefore we avoid libw if we can.
81ecdfbb
RW
9009ac_fn_c_check_func "$LINENO" "wctype" "ac_cv_func_wctype"
9010if test "x$ac_cv_func_wctype" = x""yes; then :
bec39cab 9011
c906108c 9012else
81ecdfbb
RW
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype in -lw" >&5
9014$as_echo_n "checking for wctype in -lw... " >&6; }
9015if test "${ac_cv_lib_w_wctype+set}" = set; then :
9016 $as_echo_n "(cached) " >&6
bec39cab
AC
9017else
9018 ac_check_lib_save_LIBS=$LIBS
9019LIBS="-lw $LIBS"
81ecdfbb 9020cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9021/* end confdefs.h. */
c906108c 9022
81ecdfbb
RW
9023/* Override any GCC internal prototype to avoid an error.
9024 Use char because int might match the return type of a GCC
9025 builtin and then its argument prototype would still apply. */
bec39cab
AC
9026#ifdef __cplusplus
9027extern "C"
9028#endif
bec39cab
AC
9029char wctype ();
9030int
9031main ()
9032{
81ecdfbb 9033return wctype ();
bec39cab
AC
9034 ;
9035 return 0;
9036}
9037_ACEOF
81ecdfbb 9038if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
9039 ac_cv_lib_w_wctype=yes
9040else
81ecdfbb 9041 ac_cv_lib_w_wctype=no
bec39cab 9042fi
81ecdfbb
RW
9043rm -f core conftest.err conftest.$ac_objext \
9044 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
9045LIBS=$ac_check_lib_save_LIBS
9046fi
81ecdfbb
RW
9047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wctype" >&5
9048$as_echo "$ac_cv_lib_w_wctype" >&6; }
9049if test "x$ac_cv_lib_w_wctype" = x""yes; then :
bec39cab
AC
9050 cat >>confdefs.h <<_ACEOF
9051#define HAVE_LIBW 1
9052_ACEOF
c906108c 9053
bec39cab 9054 LIBS="-lw $LIBS"
c906108c 9055
bec39cab 9056fi
c906108c 9057
bec39cab 9058fi
c906108c 9059
ddc9cd0f 9060
bec39cab 9061# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
81ecdfbb
RW
9062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
9063$as_echo_n "checking for library containing gethostbyname... " >&6; }
9064if test "${ac_cv_search_gethostbyname+set}" = set; then :
9065 $as_echo_n "(cached) " >&6
bec39cab
AC
9066else
9067 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9068cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9069/* end confdefs.h. */
ddc9cd0f 9070
81ecdfbb
RW
9071/* Override any GCC internal prototype to avoid an error.
9072 Use char because int might match the return type of a GCC
9073 builtin and then its argument prototype would still apply. */
bec39cab
AC
9074#ifdef __cplusplus
9075extern "C"
9076#endif
bec39cab
AC
9077char gethostbyname ();
9078int
9079main ()
9080{
81ecdfbb 9081return gethostbyname ();
bec39cab
AC
9082 ;
9083 return 0;
9084}
9085_ACEOF
81ecdfbb
RW
9086for ac_lib in '' nsl; do
9087 if test -z "$ac_lib"; then
9088 ac_res="none required"
9089 else
9090 ac_res=-l$ac_lib
b4e70030 9091 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
9092 fi
9093 if ac_fn_c_try_link "$LINENO"; then :
9094 ac_cv_search_gethostbyname=$ac_res
9095fi
9096rm -f core conftest.err conftest.$ac_objext \
9097 conftest$ac_exeext
9098 if test "${ac_cv_search_gethostbyname+set}" = set; then :
9099 break
9100fi
9101done
9102if test "${ac_cv_search_gethostbyname+set}" = set; then :
ddc9cd0f 9103
bec39cab 9104else
81ecdfbb 9105 ac_cv_search_gethostbyname=no
bec39cab 9106fi
81ecdfbb 9107rm conftest.$ac_ext
bec39cab
AC
9108LIBS=$ac_func_search_save_LIBS
9109fi
81ecdfbb
RW
9110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
9111$as_echo "$ac_cv_search_gethostbyname" >&6; }
9112ac_res=$ac_cv_search_gethostbyname
9113if test "$ac_res" != no; then :
9114 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
96baa820 9115
bec39cab 9116fi
96baa820 9117
c906108c 9118
b4e70030 9119# Some systems (e.g. Solaris) have `socketpair' in libsocket.
81ecdfbb
RW
9120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socketpair" >&5
9121$as_echo_n "checking for library containing socketpair... " >&6; }
9122if test "${ac_cv_search_socketpair+set}" = set; then :
9123 $as_echo_n "(cached) " >&6
b4e70030
JB
9124else
9125 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9126cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
9127/* end confdefs.h. */
9128
81ecdfbb
RW
9129/* Override any GCC internal prototype to avoid an error.
9130 Use char because int might match the return type of a GCC
9131 builtin and then its argument prototype would still apply. */
b4e70030
JB
9132#ifdef __cplusplus
9133extern "C"
9134#endif
b4e70030
JB
9135char socketpair ();
9136int
9137main ()
9138{
81ecdfbb 9139return socketpair ();
b4e70030
JB
9140 ;
9141 return 0;
9142}
9143_ACEOF
81ecdfbb
RW
9144for ac_lib in '' socket; do
9145 if test -z "$ac_lib"; then
9146 ac_res="none required"
9147 else
9148 ac_res=-l$ac_lib
b4e70030 9149 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
9150 fi
9151 if ac_fn_c_try_link "$LINENO"; then :
9152 ac_cv_search_socketpair=$ac_res
9153fi
9154rm -f core conftest.err conftest.$ac_objext \
9155 conftest$ac_exeext
9156 if test "${ac_cv_search_socketpair+set}" = set; then :
9157 break
9158fi
9159done
9160if test "${ac_cv_search_socketpair+set}" = set; then :
b4e70030 9161
b4e70030 9162else
81ecdfbb 9163 ac_cv_search_socketpair=no
b4e70030 9164fi
81ecdfbb 9165rm conftest.$ac_ext
b4e70030
JB
9166LIBS=$ac_func_search_save_LIBS
9167fi
81ecdfbb
RW
9168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socketpair" >&5
9169$as_echo "$ac_cv_search_socketpair" >&6; }
9170ac_res=$ac_cv_search_socketpair
9171if test "$ac_res" != no; then :
9172 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
b4e70030
JB
9173
9174fi
9175
9176
233a11ab 9177# Link in zlib if we can. This allows us to read compressed debug sections.
b040ad30
JB
9178
9179 # See if the user specified whether he wants zlib support or not.
9180
9181# Check whether --with-zlib was given.
9182if test "${with_zlib+set}" = set; then :
9183 withval=$with_zlib;
9184else
9185 with_zlib=auto
9186fi
9187
9188
9189 if test "$with_zlib" != "no"; then
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
9191$as_echo_n "checking for library containing zlibVersion... " >&6; }
9192if test "${ac_cv_search_zlibVersion+set}" = set; then :
9193 $as_echo_n "(cached) " >&6
233a11ab
CS
9194else
9195 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9196cat confdefs.h - <<_ACEOF >conftest.$ac_ext
233a11ab
CS
9197/* end confdefs.h. */
9198
81ecdfbb
RW
9199/* Override any GCC internal prototype to avoid an error.
9200 Use char because int might match the return type of a GCC
233a11ab 9201 builtin and then its argument prototype would still apply. */
233a11ab
CS
9202#ifdef __cplusplus
9203extern "C"
9204#endif
233a11ab
CS
9205char zlibVersion ();
9206int
9207main ()
9208{
81ecdfbb 9209return zlibVersion ();
233a11ab
CS
9210 ;
9211 return 0;
9212}
9213_ACEOF
81ecdfbb
RW
9214for ac_lib in '' z; do
9215 if test -z "$ac_lib"; then
9216 ac_res="none required"
233a11ab 9217 else
81ecdfbb
RW
9218 ac_res=-l$ac_lib
9219 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
233a11ab 9220 fi
81ecdfbb
RW
9221 if ac_fn_c_try_link "$LINENO"; then :
9222 ac_cv_search_zlibVersion=$ac_res
233a11ab 9223fi
81ecdfbb
RW
9224rm -f core conftest.err conftest.$ac_objext \
9225 conftest$ac_exeext
9226 if test "${ac_cv_search_zlibVersion+set}" = set; then :
9227 break
233a11ab 9228fi
81ecdfbb
RW
9229done
9230if test "${ac_cv_search_zlibVersion+set}" = set; then :
233a11ab 9231
233a11ab 9232else
81ecdfbb 9233 ac_cv_search_zlibVersion=no
233a11ab 9234fi
81ecdfbb
RW
9235rm conftest.$ac_ext
9236LIBS=$ac_func_search_save_LIBS
233a11ab 9237fi
81ecdfbb
RW
9238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
9239$as_echo "$ac_cv_search_zlibVersion" >&6; }
9240ac_res=$ac_cv_search_zlibVersion
9241if test "$ac_res" != no; then :
9242 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9243 for ac_header in zlib.h
9244do :
9245 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
9246if test "x$ac_cv_header_zlib_h" = x""yes; then :
233a11ab 9247 cat >>confdefs.h <<_ACEOF
81ecdfbb 9248#define HAVE_ZLIB_H 1
233a11ab
CS
9249_ACEOF
9250
9251fi
9252
9253done
9254
9255fi
9256
b040ad30
JB
9257 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
9258 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
9259 fi
9260 fi
9261
233a11ab 9262
77f120bf 9263# On HP/UX we may need libxpdl for dlgetmodinfo (used by solib-pa64.c).
81ecdfbb
RW
9264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlgetmodinfo" >&5
9265$as_echo_n "checking for library containing dlgetmodinfo... " >&6; }
9266if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
9267 $as_echo_n "(cached) " >&6
bec39cab
AC
9268else
9269 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9270cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9271/* end confdefs.h. */
c906108c 9272
81ecdfbb
RW
9273/* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
bec39cab
AC
9276#ifdef __cplusplus
9277extern "C"
9278#endif
77f120bf 9279char dlgetmodinfo ();
bec39cab
AC
9280int
9281main ()
9282{
81ecdfbb 9283return dlgetmodinfo ();
bec39cab
AC
9284 ;
9285 return 0;
9286}
9287_ACEOF
81ecdfbb
RW
9288for ac_lib in '' dl xpdl; do
9289 if test -z "$ac_lib"; then
9290 ac_res="none required"
9291 else
9292 ac_res=-l$ac_lib
b4e70030 9293 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
9294 fi
9295 if ac_fn_c_try_link "$LINENO"; then :
9296 ac_cv_search_dlgetmodinfo=$ac_res
9297fi
9298rm -f core conftest.err conftest.$ac_objext \
9299 conftest$ac_exeext
9300 if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
9301 break
9302fi
9303done
9304if test "${ac_cv_search_dlgetmodinfo+set}" = set; then :
b4e70030 9305
4e8d927d 9306else
81ecdfbb 9307 ac_cv_search_dlgetmodinfo=no
1ba607ad 9308fi
81ecdfbb 9309rm conftest.$ac_ext
bec39cab
AC
9310LIBS=$ac_func_search_save_LIBS
9311fi
81ecdfbb
RW
9312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlgetmodinfo" >&5
9313$as_echo "$ac_cv_search_dlgetmodinfo" >&6; }
9314ac_res=$ac_cv_search_dlgetmodinfo
9315if test "$ac_res" != no; then :
9316 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
c906108c 9317
8bb2c122 9318fi
8bb2c122 9319
8bb2c122 9320
77f120bf 9321
77f120bf 9322
6c7a06a3 9323
81ecdfbb
RW
9324# Check whether --with-libiconv-prefix was given.
9325if test "${with_libiconv_prefix+set}" = set; then :
9326 withval=$with_libiconv_prefix;
6c7a06a3 9327 for dir in `echo "$withval" | tr : ' '`; do
94ae1714
TT
9328 if test -d $dir/include; then LIBICONV_INCLUDE="-I$dir/include"; fi
9329 if test -d $dir/lib; then LIBICONV_LIBDIR="-L$dir/lib"; fi
6c7a06a3
TT
9330 done
9331
81ecdfbb
RW
9332fi
9333
6c7a06a3 9334
f18c4681 9335 BUILD_LIBICONV_LIBDIRS="../libiconv/lib/.libs ../libiconv/lib/_libs"
6c7a06a3
TT
9336 BUILD_LIBICONV_INCLUDE="-I../libiconv/include"
9337
81ecdfbb
RW
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
9339$as_echo_n "checking for iconv... " >&6; }
9340if test "${am_cv_func_iconv+set}" = set; then :
9341 $as_echo_n "(cached) " >&6
d542061a 9342else
6c7a06a3
TT
9343
9344 am_cv_func_iconv="no, consider installing GNU libiconv"
9345 am_cv_lib_iconv=no
9346 am_cv_use_build_libiconv=no
f0f20949 9347 am_cv_build_libiconv_path=
4edb1e84
JB
9348
9349 # If libiconv is part of the build tree, then try using it over
9350 # any system iconv.
9351 if test -d ../libiconv; then
f18c4681
JB
9352 for lib_dir in $BUILD_LIBICONV_LIBDIRS; do
9353 am_save_LIBS="$LIBS"
9354 am_save_CPPFLAGS="$CPPFLAGS"
9355 LIBS="$LIBS $lib_dir/libiconv.a"
9356 CPPFLAGS="$CPPFLAGS $BUILD_LIBICONV_INCLUDE"
9357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 9358/* end confdefs.h. */
6c7a06a3
TT
9359#include <stdlib.h>
9360#include <iconv.h>
d542061a
UW
9361int
9362main ()
9363{
6c7a06a3 9364iconv_t cd = iconv_open("","");
f18c4681
JB
9365 iconv(cd,NULL,NULL,NULL,NULL);
9366 iconv_close(cd);
d542061a
UW
9367 ;
9368 return 0;
9369}
9370_ACEOF
81ecdfbb 9371if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 9372 am_cv_use_build_libiconv=yes
f0f20949 9373 am_cv_build_libiconv_path=$lib_dir/libiconv.a
f18c4681
JB
9374 am_cv_lib_iconv=yes
9375 am_cv_func_iconv=yes
d542061a 9376fi
81ecdfbb
RW
9377rm -f core conftest.err conftest.$ac_objext \
9378 conftest$ac_exeext conftest.$ac_ext
f18c4681
JB
9379 LIBS="$am_save_LIBS"
9380 CPPFLAGS="$am_save_CPPFLAGS"
9381 if test "$am_cv_use_build_libiconv" = "yes"; then
f18c4681
JB
9382 break
9383 fi
9384 done
4edb1e84 9385 fi
94ae1714 9386
4edb1e84 9387 # Next, try to find iconv in libc.
6c7a06a3 9388 if test "$am_cv_func_iconv" != yes; then
81ecdfbb 9389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d542061a 9390/* end confdefs.h. */
6c7a06a3
TT
9391#include <stdlib.h>
9392#include <iconv.h>
d542061a
UW
9393int
9394main ()
9395{
6c7a06a3
TT
9396iconv_t cd = iconv_open("","");
9397 iconv(cd,NULL,NULL,NULL,NULL);
9398 iconv_close(cd);
d542061a
UW
9399 ;
9400 return 0;
9401}
9402_ACEOF
81ecdfbb 9403if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 9404 am_cv_func_iconv=yes
d542061a 9405fi
81ecdfbb
RW
9406rm -f core conftest.err conftest.$ac_objext \
9407 conftest$ac_exeext conftest.$ac_ext
77f120bf 9408 fi
94ae1714 9409
4edb1e84
JB
9410 # If iconv was not in libc, try -liconv. In this case, arrange to
9411 # look in the libiconv prefix, if it was specified by the user.
9412 if test "$am_cv_func_iconv" != yes; then
6c7a06a3 9413 am_save_CPPFLAGS="$CPPFLAGS"
4edb1e84
JB
9414 am_save_LIBS="$LIBS"
9415 if test -n "$LIBICONV_INCLUDE"; then
9416 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
9417 LIBS="$LIBS $LIBICONV_LIBDIR"
9418 fi
9419 LIBS="$LIBS -liconv"
81ecdfbb 9420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 9421/* end confdefs.h. */
6c7a06a3
TT
9422#include <stdlib.h>
9423#include <iconv.h>
bec39cab
AC
9424int
9425main ()
9426{
6c7a06a3
TT
9427iconv_t cd = iconv_open("","");
9428 iconv(cd,NULL,NULL,NULL,NULL);
9429 iconv_close(cd);
bec39cab
AC
9430 ;
9431 return 0;
9432}
9433_ACEOF
81ecdfbb 9434if ac_fn_c_try_link "$LINENO"; then :
4edb1e84 9435 am_cv_lib_iconv=yes
6c7a06a3 9436 am_cv_func_iconv=yes
627af7ea 9437fi
81ecdfbb
RW
9438rm -f core conftest.err conftest.$ac_objext \
9439 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 9440 LIBS="$am_save_LIBS"
fc3b640d 9441 CPPFLAGS="$am_save_CPPFLAGS"
6c7a06a3
TT
9442 fi
9443
9444fi
81ecdfbb
RW
9445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
9446$as_echo "$am_cv_func_iconv" >&6; }
94ae1714
TT
9447
9448 # Set the various flags based on the cache variables. We can't rely
9449 # on the flags to remain set from the above code, due to caching.
fc3b640d
TT
9450 LIBICONV=
9451 if test "$am_cv_lib_iconv" = yes; then
9452 LIBICONV="-liconv"
94ae1714
TT
9453 else
9454 LIBICONV_LIBDIR=
9455 LIBICONV_INCLUDE=
fc3b640d
TT
9456 fi
9457 if test "$am_cv_use_build_libiconv" = yes; then
f0f20949 9458 LIBICONV="$am_cv_build_libiconv_path"
f18c4681 9459 LIBICONV_LIBDIR=""
fc3b640d
TT
9460 LIBICONV_INCLUDE="$BUILD_LIBICONV_INCLUDE"
9461 fi
9462 CPPFLAGS="$CPPFLAGS $LIBICONV_INCLUDE"
9463 LIBS="$LIBS $LIBICONV_LIBDIR $LIBICONV"
94ae1714 9464
6c7a06a3
TT
9465 if test "$am_cv_func_iconv" = yes; then
9466
81ecdfbb 9467$as_echo "#define HAVE_ICONV 1" >>confdefs.h
6c7a06a3 9468
81ecdfbb
RW
9469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
9470$as_echo_n "checking for iconv declaration... " >&6; }
9471 if test "${am_cv_proto_iconv+set}" = set; then :
9472 $as_echo_n "(cached) " >&6
6c7a06a3
TT
9473else
9474
81ecdfbb 9475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b4e70030
JB
9476/* end confdefs.h. */
9477
6c7a06a3
TT
9478#include <stdlib.h>
9479#include <iconv.h>
9480extern
b4e70030 9481#ifdef __cplusplus
6c7a06a3 9482"C"
b4e70030 9483#endif
6c7a06a3
TT
9484#if defined(__STDC__) || defined(__cplusplus)
9485size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
9486#else
9487size_t iconv();
9488#endif
9489
b4e70030
JB
9490int
9491main ()
9492{
6c7a06a3 9493
b4e70030
JB
9494 ;
9495 return 0;
9496}
9497_ACEOF
81ecdfbb 9498if ac_fn_c_try_compile "$LINENO"; then :
6c7a06a3 9499 am_cv_proto_iconv_arg1=""
4e8d927d 9500else
81ecdfbb 9501 am_cv_proto_iconv_arg1="const"
b4e70030 9502fi
81ecdfbb 9503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6c7a06a3
TT
9504 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);"
9505fi
9506
9507 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 9508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
6c7a06a3 9509 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
9510$as_echo "${ac_t:-
9511 }$am_cv_proto_iconv" >&6; }
6c7a06a3
TT
9512
9513cat >>confdefs.h <<_ACEOF
9514#define ICONV_CONST $am_cv_proto_iconv_arg1
9515_ACEOF
9516
9517 fi
6c7a06a3
TT
9518
9519
9520# On alpha-osf, it appears that libtermcap and libcurses are not compatible.
9521# There is a very specific comment in /usr/include/curses.h explaining that
9522# termcap routines built into libcurses must not be used.
9523#
9524# The symptoms we observed so far is GDB unexpectedly changing
9525# the terminal settings when tgetent is called - this is particularly
9526# visible as the output is missing carriage returns, and so rapidly
9527# becomes very hard to read.
9528#
9529# The readline configure script has already decided that libtermcap
9530# was enough for its purposes, and so decided to build readline using
9531# libtermcap. Since the TUI mode requires curses, building GDB with
9532# TUI enabled results in both libraries to be used at the same time,
9533# which is not allowed. This basically means that GDB with TUI is
9534# broken on alpha-osf.
9535
9536case $host_os in
6bcc772d
RO
9537 osf* )
9538 if test x"$enable_tui" = xyes; then
81ecdfbb 9539 as_fn_error "Building GDB with TUI mode is not supported on this host" "$LINENO" 5
6c7a06a3 9540 fi
6bcc772d 9541 if test x"$enable_tui" = xauto; then
6c7a06a3
TT
9542 enable_tui=no
9543 fi
9544 ;;
9545esac
9546
cb01cfba 9547# For the TUI, we need enhanced curses functionality.
bd8a8e1b 9548if test x"$enable_tui" != xno; then
cb01cfba
JB
9549 prefer_curses=yes
9550fi
9551
9552curses_found=no
9553if test x"$prefer_curses" = xyes; then
9554 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
9555 # curses library because the latter might not provide all the
9556 # functionality we need. However, this leads to problems on systems
9557 # where the linker searches /usr/local/lib, but the compiler doesn't
9558 # search /usr/local/include, if ncurses is installed in /usr/local. A
9559 # default installation of ncurses on alpha*-dec-osf* will lead to such
9560 # a situation.
81ecdfbb
RW
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5
9562$as_echo_n "checking for library containing waddstr... " >&6; }
9563if test "${ac_cv_search_waddstr+set}" = set; then :
9564 $as_echo_n "(cached) " >&6
6c7a06a3
TT
9565else
9566 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9567cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
9568/* end confdefs.h. */
9569
81ecdfbb
RW
9570/* Override any GCC internal prototype to avoid an error.
9571 Use char because int might match the return type of a GCC
9572 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
9573#ifdef __cplusplus
9574extern "C"
9575#endif
6c7a06a3
TT
9576char waddstr ();
9577int
9578main ()
9579{
81ecdfbb 9580return waddstr ();
6c7a06a3
TT
9581 ;
9582 return 0;
9583}
9584_ACEOF
81ecdfbb
RW
9585for ac_lib in '' ncurses cursesX curses; do
9586 if test -z "$ac_lib"; then
9587 ac_res="none required"
9588 else
9589 ac_res=-l$ac_lib
9590 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9591 fi
9592 if ac_fn_c_try_link "$LINENO"; then :
9593 ac_cv_search_waddstr=$ac_res
9594fi
9595rm -f core conftest.err conftest.$ac_objext \
9596 conftest$ac_exeext
9597 if test "${ac_cv_search_waddstr+set}" = set; then :
9598 break
9599fi
9600done
9601if test "${ac_cv_search_waddstr+set}" = set; then :
9602
6c7a06a3 9603else
81ecdfbb
RW
9604 ac_cv_search_waddstr=no
9605fi
9606rm conftest.$ac_ext
9607LIBS=$ac_func_search_save_LIBS
9608fi
9609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_waddstr" >&5
9610$as_echo "$ac_cv_search_waddstr" >&6; }
9611ac_res=$ac_cv_search_waddstr
9612if test "$ac_res" != no; then :
9613 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3
TT
9614
9615fi
9616
9617
cb01cfba
JB
9618 if test "$ac_cv_search_waddstr" != no; then
9619 curses_found=yes
9620 fi
9621fi
9622
9623# Check whether we should enable the TUI, but only do so if we really
9624# can.
9625if test x"$enable_tui" != xno; then
9626 if test -d $srcdir/tui; then
9627 if test "$curses_found" != no; then
6c7a06a3
TT
9628 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
9629 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
9630 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
9631 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
9632 CONFIG_ALL="${CONFIG_ALL} all-tui"
9633 CONFIG_CLEAN="${CONFIG_CLEAN} clean-tui"
9634 CONFIG_INSTALL="${CONFIG_INSTALL} install-tui"
9635 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-tui"
9636 else
9637 if test x"$enable_tui" = xyes; then
81ecdfbb 9638 as_fn_error "no enhanced curses library found; disable TUI" "$LINENO" 5
6c7a06a3 9639 else
81ecdfbb
RW
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no enhanced curses library found; disabling TUI" >&5
9641$as_echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
6c7a06a3
TT
9642 fi
9643 fi
9644 fi
9645fi
9646
9647# Since GDB uses Readline, we need termcap functionality. In many
9648# cases this will be provided by the curses library, but some systems
9649# have a seperate termcap library, or no curses library at all.
9650
9651case $host_os in
9652 cygwin*)
9653 if test -d $srcdir/libtermcap; then
9654 LIBS="../libtermcap/libtermcap.a $LIBS"
9655 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
9656 fi ;;
9657 go32* | *djgpp*)
9658 ac_cv_search_tgetent="none required"
9659 ;;
9660 *mingw32*)
9661 ac_cv_search_tgetent="none required"
9662 CONFIG_OBS="$CONFIG_OBS windows-termcap.o"
9663 ;;
9664esac
9665
9666# These are the libraries checked by Readline.
81ecdfbb
RW
9667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
9668$as_echo_n "checking for library containing tgetent... " >&6; }
9669if test "${ac_cv_search_tgetent+set}" = set; then :
9670 $as_echo_n "(cached) " >&6
6c7a06a3
TT
9671else
9672 ac_func_search_save_LIBS=$LIBS
81ecdfbb 9673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
9674/* end confdefs.h. */
9675
81ecdfbb
RW
9676/* Override any GCC internal prototype to avoid an error.
9677 Use char because int might match the return type of a GCC
9678 builtin and then its argument prototype would still apply. */
6c7a06a3
TT
9679#ifdef __cplusplus
9680extern "C"
9681#endif
6c7a06a3
TT
9682char tgetent ();
9683int
9684main ()
9685{
81ecdfbb 9686return tgetent ();
6c7a06a3
TT
9687 ;
9688 return 0;
9689}
9690_ACEOF
81ecdfbb
RW
9691for ac_lib in '' termcap tinfo curses ncurses; do
9692 if test -z "$ac_lib"; then
9693 ac_res="none required"
9694 else
9695 ac_res=-l$ac_lib
6c7a06a3 9696 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
9697 fi
9698 if ac_fn_c_try_link "$LINENO"; then :
9699 ac_cv_search_tgetent=$ac_res
9700fi
9701rm -f core conftest.err conftest.$ac_objext \
9702 conftest$ac_exeext
9703 if test "${ac_cv_search_tgetent+set}" = set; then :
9704 break
9705fi
9706done
9707if test "${ac_cv_search_tgetent+set}" = set; then :
6c7a06a3 9708
6c7a06a3 9709else
81ecdfbb 9710 ac_cv_search_tgetent=no
6c7a06a3 9711fi
81ecdfbb 9712rm conftest.$ac_ext
6c7a06a3
TT
9713LIBS=$ac_func_search_save_LIBS
9714fi
81ecdfbb
RW
9715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
9716$as_echo "$ac_cv_search_tgetent" >&6; }
9717ac_res=$ac_cv_search_tgetent
9718if test "$ac_res" != no; then :
9719 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6c7a06a3 9720
06825bd1
MK
9721fi
9722
06825bd1 9723
bec39cab 9724if test "$ac_cv_search_tgetent" = no; then
81ecdfbb 9725 as_fn_error "no termcap library found" "$LINENO" 5
8ee53726
MK
9726fi
9727
3841debe 9728
81ecdfbb
RW
9729# Check whether --with-system-readline was given.
9730if test "${with_system_readline+set}" = set; then :
9731 withval=$with_system_readline;
9732fi
6a30b0a5 9733
6a30b0a5
AS
9734
9735if test "$with_system_readline" = yes; then
9736 READLINE=-lreadline
9737 READLINE_DEPS=
9738 READLINE_CFLAGS=
a71e0887
JK
9739
9740 # readline-6.0 started to use the name `_rl_echoing_p'.
9741 # `$(READLINE_DIR)/' of bundled readline would not resolve in configure.
9742
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline_echoing_p" >&5
9744$as_echo_n "checking for readline_echoing_p... " >&6; }
9745 save_LIBS=$LIBS
9746 LIBS="$LIBS $READLINE"
9747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9748/* end confdefs.h. */
9749
9750int
9751main ()
9752{
9753extern int readline_echoing_p;
9754 return readline_echoing_p;
9755 ;
9756 return 0;
9757}
9758_ACEOF
9759if ac_fn_c_try_link "$LINENO"; then :
9760 READLINE_ECHOING_P=yes
9761else
9762 READLINE_ECHOING_P=no
9763
9764$as_echo "#define readline_echoing_p _rl_echoing_p" >>confdefs.h
9765
9766fi
9767rm -f core conftest.err conftest.$ac_objext \
9768 conftest$ac_exeext conftest.$ac_ext
9769 LIBS="$save_LIBS"
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READLINE_ECHOING_P" >&5
9771$as_echo "$READLINE_ECHOING_P" >&6; }
6a30b0a5
AS
9772else
9773 READLINE='$(READLINE_DIR)/libreadline.a'
9774 READLINE_DEPS='$(READLINE)'
9775 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
9776fi
9777
9778
9779
9780
9781
81ecdfbb
RW
9782# Check whether --with-expat was given.
9783if test "${with_expat+set}" = set; then :
9784 withval=$with_expat;
5c39566f
DJ
9785else
9786 with_expat=auto
81ecdfbb
RW
9787fi
9788
9789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use expat" >&5
9790$as_echo_n "checking whether to use expat... " >&6; }
9791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_expat" >&5
9792$as_echo "$with_expat" >&6; }
5c39566f
DJ
9793
9794if test "${with_expat}" = no; then
81ecdfbb
RW
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat support disabled; some features may be unavailable." >&5
9796$as_echo "$as_me: WARNING: expat support disabled; some features may be unavailable." >&2;}
5c39566f
DJ
9797 HAVE_LIBEXPAT=no
9798else
9799
3841debe
DJ
9800 if test "X$prefix" = "XNONE"; then
9801 acl_final_prefix="$ac_default_prefix"
9802 else
9803 acl_final_prefix="$prefix"
9804 fi
9805 if test "X$exec_prefix" = "XNONE"; then
9806 acl_final_exec_prefix='${prefix}'
9807 else
9808 acl_final_exec_prefix="$exec_prefix"
9809 fi
9810 acl_save_prefix="$prefix"
9811 prefix="$acl_final_prefix"
9812 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
9813 prefix="$acl_save_prefix"
9814
9815
81ecdfbb
RW
9816# Check whether --with-gnu-ld was given.
9817if test "${with_gnu_ld+set}" = set; then :
9818 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3841debe
DJ
9819else
9820 with_gnu_ld=no
81ecdfbb
RW
9821fi
9822
3841debe
DJ
9823# Prepare PATH_SEPARATOR.
9824# The user is always right.
9825if test "${PATH_SEPARATOR+set}" != set; then
9826 echo "#! /bin/sh" >conf$$.sh
9827 echo "exit 0" >>conf$$.sh
9828 chmod +x conf$$.sh
9829 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9830 PATH_SEPARATOR=';'
9831 else
9832 PATH_SEPARATOR=:
9833 fi
9834 rm -f conf$$.sh
9835fi
9836ac_prog=ld
9837if test "$GCC" = yes; then
9838 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
9840$as_echo_n "checking for ld used by GCC... " >&6; }
3841debe
DJ
9841 case $host in
9842 *-*-mingw*)
9843 # gcc leaves a trailing carriage return which upsets mingw
9844 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
9845 *)
9846 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
9847 esac
9848 case $ac_prog in
9849 # Accept absolute paths.
9850 [\\/]* | [A-Za-z]:[\\/]*)
9851 re_direlt='/[^/][^/]*/\.\./'
9852 # Canonicalize the path of ld
9853 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
9854 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
9855 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
9856 done
9857 test -z "$LD" && LD="$ac_prog"
9858 ;;
9859 "")
9860 # If it fails, then pretend we aren't using GCC.
9861 ac_prog=ld
9862 ;;
9863 *)
9864 # If it is relative, then search for the first ld in PATH.
9865 with_gnu_ld=unknown
9866 ;;
9867 esac
9868elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
9870$as_echo_n "checking for GNU ld... " >&6; }
3841debe 9871else
81ecdfbb
RW
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
9873$as_echo_n "checking for non-GNU ld... " >&6; }
3841debe 9874fi
81ecdfbb
RW
9875if test "${acl_cv_path_LD+set}" = set; then :
9876 $as_echo_n "(cached) " >&6
3841debe
DJ
9877else
9878 if test -z "$LD"; then
9879 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
9880 for ac_dir in $PATH; do
9881 test -z "$ac_dir" && ac_dir=.
9882 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
9883 acl_cv_path_LD="$ac_dir/$ac_prog"
9884 # Check to see if the program is GNU ld. I'd rather use --version,
9885 # but apparently some GNU ld's only accept -v.
9886 # Break only if it was the GNU/non-GNU ld that we prefer.
9887 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
9888 test "$with_gnu_ld" != no && break
9889 else
9890 test "$with_gnu_ld" != yes && break
9891 fi
9892 fi
9893 done
9894 IFS="$ac_save_ifs"
9895else
9896 acl_cv_path_LD="$LD" # Let the user override the test with a path.
9897fi
9898fi
9899
9900LD="$acl_cv_path_LD"
9901if test -n "$LD"; then
81ecdfbb
RW
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
9903$as_echo "$LD" >&6; }
3841debe 9904else
81ecdfbb
RW
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9906$as_echo "no" >&6; }
3841debe 9907fi
81ecdfbb
RW
9908test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
9909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
9910$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
9911if test "${acl_cv_prog_gnu_ld+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
3841debe
DJ
9913else
9914 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
9915if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
9916 acl_cv_prog_gnu_ld=yes
9917else
9918 acl_cv_prog_gnu_ld=no
9919fi
9920fi
81ecdfbb
RW
9921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
9922$as_echo "$acl_cv_prog_gnu_ld" >&6; }
3841debe
DJ
9923with_gnu_ld=$acl_cv_prog_gnu_ld
9924
9925
9926
81ecdfbb
RW
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
9928$as_echo_n "checking for shared library run path origin... " >&6; }
9929if test "${acl_cv_rpath+set}" = set; then :
9930 $as_echo_n "(cached) " >&6
3841debe
DJ
9931else
9932
9933 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
9934 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
9935 . ./conftest.sh
9936 rm -f ./conftest.sh
9937 acl_cv_rpath=done
9938
9939fi
81ecdfbb
RW
9940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
9941$as_echo "$acl_cv_rpath" >&6; }
3841debe
DJ
9942 wl="$acl_cv_wl"
9943 libext="$acl_cv_libext"
9944 shlibext="$acl_cv_shlibext"
9945 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
9946 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
9947 hardcode_direct="$acl_cv_hardcode_direct"
9948 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
9949 # Check whether --enable-rpath was given.
9950if test "${enable_rpath+set}" = set; then :
9951 enableval=$enable_rpath; :
3841debe
DJ
9952else
9953 enable_rpath=yes
81ecdfbb
RW
9954fi
9955
3841debe
DJ
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965 use_additional=yes
9966
9967 acl_save_prefix="$prefix"
9968 prefix="$acl_final_prefix"
9969 acl_save_exec_prefix="$exec_prefix"
9970 exec_prefix="$acl_final_exec_prefix"
9971
9972 eval additional_includedir=\"$includedir\"
9973 eval additional_libdir=\"$libdir\"
9974
9975 exec_prefix="$acl_save_exec_prefix"
9976 prefix="$acl_save_prefix"
9977
9978
81ecdfbb
RW
9979# Check whether --with-libexpat-prefix was given.
9980if test "${with_libexpat_prefix+set}" = set; then :
9981 withval=$with_libexpat_prefix;
3841debe
DJ
9982 if test "X$withval" = "Xno"; then
9983 use_additional=no
9984 else
9985 if test "X$withval" = "X"; then
9986
9987 acl_save_prefix="$prefix"
9988 prefix="$acl_final_prefix"
9989 acl_save_exec_prefix="$exec_prefix"
9990 exec_prefix="$acl_final_exec_prefix"
9991
9992 eval additional_includedir=\"$includedir\"
9993 eval additional_libdir=\"$libdir\"
9994
9995 exec_prefix="$acl_save_exec_prefix"
9996 prefix="$acl_save_prefix"
9997
9998 else
9999 additional_includedir="$withval/include"
10000 additional_libdir="$withval/lib"
10001 fi
10002 fi
10003
81ecdfbb
RW
10004fi
10005
3841debe
DJ
10006 LIBEXPAT=
10007 LTLIBEXPAT=
10008 INCEXPAT=
10009 rpathdirs=
10010 ltrpathdirs=
10011 names_already_handled=
10012 names_next_round='expat '
10013 while test -n "$names_next_round"; do
10014 names_this_round="$names_next_round"
10015 names_next_round=
10016 for name in $names_this_round; do
10017 already_handled=
10018 for n in $names_already_handled; do
10019 if test "$n" = "$name"; then
10020 already_handled=yes
10021 break
10022 fi
10023 done
10024 if test -z "$already_handled"; then
10025 names_already_handled="$names_already_handled $name"
10026 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
10027 eval value=\"\$HAVE_LIB$uppername\"
10028 if test -n "$value"; then
10029 if test "$value" = yes; then
10030 eval value=\"\$LIB$uppername\"
10031 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
10032 eval value=\"\$LTLIB$uppername\"
10033 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
10034 else
10035 :
10036 fi
10037 else
10038 found_dir=
10039 found_la=
10040 found_so=
10041 found_a=
10042 if test $use_additional = yes; then
10043 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
10044 found_dir="$additional_libdir"
10045 found_so="$additional_libdir/lib$name.$shlibext"
10046 if test -f "$additional_libdir/lib$name.la"; then
10047 found_la="$additional_libdir/lib$name.la"
10048 fi
10049 else
10050 if test -f "$additional_libdir/lib$name.$libext"; then
10051 found_dir="$additional_libdir"
10052 found_a="$additional_libdir/lib$name.$libext"
10053 if test -f "$additional_libdir/lib$name.la"; then
10054 found_la="$additional_libdir/lib$name.la"
10055 fi
10056 fi
10057 fi
10058 fi
10059 if test "X$found_dir" = "X"; then
10060 for x in $LDFLAGS $LTLIBEXPAT; do
10061
10062 acl_save_prefix="$prefix"
10063 prefix="$acl_final_prefix"
10064 acl_save_exec_prefix="$exec_prefix"
10065 exec_prefix="$acl_final_exec_prefix"
10066 eval x=\"$x\"
10067 exec_prefix="$acl_save_exec_prefix"
10068 prefix="$acl_save_prefix"
10069
10070 case "$x" in
10071 -L*)
10072 dir=`echo "X$x" | sed -e 's/^X-L//'`
10073 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
10074 found_dir="$dir"
10075 found_so="$dir/lib$name.$shlibext"
10076 if test -f "$dir/lib$name.la"; then
10077 found_la="$dir/lib$name.la"
10078 fi
10079 else
10080 if test -f "$dir/lib$name.$libext"; then
10081 found_dir="$dir"
10082 found_a="$dir/lib$name.$libext"
10083 if test -f "$dir/lib$name.la"; then
10084 found_la="$dir/lib$name.la"
10085 fi
10086 fi
10087 fi
10088 ;;
10089 esac
10090 if test "X$found_dir" != "X"; then
10091 break
10092 fi
10093 done
10094 fi
10095 if test "X$found_dir" != "X"; then
10096 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
10097 if test "X$found_so" != "X"; then
10098 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
10099 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
10100 else
10101 haveit=
10102 for x in $ltrpathdirs; do
10103 if test "X$x" = "X$found_dir"; then
10104 haveit=yes
10105 break
10106 fi
10107 done
10108 if test -z "$haveit"; then
10109 ltrpathdirs="$ltrpathdirs $found_dir"
10110 fi
10111 if test "$hardcode_direct" = yes; then
10112 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
10113 else
10114 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
10115 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
10116 haveit=
10117 for x in $rpathdirs; do
10118 if test "X$x" = "X$found_dir"; then
10119 haveit=yes
10120 break
10121 fi
10122 done
10123 if test -z "$haveit"; then
10124 rpathdirs="$rpathdirs $found_dir"
10125 fi
10126 else
10127 haveit=
10128 for x in $LDFLAGS $LIBEXPAT; do
10129
10130 acl_save_prefix="$prefix"
10131 prefix="$acl_final_prefix"
10132 acl_save_exec_prefix="$exec_prefix"
10133 exec_prefix="$acl_final_exec_prefix"
10134 eval x=\"$x\"
10135 exec_prefix="$acl_save_exec_prefix"
10136 prefix="$acl_save_prefix"
10137
10138 if test "X$x" = "X-L$found_dir"; then
10139 haveit=yes
10140 break
10141 fi
10142 done
10143 if test -z "$haveit"; then
10144 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
10145 fi
10146 if test "$hardcode_minus_L" != no; then
10147 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
10148 else
10149 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
10150 fi
10151 fi
10152 fi
10153 fi
10154 else
10155 if test "X$found_a" != "X"; then
10156 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
10157 else
10158 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
10159 fi
10160 fi
10161 additional_includedir=
10162 case "$found_dir" in
10163 */lib | */lib/)
10164 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
10165 additional_includedir="$basedir/include"
10166 ;;
10167 esac
10168 if test "X$additional_includedir" != "X"; then
10169 if test "X$additional_includedir" != "X/usr/include"; then
10170 haveit=
10171 if test "X$additional_includedir" = "X/usr/local/include"; then
10172 if test -n "$GCC"; then
10173 case $host_os in
10174 linux*) haveit=yes;;
10175 esac
10176 fi
10177 fi
10178 if test -z "$haveit"; then
10179 for x in $CPPFLAGS $INCEXPAT; do
10180
10181 acl_save_prefix="$prefix"
10182 prefix="$acl_final_prefix"
10183 acl_save_exec_prefix="$exec_prefix"
10184 exec_prefix="$acl_final_exec_prefix"
10185 eval x=\"$x\"
10186 exec_prefix="$acl_save_exec_prefix"
10187 prefix="$acl_save_prefix"
10188
10189 if test "X$x" = "X-I$additional_includedir"; then
10190 haveit=yes
10191 break
10192 fi
10193 done
10194 if test -z "$haveit"; then
10195 if test -d "$additional_includedir"; then
10196 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
10197 fi
10198 fi
10199 fi
10200 fi
10201 fi
10202 if test -n "$found_la"; then
10203 save_libdir="$libdir"
10204 case "$found_la" in
10205 */* | *\\*) . "$found_la" ;;
10206 *) . "./$found_la" ;;
10207 esac
10208 libdir="$save_libdir"
10209 for dep in $dependency_libs; do
10210 case "$dep" in
10211 -L*)
10212 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
10213 if test "X$additional_libdir" != "X/usr/lib"; then
10214 haveit=
10215 if test "X$additional_libdir" = "X/usr/local/lib"; then
10216 if test -n "$GCC"; then
10217 case $host_os in
10218 linux*) haveit=yes;;
10219 esac
10220 fi
10221 fi
10222 if test -z "$haveit"; then
10223 haveit=
10224 for x in $LDFLAGS $LIBEXPAT; do
10225
10226 acl_save_prefix="$prefix"
10227 prefix="$acl_final_prefix"
10228 acl_save_exec_prefix="$exec_prefix"
10229 exec_prefix="$acl_final_exec_prefix"
10230 eval x=\"$x\"
10231 exec_prefix="$acl_save_exec_prefix"
10232 prefix="$acl_save_prefix"
10233
10234 if test "X$x" = "X-L$additional_libdir"; then
10235 haveit=yes
10236 break
10237 fi
10238 done
10239 if test -z "$haveit"; then
10240 if test -d "$additional_libdir"; then
10241 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
10242 fi
10243 fi
10244 haveit=
10245 for x in $LDFLAGS $LTLIBEXPAT; do
10246
10247 acl_save_prefix="$prefix"
10248 prefix="$acl_final_prefix"
10249 acl_save_exec_prefix="$exec_prefix"
10250 exec_prefix="$acl_final_exec_prefix"
10251 eval x=\"$x\"
10252 exec_prefix="$acl_save_exec_prefix"
10253 prefix="$acl_save_prefix"
10254
10255 if test "X$x" = "X-L$additional_libdir"; then
10256 haveit=yes
10257 break
10258 fi
10259 done
10260 if test -z "$haveit"; then
10261 if test -d "$additional_libdir"; then
10262 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
10263 fi
10264 fi
10265 fi
10266 fi
10267 ;;
10268 -R*)
10269 dir=`echo "X$dep" | sed -e 's/^X-R//'`
10270 if test "$enable_rpath" != no; then
10271 haveit=
10272 for x in $rpathdirs; do
10273 if test "X$x" = "X$dir"; then
10274 haveit=yes
10275 break
10276 fi
10277 done
10278 if test -z "$haveit"; then
10279 rpathdirs="$rpathdirs $dir"
10280 fi
10281 haveit=
10282 for x in $ltrpathdirs; do
10283 if test "X$x" = "X$dir"; then
10284 haveit=yes
10285 break
10286 fi
10287 done
10288 if test -z "$haveit"; then
10289 ltrpathdirs="$ltrpathdirs $dir"
10290 fi
10291 fi
10292 ;;
10293 -l*)
10294 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10295 ;;
10296 *.la)
10297 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10298 ;;
10299 *)
10300 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
10301 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
10302 ;;
81ecdfbb
RW
10303 esac
10304 done
10305 fi
10306 else
10307 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
10308 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
10309 fi
10310 fi
10311 fi
10312 done
10313 done
10314 if test "X$rpathdirs" != "X"; then
10315 if test -n "$hardcode_libdir_separator"; then
10316 alldirs=
10317 for found_dir in $rpathdirs; do
10318 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10319 done
10320 acl_save_libdir="$libdir"
10321 libdir="$alldirs"
10322 eval flag=\"$hardcode_libdir_flag_spec\"
10323 libdir="$acl_save_libdir"
10324 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
10325 else
10326 for found_dir in $rpathdirs; do
10327 acl_save_libdir="$libdir"
10328 libdir="$found_dir"
10329 eval flag=\"$hardcode_libdir_flag_spec\"
10330 libdir="$acl_save_libdir"
10331 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
10332 done
10333 fi
10334 fi
10335 if test "X$ltrpathdirs" != "X"; then
10336 for found_dir in $ltrpathdirs; do
10337 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
10338 done
10339 fi
a9322a30
TT
10340
10341
81ecdfbb 10342 ac_save_CPPFLAGS="$CPPFLAGS"
a9322a30 10343
81ecdfbb
RW
10344 for element in $INCEXPAT; do
10345 haveit=
10346 for x in $CPPFLAGS; do
a9322a30 10347
81ecdfbb
RW
10348 acl_save_prefix="$prefix"
10349 prefix="$acl_final_prefix"
10350 acl_save_exec_prefix="$exec_prefix"
10351 exec_prefix="$acl_final_exec_prefix"
10352 eval x=\"$x\"
10353 exec_prefix="$acl_save_exec_prefix"
10354 prefix="$acl_save_prefix"
a8111142 10355
81ecdfbb
RW
10356 if test "X$x" = "X$element"; then
10357 haveit=yes
10358 break
10359 fi
10360 done
10361 if test -z "$haveit"; then
10362 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10363 fi
10364 done
a9322a30
TT
10365
10366
81ecdfbb
RW
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libexpat" >&5
10368$as_echo_n "checking for libexpat... " >&6; }
10369if test "${ac_cv_libexpat+set}" = set; then :
10370 $as_echo_n "(cached) " >&6
bec39cab 10371else
bec39cab 10372
81ecdfbb
RW
10373 ac_save_LIBS="$LIBS"
10374 LIBS="$LIBS $LIBEXPAT"
10375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10376/* end confdefs.h. */
81ecdfbb
RW
10377#include "expat.h"
10378int
10379main ()
10380{
10381XML_Parser p = XML_ParserCreate (0);
10382 ;
10383 return 0;
10384}
bec39cab 10385_ACEOF
81ecdfbb
RW
10386if ac_fn_c_try_link "$LINENO"; then :
10387 ac_cv_libexpat=yes
c906108c 10388else
81ecdfbb 10389 ac_cv_libexpat=no
bec39cab 10390fi
81ecdfbb
RW
10391rm -f core conftest.err conftest.$ac_objext \
10392 conftest$ac_exeext conftest.$ac_ext
10393 LIBS="$ac_save_LIBS"
c906108c 10394
95ca63c4 10395fi
81ecdfbb
RW
10396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libexpat" >&5
10397$as_echo "$ac_cv_libexpat" >&6; }
10398 if test "$ac_cv_libexpat" = yes; then
10399 HAVE_LIBEXPAT=yes
bec39cab 10400
81ecdfbb 10401$as_echo "#define HAVE_LIBEXPAT 1" >>confdefs.h
bec39cab 10402
81ecdfbb
RW
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libexpat" >&5
10404$as_echo_n "checking how to link with libexpat... " >&6; }
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBEXPAT" >&5
10406$as_echo "$LIBEXPAT" >&6; }
10407 else
10408 HAVE_LIBEXPAT=no
10409 CPPFLAGS="$ac_save_CPPFLAGS"
10410 LIBEXPAT=
10411 LTLIBEXPAT=
10412 fi
95ca63c4
CF
10413
10414
10415
7cb9022a
MK
10416
10417
bec39cab 10418
81ecdfbb
RW
10419 if test "$HAVE_LIBEXPAT" != yes; then
10420 if test "$with_expat" = yes; then
10421 as_fn_error "expat is missing or unusable" "$LINENO" 5
10422 else
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: expat is missing or unusable; some features may be unavailable." >&5
10424$as_echo "$as_me: WARNING: expat is missing or unusable; some features may be unavailable." >&2;}
10425 fi
10426 else
10427 save_LIBS=$LIBS
10428 LIBS="$LIBS $LIBEXPAT"
10429 for ac_func in XML_StopParser
10430do :
10431 ac_fn_c_check_func "$LINENO" "XML_StopParser" "ac_cv_func_XML_StopParser"
10432if test "x$ac_cv_func_XML_StopParser" = x""yes; then :
bec39cab 10433 cat >>confdefs.h <<_ACEOF
81ecdfbb 10434#define HAVE_XML_STOPPARSER 1
bec39cab 10435_ACEOF
95ca63c4 10436
bec39cab 10437fi
bec39cab 10438done
95ca63c4 10439
81ecdfbb
RW
10440 LIBS=$save_LIBS
10441 fi
a9322a30
TT
10442fi
10443
a9322a30 10444
a9322a30
TT
10445
10446
ec685c5e 10447
0c4a4063 10448
81ecdfbb
RW
10449# Check whether --with-python was given.
10450if test "${with_python+set}" = set; then :
10451 withval=$with_python;
bec39cab 10452else
81ecdfbb 10453 with_python=auto
bec39cab 10454fi
bec39cab 10455
81ecdfbb
RW
10456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use python" >&5
10457$as_echo_n "checking whether to use python... " >&6; }
10458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_python" >&5
10459$as_echo "$with_python" >&6; }
9a156167 10460
81ecdfbb
RW
10461if test "${with_python}" = no; then
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python support disabled; some features may be unavailable." >&5
10463$as_echo "$as_me: WARNING: python support disabled; some features may be unavailable." >&2;}
10464 have_libpython=no
bec39cab 10465else
81ecdfbb 10466 case "${with_python}" in
81ecdfbb 10467 /*)
ec685c5e
DE
10468 if test -d ${with_python}; then
10469 # Assume the python binary is ${with_python}/bin/python.
ec685c5e 10470 python_prog="${with_python}/bin/python"
0c4a4063 10471 python_prefix=
e7a30f46 10472 if test ! -x "${python_prog}"; then
ec685c5e
DE
10473 # Fall back to gdb 7.0/7.1 behaviour.
10474 python_prog=missing
0c4a4063 10475 python_prefix=${with_python}
ec685c5e 10476 fi
e7a30f46 10477 elif test -x "${with_python}"; then
ec685c5e
DE
10478 # While we can't run python compiled for $host (unless host == build),
10479 # the user could write a script that provides the needed information,
10480 # so we support that.
ec685c5e 10481 python_prog=${with_python}
0c4a4063 10482 python_prefix=
ec685c5e
DE
10483 else
10484 as_fn_error "invalid value for --with-python" "$LINENO" 5
10485 fi
81ecdfbb 10486 ;;
ec685c5e
DE
10487 */*)
10488 # Disallow --with-python=foo/bar.
81ecdfbb
RW
10489 as_fn_error "invalid value for --with-python" "$LINENO" 5
10490 ;;
ec685c5e
DE
10491 *)
10492 # The user has either specified auto, yes, or the name of the python
10493 # program assumed to be in $PATH.
10494 python_prefix=
10495 case "${with_python}" in
10496 yes | auto)
10497 if test ${build} = ${host}; then
10498 # Extract the first word of "python", so it can be a program name with args.
10499set dummy python; ac_word=$2
10500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10501$as_echo_n "checking for $ac_word... " >&6; }
10502if test "${ac_cv_path_python_prog_path+set}" = set; then :
10503 $as_echo_n "(cached) " >&6
10504else
10505 case $python_prog_path in
10506 [\\/]* | ?:[\\/]*)
10507 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10508 ;;
10509 *)
10510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10511for as_dir in $PATH
10512do
10513 IFS=$as_save_IFS
10514 test -z "$as_dir" && as_dir=.
10515 for ac_exec_ext in '' $ac_executable_extensions; do
10516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10517 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10519 break 2
10520 fi
10521done
10522 done
10523IFS=$as_save_IFS
10524
10525 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10526 ;;
10527esac
10528fi
10529python_prog_path=$ac_cv_path_python_prog_path
10530if test -n "$python_prog_path"; then
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10532$as_echo "$python_prog_path" >&6; }
10533else
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10535$as_echo "no" >&6; }
10536fi
10537
10538
10539 if test "${python_prog_path}" = missing; then
10540 python_prog=missing
10541 else
10542 python_prog=${python_prog_path}
10543 fi
10544 else
10545 # Not much we can do except assume the cross-compiler will find the
10546 # right files.
10547 python_prog=missing
10548 fi
10549 ;;
10550 *)
10551 # While we can't run python compiled for $host (unless host == build),
10552 # the user could write a script that provides the needed information,
10553 # so we support that.
10554 python_prog="${with_python}"
10555 # Extract the first word of "${python_prog}", so it can be a program name with args.
10556set dummy ${python_prog}; ac_word=$2
10557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10558$as_echo_n "checking for $ac_word... " >&6; }
10559if test "${ac_cv_path_python_prog_path+set}" = set; then :
10560 $as_echo_n "(cached) " >&6
10561else
10562 case $python_prog_path in
10563 [\\/]* | ?:[\\/]*)
10564 ac_cv_path_python_prog_path="$python_prog_path" # Let the user override the test with a path.
10565 ;;
10566 *)
10567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10568for as_dir in $PATH
10569do
10570 IFS=$as_save_IFS
10571 test -z "$as_dir" && as_dir=.
10572 for ac_exec_ext in '' $ac_executable_extensions; do
10573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10574 ac_cv_path_python_prog_path="$as_dir/$ac_word$ac_exec_ext"
10575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10576 break 2
10577 fi
10578done
10579 done
10580IFS=$as_save_IFS
10581
10582 test -z "$ac_cv_path_python_prog_path" && ac_cv_path_python_prog_path="missing"
10583 ;;
10584esac
10585fi
10586python_prog_path=$ac_cv_path_python_prog_path
10587if test -n "$python_prog_path"; then
10588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_prog_path" >&5
10589$as_echo "$python_prog_path" >&6; }
10590else
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10592$as_echo "no" >&6; }
10593fi
10594
10595
10596 if test "${python_prog_path}" = missing; then
10597 as_fn_error "unable to find python program ${python_prog}" "$LINENO" 5
10598 fi
10599 ;;
10600 esac
81ecdfbb
RW
10601 esac
10602
ec685c5e 10603 if test "${python_prog}" != missing; then
e7a30f46
DE
10604 # We have a python program to use, but it may be too old.
10605 # Don't flag an error for --with-python=auto (the default).
10606 have_python_config=yes
ec685c5e
DE
10607 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes`
10608 if test $? != 0; then
e7a30f46
DE
10609 have_python_config=failed
10610 if test "${with_python}" != auto; then
10611 as_fn_error "failure running python-config --includes" "$LINENO" 5
10612 fi
ec685c5e
DE
10613 fi
10614 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags`
10615 if test $? != 0; then
e7a30f46
DE
10616 have_python_config=failed
10617 if test "${with_python}" != auto; then
10618 as_fn_error "failure running python-config --ldflags" "$LINENO" 5
10619 fi
ec685c5e 10620 fi
0c4a4063
DE
10621 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix`
10622 if test $? != 0; then
e7a30f46
DE
10623 have_python_config=failed
10624 if test "${with_python}" != auto; then
10625 as_fn_error "failure running python-config --exec-prefix" "$LINENO" 5
10626 fi
0c4a4063 10627 fi
ec685c5e
DE
10628 else
10629 # Fall back to gdb 7.0/7.1 behaviour.
10630 if test -z ${python_prefix}; then
10631 python_includes=
10632 python_libs=
10633 else
10634 python_includes="-I${python_prefix}/include"
10635 python_libs="-L${python_prefix}/lib"
10636 fi
0c4a4063 10637 have_python_config=no
ec685c5e 10638 fi
bec39cab 10639
ec685c5e
DE
10640 # Having "/pythonX.Y" in the include path is awkward.
10641 # All those python headers get bubbled up to the top inviting lots
10642 # of random collisions. GDB originally didn't use python-config to
10643 # find the compilation parameters and includes "pythonX.Y/" in the
10644 # path of the, umm, include file. So strip away this part of the
10645 # output of python-config --includes.
10646 python_includes=`echo "${python_includes} " \
0c4a4063 10647 | sed -e 's,/python[0-9]*[.][0-9]* , ,g'`
bec39cab 10648
ec685c5e
DE
10649 # If we have python-config, only try the configuration it provides.
10650 # Otherwise fallback on the old way of trying different versions of
10651 # python in turn.
81ecdfbb 10652
ec685c5e
DE
10653 have_libpython=no
10654 if test "${have_python_config}" = yes; then
10655 python_version=`echo " ${python_libs} " \
0c4a4063
DE
10656 | sed -e 's,^.* -l\(python[0-9]*[.][0-9]*\) .*$,\1,'`
10657 case "${python_version}" in
10658 python*)
ec685c5e
DE
10659
10660 version=${python_version}
10661
10662 new_CPPFLAGS=${python_includes}
10663 new_LIBS=${python_libs}
81ecdfbb
RW
10664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10665$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10666 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10667 save_LIBS=$LIBS
ec685c5e
DE
10668 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10669 LIBS="$LIBS $new_LIBS"
10670 found_usable_python=no
81ecdfbb 10671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10672/* end confdefs.h. */
81ecdfbb
RW
10673#include "${version}/Python.h"
10674int
10675main ()
10676{
10677Py_Initialize ();
10678 ;
10679 return 0;
10680}
bec39cab 10681_ACEOF
81ecdfbb 10682if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10683 have_libpython=${version}
10684 found_usable_python=yes
bec39cab 10685else
ec685c5e
DE
10686 CPPFLAGS=$save_CPPFLAGS
10687 LIBS=$save_LIBS
9a156167 10688fi
81ecdfbb
RW
10689rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
ec685c5e
DE
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10692$as_echo "${found_usable_python}" >&6; }
9a156167 10693
0c4a4063
DE
10694 ;;
10695 *)
ec685c5e 10696 as_fn_error "unable to determine python version from ${python_libs}" "$LINENO" 5
0c4a4063
DE
10697 ;;
10698 esac
e7a30f46 10699 elif test "${have_python_config}" != failed; then
ec685c5e 10700 if test "${have_libpython}" = no; then
9a156167 10701
420697bb
TT
10702 version=python2.7
10703
10704 new_CPPFLAGS=${python_includes}
10705 new_LIBS="${python_libs} -lpython2.7"
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10707$as_echo_n "checking for ${version}... " >&6; }
10708 save_CPPFLAGS=$CPPFLAGS
10709 save_LIBS=$LIBS
10710 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10711 LIBS="$LIBS $new_LIBS"
10712 found_usable_python=no
10713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10714/* end confdefs.h. */
10715#include "${version}/Python.h"
10716int
10717main ()
10718{
10719Py_Initialize ();
10720 ;
10721 return 0;
10722}
10723_ACEOF
10724if ac_fn_c_try_link "$LINENO"; then :
10725 have_libpython=${version}
10726 found_usable_python=yes
10727else
10728 CPPFLAGS=$save_CPPFLAGS
10729 LIBS=$save_LIBS
10730fi
10731rm -f core conftest.err conftest.$ac_objext \
10732 conftest$ac_exeext conftest.$ac_ext
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10734$as_echo "${found_usable_python}" >&6; }
10735
10736 fi
10737 if test "${have_libpython}" = no; then
10738
ec685c5e
DE
10739 version=python2.6
10740
10741 new_CPPFLAGS=${python_includes}
10742 new_LIBS="${python_libs} -lpython2.6"
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10744$as_echo_n "checking for ${version}... " >&6; }
10745 save_CPPFLAGS=$CPPFLAGS
10746 save_LIBS=$LIBS
10747 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10748 LIBS="$LIBS $new_LIBS"
10749 found_usable_python=no
10750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10751/* end confdefs.h. */
10752#include "${version}/Python.h"
10753int
10754main ()
10755{
10756Py_Initialize ();
10757 ;
10758 return 0;
10759}
10760_ACEOF
10761if ac_fn_c_try_link "$LINENO"; then :
10762 have_libpython=${version}
10763 found_usable_python=yes
10764else
10765 CPPFLAGS=$save_CPPFLAGS
10766 LIBS=$save_LIBS
10767fi
10768rm -f core conftest.err conftest.$ac_objext \
10769 conftest$ac_exeext conftest.$ac_ext
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10771$as_echo "${found_usable_python}" >&6; }
9a156167 10772
81ecdfbb 10773 fi
ec685c5e 10774 if test ${have_libpython} = no; then
9a156167 10775
81ecdfbb 10776 version=python2.5
9a156167 10777
ec685c5e
DE
10778 new_CPPFLAGS=${python_includes}
10779 new_LIBS="${python_libs} -lpython2.5"
81ecdfbb
RW
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10781$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10782 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10783 save_LIBS=$LIBS
ec685c5e
DE
10784 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10785 LIBS="$LIBS $new_LIBS"
10786 found_usable_python=no
81ecdfbb 10787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 10788/* end confdefs.h. */
81ecdfbb
RW
10789#include "${version}/Python.h"
10790int
10791main ()
10792{
10793Py_Initialize ();
10794 ;
10795 return 0;
10796}
436868fb 10797_ACEOF
81ecdfbb 10798if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10799 have_libpython=${version}
10800 found_usable_python=yes
436868fb 10801else
ec685c5e
DE
10802 CPPFLAGS=$save_CPPFLAGS
10803 LIBS=$save_LIBS
436868fb 10804fi
81ecdfbb
RW
10805rm -f core conftest.err conftest.$ac_objext \
10806 conftest$ac_exeext conftest.$ac_ext
ec685c5e
DE
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10808$as_echo "${found_usable_python}" >&6; }
a9322a30 10809
81ecdfbb 10810 fi
ec685c5e 10811 if test ${have_libpython} = no; then
a9322a30 10812
81ecdfbb 10813 version=python2.4
a9322a30 10814
ec685c5e
DE
10815 new_CPPFLAGS=${python_includes}
10816 new_LIBS="${python_libs} -lpython2.4"
81ecdfbb
RW
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${version}" >&5
10818$as_echo_n "checking for ${version}... " >&6; }
ec685c5e 10819 save_CPPFLAGS=$CPPFLAGS
81ecdfbb 10820 save_LIBS=$LIBS
ec685c5e
DE
10821 CPPFLAGS="$CPPFLAGS $new_CPPFLAGS"
10822 LIBS="$LIBS $new_LIBS"
10823 found_usable_python=no
81ecdfbb 10824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
436868fb 10825/* end confdefs.h. */
81ecdfbb 10826#include "${version}/Python.h"
a9322a30
TT
10827int
10828main ()
10829{
81ecdfbb 10830Py_Initialize ();
a9322a30
TT
10831 ;
10832 return 0;
10833}
436868fb 10834_ACEOF
81ecdfbb 10835if ac_fn_c_try_link "$LINENO"; then :
ec685c5e
DE
10836 have_libpython=${version}
10837 found_usable_python=yes
436868fb 10838else
ec685c5e
DE
10839 CPPFLAGS=$save_CPPFLAGS
10840 LIBS=$save_LIBS
436868fb 10841fi
81ecdfbb
RW
10842rm -f core conftest.err conftest.$ac_objext \
10843 conftest$ac_exeext conftest.$ac_ext
ec685c5e
DE
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${found_usable_python}" >&5
10845$as_echo "${found_usable_python}" >&6; }
81ecdfbb 10846
ec685c5e
DE
10847 fi
10848 fi
11763c18
TT
10849 if test "${have_libpython}" = python2.7; then
10850
10851$as_echo "#define HAVE_LIBPYTHON2_7 1" >>confdefs.h
10852
10853 elif test "${have_libpython}" = python2.6; then
ec685c5e
DE
10854
10855$as_echo "#define HAVE_LIBPYTHON2_6 1" >>confdefs.h
10856
10857 elif test "${have_libpython}" = python2.5; then
10858
10859$as_echo "#define HAVE_LIBPYTHON2_5 1" >>confdefs.h
10860
10861 elif test "${have_libpython}" = python2.4; then
81ecdfbb
RW
10862
10863$as_echo "#define HAVE_LIBPYTHON2_4 1" >>confdefs.h
10864
81ecdfbb 10865 fi
ec685c5e
DE
10866
10867 if test "${have_libpython}" = no; then
81ecdfbb
RW
10868 case "${with_python}" in
10869 yes)
10870 as_fn_error "python is missing or unusable" "$LINENO" 5
10871 ;;
10872 auto)
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: python is missing or unusable; some features may be unavailable." >&5
10874$as_echo "$as_me: WARNING: python is missing or unusable; some features may be unavailable." >&2;}
10875 ;;
10876 *)
10877 as_fn_error "no usable python found at ${with_python}" "$LINENO" 5
10878 ;;
10879 esac
0c4a4063
DE
10880 else
10881 if test -n "${python_prefix}"; then
10882
10883cat >>confdefs.h <<_ACEOF
10884#define WITH_PYTHON_PATH "${python_prefix}"
10885_ACEOF
10886
10887
10888 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
10889 if test "x$prefix" = xNONE; then
10890 test_prefix=/usr/local
10891 else
10892 test_prefix=$prefix
10893 fi
10894 else
10895 test_prefix=$exec_prefix
10896 fi
10897 value=0
10898 case ${python_prefix} in
10899 "${test_prefix}"|"${test_prefix}/"*|\
10900 '${exec_prefix}'|'${exec_prefix}/'*)
10901 value=1
10902 ;;
10903 esac
10904
10905cat >>confdefs.h <<_ACEOF
10906#define PYTHON_PATH_RELOCATABLE $value
10907_ACEOF
10908
10909
10910 fi
81ecdfbb 10911 fi
436868fb 10912fi
436868fb 10913
ec685c5e 10914if test "${have_libpython}" != no; then
436868fb 10915
81ecdfbb 10916$as_echo "#define HAVE_PYTHON 1" >>confdefs.h
436868fb 10917
81ecdfbb
RW
10918 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
10919 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
10920 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
10921 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
436868fb 10922
81ecdfbb
RW
10923 # Flags needed to compile Python code (taken from python-config --cflags).
10924 # We cannot call python-config directly because it will output whatever was
10925 # used when compiling the Python interpreter itself, including flags which
10926 # would make the python-related objects be compiled differently from the
10927 # rest of GDB (e.g., -O2 and -fPIC).
10928 if test "${GCC}" = yes; then
10929 tentative_python_cflags="-fno-strict-aliasing -DNDEBUG -fwrapv"
10930 fi
436868fb 10931
81ecdfbb
RW
10932 if test "x${tentative_python_cflags}" != x; then
10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler flags for python code" >&5
10934$as_echo_n "checking compiler flags for python code... " >&6; }
10935 for flag in ${tentative_python_cflags}; do
10936 # Check that the compiler accepts it
10937 saved_CFLAGS="$CFLAGS"
10938 CFLAGS="$CFLAGS $flag"
10939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10940/* end confdefs.h. */
81ecdfbb 10941
a9322a30
TT
10942int
10943main ()
10944{
a9322a30
TT
10945
10946 ;
10947 return 0;
10948}
bec39cab 10949_ACEOF
81ecdfbb
RW
10950if ac_fn_c_try_compile "$LINENO"; then :
10951 PYTHON_CFLAGS="${PYTHON_CFLAGS} $flag"
bec39cab 10952fi
81ecdfbb
RW
10953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10954 CFLAGS="$saved_CFLAGS"
10955 done
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${PYTHON_CFLAGS}" >&5
10957$as_echo "${PYTHON_CFLAGS}" >&6; }
10958 fi
10959else
10960 # Even if Python support is not compiled in, we need to have these files
88a1906b
DE
10961 # included.
10962 CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o py-auto-load.o"
10963 CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c \
10964 python/py-prettyprint.c python/py-auto-load.c"
a9322a30 10965fi
9a156167 10966
9a156167 10967
81ecdfbb
RW
10968# ------------------------- #
10969# Checks for header files. #
10970# ------------------------- #
c890192f 10971
81ecdfbb
RW
10972ac_header_dirent=no
10973for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
10974 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
10975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
10976$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
10977if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
10978 $as_echo_n "(cached) " >&6
bec39cab 10979else
81ecdfbb 10980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 10981/* end confdefs.h. */
81ecdfbb
RW
10982#include <sys/types.h>
10983#include <$ac_hdr>
10984
a9322a30
TT
10985int
10986main ()
10987{
81ecdfbb
RW
10988if ((DIR *) 0)
10989return 0;
a9322a30
TT
10990 ;
10991 return 0;
10992}
bec39cab 10993_ACEOF
81ecdfbb
RW
10994if ac_fn_c_try_compile "$LINENO"; then :
10995 eval "$as_ac_Header=yes"
bec39cab 10996else
81ecdfbb 10997 eval "$as_ac_Header=no"
bec39cab 10998fi
81ecdfbb 10999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 11000fi
81ecdfbb
RW
11001eval ac_res=\$$as_ac_Header
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11003$as_echo "$ac_res" >&6; }
11004eval as_val=\$$as_ac_Header
11005 if test "x$as_val" = x""yes; then :
11006 cat >>confdefs.h <<_ACEOF
11007#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
bec39cab 11008_ACEOF
bec39cab 11009
81ecdfbb
RW
11010ac_header_dirent=$ac_hdr; break
11011fi
bec39cab 11012
81ecdfbb
RW
11013done
11014# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
11015if test $ac_header_dirent = dirent.h; then
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
11017$as_echo_n "checking for library containing opendir... " >&6; }
11018if test "${ac_cv_search_opendir+set}" = set; then :
11019 $as_echo_n "(cached) " >&6
c890192f 11020else
81ecdfbb
RW
11021 ac_func_search_save_LIBS=$LIBS
11022cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023/* end confdefs.h. */
11024
11025/* Override any GCC internal prototype to avoid an error.
11026 Use char because int might match the return type of a GCC
11027 builtin and then its argument prototype would still apply. */
11028#ifdef __cplusplus
11029extern "C"
11030#endif
11031char opendir ();
11032int
11033main ()
11034{
11035return opendir ();
11036 ;
11037 return 0;
11038}
bec39cab 11039_ACEOF
81ecdfbb
RW
11040for ac_lib in '' dir; do
11041 if test -z "$ac_lib"; then
11042 ac_res="none required"
11043 else
11044 ac_res=-l$ac_lib
11045 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11046 fi
11047 if ac_fn_c_try_link "$LINENO"; then :
11048 ac_cv_search_opendir=$ac_res
11049fi
11050rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext
11052 if test "${ac_cv_search_opendir+set}" = set; then :
11053 break
11054fi
11055done
11056if test "${ac_cv_search_opendir+set}" = set; then :
c890192f 11057
81ecdfbb
RW
11058else
11059 ac_cv_search_opendir=no
11060fi
11061rm conftest.$ac_ext
11062LIBS=$ac_func_search_save_LIBS
11063fi
11064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
11065$as_echo "$ac_cv_search_opendir" >&6; }
11066ac_res=$ac_cv_search_opendir
11067if test "$ac_res" != no; then :
11068 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
bec39cab 11069
bec39cab 11070fi
81ecdfbb 11071
bec39cab 11072else
81ecdfbb
RW
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
11074$as_echo_n "checking for library containing opendir... " >&6; }
11075if test "${ac_cv_search_opendir+set}" = set; then :
11076 $as_echo_n "(cached) " >&6
11077else
11078 ac_func_search_save_LIBS=$LIBS
11079cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11080/* end confdefs.h. */
81ecdfbb
RW
11081
11082/* Override any GCC internal prototype to avoid an error.
11083 Use char because int might match the return type of a GCC
11084 builtin and then its argument prototype would still apply. */
11085#ifdef __cplusplus
11086extern "C"
11087#endif
11088char opendir ();
a9322a30
TT
11089int
11090main ()
11091{
81ecdfbb 11092return opendir ();
a9322a30
TT
11093 ;
11094 return 0;
11095}
bec39cab 11096_ACEOF
81ecdfbb
RW
11097for ac_lib in '' x; do
11098 if test -z "$ac_lib"; then
11099 ac_res="none required"
11100 else
11101 ac_res=-l$ac_lib
11102 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11103 fi
11104 if ac_fn_c_try_link "$LINENO"; then :
11105 ac_cv_search_opendir=$ac_res
11106fi
11107rm -f core conftest.err conftest.$ac_objext \
11108 conftest$ac_exeext
11109 if test "${ac_cv_search_opendir+set}" = set; then :
11110 break
11111fi
11112done
11113if test "${ac_cv_search_opendir+set}" = set; then :
bec39cab 11114
81ecdfbb
RW
11115else
11116 ac_cv_search_opendir=no
bec39cab 11117fi
81ecdfbb
RW
11118rm conftest.$ac_ext
11119LIBS=$ac_func_search_save_LIBS
a9322a30 11120fi
81ecdfbb
RW
11121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
11122$as_echo "$ac_cv_search_opendir" >&6; }
11123ac_res=$ac_cv_search_opendir
11124if test "$ac_res" != no; then :
11125 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
bec39cab 11126
81ecdfbb 11127fi
bec39cab 11128
81ecdfbb 11129fi
bec39cab 11130
81ecdfbb
RW
11131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
11132$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
11133if test "${ac_cv_header_stat_broken+set}" = set; then :
11134 $as_echo_n "(cached) " >&6
9a156167 11135else
81ecdfbb
RW
11136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11137/* end confdefs.h. */
11138#include <sys/types.h>
11139#include <sys/stat.h>
11140
11141#if defined S_ISBLK && defined S_IFDIR
11142extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
11143#endif
11144
11145#if defined S_ISBLK && defined S_IFCHR
11146extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
11147#endif
11148
11149#if defined S_ISLNK && defined S_IFREG
11150extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
11151#endif
11152
11153#if defined S_ISSOCK && defined S_IFREG
11154extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
11155#endif
11156
bec39cab 11157_ACEOF
81ecdfbb
RW
11158if ac_fn_c_try_compile "$LINENO"; then :
11159 ac_cv_header_stat_broken=no
11160else
11161 ac_cv_header_stat_broken=yes
11162fi
11163rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11164fi
11165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
11166$as_echo "$ac_cv_header_stat_broken" >&6; }
11167if test $ac_cv_header_stat_broken = yes; then
9a156167 11168
81ecdfbb 11169$as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
06825bd1 11170
bec39cab 11171fi
81ecdfbb
RW
11172
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11174$as_echo_n "checking for ANSI C header files... " >&6; }
11175if test "${ac_cv_header_stdc+set}" = set; then :
11176 $as_echo_n "(cached) " >&6
bec39cab 11177else
81ecdfbb 11178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11179/* end confdefs.h. */
81ecdfbb
RW
11180#include <stdlib.h>
11181#include <stdarg.h>
11182#include <string.h>
11183#include <float.h>
11184
a9322a30
TT
11185int
11186main ()
11187{
a9322a30
TT
11188
11189 ;
11190 return 0;
11191}
bec39cab 11192_ACEOF
81ecdfbb
RW
11193if ac_fn_c_try_compile "$LINENO"; then :
11194 ac_cv_header_stdc=yes
bec39cab 11195else
81ecdfbb 11196 ac_cv_header_stdc=no
a9322a30 11197fi
81ecdfbb 11198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 11199
81ecdfbb
RW
11200if test $ac_cv_header_stdc = yes; then
11201 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11203/* end confdefs.h. */
11204#include <string.h>
bec39cab 11205
81ecdfbb
RW
11206_ACEOF
11207if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11208 $EGREP "memchr" >/dev/null 2>&1; then :
bec39cab 11209
bec39cab 11210else
81ecdfbb
RW
11211 ac_cv_header_stdc=no
11212fi
11213rm -f conftest*
11214
11215fi
11216
11217if test $ac_cv_header_stdc = yes; then
11218 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11220/* end confdefs.h. */
11221#include <stdlib.h>
11222
bec39cab 11223_ACEOF
81ecdfbb
RW
11224if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11225 $EGREP "free" >/dev/null 2>&1; then :
06825bd1 11226
81ecdfbb
RW
11227else
11228 ac_cv_header_stdc=no
11229fi
11230rm -f conftest*
bec39cab 11231
bec39cab 11232fi
81ecdfbb
RW
11233
11234if test $ac_cv_header_stdc = yes; then
11235 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11236 if test "$cross_compiling" = yes; then :
11237 :
bec39cab 11238else
81ecdfbb 11239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11240/* end confdefs.h. */
81ecdfbb
RW
11241#include <ctype.h>
11242#include <stdlib.h>
11243#if ((' ' & 0x0FF) == 0x020)
11244# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11245# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11246#else
11247# define ISLOWER(c) \
11248 (('a' <= (c) && (c) <= 'i') \
11249 || ('j' <= (c) && (c) <= 'r') \
11250 || ('s' <= (c) && (c) <= 'z'))
11251# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11252#endif
11253
11254#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
a9322a30
TT
11255int
11256main ()
11257{
81ecdfbb
RW
11258 int i;
11259 for (i = 0; i < 256; i++)
11260 if (XOR (islower (i), ISLOWER (i))
11261 || toupper (i) != TOUPPER (i))
11262 return 2;
a9322a30
TT
11263 return 0;
11264}
bec39cab 11265_ACEOF
81ecdfbb
RW
11266if ac_fn_c_try_run "$LINENO"; then :
11267
bec39cab 11268else
81ecdfbb
RW
11269 ac_cv_header_stdc=no
11270fi
11271rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11272 conftest.$ac_objext conftest.beam conftest.$ac_ext
11273fi
bec39cab 11274
bec39cab 11275fi
a9322a30 11276fi
81ecdfbb
RW
11277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11278$as_echo "$ac_cv_header_stdc" >&6; }
11279if test $ac_cv_header_stdc = yes; then
bec39cab 11280
81ecdfbb 11281$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5ee754fc 11282
81ecdfbb 11283fi
bec39cab 11284
81ecdfbb
RW
11285# elf_hp.h is for HP/UX 64-bit shared library support.
11286# FIXME: kettenis/20030102: In most cases we include these (ctype.h, time.h)
11287# unconditionally, so what's the point in checking these?
11288for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
11289 thread_db.h gnu/libc-version.h signal.h stddef.h \
11290 stdlib.h string.h memory.h strings.h sys/fault.h \
11291 sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
11292 sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
11293 sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \
11294 sys/types.h sys/wait.h wait.h termios.h termio.h \
11295 sgtty.h unistd.h elf_hp.h ctype.h time.h locale.h
11296do :
11297 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11298ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11299eval as_val=\$$as_ac_Header
11300 if test "x$as_val" = x""yes; then :
bec39cab 11301 cat >>confdefs.h <<_ACEOF
81ecdfbb 11302#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 11303_ACEOF
c906108c 11304
bec39cab 11305fi
81ecdfbb
RW
11306
11307done
11308
11309for ac_header in link.h
11310do :
11311 ac_fn_c_check_header_compile "$LINENO" "link.h" "ac_cv_header_link_h" "#if HAVE_SYS_TYPES_H
11312# include <sys/types.h>
11313#endif
11314#if HAVE_NLIST_H
11315# include <nlist.h>
a9322a30
TT
11316#endif
11317
81ecdfbb
RW
11318"
11319if test "x$ac_cv_header_link_h" = x""yes; then :
11320 cat >>confdefs.h <<_ACEOF
11321#define HAVE_LINK_H 1
bec39cab 11322_ACEOF
bec39cab 11323
a9322a30 11324fi
bec39cab 11325
81ecdfbb 11326done
c906108c 11327
81ecdfbb
RW
11328for ac_header in sys/proc.h
11329do :
11330 ac_fn_c_check_header_compile "$LINENO" "sys/proc.h" "ac_cv_header_sys_proc_h" "#if HAVE_SYS_PARAM_H
11331# include <sys/param.h>
11332#endif
c906108c 11333
81ecdfbb
RW
11334"
11335if test "x$ac_cv_header_sys_proc_h" = x""yes; then :
bec39cab 11336 cat >>confdefs.h <<_ACEOF
81ecdfbb 11337#define HAVE_SYS_PROC_H 1
bec39cab 11338_ACEOF
5ee754fc 11339
bec39cab 11340fi
81ecdfbb
RW
11341
11342done
11343
11344for ac_header in sys/user.h
11345do :
11346 ac_fn_c_check_header_compile "$LINENO" "sys/user.h" "ac_cv_header_sys_user_h" "#if HAVE_SYS_PARAM_H
11347# include <sys/param.h>
a9322a30
TT
11348#endif
11349
81ecdfbb
RW
11350"
11351if test "x$ac_cv_header_sys_user_h" = x""yes; then :
11352 cat >>confdefs.h <<_ACEOF
11353#define HAVE_SYS_USER_H 1
bec39cab 11354_ACEOF
bec39cab 11355
a9322a30 11356fi
bec39cab 11357
81ecdfbb 11358done
5ee754fc 11359
5ee754fc 11360
81ecdfbb
RW
11361# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
11362# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
11363# think that we don't have <curses.h> if we're using GCC.
11364case $host_os in
11365 solaris2.[789])
11366 if test "$GCC" = yes; then
11367
11368$as_echo "#define _MSE_INT_H 1" >>confdefs.h
11369
11370 fi ;;
11371esac
11372for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
11373do :
11374 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11375ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11376eval as_val=\$$as_ac_Header
11377 if test "x$as_val" = x""yes; then :
bec39cab 11378 cat >>confdefs.h <<_ACEOF
81ecdfbb 11379#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 11380_ACEOF
5ee754fc
MK
11381
11382fi
11383
81ecdfbb 11384done
bec39cab 11385
81ecdfbb
RW
11386for ac_header in term.h
11387do :
11388 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
11389# include <curses.h>
11390#endif
bec39cab 11391
81ecdfbb
RW
11392"
11393if test "x$ac_cv_header_term_h" = x""yes; then :
11394 cat >>confdefs.h <<_ACEOF
11395#define HAVE_TERM_H 1
a8111142 11396_ACEOF
a8111142 11397
a8111142 11398fi
a8111142 11399
81ecdfbb 11400done
a8111142
TT
11401
11402
81ecdfbb
RW
11403# ------------------------- #
11404# Checks for declarations. #
11405# ------------------------- #
a9322a30 11406
81ecdfbb
RW
11407ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
11408if test "x$ac_cv_have_decl_free" = x""yes; then :
11409 ac_have_decl=1
bec39cab 11410else
81ecdfbb
RW
11411 ac_have_decl=0
11412fi
11413
11414cat >>confdefs.h <<_ACEOF
11415#define HAVE_DECL_FREE $ac_have_decl
bec39cab 11416_ACEOF
81ecdfbb
RW
11417ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
11418if test "x$ac_cv_have_decl_malloc" = x""yes; then :
11419 ac_have_decl=1
11420else
11421 ac_have_decl=0
11422fi
11423
11424cat >>confdefs.h <<_ACEOF
11425#define HAVE_DECL_MALLOC $ac_have_decl
bec39cab 11426_ACEOF
81ecdfbb
RW
11427ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
11428if test "x$ac_cv_have_decl_realloc" = x""yes; then :
11429 ac_have_decl=1
bec39cab 11430else
81ecdfbb
RW
11431 ac_have_decl=0
11432fi
bec39cab 11433
81ecdfbb
RW
11434cat >>confdefs.h <<_ACEOF
11435#define HAVE_DECL_REALLOC $ac_have_decl
bec39cab 11436_ACEOF
81ecdfbb
RW
11437ac_fn_c_check_decl "$LINENO" "strerror" "ac_cv_have_decl_strerror" "$ac_includes_default"
11438if test "x$ac_cv_have_decl_strerror" = x""yes; then :
11439 ac_have_decl=1
11440else
11441 ac_have_decl=0
11442fi
11443
11444cat >>confdefs.h <<_ACEOF
11445#define HAVE_DECL_STRERROR $ac_have_decl
bec39cab 11446_ACEOF
81ecdfbb
RW
11447ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
11448if test "x$ac_cv_have_decl_strstr" = x""yes; then :
11449 ac_have_decl=1
bec39cab 11450else
81ecdfbb
RW
11451 ac_have_decl=0
11452fi
5ee754fc 11453
81ecdfbb
RW
11454cat >>confdefs.h <<_ACEOF
11455#define HAVE_DECL_STRSTR $ac_have_decl
11456_ACEOF
11457ac_fn_c_check_decl "$LINENO" "getopt" "ac_cv_have_decl_getopt" "$ac_includes_default"
11458if test "x$ac_cv_have_decl_getopt" = x""yes; then :
11459 ac_have_decl=1
11460else
11461 ac_have_decl=0
5ee754fc 11462fi
81ecdfbb
RW
11463
11464cat >>confdefs.h <<_ACEOF
11465#define HAVE_DECL_GETOPT $ac_have_decl
11466_ACEOF
11467ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
11468if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
11469 ac_have_decl=1
11470else
11471 ac_have_decl=0
5ee754fc 11472fi
81ecdfbb
RW
11473
11474cat >>confdefs.h <<_ACEOF
11475#define HAVE_DECL_SNPRINTF $ac_have_decl
11476_ACEOF
11477ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
11478if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
11479 ac_have_decl=1
11480else
11481 ac_have_decl=0
5ee754fc
MK
11482fi
11483
a9322a30 11484cat >>confdefs.h <<_ACEOF
81ecdfbb 11485#define HAVE_DECL_VSNPRINTF $ac_have_decl
a9322a30 11486_ACEOF
5ee754fc 11487
5ee754fc 11488
81ecdfbb
RW
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
11490$as_echo_n "checking for LC_MESSAGES... " >&6; }
11491if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
11492 $as_echo_n "(cached) " >&6
bec39cab 11493else
81ecdfbb 11494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11495/* end confdefs.h. */
81ecdfbb 11496#include <locale.h>
a9322a30
TT
11497int
11498main ()
11499{
81ecdfbb 11500return LC_MESSAGES
a9322a30
TT
11501 ;
11502 return 0;
11503}
bec39cab 11504_ACEOF
81ecdfbb
RW
11505if ac_fn_c_try_link "$LINENO"; then :
11506 am_cv_val_LC_MESSAGES=yes
bec39cab 11507else
81ecdfbb
RW
11508 am_cv_val_LC_MESSAGES=no
11509fi
11510rm -f core conftest.err conftest.$ac_objext \
11511 conftest$ac_exeext conftest.$ac_ext
11512fi
11513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
11514$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
11515 if test $am_cv_val_LC_MESSAGES = yes; then
bec39cab 11516
81ecdfbb
RW
11517$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
11518
11519 fi
11520
11521
11522# ----------------------- #
11523# Checks for structures. #
11524# ----------------------- #
11525
11526ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
11527if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
11528
11529cat >>confdefs.h <<_ACEOF
11530#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7eb368b3 11531_ACEOF
7eb368b3 11532
81ecdfbb 11533
7eb368b3 11534fi
81ecdfbb
RW
11535ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
11536if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
7eb368b3 11537
a9322a30
TT
11538cat >>confdefs.h <<_ACEOF
11539#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7eb368b3
NR
11540_ACEOF
11541
a9322a30 11542
7eb368b3
NR
11543fi
11544
7eb368b3 11545
a9322a30
TT
11546# ------------------ #
11547# Checks for types. #
11548# ------------------ #
7eb368b3 11549
81ecdfbb
RW
11550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11551$as_echo_n "checking return type of signal handlers... " >&6; }
11552if test "${ac_cv_type_signal+set}" = set; then :
11553 $as_echo_n "(cached) " >&6
bec39cab 11554else
81ecdfbb 11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11556/* end confdefs.h. */
a9322a30
TT
11557#include <sys/types.h>
11558#include <signal.h>
7cb9022a 11559
a9322a30
TT
11560int
11561main ()
11562{
81ecdfbb 11563return *(signal (0, 0)) (0) == 1;
a9322a30
TT
11564 ;
11565 return 0;
11566}
bec39cab 11567_ACEOF
81ecdfbb
RW
11568if ac_fn_c_try_compile "$LINENO"; then :
11569 ac_cv_type_signal=int
bec39cab 11570else
81ecdfbb 11571 ac_cv_type_signal=void
bec39cab 11572fi
81ecdfbb 11573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 11574fi
81ecdfbb
RW
11575{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11576$as_echo "$ac_cv_type_signal" >&6; }
bec39cab 11577
a9322a30
TT
11578cat >>confdefs.h <<_ACEOF
11579#define RETSIGTYPE $ac_cv_type_signal
11580_ACEOF
5ee754fc 11581
bec39cab 11582
81ecdfbb 11583ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
a9322a30
TT
11584#include <sys/socket.h>
11585
81ecdfbb
RW
11586"
11587if test "x$ac_cv_type_socklen_t" = x""yes; then :
bec39cab 11588
a9322a30
TT
11589cat >>confdefs.h <<_ACEOF
11590#define HAVE_SOCKLEN_T 1
11591_ACEOF
11592
11593
11594fi
11595
11596
11597# ------------------------------------- #
11598# Checks for compiler characteristics. #
11599# ------------------------------------- #
11600
81ecdfbb
RW
11601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
11602$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
11603if test "${ac_cv_c_const+set}" = set; then :
11604 $as_echo_n "(cached) " >&6
a9322a30 11605else
81ecdfbb 11606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11607/* end confdefs.h. */
a9322a30
TT
11608
11609int
11610main ()
11611{
11612/* FIXME: Include the comments suggested by Paul. */
11613#ifndef __cplusplus
11614 /* Ultrix mips cc rejects this. */
11615 typedef int charset[2];
81ecdfbb 11616 const charset cs;
a9322a30 11617 /* SunOS 4.1.1 cc rejects this. */
81ecdfbb
RW
11618 char const *const *pcpcc;
11619 char **ppc;
a9322a30
TT
11620 /* NEC SVR4.0.2 mips cc rejects this. */
11621 struct point {int x, y;};
11622 static struct point const zero = {0,0};
11623 /* AIX XL C 1.02.0.0 rejects this.
11624 It does not let you subtract one const X* pointer from another in
11625 an arm of an if-expression whose if-part is not a constant
11626 expression */
11627 const char *g = "string";
81ecdfbb 11628 pcpcc = &g + (g ? g-g : 0);
a9322a30 11629 /* HPUX 7.0 cc rejects these. */
81ecdfbb
RW
11630 ++pcpcc;
11631 ppc = (char**) pcpcc;
11632 pcpcc = (char const *const *) ppc;
a9322a30
TT
11633 { /* SCO 3.2v4 cc rejects this. */
11634 char *t;
11635 char const *s = 0 ? (char *) 0 : (char const *) 0;
11636
11637 *t++ = 0;
81ecdfbb 11638 if (s) return 0;
a9322a30
TT
11639 }
11640 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11641 int x[] = {25, 17};
11642 const int *foo = &x[0];
11643 ++foo;
11644 }
11645 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11646 typedef const int *iptr;
11647 iptr p = 0;
11648 ++p;
11649 }
11650 { /* AIX XL C 1.02.0.0 rejects this saying
11651 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11652 struct s { int j; const int *ap[3]; };
11653 struct s *b; b->j = 5;
11654 }
11655 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11656 const int foo = 10;
81ecdfbb 11657 if (!foo) return 0;
a9322a30 11658 }
81ecdfbb 11659 return !cs[0] && !zero.x;
a9322a30
TT
11660#endif
11661
11662 ;
11663 return 0;
11664}
bec39cab 11665_ACEOF
81ecdfbb 11666if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11667 ac_cv_c_const=yes
5ee754fc 11668else
81ecdfbb 11669 ac_cv_c_const=no
5ee754fc 11670fi
81ecdfbb 11671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ee754fc 11672fi
81ecdfbb
RW
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
11674$as_echo "$ac_cv_c_const" >&6; }
a9322a30 11675if test $ac_cv_c_const = no; then
bec39cab 11676
81ecdfbb 11677$as_echo "#define const /**/" >>confdefs.h
bec39cab 11678
5ee754fc 11679fi
bec39cab 11680
81ecdfbb
RW
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
11682$as_echo_n "checking for inline... " >&6; }
11683if test "${ac_cv_c_inline+set}" = set; then :
11684 $as_echo_n "(cached) " >&6
bec39cab 11685else
a9322a30
TT
11686 ac_cv_c_inline=no
11687for ac_kw in inline __inline__ __inline; do
81ecdfbb 11688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11689/* end confdefs.h. */
a9322a30
TT
11690#ifndef __cplusplus
11691typedef int foo_t;
11692static $ac_kw foo_t static_foo () {return 0; }
11693$ac_kw foo_t foo () {return 0; }
11694#endif
11695
bec39cab 11696_ACEOF
81ecdfbb
RW
11697if ac_fn_c_try_compile "$LINENO"; then :
11698 ac_cv_c_inline=$ac_kw
bec39cab 11699fi
81ecdfbb
RW
11700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11701 test "$ac_cv_c_inline" != no && break
a9322a30 11702done
bec39cab 11703
5ee754fc 11704fi
81ecdfbb
RW
11705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
11706$as_echo "$ac_cv_c_inline" >&6; }
5ee754fc 11707
a9322a30
TT
11708case $ac_cv_c_inline in
11709 inline | yes) ;;
11710 *)
11711 case $ac_cv_c_inline in
11712 no) ac_val=;;
11713 *) ac_val=$ac_cv_c_inline;;
11714 esac
11715 cat >>confdefs.h <<_ACEOF
11716#ifndef __cplusplus
11717#define inline $ac_val
11718#endif
11719_ACEOF
bec39cab
AC
11720 ;;
11721esac
bec39cab 11722
81ecdfbb
RW
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11724$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11725if test "${ac_cv_c_bigendian+set}" = set; then :
11726 $as_echo_n "(cached) " >&6
bec39cab 11727else
81ecdfbb
RW
11728 ac_cv_c_bigendian=unknown
11729 # See if we're dealing with a universal compiler.
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731/* end confdefs.h. */
11732#ifndef __APPLE_CC__
11733 not a universal capable compiler
11734 #endif
11735 typedef int dummy;
11736
11737_ACEOF
11738if ac_fn_c_try_compile "$LINENO"; then :
11739
11740 # Check for potential -arch flags. It is not universal unless
11741 # there are at least two -arch flags with different values.
11742 ac_arch=
11743 ac_prev=
11744 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11745 if test -n "$ac_prev"; then
11746 case $ac_word in
11747 i?86 | x86_64 | ppc | ppc64)
11748 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11749 ac_arch=$ac_word
11750 else
11751 ac_cv_c_bigendian=universal
11752 break
11753 fi
11754 ;;
11755 esac
11756 ac_prev=
11757 elif test "x$ac_word" = "x-arch"; then
11758 ac_prev=arch
11759 fi
11760 done
11761fi
11762rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11763 if test $ac_cv_c_bigendian = unknown; then
11764 # See if sys/param.h defines the BYTE_ORDER macro.
11765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11766/* end confdefs.h. */
a9322a30 11767#include <sys/types.h>
81ecdfbb 11768 #include <sys/param.h>
a9322a30
TT
11769
11770int
11771main ()
11772{
81ecdfbb
RW
11773#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11774 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11775 && LITTLE_ENDIAN)
11776 bogus endian macros
11777 #endif
a9322a30
TT
11778
11779 ;
11780 return 0;
11781}
bec39cab 11782_ACEOF
81ecdfbb 11783if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11784 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11786/* end confdefs.h. */
a9322a30 11787#include <sys/types.h>
81ecdfbb 11788 #include <sys/param.h>
a9322a30
TT
11789
11790int
11791main ()
11792{
11793#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11794 not big endian
11795 #endif
a9322a30
TT
11796
11797 ;
11798 return 0;
11799}
bec39cab 11800_ACEOF
81ecdfbb 11801if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11802 ac_cv_c_bigendian=yes
5ee754fc 11803else
81ecdfbb 11804 ac_cv_c_bigendian=no
5ee754fc 11805fi
81ecdfbb
RW
11806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11807fi
11808rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11809 fi
11810 if test $ac_cv_c_bigendian = unknown; then
11811 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11813/* end confdefs.h. */
11814#include <limits.h>
bec39cab 11815
81ecdfbb
RW
11816int
11817main ()
11818{
11819#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11820 bogus endian macros
11821 #endif
11822
11823 ;
11824 return 0;
11825}
7eb368b3 11826_ACEOF
81ecdfbb
RW
11827if ac_fn_c_try_compile "$LINENO"; then :
11828 # It does; now see whether it defined to _BIG_ENDIAN or not.
11829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb368b3 11830/* end confdefs.h. */
81ecdfbb
RW
11831#include <limits.h>
11832
7eb368b3
NR
11833int
11834main ()
11835{
81ecdfbb
RW
11836#ifndef _BIG_ENDIAN
11837 not big endian
11838 #endif
11839
7eb368b3
NR
11840 ;
11841 return 0;
11842}
11843_ACEOF
81ecdfbb 11844if ac_fn_c_try_compile "$LINENO"; then :
a9322a30 11845 ac_cv_c_bigendian=yes
81ecdfbb
RW
11846else
11847 ac_cv_c_bigendian=no
a9322a30 11848fi
81ecdfbb 11849rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a9322a30 11850fi
81ecdfbb
RW
11851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 fi
11853 if test $ac_cv_c_bigendian = unknown; then
11854 # Compile a test program.
11855 if test "$cross_compiling" = yes; then :
11856 # Try to guess by grepping values from an object file.
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858/* end confdefs.h. */
11859short int ascii_mm[] =
11860 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11861 short int ascii_ii[] =
11862 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11863 int use_ascii (int i) {
11864 return ascii_mm[i] + ascii_ii[i];
11865 }
11866 short int ebcdic_ii[] =
11867 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11868 short int ebcdic_mm[] =
11869 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11870 int use_ebcdic (int i) {
11871 return ebcdic_mm[i] + ebcdic_ii[i];
11872 }
11873 extern int foo;
7eb368b3 11874
81ecdfbb
RW
11875int
11876main ()
11877{
11878return use_ascii (foo) == use_ebcdic (foo);
11879 ;
11880 return 0;
11881}
11882_ACEOF
11883if ac_fn_c_try_compile "$LINENO"; then :
11884 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11885 ac_cv_c_bigendian=yes
11886 fi
11887 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11888 if test "$ac_cv_c_bigendian" = unknown; then
11889 ac_cv_c_bigendian=no
11890 else
11891 # finding both strings is unlikely to happen, but who knows?
11892 ac_cv_c_bigendian=unknown
11893 fi
11894 fi
7eb368b3 11895fi
81ecdfbb 11896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 11897else
81ecdfbb 11898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11899/* end confdefs.h. */
81ecdfbb 11900$ac_includes_default
d3ea6809
MM
11901int
11902main ()
11903{
81ecdfbb
RW
11904
11905 /* Are we little or big endian? From Harbison&Steele. */
11906 union
11907 {
11908 long int l;
11909 char c[sizeof (long int)];
11910 } u;
11911 u.l = 1;
11912 return u.c[sizeof (long int) - 1] == 1;
11913
11914 ;
11915 return 0;
d3ea6809
MM
11916}
11917_ACEOF
81ecdfbb 11918if ac_fn_c_try_run "$LINENO"; then :
a9322a30 11919 ac_cv_c_bigendian=no
d3ea6809 11920else
81ecdfbb 11921 ac_cv_c_bigendian=yes
d3ea6809 11922fi
81ecdfbb
RW
11923rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11924 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 11925fi
a9322a30 11926
81ecdfbb
RW
11927 fi
11928fi
11929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11930$as_echo "$ac_cv_c_bigendian" >&6; }
11931 case $ac_cv_c_bigendian in #(
11932 yes)
11933 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11934;; #(
11935 no)
11936 ;; #(
11937 universal)
11938
11939$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11940
11941 ;; #(
11942 *)
11943 as_fn_error "unknown endianness
11944 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11945 esac
d3ea6809
MM
11946
11947
a9322a30
TT
11948# ------------------------------ #
11949# Checks for library functions. #
11950# ------------------------------ #
d3ea6809 11951
a9322a30
TT
11952# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11953# for constant arguments. Useless!
81ecdfbb
RW
11954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
11955$as_echo_n "checking for working alloca.h... " >&6; }
11956if test "${ac_cv_working_alloca_h+set}" = set; then :
11957 $as_echo_n "(cached) " >&6
d3ea6809 11958else
81ecdfbb 11959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d3ea6809 11960/* end confdefs.h. */
a9322a30 11961#include <alloca.h>
bec39cab
AC
11962int
11963main ()
11964{
a9322a30 11965char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 11966 if (p) return 0;
bec39cab
AC
11967 ;
11968 return 0;
11969}
11970_ACEOF
81ecdfbb 11971if ac_fn_c_try_link "$LINENO"; then :
a9322a30 11972 ac_cv_working_alloca_h=yes
bec39cab 11973else
81ecdfbb 11974 ac_cv_working_alloca_h=no
bec39cab 11975fi
81ecdfbb
RW
11976rm -f core conftest.err conftest.$ac_objext \
11977 conftest$ac_exeext conftest.$ac_ext
bec39cab 11978fi
81ecdfbb
RW
11979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
11980$as_echo "$ac_cv_working_alloca_h" >&6; }
a9322a30
TT
11981if test $ac_cv_working_alloca_h = yes; then
11982
81ecdfbb 11983$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
c906108c 11984
c906108c 11985fi
bec39cab 11986
81ecdfbb
RW
11987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
11988$as_echo_n "checking for alloca... " >&6; }
11989if test "${ac_cv_func_alloca_works+set}" = set; then :
11990 $as_echo_n "(cached) " >&6
bec39cab 11991else
81ecdfbb 11992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 11993/* end confdefs.h. */
a9322a30
TT
11994#ifdef __GNUC__
11995# define alloca __builtin_alloca
b4e70030 11996#else
a9322a30
TT
11997# ifdef _MSC_VER
11998# include <malloc.h>
11999# define alloca _alloca
12000# else
81ecdfbb 12001# ifdef HAVE_ALLOCA_H
a9322a30
TT
12002# include <alloca.h>
12003# else
12004# ifdef _AIX
12005 #pragma alloca
12006# else
12007# ifndef alloca /* predefined by HP cc +Olibcalls */
12008char *alloca ();
12009# endif
12010# endif
12011# endif
12012# endif
c906108c 12013#endif
97bf5e38 12014
bec39cab
AC
12015int
12016main ()
12017{
a9322a30 12018char *p = (char *) alloca (1);
81ecdfbb 12019 if (p) return 0;
bec39cab
AC
12020 ;
12021 return 0;
12022}
12023_ACEOF
81ecdfbb 12024if ac_fn_c_try_link "$LINENO"; then :
a9322a30 12025 ac_cv_func_alloca_works=yes
bec39cab 12026else
81ecdfbb 12027 ac_cv_func_alloca_works=no
bec39cab 12028fi
81ecdfbb
RW
12029rm -f core conftest.err conftest.$ac_objext \
12030 conftest$ac_exeext conftest.$ac_ext
bec39cab 12031fi
81ecdfbb
RW
12032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12033$as_echo "$ac_cv_func_alloca_works" >&6; }
a9322a30
TT
12034
12035if test $ac_cv_func_alloca_works = yes; then
12036
81ecdfbb 12037$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
c906108c 12038
a9322a30
TT
12039else
12040 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12041# that cause trouble. Some versions do not even contain alloca or
12042# contain a buggy version. If you still want to use their alloca,
12043# use ar to extract alloca.o from them instead of compiling alloca.c.
12044
81ecdfbb 12045ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
a9322a30 12046
81ecdfbb 12047$as_echo "#define C_ALLOCA 1" >>confdefs.h
c906108c 12048
bec39cab 12049
81ecdfbb
RW
12050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12051$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12052if test "${ac_cv_os_cray+set}" = set; then :
12053 $as_echo_n "(cached) " >&6
a9322a30 12054else
81ecdfbb 12055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30 12056/* end confdefs.h. */
81ecdfbb 12057#if defined CRAY && ! defined CRAY2
a9322a30
TT
12058webecray
12059#else
12060wenotbecray
12061#endif
12062
12063_ACEOF
12064if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12065 $EGREP "webecray" >/dev/null 2>&1; then :
a9322a30
TT
12066 ac_cv_os_cray=yes
12067else
81ecdfbb 12068 ac_cv_os_cray=no
bec39cab 12069fi
81ecdfbb
RW
12070rm -f conftest*
12071
bec39cab 12072fi
81ecdfbb
RW
12073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12074$as_echo "$ac_cv_os_cray" >&6; }
12075if test $ac_cv_os_cray = yes; then
12076 for ac_func in _getb67 GETB67 getb67; do
12077 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12078ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12079eval as_val=\$$as_ac_var
12080 if test "x$as_val" = x""yes; then :
a9322a30
TT
12081
12082cat >>confdefs.h <<_ACEOF
12083#define CRAY_STACKSEG_END $ac_func
bec39cab 12084_ACEOF
c906108c 12085
a9322a30 12086 break
c906108c
SS
12087fi
12088
a9322a30
TT
12089 done
12090fi
bec39cab 12091
81ecdfbb
RW
12092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12093$as_echo_n "checking stack direction for C alloca... " >&6; }
12094if test "${ac_cv_c_stack_direction+set}" = set; then :
12095 $as_echo_n "(cached) " >&6
a9322a30 12096else
81ecdfbb 12097 if test "$cross_compiling" = yes; then :
a9322a30 12098 ac_cv_c_stack_direction=0
bec39cab 12099else
81ecdfbb 12100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12101/* end confdefs.h. */
81ecdfbb 12102$ac_includes_default
a9322a30
TT
12103int
12104find_stack_direction ()
b4e70030 12105{
a9322a30
TT
12106 static char *addr = 0;
12107 auto char dummy;
12108 if (addr == 0)
12109 {
12110 addr = &dummy;
12111 return find_stack_direction ();
12112 }
12113 else
12114 return (&dummy > addr) ? 1 : -1;
b4e70030 12115}
b757528f 12116
bec39cab
AC
12117int
12118main ()
12119{
81ecdfbb 12120 return find_stack_direction () < 0;
bec39cab
AC
12121}
12122_ACEOF
81ecdfbb 12123if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
12124 ac_cv_c_stack_direction=1
12125else
81ecdfbb 12126 ac_cv_c_stack_direction=-1
a9322a30 12127fi
81ecdfbb
RW
12128rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12129 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 12130fi
a9322a30 12131
81ecdfbb
RW
12132fi
12133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12134$as_echo "$ac_cv_c_stack_direction" >&6; }
a9322a30
TT
12135cat >>confdefs.h <<_ACEOF
12136#define STACK_DIRECTION $ac_cv_c_stack_direction
12137_ACEOF
12138
12139
12140fi
12141
a9322a30 12142for ac_header in stdlib.h unistd.h
81ecdfbb
RW
12143do :
12144 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12145ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12146eval as_val=\$$as_ac_Header
12147 if test "x$as_val" = x""yes; then :
bec39cab 12148 cat >>confdefs.h <<_ACEOF
81ecdfbb 12149#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab 12150_ACEOF
b757528f 12151
b757528f 12152fi
bec39cab 12153
a9322a30 12154done
a3828db0 12155
a9322a30 12156for ac_func in getpagesize
81ecdfbb
RW
12157do :
12158 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12159if test "x$ac_cv_func_getpagesize" = x""yes; then :
bec39cab 12160 cat >>confdefs.h <<_ACEOF
81ecdfbb 12161#define HAVE_GETPAGESIZE 1
bec39cab 12162_ACEOF
bcb3dc3d 12163
bcb3dc3d
MK
12164fi
12165done
12166
81ecdfbb
RW
12167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12168$as_echo_n "checking for working mmap... " >&6; }
12169if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
12170 $as_echo_n "(cached) " >&6
a9322a30 12171else
81ecdfbb 12172 if test "$cross_compiling" = yes; then :
a9322a30 12173 ac_cv_func_mmap_fixed_mapped=no
bec39cab 12174else
81ecdfbb 12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12176/* end confdefs.h. */
a9322a30
TT
12177$ac_includes_default
12178/* malloc might have been renamed as rpl_malloc. */
12179#undef malloc
bec39cab 12180
a9322a30
TT
12181/* Thanks to Mike Haertel and Jim Avera for this test.
12182 Here is a matrix of mmap possibilities:
12183 mmap private not fixed
12184 mmap private fixed at somewhere currently unmapped
12185 mmap private fixed at somewhere already mapped
12186 mmap shared not fixed
12187 mmap shared fixed at somewhere currently unmapped
12188 mmap shared fixed at somewhere already mapped
12189 For private mappings, we should verify that changes cannot be read()
12190 back from the file, nor mmap's back from the file at a different
12191 address. (There have been systems where private was not correctly
12192 implemented like the infamous i386 svr4.0, and systems where the
12193 VM page cache was not coherent with the file system buffer cache
12194 like early versions of FreeBSD and possibly contemporary NetBSD.)
12195 For shared mappings, we should conversely verify that changes get
12196 propagated back to all the places they're supposed to be.
bec39cab 12197
a9322a30
TT
12198 Grep wants private fixed already mapped.
12199 The main things grep needs to know about mmap are:
12200 * does it exist and is it safe to write into the mmap'd area
12201 * how to use it (BSD variants) */
8b9cf735 12202
a9322a30
TT
12203#include <fcntl.h>
12204#include <sys/mman.h>
8b9cf735 12205
81ecdfbb 12206#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
a9322a30 12207char *malloc ();
a3828db0
MK
12208#endif
12209
a9322a30 12210/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 12211#ifndef HAVE_GETPAGESIZE
a9322a30 12212/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 12213# ifndef HAVE_SYS_PARAM_H
a9322a30
TT
12214# define HAVE_SYS_PARAM_H 1
12215# endif
12216
12217# ifdef _SC_PAGESIZE
12218# define getpagesize() sysconf(_SC_PAGESIZE)
12219# else /* no _SC_PAGESIZE */
81ecdfbb 12220# ifdef HAVE_SYS_PARAM_H
a9322a30
TT
12221# include <sys/param.h>
12222# ifdef EXEC_PAGESIZE
12223# define getpagesize() EXEC_PAGESIZE
12224# else /* no EXEC_PAGESIZE */
12225# ifdef NBPG
12226# define getpagesize() NBPG * CLSIZE
12227# ifndef CLSIZE
12228# define CLSIZE 1
12229# endif /* no CLSIZE */
12230# else /* no NBPG */
12231# ifdef NBPC
12232# define getpagesize() NBPC
12233# else /* no NBPC */
12234# ifdef PAGESIZE
12235# define getpagesize() PAGESIZE
12236# endif /* PAGESIZE */
12237# endif /* no NBPC */
12238# endif /* no NBPG */
12239# endif /* no EXEC_PAGESIZE */
12240# else /* no HAVE_SYS_PARAM_H */
12241# define getpagesize() 8192 /* punt totally */
12242# endif /* no HAVE_SYS_PARAM_H */
12243# endif /* no _SC_PAGESIZE */
12244
12245#endif /* no HAVE_GETPAGESIZE */
12246
bec39cab
AC
12247int
12248main ()
12249{
a9322a30
TT
12250 char *data, *data2, *data3;
12251 int i, pagesize;
12252 int fd;
12253
12254 pagesize = getpagesize ();
12255
12256 /* First, make a file with some known garbage in it. */
12257 data = (char *) malloc (pagesize);
12258 if (!data)
81ecdfbb 12259 return 1;
a9322a30
TT
12260 for (i = 0; i < pagesize; ++i)
12261 *(data + i) = rand ();
12262 umask (0);
12263 fd = creat ("conftest.mmap", 0600);
12264 if (fd < 0)
81ecdfbb 12265 return 1;
a9322a30 12266 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 12267 return 1;
a9322a30
TT
12268 close (fd);
12269
12270 /* Next, try to mmap the file at a fixed address which already has
12271 something else allocated at it. If we can, also make sure that
12272 we see the same garbage. */
12273 fd = open ("conftest.mmap", O_RDWR);
12274 if (fd < 0)
81ecdfbb 12275 return 1;
a9322a30
TT
12276 data2 = (char *) malloc (2 * pagesize);
12277 if (!data2)
81ecdfbb
RW
12278 return 1;
12279 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
a9322a30
TT
12280 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12281 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 12282 return 1;
a9322a30
TT
12283 for (i = 0; i < pagesize; ++i)
12284 if (*(data + i) != *(data2 + i))
81ecdfbb 12285 return 1;
a9322a30
TT
12286
12287 /* Finally, make sure that changes to the mapped area do not
12288 percolate back to the file as seen by read(). (This is a bug on
12289 some variants of i386 svr4.0.) */
12290 for (i = 0; i < pagesize; ++i)
12291 *(data2 + i) = *(data2 + i) + 1;
12292 data3 = (char *) malloc (pagesize);
12293 if (!data3)
81ecdfbb 12294 return 1;
a9322a30 12295 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 12296 return 1;
a9322a30
TT
12297 for (i = 0; i < pagesize; ++i)
12298 if (*(data + i) != *(data3 + i))
81ecdfbb 12299 return 1;
a9322a30 12300 close (fd);
81ecdfbb 12301 return 0;
bec39cab
AC
12302}
12303_ACEOF
81ecdfbb 12304if ac_fn_c_try_run "$LINENO"; then :
a9322a30 12305 ac_cv_func_mmap_fixed_mapped=yes
086ec9eb 12306else
81ecdfbb 12307 ac_cv_func_mmap_fixed_mapped=no
a3828db0 12308fi
81ecdfbb
RW
12309rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12310 conftest.$ac_objext conftest.beam conftest.$ac_ext
a3828db0 12311fi
81ecdfbb 12312
a9322a30 12313fi
81ecdfbb
RW
12314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12315$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
a9322a30
TT
12316if test $ac_cv_func_mmap_fixed_mapped = yes; then
12317
81ecdfbb 12318$as_echo "#define HAVE_MMAP 1" >>confdefs.h
a3828db0 12319
086ec9eb 12320fi
a9322a30 12321rm -f conftest.mmap
a3828db0 12322
81ecdfbb
RW
12323ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12324if test "x$ac_cv_type_pid_t" = x""yes; then :
bec39cab 12325
a9322a30
TT
12326else
12327
12328cat >>confdefs.h <<_ACEOF
12329#define pid_t int
bec39cab 12330_ACEOF
086ec9eb
MK
12331
12332fi
12333
81ecdfbb
RW
12334for ac_header in vfork.h
12335do :
12336 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
12337if test "x$ac_cv_header_vfork_h" = x""yes; then :
a3828db0 12338 cat >>confdefs.h <<_ACEOF
81ecdfbb 12339#define HAVE_VFORK_H 1
bec39cab 12340_ACEOF
c906108c
SS
12341
12342fi
a9322a30 12343
a3828db0 12344done
c906108c 12345
a9322a30 12346for ac_func in fork vfork
81ecdfbb
RW
12347do :
12348 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12349ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12350eval as_val=\$$as_ac_var
12351 if test "x$as_val" = x""yes; then :
a3828db0 12352 cat >>confdefs.h <<_ACEOF
81ecdfbb 12353#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bec39cab 12354_ACEOF
b83266a0 12355
97bf5e38 12356fi
a3828db0 12357done
b83266a0 12358
a9322a30 12359if test "x$ac_cv_func_fork" = xyes; then
81ecdfbb
RW
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
12361$as_echo_n "checking for working fork... " >&6; }
12362if test "${ac_cv_func_fork_works+set}" = set; then :
12363 $as_echo_n "(cached) " >&6
a9322a30 12364else
81ecdfbb 12365 if test "$cross_compiling" = yes; then :
a9322a30
TT
12366 ac_cv_func_fork_works=cross
12367else
81ecdfbb
RW
12368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12369/* end confdefs.h. */
12370$ac_includes_default
12371int
12372main ()
12373{
12374
12375 /* By Ruediger Kuhlmann. */
12376 return fork () < 0;
12377
12378 ;
12379 return 0;
12380}
a9322a30 12381_ACEOF
81ecdfbb 12382if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
12383 ac_cv_func_fork_works=yes
12384else
81ecdfbb 12385 ac_cv_func_fork_works=no
a9322a30 12386fi
81ecdfbb
RW
12387rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12388 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 12389fi
81ecdfbb 12390
a9322a30 12391fi
81ecdfbb
RW
12392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
12393$as_echo "$ac_cv_func_fork_works" >&6; }
a9322a30
TT
12394
12395else
12396 ac_cv_func_fork_works=$ac_cv_func_fork
12397fi
12398if test "x$ac_cv_func_fork_works" = xcross; then
12399 case $host in
12400 *-*-amigaos* | *-*-msdosdjgpp*)
12401 # Override, as these systems have only a dummy fork() stub
12402 ac_cv_func_fork_works=no
12403 ;;
12404 *)
12405 ac_cv_func_fork_works=yes
12406 ;;
12407 esac
81ecdfbb
RW
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
12409$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
a9322a30
TT
12410fi
12411ac_cv_func_vfork_works=$ac_cv_func_vfork
12412if test "x$ac_cv_func_vfork" = xyes; then
81ecdfbb
RW
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
12414$as_echo_n "checking for working vfork... " >&6; }
12415if test "${ac_cv_func_vfork_works+set}" = set; then :
12416 $as_echo_n "(cached) " >&6
a9322a30 12417else
81ecdfbb 12418 if test "$cross_compiling" = yes; then :
a9322a30
TT
12419 ac_cv_func_vfork_works=cross
12420else
81ecdfbb 12421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a9322a30
TT
12422/* end confdefs.h. */
12423/* Thanks to Paul Eggert for this test. */
81ecdfbb 12424$ac_includes_default
a9322a30 12425#include <sys/wait.h>
81ecdfbb 12426#ifdef HAVE_VFORK_H
a9322a30
TT
12427# include <vfork.h>
12428#endif
12429/* On some sparc systems, changes by the child to local and incoming
12430 argument registers are propagated back to the parent. The compiler
12431 is told about this with #include <vfork.h>, but some compilers
12432 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
12433 static variable whose address is put into a register that is
12434 clobbered by the vfork. */
12435static void
12436#ifdef __cplusplus
12437sparc_address_test (int arg)
12438# else
12439sparc_address_test (arg) int arg;
12440#endif
12441{
12442 static pid_t child;
12443 if (!child) {
12444 child = vfork ();
12445 if (child < 0) {
12446 perror ("vfork");
12447 _exit(2);
12448 }
12449 if (!child) {
12450 arg = getpid();
12451 write(-1, "", 0);
12452 _exit (arg);
12453 }
12454 }
12455}
12456
12457int
12458main ()
12459{
12460 pid_t parent = getpid ();
12461 pid_t child;
12462
12463 sparc_address_test (0);
12464
12465 child = vfork ();
12466
12467 if (child == 0) {
12468 /* Here is another test for sparc vfork register problems. This
12469 test uses lots of local variables, at least as many local
12470 variables as main has allocated so far including compiler
12471 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
12472 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
12473 reuse the register of parent for one of the local variables,
12474 since it will think that parent can't possibly be used any more
12475 in this routine. Assigning to the local variable will thus
12476 munge parent in the parent process. */
12477 pid_t
12478 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
12479 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
12480 /* Convince the compiler that p..p7 are live; otherwise, it might
12481 use the same hardware register for all 8 local variables. */
12482 if (p != p1 || p != p2 || p != p3 || p != p4
12483 || p != p5 || p != p6 || p != p7)
12484 _exit(1);
12485
12486 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
12487 from child file descriptors. If the child closes a descriptor
12488 before it execs or exits, this munges the parent's descriptor
12489 as well. Test for this by closing stdout in the child. */
12490 _exit(close(fileno(stdout)) != 0);
12491 } else {
12492 int status;
12493 struct stat st;
12494
12495 while (wait(&status) != child)
12496 ;
81ecdfbb 12497 return (
a9322a30
TT
12498 /* Was there some problem with vforking? */
12499 child < 0
12500
12501 /* Did the child fail? (This shouldn't happen.) */
12502 || status
12503
12504 /* Did the vfork/compiler bug occur? */
12505 || parent != getpid()
12506
12507 /* Did the file descriptor bug occur? */
12508 || fstat(fileno(stdout), &st) != 0
12509 );
12510 }
12511}
12512_ACEOF
81ecdfbb 12513if ac_fn_c_try_run "$LINENO"; then :
a9322a30
TT
12514 ac_cv_func_vfork_works=yes
12515else
81ecdfbb 12516 ac_cv_func_vfork_works=no
a9322a30 12517fi
81ecdfbb
RW
12518rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12519 conftest.$ac_objext conftest.beam conftest.$ac_ext
a9322a30 12520fi
81ecdfbb 12521
a9322a30 12522fi
81ecdfbb
RW
12523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
12524$as_echo "$ac_cv_func_vfork_works" >&6; }
a9322a30
TT
12525
12526fi;
12527if test "x$ac_cv_func_fork_works" = xcross; then
12528 ac_cv_func_vfork_works=$ac_cv_func_vfork
81ecdfbb
RW
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
12530$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
a9322a30
TT
12531fi
12532
12533if test "x$ac_cv_func_vfork_works" = xyes; then
12534
81ecdfbb 12535$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
a9322a30
TT
12536
12537else
12538
81ecdfbb 12539$as_echo "#define vfork fork" >>confdefs.h
a9322a30
TT
12540
12541fi
12542if test "x$ac_cv_func_fork_works" = xyes; then
12543
81ecdfbb 12544$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
a9322a30
TT
12545
12546fi
12547
a9322a30 12548for ac_func in canonicalize_file_name realpath getrusage getuid \
db5e03ae 12549 getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
a9322a30 12550 sigaction sigprocmask sigsetmask socketpair syscall \
110ed339 12551 ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
be391dca 12552 setrlimit getrlimit posix_madvise
81ecdfbb
RW
12553do :
12554 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12555ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12556eval as_val=\$$as_ac_var
12557 if test "x$as_val" = x""yes; then :
6c7a06a3 12558 cat >>confdefs.h <<_ACEOF
81ecdfbb 12559#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6c7a06a3
TT
12560_ACEOF
12561
12562fi
12563done
12564
12565
81ecdfbb
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
12567$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
12568if test "${am_cv_langinfo_codeset+set}" = set; then :
12569 $as_echo_n "(cached) " >&6
6c7a06a3 12570else
81ecdfbb 12571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6c7a06a3
TT
12572/* end confdefs.h. */
12573#include <langinfo.h>
12574int
12575main ()
12576{
12577char* cs = nl_langinfo(CODESET);
bec39cab
AC
12578 ;
12579 return 0;
12580}
12581_ACEOF
81ecdfbb 12582if ac_fn_c_try_link "$LINENO"; then :
6c7a06a3 12583 am_cv_langinfo_codeset=yes
a4db0f07 12584else
81ecdfbb 12585 am_cv_langinfo_codeset=no
a4db0f07 12586fi
81ecdfbb
RW
12587rm -f core conftest.err conftest.$ac_objext \
12588 conftest$ac_exeext conftest.$ac_ext
6c7a06a3 12589
a4db0f07 12590fi
81ecdfbb
RW
12591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
12592$as_echo "$am_cv_langinfo_codeset" >&6; }
6c7a06a3
TT
12593 if test $am_cv_langinfo_codeset = yes; then
12594
81ecdfbb 12595$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
a4db0f07 12596
6c7a06a3 12597 fi
c906108c 12598
06825bd1 12599
a3828db0
MK
12600# Check the return and argument types of ptrace. No canned test for
12601# this, so roll our own.
12602gdb_ptrace_headers='
12603#if HAVE_SYS_TYPES_H
12604# include <sys/types.h>
12605#endif
12606#if HAVE_SYS_PTRACE_H
12607# include <sys/ptrace.h>
12608#endif
12609#if HAVE_UNISTD_H
12610# include <unistd.h>
12611#endif
12612'
12613# There is no point in checking if we don't have a prototype.
81ecdfbb
RW
12614ac_fn_c_check_decl "$LINENO" "ptrace" "ac_cv_have_decl_ptrace" "$gdb_ptrace_headers
12615"
12616if test "x$ac_cv_have_decl_ptrace" = x""yes; then :
12617 ac_have_decl=1
06825bd1 12618else
81ecdfbb 12619 ac_have_decl=0
06825bd1 12620fi
06825bd1 12621
a3828db0 12622cat >>confdefs.h <<_ACEOF
81ecdfbb 12623#define HAVE_DECL_PTRACE $ac_have_decl
a3828db0 12624_ACEOF
81ecdfbb 12625if test $ac_have_decl = 1; then :
bec39cab 12626
a3828db0 12627else
a3828db0
MK
12628
12629 : ${gdb_cv_func_ptrace_ret='int'}
12630 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
12631
06825bd1
MK
12632fi
12633
064ef605
DJ
12634# Check return type. Varargs (used on GNU/Linux) conflict with the
12635# empty argument list, so check for that explicitly.
81ecdfbb
RW
12636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
12637$as_echo_n "checking return type of ptrace... " >&6; }
12638if test "${gdb_cv_func_ptrace_ret+set}" = set; then :
12639 $as_echo_n "(cached) " >&6
bec39cab 12640else
81ecdfbb 12641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12642/* end confdefs.h. */
a3828db0 12643$gdb_ptrace_headers
bec39cab
AC
12644int
12645main ()
12646{
064ef605
DJ
12647extern long ptrace (enum __ptrace_request, ...);
12648 ;
12649 return 0;
12650}
12651_ACEOF
81ecdfbb 12652if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
12653 gdb_cv_func_ptrace_ret='long'
12654else
81ecdfbb 12655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
12656/* end confdefs.h. */
12657$gdb_ptrace_headers
12658int
12659main ()
12660{
a3828db0 12661extern int ptrace ();
bec39cab
AC
12662 ;
12663 return 0;
12664}
12665_ACEOF
81ecdfbb 12666if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12667 gdb_cv_func_ptrace_ret='int'
70f9f479 12668else
81ecdfbb 12669 gdb_cv_func_ptrace_ret='long'
70f9f479 12670fi
81ecdfbb 12671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70f9f479 12672fi
81ecdfbb 12673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
064ef605 12674fi
81ecdfbb
RW
12675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_ret" >&5
12676$as_echo "$gdb_cv_func_ptrace_ret" >&6; }
bec39cab 12677
a3828db0
MK
12678cat >>confdefs.h <<_ACEOF
12679#define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
bec39cab 12680_ACEOF
70f9f479 12681
a3828db0 12682# Check argument types.
81ecdfbb
RW
12683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
12684$as_echo_n "checking types of arguments for ptrace... " >&6; }
12685if test "${gdb_cv_func_ptrace_args+set}" = set; then :
12686 $as_echo_n "(cached) " >&6
bec39cab 12687else
a3828db0 12688
81ecdfbb 12689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
064ef605
DJ
12690/* end confdefs.h. */
12691$gdb_ptrace_headers
12692int
12693main ()
12694{
12695extern long ptrace (enum __ptrace_request, ...);
12696 ;
12697 return 0;
12698}
12699_ACEOF
81ecdfbb 12700if ac_fn_c_try_compile "$LINENO"; then :
064ef605
DJ
12701 gdb_cv_func_ptrace_args='int,int,long,long'
12702else
064ef605 12703
a3828db0
MK
12704for gdb_arg1 in 'int' 'long'; do
12705 for gdb_arg2 in 'pid_t' 'int' 'long'; do
5ed10e6e 12706 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long' 'void *'; do
a3828db0 12707 for gdb_arg4 in 'int' 'long'; do
81ecdfbb 12708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12709/* end confdefs.h. */
a3828db0 12710$gdb_ptrace_headers
bec39cab
AC
12711int
12712main ()
12713{
a3828db0
MK
12714
12715extern $gdb_cv_func_ptrace_ret
12716 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
12717
bec39cab
AC
12718 ;
12719 return 0;
12720}
12721_ACEOF
81ecdfbb 12722if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
12723 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
12724 break 4;
5c7f2947 12725fi
81ecdfbb 12726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0 12727 for gdb_arg5 in 'int *' 'int' 'long'; do
81ecdfbb 12728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12729/* end confdefs.h. */
a3828db0 12730$gdb_ptrace_headers
bec39cab
AC
12731int
12732main ()
12733{
a3828db0
MK
12734
12735extern $gdb_cv_func_ptrace_ret
12736 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
12737
bec39cab
AC
12738 ;
12739 return 0;
12740}
12741_ACEOF
81ecdfbb 12742if ac_fn_c_try_compile "$LINENO"; then :
a3828db0
MK
12743
12744gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
12745 break 5;
78434e59 12746fi
81ecdfbb 12747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a3828db0
MK
12748 done
12749 done
12750 done
12751 done
12752done
12753# Provide a safe default value.
12754: ${gdb_cv_func_ptrace_args='int,int,long,long'}
12755
064ef605 12756fi
81ecdfbb 12757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78434e59 12758fi
81ecdfbb
RW
12759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_ptrace_args" >&5
12760$as_echo "$gdb_cv_func_ptrace_args" >&6; }
a3828db0
MK
12761ac_save_IFS=$IFS; IFS=','
12762set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
12763IFS=$ac_save_IFS
12764shift
bec39cab 12765
a3828db0
MK
12766cat >>confdefs.h <<_ACEOF
12767#define PTRACE_TYPE_ARG3 $3
12768_ACEOF
12769
12770if test -n "$5"; then
12771
12772cat >>confdefs.h <<_ACEOF
12773#define PTRACE_TYPE_ARG5 $5
bec39cab 12774_ACEOF
78434e59
MK
12775
12776fi
12777
a3828db0 12778if test "$cross_compiling" = no; then
81ecdfbb
RW
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
12780$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
12781if test "${ac_cv_func_setpgrp_void+set}" = set; then :
12782 $as_echo_n "(cached) " >&6
a3828db0 12783else
81ecdfbb
RW
12784 if test "$cross_compiling" = yes; then :
12785 as_fn_error "cannot check setpgrp when cross compiling" "$LINENO" 5
bec39cab 12786else
81ecdfbb 12787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12788/* end confdefs.h. */
81ecdfbb 12789$ac_includes_default
bec39cab
AC
12790int
12791main ()
12792{
a3828db0
MK
12793/* If this system has a BSD-style setpgrp which takes arguments,
12794 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
12795 exit successfully. */
81ecdfbb 12796 return setpgrp (1,1) != -1;
bec39cab
AC
12797 ;
12798 return 0;
12799}
12800_ACEOF
81ecdfbb 12801if ac_fn_c_try_run "$LINENO"; then :
a3828db0 12802 ac_cv_func_setpgrp_void=no
c906108c 12803else
81ecdfbb 12804 ac_cv_func_setpgrp_void=yes
c906108c 12805fi
81ecdfbb
RW
12806rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12807 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 12808fi
81ecdfbb 12809
a3828db0 12810fi
81ecdfbb
RW
12811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
12812$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0
MK
12813if test $ac_cv_func_setpgrp_void = yes; then
12814
81ecdfbb 12815$as_echo "#define SETPGRP_VOID 1" >>confdefs.h
97bf5e38
MK
12816
12817fi
a3828db0
MK
12818
12819else
81ecdfbb
RW
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
12821$as_echo_n "checking whether setpgrp takes no argument... " >&6; }
12822if test "${ac_cv_func_setpgrp_void+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
97bf5e38 12824else
81ecdfbb 12825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12826/* end confdefs.h. */
a3828db0
MK
12827
12828#include <unistd.h>
12829
bec39cab
AC
12830int
12831main ()
12832{
a3828db0
MK
12833
12834 if (setpgrp(1,1) == -1)
12835 exit (0);
12836 else
12837 exit (1);
12838
bec39cab
AC
12839 ;
12840 return 0;
12841}
12842_ACEOF
81ecdfbb 12843if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12844 ac_cv_func_setpgrp_void=no
c906108c 12845else
81ecdfbb 12846 ac_cv_func_setpgrp_void=yes
c906108c 12847fi
81ecdfbb 12848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12849fi
81ecdfbb
RW
12850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setpgrp_void" >&5
12851$as_echo "$ac_cv_func_setpgrp_void" >&6; }
a3828db0 12852if test $ac_cv_func_setpgrp_void = yes; then
81ecdfbb 12853 $as_echo "#define SETPGRP_VOID 1" >>confdefs.h
c3f6f71d 12854
a3828db0 12855fi
c906108c
SS
12856fi
12857
a3828db0
MK
12858# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12859# since sigsetjmp might only be defined as a macro.
81ecdfbb
RW
12860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12861$as_echo_n "checking for sigsetjmp... " >&6; }
12862if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
12863 $as_echo_n "(cached) " >&6
bec39cab 12864else
81ecdfbb 12865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12866/* end confdefs.h. */
a3828db0
MK
12867
12868#include <setjmp.h>
12869
bec39cab
AC
12870int
12871main ()
12872{
a3828db0 12873sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
bec39cab
AC
12874 ;
12875 return 0;
12876}
12877_ACEOF
81ecdfbb 12878if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12879 gdb_cv_func_sigsetjmp=yes
c906108c 12880else
81ecdfbb 12881 gdb_cv_func_sigsetjmp=no
c906108c 12882fi
81ecdfbb 12883rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12884fi
81ecdfbb
RW
12885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12886$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
a3828db0 12887if test $gdb_cv_func_sigsetjmp = yes; then
c906108c 12888
81ecdfbb 12889$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
c906108c 12890
97bf5e38 12891fi
c906108c 12892
a3828db0
MK
12893# Assume we'll default to using the included libiberty regex.
12894gdb_use_included_regex=yes
12895
12896# However, if the system regex is GNU regex, then default to *not*
12897# using the included regex.
81ecdfbb
RW
12898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU regex" >&5
12899$as_echo_n "checking for GNU regex... " >&6; }
12900if test "${gdb_cv_have_gnu_regex+set}" = set; then :
12901 $as_echo_n "(cached) " >&6
bec39cab 12902else
81ecdfbb 12903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12904/* end confdefs.h. */
a3828db0 12905#include <gnu-versions.h>
bec39cab
AC
12906int
12907main ()
12908{
81ecdfbb
RW
12909#define REGEX_INTERFACE_VERSION 1
12910#if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
12911# error "Version mismatch"
12912#endif
5c45e068
MK
12913 ;
12914 return 0;
12915}
12916_ACEOF
81ecdfbb
RW
12917if ac_fn_c_try_compile "$LINENO"; then :
12918 gdb_cv_have_gnu_regex=yes
5c45e068 12919else
81ecdfbb
RW
12920 gdb_cv_have_gnu_regex=no
12921fi
12922rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12923fi
12924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_gnu_regex" >&5
12925$as_echo "$gdb_cv_have_gnu_regex" >&6; }
12926if test $gdb_cv_have_gnu_regex = yes; then
12927 gdb_use_included_regex=no
5c45e068 12928fi
81ecdfbb
RW
12929
12930
12931# Check whether --with-included-regex was given.
12932if test "${with_included_regex+set}" = set; then :
12933 withval=$with_included_regex; gdb_with_regex=$withval
12934else
12935 gdb_with_regex=$gdb_use_included_regex
c906108c 12936fi
81ecdfbb
RW
12937
12938if test "$gdb_with_regex" = yes; then
12939
12940$as_echo "#define USE_INCLUDED_REGEX 1" >>confdefs.h
12941
c906108c 12942fi
81ecdfbb
RW
12943
12944# Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
12945ac_fn_c_check_member "$LINENO" "struct thread" "td_pcb" "ac_cv_member_struct_thread_td_pcb" "#include <sys/param.h>
12946#include <sys/proc.h>
12947
12948"
12949if test "x$ac_cv_member_struct_thread_td_pcb" = x""yes; then :
c906108c 12950
5c45e068 12951cat >>confdefs.h <<_ACEOF
a3828db0 12952#define HAVE_STRUCT_THREAD_TD_PCB 1
bec39cab 12953_ACEOF
c906108c 12954
5c45e068 12955
97bf5e38 12956fi
c906108c 12957
5c45e068 12958
a3828db0 12959# See if <sys/lwp.h> defines `struct lwp`.
81ecdfbb
RW
12960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct lwp" >&5
12961$as_echo_n "checking for struct lwp... " >&6; }
12962if test "${gdb_cv_struct_lwp+set}" = set; then :
12963 $as_echo_n "(cached) " >&6
bec39cab 12964else
81ecdfbb 12965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12966/* end confdefs.h. */
a3828db0
MK
12967#include <sys/param.h>
12968#include <sys/lwp.h>
bec39cab
AC
12969int
12970main ()
12971{
a3828db0 12972struct lwp l;
bec39cab
AC
12973 ;
12974 return 0;
12975}
12976_ACEOF
81ecdfbb 12977if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 12978 gdb_cv_struct_lwp=yes
c906108c 12979else
81ecdfbb 12980 gdb_cv_struct_lwp=no
c906108c 12981fi
81ecdfbb 12982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12983fi
81ecdfbb
RW
12984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_lwp" >&5
12985$as_echo "$gdb_cv_struct_lwp" >&6; }
a3828db0 12986if test $gdb_cv_struct_lwp = yes; then
c906108c 12987
81ecdfbb 12988$as_echo "#define HAVE_STRUCT_LWP 1" >>confdefs.h
c906108c 12989
97bf5e38 12990fi
c906108c 12991
a3828db0 12992# See if <machine/reg.h> degines `struct reg'.
81ecdfbb
RW
12993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct reg in machine/reg.h" >&5
12994$as_echo_n "checking for struct reg in machine/reg.h... " >&6; }
12995if test "${gdb_cv_struct_reg+set}" = set; then :
12996 $as_echo_n "(cached) " >&6
bec39cab 12997else
81ecdfbb 12998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 12999/* end confdefs.h. */
a3828db0
MK
13000#include <sys/types.h>
13001#include <machine/reg.h>
bec39cab
AC
13002int
13003main ()
13004{
a3828db0 13005struct reg r;
bec39cab
AC
13006 ;
13007 return 0;
13008}
13009_ACEOF
81ecdfbb 13010if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13011 gdb_cv_struct_reg=yes
27ca5dad 13012else
81ecdfbb 13013 gdb_cv_struct_reg=no
27ca5dad 13014fi
81ecdfbb 13015rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27ca5dad 13016fi
81ecdfbb
RW
13017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_struct_reg" >&5
13018$as_echo "$gdb_cv_struct_reg" >&6; }
a3828db0 13019if test $gdb_cv_struct_reg = yes; then
bec39cab 13020
81ecdfbb 13021$as_echo "#define HAVE_STRUCT_REG 1" >>confdefs.h
27ca5dad
MC
13022
13023fi
97bf5e38 13024
a3828db0
MK
13025# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
13026# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
81ecdfbb
RW
13027ac_fn_c_check_member "$LINENO" "struct reg" "r_fs" "ac_cv_member_struct_reg_r_fs" "#include <machine/reg.h>
13028"
13029if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then :
5c45e068
MK
13030
13031cat >>confdefs.h <<_ACEOF
a3828db0 13032#define HAVE_STRUCT_REG_R_FS 1
bec39cab 13033_ACEOF
3862412b 13034
5c45e068 13035
97bf5e38 13036fi
81ecdfbb
RW
13037ac_fn_c_check_member "$LINENO" "struct reg" "r_gs" "ac_cv_member_struct_reg_r_gs" "#include <machine/reg.h>
13038"
13039if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then :
5c45e068
MK
13040
13041cat >>confdefs.h <<_ACEOF
a3828db0 13042#define HAVE_STRUCT_REG_R_GS 1
bec39cab 13043_ACEOF
3862412b 13044
5c45e068 13045
97bf5e38 13046fi
3862412b 13047
5c45e068 13048
a3828db0 13049# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
81ecdfbb
RW
13050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETREGS" >&5
13051$as_echo_n "checking for PTRACE_GETREGS... " >&6; }
13052if test "${gdb_cv_have_ptrace_getregs+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
451928c5 13054else
81ecdfbb 13055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13056/* end confdefs.h. */
a3828db0 13057#include <sys/ptrace.h>
bec39cab
AC
13058int
13059main ()
13060{
a3828db0 13061PTRACE_GETREGS;
bec39cab
AC
13062 ;
13063 return 0;
13064}
13065_ACEOF
81ecdfbb 13066if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13067 gdb_cv_have_ptrace_getregs=yes
451928c5 13068else
81ecdfbb 13069 gdb_cv_have_ptrace_getregs=no
451928c5 13070fi
81ecdfbb 13071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
13072fi
13073
81ecdfbb
RW
13074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getregs" >&5
13075$as_echo "$gdb_cv_have_ptrace_getregs" >&6; }
a3828db0 13076if test $gdb_cv_have_ptrace_getregs = yes; then
60ca704f 13077
81ecdfbb 13078$as_echo "#define HAVE_PTRACE_GETREGS 1" >>confdefs.h
451928c5 13079
97bf5e38 13080fi
451928c5 13081
a3828db0 13082# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
81ecdfbb
RW
13083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
13084$as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
13085if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then :
13086 $as_echo_n "(cached) " >&6
451928c5 13087else
81ecdfbb 13088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13089/* end confdefs.h. */
a3828db0 13090#include <sys/ptrace.h>
bec39cab
AC
13091int
13092main ()
13093{
a3828db0 13094PTRACE_GETFPXREGS;
bec39cab
AC
13095 ;
13096 return 0;
13097}
13098_ACEOF
81ecdfbb 13099if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13100 gdb_cv_have_ptrace_getfpxregs=yes
451928c5 13101else
81ecdfbb 13102 gdb_cv_have_ptrace_getfpxregs=no
451928c5 13103fi
81ecdfbb 13104rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
451928c5
AC
13105fi
13106
81ecdfbb
RW
13107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_ptrace_getfpxregs" >&5
13108$as_echo "$gdb_cv_have_ptrace_getfpxregs" >&6; }
a3828db0 13109if test $gdb_cv_have_ptrace_getfpxregs = yes; then
60ca704f 13110
81ecdfbb 13111$as_echo "#define HAVE_PTRACE_GETFPXREGS 1" >>confdefs.h
451928c5 13112
97bf5e38 13113fi
451928c5 13114
a3828db0 13115# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
81ecdfbb
RW
13116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETDBREGS" >&5
13117$as_echo_n "checking for PT_GETDBREGS... " >&6; }
13118if test "${gdb_cv_have_pt_getdbregs+set}" = set; then :
13119 $as_echo_n "(cached) " >&6
3862412b 13120else
81ecdfbb 13121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13122/* end confdefs.h. */
a3828db0
MK
13123#include <sys/types.h>
13124#include <sys/ptrace.h>
bec39cab
AC
13125int
13126main ()
13127{
a3828db0 13128PT_GETDBREGS;
bec39cab
AC
13129 ;
13130 return 0;
13131}
13132_ACEOF
81ecdfbb 13133if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13134 gdb_cv_have_pt_getdbregs=yes
3862412b 13135else
81ecdfbb 13136 gdb_cv_have_pt_getdbregs=no
3862412b 13137fi
81ecdfbb 13138rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
13139fi
13140
81ecdfbb
RW
13141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getdbregs" >&5
13142$as_echo "$gdb_cv_have_pt_getdbregs" >&6; }
a3828db0 13143if test $gdb_cv_have_pt_getdbregs = yes; then
60ca704f 13144
81ecdfbb 13145$as_echo "#define HAVE_PT_GETDBREGS 1" >>confdefs.h
3862412b 13146
97bf5e38 13147fi
3862412b 13148
a3828db0 13149# See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
81ecdfbb
RW
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PT_GETXMMREGS" >&5
13151$as_echo_n "checking for PT_GETXMMREGS... " >&6; }
13152if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then :
13153 $as_echo_n "(cached) " >&6
3862412b 13154else
81ecdfbb 13155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13156/* end confdefs.h. */
a3828db0
MK
13157#include <sys/types.h>
13158#include <sys/ptrace.h>
bec39cab
AC
13159int
13160main ()
13161{
a3828db0 13162PT_GETXMMREGS;
bec39cab
AC
13163 ;
13164 return 0;
13165}
13166_ACEOF
81ecdfbb 13167if ac_fn_c_try_compile "$LINENO"; then :
a3828db0 13168 gdb_cv_have_pt_getxmmregs=yes
3862412b 13169else
81ecdfbb 13170 gdb_cv_have_pt_getxmmregs=no
3862412b 13171fi
81ecdfbb 13172rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3862412b
MK
13173fi
13174
81ecdfbb
RW
13175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_pt_getxmmregs" >&5
13176$as_echo "$gdb_cv_have_pt_getxmmregs" >&6; }
a3828db0 13177if test $gdb_cv_have_pt_getxmmregs = yes; then
60ca704f 13178
81ecdfbb 13179$as_echo "#define HAVE_PT_GETXMMREGS 1" >>confdefs.h
3862412b 13180
97bf5e38 13181fi
3862412b 13182
eb368090 13183# Detect which type of /proc is in use, such as for Unixware or Solaris.
97bf5e38
MK
13184
13185if test "${target}" = "${host}"; then
13186 case "${host}" in
97bf5e38 13187 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
60ca704f 13188
81ecdfbb 13189$as_echo "#define NEW_PROC_API 1" >>confdefs.h
97bf5e38
MK
13190
13191 ;;
c162e8c9 13192 *-*-solaris2.[6789] | *-*-solaris2.1[0-9]*)
60ca704f 13193
81ecdfbb 13194$as_echo "#define NEW_PROC_API 1" >>confdefs.h
c960c18f
AC
13195
13196 ;;
13197 mips-sgi-irix5*)
13198 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
60ca704f 13199
81ecdfbb 13200$as_echo "#define _KMEMUSER 1" >>confdefs.h
97bf5e38
MK
13201
13202 ;;
13203 esac
13204fi
13205
13206if test "$ac_cv_header_sys_procfs_h" = yes; then
81ecdfbb
RW
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
13208$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
13209 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
bec39cab 13211else
81ecdfbb 13212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13213/* end confdefs.h. */
596c9d4b
KB
13214
13215#define _SYSCALL32
d30c5336
JK
13216/* Needed for new procfs interface on sparc-solaris. */
13217#define _STRUCTURED_PROC 1
596c9d4b 13218#include <sys/procfs.h>
bec39cab
AC
13219int
13220main ()
13221{
97bf5e38 13222pstatus_t avar
bec39cab
AC
13223 ;
13224 return 0;
13225}
13226_ACEOF
81ecdfbb 13227if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13228 bfd_cv_have_sys_procfs_type_pstatus_t=yes
596c9d4b 13229else
81ecdfbb 13230 bfd_cv_have_sys_procfs_type_pstatus_t=no
bec39cab 13231
596c9d4b 13232fi
81ecdfbb 13233rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
13234fi
13235
97bf5e38 13236 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
bec39cab 13237
81ecdfbb 13238$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
596c9d4b
KB
13239
13240 fi
81ecdfbb
RW
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
13242$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
596c9d4b 13243
81ecdfbb
RW
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prrun_t in sys/procfs.h" >&5
13245$as_echo_n "checking for prrun_t in sys/procfs.h... " >&6; }
13246 if test "${bfd_cv_have_sys_procfs_type_prrun_t+set}" = set; then :
13247 $as_echo_n "(cached) " >&6
596c9d4b 13248else
81ecdfbb 13249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13250/* end confdefs.h. */
596c9d4b
KB
13251
13252#define _SYSCALL32
d30c5336
JK
13253/* Needed for new procfs interface on sparc-solaris. */
13254#define _STRUCTURED_PROC 1
596c9d4b 13255#include <sys/procfs.h>
bec39cab
AC
13256int
13257main ()
13258{
97bf5e38 13259prrun_t avar
bec39cab
AC
13260 ;
13261 return 0;
13262}
13263_ACEOF
81ecdfbb 13264if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13265 bfd_cv_have_sys_procfs_type_prrun_t=yes
596c9d4b 13266else
81ecdfbb 13267 bfd_cv_have_sys_procfs_type_prrun_t=no
bec39cab 13268
596c9d4b 13269fi
81ecdfbb 13270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
13271fi
13272
97bf5e38 13273 if test $bfd_cv_have_sys_procfs_type_prrun_t = yes; then
bec39cab 13274
81ecdfbb 13275$as_echo "#define HAVE_PRRUN_T 1" >>confdefs.h
596c9d4b
KB
13276
13277 fi
81ecdfbb
RW
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prrun_t" >&5
13279$as_echo "$bfd_cv_have_sys_procfs_type_prrun_t" >&6; }
596c9d4b 13280
81ecdfbb
RW
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gregset_t in sys/procfs.h" >&5
13282$as_echo_n "checking for gregset_t in sys/procfs.h... " >&6; }
13283 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then :
13284 $as_echo_n "(cached) " >&6
596c9d4b 13285else
81ecdfbb 13286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13287/* end confdefs.h. */
596c9d4b
KB
13288
13289#define _SYSCALL32
d30c5336
JK
13290/* Needed for new procfs interface on sparc-solaris. */
13291#define _STRUCTURED_PROC 1
596c9d4b 13292#include <sys/procfs.h>
bec39cab
AC
13293int
13294main ()
13295{
97bf5e38 13296gregset_t avar
bec39cab
AC
13297 ;
13298 return 0;
13299}
13300_ACEOF
81ecdfbb 13301if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13302 bfd_cv_have_sys_procfs_type_gregset_t=yes
596c9d4b 13303else
81ecdfbb 13304 bfd_cv_have_sys_procfs_type_gregset_t=no
bec39cab 13305
596c9d4b 13306fi
81ecdfbb 13307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
596c9d4b
KB
13308fi
13309
97bf5e38 13310 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
bec39cab 13311
81ecdfbb 13312$as_echo "#define HAVE_GREGSET_T 1" >>confdefs.h
596c9d4b
KB
13313
13314 fi
81ecdfbb
RW
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
13316$as_echo "$bfd_cv_have_sys_procfs_type_gregset_t" >&6; }
451928c5 13317
81ecdfbb
RW
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpregset_t in sys/procfs.h" >&5
13319$as_echo_n "checking for fpregset_t in sys/procfs.h... " >&6; }
13320 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then :
13321 $as_echo_n "(cached) " >&6
d84dd0c5 13322else
81ecdfbb 13323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13324/* end confdefs.h. */
97bf5e38
MK
13325
13326#define _SYSCALL32
d30c5336
JK
13327/* Needed for new procfs interface on sparc-solaris. */
13328#define _STRUCTURED_PROC 1
d84dd0c5 13329#include <sys/procfs.h>
bec39cab
AC
13330int
13331main ()
13332{
97bf5e38 13333fpregset_t avar
bec39cab
AC
13334 ;
13335 return 0;
13336}
13337_ACEOF
81ecdfbb 13338if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13339 bfd_cv_have_sys_procfs_type_fpregset_t=yes
d84dd0c5 13340else
81ecdfbb 13341 bfd_cv_have_sys_procfs_type_fpregset_t=no
bec39cab 13342
d84dd0c5 13343fi
81ecdfbb 13344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d84dd0c5
MK
13345fi
13346
97bf5e38 13347 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
bec39cab 13348
81ecdfbb 13349$as_echo "#define HAVE_FPREGSET_T 1" >>confdefs.h
d84dd0c5 13350
97bf5e38 13351 fi
81ecdfbb
RW
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
13353$as_echo "$bfd_cv_have_sys_procfs_type_fpregset_t" >&6; }
d84dd0c5 13354
81ecdfbb
RW
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5
13356$as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; }
13357 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then :
13358 $as_echo_n "(cached) " >&6
c906108c 13359else
81ecdfbb 13360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13361/* end confdefs.h. */
c906108c 13362
97bf5e38 13363#define _SYSCALL32
d30c5336
JK
13364/* Needed for new procfs interface on sparc-solaris. */
13365#define _STRUCTURED_PROC 1
97bf5e38 13366#include <sys/procfs.h>
bec39cab
AC
13367int
13368main ()
13369{
97bf5e38 13370prgregset_t avar
bec39cab
AC
13371 ;
13372 return 0;
13373}
13374_ACEOF
81ecdfbb 13375if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13376 bfd_cv_have_sys_procfs_type_prgregset_t=yes
c906108c 13377else
81ecdfbb 13378 bfd_cv_have_sys_procfs_type_prgregset_t=no
bec39cab 13379
c906108c 13380fi
81ecdfbb 13381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13382fi
13383
97bf5e38 13384 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
bec39cab 13385
81ecdfbb 13386$as_echo "#define HAVE_PRGREGSET_T 1" >>confdefs.h
c906108c 13387
97bf5e38 13388 fi
81ecdfbb
RW
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
13390$as_echo "$bfd_cv_have_sys_procfs_type_prgregset_t" >&6; }
c906108c 13391
81ecdfbb
RW
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset_t in sys/procfs.h" >&5
13393$as_echo_n "checking for prfpregset_t in sys/procfs.h... " >&6; }
13394 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then :
13395 $as_echo_n "(cached) " >&6
d45fe813 13396else
81ecdfbb 13397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13398/* end confdefs.h. */
97bf5e38
MK
13399
13400#define _SYSCALL32
d30c5336
JK
13401/* Needed for new procfs interface on sparc-solaris. */
13402#define _STRUCTURED_PROC 1
97bf5e38 13403#include <sys/procfs.h>
bec39cab
AC
13404int
13405main ()
13406{
97bf5e38 13407prfpregset_t avar
bec39cab
AC
13408 ;
13409 return 0;
13410}
13411_ACEOF
81ecdfbb 13412if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13413 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
d45fe813 13414else
81ecdfbb 13415 bfd_cv_have_sys_procfs_type_prfpregset_t=no
bec39cab 13416
d45fe813 13417fi
81ecdfbb 13418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13419fi
13420
97bf5e38 13421 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
bec39cab 13422
81ecdfbb 13423$as_echo "#define HAVE_PRFPREGSET_T 1" >>confdefs.h
d45fe813 13424
97bf5e38 13425 fi
81ecdfbb
RW
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
13427$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6; }
d45fe813 13428
81ecdfbb
RW
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset32_t in sys/procfs.h" >&5
13430$as_echo_n "checking for prgregset32_t in sys/procfs.h... " >&6; }
13431 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then :
13432 $as_echo_n "(cached) " >&6
d45fe813 13433else
81ecdfbb 13434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13435/* end confdefs.h. */
97bf5e38
MK
13436
13437#define _SYSCALL32
d30c5336
JK
13438/* Needed for new procfs interface on sparc-solaris. */
13439#define _STRUCTURED_PROC 1
97bf5e38 13440#include <sys/procfs.h>
bec39cab
AC
13441int
13442main ()
13443{
97bf5e38 13444prgregset32_t avar
bec39cab
AC
13445 ;
13446 return 0;
13447}
13448_ACEOF
81ecdfbb 13449if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13450 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
d45fe813 13451else
81ecdfbb 13452 bfd_cv_have_sys_procfs_type_prgregset32_t=no
bec39cab 13453
d45fe813 13454fi
81ecdfbb 13455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13456fi
13457
97bf5e38 13458 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
bec39cab 13459
81ecdfbb 13460$as_echo "#define HAVE_PRGREGSET32_T 1" >>confdefs.h
d45fe813 13461
97bf5e38 13462 fi
81ecdfbb
RW
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
13464$as_echo "$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6; }
d45fe813 13465
81ecdfbb
RW
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prfpregset32_t in sys/procfs.h" >&5
13467$as_echo_n "checking for prfpregset32_t in sys/procfs.h... " >&6; }
13468 if test "${bfd_cv_have_sys_procfs_type_prfpregset32_t+set}" = set; then :
13469 $as_echo_n "(cached) " >&6
d45fe813 13470else
81ecdfbb 13471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13472/* end confdefs.h. */
97bf5e38
MK
13473
13474#define _SYSCALL32
d30c5336
JK
13475/* Needed for new procfs interface on sparc-solaris. */
13476#define _STRUCTURED_PROC 1
97bf5e38 13477#include <sys/procfs.h>
bec39cab
AC
13478int
13479main ()
13480{
97bf5e38 13481prfpregset32_t avar
bec39cab
AC
13482 ;
13483 return 0;
13484}
13485_ACEOF
81ecdfbb 13486if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13487 bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
d45fe813 13488else
81ecdfbb 13489 bfd_cv_have_sys_procfs_type_prfpregset32_t=no
bec39cab 13490
d45fe813 13491fi
81ecdfbb 13492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13493fi
13494
97bf5e38 13495 if test $bfd_cv_have_sys_procfs_type_prfpregset32_t = yes; then
bec39cab 13496
81ecdfbb 13497$as_echo "#define HAVE_PRFPREGSET32_T 1" >>confdefs.h
d45fe813 13498
97bf5e38 13499 fi
81ecdfbb
RW
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prfpregset32_t" >&5
13501$as_echo "$bfd_cv_have_sys_procfs_type_prfpregset32_t" >&6; }
d45fe813 13502
81ecdfbb
RW
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpid_t in sys/procfs.h" >&5
13504$as_echo_n "checking for lwpid_t in sys/procfs.h... " >&6; }
13505 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
d45fe813 13507else
81ecdfbb 13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13509/* end confdefs.h. */
97bf5e38 13510
d45fe813 13511#define _SYSCALL32
d30c5336
JK
13512/* Needed for new procfs interface on sparc-solaris. */
13513#define _STRUCTURED_PROC 1
97bf5e38 13514#include <sys/procfs.h>
bec39cab
AC
13515int
13516main ()
13517{
97bf5e38 13518lwpid_t avar
bec39cab
AC
13519 ;
13520 return 0;
13521}
13522_ACEOF
81ecdfbb 13523if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13524 bfd_cv_have_sys_procfs_type_lwpid_t=yes
d45fe813 13525else
81ecdfbb 13526 bfd_cv_have_sys_procfs_type_lwpid_t=no
bec39cab 13527
d45fe813 13528fi
81ecdfbb 13529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45fe813
KB
13530fi
13531
97bf5e38 13532 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
bec39cab 13533
81ecdfbb 13534$as_echo "#define HAVE_LWPID_T 1" >>confdefs.h
d45fe813 13535
97bf5e38 13536 fi
81ecdfbb
RW
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
13538$as_echo "$bfd_cv_have_sys_procfs_type_lwpid_t" >&6; }
c906108c 13539
81ecdfbb
RW
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psaddr_t in sys/procfs.h" >&5
13541$as_echo_n "checking for psaddr_t in sys/procfs.h... " >&6; }
13542 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then :
13543 $as_echo_n "(cached) " >&6
c906108c 13544else
81ecdfbb 13545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13546/* end confdefs.h. */
c906108c 13547
97bf5e38 13548#define _SYSCALL32
d30c5336
JK
13549/* Needed for new procfs interface on sparc-solaris. */
13550#define _STRUCTURED_PROC 1
97bf5e38 13551#include <sys/procfs.h>
bec39cab
AC
13552int
13553main ()
13554{
97bf5e38 13555psaddr_t avar
bec39cab
AC
13556 ;
13557 return 0;
13558}
13559_ACEOF
81ecdfbb 13560if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13561 bfd_cv_have_sys_procfs_type_psaddr_t=yes
c906108c 13562else
81ecdfbb 13563 bfd_cv_have_sys_procfs_type_psaddr_t=no
bec39cab 13564
c906108c 13565fi
81ecdfbb 13566rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13567fi
13568
97bf5e38 13569 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
bec39cab 13570
81ecdfbb 13571$as_echo "#define HAVE_PSADDR_T 1" >>confdefs.h
c906108c 13572
97bf5e38 13573 fi
81ecdfbb
RW
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
13575$as_echo "$bfd_cv_have_sys_procfs_type_psaddr_t" >&6; }
c906108c 13576
81ecdfbb
RW
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prsysent_t in sys/procfs.h" >&5
13578$as_echo_n "checking for prsysent_t in sys/procfs.h... " >&6; }
13579 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then :
13580 $as_echo_n "(cached) " >&6
c906108c 13581else
81ecdfbb 13582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13583/* end confdefs.h. */
c906108c 13584
97bf5e38 13585#define _SYSCALL32
d30c5336
JK
13586/* Needed for new procfs interface on sparc-solaris. */
13587#define _STRUCTURED_PROC 1
97bf5e38 13588#include <sys/procfs.h>
bec39cab
AC
13589int
13590main ()
13591{
97bf5e38 13592prsysent_t avar
bec39cab
AC
13593 ;
13594 return 0;
13595}
13596_ACEOF
81ecdfbb 13597if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13598 bfd_cv_have_sys_procfs_type_prsysent_t=yes
c906108c 13599else
81ecdfbb 13600 bfd_cv_have_sys_procfs_type_prsysent_t=no
bec39cab 13601
c906108c 13602fi
81ecdfbb 13603rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13604fi
13605
97bf5e38 13606 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
bec39cab 13607
81ecdfbb 13608$as_echo "#define HAVE_PRSYSENT_T 1" >>confdefs.h
c906108c 13609
97bf5e38 13610 fi
81ecdfbb
RW
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
13612$as_echo "$bfd_cv_have_sys_procfs_type_prsysent_t" >&6; }
c906108c 13613
81ecdfbb
RW
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigset_t in sys/procfs.h" >&5
13615$as_echo_n "checking for pr_sigset_t in sys/procfs.h... " >&6; }
13616 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then :
13617 $as_echo_n "(cached) " >&6
c906108c 13618else
81ecdfbb 13619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13620/* end confdefs.h. */
c906108c 13621
97bf5e38 13622#define _SYSCALL32
d30c5336
JK
13623/* Needed for new procfs interface on sparc-solaris. */
13624#define _STRUCTURED_PROC 1
97bf5e38 13625#include <sys/procfs.h>
bec39cab
AC
13626int
13627main ()
13628{
97bf5e38 13629pr_sigset_t avar
bec39cab
AC
13630 ;
13631 return 0;
13632}
13633_ACEOF
81ecdfbb 13634if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13635 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
c906108c 13636else
81ecdfbb 13637 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
bec39cab 13638
c906108c 13639fi
81ecdfbb 13640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13641fi
13642
97bf5e38 13643 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
bec39cab 13644
81ecdfbb 13645$as_echo "#define HAVE_PR_SIGSET_T 1" >>confdefs.h
c906108c 13646
97bf5e38 13647 fi
81ecdfbb
RW
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
13649$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6; }
c906108c 13650
81ecdfbb
RW
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_sigaction64_t in sys/procfs.h" >&5
13652$as_echo_n "checking for pr_sigaction64_t in sys/procfs.h... " >&6; }
13653 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then :
13654 $as_echo_n "(cached) " >&6
c906108c 13655else
81ecdfbb 13656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13657/* end confdefs.h. */
c906108c 13658
97bf5e38 13659#define _SYSCALL32
d30c5336
JK
13660/* Needed for new procfs interface on sparc-solaris. */
13661#define _STRUCTURED_PROC 1
97bf5e38 13662#include <sys/procfs.h>
bec39cab
AC
13663int
13664main ()
13665{
97bf5e38 13666pr_sigaction64_t avar
bec39cab
AC
13667 ;
13668 return 0;
13669}
13670_ACEOF
81ecdfbb 13671if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13672 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
c906108c 13673else
81ecdfbb 13674 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
bec39cab 13675
c906108c 13676fi
81ecdfbb 13677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13678fi
13679
97bf5e38 13680 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
bec39cab 13681
81ecdfbb 13682$as_echo "#define HAVE_PR_SIGACTION64_T 1" >>confdefs.h
c906108c 13683
97bf5e38 13684 fi
81ecdfbb
RW
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
13686$as_echo "$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6; }
97bf5e38 13687
81ecdfbb
RW
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pr_siginfo64_t in sys/procfs.h" >&5
13689$as_echo_n "checking for pr_siginfo64_t in sys/procfs.h... " >&6; }
13690 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then :
13691 $as_echo_n "(cached) " >&6
97bf5e38 13692else
81ecdfbb 13693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13694/* end confdefs.h. */
97bf5e38
MK
13695
13696#define _SYSCALL32
d30c5336
JK
13697/* Needed for new procfs interface on sparc-solaris. */
13698#define _STRUCTURED_PROC 1
97bf5e38 13699#include <sys/procfs.h>
bec39cab
AC
13700int
13701main ()
13702{
97bf5e38 13703pr_siginfo64_t avar
bec39cab
AC
13704 ;
13705 return 0;
13706}
13707_ACEOF
81ecdfbb 13708if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13709 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
13710else
81ecdfbb 13711 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
bec39cab 13712
97bf5e38 13713fi
81ecdfbb 13714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13715fi
c906108c 13716
97bf5e38 13717 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
bec39cab 13718
81ecdfbb 13719$as_echo "#define HAVE_PR_SIGINFO64_T 1" >>confdefs.h
c906108c 13720
97bf5e38 13721 fi
81ecdfbb
RW
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
13723$as_echo "$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6; }
bec39cab
AC
13724
13725
97bf5e38
MK
13726
13727
13728
97bf5e38 13729 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether prfpregset_t type is broken" >&5
13731$as_echo_n "checking whether prfpregset_t type is broken... " >&6; }
13732 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then :
13733 $as_echo_n "(cached) " >&6
c906108c 13734else
81ecdfbb 13735 if test "$cross_compiling" = yes; then :
97bf5e38 13736 gdb_cv_prfpregset_t_broken=yes
c906108c 13737else
81ecdfbb 13738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13739/* end confdefs.h. */
97bf5e38
MK
13740#include <sys/procfs.h>
13741 int main ()
13742 {
13743 if (sizeof (prfpregset_t) == sizeof (void *))
13744 return 1;
13745 return 0;
13746 }
bec39cab 13747_ACEOF
81ecdfbb 13748if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 13749 gdb_cv_prfpregset_t_broken=no
81ecdfbb
RW
13750else
13751 gdb_cv_prfpregset_t_broken=yes
c906108c 13752fi
81ecdfbb
RW
13753rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13754 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 13755fi
81ecdfbb 13756
c906108c
SS
13757fi
13758
81ecdfbb
RW
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_prfpregset_t_broken" >&5
13760$as_echo "$gdb_cv_prfpregset_t_broken" >&6; }
97bf5e38 13761 if test $gdb_cv_prfpregset_t_broken = yes; then
60ca704f 13762
81ecdfbb 13763$as_echo "#define PRFPREGSET_T_BROKEN 1" >>confdefs.h
c906108c 13764
97bf5e38
MK
13765 fi
13766 fi
c906108c 13767
bec39cab 13768
81ecdfbb
RW
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
13770$as_echo_n "checking for PIOCSET ioctl entry in sys/procfs.h... " >&6; }
13771 if test "${gdb_cv_have_procfs_piocset+set}" = set; then :
13772 $as_echo_n "(cached) " >&6
c906108c 13773else
81ecdfbb 13774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13775/* end confdefs.h. */
97bf5e38
MK
13776#include <unistd.h>
13777#include <sys/types.h>
13778#include <sys/procfs.h>
13779
bec39cab
AC
13780int
13781main ()
13782{
97bf5e38
MK
13783
13784 int dummy;;
13785 dummy = ioctl(0, PIOCSET, &dummy);
bec39cab
AC
13786
13787 ;
13788 return 0;
13789}
13790_ACEOF
81ecdfbb 13791if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13792 gdb_cv_have_procfs_piocset=yes
c906108c 13793else
81ecdfbb 13794 gdb_cv_have_procfs_piocset=no
c906108c 13795fi
81ecdfbb 13796rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13797fi
97bf5e38 13798
81ecdfbb
RW
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_procfs_piocset" >&5
13800$as_echo "$gdb_cv_have_procfs_piocset" >&6; }
97bf5e38 13801 if test $gdb_cv_have_procfs_piocset = yes; then
60ca704f 13802
81ecdfbb 13803$as_echo "#define HAVE_PROCFS_PIOCSET 1" >>confdefs.h
97bf5e38
MK
13804
13805 fi
c906108c 13806fi
c906108c 13807
97bf5e38 13808if test ${host} = ${target} ; then
bec39cab 13809
81ecdfbb
RW
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member l_addr in struct link_map" >&5
13811$as_echo_n "checking for member l_addr in struct link_map... " >&6; }
13812 if test "${gdb_cv_have_struct_link_map_with_l_members+set}" = set; then :
13813 $as_echo_n "(cached) " >&6
bec39cab 13814else
81ecdfbb 13815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13816/* end confdefs.h. */
97bf5e38 13817#include <link.h>
bec39cab
AC
13818int
13819main ()
13820{
97bf5e38 13821struct link_map lm; (void) lm.l_addr;
bec39cab
AC
13822 ;
13823 return 0;
13824}
13825_ACEOF
81ecdfbb 13826if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38 13827 gdb_cv_have_struct_link_map_with_l_members=yes
c906108c 13828else
81ecdfbb 13829 gdb_cv_have_struct_link_map_with_l_members=no
c906108c 13830fi
81ecdfbb 13831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c
SS
13832fi
13833
81ecdfbb
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map_with_l_members" >&5
13835$as_echo "$gdb_cv_have_struct_link_map_with_l_members" >&6; }
97bf5e38 13836 if test $gdb_cv_have_struct_link_map_with_l_members = yes; then
60ca704f 13837
81ecdfbb 13838$as_echo "#define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1" >>confdefs.h
97bf5e38
MK
13839
13840 fi
13841
bec39cab 13842
81ecdfbb
RW
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member lm_addr in struct link_map" >&5
13844$as_echo_n "checking for member lm_addr in struct link_map... " >&6; }
13845 if test "${gdb_cv_have_struct_link_map_with_lm_members+set}" = set; then :
13846 $as_echo_n "(cached) " >&6
c906108c 13847else
81ecdfbb 13848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13849/* end confdefs.h. */
97bf5e38
MK
13850#include <sys/types.h>
13851#include <link.h>
bec39cab
AC
13852int
13853main ()
13854{
97bf5e38 13855struct link_map lm; (void) lm.lm_addr;
bec39cab
AC
13856 ;
13857 return 0;
13858}
13859_ACEOF
81ecdfbb 13860if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13861 gdb_cv_have_struct_link_map_with_lm_members=yes
13862else
81ecdfbb 13863 gdb_cv_have_struct_link_map_with_lm_members=no
97bf5e38 13864fi
81ecdfbb 13865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13866fi
c906108c 13867
81ecdfbb
RW
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map_with_lm_members" >&5
13869$as_echo "$gdb_cv_have_struct_link_map_with_lm_members" >&6; }
97bf5e38 13870 if test $gdb_cv_have_struct_link_map_with_lm_members = yes; then
60ca704f 13871
81ecdfbb 13872$as_echo "#define HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS 1" >>confdefs.h
97bf5e38
MK
13873
13874 fi
13875
bec39cab 13876
81ecdfbb
RW
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member som_addr in struct so_map" >&5
13878$as_echo_n "checking for member som_addr in struct so_map... " >&6; }
13879 if test "${gdb_cv_have_struct_so_map_with_som_members+set}" = set; then :
13880 $as_echo_n "(cached) " >&6
c906108c 13881else
81ecdfbb 13882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13883/* end confdefs.h. */
97bf5e38
MK
13884#include <sys/types.h>
13885#ifdef HAVE_NLIST_H
13886#include <nlist.h>
13887#endif
13888#include <link.h>
bec39cab
AC
13889int
13890main ()
13891{
97bf5e38 13892struct so_map lm; (void) lm.som_addr;
bec39cab
AC
13893 ;
13894 return 0;
13895}
13896_ACEOF
81ecdfbb 13897if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13898 gdb_cv_have_struct_so_map_with_som_members=yes
13899else
81ecdfbb 13900 gdb_cv_have_struct_so_map_with_som_members=no
97bf5e38 13901fi
81ecdfbb 13902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 13903fi
c906108c 13904
81ecdfbb
RW
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_so_map_with_som_members" >&5
13906$as_echo "$gdb_cv_have_struct_so_map_with_som_members" >&6; }
97bf5e38 13907 if test $gdb_cv_have_struct_so_map_with_som_members = yes; then
60ca704f 13908
81ecdfbb 13909$as_echo "#define HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS 1" >>confdefs.h
c906108c 13910
97bf5e38 13911 fi
c906108c 13912
bec39cab 13913
81ecdfbb
RW
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct link_map32 in sys/link.h" >&5
13915$as_echo_n "checking for struct link_map32 in sys/link.h... " >&6; }
13916 if test "${gdb_cv_have_struct_link_map32+set}" = set; then :
13917 $as_echo_n "(cached) " >&6
97bf5e38 13918else
81ecdfbb 13919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13920/* end confdefs.h. */
97bf5e38
MK
13921#define _SYSCALL32
13922#include <sys/link.h>
bec39cab
AC
13923int
13924main ()
13925{
97bf5e38 13926struct link_map32 l;
bec39cab
AC
13927 ;
13928 return 0;
13929}
13930_ACEOF
81ecdfbb 13931if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13932 gdb_cv_have_struct_link_map32=yes
13933else
81ecdfbb 13934 gdb_cv_have_struct_link_map32=no
97bf5e38 13935fi
81ecdfbb 13936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 13937fi
c906108c 13938
81ecdfbb
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_struct_link_map32" >&5
13940$as_echo "$gdb_cv_have_struct_link_map32" >&6; }
97bf5e38 13941 if test $gdb_cv_have_struct_link_map32 = yes; then
60ca704f 13942
81ecdfbb 13943$as_echo "#define HAVE_STRUCT_LINK_MAP32 1" >>confdefs.h
c906108c 13944
60ca704f 13945
81ecdfbb 13946$as_echo "#define _SYSCALL32 1" >>confdefs.h
c906108c 13947
97bf5e38
MK
13948 fi
13949fi
c906108c 13950
bc8bcb4b 13951# Check if the compiler supports the `long long' type.
c906108c 13952
81ecdfbb
RW
13953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in compiler" >&5
13954$as_echo_n "checking for long long support in compiler... " >&6; }
13955if test "${gdb_cv_c_long_long+set}" = set; then :
13956 $as_echo_n "(cached) " >&6
97bf5e38 13957else
81ecdfbb 13958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13959/* end confdefs.h. */
bc8bcb4b 13960extern long long foo;
bec39cab
AC
13961int
13962main ()
13963{
bc8bcb4b 13964switch (foo & 2) { case 0: return 1; }
bec39cab
AC
13965 ;
13966 return 0;
13967}
13968_ACEOF
81ecdfbb 13969if ac_fn_c_try_compile "$LINENO"; then :
97bf5e38
MK
13970 gdb_cv_c_long_long=yes
13971else
81ecdfbb 13972 gdb_cv_c_long_long=no
97bf5e38 13973fi
81ecdfbb 13974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 13975fi
81ecdfbb
RW
13976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_long" >&5
13977$as_echo "$gdb_cv_c_long_long" >&6; }
97bf5e38 13978if test $gdb_cv_c_long_long = yes; then
bc8bcb4b 13979
81ecdfbb 13980$as_echo "#define CC_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
13981
13982fi
13983
bc8bcb4b 13984# Check if the compiler and runtime support printing long longs.
97bf5e38 13985
81ecdfbb
RW
13986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long support in printf" >&5
13987$as_echo_n "checking for long long support in printf... " >&6; }
13988if test "${gdb_cv_printf_has_long_long+set}" = set; then :
13989 $as_echo_n "(cached) " >&6
97bf5e38 13990else
81ecdfbb 13991 if test "$cross_compiling" = yes; then :
97bf5e38
MK
13992 gdb_cv_printf_has_long_long=no
13993else
81ecdfbb 13994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 13995/* end confdefs.h. */
bc8bcb4b
MK
13996$ac_includes_default
13997int
13998main ()
13999{
14000char buf[32];
97bf5e38
MK
14001 long long l = 0;
14002 l = (l << 16) + 0x0123;
14003 l = (l << 16) + 0x4567;
14004 l = (l << 16) + 0x89ab;
14005 l = (l << 16) + 0xcdef;
14006 sprintf (buf, "0x%016llx", l);
14007 return (strcmp ("0x0123456789abcdef", buf));
bc8bcb4b
MK
14008 ;
14009 return 0;
c906108c 14010}
bec39cab 14011_ACEOF
81ecdfbb 14012if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
14013 gdb_cv_printf_has_long_long=yes
14014else
81ecdfbb 14015 gdb_cv_printf_has_long_long=no
97bf5e38 14016fi
81ecdfbb
RW
14017rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14018 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 14019fi
81ecdfbb 14020
97bf5e38 14021fi
81ecdfbb
RW
14022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_long" >&5
14023$as_echo "$gdb_cv_printf_has_long_long" >&6; }
97bf5e38 14024if test $gdb_cv_printf_has_long_long = yes; then
bc8bcb4b 14025
81ecdfbb 14026$as_echo "#define PRINTF_HAS_LONG_LONG 1" >>confdefs.h
97bf5e38
MK
14027
14028fi
97bf5e38 14029
1a619819
LM
14030# Check if the compiler and runtime support printing decfloats.
14031
81ecdfbb
RW
14032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for decfloat support in printf" >&5
14033$as_echo_n "checking for decfloat support in printf... " >&6; }
14034if test "${gdb_cv_printf_has_decfloat+set}" = set; then :
14035 $as_echo_n "(cached) " >&6
1a619819 14036else
81ecdfbb 14037 if test "$cross_compiling" = yes; then :
1a619819
LM
14038 gdb_cv_printf_has_decfloat=no
14039else
81ecdfbb 14040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1a619819
LM
14041/* end confdefs.h. */
14042$ac_includes_default
14043int
14044main ()
14045{
14046char buf[64];
14047 _Decimal32 d32 = 1.2345df;
14048 _Decimal64 d64 = 1.2345dd;
14049 _Decimal128 d128 = 1.2345dl;
14050 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
14051 return (strcmp ("Decimal32: 1.2345\nDecimal64: 1.2345\nDecimal128: 1.2345", buf));
14052 ;
14053 return 0;
14054}
14055_ACEOF
81ecdfbb 14056if ac_fn_c_try_run "$LINENO"; then :
1a619819
LM
14057 gdb_cv_printf_has_decfloat=yes
14058else
81ecdfbb 14059 gdb_cv_printf_has_decfloat=no
1a619819 14060fi
81ecdfbb
RW
14061rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14062 conftest.$ac_objext conftest.beam conftest.$ac_ext
1a619819 14063fi
81ecdfbb 14064
1a619819 14065fi
81ecdfbb
RW
14066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_decfloat" >&5
14067$as_echo "$gdb_cv_printf_has_decfloat" >&6; }
1a619819
LM
14068if test $gdb_cv_printf_has_decfloat = yes; then
14069
81ecdfbb 14070$as_echo "#define PRINTF_HAS_DECFLOAT 1" >>confdefs.h
1a619819
LM
14071
14072fi
14073
bc8bcb4b
MK
14074# Check if the compiler supports the `long double' type. We can't use
14075# AC_C_LONG_DOUBLE because that one does additional checks on the
14076# constants defined in <float.h> that fail on some systems,
14077# e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
97bf5e38 14078
81ecdfbb
RW
14079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in compiler" >&5
14080$as_echo_n "checking for long double support in compiler... " >&6; }
14081if test "${gdb_cv_c_long_double+set}" = set; then :
14082 $as_echo_n "(cached) " >&6
97bf5e38 14083else
81ecdfbb 14084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14085/* end confdefs.h. */
97bf5e38 14086long double foo;
bec39cab 14087_ACEOF
81ecdfbb 14088if ac_fn_c_try_compile "$LINENO"; then :
bc8bcb4b 14089 gdb_cv_c_long_double=yes
97bf5e38 14090else
81ecdfbb 14091 gdb_cv_c_long_double=no
97bf5e38 14092fi
81ecdfbb 14093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97bf5e38 14094fi
81ecdfbb
RW
14095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_c_long_double" >&5
14096$as_echo "$gdb_cv_c_long_double" >&6; }
bc8bcb4b 14097if test $gdb_cv_c_long_double = yes; then
c906108c 14098
81ecdfbb 14099$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14100
14101fi
14102
bc8bcb4b 14103# Check if the compiler and runtime support printing long doubles.
97bf5e38 14104
81ecdfbb
RW
14105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in printf" >&5
14106$as_echo_n "checking for long double support in printf... " >&6; }
14107if test "${gdb_cv_printf_has_long_double+set}" = set; then :
14108 $as_echo_n "(cached) " >&6
97bf5e38 14109else
81ecdfbb 14110 if test "$cross_compiling" = yes; then :
97bf5e38
MK
14111 gdb_cv_printf_has_long_double=no
14112else
81ecdfbb 14113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14114/* end confdefs.h. */
bc8bcb4b
MK
14115$ac_includes_default
14116int
14117main ()
14118{
14119char buf[16];
97bf5e38
MK
14120 long double f = 3.141592653;
14121 sprintf (buf, "%Lg", f);
14122 return (strncmp ("3.14159", buf, 7));
bc8bcb4b
MK
14123 ;
14124 return 0;
97bf5e38 14125}
bec39cab 14126_ACEOF
81ecdfbb 14127if ac_fn_c_try_run "$LINENO"; then :
97bf5e38 14128 gdb_cv_printf_has_long_double=yes
c906108c 14129else
81ecdfbb 14130 gdb_cv_printf_has_long_double=no
c906108c 14131fi
81ecdfbb
RW
14132rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14133 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 14134fi
81ecdfbb 14135
c906108c 14136fi
81ecdfbb
RW
14137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_printf_has_long_double" >&5
14138$as_echo "$gdb_cv_printf_has_long_double" >&6; }
97bf5e38 14139if test $gdb_cv_printf_has_long_double = yes; then
bc8bcb4b 14140
81ecdfbb 14141$as_echo "#define PRINTF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14142
14143fi
97bf5e38 14144
bc8bcb4b 14145# Check if the compiler and runtime support scanning long doubles.
97bf5e38 14146
81ecdfbb
RW
14147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double support in scanf" >&5
14148$as_echo_n "checking for long double support in scanf... " >&6; }
14149if test "${gdb_cv_scanf_has_long_double+set}" = set; then :
14150 $as_echo_n "(cached) " >&6
97bf5e38 14151else
81ecdfbb 14152 if test "$cross_compiling" = yes; then :
97bf5e38
MK
14153 gdb_cv_scanf_has_long_double=no
14154else
81ecdfbb 14155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14156/* end confdefs.h. */
bc8bcb4b
MK
14157#include <stdio.h>
14158int
14159main ()
14160{
14161char *buf = "3.141592653";
97bf5e38
MK
14162 long double f = 0;
14163 sscanf (buf, "%Lg", &f);
14164 return !(f > 3.14159 && f < 3.14160);
bc8bcb4b
MK
14165 ;
14166 return 0;
97bf5e38 14167}
bec39cab 14168_ACEOF
81ecdfbb 14169if ac_fn_c_try_run "$LINENO"; then :
97bf5e38
MK
14170 gdb_cv_scanf_has_long_double=yes
14171else
81ecdfbb 14172 gdb_cv_scanf_has_long_double=no
97bf5e38 14173fi
81ecdfbb
RW
14174rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14175 conftest.$ac_objext conftest.beam conftest.$ac_ext
97bf5e38 14176fi
81ecdfbb 14177
c906108c 14178fi
81ecdfbb
RW
14179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_scanf_has_long_double" >&5
14180$as_echo "$gdb_cv_scanf_has_long_double" >&6; }
97bf5e38 14181if test $gdb_cv_scanf_has_long_double = yes; then
bc8bcb4b 14182
81ecdfbb 14183$as_echo "#define SCANF_HAS_LONG_DOUBLE 1" >>confdefs.h
97bf5e38
MK
14184
14185fi
c906108c 14186
438013df
AO
14187case ${host_os} in
14188aix*)
81ecdfbb
RW
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
14190$as_echo_n "checking for -bbigtoc option... " >&6; }
14191if test "${gdb_cv_bigtoc+set}" = set; then :
14192 $as_echo_n "(cached) " >&6
438013df 14193else
bec39cab 14194
438013df
AO
14195 SAVE_LDFLAGS=$LDFLAGS
14196
14197 case $GCC in
14198 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
14199 *) gdb_cv_bigtoc=-bbigtoc ;;
14200 esac
14201
14202 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
81ecdfbb 14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14204/* end confdefs.h. */
438013df 14205
bec39cab
AC
14206int
14207main ()
14208{
438013df 14209int i;
bec39cab
AC
14210 ;
14211 return 0;
14212}
14213_ACEOF
81ecdfbb 14214if ac_fn_c_try_link "$LINENO"; then :
bec39cab 14215
81ecdfbb
RW
14216else
14217 gdb_cv_bigtoc=
438013df 14218fi
81ecdfbb
RW
14219rm -f core conftest.err conftest.$ac_objext \
14220 conftest$ac_exeext conftest.$ac_ext
ec76baa5 14221 LDFLAGS="${SAVE_LDFLAGS}"
438013df 14222
bec39cab 14223fi
81ecdfbb
RW
14224{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_bigtoc" >&5
14225$as_echo "$gdb_cv_bigtoc" >&6; }
438013df
AO
14226 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
14227 ;;
14228esac
14229
38f6b338 14230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the dynamic export flag" >&5
f6528abd 14231$as_echo_n "checking for the dynamic export flag... " >&6; }
38f6b338
JK
14232dynamic_list=false
14233if test "${gdb_native}" = yes; then
14234 # The dynamically loaded libthread_db needs access to symbols in the gdb
14235 # executable. Older GNU ld supports --export-dynamic but --dynamic-list
14236 # may not be supported there.
14237 old_LDFLAGS="$LDFLAGS"
14238 # Older GNU ld supports --export-dynamic but --dynamic-list it does not.
14239 RDYNAMIC="-Wl,--dynamic-list=${srcdir}/proc-service.list"
14240 LDFLAGS="$LDFLAGS $RDYNAMIC"
14241 if test "${have_libpython}" = no; then
14242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f6528abd
JK
14243/* end confdefs.h. */
14244
14245int
14246main ()
14247{
14248
14249 ;
14250 return 0;
14251}
14252_ACEOF
14253if ac_fn_c_try_link "$LINENO"; then :
3bebe2f2
JK
14254 dynamic_list=true
14255fi
14256rm -f core conftest.err conftest.$ac_objext \
14257 conftest$ac_exeext conftest.$ac_ext
38f6b338
JK
14258 else
14259 # Workaround http://bugs.python.org/issue4434 where static
14260 # libpythonX.Y.a would get its symbols required for
14261 # pythonX.Y/lib-dynload/*.so modules hidden by -Wl,--dynamic-list.
14262 # Problem does not happen for the recommended libpythonX.Y.so linkage.
14263 old_CFLAGS="$CFLAGS"
14264 CFLAGS="$CFLAGS $PYTHON_CFLAGS"
14265 if test "$cross_compiling" = yes; then :
3bebe2f2 14266 true
f6528abd 14267else
3bebe2f2
JK
14268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269/* end confdefs.h. */
14270#include "${have_libpython}/Python.h"
14271int
14272main ()
14273{
14274int err;
38f6b338
JK
14275 Py_Initialize ();
14276 err = PyRun_SimpleString ("import itertools\n");
14277 Py_Finalize ();
14278 return err == 0 ? 0 : 1;
3bebe2f2
JK
14279 ;
14280 return 0;
14281}
14282_ACEOF
14283if ac_fn_c_try_run "$LINENO"; then :
14284 dynamic_list=true
14285fi
14286rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14287 conftest.$ac_objext conftest.beam conftest.$ac_ext
14288fi
14289
38f6b338
JK
14290 CFLAGS="$old_CFLAGS"
14291 fi
14292 LDFLAGS="$old_LDFLAGS"
14293fi
14294if $dynamic_list; then
14295 found="-Wl,--dynamic-list"
14296 RDYNAMIC='-Wl,--dynamic-list=$(srcdir)/proc-service.list'
f6528abd 14297else
38f6b338
JK
14298 found="-rdynamic"
14299 RDYNAMIC="-rdynamic"
f6528abd 14300fi
f6528abd 14301
38f6b338 14302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found" >&5
f6528abd 14303$as_echo "$found" >&6; }
0407b3f1 14304
f6528abd 14305
0407b3f1 14306if test ${build} = ${host} -a ${host} = ${target} ; then
c906108c
SS
14307 case ${host_os} in
14308 hpux*)
81ecdfbb
RW
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HPUX/OSF thread support" >&5
14310$as_echo_n "checking for HPUX/OSF thread support... " >&6; }
c906108c
SS
14311 if test -f /usr/include/dce/cma_config.h ; then
14312 if test "$GCC" = "yes" ; then
81ecdfbb
RW
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14314$as_echo "yes" >&6; }
60ca704f 14315
81ecdfbb 14316$as_echo "#define HAVE_HPUX_THREAD_SUPPORT 1" >>confdefs.h
c906108c 14317
3483b318 14318 CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
c906108c
SS
14319 CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
14320 else
81ecdfbb
RW
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (suppressed because you are not using GCC)" >&5
14322$as_echo "no (suppressed because you are not using GCC)" >&6; }
c906108c
SS
14323 fi
14324 else
81ecdfbb
RW
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14326$as_echo "no" >&6; }
c906108c
SS
14327 fi
14328 ;;
14329 solaris*)
d92419e5
JB
14330 # See if thread_db library is around for Solaris thread debugging.
14331 # Note that we must explicitly test for version 1 of the library
14332 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
14333 # the same API.
81ecdfbb
RW
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris thread debugging library" >&5
14335$as_echo_n "checking for Solaris thread debugging library... " >&6; }
c906108c 14336 if test -f /usr/lib/libthread_db.so.1 ; then
81ecdfbb
RW
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14338$as_echo "yes" >&6; }
60ca704f 14339
81ecdfbb 14340$as_echo "#define HAVE_THREAD_DB_LIB 1" >>confdefs.h
c906108c 14341
3483b318 14342 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
c906108c 14343 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
81ecdfbb
RW
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14345$as_echo_n "checking for dlopen in -ldl... " >&6; }
14346if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
14347 $as_echo_n "(cached) " >&6
c906108c 14348else
bec39cab 14349 ac_check_lib_save_LIBS=$LIBS
c906108c 14350LIBS="-ldl $LIBS"
81ecdfbb 14351cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
14352/* end confdefs.h. */
14353
81ecdfbb
RW
14354/* Override any GCC internal prototype to avoid an error.
14355 Use char because int might match the return type of a GCC
14356 builtin and then its argument prototype would still apply. */
bec39cab
AC
14357#ifdef __cplusplus
14358extern "C"
14359#endif
bec39cab
AC
14360char dlopen ();
14361int
14362main ()
14363{
81ecdfbb 14364return dlopen ();
bec39cab
AC
14365 ;
14366 return 0;
14367}
14368_ACEOF
81ecdfbb 14369if ac_fn_c_try_link "$LINENO"; then :
bec39cab
AC
14370 ac_cv_lib_dl_dlopen=yes
14371else
81ecdfbb 14372 ac_cv_lib_dl_dlopen=no
bec39cab 14373fi
81ecdfbb
RW
14374rm -f core conftest.err conftest.$ac_objext \
14375 conftest$ac_exeext conftest.$ac_ext
bec39cab
AC
14376LIBS=$ac_check_lib_save_LIBS
14377fi
81ecdfbb
RW
14378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14379$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14380if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
bec39cab
AC
14381 cat >>confdefs.h <<_ACEOF
14382#define HAVE_LIBDL 1
14383_ACEOF
c906108c
SS
14384
14385 LIBS="-ldl $LIBS"
14386
c906108c
SS
14387fi
14388
f6528abd 14389 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} $RDYNAMIC"
c906108c
SS
14390 # Sun randomly tweaked the prototypes in <proc_service.h>
14391 # at one point.
81ecdfbb
RW
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if <proc_service.h> is old" >&5
14393$as_echo_n "checking if <proc_service.h> is old... " >&6; }
14394 if test "${gdb_cv_proc_service_is_old+set}" = set; then :
14395 $as_echo_n "(cached) " >&6
c906108c 14396else
bec39cab 14397
81ecdfbb 14398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14399/* end confdefs.h. */
c906108c
SS
14400
14401 #include <proc_service.h>
14402 ps_err_e ps_pdwrite
14403 (struct ps_prochandle*, psaddr_t, const void*, size_t);
c906108c 14404
bec39cab
AC
14405int
14406main ()
14407{
14408
14409 ;
14410 return 0;
14411}
14412_ACEOF
81ecdfbb 14413if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
14414 gdb_cv_proc_service_is_old=no
14415else
81ecdfbb 14416 gdb_cv_proc_service_is_old=yes
c906108c 14417fi
81ecdfbb 14418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 14419
c906108c
SS
14420fi
14421
81ecdfbb
RW
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_proc_service_is_old" >&5
14423$as_echo "$gdb_cv_proc_service_is_old" >&6; }
c906108c 14424 if test $gdb_cv_proc_service_is_old = yes; then
60ca704f 14425
81ecdfbb 14426$as_echo "#define PROC_SERVICE_IS_OLD 1" >>confdefs.h
c906108c
SS
14427
14428 fi
14429 else
81ecdfbb
RW
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14431$as_echo "no" >&6; }
c906108c
SS
14432 fi
14433 ;;
d92419e5 14434 aix*)
81ecdfbb
RW
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AiX thread debugging library" >&5
14436$as_echo_n "checking for AiX thread debugging library... " >&6; }
14437 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then :
14438 $as_echo_n "(cached) " >&6
bec39cab 14439else
81ecdfbb 14440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14441/* end confdefs.h. */
d92419e5 14442#include <sys/pthdebug.h>
bec39cab
AC
14443int
14444main ()
14445{
d92419e5
JB
14446#ifndef PTHDB_VERSION_3
14447 #error
14448 #endif
bec39cab
AC
14449 ;
14450 return 0;
14451}
14452_ACEOF
81ecdfbb 14453if ac_fn_c_try_compile "$LINENO"; then :
d92419e5
JB
14454 gdb_cv_have_aix_thread_debug=yes
14455else
81ecdfbb 14456 gdb_cv_have_aix_thread_debug=no
d92419e5 14457fi
81ecdfbb 14458rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d92419e5
JB
14459fi
14460
81ecdfbb
RW
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_have_aix_thread_debug" >&5
14462$as_echo "$gdb_cv_have_aix_thread_debug" >&6; }
d92419e5
JB
14463 if test $gdb_cv_have_aix_thread_debug = yes; then
14464 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
3483b318 14465 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
d92419e5
JB
14466 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
14467 fi
14468 ;;
c906108c 14469 esac
bec39cab 14470
c906108c
SS
14471fi
14472
3f47be5c 14473if test "x$ac_cv_header_thread_db_h" = "xyes"; then
81ecdfbb
RW
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTALLOC" >&5
14475$as_echo_n "checking whether <thread_db.h> has TD_NOTALLOC... " >&6; }
14476if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then :
14477 $as_echo_n "(cached) " >&6
bec39cab 14478else
81ecdfbb 14479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14480/* end confdefs.h. */
3f47be5c 14481#include <thread_db.h>
bec39cab
AC
14482int
14483main ()
14484{
3f47be5c 14485int i = TD_NOTALLOC;
bec39cab
AC
14486 ;
14487 return 0;
14488}
14489_ACEOF
81ecdfbb 14490if ac_fn_c_try_compile "$LINENO"; then :
3f47be5c
EZ
14491 gdb_cv_thread_db_h_has_td_notalloc=yes
14492else
81ecdfbb 14493 gdb_cv_thread_db_h_has_td_notalloc=no
bec39cab 14494
3f47be5c 14495fi
81ecdfbb 14496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3f47be5c 14497
bec39cab 14498fi
81ecdfbb
RW
14499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
14500$as_echo "$gdb_cv_thread_db_h_has_td_notalloc" >&6; }
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_VERSION" >&5
14502$as_echo_n "checking whether <thread_db.h> has TD_VERSION... " >&6; }
14503if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then :
14504 $as_echo_n "(cached) " >&6
59f80f10 14505else
81ecdfbb 14506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
14507/* end confdefs.h. */
14508#include <thread_db.h>
14509int
14510main ()
14511{
14512int i = TD_VERSION;
14513 ;
14514 return 0;
14515}
14516_ACEOF
81ecdfbb 14517if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
14518 gdb_cv_thread_db_h_has_td_version=yes
14519else
81ecdfbb 14520 gdb_cv_thread_db_h_has_td_version=no
59f80f10
DJ
14521
14522fi
81ecdfbb 14523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
14524
14525fi
81ecdfbb
RW
14526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_version" >&5
14527$as_echo "$gdb_cv_thread_db_h_has_td_version" >&6; }
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <thread_db.h> has TD_NOTLS" >&5
14529$as_echo_n "checking whether <thread_db.h> has TD_NOTLS... " >&6; }
14530if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then :
14531 $as_echo_n "(cached) " >&6
59f80f10 14532else
81ecdfbb 14533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59f80f10
DJ
14534/* end confdefs.h. */
14535#include <thread_db.h>
14536int
14537main ()
14538{
14539int i = TD_NOTLS;
14540 ;
14541 return 0;
14542}
14543_ACEOF
81ecdfbb 14544if ac_fn_c_try_compile "$LINENO"; then :
59f80f10
DJ
14545 gdb_cv_thread_db_h_has_td_notls=yes
14546else
81ecdfbb 14547 gdb_cv_thread_db_h_has_td_notls=no
59f80f10
DJ
14548
14549fi
81ecdfbb 14550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59f80f10
DJ
14551
14552fi
81ecdfbb
RW
14553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_thread_db_h_has_td_notls" >&5
14554$as_echo "$gdb_cv_thread_db_h_has_td_notls" >&6; }
3f47be5c
EZ
14555fi
14556if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
bec39cab 14557
81ecdfbb 14558$as_echo "#define THREAD_DB_HAS_TD_NOTALLOC 1" >>confdefs.h
3f47be5c 14559
59f80f10
DJ
14560fi
14561if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
14562
81ecdfbb 14563$as_echo "#define THREAD_DB_HAS_TD_VERSION 1" >>confdefs.h
59f80f10
DJ
14564
14565fi
14566if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
14567
81ecdfbb 14568$as_echo "#define THREAD_DB_HAS_TD_NOTLS 1" >>confdefs.h
59f80f10 14569
3f47be5c
EZ
14570fi
14571
b757528f 14572if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
81ecdfbb
RW
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether <sys/syscall.h> has __NR_tkill" >&5
14574$as_echo_n "checking whether <sys/syscall.h> has __NR_tkill... " >&6; }
14575if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then :
14576 $as_echo_n "(cached) " >&6
bec39cab 14577else
81ecdfbb 14578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14579/* end confdefs.h. */
b757528f 14580#include <sys/syscall.h>
bec39cab
AC
14581int
14582main ()
14583{
b757528f 14584int i = __NR_tkill;
bec39cab
AC
14585 ;
14586 return 0;
14587}
14588_ACEOF
81ecdfbb 14589if ac_fn_c_try_compile "$LINENO"; then :
b757528f
JJ
14590 gdb_cv_sys_syscall_h_has_tkill=yes
14591else
81ecdfbb 14592 gdb_cv_sys_syscall_h_has_tkill=no
bec39cab 14593
b757528f 14594fi
81ecdfbb 14595rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b757528f 14596
bec39cab 14597fi
81ecdfbb
RW
14598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
14599$as_echo "$gdb_cv_sys_syscall_h_has_tkill" >&6; }
b757528f
JJ
14600fi
14601if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes" && test "x$ac_cv_func_syscall" = "xyes"; then
bec39cab 14602
81ecdfbb 14603$as_echo "#define HAVE_TKILL_SYSCALL 1" >>confdefs.h
b757528f
JJ
14604
14605fi
14606
81ecdfbb
RW
14607ac_fn_c_check_decl "$LINENO" "ADDR_NO_RANDOMIZE" "ac_cv_have_decl_ADDR_NO_RANDOMIZE" "#include <sys/personality.h>
14608"
14609if test "x$ac_cv_have_decl_ADDR_NO_RANDOMIZE" = x""yes; then :
14610 ac_have_decl=1
10568435 14611else
81ecdfbb 14612 ac_have_decl=0
10568435 14613fi
10568435
JK
14614
14615cat >>confdefs.h <<_ACEOF
81ecdfbb 14616#define HAVE_DECL_ADDR_NO_RANDOMIZE $ac_have_decl
10568435
JK
14617_ACEOF
14618
14619
81ecdfbb
RW
14620if test "$cross_compiling" = yes; then :
14621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
14622/* end confdefs.h. */
14623#include <sys/personality.h>
14624int
14625main ()
14626{
14627
14628# if !HAVE_DECL_ADDR_NO_RANDOMIZE
14629# define ADDR_NO_RANDOMIZE 0x0040000
14630# endif
14631 /* Test the flag could be set and stays set. */
14632 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
14633 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
14634 return 1
14635 ;
14636 return 0;
14637}
14638_ACEOF
81ecdfbb 14639if ac_fn_c_try_link "$LINENO"; then :
10568435
JK
14640 have_personality=true
14641else
81ecdfbb 14642 have_personality=false
10568435 14643fi
81ecdfbb
RW
14644rm -f core conftest.err conftest.$ac_objext \
14645 conftest$ac_exeext conftest.$ac_ext
10568435 14646else
81ecdfbb 14647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568435
JK
14648/* end confdefs.h. */
14649#include <sys/personality.h>
14650int
14651main ()
14652{
14653
14654# if !HAVE_DECL_ADDR_NO_RANDOMIZE
14655# define ADDR_NO_RANDOMIZE 0x0040000
14656# endif
14657 /* Test the flag could be set and stays set. */
14658 personality (personality (0xffffffff) | ADDR_NO_RANDOMIZE);
14659 if (!(personality (personality (0xffffffff)) & ADDR_NO_RANDOMIZE))
14660 return 1
14661 ;
14662 return 0;
14663}
14664_ACEOF
81ecdfbb 14665if ac_fn_c_try_run "$LINENO"; then :
10568435
JK
14666 have_personality=true
14667else
81ecdfbb 14668 have_personality=false
10568435 14669fi
81ecdfbb
RW
14670rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14671 conftest.$ac_objext conftest.beam conftest.$ac_ext
10568435 14672fi
81ecdfbb 14673
10568435
JK
14674if $have_personality
14675then
14676
81ecdfbb 14677$as_echo "#define HAVE_PERSONALITY 1" >>confdefs.h
10568435
JK
14678
14679fi
14680
fb40c209 14681
b14b1491 14682target_sysroot_reloc=0
bec39cab 14683
81ecdfbb
RW
14684# Check whether --with-sysroot was given.
14685if test "${with_sysroot+set}" = set; then :
14686 withval=$with_sysroot;
030292b7 14687 case ${with_sysroot} in
715d1656 14688 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
030292b7
DJ
14689 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
14690 esac
14691
14692 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
14693
07abfebf
RS
14694 if test "x$prefix" = xNONE; then
14695 test_prefix=/usr/local
14696 else
14697 test_prefix=$prefix
14698 fi
aa28a74e 14699 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
07abfebf 14700 test_exec_prefix=$test_prefix
030292b7 14701 else
07abfebf 14702 test_exec_prefix=$exec_prefix
030292b7
DJ
14703 fi
14704 case ${TARGET_SYSTEM_ROOT} in
715d1656 14705 "${test_prefix}"|"${test_prefix}/"*|\
07abfebf
RS
14706 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
14707 '${prefix}'|'${prefix}/'*|\
715d1656 14708 '${exec_prefix}'|'${exec_prefix}/'*)
b14b1491 14709 target_sysroot_reloc=1
030292b7
DJ
14710 ;;
14711 esac
14712
14713else
bec39cab 14714
030292b7
DJ
14715 TARGET_SYSTEM_ROOT=
14716 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
14717
81ecdfbb 14718fi
b14b1491 14719
81ecdfbb 14720TARGET_SYSTEM_ROOT_DEFINE="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE=$target_sysroot_reloc"
030292b7
DJ
14721
14722
14723
16e7150e 14724
16e7150e 14725
81ecdfbb
RW
14726# Check whether --with-system-gdbinit was given.
14727if test "${with_system_gdbinit+set}" = set; then :
14728 withval=$with_system_gdbinit;
b14b1491
TT
14729 SYSTEM_GDBINIT=$withval
14730else
14731 SYSTEM_GDBINIT=
81ecdfbb
RW
14732fi
14733
16e7150e
JG
14734
14735 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
14736 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
b14b1491 14737 ac_define_dir=`eval echo $SYSTEM_GDBINIT`
16e7150e
JG
14738 ac_define_dir=`eval echo $ac_define_dir`
14739
14740cat >>confdefs.h <<_ACEOF
14741#define SYSTEM_GDBINIT "$ac_define_dir"
14742_ACEOF
14743
14744
14745
0c4a4063 14746
b14b1491
TT
14747 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
14748 if test "x$prefix" = xNONE; then
14749 test_prefix=/usr/local
14750 else
14751 test_prefix=$prefix
14752 fi
14753 else
14754 test_prefix=$exec_prefix
14755 fi
14756 value=0
14757 case ${ac_define_dir} in
14758 "${test_prefix}"|"${test_prefix}/"*|\
14759 '${exec_prefix}'|'${exec_prefix}/'*)
14760 value=1
14761 ;;
14762 esac
16e7150e 14763
b14b1491
TT
14764cat >>confdefs.h <<_ACEOF
14765#define SYSTEM_GDBINIT_RELOCATABLE $value
16e7150e
JG
14766_ACEOF
14767
b14b1491 14768
16e7150e 14769
0c4a4063 14770
81ecdfbb
RW
14771# Check whether --enable-werror was given.
14772if test "${enable_werror+set}" = set; then :
14773 enableval=$enable_werror; case "${enableval}" in
094a342e
MK
14774 yes | y) ERROR_ON_WARNING="yes" ;;
14775 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 14776 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
094a342e 14777 esac
81ecdfbb
RW
14778fi
14779
094a342e
MK
14780
14781# Enable -Werror by default when using gcc
14782if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
14783 ERROR_ON_WARNING=yes
14784fi
14785
14786WERROR_CFLAGS=""
14787if test "${ERROR_ON_WARNING}" = yes ; then
14788 WERROR_CFLAGS="-Werror"
14789fi
14790
aa79a185
DJ
14791# The entries after -Wno-pointer-sign are disabled warnings which may
14792# be enabled in the future, which can not currently be used to build
14793# GDB.
14794# NOTE: If you change this list, remember to update
3b851bce 14795# gdb/doc/gdbint.texinfo.
aa79a185
DJ
14796build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
14797-Wformat-nonliteral -Wno-pointer-sign \
1cb5e2a4
JB
14798-Wno-unused -Wunused-value -Wunused-function \
14799-Wno-switch -Wno-char-subscripts"
a3b362c4 14800
3526781e
DJ
14801# Enable -Wno-format by default when using gcc on mingw since many
14802# GCC versions complain about %I64.
14803case "${host}" in
14804 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
14805esac
14806
81ecdfbb
RW
14807# Check whether --enable-build-warnings was given.
14808if test "${enable_build_warnings+set}" = set; then :
14809 enableval=$enable_build_warnings; case "${enableval}" in
c906108c
SS
14810 yes) ;;
14811 no) build_warnings="-w";;
14812 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14813 build_warnings="${build_warnings} ${t}";;
14814 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14815 build_warnings="${t} ${build_warnings}";;
14816 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
14817esac
d4f3574e 14818if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 14819 echo "Setting compiler warning flags = $build_warnings" 6>&1
c906108c 14820fi
81ecdfbb
RW
14821fi
14822# Check whether --enable-gdb-build-warnings was given.
14823if test "${enable_gdb_build_warnings+set}" = set; then :
14824 enableval=$enable_gdb_build_warnings; case "${enableval}" in
3b851bce
AC
14825 yes) ;;
14826 no) build_warnings="-w";;
14827 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14828 build_warnings="${build_warnings} ${t}";;
14829 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
14830 build_warnings="${t} ${build_warnings}";;
14831 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
14832esac
14833if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
14834 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
14835fi
81ecdfbb
RW
14836fi
14837WARN_CFLAGS=""
c906108c
SS
14838if test "x${build_warnings}" != x -a "x$GCC" = xyes
14839then
81ecdfbb
RW
14840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
14841$as_echo_n "checking compiler warning flags... " >&6; }
746a987d
AC
14842 # Separate out the -Werror flag as some files just cannot be
14843 # compiled with it enabled.
14844 for w in ${build_warnings}; do
14845 case $w in
14846 -Werr*) WERROR_CFLAGS=-Werror ;;
14847 *) # Check that GCC accepts it
4536bbc6
AC
14848 saved_CFLAGS="$CFLAGS"
14849 CFLAGS="$CFLAGS $w"
81ecdfbb 14850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14851/* end confdefs.h. */
4536bbc6 14852
bec39cab
AC
14853int
14854main ()
14855{
4536bbc6 14856
bec39cab
AC
14857 ;
14858 return 0;
14859}
14860_ACEOF
81ecdfbb 14861if ac_fn_c_try_compile "$LINENO"; then :
4536bbc6 14862 WARN_CFLAGS="${WARN_CFLAGS} $w"
4536bbc6 14863fi
81ecdfbb 14864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536bbc6 14865 CFLAGS="$saved_CFLAGS"
746a987d
AC
14866 esac
14867 done
81ecdfbb
RW
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
14869$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
14870fi
14871
14872
104c1213 14873
7a292a7a 14874# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
14875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
14876$as_echo_n "checking for cygwin... " >&6; }
14877if test "${gdb_cv_os_cygwin+set}" = set; then :
14878 $as_echo_n "(cached) " >&6
bec39cab 14879else
81ecdfbb 14880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 14881/* end confdefs.h. */
7a292a7a
SS
14882
14883#if defined (__CYGWIN__) || defined (__CYGWIN32__)
14884lose
14885#endif
bec39cab 14886_ACEOF
7a292a7a 14887if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 14888 $EGREP "lose" >/dev/null 2>&1; then :
7a292a7a
SS
14889 gdb_cv_os_cygwin=yes
14890else
7a292a7a
SS
14891 gdb_cv_os_cygwin=no
14892fi
14893rm -f conftest*
14894
14895fi
81ecdfbb
RW
14896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_os_cygwin" >&5
14897$as_echo "$gdb_cv_os_cygwin" >&6; }
7a292a7a 14898
aff38e61 14899
3eb25fda 14900SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
aff38e61 14901case ${host} in
95cbc983
AC
14902 *go32* ) SER_HARDWIRE=ser-go32.o ;;
14903 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
0ea3f30e 14904 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
aff38e61
AC
14905esac
14906
14907
cd0fc7c3
SS
14908# libreadline needs libuser32.a in a cygwin environment
14909WIN32LIBS=
14910if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
14911 WIN32LIBS="-luser32"
14912 case "${target}" in
14913 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
14914 ;;
14915 esac
cd0fc7c3 14916fi
c906108c 14917
b4505029
MM
14918# The ser-tcp.c module requires sockets.
14919case ${host} in
14920 *mingw32*)
14921
81ecdfbb 14922$as_echo "#define USE_WIN32API 1" >>confdefs.h
b4505029
MM
14923
14924 WIN32LIBS="$WIN32LIBS -lws2_32"
14925 ;;
14926esac
14927
7a292a7a 14928
31d99776
DJ
14929# Add ELF support to GDB, but only if BFD includes ELF support.
14930OLD_CFLAGS=$CFLAGS
14931OLD_LDFLAGS=$LDFLAGS
14932OLD_LIBS=$LIBS
cab58a69 14933CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd"
31d99776 14934LDFLAGS="$LDFLAGS -L../bfd -L../libiberty"
7b3200f9 14935intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
0f72fb1c 14936LIBS="-lbfd -liberty $intl $LIBS"
81ecdfbb
RW
14937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF support in BFD" >&5
14938$as_echo_n "checking for ELF support in BFD... " >&6; }
14939if test "${gdb_cv_var_elf+set}" = set; then :
14940 $as_echo_n "(cached) " >&6
31d99776 14941else
81ecdfbb 14942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31d99776
DJ
14943/* end confdefs.h. */
14944#include <stdlib.h>
14945#include "bfd.h"
14946#include "elf-bfd.h"
14947
14948int
14949main ()
14950{
14951bfd *abfd = NULL; bfd_get_elf_phdr_upper_bound (abfd);
14952 ;
14953 return 0;
14954}
14955_ACEOF
81ecdfbb 14956if ac_fn_c_try_link "$LINENO"; then :
31d99776
DJ
14957 gdb_cv_var_elf=yes
14958else
81ecdfbb 14959 gdb_cv_var_elf=no
31d99776 14960fi
81ecdfbb
RW
14961rm -f core conftest.err conftest.$ac_objext \
14962 conftest$ac_exeext conftest.$ac_ext
31d99776 14963fi
81ecdfbb
RW
14964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_var_elf" >&5
14965$as_echo "$gdb_cv_var_elf" >&6; }
31d99776
DJ
14966if test $gdb_cv_var_elf = yes; then
14967 CONFIG_OBS="$CONFIG_OBS elfread.o"
14968
81ecdfbb 14969$as_echo "#define HAVE_ELF 1" >>confdefs.h
31d99776
DJ
14970
14971fi
14972CFLAGS=$OLD_CFLAGS
14973LDFLAGS=$OLD_LDFLAGS
14974LIBS=$OLD_LIBS
14975
121ce6e5
DJ
14976# Add any host-specific objects to GDB.
14977CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
14978
3fc11d3e
JM
14979LIBGUI="../libgui/src/libgui.a"
14980GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
14981
14982
7a292a7a 14983
3fc11d3e
JM
14984WIN32LDAPP=
14985
14986
14987
d91670b9 14988case "${host}" in
686a5eed 14989*-*-cygwin* | *-*-mingw* )
d91670b9
CV
14990 configdir="win"
14991 ;;
14992*)
14993 configdir="unix"
14994 ;;
14995esac
3fc11d3e
JM
14996
14997GDBTKLIBS=
14998if test "${enable_gdbtk}" = "yes"; then
14999
d1c3b63a
KS
15000 # Gdbtk must have an absolute path to srcdir in order to run
15001 # properly when not installed.
15002 here=`pwd`
15003 cd ${srcdir}
15004 GDBTK_SRC_DIR=`pwd`
15005 cd $here
15006
bec39cab 15007
5062cc19
KS
15008 #
15009 # Ok, lets find the tcl configuration
15010 # First, look for one uninstalled.
15011 # the alternative search directory is invoked by --with-tcl
15012 #
3fc11d3e 15013
5062cc19
KS
15014 if test x"${no_tcl}" = x ; then
15015 # we reset no_tcl in case something fails here
15016 no_tcl=true
bec39cab 15017
81ecdfbb
RW
15018# Check whether --with-tcl was given.
15019if test "${with_tcl+set}" = set; then :
15020 withval=$with_tcl; with_tclconfig=${withval}
15021fi
15022
15023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
15024$as_echo_n "checking for Tcl configuration... " >&6; }
15025 if test "${ac_cv_c_tclconfig+set}" = set; then :
15026 $as_echo_n "(cached) " >&6
3fc11d3e 15027else
bec39cab 15028
3fc11d3e 15029
5062cc19
KS
15030 # First check to see if --with-tcl was specified.
15031 case "${host}" in
15032 *-*-cygwin*) platDir="win" ;;
15033 *) platDir="unix" ;;
15034 esac
15035 if test x"${with_tclconfig}" != x ; then
15036 if test -f "${with_tclconfig}/tclConfig.sh" ; then
15037 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
15038 else
81ecdfbb 15039 as_fn_error "${with_tclconfig} directory doesn't contain tclConfig.sh" "$LINENO" 5
5062cc19
KS
15040 fi
15041 fi
15042
15043 # then check for a private Tcl installation
15044 if test x"${ac_cv_c_tclconfig}" = x ; then
15045 for i in \
15046 ../tcl \
15047 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15048 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
15049 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
15050 ../../tcl \
15051 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15052 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
15053 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
15054 ../../../tcl \
15055 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15056 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
15057 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
15058 if test -f "$i/$platDir/tclConfig.sh" ; then
15059 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
15060 break
15061 fi
15062 done
15063 fi
15064
15065 # on Darwin, check in Framework installation locations
15066 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ; then
15067 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
15068 `ls -d /Library/Frameworks 2>/dev/null` \
15069 `ls -d /Network/Library/Frameworks 2>/dev/null` \
15070 `ls -d /System/Library/Frameworks 2>/dev/null` \
15071 ; do
15072 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
15073 ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
15074 break
15075 fi
15076 done
15077 fi
15078
15079 # check in a few common install locations
15080 if test x"${ac_cv_c_tclconfig}" = x ; then
15081 for i in `ls -d ${libdir} 2>/dev/null` \
15082 `ls -d ${exec_prefix}/lib 2>/dev/null` \
15083 `ls -d ${prefix}/lib 2>/dev/null` \
15084 `ls -d /usr/local/lib 2>/dev/null` \
15085 `ls -d /usr/contrib/lib 2>/dev/null` \
15086 `ls -d /usr/lib 2>/dev/null` \
15087 ; do
15088 if test -f "$i/tclConfig.sh" ; then
15089 ac_cv_c_tclconfig=`(cd $i; pwd)`
15090 break
15091 fi
15092 done
15093 fi
3fc11d3e 15094
5062cc19
KS
15095 # check in a few other private locations
15096 if test x"${ac_cv_c_tclconfig}" = x ; then
15097 for i in \
15098 ${srcdir}/../tcl \
15099 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
15100 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
15101 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
15102 if test -f "$i/$platDir/tclConfig.sh" ; then
15103 ac_cv_c_tclconfig=`(cd $i/$platDir; pwd)`
15104 break
15105 fi
15106 done
15107 fi
bec39cab 15108
3fc11d3e
JM
15109fi
15110
5062cc19
KS
15111
15112 if test x"${ac_cv_c_tclconfig}" = x ; then
15113 TCL_BIN_DIR="# no Tcl configs found"
81ecdfbb
RW
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tcl configuration definitions" >&5
15115$as_echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
5062cc19
KS
15116 else
15117 no_tcl=
15118 TCL_BIN_DIR=${ac_cv_c_tclconfig}
81ecdfbb
RW
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
15120$as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
5062cc19
KS
15121 fi
15122 fi
3fc11d3e 15123
bec39cab 15124
85541719
DE
15125 # If $no_tk is nonempty, then we can't do Tk, and there is no
15126 # point to doing Tcl.
bec39cab 15127
5062cc19
KS
15128 #
15129 # Ok, lets find the tk configuration
15130 # First, look for one uninstalled.
15131 # the alternative search directory is invoked by --with-tk
15132 #
3fc11d3e 15133
5062cc19
KS
15134 if test x"${no_tk}" = x ; then
15135 # we reset no_tk in case something fails here
15136 no_tk=true
bec39cab 15137
81ecdfbb
RW
15138# Check whether --with-tk was given.
15139if test "${with_tk+set}" = set; then :
15140 withval=$with_tk; with_tkconfig=${withval}
15141fi
15142
15143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk configuration" >&5
15144$as_echo_n "checking for Tk configuration... " >&6; }
15145 if test "${ac_cv_c_tkconfig+set}" = set; then :
15146 $as_echo_n "(cached) " >&6
bec39cab 15147else
3fc11d3e
JM
15148
15149
5062cc19
KS
15150 # First check to see if --with-tkconfig was specified.
15151 if test x"${with_tkconfig}" != x ; then
15152 if test -f "${with_tkconfig}/tkConfig.sh" ; then
15153 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
15154 else
81ecdfbb 15155 as_fn_error "${with_tkconfig} directory doesn't contain tkConfig.sh" "$LINENO" 5
5062cc19
KS
15156 fi
15157 fi
3fc11d3e 15158
5062cc19
KS
15159 # then check for a private Tk library
15160 case "${host}" in
15161 *-*-cygwin*) platDir="win" ;;
15162 *) platDir="unix" ;;
15163 esac
15164 if test x"${ac_cv_c_tkconfig}" = x ; then
15165 for i in \
15166 ../tk \
15167 `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15168 `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
15169 `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
15170 ../../tk \
15171 `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15172 `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
15173 `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
15174 ../../../tk \
15175 `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15176 `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
15177 `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
15178 if test -f "$i/$platDir/tkConfig.sh" ; then
15179 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
15180 break
15181 fi
15182 done
15183 fi
15184
15185 # on Darwin, check in Framework installation locations
15186 if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tkconfig}" = x ; then
15187 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
15188 `ls -d /Library/Frameworks 2>/dev/null` \
15189 `ls -d /Network/Library/Frameworks 2>/dev/null` \
15190 `ls -d /System/Library/Frameworks 2>/dev/null` \
15191 ; do
15192 if test -f "$i/Tk.framework/tkConfig.sh" ; then
15193 ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
15194 break
15195 fi
15196 done
15197 fi
15198
15199 # check in a few common install locations
15200 if test x"${ac_cv_c_tkconfig}" = x ; then
15201 for i in `ls -d ${libdir} 2>/dev/null` \
15202 `ls -d ${exec_prefix}/lib 2>/dev/null` \
15203 `ls -d ${prefix}/lib 2>/dev/null` \
15204 `ls -d /usr/local/lib 2>/dev/null` \
15205 `ls -d /usr/contrib/lib 2>/dev/null` \
15206 `ls -d /usr/lib 2>/dev/null` \
15207 ; do
15208 if test -f "$i/tkConfig.sh" ; then
15209 ac_cv_c_tkconfig=`(cd $i; pwd)`
15210 break
15211 fi
15212 done
15213 fi
15214 # check in a few other private locations
15215 if test x"${ac_cv_c_tkconfig}" = x ; then
15216 for i in \
15217 ${srcdir}/../tk \
15218 `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
15219 `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
15220 `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
15221 if test -f "$i/$platDir/tkConfig.sh" ; then
15222 ac_cv_c_tkconfig=`(cd $i/$platDir; pwd)`
15223 break
15224 fi
15225 done
15226 fi
3fc11d3e 15227
3fc11d3e
JM
15228fi
15229
15230
5062cc19
KS
15231 if test x"${ac_cv_c_tkconfig}" = x ; then
15232 TK_BIN_DIR="# no Tk configs found"
81ecdfbb
RW
15233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Can't find Tk configuration definitions" >&5
15234$as_echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
5062cc19
KS
15235 else
15236 no_tk=
15237 TK_BIN_DIR=${ac_cv_c_tkconfig}
81ecdfbb
RW
15238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
15239$as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
5062cc19 15240 fi
3fc11d3e 15241 fi
dd2504ab 15242
dd2504ab 15243
85541719
DE
15244 if test -z "${no_tcl}" -a -z "${no_tk}"; then
15245
81ecdfbb
RW
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
15247$as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
85541719
DE
15248
15249 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
81ecdfbb
RW
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
15251$as_echo "loading" >&6; }
85541719
DE
15252 . ${TCL_BIN_DIR}/tclConfig.sh
15253 else
81ecdfbb
RW
15254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
15255$as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
85541719
DE
15256 fi
15257
15258 # eval is required to do the TCL_DBGX substitution
15259 eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
15260 eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
15261
15262 # If the TCL_BIN_DIR is the build directory (not the install directory),
15263 # then set the common variable name to the value of the build variables.
15264 # For example, the variable TCL_LIB_SPEC will be set to the value
15265 # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
15266 # instead of TCL_BUILD_LIB_SPEC since it will work with both an
15267 # installed and uninstalled version of Tcl.
15268 if test -f "${TCL_BIN_DIR}/Makefile" ; then
15269 TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
15270 TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
15271 TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
15272 elif test "`uname -s`" = "Darwin"; then
15273 # If Tcl was built as a framework, attempt to use the libraries
15274 # from the framework at the given location so that linking works
15275 # against Tcl.framework installed in an arbitary location.
15276 case ${TCL_DEFS} in
15277 *TCL_FRAMEWORK*)
15278 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
15279 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
15280 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
15281 if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
15282 TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
15283 break
15284 fi
15285 done
15286 fi
15287 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
15288 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
15289 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
15290 fi
15291 ;;
15292 esac
15293 fi
15294
15295 # eval is required to do the TCL_DBGX substitution
15296 eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
15297 eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
15298 eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
15299 eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
15300
15301
15302
15303
15304
15305
15306
15307
15308
15309
15310
15311
15312
15313
15314
15315 # Check for in-tree tcl
15316 here=`pwd`
15317 cd ${srcdir}/..
15318 topdir=`pwd`
15319 cd ${here}
15320
15321 intree="no"
15322 if test "${TCL_SRC_DIR}" = "${topdir}/tcl"; then
15323 intree="yes"
15324 fi
15325
15326 # Find Tcl private headers
15327 if test x"${intree}" = xno; then
15328
81ecdfbb
RW
15329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
15330$as_echo_n "checking for Tcl private headers... " >&6; }
85541719
DE
15331 private_dir=""
15332 dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
15333 if test -f ${dir}/tclInt.h ; then
15334 private_dir=${dir}
15335 fi
15336
15337 if test x"${private_dir}" = x; then
81ecdfbb 15338 as_fn_error "could not find private Tcl headers" "$LINENO" 5
85541719
DE
15339 else
15340 TCL_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
15342$as_echo "${private_dir}" >&6; }
85541719
DE
15343 fi
15344
15345 TCL_INCLUDE="${TCL_INCLUDE_SPEC} ${TCL_PRIVATE_INCLUDE}"
15346 TCL_LIBRARY="${TCL_LIB_SPEC}"
15347 TCL_DEPS=""
15348 else
15349 # If building tcl in the same src tree, private headers
15350 # are not needed, but we need to be sure to use the right
15351 # headers library
15352 TCL_INCLUDE="-I${TCL_SRC_DIR}/generic"
15353 TCL_LIBRARY="${TCL_BUILD_LIB_SPEC}"
15354 TCL_DEPS="../tcl/${configdir}${TCL_LIB_FILE}"
15355 fi
15356
15357
15358
15359
15360
81ecdfbb
RW
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
15362$as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
dd2504ab 15363
5062cc19 15364 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
81ecdfbb
RW
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: loading" >&5
15366$as_echo "loading" >&6; }
5062cc19 15367 . ${TK_BIN_DIR}/tkConfig.sh
3fc11d3e 15368 else
81ecdfbb
RW
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
15370$as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
3fc11d3e 15371 fi
bec39cab 15372
5062cc19
KS
15373 # eval is required to do the TK_DBGX substitution
15374 eval "TK_LIB_FILE=\"${TK_LIB_FILE}\""
15375 eval "TK_STUB_LIB_FILE=\"${TK_STUB_LIB_FILE}\""
15376
15377 # If the TK_BIN_DIR is the build directory (not the install directory),
15378 # then set the common variable name to the value of the build variables.
15379 # For example, the variable TK_LIB_SPEC will be set to the value
15380 # of TK_BUILD_LIB_SPEC. An extension should make use of TK_LIB_SPEC
15381 # instead of TK_BUILD_LIB_SPEC since it will work with both an
15382 # installed and uninstalled version of Tcl.
85541719 15383 if test -f "${TK_BIN_DIR}/Makefile" ; then
5062cc19
KS
15384 TK_LIB_SPEC=${TK_BUILD_LIB_SPEC}
15385 TK_STUB_LIB_SPEC=${TK_BUILD_STUB_LIB_SPEC}
15386 TK_STUB_LIB_PATH=${TK_BUILD_STUB_LIB_PATH}
15387 elif test "`uname -s`" = "Darwin"; then
15388 # If Tk was built as a framework, attempt to use the libraries
15389 # from the framework at the given location so that linking works
15390 # against Tk.framework installed in an arbitary location.
15391 case ${TK_DEFS} in
15392 *TK_FRAMEWORK*)
85541719 15393 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
5062cc19
KS
15394 for i in "`cd ${TK_BIN_DIR}; pwd`" \
15395 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
15396 if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
15397 TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
15398 break
15399 fi
15400 done
15401 fi
85541719 15402 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
5062cc19
KS
15403 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
15404 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
15405 fi
15406 ;;
15407 esac
3fc11d3e
JM
15408 fi
15409
5062cc19
KS
15410 # eval is required to do the TK_DBGX substitution
15411 eval "TK_LIB_FLAG=\"${TK_LIB_FLAG}\""
15412 eval "TK_LIB_SPEC=\"${TK_LIB_SPEC}\""
15413 eval "TK_STUB_LIB_FLAG=\"${TK_STUB_LIB_FLAG}\""
15414 eval "TK_STUB_LIB_SPEC=\"${TK_STUB_LIB_SPEC}\""
3fc11d3e 15415
3fc11d3e
JM
15416
15417
bec39cab
AC
15418
15419
15420
15421
15422
15423
15424
3fc11d3e 15425
3fc11d3e 15426
bec39cab 15427
bec39cab 15428
85541719
DE
15429 # Check for in-tree Tk
15430 intree="no"
15431 if test "${TK_SRC_DIR}" = "${topdir}/tk"; then
15432 intree="yes"
15433 fi
3fc11d3e 15434
85541719
DE
15435 # Find Tk private headers
15436 if test x"${intree}" = xno; then
3fc11d3e 15437
81ecdfbb
RW
15438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
15439$as_echo_n "checking for Tk private headers... " >&6; }
5062cc19
KS
15440 private_dir=""
15441 dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
15442 if test -f ${dir}/tkInt.h; then
15443 private_dir=${dir}
3fc11d3e 15444 fi
bec39cab 15445
5062cc19 15446 if test x"${private_dir}" = x; then
81ecdfbb 15447 as_fn_error "could not find Tk private headers" "$LINENO" 5
3fc11d3e 15448 else
5062cc19 15449 TK_PRIVATE_INCLUDE="-I${private_dir}"
81ecdfbb
RW
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${private_dir}" >&5
15451$as_echo "${private_dir}" >&6; }
3fc11d3e 15452 fi
3fc11d3e 15453
85541719
DE
15454 TK_INCLUDE="${TK_INCLUDE_SPEC} ${TK_PRIVATE_INCLUDE}"
15455 TK_LIBRARY=${TK_LIB_SPEC}
15456 TK_DEPS=""
15457 else
15458 TK_INCLUDE="-I${TK_SRC_DIR}/generic"
15459 TK_LIBRARY="${TK_BUILD_LIB_SPEC}"
15460 TK_DEPS="../tk/${configdir}/${TK_LIB_FILE}"
15461 fi
3fc11d3e
JM
15462
15463
3fc11d3e
JM
15464
15465
3fc11d3e 15466
85541719 15467 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e 15468
85541719
DE
15469 # Include some libraries that Tcl and Tk want.
15470 TCL_LIBS='$(LIBGUI) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
15471 # Yes, the ordering seems wrong here. But it isn't.
15472 # TK_LIBS is the list of libraries that need to be linked
15473 # after Tcl/Tk. Note that this isn't put into LIBS. If it
15474 # were in LIBS then any link tests after this point would
15475 # try to include things like `$(LIBGUI)', which wouldn't work.
15476 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5 15477
85541719
DE
15478 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
15479 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
15480 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
15481 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
15482 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
15483 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
15484 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
3fc11d3e 15485
85541719
DE
15486 if test x$gdb_cv_os_cygwin = xyes; then
15487 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
15488 WIN32LDAPP="-Wl,--subsystem,console"
15489 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
3fc11d3e 15490 fi
ffc6a242 15491
81ecdfbb 15492 subdirs="$subdirs gdbtk"
3ace7edb 15493
85541719 15494 fi
3fc11d3e
JM
15495fi
15496
15497
15498
15499
15500
15501
15502
15503
81ecdfbb
RW
15504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
15505$as_echo_n "checking for X... " >&6; }
bec39cab 15506
c906108c 15507
81ecdfbb
RW
15508# Check whether --with-x was given.
15509if test "${with_x+set}" = set; then :
15510 withval=$with_x;
15511fi
c906108c
SS
15512
15513# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
15514if test "x$with_x" = xno; then
15515 # The user explicitly disabled X.
15516 have_x=disabled
15517else
81ecdfbb
RW
15518 case $x_includes,$x_libraries in #(
15519 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
15520 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
15521 $as_echo_n "(cached) " >&6
c906108c
SS
15522else
15523 # One or both of the vars are not set, and there is no cached value.
bec39cab 15524ac_x_includes=no ac_x_libraries=no
81ecdfbb 15525rm -f -r conftest.dir
bec39cab
AC
15526if mkdir conftest.dir; then
15527 cd conftest.dir
bec39cab 15528 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
15529incroot:
15530 @echo incroot='${INCROOT}'
15531usrlibdir:
15532 @echo usrlibdir='${USRLIBDIR}'
15533libdir:
15534 @echo libdir='${LIBDIR}'
15535_ACEOF
15536 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 15537 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
15538 for ac_var in incroot usrlibdir libdir; do
15539 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
15540 done
c906108c 15541 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
15542 for ac_extension in a so sl dylib la dll; do
15543 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
15544 test -f "$ac_im_libdir/libX11.$ac_extension"; then
bec39cab 15545 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
15546 fi
15547 done
15548 # Screen out bogus values from the imake configuration. They are
15549 # bogus both because they are the default anyway, and because
15550 # using them would break gcc on systems where it needs fixed includes.
bec39cab 15551 case $ac_im_incroot in
81ecdfbb 15552 /usr/include) ac_x_includes= ;;
bec39cab 15553 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 15554 esac
bec39cab 15555 case $ac_im_usrlibdir in
81ecdfbb 15556 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
bec39cab 15557 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
15558 esac
15559 fi
15560 cd ..
81ecdfbb 15561 rm -f -r conftest.dir
c906108c
SS
15562fi
15563
bec39cab
AC
15564# Standard set of common directories for X headers.
15565# Check X11 before X11Rn because it is often a symlink to the current release.
15566ac_x_header_dirs='
15567/usr/X11/include
81ecdfbb 15568/usr/X11R7/include
bec39cab
AC
15569/usr/X11R6/include
15570/usr/X11R5/include
15571/usr/X11R4/include
15572
15573/usr/include/X11
81ecdfbb 15574/usr/include/X11R7
bec39cab
AC
15575/usr/include/X11R6
15576/usr/include/X11R5
15577/usr/include/X11R4
15578
15579/usr/local/X11/include
81ecdfbb 15580/usr/local/X11R7/include
bec39cab
AC
15581/usr/local/X11R6/include
15582/usr/local/X11R5/include
15583/usr/local/X11R4/include
15584
15585/usr/local/include/X11
81ecdfbb 15586/usr/local/include/X11R7
bec39cab
AC
15587/usr/local/include/X11R6
15588/usr/local/include/X11R5
15589/usr/local/include/X11R4
15590
15591/usr/X386/include
15592/usr/x386/include
15593/usr/XFree86/include/X11
15594
15595/usr/include
15596/usr/local/include
15597/usr/unsupported/include
15598/usr/athena/include
15599/usr/local/x11r5/include
15600/usr/lpp/Xamples/include
15601
15602/usr/openwin/include
15603/usr/openwin/share/include'
15604
15605if test "$ac_x_includes" = no; then
81ecdfbb 15606 # Guess where to find include files, by looking for Xlib.h.
c906108c 15607 # First, try using that file with no special directory specified.
81ecdfbb 15608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15609/* end confdefs.h. */
81ecdfbb 15610#include <X11/Xlib.h>
bec39cab 15611_ACEOF
81ecdfbb 15612if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
15613 # We can compile using X headers with no special include directory.
15614ac_x_includes=
15615else
bec39cab 15616 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 15617 if test -r "$ac_dir/X11/Xlib.h"; then
bec39cab
AC
15618 ac_x_includes=$ac_dir
15619 break
15620 fi
15621done
c906108c 15622fi
bec39cab
AC
15623rm -f conftest.err conftest.$ac_ext
15624fi # $ac_x_includes = no
c906108c 15625
bec39cab 15626if test "$ac_x_libraries" = no; then
c906108c 15627 # Check for the libraries.
c906108c
SS
15628 # See if we find them without any special options.
15629 # Don't add to $LIBS permanently.
bec39cab 15630 ac_save_LIBS=$LIBS
81ecdfbb
RW
15631 LIBS="-lX11 $LIBS"
15632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab 15633/* end confdefs.h. */
81ecdfbb 15634#include <X11/Xlib.h>
bec39cab
AC
15635int
15636main ()
15637{
81ecdfbb 15638XrmInitialize ()
bec39cab
AC
15639 ;
15640 return 0;
15641}
15642_ACEOF
81ecdfbb 15643if ac_fn_c_try_link "$LINENO"; then :
bec39cab 15644 LIBS=$ac_save_LIBS
c906108c
SS
15645# We can link X programs with no special library path.
15646ac_x_libraries=
15647else
81ecdfbb
RW
15648 LIBS=$ac_save_LIBS
15649for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
c906108c 15650do
bec39cab 15651 # Don't even attempt the hair of trying to link an X program!
81ecdfbb
RW
15652 for ac_extension in a so sl dylib la dll; do
15653 if test -r "$ac_dir/libX11.$ac_extension"; then
c906108c
SS
15654 ac_x_libraries=$ac_dir
15655 break 2
15656 fi
15657 done
15658done
15659fi
81ecdfbb
RW
15660rm -f core conftest.err conftest.$ac_objext \
15661 conftest$ac_exeext conftest.$ac_ext
bec39cab 15662fi # $ac_x_libraries = no
c906108c 15663
81ecdfbb
RW
15664case $ac_x_includes,$ac_x_libraries in #(
15665 no,* | *,no | *\'*)
15666 # Didn't find X, or a directory has "'" in its name.
15667 ac_cv_have_x="have_x=no";; #(
15668 *)
15669 # Record where we found X for the cache.
15670 ac_cv_have_x="have_x=yes\
15671 ac_x_includes='$ac_x_includes'\
15672 ac_x_libraries='$ac_x_libraries'"
15673esac
c906108c 15674fi
81ecdfbb
RW
15675;; #(
15676 *) have_x=yes;;
15677 esac
c906108c
SS
15678 eval "$ac_cv_have_x"
15679fi # $with_x != no
15680
15681if test "$have_x" != yes; then
81ecdfbb
RW
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
15683$as_echo "$have_x" >&6; }
c906108c
SS
15684 no_x=yes
15685else
15686 # If each of the values was on the command line, it overrides each guess.
15687 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
15688 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
15689 # Update the cache value to reflect the command line values.
81ecdfbb
RW
15690 ac_cv_have_x="have_x=yes\
15691 ac_x_includes='$x_includes'\
15692 ac_x_libraries='$x_libraries'"
15693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
15694$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
c906108c
SS
15695fi
15696
15697
bec39cab 15698# Unlike the sim directory, whether a simulator is linked is controlled by
9b624dbe 15699# presence of a gdb_sim definition in the target configure.tgt entry.
7a292a7a
SS
15700# This code just checks for a few cases where we'd like to ignore those
15701# definitions, even when they're present in the '.mt' file. These cases
15702# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 15703# not part of the source tree.
7a292a7a 15704#
81ecdfbb
RW
15705# Check whether --enable-sim was given.
15706if test "${enable_sim+set}" = set; then :
15707 enableval=$enable_sim; echo "enable_sim = $enable_sim";
7a292a7a
SS
15708 echo "enableval = ${enableval}";
15709 case "${enableval}" in
15710 yes) ignore_sim=false ;;
15711 no) ignore_sim=true ;;
15712 *) ignore_sim=false ;;
15713 esac
15714else
15715 ignore_sim=false
81ecdfbb
RW
15716fi
15717
7a292a7a
SS
15718
15719if test ! -d "${srcdir}/../sim"; then
15720 ignore_sim=true
15721fi
15722
9b624dbe
UW
15723SIM=
15724SIM_OBS=
15725if test "${ignore_sim}" = "false"; then
15726 if test x"${gdb_sim}" != x ; then
15727 SIM="${gdb_sim}"
15728 SIM_OBS="remote-sim.o"
60ca704f 15729
81ecdfbb 15730$as_echo "#define WITH_SIM 1" >>confdefs.h
7a292a7a 15731
9b624dbe 15732 fi
7a292a7a
SS
15733fi
15734
15735
15736
c906108c
SS
15737
15738
15739
15740
15741
15742
dfcd3bfb 15743
e56ac5c3
AC
15744
15745
b3a90332
AC
15746
15747
c35f4ffc 15748# List of host floatformats.
bec39cab
AC
15749
15750cat >>confdefs.h <<_ACEOF
c35f4ffc 15751#define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
bec39cab 15752_ACEOF
c35f4ffc 15753
bec39cab
AC
15754
15755cat >>confdefs.h <<_ACEOF
c35f4ffc 15756#define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
bec39cab
AC
15757_ACEOF
15758
c35f4ffc 15759
bec39cab 15760cat >>confdefs.h <<_ACEOF
c35f4ffc 15761#define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
bec39cab 15762_ACEOF
c35f4ffc
AC
15763
15764
c906108c
SS
15765# target_subdir is used by the testsuite to find the target libraries.
15766target_subdir=
15767if test "${host}" != "${target}"; then
15768 target_subdir="${target_alias}/"
15769fi
15770
15771
15772frags=
771b4502 15773if test "${gdb_native}" = "yes"; then
0dad8a66
MK
15774 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
15775 if test ! -f ${host_makefile_frag}; then
81ecdfbb 15776 as_fn_error "\"*** Gdb does not support native target ${host}\"" "$LINENO" 5
0dad8a66
MK
15777 fi
15778 frags="$frags $host_makefile_frag"
15779else
15780 host_makefile_frag=/dev/null
c906108c 15781fi
c906108c 15782
c906108c
SS
15783
15784
15785
771b4502 15786if test "${gdb_native}" = "yes"; then
a85f51e7
DJ
15787# We pick this up from the host configuration file (.mh) because we
15788# do not have a native configuration Makefile fragment.
c906108c
SS
15789nativefile=`sed -n '
15790s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
15791' ${host_makefile_frag}`
c906108c
SS
15792fi
15793
15794
b00a8037 15795if test x"${gdb_osabi}" != x ; then
bec39cab
AC
15796
15797cat >>confdefs.h <<_ACEOF
b00a8037 15798#define GDB_OSABI_DEFAULT $gdb_osabi
bec39cab 15799_ACEOF
b00a8037
DJ
15800
15801fi
15802
8dcde887 15803# Enable multi-ice-gdb-server.
81ecdfbb
RW
15804# Check whether --enable-multi-ice was given.
15805if test "${enable_multi_ice+set}" = set; then :
15806 enableval=$enable_multi_ice; case $enableval in
8dcde887
MK
15807 yes | no)
15808 ;;
81ecdfbb 15809 *) as_fn_error "bad value $enableval for --enable-multi-ice" "$LINENO" 5 ;;
8dcde887 15810 esac
81ecdfbb 15811fi
b4e70030 15812
81ecdfbb
RW
15813if test "x$enable_multi_ice" = xyes; then
15814 subdirs="$subdirs multi-ice"
3ace7edb 15815
a85f51e7
DJ
15816fi
15817
a13e2c95
UW
15818# We only build gdbserver automatically in a native configuration.
15819if test "$gdb_native" = "yes"; then
81ecdfbb
RW
15820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gdbserver is supported on this host" >&5
15821$as_echo_n "checking whether gdbserver is supported on this host... " >&6; }
8dcde887 15822 if test "x$build_gdbserver" = xyes; then
81ecdfbb
RW
15823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15824$as_echo "yes" >&6; }
15825 subdirs="$subdirs gdbserver"
3ace7edb 15826
8dcde887 15827 else
81ecdfbb
RW
15828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15829$as_echo "no" >&6; }
8dcde887
MK
15830 fi
15831fi
15832
db985757 15833# If nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
2c0fc042 15834# to an empty version.
c906108c
SS
15835
15836files=
15837links=
5a2402b8 15838
c906108c
SS
15839rm -f nm.h
15840if test "${nativefile}" != ""; then
0f475e27
AC
15841 case "${nativefile}" in
15842 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
15843 * ) GDB_NM_FILE="${nativefile}"
15844 esac
5a2402b8
AC
15845 files="${files} ${GDB_NM_FILE}"
15846 links="${links} nm.h"
60ca704f
SE
15847
15848cat >>confdefs.h <<_ACEOF
b78960be 15849#define GDB_NM_FILE "${GDB_NM_FILE}"
bec39cab 15850_ACEOF
5a2402b8 15851
c906108c 15852fi
5a2402b8
AC
15853
15854
bec39cab
AC
15855ac_sources="$files"
15856ac_dests="$links"
15857while test -n "$ac_sources"; do
15858 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
15859 set $ac_sources; ac_source=$1; shift; ac_sources=$*
15860 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
15861done
81ecdfbb 15862ac_config_links="$ac_config_links $ac_config_links_1"
c906108c
SS
15863
15864
c906108c
SS
15865
15866
c906108c 15867
81ecdfbb 15868$as_echo "#define GDB_DEFAULT_HOST_CHARSET \"UTF-8\"" >>confdefs.h
bec39cab 15869
bec39cab 15870
81ecdfbb
RW
15871ac_config_files="$ac_config_files Makefile .gdbinit:gdbinit.in gnulib/Makefile"
15872
15873ac_config_commands="$ac_config_commands default"
89a34d1b 15874
bec39cab
AC
15875cat >confcache <<\_ACEOF
15876# This file is a shell script that caches the results of configure
15877# tests run on this system so they can be shared between configure
15878# scripts and configure runs, see configure's option --config-cache.
15879# It is not useful on other systems. If it contains results you don't
15880# want to keep, you may remove or edit it.
15881#
15882# config.status only pays attention to the cache file if you give it
15883# the --recheck option to rerun configure.
15884#
15885# `ac_cv_env_foo' variables (set or unset) will be overridden when
15886# loading this file, other *unset* `ac_cv_foo' will be assigned the
15887# following values.
15888
15889_ACEOF
15890
15891# The following way of writing the cache mishandles newlines in values,
15892# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15893# So, we kill variables containing newlines.
bec39cab
AC
15894# Ultrix sh set writes to stderr and can't be redirected directly,
15895# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15896(
15897 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15898 eval ac_val=\$$ac_var
15899 case $ac_val in #(
15900 *${as_nl}*)
15901 case $ac_var in #(
15902 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15903$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15904 esac
15905 case $ac_var in #(
15906 _ | IFS | as_nl) ;; #(
15907 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15908 *) { eval $ac_var=; unset $ac_var;} ;;
15909 esac ;;
15910 esac
15911 done
15912
bec39cab 15913 (set) 2>&1 |
81ecdfbb
RW
15914 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15915 *${as_nl}ac_space=\ *)
15916 # `set' does not quote correctly, so add quotes: double-quote
15917 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
15918 sed -n \
15919 "s/'/'\\\\''/g;
15920 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15921 ;; #(
bec39cab
AC
15922 *)
15923 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15924 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 15925 ;;
81ecdfbb
RW
15926 esac |
15927 sort
15928) |
bec39cab 15929 sed '
81ecdfbb 15930 /^ac_cv_env_/b end
bec39cab 15931 t clear
81ecdfbb 15932 :clear
bec39cab
AC
15933 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15934 t end
81ecdfbb
RW
15935 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15936 :end' >>confcache
15937if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15938 if test -w "$cache_file"; then
15939 test "x$cache_file" != "x/dev/null" &&
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15941$as_echo "$as_me: updating cache $cache_file" >&6;}
bec39cab
AC
15942 cat confcache >$cache_file
15943 else
81ecdfbb
RW
15944 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15945$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
bec39cab
AC
15946 fi
15947fi
15948rm -f confcache
15949
15950test "x$prefix" = xNONE && prefix=$ac_default_prefix
15951# Let make expand exec_prefix.
15952test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15953
bec39cab
AC
15954DEFS=-DHAVE_CONFIG_H
15955
15956ac_libobjs=
15957ac_ltlibobjs=
15958for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15959 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15960 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15961 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15962 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15963 # will be set to the directory where LIBOBJS objects are built.
15964 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15965 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
15966done
15967LIBOBJS=$ac_libobjs
15968
15969LTLIBOBJS=$ac_ltlibobjs
15970
15971
85981d60 15972if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
15973 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
15974Usually this means the macro was only invoked conditionally." "$LINENO" 5
85981d60 15975fi
a417dc56 15976if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
81ecdfbb
RW
15977 as_fn_error "conditional \"GMAKE\" was never defined.
15978Usually this means the macro was only invoked conditionally." "$LINENO" 5
a417dc56 15979fi
783e057b 15980if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
81ecdfbb
RW
15981 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined.
15982Usually this means the macro was only invoked conditionally." "$LINENO" 5
783e057b
DJ
15983fi
15984
15985 gl_libobjs=
15986 gl_ltlibobjs=
15987 if test -n "$gl_LIBOBJS"; then
15988 # Remove the extension.
15989 sed_drop_objext='s/\.o$//;s/\.obj$//'
f434ba03 15990 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
783e057b
DJ
15991 gl_libobjs="$gl_libobjs $i.$ac_objext"
15992 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
15993 done
15994 fi
15995 gl_LIBOBJS=$gl_libobjs
15996
15997 gl_LTLIBOBJS=$gl_ltlibobjs
15998
15999
16000
16001 gltests_libobjs=
16002 gltests_ltlibobjs=
16003 if test -n "$gltests_LIBOBJS"; then
16004 # Remove the extension.
16005 sed_drop_objext='s/\.o$//;s/\.obj$//'
f434ba03 16006 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
783e057b
DJ
16007 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
16008 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
16009 done
16010 fi
16011 gltests_LIBOBJS=$gltests_libobjs
16012
16013 gltests_LTLIBOBJS=$gltests_ltlibobjs
16014
16015
e28b3332 16016if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
16017 as_fn_error "conditional \"AMDEP\" was never defined.
16018Usually this means the macro was only invoked conditionally." "$LINENO" 5
e28b3332
DJ
16019fi
16020if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
16021 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16022Usually this means the macro was only invoked conditionally." "$LINENO" 5
16023fi
16024 if test -n "$EXEEXT"; then
16025 am__EXEEXT_TRUE=
16026 am__EXEEXT_FALSE='#'
16027else
16028 am__EXEEXT_TRUE='#'
16029 am__EXEEXT_FALSE=
e28b3332 16030fi
bec39cab 16031
81ecdfbb
RW
16032
16033
bec39cab 16034: ${CONFIG_STATUS=./config.status}
81ecdfbb 16035ac_write_fail=0
bec39cab
AC
16036ac_clean_files_save=$ac_clean_files
16037ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16038{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16039$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16040as_write_fail=0
16041cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
16042#! $SHELL
16043# Generated by $as_me.
16044# Run this file to recreate the current configuration.
16045# Compiler output produced by configure, useful for debugging
16046# configure, is in config.log if it exists.
16047
16048debug=false
16049ac_cs_recheck=false
16050ac_cs_silent=false
bec39cab 16051
81ecdfbb
RW
16052SHELL=\${CONFIG_SHELL-$SHELL}
16053export SHELL
16054_ASEOF
16055cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16056## -------------------- ##
16057## M4sh Initialization. ##
16058## -------------------- ##
16059
16060# Be more Bourne compatible
16061DUALCASE=1; export DUALCASE # for MKS sh
16062if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
16063 emulate sh
16064 NULLCMD=:
81ecdfbb 16065 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
16066 # is contrary to our usage. Disable this feature.
16067 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16068 setopt NO_GLOB_SUBST
16069else
16070 case `(set -o) 2>/dev/null` in #(
16071 *posix*) :
16072 set -o posix ;; #(
16073 *) :
16074 ;;
16075esac
bec39cab 16076fi
bec39cab 16077
81ecdfbb
RW
16078
16079as_nl='
16080'
16081export as_nl
16082# Printing a long string crashes Solaris 7 /usr/bin/printf.
16083as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16084as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16085as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16086# Prefer a ksh shell builtin over an external printf program on Solaris,
16087# but without wasting forks for bash or zsh.
16088if test -z "$BASH_VERSION$ZSH_VERSION" \
16089 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16090 as_echo='print -r --'
16091 as_echo_n='print -rn --'
16092elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16093 as_echo='printf %s\n'
16094 as_echo_n='printf %s'
16095else
16096 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16097 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16098 as_echo_n='/usr/ucb/echo -n'
16099 else
16100 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16101 as_echo_n_body='eval
16102 arg=$1;
16103 case $arg in #(
16104 *"$as_nl"*)
16105 expr "X$arg" : "X\\(.*\\)$as_nl";
16106 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16107 esac;
16108 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16109 '
16110 export as_echo_n_body
16111 as_echo_n='sh -c $as_echo_n_body as_echo'
16112 fi
16113 export as_echo_body
16114 as_echo='sh -c $as_echo_body as_echo'
16115fi
16116
16117# The user is always right.
16118if test "${PATH_SEPARATOR+set}" != set; then
16119 PATH_SEPARATOR=:
16120 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16121 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16122 PATH_SEPARATOR=';'
16123 }
bec39cab
AC
16124fi
16125
16126
81ecdfbb
RW
16127# IFS
16128# We need space, tab and new line, in precisely that order. Quoting is
16129# there to prevent editors from complaining about space-tab.
16130# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16131# splitting by setting IFS to empty value.)
16132IFS=" "" $as_nl"
16133
16134# Find who we are. Look in the path if we contain no directory separator.
16135case $0 in #((
16136 *[\\/]* ) as_myself=$0 ;;
16137 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16138for as_dir in $PATH
16139do
16140 IFS=$as_save_IFS
16141 test -z "$as_dir" && as_dir=.
16142 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16143 done
16144IFS=$as_save_IFS
16145
16146 ;;
16147esac
16148# We did not find ourselves, most probably we were run as `sh COMMAND'
16149# in which case we are not to be found in the path.
16150if test "x$as_myself" = x; then
16151 as_myself=$0
16152fi
16153if test ! -f "$as_myself"; then
16154 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16155 exit 1
16156fi
16157
16158# Unset variables that we do not need and which cause bugs (e.g. in
16159# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16160# suppresses any "Segmentation fault" message there. '((' could
16161# trigger a bug in pdksh 5.2.14.
16162for as_var in BASH_ENV ENV MAIL MAILPATH
16163do eval test x\${$as_var+set} = xset \
16164 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16165done
bec39cab
AC
16166PS1='$ '
16167PS2='> '
16168PS4='+ '
16169
16170# NLS nuisances.
81ecdfbb
RW
16171LC_ALL=C
16172export LC_ALL
16173LANGUAGE=C
16174export LANGUAGE
16175
16176# CDPATH.
16177(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16178
16179
16180# as_fn_error ERROR [LINENO LOG_FD]
16181# ---------------------------------
16182# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16183# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16184# script with status $?, using 1 if that was 0.
16185as_fn_error ()
16186{
16187 as_status=$?; test $as_status -eq 0 && as_status=1
16188 if test "$3"; then
16189 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16190 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16191 fi
16192 $as_echo "$as_me: error: $1" >&2
16193 as_fn_exit $as_status
16194} # as_fn_error
16195
16196
16197# as_fn_set_status STATUS
16198# -----------------------
16199# Set $? to STATUS, without forking.
16200as_fn_set_status ()
16201{
16202 return $1
16203} # as_fn_set_status
16204
16205# as_fn_exit STATUS
16206# -----------------
16207# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16208as_fn_exit ()
16209{
16210 set +e
16211 as_fn_set_status $1
16212 exit $1
16213} # as_fn_exit
16214
16215# as_fn_unset VAR
16216# ---------------
16217# Portably unset VAR.
16218as_fn_unset ()
16219{
16220 { eval $1=; unset $1;}
16221}
16222as_unset=as_fn_unset
16223# as_fn_append VAR VALUE
16224# ----------------------
16225# Append the text in VALUE to the end of the definition contained in VAR. Take
16226# advantage of any shell optimizations that allow amortized linear growth over
16227# repeated appends, instead of the typical quadratic growth present in naive
16228# implementations.
16229if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16230 eval 'as_fn_append ()
16231 {
16232 eval $1+=\$2
16233 }'
16234else
16235 as_fn_append ()
16236 {
16237 eval $1=\$$1\$2
16238 }
16239fi # as_fn_append
16240
16241# as_fn_arith ARG...
16242# ------------------
16243# Perform arithmetic evaluation on the ARGs, and store the result in the
16244# global $as_val. Take advantage of shells that can avoid forks. The arguments
16245# must be portable across $(()) and expr.
16246if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16247 eval 'as_fn_arith ()
16248 {
16249 as_val=$(( $* ))
16250 }'
16251else
16252 as_fn_arith ()
16253 {
16254 as_val=`expr "$@" || test $? -eq 1`
16255 }
16256fi # as_fn_arith
bec39cab 16257
81ecdfbb
RW
16258
16259if expr a : '\(a\)' >/dev/null 2>&1 &&
16260 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
16261 as_expr=expr
16262else
16263 as_expr=false
16264fi
16265
81ecdfbb 16266if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
16267 as_basename=basename
16268else
16269 as_basename=false
16270fi
16271
81ecdfbb
RW
16272if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16273 as_dirname=dirname
16274else
16275 as_dirname=false
16276fi
bec39cab 16277
81ecdfbb 16278as_me=`$as_basename -- "$0" ||
bec39cab
AC
16279$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16280 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16281 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16282$as_echo X/"$0" |
16283 sed '/^.*\/\([^/][^/]*\)\/*$/{
16284 s//\1/
16285 q
16286 }
16287 /^X\/\(\/\/\)$/{
16288 s//\1/
16289 q
16290 }
16291 /^X\/\(\/\).*/{
16292 s//\1/
16293 q
16294 }
16295 s/.*/./; q'`
b4e70030 16296
b4e70030
JB
16297# Avoid depending upon Character Ranges.
16298as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16299as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16300as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16301as_cr_digits='0123456789'
16302as_cr_alnum=$as_cr_Letters$as_cr_digits
16303
81ecdfbb
RW
16304ECHO_C= ECHO_N= ECHO_T=
16305case `echo -n x` in #(((((
16306-n*)
16307 case `echo 'xy\c'` in
16308 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16309 xy) ECHO_C='\c';;
16310 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16311 ECHO_T=' ';;
16312 esac;;
16313*)
16314 ECHO_N='-n';;
bec39cab
AC
16315esac
16316
81ecdfbb
RW
16317rm -f conf$$ conf$$.exe conf$$.file
16318if test -d conf$$.dir; then
16319 rm -f conf$$.dir/conf$$.file
bec39cab 16320else
81ecdfbb
RW
16321 rm -f conf$$.dir
16322 mkdir conf$$.dir 2>/dev/null
bec39cab 16323fi
81ecdfbb
RW
16324if (echo >conf$$.file) 2>/dev/null; then
16325 if ln -s conf$$.file conf$$ 2>/dev/null; then
b4e70030 16326 as_ln_s='ln -s'
81ecdfbb
RW
16327 # ... but there are two gotchas:
16328 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16329 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16330 # In both cases, we have to default to `cp -p'.
16331 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16332 as_ln_s='cp -p'
16333 elif ln conf$$.file conf$$ 2>/dev/null; then
16334 as_ln_s=ln
16335 else
16336 as_ln_s='cp -p'
b4e70030 16337 fi
bec39cab
AC
16338else
16339 as_ln_s='cp -p'
16340fi
81ecdfbb
RW
16341rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16342rmdir conf$$.dir 2>/dev/null
16343
16344
16345# as_fn_mkdir_p
16346# -------------
16347# Create "$as_dir" as a directory, including parents if necessary.
16348as_fn_mkdir_p ()
16349{
16350
16351 case $as_dir in #(
16352 -*) as_dir=./$as_dir;;
16353 esac
16354 test -d "$as_dir" || eval $as_mkdir_p || {
16355 as_dirs=
16356 while :; do
16357 case $as_dir in #(
16358 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16359 *) as_qdir=$as_dir;;
16360 esac
16361 as_dirs="'$as_qdir' $as_dirs"
16362 as_dir=`$as_dirname -- "$as_dir" ||
16363$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16364 X"$as_dir" : 'X\(//\)[^/]' \| \
16365 X"$as_dir" : 'X\(//\)$' \| \
16366 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16367$as_echo X"$as_dir" |
16368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16369 s//\1/
16370 q
16371 }
16372 /^X\(\/\/\)[^/].*/{
16373 s//\1/
16374 q
16375 }
16376 /^X\(\/\/\)$/{
16377 s//\1/
16378 q
16379 }
16380 /^X\(\/\).*/{
16381 s//\1/
16382 q
16383 }
16384 s/.*/./; q'`
16385 test -d "$as_dir" && break
16386 done
16387 test -z "$as_dirs" || eval "mkdir $as_dirs"
16388 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16389
bec39cab 16390
81ecdfbb 16391} # as_fn_mkdir_p
bec39cab 16392if mkdir -p . 2>/dev/null; then
81ecdfbb 16393 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
16394else
16395 test -d ./-p && rmdir ./-p
16396 as_mkdir_p=false
16397fi
16398
81ecdfbb
RW
16399if test -x / >/dev/null 2>&1; then
16400 as_test_x='test -x'
16401else
16402 if ls -dL / >/dev/null 2>&1; then
16403 as_ls_L_option=L
16404 else
16405 as_ls_L_option=
16406 fi
16407 as_test_x='
16408 eval sh -c '\''
16409 if test -d "$1"; then
16410 test -d "$1/.";
16411 else
16412 case $1 in #(
16413 -*)set "./$1";;
16414 esac;
16415 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16416 ???[sx]*):;;*)false;;esac;fi
16417 '\'' sh
16418 '
16419fi
16420as_executable_p=$as_test_x
bec39cab
AC
16421
16422# Sed expression to map a string onto a valid CPP name.
16423as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16424
16425# Sed expression to map a string onto a valid variable name.
16426as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16427
16428
bec39cab 16429exec 6>&1
81ecdfbb
RW
16430## ----------------------------------- ##
16431## Main body of $CONFIG_STATUS script. ##
16432## ----------------------------------- ##
16433_ASEOF
16434test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16435
16436cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16437# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 16438# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16439# values after options handling.
16440ac_log="
bec39cab 16441This file was extended by $as_me, which was
81ecdfbb 16442generated by GNU Autoconf 2.64. Invocation command line was
bec39cab
AC
16443
16444 CONFIG_FILES = $CONFIG_FILES
16445 CONFIG_HEADERS = $CONFIG_HEADERS
16446 CONFIG_LINKS = $CONFIG_LINKS
16447 CONFIG_COMMANDS = $CONFIG_COMMANDS
16448 $ $0 $@
16449
81ecdfbb
RW
16450on `(hostname || uname -n) 2>/dev/null | sed 1q`
16451"
16452
bec39cab
AC
16453_ACEOF
16454
81ecdfbb
RW
16455case $ac_config_files in *"
16456"*) set x $ac_config_files; shift; ac_config_files=$*;;
16457esac
234b45d4 16458
81ecdfbb
RW
16459case $ac_config_headers in *"
16460"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16461esac
b4e70030 16462
b4e70030 16463
81ecdfbb
RW
16464cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16465# Files that config.status was made for.
16466config_files="$ac_config_files"
16467config_headers="$ac_config_headers"
16468config_links="$ac_config_links"
16469config_commands="$ac_config_commands"
234b45d4 16470
81ecdfbb 16471_ACEOF
b4e70030 16472
81ecdfbb 16473cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 16474ac_cs_usage="\
81ecdfbb
RW
16475\`$as_me' instantiates files and other configuration actions
16476from templates according to the current configuration. Unless the files
16477and actions are specified as TAGs, all are instantiated by default.
234b45d4 16478
81ecdfbb 16479Usage: $0 [OPTION]... [TAG]...
234b45d4 16480
bec39cab 16481 -h, --help print this help, then exit
81ecdfbb
RW
16482 -V, --version print version number and configuration settings, then exit
16483 -q, --quiet, --silent
16484 do not print progress messages
bec39cab
AC
16485 -d, --debug don't remove temporary files
16486 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16487 --file=FILE[:TEMPLATE]
16488 instantiate the configuration file FILE
16489 --header=FILE[:TEMPLATE]
16490 instantiate the configuration header FILE
234b45d4 16491
bec39cab
AC
16492Configuration files:
16493$config_files
234b45d4 16494
bec39cab
AC
16495Configuration headers:
16496$config_headers
234b45d4 16497
bec39cab
AC
16498Configuration links:
16499$config_links
234b45d4 16500
bec39cab
AC
16501Configuration commands:
16502$config_commands
16503
81ecdfbb 16504Report bugs to the package provider."
b4e70030 16505
81ecdfbb
RW
16506_ACEOF
16507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab
AC
16508ac_cs_version="\\
16509config.status
81ecdfbb
RW
16510configured by $0, generated by GNU Autoconf 2.64,
16511 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
bec39cab 16512
81ecdfbb 16513Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
16514This config.status script is free software; the Free Software Foundation
16515gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16516
16517ac_pwd='$ac_pwd'
16518srcdir='$srcdir'
16519INSTALL='$INSTALL'
16520MKDIR_P='$MKDIR_P'
16521AWK='$AWK'
16522test -n "\$AWK" || AWK=awk
bec39cab
AC
16523_ACEOF
16524
81ecdfbb
RW
16525cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16526# The default lists apply if the user does not specify any file.
bec39cab
AC
16527ac_need_defaults=:
16528while test $# != 0
16529do
16530 case $1 in
16531 --*=*)
81ecdfbb
RW
16532 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16533 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab 16534 ac_shift=:
c906108c 16535 ;;
81ecdfbb 16536 *)
bec39cab
AC
16537 ac_option=$1
16538 ac_optarg=$2
16539 ac_shift=shift
c906108c 16540 ;;
bec39cab 16541 esac
c906108c 16542
bec39cab
AC
16543 case $ac_option in
16544 # Handling of the options.
bec39cab
AC
16545 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16546 ac_cs_recheck=: ;;
81ecdfbb
RW
16547 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16548 $as_echo "$ac_cs_version"; exit ;;
16549 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
16550 debug=: ;;
16551 --file | --fil | --fi | --f )
16552 $ac_shift
81ecdfbb
RW
16553 case $ac_optarg in
16554 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16555 esac
16556 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab
AC
16557 ac_need_defaults=false;;
16558 --header | --heade | --head | --hea )
16559 $ac_shift
81ecdfbb
RW
16560 case $ac_optarg in
16561 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16562 esac
16563 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
bec39cab 16564 ac_need_defaults=false;;
81ecdfbb
RW
16565 --he | --h)
16566 # Conflict between --help and --header
16567 as_fn_error "ambiguous option: \`$1'
16568Try \`$0 --help' for more information.";;
16569 --help | --hel | -h )
16570 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
16571 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16572 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16573 ac_cs_silent=: ;;
c906108c 16574
bec39cab 16575 # This is an error.
81ecdfbb
RW
16576 -*) as_fn_error "unrecognized option: \`$1'
16577Try \`$0 --help' for more information." ;;
c906108c 16578
81ecdfbb
RW
16579 *) as_fn_append ac_config_targets " $1"
16580 ac_need_defaults=false ;;
c906108c 16581
bec39cab
AC
16582 esac
16583 shift
16584done
c906108c 16585
bec39cab 16586ac_configure_extra_args=
c906108c 16587
bec39cab
AC
16588if $ac_cs_silent; then
16589 exec 6>/dev/null
16590 ac_configure_extra_args="$ac_configure_extra_args --silent"
16591fi
c906108c 16592
bec39cab 16593_ACEOF
81ecdfbb 16594cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 16595if \$ac_cs_recheck; then
81ecdfbb
RW
16596 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16597 shift
16598 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16599 CONFIG_SHELL='$SHELL'
16600 export CONFIG_SHELL
16601 exec "\$@"
bec39cab
AC
16602fi
16603
16604_ACEOF
81ecdfbb
RW
16605cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16606exec 5>>config.log
16607{
16608 echo
16609 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16610## Running $as_me. ##
16611_ASBOX
16612 $as_echo "$ac_log"
16613} >&5
bec39cab 16614
81ecdfbb
RW
16615_ACEOF
16616cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c906108c 16617#
81ecdfbb 16618# INIT-COMMANDS
c906108c 16619#
a417dc56 16620ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
e28b3332 16621AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
b4e70030 16622
bec39cab
AC
16623_ACEOF
16624
81ecdfbb 16625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4e8d927d 16626
81ecdfbb 16627# Handling of arguments.
bec39cab 16628for ac_config_target in $ac_config_targets
c906108c 16629do
81ecdfbb
RW
16630 case $ac_config_target in
16631 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16632 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
16633 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16634 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
16635 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16636 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16637 "gnulib/Makefile") CONFIG_FILES="$CONFIG_FILES gnulib/Makefile" ;;
16638 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16639
16640 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
16641 esac
16642done
16643
81ecdfbb 16644
bec39cab
AC
16645# If the user did not use the arguments to specify the items to instantiate,
16646# then the envvar interface is used. Set only those that are not.
16647# We use the long form for the default assignment because of an extremely
16648# bizarre bug on SunOS 4.1.3.
16649if $ac_need_defaults; then
16650 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16651 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16652 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16653 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16654fi
16655
b4e70030 16656# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16657# simply because there is no reason against having it here, and in addition,
b4e70030 16658# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16659# Hook for its removal unless debugging.
16660# Note that there is a small window in which the directory will not be cleaned:
16661# after its creation but before its name has been assigned to `$tmp'.
b4e70030
JB
16662$debug ||
16663{
81ecdfbb
RW
16664 tmp=
16665 trap 'exit_status=$?
16666 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16667' 0
16668 trap 'as_fn_exit 1' 1 2 13 15
16669}
16670# Create a (secure) tmp directory for tmp files.
16671
16672{
16673 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16674 test -n "$tmp" && test -d "$tmp"
16675} ||
16676{
16677 tmp=./conf$$-$RANDOM
16678 (umask 077 && mkdir "$tmp")
16679} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16680
16681# Set up the scripts for CONFIG_FILES section.
16682# No need to generate them if there are no CONFIG_FILES.
16683# This happens for instance with `./config.status config.h'.
16684if test -n "$CONFIG_FILES"; then
16685
16686if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16687 ac_cs_awk_getline=:
16688 ac_cs_awk_pipe_init=
16689 ac_cs_awk_read_file='
16690 while ((getline aline < (F[key])) > 0)
16691 print(aline)
16692 close(F[key])'
16693 ac_cs_awk_pipe_fini=
16694else
16695 ac_cs_awk_getline=false
16696 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16697 ac_cs_awk_read_file='
16698 print "|#_!!_#|"
16699 print "cat " F[key] " &&"
16700 '$ac_cs_awk_pipe_init
16701 # The final `:' finishes the AND list.
16702 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16703fi
16704ac_cr=`echo X | tr X '\015'`
16705# On cygwin, bash can eat \r inside `` if the user requested igncr.
16706# But we know of no other shell where ac_cr would be empty at this
16707# point, so we can use a bashism as a fallback.
16708if test "x$ac_cr" = x; then
16709 eval ac_cr=\$\'\\r\'
16710fi
16711ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16712if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16713 ac_cs_awk_cr='\r'
16714else
16715 ac_cs_awk_cr=$ac_cr
16716fi
16717
16718echo 'BEGIN {' >"$tmp/subs1.awk" &&
16719_ACEOF
16720
16721# Create commands to substitute file output variables.
16722{
16723 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16724 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
16725 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16726 echo "_ACAWK" &&
16727 echo "_ACEOF"
16728} >conf$$files.sh &&
16729. ./conf$$files.sh ||
16730 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16731rm -f conf$$files.sh
16732
16733{
16734 echo "cat >conf$$subs.awk <<_ACEOF" &&
16735 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16736 echo "_ACEOF"
16737} >conf$$subs.sh ||
16738 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16739ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
16740ac_delim='%!_!# '
16741for ac_last_try in false false false false false :; do
16742 . ./conf$$subs.sh ||
16743 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16744
16745 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16746 if test $ac_delim_n = $ac_delim_num; then
16747 break
16748 elif $ac_last_try; then
16749 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
16750 else
16751 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16752 fi
16753done
16754rm -f conf$$subs.sh
16755
16756cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16757cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16758_ACEOF
16759sed -n '
16760h
16761s/^/S["/; s/!.*/"]=/
16762p
16763g
16764s/^[^!]*!//
16765:repl
16766t repl
16767s/'"$ac_delim"'$//
16768t delim
16769:nl
16770h
16771s/\(.\{148\}\).*/\1/
16772t more1
16773s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16774p
16775n
16776b repl
16777:more1
16778s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16779p
16780g
16781s/.\{148\}//
16782t nl
16783:delim
16784h
16785s/\(.\{148\}\).*/\1/
16786t more2
16787s/["\\]/\\&/g; s/^/"/; s/$/"/
16788p
16789b
16790:more2
16791s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16792p
16793g
16794s/.\{148\}//
16795t delim
16796' <conf$$subs.awk | sed '
16797/^[^""]/{
16798 N
16799 s/\n//
16800}
16801' >>$CONFIG_STATUS || ac_write_fail=1
16802rm -f conf$$subs.awk
16803cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16804_ACAWK
16805cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16806 for (key in S) S_is_set[key] = 1
16807 FS = "\a"
16808 \$ac_cs_awk_pipe_init
16809}
16810{
16811 line = $ 0
16812 nfields = split(line, field, "@")
16813 substed = 0
16814 len = length(field[1])
16815 for (i = 2; i < nfields; i++) {
16816 key = field[i]
16817 keylen = length(key)
16818 if (S_is_set[key]) {
16819 value = S[key]
16820 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16821 len += length(value) + length(field[++i])
16822 substed = 1
16823 } else
16824 len += 1 + keylen
16825 }
16826 if (nfields == 3 && !substed) {
16827 key = field[2]
16828 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16829 \$ac_cs_awk_read_file
16830 next
16831 }
16832 }
16833 print line
b4e70030 16834}
81ecdfbb
RW
16835\$ac_cs_awk_pipe_fini
16836_ACAWK
16837_ACEOF
16838cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16839if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16840 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16841else
16842 cat
16843fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16844 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16845_ACEOF
16846
16847# VPATH may cause trouble with some makes, so we remove $(srcdir),
16848# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16849# trailing colons and then remove the whole line if VPATH becomes empty
16850# (actually we leave an empty line to preserve line numbers).
16851if test "x$srcdir" = x.; then
16852 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16853s/:*\$(srcdir):*/:/
16854s/:*\${srcdir}:*/:/
16855s/:*@srcdir@:*/:/
16856s/^\([^=]*=[ ]*\):*/\1/
16857s/:*$//
16858s/^[^=]*=[ ]*$//
16859}'
16860fi
16861
16862cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16863fi # test -n "$CONFIG_FILES"
16864
16865# Set up the scripts for CONFIG_HEADERS section.
16866# No need to generate them if there are no CONFIG_HEADERS.
16867# This happens for instance with `./config.status Makefile'.
16868if test -n "$CONFIG_HEADERS"; then
16869cat >"$tmp/defines.awk" <<\_ACAWK ||
16870BEGIN {
16871_ACEOF
16872
16873# Transform confdefs.h into an awk script `defines.awk', embedded as
16874# here-document in config.status, that substitutes the proper values into
16875# config.h.in to produce config.h.
4e8d927d 16876
81ecdfbb
RW
16877# Create a delimiter string that does not exist in confdefs.h, to ease
16878# handling of long lines.
16879ac_delim='%!_!# '
16880for ac_last_try in false false :; do
16881 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16882 if test -z "$ac_t"; then
16883 break
16884 elif $ac_last_try; then
16885 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16886 else
16887 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16888 fi
16889done
4e8d927d 16890
81ecdfbb
RW
16891# For the awk script, D is an array of macro values keyed by name,
16892# likewise P contains macro parameters if any. Preserve backslash
16893# newline sequences.
16894
16895ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16896sed -n '
16897s/.\{148\}/&'"$ac_delim"'/g
16898t rset
16899:rset
16900s/^[ ]*#[ ]*define[ ][ ]*/ /
16901t def
16902d
16903:def
16904s/\\$//
16905t bsnl
16906s/["\\]/\\&/g
16907s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16908D["\1"]=" \3"/p
16909s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16910d
16911:bsnl
16912s/["\\]/\\&/g
16913s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16914D["\1"]=" \3\\\\\\n"\\/p
16915t cont
16916s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16917t cont
16918d
16919:cont
16920n
16921s/.\{148\}/&'"$ac_delim"'/g
16922t clear
16923:clear
16924s/\\$//
16925t bsnlc
16926s/["\\]/\\&/g; s/^/"/; s/$/"/p
16927d
16928:bsnlc
16929s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16930b cont
16931' <confdefs.h | sed '
16932s/'"$ac_delim"'/"\\\
16933"/g' >>$CONFIG_STATUS || ac_write_fail=1
16934
16935cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16936 for (key in D) D_is_set[key] = 1
16937 FS = "\a"
16938}
16939/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16940 line = \$ 0
16941 split(line, arg, " ")
16942 if (arg[1] == "#") {
16943 defundef = arg[2]
16944 mac1 = arg[3]
16945 } else {
16946 defundef = substr(arg[1], 2)
16947 mac1 = arg[2]
16948 }
16949 split(mac1, mac2, "(") #)
16950 macro = mac2[1]
16951 prefix = substr(line, 1, index(line, defundef) - 1)
16952 if (D_is_set[macro]) {
16953 # Preserve the white space surrounding the "#".
16954 print prefix "define", macro P[macro] D[macro]
16955 next
16956 } else {
16957 # Replace #undef with comments. This is necessary, for example,
16958 # in the case of _POSIX_SOURCE, which is predefined and required
16959 # on some systems where configure will not decide to define it.
16960 if (defundef == "undef") {
16961 print "/*", prefix defundef, macro, "*/"
16962 next
16963 }
16964 }
b4e70030 16965}
81ecdfbb
RW
16966{ print }
16967_ACAWK
b4e70030 16968_ACEOF
81ecdfbb
RW
16969cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16970 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16971fi # test -n "$CONFIG_HEADERS"
4e8d927d 16972
4e8d927d 16973
81ecdfbb
RW
16974eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16975shift
16976for ac_tag
16977do
16978 case $ac_tag in
16979 :[FHLC]) ac_mode=$ac_tag; continue;;
16980 esac
16981 case $ac_mode$ac_tag in
16982 :[FHL]*:*);;
16983 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16984 :[FH]-) ac_tag=-:-;;
16985 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16986 esac
16987 ac_save_IFS=$IFS
16988 IFS=:
16989 set x $ac_tag
16990 IFS=$ac_save_IFS
16991 shift
16992 ac_file=$1
16993 shift
4e8d927d 16994
81ecdfbb
RW
16995 case $ac_mode in
16996 :L) ac_source=$1;;
16997 :[FH])
16998 ac_file_inputs=
16999 for ac_f
17000 do
17001 case $ac_f in
17002 -) ac_f="$tmp/stdin";;
17003 *) # Look for the file first in the build tree, then in the source tree
17004 # (if the path is not absolute). The absolute path cannot be DOS-style,
17005 # because $ac_f cannot contain `:'.
17006 test -f "$ac_f" ||
17007 case $ac_f in
17008 [\\/$]*) false;;
17009 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17010 esac ||
17011 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17012 esac
17013 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17014 as_fn_append ac_file_inputs " '$ac_f'"
17015 done
17016
17017 # Let's still pretend it is `configure' which instantiates (i.e., don't
17018 # use $as_me), people would be surprised to read:
17019 # /* config.h. Generated by config.status. */
17020 configure_input='Generated from '`
17021 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17022 `' by configure.'
17023 if test x"$ac_file" != x-; then
17024 configure_input="$ac_file. $configure_input"
17025 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17026$as_echo "$as_me: creating $ac_file" >&6;}
b4e70030 17027 fi
81ecdfbb
RW
17028 # Neutralize special characters interpreted by sed in replacement strings.
17029 case $configure_input in #(
17030 *\&* | *\|* | *\\* )
17031 ac_sed_conf_input=`$as_echo "$configure_input" |
17032 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17033 *) ac_sed_conf_input=$configure_input;;
17034 esac
4e8d927d 17035
81ecdfbb
RW
17036 case $ac_tag in
17037 *:-:* | *:-) cat >"$tmp/stdin" \
17038 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17039 esac
17040 ;;
c906108c
SS
17041 esac
17042
81ecdfbb 17043 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
17044$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17045 X"$ac_file" : 'X\(//\)[^/]' \| \
17046 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17047 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17048$as_echo X"$ac_file" |
17049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17050 s//\1/
17051 q
17052 }
17053 /^X\(\/\/\)[^/].*/{
17054 s//\1/
17055 q
17056 }
17057 /^X\(\/\/\)$/{
17058 s//\1/
17059 q
17060 }
17061 /^X\(\/\).*/{
17062 s//\1/
17063 q
17064 }
17065 s/.*/./; q'`
17066 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
17067 ac_builddir=.
17068
81ecdfbb
RW
17069case "$ac_dir" in
17070.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17071*)
17072 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17073 # A ".." for each directory in $ac_dir_suffix.
17074 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17075 case $ac_top_builddir_sub in
17076 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17077 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17078 esac ;;
17079esac
17080ac_abs_top_builddir=$ac_pwd
17081ac_abs_builddir=$ac_pwd$ac_dir_suffix
17082# for backward compatibility:
17083ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
17084
17085case $srcdir in
81ecdfbb 17086 .) # We are building in place.
bec39cab 17087 ac_srcdir=.
81ecdfbb
RW
17088 ac_top_srcdir=$ac_top_builddir_sub
17089 ac_abs_top_srcdir=$ac_pwd ;;
17090 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 17091 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17092 ac_top_srcdir=$srcdir
17093 ac_abs_top_srcdir=$srcdir ;;
17094 *) # Relative name.
17095 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17096 ac_top_srcdir=$ac_top_build_prefix$srcdir
17097 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 17098esac
81ecdfbb 17099ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 17100
c906108c 17101
81ecdfbb
RW
17102 case $ac_mode in
17103 :F)
17104 #
17105 # CONFIG_FILE
17106 #
c906108c 17107
bec39cab
AC
17108 case $INSTALL in
17109 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 17110 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 17111 esac
81ecdfbb
RW
17112 ac_MKDIR_P=$MKDIR_P
17113 case $MKDIR_P in
17114 [\\/$]* | ?:[\\/]* ) ;;
17115 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17116 esac
17117_ACEOF
121ce6e5 17118
81ecdfbb
RW
17119cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17120# If the template does not know about datarootdir, expand it.
17121# FIXME: This hack should be removed a few years after 2.60.
17122ac_datarootdir_hack=; ac_datarootdir_seen=
17123ac_sed_dataroot='
17124/datarootdir/ {
17125 p
17126 q
17127}
17128/@datadir@/p
17129/@docdir@/p
17130/@infodir@/p
17131/@localedir@/p
17132/@mandir@/p'
17133case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17134*datarootdir*) ac_datarootdir_seen=yes;;
17135*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17136 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17137$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17138_ACEOF
17139cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17140 ac_datarootdir_hack='
17141 s&@datadir@&$datadir&g
17142 s&@docdir@&$docdir&g
17143 s&@infodir@&$infodir&g
17144 s&@localedir@&$localedir&g
17145 s&@mandir@&$mandir&g
17146 s&\\\${datarootdir}&$datarootdir&g' ;;
17147esac
4e8d927d 17148_ACEOF
81ecdfbb
RW
17149
17150# Neutralize VPATH when `$srcdir' = `.'.
17151# Shell code in configure.ac might set extrasub.
17152# FIXME: do we really want to maintain this feature?
17153cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17154ac_sed_extra="$ac_vpsub
bec39cab
AC
17155$extrasub
17156_ACEOF
81ecdfbb 17157cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
17158:t
17159/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17160s|@configure_input@|$ac_sed_conf_input|;t t
17161s&@top_builddir@&$ac_top_builddir_sub&;t t
17162s&@top_build_prefix@&$ac_top_build_prefix&;t t
17163s&@srcdir@&$ac_srcdir&;t t
17164s&@abs_srcdir@&$ac_abs_srcdir&;t t
17165s&@top_srcdir@&$ac_top_srcdir&;t t
17166s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17167s&@builddir@&$ac_builddir&;t t
17168s&@abs_builddir@&$ac_abs_builddir&;t t
17169s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17170s&@INSTALL@&$ac_INSTALL&;t t
17171s&@MKDIR_P@&$ac_MKDIR_P&;t t
17172$ac_datarootdir_hack
17173"
17174eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
17175if $ac_cs_awk_getline; then
17176 $AWK -f "$tmp/subs.awk"
17177else
17178 $AWK -f "$tmp/subs.awk" | $SHELL
17179fi >$tmp/out \
17180 || as_fn_error "could not create $ac_file" "$LINENO" 5
17181
17182test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17183 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17184 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17186which seems to be undefined. Please make sure it is defined." >&5
17187$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17188which seems to be undefined. Please make sure it is defined." >&2;}
17189
17190 rm -f "$tmp/stdin"
bec39cab 17191 case $ac_file in
81ecdfbb
RW
17192 -) cat "$tmp/out" && rm -f "$tmp/out";;
17193 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17194 esac \
17195 || as_fn_error "could not create $ac_file" "$LINENO" 5
17196 ;;
17197 :H)
17198 #
17199 # CONFIG_HEADER
17200 #
bec39cab 17201 if test x"$ac_file" != x-; then
81ecdfbb
RW
17202 {
17203 $as_echo "/* $configure_input */" \
17204 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17205 } >"$tmp/config.h" \
17206 || as_fn_error "could not create $ac_file" "$LINENO" 5
17207 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17208 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17209$as_echo "$as_me: $ac_file is unchanged" >&6;}
bec39cab 17210 else
81ecdfbb
RW
17211 rm -f "$ac_file"
17212 mv "$tmp/config.h" "$ac_file" \
17213 || as_fn_error "could not create $ac_file" "$LINENO" 5
bec39cab
AC
17214 fi
17215 else
81ecdfbb
RW
17216 $as_echo "/* $configure_input */" \
17217 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17218 || as_fn_error "could not create -" "$LINENO" 5
bec39cab 17219 fi
81ecdfbb
RW
17220# Compute "$ac_file"'s index in $config_headers.
17221_am_arg="$ac_file"
e28b3332
DJ
17222_am_stamp_count=1
17223for _am_header in $config_headers :; do
17224 case $_am_header in
81ecdfbb 17225 $_am_arg | $_am_arg:* )
e28b3332
DJ
17226 break ;;
17227 * )
17228 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17229 esac
17230done
81ecdfbb
RW
17231echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17232$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17233 X"$_am_arg" : 'X\(//\)[^/]' \| \
17234 X"$_am_arg" : 'X\(//\)$' \| \
17235 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17236$as_echo X"$_am_arg" |
17237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17238 s//\1/
17239 q
17240 }
17241 /^X\(\/\/\)[^/].*/{
17242 s//\1/
17243 q
17244 }
17245 /^X\(\/\/\)$/{
17246 s//\1/
17247 q
17248 }
17249 /^X\(\/\).*/{
17250 s//\1/
17251 q
17252 }
17253 s/.*/./; q'`/stamp-h$_am_stamp_count
17254 ;;
17255 :L)
17256 #
17257 # CONFIG_LINK
17258 #
c906108c 17259
81ecdfbb
RW
17260 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
17261 :
b4e70030 17262 else
81ecdfbb
RW
17263 # Prefer the file from the source tree if names are identical.
17264 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
17265 ac_source=$srcdir/$ac_source
17266 fi
b4e70030 17267
81ecdfbb
RW
17268 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
17269$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b4e70030 17270
81ecdfbb
RW
17271 if test ! -r "$ac_source"; then
17272 as_fn_error "$ac_source: file not found" "$LINENO" 5
17273 fi
17274 rm -f "$ac_file"
bec39cab 17275
81ecdfbb
RW
17276 # Try a relative symlink, then a hard link, then a copy.
17277 case $srcdir in
17278 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
17279 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
17280 esac
17281 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
17282 ln "$ac_source" "$ac_file" 2>/dev/null ||
17283 cp -p "$ac_source" "$ac_file" ||
17284 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
17285 fi
17286 ;;
17287 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17288$as_echo "$as_me: executing $ac_file commands" >&6;}
17289 ;;
c906108c 17290 esac
b4e70030 17291
bec39cab 17292
81ecdfbb
RW
17293 case $ac_file$ac_mode in
17294 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
17295 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17296 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17297 # are listed without --file. Let's play safe and only enable the eval
17298 # if we detect the quoting.
17299 case $CONFIG_FILES in
17300 *\'*) eval set x "$CONFIG_FILES" ;;
17301 *) set x $CONFIG_FILES ;;
17302 esac
17303 shift
17304 for mf
17305 do
17306 # Strip MF so we end up with the name of the file.
17307 mf=`echo "$mf" | sed -e 's/:.*$//'`
17308 # Check whether this is an Automake generated Makefile or not.
17309 # We used to match only the files named `Makefile.in', but
17310 # some people rename them; so instead we look at the file content.
17311 # Grep'ing the first line is not enough: some people post-process
17312 # each Makefile.in and add a new line on top of each file to say so.
17313 # Grep'ing the whole file is not good either: AIX grep has a line
17314 # limit of 2048, but all sed's we know have understand at least 4000.
17315 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17316 dirpart=`$as_dirname -- "$mf" ||
e28b3332
DJ
17317$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17318 X"$mf" : 'X\(//\)[^/]' \| \
17319 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17320 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17321$as_echo X"$mf" |
17322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17323 s//\1/
17324 q
17325 }
17326 /^X\(\/\/\)[^/].*/{
17327 s//\1/
17328 q
17329 }
17330 /^X\(\/\/\)$/{
17331 s//\1/
17332 q
17333 }
17334 /^X\(\/\).*/{
17335 s//\1/
17336 q
17337 }
17338 s/.*/./; q'`
17339 else
17340 continue
17341 fi
17342 # Extract the definition of DEPDIR, am__include, and am__quote
17343 # from the Makefile without running `make'.
17344 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17345 test -z "$DEPDIR" && continue
17346 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17347 test -z "am__include" && continue
17348 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17349 # When using ansi2knr, U may be empty or an underscore; expand it
17350 U=`sed -n 's/^U = //p' < "$mf"`
17351 # Find all dependency output files, they are included files with
17352 # $(DEPDIR) in their names. We invoke sed twice because it is the
17353 # simplest approach to changing $(DEPDIR) to its actual value in the
17354 # expansion.
17355 for file in `sed -n "
17356 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17357 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17358 # Make sure the directory exists.
17359 test -f "$dirpart/$file" && continue
17360 fdir=`$as_dirname -- "$file" ||
e28b3332
DJ
17361$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17362 X"$file" : 'X\(//\)[^/]' \| \
17363 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17364 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17365$as_echo X"$file" |
17366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17367 s//\1/
17368 q
17369 }
17370 /^X\(\/\/\)[^/].*/{
17371 s//\1/
17372 q
17373 }
17374 /^X\(\/\/\)$/{
17375 s//\1/
17376 q
17377 }
17378 /^X\(\/\).*/{
17379 s//\1/
17380 q
17381 }
17382 s/.*/./; q'`
17383 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17384 # echo "creating $dirpart/$file"
17385 echo '# dummy' > "$dirpart/$file"
e28b3332 17386 done
e28b3332 17387 done
81ecdfbb 17388}
4e8d927d 17389 ;;
81ecdfbb 17390 "default":C)
c906108c
SS
17391case x$CONFIG_HEADERS in
17392xconfig.h:config.in)
17393echo > stamp-h ;;
17394esac
bec39cab 17395 ;;
81ecdfbb 17396
bec39cab 17397 esac
81ecdfbb 17398done # for ac_tag
c906108c 17399
bec39cab 17400
81ecdfbb 17401as_fn_exit 0
bec39cab 17402_ACEOF
bec39cab
AC
17403ac_clean_files=$ac_clean_files_save
17404
81ecdfbb
RW
17405test $ac_write_fail = 0 ||
17406 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17407
bec39cab
AC
17408
17409# configure is writing to config.log, and then calls config.status.
17410# config.status does its own redirection, appending to config.log.
17411# Unfortunately, on DOS this fails, as config.log is still kept open
17412# by configure, so config.status won't be able to write to it; its
17413# output is simply discarded. So we exec the FD to /dev/null,
17414# effectively closing config.log, so it can be properly (re)opened and
17415# appended to by config.status. When coming back to configure, we
17416# need to make the FD available again.
17417if test "$no_create" != yes; then
17418 ac_cs_success=:
17419 ac_config_status_args=
17420 test "$silent" = yes &&
17421 ac_config_status_args="$ac_config_status_args --quiet"
17422 exec 5>/dev/null
17423 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17424 exec 5>>config.log
17425 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17426 # would make configure fail if this is the last instruction.
81ecdfbb 17427 $ac_cs_success || as_fn_exit $?
bec39cab 17428fi
c906108c 17429
bec39cab 17430#
81ecdfbb 17431# CONFIG_SUBDIRS section.
bec39cab 17432#
c906108c
SS
17433if test "$no_recursion" != yes; then
17434
81ecdfbb
RW
17435 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
17436 # so they do not pile up.
c906108c
SS
17437 ac_sub_configure_args=
17438 ac_prev=
fdc59709
PB
17439 eval "set x $ac_configure_args"
17440 shift
17441 for ac_arg
17442 do
c906108c
SS
17443 if test -n "$ac_prev"; then
17444 ac_prev=
17445 continue
17446 fi
bec39cab 17447 case $ac_arg in
c906108c
SS
17448 -cache-file | --cache-file | --cache-fil | --cache-fi \
17449 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17450 ac_prev=cache_file ;;
17451 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
17452 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
17453 | --c=*)
17454 ;;
17455 --config-cache | -C)
c906108c
SS
17456 ;;
17457 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17458 ac_prev=srcdir ;;
17459 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17460 ;;
bec39cab
AC
17461 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
17462 ac_prev=prefix ;;
17463 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
17464 ;;
81ecdfbb
RW
17465 --disable-option-checking)
17466 ;;
fdc59709
PB
17467 *)
17468 case $ac_arg in
81ecdfbb 17469 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17470 esac
81ecdfbb 17471 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
c906108c
SS
17472 esac
17473 done
17474
bec39cab
AC
17475 # Always prepend --prefix to ensure using the same prefix
17476 # in subdir configurations.
fdc59709
PB
17477 ac_arg="--prefix=$prefix"
17478 case $ac_arg in
81ecdfbb 17479 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdc59709 17480 esac
81ecdfbb
RW
17481 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
17482
17483 # Pass --silent
17484 if test "$silent" = yes; then
17485 ac_sub_configure_args="--silent $ac_sub_configure_args"
17486 fi
17487
17488 # Always prepend --disable-option-checking to silence warnings, since
17489 # different subdirs can have different --enable and --with options.
17490 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
bec39cab 17491
b4e70030 17492 ac_popdir=`pwd`
bec39cab 17493 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
17494
17495 # Do not complain, so a configure script can configure whichever
17496 # parts of a large source tree are present.
fdc59709 17497 test -d "$srcdir/$ac_dir" || continue
c906108c 17498
81ecdfbb
RW
17499 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
17500 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
17501 $as_echo "$ac_msg" >&6
17502 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
17503 ac_builddir=.
17504
81ecdfbb
RW
17505case "$ac_dir" in
17506.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17507*)
17508 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17509 # A ".." for each directory in $ac_dir_suffix.
17510 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17511 case $ac_top_builddir_sub in
17512 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17513 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17514 esac ;;
17515esac
17516ac_abs_top_builddir=$ac_pwd
17517ac_abs_builddir=$ac_pwd$ac_dir_suffix
17518# for backward compatibility:
17519ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
17520
17521case $srcdir in
81ecdfbb 17522 .) # We are building in place.
bec39cab 17523 ac_srcdir=.
81ecdfbb
RW
17524 ac_top_srcdir=$ac_top_builddir_sub
17525 ac_abs_top_srcdir=$ac_pwd ;;
17526 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 17527 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17528 ac_top_srcdir=$srcdir
17529 ac_abs_top_srcdir=$srcdir ;;
17530 *) # Relative name.
17531 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17532 ac_top_srcdir=$ac_top_build_prefix$srcdir
17533 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 17534esac
81ecdfbb 17535ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c906108c 17536
c906108c 17537
fdc59709 17538 cd "$ac_dir"
c906108c
SS
17539
17540 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
17541 if test -f "$ac_srcdir/configure.gnu"; then
17542 ac_sub_configure=$ac_srcdir/configure.gnu
17543 elif test -f "$ac_srcdir/configure"; then
17544 ac_sub_configure=$ac_srcdir/configure
17545 elif test -f "$ac_srcdir/configure.in"; then
17546 # This should be Cygnus configure.
17547 ac_sub_configure=$ac_aux_dir/configure
c906108c 17548 else
81ecdfbb
RW
17549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
17550$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
17551 ac_sub_configure=
17552 fi
17553
17554 # The recursion is here.
17555 if test -n "$ac_sub_configure"; then
c906108c 17556 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
17557 case $cache_file in
17558 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
81ecdfbb
RW
17559 *) # Relative name.
17560 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
c906108c 17561 esac
c906108c 17562
81ecdfbb
RW
17563 { $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
17564$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 17565 # The eval makes quoting arguments work.
fdc59709
PB
17566 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
17567 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
81ecdfbb 17568 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
c906108c
SS
17569 fi
17570
fdc59709 17571 cd "$ac_popdir"
c906108c
SS
17572 done
17573fi
81ecdfbb
RW
17574if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17576$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17577fi
c906108c
SS
17578
17579
17580exit 0
This page took 2.029506 seconds and 4 git commands to generate.