[AArch64] Match instruction "STP with base register" in prologue
[deliverable/binutils-gdb.git] / gdb / testsuite / 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'
bec39cab 50else
81ecdfbb
RW
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
263
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
bec39cab 356
81ecdfbb
RW
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
bec39cab
AC
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
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
bec39cab 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'
bec39cab 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
c906108c 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
bec39cab
AC
528
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
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=
bec39cab
AC
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
bec39cab
AC
553
554ac_unique_file="gdb.base"
a13c5393 555enable_option_checking=no
bec39cab
AC
556# Factoring default headers for most tests.
557ac_includes_default="\
558#include <stdio.h>
81ecdfbb 559#ifdef HAVE_SYS_TYPES_H
bec39cab
AC
560# include <sys/types.h>
561#endif
81ecdfbb 562#ifdef HAVE_SYS_STAT_H
bec39cab
AC
563# include <sys/stat.h>
564#endif
81ecdfbb 565#ifdef STDC_HEADERS
bec39cab
AC
566# include <stdlib.h>
567# include <stddef.h>
568#else
81ecdfbb 569# ifdef HAVE_STDLIB_H
bec39cab
AC
570# include <stdlib.h>
571# endif
572#endif
81ecdfbb
RW
573#ifdef HAVE_STRING_H
574# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
bec39cab
AC
575# include <memory.h>
576# endif
577# include <string.h>
578#endif
81ecdfbb 579#ifdef HAVE_STRINGS_H
bec39cab
AC
580# include <strings.h>
581#endif
81ecdfbb 582#ifdef HAVE_INTTYPES_H
bec39cab 583# include <inttypes.h>
bec39cab 584#endif
81ecdfbb
RW
585#ifdef HAVE_STDINT_H
586# include <stdint.h>
587#endif
588#ifdef HAVE_UNISTD_H
bec39cab
AC
589# include <unistd.h>
590#endif"
591
81ecdfbb
RW
592ac_subst_vars='LTLIBOBJS
593LIBOBJS
497c491b
JM
594NM_TRANSFORM_NAME
595GAS_TRANSFORM_NAME
596READELF_TRANSFORM_NAME
597STRIP_TRANSFORM_NAME
2a31c623 598EXTRA_RULES
81ecdfbb
RW
599EGREP
600GREP
601CPP
602OBJEXT
603EXEEXT
604ac_ct_CC
605CPPFLAGS
606LDFLAGS
607CFLAGS
608CC
609RPATH_ENVVAR
a13c5393 610subdirs
81ecdfbb
RW
611SET_MAKE
612GMAKE_FALSE
613GMAKE_TRUE
614MAKE
615target_noncanonical
616target_os
617target_vendor
618target_cpu
619target
620host_os
621host_vendor
622host_cpu
623host
624build_os
625build_vendor
626build_cpu
627build
628target_alias
629host_alias
630build_alias
631LIBS
632ECHO_T
633ECHO_N
634ECHO_C
635DEFS
636mandir
637localedir
638libdir
639psdir
640pdfdir
641dvidir
642htmldir
643infodir
644docdir
645oldincludedir
646includedir
647localstatedir
648sharedstatedir
649sysconfdir
650datadir
651datarootdir
652libexecdir
653sbindir
654bindir
655program_transform_name
656prefix
657exec_prefix
658PACKAGE_URL
659PACKAGE_BUGREPORT
660PACKAGE_STRING
661PACKAGE_VERSION
662PACKAGE_TARNAME
663PACKAGE_NAME
664PATH_SEPARATOR
665SHELL'
bec39cab 666ac_subst_files=''
81ecdfbb
RW
667ac_user_opts='
668enable_option_checking
a13c5393 669enable_gdbtk
81ecdfbb
RW
670enable_shared
671'
672 ac_precious_vars='build_alias
673host_alias
674target_alias
675CC
676CFLAGS
677LDFLAGS
678LIBS
679CPPFLAGS
680CPP'
a13c5393 681ac_subdirs_all='gdb.gdbtk'
c906108c
SS
682
683# Initialize some variables set by options.
bec39cab
AC
684ac_init_help=
685ac_init_version=false
81ecdfbb
RW
686ac_unrecognized_opts=
687ac_unrecognized_sep=
c906108c
SS
688# The variables have the same names as the options, with
689# dashes changed to underlines.
bec39cab 690cache_file=/dev/null
c906108c 691exec_prefix=NONE
c906108c 692no_create=
c906108c
SS
693no_recursion=
694prefix=NONE
695program_prefix=NONE
696program_suffix=NONE
697program_transform_name=s,x,x,
698silent=
699site=
700srcdir=
c906108c
SS
701verbose=
702x_includes=NONE
703x_libraries=NONE
bec39cab
AC
704
705# Installation directory options.
706# These are left unexpanded so users can "make install exec_prefix=/foo"
707# and all the variables that are supposed to be based on exec_prefix
708# by default will actually change.
709# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 710# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
711bindir='${exec_prefix}/bin'
712sbindir='${exec_prefix}/sbin'
713libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
714datarootdir='${prefix}/share'
715datadir='${datarootdir}'
c906108c
SS
716sysconfdir='${prefix}/etc'
717sharedstatedir='${prefix}/com'
718localstatedir='${prefix}/var'
c906108c
SS
719includedir='${prefix}/include'
720oldincludedir='/usr/include'
81ecdfbb
RW
721docdir='${datarootdir}/doc/${PACKAGE}'
722infodir='${datarootdir}/info'
723htmldir='${docdir}'
724dvidir='${docdir}'
725pdfdir='${docdir}'
726psdir='${docdir}'
727libdir='${exec_prefix}/lib'
728localedir='${datarootdir}/locale'
729mandir='${datarootdir}/man'
c906108c 730
c906108c 731ac_prev=
81ecdfbb 732ac_dashdash=
c906108c
SS
733for ac_option
734do
c906108c
SS
735 # If the previous option needs an argument, assign it.
736 if test -n "$ac_prev"; then
81ecdfbb 737 eval $ac_prev=\$ac_option
c906108c
SS
738 ac_prev=
739 continue
740 fi
741
81ecdfbb
RW
742 case $ac_option in
743 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
744 *) ac_optarg=yes ;;
745 esac
c906108c
SS
746
747 # Accept the important Cygnus configure options, so we can diagnose typos.
748
81ecdfbb
RW
749 case $ac_dashdash$ac_option in
750 --)
751 ac_dashdash=yes ;;
c906108c
SS
752
753 -bindir | --bindir | --bindi | --bind | --bin | --bi)
754 ac_prev=bindir ;;
755 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 756 bindir=$ac_optarg ;;
c906108c
SS
757
758 -build | --build | --buil | --bui | --bu)
bec39cab 759 ac_prev=build_alias ;;
c906108c 760 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 761 build_alias=$ac_optarg ;;
c906108c
SS
762
763 -cache-file | --cache-file | --cache-fil | --cache-fi \
764 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
765 ac_prev=cache_file ;;
766 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
767 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
768 cache_file=$ac_optarg ;;
769
770 --config-cache | -C)
771 cache_file=config.cache ;;
c906108c 772
81ecdfbb 773 -datadir | --datadir | --datadi | --datad)
c906108c 774 ac_prev=datadir ;;
81ecdfbb 775 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bec39cab 776 datadir=$ac_optarg ;;
c906108c 777
81ecdfbb
RW
778 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
779 | --dataroo | --dataro | --datar)
780 ac_prev=datarootdir ;;
781 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
782 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
783 datarootdir=$ac_optarg ;;
784
c906108c 785 -disable-* | --disable-*)
81ecdfbb 786 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 787 # Reject names that are not valid shell variable names.
81ecdfbb
RW
788 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
789 as_fn_error "invalid feature name: $ac_useropt"
790 ac_useropt_orig=$ac_useropt
791 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
792 case $ac_user_opts in
793 *"
794"enable_$ac_useropt"
795"*) ;;
796 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
797 ac_unrecognized_sep=', ';;
798 esac
799 eval enable_$ac_useropt=no ;;
800
801 -docdir | --docdir | --docdi | --doc | --do)
802 ac_prev=docdir ;;
803 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
804 docdir=$ac_optarg ;;
805
806 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
807 ac_prev=dvidir ;;
808 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
809 dvidir=$ac_optarg ;;
c906108c
SS
810
811 -enable-* | --enable-*)
81ecdfbb 812 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 813 # Reject names that are not valid shell variable names.
81ecdfbb
RW
814 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
815 as_fn_error "invalid feature name: $ac_useropt"
816 ac_useropt_orig=$ac_useropt
817 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
818 case $ac_user_opts in
819 *"
820"enable_$ac_useropt"
821"*) ;;
822 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
823 ac_unrecognized_sep=', ';;
c906108c 824 esac
81ecdfbb 825 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
826
827 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
828 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
829 | --exec | --exe | --ex)
830 ac_prev=exec_prefix ;;
831 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
832 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
833 | --exec=* | --exe=* | --ex=*)
bec39cab 834 exec_prefix=$ac_optarg ;;
c906108c
SS
835
836 -gas | --gas | --ga | --g)
837 # Obsolete; use --with-gas.
838 with_gas=yes ;;
839
bec39cab
AC
840 -help | --help | --hel | --he | -h)
841 ac_init_help=long ;;
842 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
843 ac_init_help=recursive ;;
844 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
845 ac_init_help=short ;;
c906108c
SS
846
847 -host | --host | --hos | --ho)
bec39cab 848 ac_prev=host_alias ;;
c906108c 849 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 850 host_alias=$ac_optarg ;;
c906108c 851
81ecdfbb
RW
852 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
853 ac_prev=htmldir ;;
854 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
855 | --ht=*)
856 htmldir=$ac_optarg ;;
857
c906108c
SS
858 -includedir | --includedir | --includedi | --included | --include \
859 | --includ | --inclu | --incl | --inc)
860 ac_prev=includedir ;;
861 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
862 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 863 includedir=$ac_optarg ;;
c906108c
SS
864
865 -infodir | --infodir | --infodi | --infod | --info | --inf)
866 ac_prev=infodir ;;
867 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 868 infodir=$ac_optarg ;;
c906108c
SS
869
870 -libdir | --libdir | --libdi | --libd)
871 ac_prev=libdir ;;
872 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 873 libdir=$ac_optarg ;;
c906108c
SS
874
875 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
876 | --libexe | --libex | --libe)
877 ac_prev=libexecdir ;;
878 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
879 | --libexe=* | --libex=* | --libe=*)
bec39cab 880 libexecdir=$ac_optarg ;;
c906108c 881
81ecdfbb
RW
882 -localedir | --localedir | --localedi | --localed | --locale)
883 ac_prev=localedir ;;
884 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
885 localedir=$ac_optarg ;;
886
c906108c 887 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 888 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
889 ac_prev=localstatedir ;;
890 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 891 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bec39cab 892 localstatedir=$ac_optarg ;;
c906108c
SS
893
894 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
895 ac_prev=mandir ;;
896 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 897 mandir=$ac_optarg ;;
c906108c
SS
898
899 -nfp | --nfp | --nf)
900 # Obsolete; use --without-fp.
901 with_fp=no ;;
902
903 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 904 | --no-cr | --no-c | -n)
c906108c
SS
905 no_create=yes ;;
906
907 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
908 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
909 no_recursion=yes ;;
910
911 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
912 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
913 | --oldin | --oldi | --old | --ol | --o)
914 ac_prev=oldincludedir ;;
915 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
916 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
917 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 918 oldincludedir=$ac_optarg ;;
c906108c
SS
919
920 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
921 ac_prev=prefix ;;
922 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 923 prefix=$ac_optarg ;;
c906108c
SS
924
925 -program-prefix | --program-prefix | --program-prefi | --program-pref \
926 | --program-pre | --program-pr | --program-p)
927 ac_prev=program_prefix ;;
928 -program-prefix=* | --program-prefix=* | --program-prefi=* \
929 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 930 program_prefix=$ac_optarg ;;
c906108c
SS
931
932 -program-suffix | --program-suffix | --program-suffi | --program-suff \
933 | --program-suf | --program-su | --program-s)
934 ac_prev=program_suffix ;;
935 -program-suffix=* | --program-suffix=* | --program-suffi=* \
936 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 937 program_suffix=$ac_optarg ;;
c906108c
SS
938
939 -program-transform-name | --program-transform-name \
940 | --program-transform-nam | --program-transform-na \
941 | --program-transform-n | --program-transform- \
942 | --program-transform | --program-transfor \
943 | --program-transfo | --program-transf \
944 | --program-trans | --program-tran \
945 | --progr-tra | --program-tr | --program-t)
946 ac_prev=program_transform_name ;;
947 -program-transform-name=* | --program-transform-name=* \
948 | --program-transform-nam=* | --program-transform-na=* \
949 | --program-transform-n=* | --program-transform-=* \
950 | --program-transform=* | --program-transfor=* \
951 | --program-transfo=* | --program-transf=* \
952 | --program-trans=* | --program-tran=* \
953 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 954 program_transform_name=$ac_optarg ;;
c906108c 955
81ecdfbb
RW
956 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
957 ac_prev=pdfdir ;;
958 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
959 pdfdir=$ac_optarg ;;
960
961 -psdir | --psdir | --psdi | --psd | --ps)
962 ac_prev=psdir ;;
963 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
964 psdir=$ac_optarg ;;
965
c906108c
SS
966 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
967 | -silent | --silent | --silen | --sile | --sil)
968 silent=yes ;;
969
970 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
971 ac_prev=sbindir ;;
972 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
973 | --sbi=* | --sb=*)
bec39cab 974 sbindir=$ac_optarg ;;
c906108c
SS
975
976 -sharedstatedir | --sharedstatedir | --sharedstatedi \
977 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
978 | --sharedst | --shareds | --shared | --share | --shar \
979 | --sha | --sh)
980 ac_prev=sharedstatedir ;;
981 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
982 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
983 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
984 | --sha=* | --sh=*)
bec39cab 985 sharedstatedir=$ac_optarg ;;
c906108c
SS
986
987 -site | --site | --sit)
988 ac_prev=site ;;
989 -site=* | --site=* | --sit=*)
bec39cab 990 site=$ac_optarg ;;
5710a1af 991
c906108c
SS
992 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
993 ac_prev=srcdir ;;
994 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 995 srcdir=$ac_optarg ;;
c906108c
SS
996
997 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
998 | --syscon | --sysco | --sysc | --sys | --sy)
999 ac_prev=sysconfdir ;;
1000 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1001 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 1002 sysconfdir=$ac_optarg ;;
c906108c
SS
1003
1004 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 1005 ac_prev=target_alias ;;
c906108c 1006 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 1007 target_alias=$ac_optarg ;;
c906108c
SS
1008
1009 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1010 verbose=yes ;;
1011
bec39cab
AC
1012 -version | --version | --versio | --versi | --vers | -V)
1013 ac_init_version=: ;;
c906108c
SS
1014
1015 -with-* | --with-*)
81ecdfbb 1016 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1017 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1018 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1019 as_fn_error "invalid package name: $ac_useropt"
1020 ac_useropt_orig=$ac_useropt
1021 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1022 case $ac_user_opts in
1023 *"
1024"with_$ac_useropt"
1025"*) ;;
1026 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1027 ac_unrecognized_sep=', ';;
c906108c 1028 esac
81ecdfbb 1029 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1030
1031 -without-* | --without-*)
81ecdfbb 1032 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1033 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1034 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1035 as_fn_error "invalid package name: $ac_useropt"
1036 ac_useropt_orig=$ac_useropt
1037 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1038 case $ac_user_opts in
1039 *"
1040"with_$ac_useropt"
1041"*) ;;
1042 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1043 ac_unrecognized_sep=', ';;
1044 esac
1045 eval with_$ac_useropt=no ;;
c906108c
SS
1046
1047 --x)
1048 # Obsolete; use --with-x.
1049 with_x=yes ;;
1050
1051 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1052 | --x-incl | --x-inc | --x-in | --x-i)
1053 ac_prev=x_includes ;;
1054 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1055 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 1056 x_includes=$ac_optarg ;;
c906108c
SS
1057
1058 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1059 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1060 ac_prev=x_libraries ;;
1061 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1062 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 1063 x_libraries=$ac_optarg ;;
c906108c 1064
81ecdfbb
RW
1065 -*) as_fn_error "unrecognized option: \`$ac_option'
1066Try \`$0 --help' for more information."
c906108c
SS
1067 ;;
1068
bec39cab
AC
1069 *=*)
1070 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1071 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1072 case $ac_envvar in #(
1073 '' | [0-9]* | *[!_$as_cr_alnum]* )
1074 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1075 esac
1076 eval $ac_envvar=\$ac_optarg
bec39cab
AC
1077 export $ac_envvar ;;
1078
c906108c 1079 *)
bec39cab 1080 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1081 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bec39cab 1082 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1083 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bec39cab 1084 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1085 ;;
1086
1087 esac
1088done
1089
1090if test -n "$ac_prev"; then
bec39cab 1091 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1092 as_fn_error "missing argument to $ac_option"
c906108c
SS
1093fi
1094
81ecdfbb
RW
1095if test -n "$ac_unrecognized_opts"; then
1096 case $enable_option_checking in
1097 no) ;;
1098 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1099 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
bec39cab 1100 esac
81ecdfbb 1101fi
c906108c 1102
81ecdfbb
RW
1103# Check all directory arguments for consistency.
1104for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1105 datadir sysconfdir sharedstatedir localstatedir includedir \
1106 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1107 libdir localedir mandir
c906108c 1108do
81ecdfbb
RW
1109 eval ac_val=\$$ac_var
1110 # Remove trailing slashes.
bec39cab 1111 case $ac_val in
81ecdfbb
RW
1112 */ )
1113 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1114 eval $ac_var=\$ac_val;;
c906108c 1115 esac
81ecdfbb
RW
1116 # Be sure to have absolute directory names.
1117 case $ac_val in
1118 [\\/$]* | ?:[\\/]* ) continue;;
1119 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1120 esac
1121 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1122done
1123
bec39cab
AC
1124# There might be people who depend on the old broken behavior: `$host'
1125# used to hold the argument of --host etc.
1126# FIXME: To remove some day.
1127build=$build_alias
1128host=$host_alias
1129target=$target_alias
1130
1131# FIXME: To remove some day.
1132if test "x$host_alias" != x; then
1133 if test "x$build_alias" = x; then
1134 cross_compiling=maybe
81ecdfbb 1135 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bec39cab
AC
1136 If a cross compiler is detected then cross compile mode will be used." >&2
1137 elif test "x$build_alias" != "x$host_alias"; then
1138 cross_compiling=yes
1139 fi
1140fi
c906108c 1141
bec39cab
AC
1142ac_tool_prefix=
1143test -n "$host_alias" && ac_tool_prefix=$host_alias-
1144
1145test "$silent" = yes && exec 6>/dev/null
c906108c 1146
c906108c 1147
81ecdfbb
RW
1148ac_pwd=`pwd` && test -n "$ac_pwd" &&
1149ac_ls_di=`ls -di .` &&
1150ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1151 as_fn_error "working directory cannot be determined"
1152test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1153 as_fn_error "pwd does not report name of working directory"
1154
1155
c906108c
SS
1156# Find the source files, if location was not specified.
1157if test -z "$srcdir"; then
1158 ac_srcdir_defaulted=yes
81ecdfbb
RW
1159 # Try the directory containing this script, then the parent directory.
1160 ac_confdir=`$as_dirname -- "$as_myself" ||
1161$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1162 X"$as_myself" : 'X\(//\)[^/]' \| \
1163 X"$as_myself" : 'X\(//\)$' \| \
1164 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1165$as_echo X"$as_myself" |
1166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1167 s//\1/
1168 q
1169 }
1170 /^X\(\/\/\)[^/].*/{
1171 s//\1/
1172 q
1173 }
1174 /^X\(\/\/\)$/{
1175 s//\1/
1176 q
1177 }
1178 /^X\(\/\).*/{
1179 s//\1/
1180 q
1181 }
1182 s/.*/./; q'`
c906108c 1183 srcdir=$ac_confdir
81ecdfbb 1184 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1185 srcdir=..
1186 fi
1187else
1188 ac_srcdir_defaulted=no
1189fi
81ecdfbb
RW
1190if test ! -r "$srcdir/$ac_unique_file"; then
1191 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1192 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1193fi
1194ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1195ac_abs_confdir=`(
1196 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1197 pwd)`
1198# When building in place, set srcdir=.
1199if test "$ac_abs_confdir" = "$ac_pwd"; then
1200 srcdir=.
1201fi
1202# Remove unnecessary trailing slashes from srcdir.
1203# Double slashes in file names in object file debugging info
1204# mess up M-x gdb in Emacs.
1205case $srcdir in
1206*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1207esac
1208for ac_var in $ac_precious_vars; do
1209 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1210 eval ac_env_${ac_var}_value=\$${ac_var}
1211 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1212 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1213done
c906108c 1214
bec39cab
AC
1215#
1216# Report the --help message.
1217#
1218if test "$ac_init_help" = "long"; then
1219 # Omit some internal or obsolete options to make the list less imposing.
1220 # This message is too long to be a string in the A/UX 3.1 sh.
1221 cat <<_ACEOF
1222\`configure' configures this package to adapt to many kinds of systems.
1223
1224Usage: $0 [OPTION]... [VAR=VALUE]...
1225
1226To assign environment variables (e.g., CC, CFLAGS...), specify them as
1227VAR=VALUE. See below for descriptions of some of the useful variables.
1228
1229Defaults for the options are specified in brackets.
1230
1231Configuration:
1232 -h, --help display this help and exit
1233 --help=short display options specific to this package
1234 --help=recursive display the short help of all the included packages
1235 -V, --version display version information and exit
1236 -q, --quiet, --silent do not print \`checking...' messages
1237 --cache-file=FILE cache test results in FILE [disabled]
1238 -C, --config-cache alias for \`--cache-file=config.cache'
1239 -n, --no-create do not create output files
1240 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1241
bec39cab
AC
1242Installation directories:
1243 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1244 [$ac_default_prefix]
bec39cab 1245 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1246 [PREFIX]
bec39cab
AC
1247
1248By default, \`make install' will install all the files in
1249\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1250an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1251for instance \`--prefix=\$HOME'.
1252
1253For better control, use the options below.
1254
1255Fine tuning of the installation directories:
81ecdfbb
RW
1256 --bindir=DIR user executables [EPREFIX/bin]
1257 --sbindir=DIR system admin executables [EPREFIX/sbin]
1258 --libexecdir=DIR program executables [EPREFIX/libexec]
1259 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1260 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1261 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1262 --libdir=DIR object code libraries [EPREFIX/lib]
1263 --includedir=DIR C header files [PREFIX/include]
1264 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1265 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1266 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1267 --infodir=DIR info documentation [DATAROOTDIR/info]
1268 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1269 --mandir=DIR man documentation [DATAROOTDIR/man]
1270 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1271 --htmldir=DIR html documentation [DOCDIR]
1272 --dvidir=DIR dvi documentation [DOCDIR]
1273 --pdfdir=DIR pdf documentation [DOCDIR]
1274 --psdir=DIR ps documentation [DOCDIR]
bec39cab
AC
1275_ACEOF
1276
1277 cat <<\_ACEOF
1278
497c491b
JM
1279Program names:
1280 --program-prefix=PREFIX prepend PREFIX to installed program names
1281 --program-suffix=SUFFIX append SUFFIX to installed program names
1282 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1283
bec39cab
AC
1284System types:
1285 --build=BUILD configure for building on BUILD [guessed]
1286 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1287 --target=TARGET configure for building compilers for TARGET [HOST]
1288_ACEOF
1289fi
1290
1291if test -n "$ac_init_help"; then
1292
1293 cat <<\_ACEOF
1294
1295Optional Features:
81ecdfbb 1296 --disable-option-checking ignore unrecognized --enable/--with options
bec39cab
AC
1297 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1298 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
a13c5393 1299 --enable-gtk enable gdbtk graphical user interface (GUI)
bec39cab
AC
1300 --enable-shared build shared libraries deault=yes
1301
bec39cab
AC
1302Some influential environment variables:
1303 CC C compiler command
1304 CFLAGS C compiler flags
1305 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1306 nonstandard directory <lib dir>
81ecdfbb
RW
1307 LIBS libraries to pass to the linker, e.g. -l<library>
1308 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1309 you have headers in a nonstandard directory <include dir>
bec39cab
AC
1310 CPP C preprocessor
1311
1312Use these variables to override the choices made by `configure' or to help
1313it to find libraries and programs with nonstandard names/locations.
1314
81ecdfbb 1315Report bugs to the package provider.
bec39cab 1316_ACEOF
81ecdfbb 1317ac_status=$?
bec39cab
AC
1318fi
1319
1320if test "$ac_init_help" = "recursive"; then
1321 # If there are subdirs, report their specific --help.
bec39cab 1322 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1323 test -d "$ac_dir" ||
1324 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1325 continue
bec39cab
AC
1326 ac_builddir=.
1327
81ecdfbb
RW
1328case "$ac_dir" in
1329.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1330*)
1331 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1332 # A ".." for each directory in $ac_dir_suffix.
1333 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1334 case $ac_top_builddir_sub in
1335 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1336 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1337 esac ;;
1338esac
1339ac_abs_top_builddir=$ac_pwd
1340ac_abs_builddir=$ac_pwd$ac_dir_suffix
1341# for backward compatibility:
1342ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
1343
1344case $srcdir in
81ecdfbb 1345 .) # We are building in place.
bec39cab 1346 ac_srcdir=.
81ecdfbb
RW
1347 ac_top_srcdir=$ac_top_builddir_sub
1348 ac_abs_top_srcdir=$ac_pwd ;;
1349 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 1350 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1351 ac_top_srcdir=$srcdir
1352 ac_abs_top_srcdir=$srcdir ;;
1353 *) # Relative name.
1354 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1355 ac_top_srcdir=$ac_top_build_prefix$srcdir
1356 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 1357esac
81ecdfbb 1358ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 1359
81ecdfbb
RW
1360 cd "$ac_dir" || { ac_status=$?; continue; }
1361 # Check for guested configure.
1362 if test -f "$ac_srcdir/configure.gnu"; then
1363 echo &&
1364 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1365 elif test -f "$ac_srcdir/configure"; then
1366 echo &&
1367 $SHELL "$ac_srcdir/configure" --help=recursive
bec39cab 1368 else
81ecdfbb
RW
1369 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1370 fi || ac_status=$?
1371 cd "$ac_pwd" || { ac_status=$?; break; }
bec39cab
AC
1372 done
1373fi
1374
81ecdfbb 1375test -n "$ac_init_help" && exit $ac_status
bec39cab
AC
1376if $ac_init_version; then
1377 cat <<\_ACEOF
81ecdfbb
RW
1378configure
1379generated by GNU Autoconf 2.64
bec39cab 1380
81ecdfbb 1381Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
1382This configure script is free software; the Free Software Foundation
1383gives unlimited permission to copy, distribute and modify it.
1384_ACEOF
81ecdfbb 1385 exit
bec39cab 1386fi
bec39cab 1387
81ecdfbb
RW
1388## ------------------------ ##
1389## Autoconf initialization. ##
1390## ------------------------ ##
bec39cab 1391
81ecdfbb
RW
1392# ac_fn_c_try_compile LINENO
1393# --------------------------
1394# Try to compile conftest.$ac_ext, and return whether this succeeded.
1395ac_fn_c_try_compile ()
bec39cab 1396{
81ecdfbb
RW
1397 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1398 rm -f conftest.$ac_objext
1399 if { { ac_try="$ac_compile"
1400case "(($ac_try" in
1401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1402 *) ac_try_echo=$ac_try;;
1403esac
1404eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1405$as_echo "$ac_try_echo"; } >&5
1406 (eval "$ac_compile") 2>conftest.err
1407 ac_status=$?
1408 if test -s conftest.err; then
1409 grep -v '^ *+' conftest.err >conftest.er1
1410 cat conftest.er1 >&5
1411 mv -f conftest.er1 conftest.err
1412 fi
1413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1414 test $ac_status = 0; } && {
1415 test -z "$ac_c_werror_flag" ||
1416 test ! -s conftest.err
1417 } && test -s conftest.$ac_objext; then :
1418 ac_retval=0
1419else
1420 $as_echo "$as_me: failed program was:" >&5
1421sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1422
81ecdfbb
RW
1423 ac_retval=1
1424fi
1425 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1426 return $ac_retval
bec39cab 1427
81ecdfbb 1428} # ac_fn_c_try_compile
bec39cab 1429
81ecdfbb
RW
1430# ac_fn_c_try_cpp LINENO
1431# ----------------------
1432# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1433ac_fn_c_try_cpp ()
1434{
1435 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1436 if { { ac_try="$ac_cpp conftest.$ac_ext"
1437case "(($ac_try" in
1438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1439 *) ac_try_echo=$ac_try;;
1440esac
1441eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1442$as_echo "$ac_try_echo"; } >&5
1443 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1444 ac_status=$?
1445 if test -s conftest.err; then
1446 grep -v '^ *+' conftest.err >conftest.er1
1447 cat conftest.er1 >&5
1448 mv -f conftest.er1 conftest.err
1449 fi
1450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1451 test $ac_status = 0; } >/dev/null && {
1452 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1453 test ! -s conftest.err
1454 }; then :
1455 ac_retval=0
1456else
1457 $as_echo "$as_me: failed program was:" >&5
1458sed 's/^/| /' conftest.$ac_ext >&5
bec39cab 1459
81ecdfbb
RW
1460 ac_retval=1
1461fi
1462 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1463 return $ac_retval
bec39cab 1464
81ecdfbb 1465} # ac_fn_c_try_cpp
bec39cab 1466
81ecdfbb
RW
1467# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1468# -------------------------------------------------------
1469# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1470# the include files in INCLUDES and setting the cache variable VAR
1471# accordingly.
1472ac_fn_c_check_header_mongrel ()
1473{
1474 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1475 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1477$as_echo_n "checking for $2... " >&6; }
1478if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1479 $as_echo_n "(cached) " >&6
1480fi
1481eval ac_res=\$$3
1482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1483$as_echo "$ac_res" >&6; }
1484else
1485 # Is the header compilable?
1486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1487$as_echo_n "checking $2 usability... " >&6; }
1488cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1489/* end confdefs.h. */
1490$4
1491#include <$2>
1492_ACEOF
1493if ac_fn_c_try_compile "$LINENO"; then :
1494 ac_header_compiler=yes
1495else
1496 ac_header_compiler=no
1497fi
1498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1500$as_echo "$ac_header_compiler" >&6; }
1501
1502# Is the header present?
1503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1504$as_echo_n "checking $2 presence... " >&6; }
1505cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1506/* end confdefs.h. */
1507#include <$2>
1508_ACEOF
1509if ac_fn_c_try_cpp "$LINENO"; then :
1510 ac_header_preproc=yes
1511else
1512 ac_header_preproc=no
1513fi
1514rm -f conftest.err conftest.$ac_ext
1515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1516$as_echo "$ac_header_preproc" >&6; }
1517
1518# So? What about this header?
1519case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1520 yes:no: )
1521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1522$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1524$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1525 ;;
1526 no:yes:* )
1527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1528$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1530$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1531 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1532$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1534$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1536$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1537 ;;
1538esac
1539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1540$as_echo_n "checking for $2... " >&6; }
1541if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1542 $as_echo_n "(cached) " >&6
1543else
1544 eval "$3=\$ac_header_compiler"
1545fi
1546eval ac_res=\$$3
1547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1548$as_echo "$ac_res" >&6; }
1549fi
1550 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1551
1552} # ac_fn_c_check_header_mongrel
1553
1554# ac_fn_c_try_run LINENO
1555# ----------------------
1556# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1557# that executables *can* be run.
1558ac_fn_c_try_run ()
1559{
1560 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1561 if { { ac_try="$ac_link"
1562case "(($ac_try" in
1563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1564 *) ac_try_echo=$ac_try;;
1565esac
1566eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1567$as_echo "$ac_try_echo"; } >&5
1568 (eval "$ac_link") 2>&5
1569 ac_status=$?
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1572 { { case "(($ac_try" in
1573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1574 *) ac_try_echo=$ac_try;;
1575esac
1576eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1577$as_echo "$ac_try_echo"; } >&5
1578 (eval "$ac_try") 2>&5
1579 ac_status=$?
1580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1581 test $ac_status = 0; }; }; then :
1582 ac_retval=0
1583else
1584 $as_echo "$as_me: program exited with status $ac_status" >&5
1585 $as_echo "$as_me: failed program was:" >&5
1586sed 's/^/| /' conftest.$ac_ext >&5
1587
1588 ac_retval=$ac_status
1589fi
1590 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 return $ac_retval
1593
1594} # ac_fn_c_try_run
1595
1596# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1597# -------------------------------------------------------
1598# Tests whether HEADER exists and can be compiled using the include files in
1599# INCLUDES, setting the cache variable VAR accordingly.
1600ac_fn_c_check_header_compile ()
1601{
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1604$as_echo_n "checking for $2... " >&6; }
1605if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1606 $as_echo_n "(cached) " >&6
1607else
1608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1609/* end confdefs.h. */
1610$4
1611#include <$2>
1612_ACEOF
1613if ac_fn_c_try_compile "$LINENO"; then :
1614 eval "$3=yes"
1615else
1616 eval "$3=no"
1617fi
1618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1619fi
1620eval ac_res=\$$3
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1622$as_echo "$ac_res" >&6; }
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624
1625} # ac_fn_c_check_header_compile
1626cat >config.log <<_ACEOF
1627This file contains any messages produced by compilers while
1628running configure, to aid debugging if configure makes a mistake.
1629
1630It was created by $as_me, which was
1631generated by GNU Autoconf 2.64. Invocation command line was
1632
1633 $ $0 $@
1634
1635_ACEOF
1636exec 5>>config.log
1637{
1638cat <<_ASUNAME
1639## --------- ##
1640## Platform. ##
1641## --------- ##
1642
1643hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1644uname -m = `(uname -m) 2>/dev/null || echo unknown`
1645uname -r = `(uname -r) 2>/dev/null || echo unknown`
1646uname -s = `(uname -s) 2>/dev/null || echo unknown`
1647uname -v = `(uname -v) 2>/dev/null || echo unknown`
1648
1649/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1650/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1651
1652/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1653/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1654/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1655/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1656/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1657/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1658/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1659
1660_ASUNAME
1661
1662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1663for as_dir in $PATH
1664do
1665 IFS=$as_save_IFS
1666 test -z "$as_dir" && as_dir=.
1667 $as_echo "PATH: $as_dir"
1668 done
1669IFS=$as_save_IFS
1670
1671} >&5
1672
1673cat >&5 <<_ACEOF
bec39cab
AC
1674
1675
1676## ----------- ##
1677## Core tests. ##
1678## ----------- ##
1679
1680_ACEOF
1681
1682
1683# Keep a trace of the command line.
1684# Strip out --no-create and --no-recursion so they do not pile up.
1685# Strip out --silent because we don't want to record it for future runs.
1686# Also quote any args containing shell meta-characters.
1687# Make two passes to allow for proper duplicate-argument suppression.
1688ac_configure_args=
1689ac_configure_args0=
1690ac_configure_args1=
bec39cab
AC
1691ac_must_keep_next=false
1692for ac_pass in 1 2
1693do
1694 for ac_arg
1695 do
1696 case $ac_arg in
1697 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1698 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1699 | -silent | --silent | --silen | --sile | --sil)
1700 continue ;;
81ecdfbb
RW
1701 *\'*)
1702 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
bec39cab
AC
1703 esac
1704 case $ac_pass in
81ecdfbb 1705 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
bec39cab 1706 2)
81ecdfbb 1707 as_fn_append ac_configure_args1 " '$ac_arg'"
bec39cab
AC
1708 if test $ac_must_keep_next = true; then
1709 ac_must_keep_next=false # Got value, back to normal.
1710 else
1711 case $ac_arg in
1712 *=* | --config-cache | -C | -disable-* | --disable-* \
1713 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1714 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1715 | -with-* | --with-* | -without-* | --without-* | --x)
1716 case "$ac_configure_args0 " in
1717 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1718 esac
1719 ;;
1720 -* ) ac_must_keep_next=true ;;
1721 esac
1722 fi
81ecdfbb 1723 as_fn_append ac_configure_args " '$ac_arg'"
bec39cab
AC
1724 ;;
1725 esac
1726 done
1727done
81ecdfbb
RW
1728{ ac_configure_args0=; unset ac_configure_args0;}
1729{ ac_configure_args1=; unset ac_configure_args1;}
bec39cab
AC
1730
1731# When interrupted or exit'd, cleanup temporary files, and complete
1732# config.log. We remove comments because anyway the quotes in there
1733# would cause problems or look ugly.
81ecdfbb
RW
1734# WARNING: Use '\'' to represent an apostrophe within the trap.
1735# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
bec39cab
AC
1736trap 'exit_status=$?
1737 # Save into config.log some information that might help in debugging.
1738 {
1739 echo
1740
1741 cat <<\_ASBOX
1742## ---------------- ##
1743## Cache variables. ##
1744## ---------------- ##
1745_ASBOX
1746 echo
1747 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1748(
1749 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1750 eval ac_val=\$$ac_var
1751 case $ac_val in #(
1752 *${as_nl}*)
1753 case $ac_var in #(
1754 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1755$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1756 esac
1757 case $ac_var in #(
1758 _ | IFS | as_nl) ;; #(
1759 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1760 *) { eval $ac_var=; unset $ac_var;} ;;
1761 esac ;;
1762 esac
1763 done
bec39cab 1764 (set) 2>&1 |
81ecdfbb
RW
1765 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1766 *${as_nl}ac_space=\ *)
bec39cab 1767 sed -n \
81ecdfbb
RW
1768 "s/'\''/'\''\\\\'\'''\''/g;
1769 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1770 ;; #(
bec39cab 1771 *)
81ecdfbb 1772 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 1773 ;;
81ecdfbb
RW
1774 esac |
1775 sort
1776)
bec39cab
AC
1777 echo
1778
1779 cat <<\_ASBOX
1780## ----------------- ##
1781## Output variables. ##
1782## ----------------- ##
1783_ASBOX
1784 echo
1785 for ac_var in $ac_subst_vars
1786 do
81ecdfbb
RW
1787 eval ac_val=\$$ac_var
1788 case $ac_val in
1789 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1790 esac
1791 $as_echo "$ac_var='\''$ac_val'\''"
bec39cab
AC
1792 done | sort
1793 echo
1794
1795 if test -n "$ac_subst_files"; then
1796 cat <<\_ASBOX
81ecdfbb
RW
1797## ------------------- ##
1798## File substitutions. ##
1799## ------------------- ##
bec39cab
AC
1800_ASBOX
1801 echo
1802 for ac_var in $ac_subst_files
1803 do
81ecdfbb
RW
1804 eval ac_val=\$$ac_var
1805 case $ac_val in
1806 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1807 esac
1808 $as_echo "$ac_var='\''$ac_val'\''"
bec39cab
AC
1809 done | sort
1810 echo
1811 fi
1812
1813 if test -s confdefs.h; then
1814 cat <<\_ASBOX
1815## ----------- ##
1816## confdefs.h. ##
1817## ----------- ##
1818_ASBOX
1819 echo
81ecdfbb 1820 cat confdefs.h
bec39cab 1821 echo
5710a1af 1822 fi
bec39cab 1823 test "$ac_signal" != 0 &&
81ecdfbb
RW
1824 $as_echo "$as_me: caught signal $ac_signal"
1825 $as_echo "$as_me: exit $exit_status"
bec39cab 1826 } >&5
81ecdfbb
RW
1827 rm -f core *.core core.conftest.* &&
1828 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
bec39cab 1829 exit $exit_status
81ecdfbb 1830' 0
bec39cab 1831for ac_signal in 1 2 13 15; do
81ecdfbb 1832 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
bec39cab
AC
1833done
1834ac_signal=0
1835
1836# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1837rm -f -r conftest* confdefs.h
1838
1839$as_echo "/* confdefs.h */" > confdefs.h
bec39cab
AC
1840
1841# Predefined preprocessor variables.
1842
1843cat >>confdefs.h <<_ACEOF
1844#define PACKAGE_NAME "$PACKAGE_NAME"
1845_ACEOF
1846
bec39cab
AC
1847cat >>confdefs.h <<_ACEOF
1848#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1849_ACEOF
1850
bec39cab
AC
1851cat >>confdefs.h <<_ACEOF
1852#define PACKAGE_VERSION "$PACKAGE_VERSION"
1853_ACEOF
1854
bec39cab
AC
1855cat >>confdefs.h <<_ACEOF
1856#define PACKAGE_STRING "$PACKAGE_STRING"
1857_ACEOF
1858
bec39cab
AC
1859cat >>confdefs.h <<_ACEOF
1860#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1861_ACEOF
1862
81ecdfbb
RW
1863cat >>confdefs.h <<_ACEOF
1864#define PACKAGE_URL "$PACKAGE_URL"
1865_ACEOF
1866
bec39cab
AC
1867
1868# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
1869# Prefer an explicitly selected file to automatically selected ones.
1870ac_site_file1=NONE
1871ac_site_file2=NONE
1872if test -n "$CONFIG_SITE"; then
1873 ac_site_file1=$CONFIG_SITE
1874elif test "x$prefix" != xNONE; then
1875 ac_site_file1=$prefix/share/config.site
1876 ac_site_file2=$prefix/etc/config.site
1877else
1878 ac_site_file1=$ac_default_prefix/share/config.site
1879 ac_site_file2=$ac_default_prefix/etc/config.site
c906108c 1880fi
81ecdfbb
RW
1881for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1882do
1883 test "x$ac_site_file" = xNONE && continue
c906108c 1884 if test -r "$ac_site_file"; then
81ecdfbb
RW
1885 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1886$as_echo "$as_me: loading site script $ac_site_file" >&6;}
bec39cab 1887 sed 's/^/| /' "$ac_site_file" >&5
c906108c
SS
1888 . "$ac_site_file"
1889 fi
1890done
1891
1892if test -r "$cache_file"; then
bec39cab
AC
1893 # Some versions of bash will fail to source /dev/null (special
1894 # files actually), so we avoid doing that.
1895 if test -f "$cache_file"; then
81ecdfbb
RW
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1897$as_echo "$as_me: loading cache $cache_file" >&6;}
bec39cab 1898 case $cache_file in
81ecdfbb
RW
1899 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1900 *) . "./$cache_file";;
bec39cab
AC
1901 esac
1902 fi
c906108c 1903else
81ecdfbb
RW
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1905$as_echo "$as_me: creating cache $cache_file" >&6;}
bec39cab 1906 >$cache_file
c906108c
SS
1907fi
1908
bec39cab
AC
1909# Check that the precious variables saved in the cache have kept the same
1910# value.
1911ac_cache_corrupted=false
81ecdfbb 1912for ac_var in $ac_precious_vars; do
bec39cab
AC
1913 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1914 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
1915 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1916 eval ac_new_val=\$ac_env_${ac_var}_value
bec39cab
AC
1917 case $ac_old_set,$ac_new_set in
1918 set,)
81ecdfbb
RW
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1920$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
bec39cab
AC
1921 ac_cache_corrupted=: ;;
1922 ,set)
81ecdfbb
RW
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1924$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
bec39cab
AC
1925 ac_cache_corrupted=: ;;
1926 ,);;
1927 *)
1928 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
1929 # differences in whitespace do not lead to failure.
1930 ac_old_val_w=`echo x $ac_old_val`
1931 ac_new_val_w=`echo x $ac_new_val`
1932 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1934$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1935 ac_cache_corrupted=:
1936 else
1937 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1938$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1939 eval $ac_var=\$ac_old_val
1940 fi
1941 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1942$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1944$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
bec39cab
AC
1945 fi;;
1946 esac
1947 # Pass precious variables to config.status.
1948 if test "$ac_new_set" = set; then
1949 case $ac_new_val in
81ecdfbb 1950 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
bec39cab
AC
1951 *) ac_arg=$ac_var=$ac_new_val ;;
1952 esac
1953 case " $ac_configure_args " in
1954 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 1955 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
bec39cab 1956 esac
c906108c 1957 fi
bec39cab
AC
1958done
1959if $ac_cache_corrupted; then
81ecdfbb
RW
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1961$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1963$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1964 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 1965fi
81ecdfbb
RW
1966## -------------------- ##
1967## Main body of script. ##
1968## -------------------- ##
c906108c 1969
bec39cab
AC
1970ac_ext=c
1971ac_cpp='$CPP $CPPFLAGS'
1972ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1973ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1974ac_compiler_gnu=$ac_cv_c_compiler_gnu
1975
1976
1977
bec39cab 1978
c906108c
SS
1979
1980
c906108c 1981ac_aux_dir=
81ecdfbb
RW
1982for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1983 for ac_t in install-sh install.sh shtool; do
1984 if test -f "$ac_dir/$ac_t"; then
1985 ac_aux_dir=$ac_dir
1986 ac_install_sh="$ac_aux_dir/$ac_t -c"
1987 break 2
1988 fi
1989 done
c906108c
SS
1990done
1991if test -z "$ac_aux_dir"; then
81ecdfbb 1992 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
bec39cab 1993fi
81ecdfbb
RW
1994
1995# These three variables are undocumented and unsupported,
1996# and are intended to be withdrawn in a future Autoconf release.
1997# They can cause serious problems if a builder's source tree is in a directory
1998# whose full name contains unusual characters.
1999ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2000ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2001ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2002
c906108c
SS
2003
2004# Make sure we can run config.sub.
81ecdfbb
RW
2005$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2006 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2007
2008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2009$as_echo_n "checking build system type... " >&6; }
2010if test "${ac_cv_build+set}" = set; then :
2011 $as_echo_n "(cached) " >&6
bec39cab 2012else
81ecdfbb
RW
2013 ac_build_alias=$build_alias
2014test "x$ac_build_alias" = x &&
2015 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2016test "x$ac_build_alias" = x &&
2017 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2018ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2019 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2020
2021fi
2022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2023$as_echo "$ac_cv_build" >&6; }
2024case $ac_cv_build in
2025*-*-*) ;;
2026*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2027esac
bec39cab 2028build=$ac_cv_build
81ecdfbb
RW
2029ac_save_IFS=$IFS; IFS='-'
2030set x $ac_cv_build
2031shift
2032build_cpu=$1
2033build_vendor=$2
2034shift; shift
2035# Remember, the first character of IFS is used to create $*,
2036# except with old shells:
2037build_os=$*
2038IFS=$ac_save_IFS
2039case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2040
2041
2042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2043$as_echo_n "checking host system type... " >&6; }
2044if test "${ac_cv_host+set}" = set; then :
2045 $as_echo_n "(cached) " >&6
2046else
2047 if test "x$host_alias" = x; then
2048 ac_cv_host=$ac_cv_build
bec39cab 2049else
81ecdfbb
RW
2050 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2051 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2052fi
c906108c 2053
bec39cab 2054fi
81ecdfbb
RW
2055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2056$as_echo "$ac_cv_host" >&6; }
2057case $ac_cv_host in
2058*-*-*) ;;
2059*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2060esac
bec39cab 2061host=$ac_cv_host
81ecdfbb
RW
2062ac_save_IFS=$IFS; IFS='-'
2063set x $ac_cv_host
2064shift
2065host_cpu=$1
2066host_vendor=$2
2067shift; shift
2068# Remember, the first character of IFS is used to create $*,
2069# except with old shells:
2070host_os=$*
2071IFS=$ac_save_IFS
2072case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2073
2074
2075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2076$as_echo_n "checking target system type... " >&6; }
2077if test "${ac_cv_target+set}" = set; then :
2078 $as_echo_n "(cached) " >&6
bec39cab 2079else
81ecdfbb
RW
2080 if test "x$target_alias" = x; then
2081 ac_cv_target=$ac_cv_host
2082else
2083 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2084 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2085fi
c906108c 2086
bec39cab 2087fi
81ecdfbb
RW
2088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2089$as_echo "$ac_cv_target" >&6; }
2090case $ac_cv_target in
2091*-*-*) ;;
2092*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2093esac
bec39cab 2094target=$ac_cv_target
81ecdfbb
RW
2095ac_save_IFS=$IFS; IFS='-'
2096set x $ac_cv_target
2097shift
2098target_cpu=$1
2099target_vendor=$2
2100shift; shift
2101# Remember, the first character of IFS is used to create $*,
2102# except with old shells:
2103target_os=$*
2104IFS=$ac_save_IFS
2105case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c906108c 2106
c906108c 2107
bec39cab
AC
2108# The aliases save the names the user supplied, while $host etc.
2109# will get canonicalized.
2110test -n "$target_alias" &&
2111 test "$program_prefix$program_suffix$program_transform_name" = \
2112 NONENONEs,x,x, &&
2113 program_prefix=${target_alias}-
c906108c 2114
be2a5f71
DJ
2115 case ${build_alias} in
2116 "") build_noncanonical=${build} ;;
2117 *) build_noncanonical=${build_alias} ;;
2118esac
2119
2120 case ${host_alias} in
2121 "") host_noncanonical=${build_noncanonical} ;;
2122 *) host_noncanonical=${host_alias} ;;
2123esac
2124
2125 case ${target_alias} in
2126 "") target_noncanonical=${host_noncanonical} ;;
2127 *) target_noncanonical=${target_alias} ;;
2128esac
2129
2130
2131
2132
6bc80edc
TT
2133# Check for the 'make' the user wants to use.
2134for ac_prog in make
2135do
2136 # Extract the first word of "$ac_prog", so it can be a program name with args.
2137set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2139$as_echo_n "checking for $ac_word... " >&6; }
2140if test "${ac_cv_prog_MAKE+set}" = set; then :
2141 $as_echo_n "(cached) " >&6
6bc80edc
TT
2142else
2143 if test -n "$MAKE"; then
2144 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
2145else
2146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2147for as_dir in $PATH
2148do
2149 IFS=$as_save_IFS
2150 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2151 for ac_exec_ext in '' $ac_executable_extensions; do
2152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6bc80edc 2153 ac_cv_prog_MAKE="$ac_prog"
81ecdfbb 2154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6bc80edc
TT
2155 break 2
2156 fi
2157done
81ecdfbb
RW
2158 done
2159IFS=$as_save_IFS
6bc80edc
TT
2160
2161fi
2162fi
2163MAKE=$ac_cv_prog_MAKE
2164if test -n "$MAKE"; then
81ecdfbb
RW
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
2166$as_echo "$MAKE" >&6; }
6bc80edc 2167else
81ecdfbb
RW
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2169$as_echo "no" >&6; }
6bc80edc
TT
2170fi
2171
81ecdfbb 2172
6bc80edc
TT
2173 test -n "$MAKE" && break
2174done
2175
2176MAKE_IS_GNU=
2177case "`$MAKE --version 2>&1 | sed 1q`" in
2178 *GNU*)
2179 MAKE_IS_GNU=yes
2180 ;;
2181esac
2182
2183
2184if test "$MAKE_IS_GNU" = yes; then
2185 GMAKE_TRUE=
2186 GMAKE_FALSE='#'
2187else
2188 GMAKE_TRUE='#'
2189 GMAKE_FALSE=
2190fi
2191
81ecdfbb
RW
2192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2193$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2194set x ${MAKE-make}
2195ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2196if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2197 $as_echo_n "(cached) " >&6
6bc80edc
TT
2198else
2199 cat >conftest.make <<\_ACEOF
81ecdfbb 2200SHELL = /bin/sh
6bc80edc 2201all:
81ecdfbb 2202 @echo '@@@%%%=$(MAKE)=@@@%%%'
6bc80edc
TT
2203_ACEOF
2204# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
2205case `${MAKE-make} -f conftest.make 2>/dev/null` in
2206 *@@@%%%=?*=@@@%%%*)
2207 eval ac_cv_prog_make_${ac_make}_set=yes;;
2208 *)
2209 eval ac_cv_prog_make_${ac_make}_set=no;;
2210esac
6bc80edc
TT
2211rm -f conftest.make
2212fi
81ecdfbb
RW
2213if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2215$as_echo "yes" >&6; }
6bc80edc
TT
2216 SET_MAKE=
2217else
81ecdfbb
RW
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2219$as_echo "no" >&6; }
6bc80edc
TT
2220 SET_MAKE="MAKE=${MAKE-make}"
2221fi
2222
2223
a13c5393
YQ
2224# Enable gdbtk.
2225# Check whether --enable-gdbtk was given.
2226if test "${enable_gdbtk+set}" = set; then :
2227 enableval=$enable_gdbtk;
2228else
2229 if test -d $srcdir/../gdbtk && test -d $srcdir/gdb.gdbtk; then
2230 enable_gdbtk=yes
2231 else
2232 enable_gdbtk=no
2233 fi
2234fi
2235
2236# We unconditionally disable gdbtk tests on selected platforms.
2237case $host_os in
2238 go32* | windows*)
2239 enable_gdbtk=no ;;
2240esac
2241
2242# Add gdbtk tests when appropriate.
2243if test $enable_gdbtk = yes; then
2244
2245
2246subdirs="$subdirs gdb.gdbtk"
2247
2248fi
2249
b39c905e 2250# Enable shared libraries.
81ecdfbb
RW
2251# Check whether --enable-shared was given.
2252if test "${enable_shared+set}" = set; then :
2253 enableval=$enable_shared;
b39c905e
MK
2254else
2255 enable_shared=yes
81ecdfbb
RW
2256fi
2257
b39c905e
MK
2258
2259# If we have shared libraries, try to set RPATH_ENVVAR reasonably,
2260# such that we can find the shared libraries in the build tree.
2261if test $enable_shared = no; then
2262 # The variable `RPATH_ENVVAR' itself is not likely to be used on any
2263 # platform.
2264 RPATH_ENVVAR=RPATH_ENVVAR
2265else
2266 # The variable `LD_LIBRARY_PATH' is used on most platforms.
2267 RPATH_ENVVAR=LD_LIBRARY_PATH
2268 # The following exceptions are taken from Libtool 1.4.3.
2269 case $host_os in
2270 aix*)
2271 if test $host_cpu != ia64; then
2272 RPATH_ENVVAR=LIBPATH
2273 fi ;;
2274 darwin* | rhapsody*)
2275 RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
b39c905e 2276 esac
3fc11d3e 2277fi
b39c905e 2278
c906108c 2279
bec39cab
AC
2280ac_ext=c
2281ac_cpp='$CPP $CPPFLAGS'
2282ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2283ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2284ac_compiler_gnu=$ac_cv_c_compiler_gnu
2285if test -n "$ac_tool_prefix"; then
2286 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2287set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2289$as_echo_n "checking for $ac_word... " >&6; }
2290if test "${ac_cv_prog_CC+set}" = set; then :
2291 $as_echo_n "(cached) " >&6
bec39cab
AC
2292else
2293 if test -n "$CC"; then
2294 ac_cv_prog_CC="$CC" # Let the user override the test.
2295else
2296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2297for as_dir in $PATH
2298do
2299 IFS=$as_save_IFS
2300 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2301 for ac_exec_ext in '' $ac_executable_extensions; do
2302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2303 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2305 break 2
2306 fi
2307done
81ecdfbb
RW
2308 done
2309IFS=$as_save_IFS
bec39cab
AC
2310
2311fi
2312fi
2313CC=$ac_cv_prog_CC
2314if test -n "$CC"; then
81ecdfbb
RW
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2316$as_echo "$CC" >&6; }
bec39cab 2317else
81ecdfbb
RW
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2319$as_echo "no" >&6; }
bec39cab
AC
2320fi
2321
81ecdfbb 2322
bec39cab
AC
2323fi
2324if test -z "$ac_cv_prog_CC"; then
2325 ac_ct_CC=$CC
2326 # Extract the first word of "gcc", so it can be a program name with args.
2327set dummy gcc; ac_word=$2
81ecdfbb
RW
2328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2329$as_echo_n "checking for $ac_word... " >&6; }
2330if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2331 $as_echo_n "(cached) " >&6
bec39cab
AC
2332else
2333 if test -n "$ac_ct_CC"; then
2334 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2335else
2336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2337for as_dir in $PATH
2338do
2339 IFS=$as_save_IFS
2340 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2341 for ac_exec_ext in '' $ac_executable_extensions; do
2342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2343 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2345 break 2
2346 fi
2347done
81ecdfbb
RW
2348 done
2349IFS=$as_save_IFS
bec39cab
AC
2350
2351fi
2352fi
2353ac_ct_CC=$ac_cv_prog_ac_ct_CC
2354if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2356$as_echo "$ac_ct_CC" >&6; }
bec39cab 2357else
81ecdfbb
RW
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2359$as_echo "no" >&6; }
bec39cab
AC
2360fi
2361
81ecdfbb
RW
2362 if test "x$ac_ct_CC" = x; then
2363 CC=""
2364 else
2365 case $cross_compiling:$ac_tool_warned in
2366yes:)
2367{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2368$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2369ac_tool_warned=yes ;;
2370esac
2371 CC=$ac_ct_CC
2372 fi
bec39cab
AC
2373else
2374 CC="$ac_cv_prog_CC"
2375fi
2376
2377if test -z "$CC"; then
81ecdfbb
RW
2378 if test -n "$ac_tool_prefix"; then
2379 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
bec39cab 2380set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2382$as_echo_n "checking for $ac_word... " >&6; }
2383if test "${ac_cv_prog_CC+set}" = set; then :
2384 $as_echo_n "(cached) " >&6
bec39cab
AC
2385else
2386 if test -n "$CC"; then
2387 ac_cv_prog_CC="$CC" # Let the user override the test.
2388else
2389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2394 for ac_exec_ext in '' $ac_executable_extensions; do
2395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2396 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2398 break 2
2399 fi
2400done
81ecdfbb
RW
2401 done
2402IFS=$as_save_IFS
bec39cab
AC
2403
2404fi
2405fi
2406CC=$ac_cv_prog_CC
2407if test -n "$CC"; then
81ecdfbb
RW
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2409$as_echo "$CC" >&6; }
bec39cab 2410else
81ecdfbb
RW
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2412$as_echo "no" >&6; }
bec39cab
AC
2413fi
2414
bec39cab 2415
81ecdfbb 2416 fi
bec39cab
AC
2417fi
2418if test -z "$CC"; then
2419 # Extract the first word of "cc", so it can be a program name with args.
2420set dummy cc; ac_word=$2
81ecdfbb
RW
2421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2422$as_echo_n "checking for $ac_word... " >&6; }
2423if test "${ac_cv_prog_CC+set}" = set; then :
2424 $as_echo_n "(cached) " >&6
bec39cab
AC
2425else
2426 if test -n "$CC"; then
2427 ac_cv_prog_CC="$CC" # Let the user override the test.
2428else
2429 ac_prog_rejected=no
2430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431for as_dir in $PATH
2432do
2433 IFS=$as_save_IFS
2434 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2435 for ac_exec_ext in '' $ac_executable_extensions; do
2436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab
AC
2437 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2438 ac_prog_rejected=yes
2439 continue
2440 fi
2441 ac_cv_prog_CC="cc"
81ecdfbb 2442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2443 break 2
2444 fi
2445done
81ecdfbb
RW
2446 done
2447IFS=$as_save_IFS
bec39cab
AC
2448
2449if test $ac_prog_rejected = yes; then
2450 # We found a bogon in the path, so make sure we never use it.
2451 set dummy $ac_cv_prog_CC
2452 shift
2453 if test $# != 0; then
2454 # We chose a different compiler from the bogus one.
2455 # However, it has the same basename, so the bogon will be chosen
2456 # first if we set CC to just the basename; use the full file name.
2457 shift
2458 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2459 fi
2460fi
2461fi
2462fi
2463CC=$ac_cv_prog_CC
2464if test -n "$CC"; then
81ecdfbb
RW
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2466$as_echo "$CC" >&6; }
bec39cab 2467else
81ecdfbb
RW
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2469$as_echo "no" >&6; }
bec39cab
AC
2470fi
2471
81ecdfbb 2472
bec39cab
AC
2473fi
2474if test -z "$CC"; then
2475 if test -n "$ac_tool_prefix"; then
81ecdfbb 2476 for ac_prog in cl.exe
bec39cab
AC
2477 do
2478 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2479set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2481$as_echo_n "checking for $ac_word... " >&6; }
2482if test "${ac_cv_prog_CC+set}" = set; then :
2483 $as_echo_n "(cached) " >&6
bec39cab
AC
2484else
2485 if test -n "$CC"; then
2486 ac_cv_prog_CC="$CC" # Let the user override the test.
2487else
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 for ac_exec_ext in '' $ac_executable_extensions; do
2494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2495 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2497 break 2
2498 fi
2499done
81ecdfbb
RW
2500 done
2501IFS=$as_save_IFS
bec39cab
AC
2502
2503fi
2504fi
2505CC=$ac_cv_prog_CC
2506if test -n "$CC"; then
81ecdfbb
RW
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2508$as_echo "$CC" >&6; }
bec39cab 2509else
81ecdfbb
RW
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2511$as_echo "no" >&6; }
bec39cab
AC
2512fi
2513
81ecdfbb 2514
bec39cab
AC
2515 test -n "$CC" && break
2516 done
2517fi
2518if test -z "$CC"; then
2519 ac_ct_CC=$CC
81ecdfbb 2520 for ac_prog in cl.exe
bec39cab
AC
2521do
2522 # Extract the first word of "$ac_prog", so it can be a program name with args.
2523set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2525$as_echo_n "checking for $ac_word... " >&6; }
2526if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2527 $as_echo_n "(cached) " >&6
bec39cab
AC
2528else
2529 if test -n "$ac_ct_CC"; then
2530 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2531else
2532as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2533for as_dir in $PATH
2534do
2535 IFS=$as_save_IFS
2536 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2537 for ac_exec_ext in '' $ac_executable_extensions; do
2538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bec39cab 2539 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
bec39cab
AC
2541 break 2
2542 fi
2543done
81ecdfbb
RW
2544 done
2545IFS=$as_save_IFS
bec39cab
AC
2546
2547fi
2548fi
2549ac_ct_CC=$ac_cv_prog_ac_ct_CC
2550if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2552$as_echo "$ac_ct_CC" >&6; }
bec39cab 2553else
81ecdfbb
RW
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555$as_echo "no" >&6; }
bec39cab
AC
2556fi
2557
81ecdfbb 2558
bec39cab
AC
2559 test -n "$ac_ct_CC" && break
2560done
2561
81ecdfbb
RW
2562 if test "x$ac_ct_CC" = x; then
2563 CC=""
2564 else
2565 case $cross_compiling:$ac_tool_warned in
2566yes:)
2567{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2568$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2569ac_tool_warned=yes ;;
2570esac
2571 CC=$ac_ct_CC
2572 fi
bec39cab
AC
2573fi
2574
2575fi
2576
2577
81ecdfbb
RW
2578test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2579$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2580as_fn_error "no acceptable C compiler found in \$PATH
2581See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
2582
2583# Provide some information about the compiler.
81ecdfbb
RW
2584$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2585set X $ac_compile
2586ac_compiler=$2
2587for ac_option in --version -v -V -qversion; do
2588 { { ac_try="$ac_compiler $ac_option >&5"
2589case "(($ac_try" in
2590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2591 *) ac_try_echo=$ac_try;;
2592esac
2593eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2594$as_echo "$ac_try_echo"; } >&5
2595 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
bec39cab 2596 ac_status=$?
81ecdfbb
RW
2597 if test -s conftest.err; then
2598 sed '10a\
2599... rest of stderr output deleted ...
2600 10q' conftest.err >conftest.er1
2601 cat conftest.er1 >&5
2602 rm -f conftest.er1 conftest.err
2603 fi
2604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2605 test $ac_status = 0; }
2606done
bec39cab 2607
81ecdfbb 2608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
2609/* end confdefs.h. */
2610
2611int
2612main ()
2613{
2614
2615 ;
2616 return 0;
2617}
2618_ACEOF
2619ac_clean_files_save=$ac_clean_files
81ecdfbb 2620ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
bec39cab
AC
2621# Try to create an executable without -o first, disregard a.out.
2622# It will help us diagnose broken compilers, and finding out an intuition
2623# of exeext.
81ecdfbb
RW
2624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2625$as_echo_n "checking for C compiler default output file name... " >&6; }
2626ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2627
2628# The possible output files:
2629ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2630
2631ac_rmfiles=
2632for ac_file in $ac_files
2633do
2634 case $ac_file in
2635 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2636 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2637 esac
2638done
2639rm -f $ac_rmfiles
2640
2641if { { ac_try="$ac_link_default"
2642case "(($ac_try" in
2643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2644 *) ac_try_echo=$ac_try;;
2645esac
2646eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2647$as_echo "$ac_try_echo"; } >&5
2648 (eval "$ac_link_default") 2>&5
bec39cab 2649 ac_status=$?
81ecdfbb
RW
2650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2651 test $ac_status = 0; }; then :
2652 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2653# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2654# in a Makefile. We should not override ac_cv_exeext if it was cached,
2655# so that the user can short-circuit this test for compilers unknown to
2656# Autoconf.
2657for ac_file in $ac_files ''
bec39cab
AC
2658do
2659 test -f "$ac_file" || continue
2660 case $ac_file in
81ecdfbb 2661 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
bec39cab
AC
2662 ;;
2663 [ab].out )
2664 # We found the default executable, but exeext='' is most
2665 # certainly right.
2666 break;;
2667 *.* )
81ecdfbb
RW
2668 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2669 then :; else
2670 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2671 fi
2672 # We set ac_cv_exeext here because the later test for it is not
2673 # safe: cross compilers may not add the suffix if given an `-o'
2674 # argument, so we may need to know it at that point already.
2675 # Even if this section looks crufty: it has the advantage of
2676 # actually working.
bec39cab
AC
2677 break;;
2678 * )
2679 break;;
2680 esac
2681done
81ecdfbb
RW
2682test "$ac_cv_exeext" = no && ac_cv_exeext=
2683
bec39cab 2684else
81ecdfbb
RW
2685 ac_file=''
2686fi
2687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2688$as_echo "$ac_file" >&6; }
2689if test -z "$ac_file"; then :
2690 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
2691sed 's/^/| /' conftest.$ac_ext >&5
2692
81ecdfbb
RW
2693{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2695{ as_fn_set_status 77
2696as_fn_error "C compiler cannot create executables
2697See \`config.log' for more details." "$LINENO" 5; }; }
bec39cab 2698fi
bec39cab 2699ac_exeext=$ac_cv_exeext
bec39cab 2700
81ecdfbb 2701# Check that the compiler produces executables we can run. If not, either
bec39cab 2702# the compiler is broken, or we cross compile.
81ecdfbb
RW
2703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2704$as_echo_n "checking whether the C compiler works... " >&6; }
bec39cab
AC
2705# If not cross compiling, check that we can run a simple program.
2706if test "$cross_compiling" != yes; then
2707 if { ac_try='./$ac_file'
81ecdfbb
RW
2708 { { case "(($ac_try" in
2709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2711esac
2712eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713$as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_try") 2>&5
bec39cab 2715 ac_status=$?
81ecdfbb
RW
2716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2717 test $ac_status = 0; }; }; then
bec39cab
AC
2718 cross_compiling=no
2719 else
2720 if test "$cross_compiling" = maybe; then
2721 cross_compiling=yes
2722 else
81ecdfbb
RW
2723 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2724$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2725as_fn_error "cannot run C compiled programs.
bec39cab 2726If you meant to cross compile, use \`--host'.
81ecdfbb 2727See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
2728 fi
2729 fi
2730fi
81ecdfbb
RW
2731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2732$as_echo "yes" >&6; }
bec39cab 2733
81ecdfbb 2734rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
bec39cab 2735ac_clean_files=$ac_clean_files_save
81ecdfbb 2736# Check that the compiler produces executables we can run. If not, either
bec39cab 2737# the compiler is broken, or we cross compile.
81ecdfbb
RW
2738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2739$as_echo_n "checking whether we are cross compiling... " >&6; }
2740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2741$as_echo "$cross_compiling" >&6; }
2742
2743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2744$as_echo_n "checking for suffix of executables... " >&6; }
2745if { { ac_try="$ac_link"
2746case "(($ac_try" in
2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2749esac
2750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2751$as_echo "$ac_try_echo"; } >&5
2752 (eval "$ac_link") 2>&5
bec39cab 2753 ac_status=$?
81ecdfbb
RW
2754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2755 test $ac_status = 0; }; then :
bec39cab
AC
2756 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2757# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2758# work properly (i.e., refer to `conftest.exe'), while it won't with
2759# `rm'.
2760for ac_file in conftest.exe conftest conftest.*; do
2761 test -f "$ac_file" || continue
2762 case $ac_file in
81ecdfbb 2763 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
bec39cab 2764 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
bec39cab
AC
2765 break;;
2766 * ) break;;
2767 esac
2768done
2769else
81ecdfbb
RW
2770 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2771$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2772as_fn_error "cannot compute suffix of executables: cannot compile and link
2773See \`config.log' for more details." "$LINENO" 5; }
bec39cab 2774fi
bec39cab 2775rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2777$as_echo "$ac_cv_exeext" >&6; }
bec39cab
AC
2778
2779rm -f conftest.$ac_ext
2780EXEEXT=$ac_cv_exeext
2781ac_exeext=$EXEEXT
81ecdfbb
RW
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2783$as_echo_n "checking for suffix of object files... " >&6; }
2784if test "${ac_cv_objext+set}" = set; then :
2785 $as_echo_n "(cached) " >&6
bec39cab 2786else
81ecdfbb 2787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
2788/* end confdefs.h. */
2789
2790int
2791main ()
2792{
2793
2794 ;
2795 return 0;
2796}
2797_ACEOF
2798rm -f conftest.o conftest.obj
81ecdfbb
RW
2799if { { ac_try="$ac_compile"
2800case "(($ac_try" in
2801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2802 *) ac_try_echo=$ac_try;;
2803esac
2804eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2805$as_echo "$ac_try_echo"; } >&5
2806 (eval "$ac_compile") 2>&5
bec39cab 2807 ac_status=$?
81ecdfbb
RW
2808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2809 test $ac_status = 0; }; then :
2810 for ac_file in conftest.o conftest.obj conftest.*; do
2811 test -f "$ac_file" || continue;
bec39cab 2812 case $ac_file in
81ecdfbb 2813 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bec39cab
AC
2814 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2815 break;;
2816 esac
2817done
2818else
81ecdfbb 2819 $as_echo "$as_me: failed program was:" >&5
bec39cab
AC
2820sed 's/^/| /' conftest.$ac_ext >&5
2821
81ecdfbb
RW
2822{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2823$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2824as_fn_error "cannot compute suffix of object files: cannot compile
2825See \`config.log' for more details." "$LINENO" 5; }
bec39cab 2826fi
bec39cab
AC
2827rm -f conftest.$ac_cv_objext conftest.$ac_ext
2828fi
81ecdfbb
RW
2829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2830$as_echo "$ac_cv_objext" >&6; }
bec39cab
AC
2831OBJEXT=$ac_cv_objext
2832ac_objext=$OBJEXT
81ecdfbb
RW
2833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2834$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2835if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2836 $as_echo_n "(cached) " >&6
bec39cab 2837else
81ecdfbb 2838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
2839/* end confdefs.h. */
2840
2841int
2842main ()
2843{
2844#ifndef __GNUC__
2845 choke me
2846#endif
2847
2848 ;
2849 return 0;
2850}
2851_ACEOF
81ecdfbb 2852if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
2853 ac_compiler_gnu=yes
2854else
81ecdfbb 2855 ac_compiler_gnu=no
bec39cab 2856fi
81ecdfbb 2857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
2858ac_cv_c_compiler_gnu=$ac_compiler_gnu
2859
2860fi
81ecdfbb
RW
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2862$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2863if test $ac_compiler_gnu = yes; then
2864 GCC=yes
2865else
2866 GCC=
2867fi
bec39cab
AC
2868ac_test_CFLAGS=${CFLAGS+set}
2869ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2871$as_echo_n "checking whether $CC accepts -g... " >&6; }
2872if test "${ac_cv_prog_cc_g+set}" = set; then :
2873 $as_echo_n "(cached) " >&6
bec39cab 2874else
81ecdfbb
RW
2875 ac_save_c_werror_flag=$ac_c_werror_flag
2876 ac_c_werror_flag=yes
2877 ac_cv_prog_cc_g=no
2878 CFLAGS="-g"
2879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
2880/* end confdefs.h. */
2881
2882int
2883main ()
2884{
2885
2886 ;
2887 return 0;
2888}
2889_ACEOF
81ecdfbb 2890if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
2891 ac_cv_prog_cc_g=yes
2892else
81ecdfbb
RW
2893 CFLAGS=""
2894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2895/* end confdefs.h. */
bec39cab 2896
81ecdfbb
RW
2897int
2898main ()
2899{
2900
2901 ;
2902 return 0;
2903}
2904_ACEOF
2905if ac_fn_c_try_compile "$LINENO"; then :
2906
2907else
2908 ac_c_werror_flag=$ac_save_c_werror_flag
2909 CFLAGS="-g"
2910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2911/* end confdefs.h. */
2912
2913int
2914main ()
2915{
2916
2917 ;
2918 return 0;
2919}
2920_ACEOF
2921if ac_fn_c_try_compile "$LINENO"; then :
2922 ac_cv_prog_cc_g=yes
2923fi
2924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 2925fi
81ecdfbb 2926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab 2927fi
81ecdfbb
RW
2928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2929 ac_c_werror_flag=$ac_save_c_werror_flag
2930fi
2931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2932$as_echo "$ac_cv_prog_cc_g" >&6; }
bec39cab
AC
2933if test "$ac_test_CFLAGS" = set; then
2934 CFLAGS=$ac_save_CFLAGS
2935elif test $ac_cv_prog_cc_g = yes; then
2936 if test "$GCC" = yes; then
2937 CFLAGS="-g -O2"
2938 else
2939 CFLAGS="-g"
2940 fi
2941else
2942 if test "$GCC" = yes; then
2943 CFLAGS="-O2"
2944 else
2945 CFLAGS=
2946 fi
2947fi
81ecdfbb
RW
2948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2949$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2950if test "${ac_cv_prog_cc_c89+set}" = set; then :
2951 $as_echo_n "(cached) " >&6
bec39cab 2952else
81ecdfbb 2953 ac_cv_prog_cc_c89=no
bec39cab 2954ac_save_CC=$CC
81ecdfbb 2955cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
2956/* end confdefs.h. */
2957#include <stdarg.h>
2958#include <stdio.h>
2959#include <sys/types.h>
2960#include <sys/stat.h>
2961/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2962struct buf { int x; };
2963FILE * (*rcsopen) (struct buf *, struct stat *, int);
2964static char *e (p, i)
2965 char **p;
2966 int i;
2967{
2968 return p[i];
2969}
2970static char *f (char * (*g) (char **, int), char **p, ...)
2971{
2972 char *s;
2973 va_list v;
2974 va_start (v,p);
2975 s = g (p, va_arg (v,int));
2976 va_end (v);
2977 return s;
2978}
2979
2980/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2981 function prototypes and stuff, but not '\xHH' hex character constants.
2982 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 2983 as 'x'. The following induces an error, until -std is added to get
bec39cab
AC
2984 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2985 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 2986 that's true only with -std. */
bec39cab
AC
2987int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2988
81ecdfbb
RW
2989/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2990 inside strings and character constants. */
2991#define FOO(x) 'x'
2992int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2993
bec39cab
AC
2994int test (int i, double x);
2995struct s1 {int (*f) (int a);};
2996struct s2 {int (*f) (double a);};
2997int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2998int argc;
2999char **argv;
3000int
3001main ()
3002{
3003return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3004 ;
3005 return 0;
3006}
3007_ACEOF
81ecdfbb
RW
3008for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3009 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bec39cab
AC
3010do
3011 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3012 if ac_fn_c_try_compile "$LINENO"; then :
3013 ac_cv_prog_cc_c89=$ac_arg
bec39cab 3014fi
81ecdfbb
RW
3015rm -f core conftest.err conftest.$ac_objext
3016 test "x$ac_cv_prog_cc_c89" != "xno" && break
bec39cab 3017done
81ecdfbb 3018rm -f conftest.$ac_ext
bec39cab
AC
3019CC=$ac_save_CC
3020
3021fi
81ecdfbb
RW
3022# AC_CACHE_VAL
3023case "x$ac_cv_prog_cc_c89" in
3024 x)
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3026$as_echo "none needed" >&6; } ;;
3027 xno)
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3029$as_echo "unsupported" >&6; } ;;
bec39cab 3030 *)
81ecdfbb
RW
3031 CC="$CC $ac_cv_prog_cc_c89"
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3033$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
bec39cab 3034esac
81ecdfbb 3035if test "x$ac_cv_prog_cc_c89" != xno; then :
bec39cab
AC
3036
3037fi
bec39cab 3038
bec39cab
AC
3039ac_ext=c
3040ac_cpp='$CPP $CPPFLAGS'
3041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3043ac_compiler_gnu=$ac_cv_c_compiler_gnu
3044
3045
3046ac_ext=c
3047ac_cpp='$CPP $CPPFLAGS'
3048ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3049ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3050ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3052$as_echo_n "checking how to run the C preprocessor... " >&6; }
dc62bfc2
MK
3053# On Suns, sometimes $CPP names a directory.
3054if test -n "$CPP" && test -d "$CPP"; then
3055 CPP=
3056fi
3057if test -z "$CPP"; then
81ecdfbb
RW
3058 if test "${ac_cv_prog_CPP+set}" = set; then :
3059 $as_echo_n "(cached) " >&6
dc62bfc2 3060else
bec39cab
AC
3061 # Double quotes because CPP needs to be expanded
3062 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3063 do
3064 ac_preproc_ok=false
3065for ac_c_preproc_warn_flag in '' yes
3066do
3067 # Use a header file that comes with gcc, so configuring glibc
3068 # with a fresh cross-compiler works.
3069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3070 # <limits.h> exists even on freestanding compilers.
dc62bfc2 3071 # On the NeXT, cc -E runs the code through the compiler's parser,
bec39cab 3072 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3074/* end confdefs.h. */
3075#ifdef __STDC__
3076# include <limits.h>
3077#else
3078# include <assert.h>
3079#endif
3080 Syntax error
3081_ACEOF
81ecdfbb 3082if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3083
81ecdfbb 3084else
bec39cab
AC
3085 # Broken: fails on valid input.
3086continue
3087fi
3088rm -f conftest.err conftest.$ac_ext
3089
81ecdfbb 3090 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3091 # can be detected and how.
81ecdfbb 3092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3093/* end confdefs.h. */
3094#include <ac_nonexistent.h>
3095_ACEOF
81ecdfbb 3096if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3097 # Broken: success on invalid input.
3098continue
3099else
bec39cab
AC
3100 # Passes both tests.
3101ac_preproc_ok=:
3102break
dc62bfc2 3103fi
bec39cab
AC
3104rm -f conftest.err conftest.$ac_ext
3105
3106done
3107# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3108rm -f conftest.err conftest.$ac_ext
81ecdfbb 3109if $ac_preproc_ok; then :
bec39cab 3110 break
dc62bfc2 3111fi
bec39cab
AC
3112
3113 done
3114 ac_cv_prog_CPP=$CPP
3115
dc62bfc2 3116fi
bec39cab 3117 CPP=$ac_cv_prog_CPP
dc62bfc2 3118else
bec39cab 3119 ac_cv_prog_CPP=$CPP
dc62bfc2 3120fi
81ecdfbb
RW
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3122$as_echo "$CPP" >&6; }
bec39cab
AC
3123ac_preproc_ok=false
3124for ac_c_preproc_warn_flag in '' yes
dc62bfc2 3125do
bec39cab
AC
3126 # Use a header file that comes with gcc, so configuring glibc
3127 # with a fresh cross-compiler works.
3128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3129 # <limits.h> exists even on freestanding compilers.
3130 # On the NeXT, cc -E runs the code through the compiler's parser,
3131 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3133/* end confdefs.h. */
3134#ifdef __STDC__
3135# include <limits.h>
3136#else
3137# include <assert.h>
3138#endif
3139 Syntax error
3140_ACEOF
81ecdfbb 3141if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab 3142
81ecdfbb 3143else
bec39cab
AC
3144 # Broken: fails on valid input.
3145continue
3146fi
3147rm -f conftest.err conftest.$ac_ext
3148
81ecdfbb 3149 # OK, works on sane cases. Now check whether nonexistent headers
bec39cab 3150 # can be detected and how.
81ecdfbb 3151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3152/* end confdefs.h. */
3153#include <ac_nonexistent.h>
3154_ACEOF
81ecdfbb 3155if ac_fn_c_try_cpp "$LINENO"; then :
bec39cab
AC
3156 # Broken: success on invalid input.
3157continue
dc62bfc2 3158else
bec39cab
AC
3159 # Passes both tests.
3160ac_preproc_ok=:
3161break
dc62bfc2 3162fi
bec39cab
AC
3163rm -f conftest.err conftest.$ac_ext
3164
dc62bfc2 3165done
bec39cab
AC
3166# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3167rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3168if $ac_preproc_ok; then :
3169
bec39cab 3170else
81ecdfbb
RW
3171 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3173as_fn_error "C preprocessor \"$CPP\" fails sanity check
3174See \`config.log' for more details." "$LINENO" 5; }
bec39cab
AC
3175fi
3176
3177ac_ext=c
3178ac_cpp='$CPP $CPPFLAGS'
3179ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3180ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3181ac_compiler_gnu=$ac_cv_c_compiler_gnu
dc62bfc2
MK
3182
3183
81ecdfbb
RW
3184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3185$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3186if test "${ac_cv_path_GREP+set}" = set; then :
3187 $as_echo_n "(cached) " >&6
3188else
3189 if test -z "$GREP"; then
3190 ac_path_GREP_found=false
3191 # Loop through the user's path and test for each of PROGNAME-LIST
3192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3193for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3194do
3195 IFS=$as_save_IFS
3196 test -z "$as_dir" && as_dir=.
3197 for ac_prog in grep ggrep; do
3198 for ac_exec_ext in '' $ac_executable_extensions; do
3199 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3200 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3201# Check for GNU ac_path_GREP and select it if it is found.
3202 # Check for GNU $ac_path_GREP
3203case `"$ac_path_GREP" --version 2>&1` in
3204*GNU*)
3205 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3206*)
3207 ac_count=0
3208 $as_echo_n 0123456789 >"conftest.in"
3209 while :
3210 do
3211 cat "conftest.in" "conftest.in" >"conftest.tmp"
3212 mv "conftest.tmp" "conftest.in"
3213 cp "conftest.in" "conftest.nl"
3214 $as_echo 'GREP' >> "conftest.nl"
3215 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3217 as_fn_arith $ac_count + 1 && ac_count=$as_val
3218 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3219 # Best one so far, save it but keep looking for a better one
3220 ac_cv_path_GREP="$ac_path_GREP"
3221 ac_path_GREP_max=$ac_count
3222 fi
3223 # 10*(2^10) chars as input seems more than enough
3224 test $ac_count -gt 10 && break
3225 done
3226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3227esac
3228
3229 $ac_path_GREP_found && break 3
3230 done
3231 done
3232 done
3233IFS=$as_save_IFS
3234 if test -z "$ac_cv_path_GREP"; then
3235 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3236 fi
3237else
3238 ac_cv_path_GREP=$GREP
3239fi
3240
3241fi
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3243$as_echo "$ac_cv_path_GREP" >&6; }
3244 GREP="$ac_cv_path_GREP"
3245
3246
3247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3248$as_echo_n "checking for egrep... " >&6; }
3249if test "${ac_cv_path_EGREP+set}" = set; then :
3250 $as_echo_n "(cached) " >&6
93076499 3251else
81ecdfbb
RW
3252 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3253 then ac_cv_path_EGREP="$GREP -E"
3254 else
3255 if test -z "$EGREP"; then
3256 ac_path_EGREP_found=false
3257 # Loop through the user's path and test for each of PROGNAME-LIST
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3260do
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
3263 for ac_prog in egrep; do
3264 for ac_exec_ext in '' $ac_executable_extensions; do
3265 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3266 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3267# Check for GNU ac_path_EGREP and select it if it is found.
3268 # Check for GNU $ac_path_EGREP
3269case `"$ac_path_EGREP" --version 2>&1` in
3270*GNU*)
3271 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3272*)
3273 ac_count=0
3274 $as_echo_n 0123456789 >"conftest.in"
3275 while :
3276 do
3277 cat "conftest.in" "conftest.in" >"conftest.tmp"
3278 mv "conftest.tmp" "conftest.in"
3279 cp "conftest.in" "conftest.nl"
3280 $as_echo 'EGREP' >> "conftest.nl"
3281 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3283 as_fn_arith $ac_count + 1 && ac_count=$as_val
3284 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3285 # Best one so far, save it but keep looking for a better one
3286 ac_cv_path_EGREP="$ac_path_EGREP"
3287 ac_path_EGREP_max=$ac_count
bec39cab 3288 fi
81ecdfbb
RW
3289 # 10*(2^10) chars as input seems more than enough
3290 test $ac_count -gt 10 && break
3291 done
3292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3293esac
3294
3295 $ac_path_EGREP_found && break 3
3296 done
3297 done
3298 done
3299IFS=$as_save_IFS
3300 if test -z "$ac_cv_path_EGREP"; then
3301 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3302 fi
3303else
3304 ac_cv_path_EGREP=$EGREP
3305fi
3306
3307 fi
bec39cab 3308fi
81ecdfbb
RW
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3310$as_echo "$ac_cv_path_EGREP" >&6; }
3311 EGREP="$ac_cv_path_EGREP"
93076499 3312
93076499 3313
81ecdfbb
RW
3314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3315$as_echo_n "checking for ANSI C header files... " >&6; }
3316if test "${ac_cv_header_stdc+set}" = set; then :
3317 $as_echo_n "(cached) " >&6
bec39cab 3318else
81ecdfbb 3319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3320/* end confdefs.h. */
3321#include <stdlib.h>
3322#include <stdarg.h>
3323#include <string.h>
3324#include <float.h>
3325
3326int
3327main ()
3328{
3329
3330 ;
3331 return 0;
3332}
3333_ACEOF
81ecdfbb 3334if ac_fn_c_try_compile "$LINENO"; then :
bec39cab
AC
3335 ac_cv_header_stdc=yes
3336else
81ecdfbb 3337 ac_cv_header_stdc=no
bec39cab 3338fi
81ecdfbb 3339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bec39cab
AC
3340
3341if test $ac_cv_header_stdc = yes; then
3342 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 3343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3344/* end confdefs.h. */
3345#include <string.h>
3346
3347_ACEOF
3348if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3349 $EGREP "memchr" >/dev/null 2>&1; then :
3350
bec39cab
AC
3351else
3352 ac_cv_header_stdc=no
93076499
ND
3353fi
3354rm -f conftest*
bec39cab
AC
3355
3356fi
3357
3358if test $ac_cv_header_stdc = yes; then
3359 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 3360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3361/* end confdefs.h. */
3362#include <stdlib.h>
3363
3364_ACEOF
3365if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3366 $EGREP "free" >/dev/null 2>&1; then :
3367
bec39cab
AC
3368else
3369 ac_cv_header_stdc=no
3370fi
93076499 3371rm -f conftest*
bec39cab 3372
93076499
ND
3373fi
3374
bec39cab
AC
3375if test $ac_cv_header_stdc = yes; then
3376 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 3377 if test "$cross_compiling" = yes; then :
bec39cab 3378 :
93076499 3379else
81ecdfbb 3380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
bec39cab
AC
3381/* end confdefs.h. */
3382#include <ctype.h>
81ecdfbb 3383#include <stdlib.h>
bec39cab
AC
3384#if ((' ' & 0x0FF) == 0x020)
3385# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3386# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3387#else
3388# define ISLOWER(c) \
3389 (('a' <= (c) && (c) <= 'i') \
3390 || ('j' <= (c) && (c) <= 'r') \
3391 || ('s' <= (c) && (c) <= 'z'))
3392# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3393#endif
93076499 3394
bec39cab
AC
3395#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3396int
3397main ()
3398{
3399 int i;
3400 for (i = 0; i < 256; i++)
3401 if (XOR (islower (i), ISLOWER (i))
3402 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
3403 return 2;
3404 return 0;
bec39cab
AC
3405}
3406_ACEOF
81ecdfbb 3407if ac_fn_c_try_run "$LINENO"; then :
bec39cab 3408
81ecdfbb
RW
3409else
3410 ac_cv_header_stdc=no
93076499 3411fi
81ecdfbb
RW
3412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3413 conftest.$ac_objext conftest.beam conftest.$ac_ext
bec39cab 3414fi
81ecdfbb 3415
bec39cab
AC
3416fi
3417fi
81ecdfbb
RW
3418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3419$as_echo "$ac_cv_header_stdc" >&6; }
bec39cab
AC
3420if test $ac_cv_header_stdc = yes; then
3421
81ecdfbb 3422$as_echo "#define STDC_HEADERS 1" >>confdefs.h
bec39cab
AC
3423
3424fi
3425
3426# On IRIX 5.3, sys/types and inttypes.h are conflicting.
bec39cab
AC
3427for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3428 inttypes.h stdint.h unistd.h
81ecdfbb
RW
3429do :
3430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3431ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3432"
3433eval as_val=\$$as_ac_Header
3434 if test "x$as_val" = x""yes; then :
bec39cab 3435 cat >>confdefs.h <<_ACEOF
81ecdfbb 3436#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bec39cab
AC
3437_ACEOF
3438
93076499
ND
3439fi
3440
bec39cab
AC
3441done
3442
93076499 3443
bec39cab 3444for ac_header in pthread.h
81ecdfbb
RW
3445do :
3446 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
3447if test "x$ac_cv_header_pthread_h" = x""yes; then :
bec39cab 3448 cat >>confdefs.h <<_ACEOF
81ecdfbb 3449#define HAVE_PTHREAD_H 1
bec39cab 3450_ACEOF
93076499 3451
bec39cab 3452fi
93076499 3453
bec39cab
AC
3454done
3455
3456
3457
3458
2a31c623
PA
3459if test "${build}" = "${host}" -a "${host}" = "${target}"; then
3460 case "${host}" in
3461 *gnu*)
3462 EXTRA_RULES=read1
3463 ;;
3464 esac
3465fi
3466
3467
497c491b
JM
3468# Transform the name of some programs and generate the lib/pdtrace
3469# test tool.
3470test "$program_prefix" != NONE &&
3471 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3472# Use a double $ so make ignores it.
3473test "$program_suffix" != NONE &&
3474 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3475# Double any \ or $.
3476# By default was `s,x,x', remove it if useless.
3477ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3478program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3479
497c491b 3480
f6a88844
JM
3481 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
3482 STRIP_TRANSFORM_NAME=`echo strip | sed -e "$gdb_ac_transform"`
3483 if test "x$STRIP_TRANSFORM_NAME" = x; then
3484 STRIP_TRANSFORM_NAME=strip
3485 fi
497c491b 3486
497c491b 3487
f6a88844
JM
3488
3489 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
3490 READELF_TRANSFORM_NAME=`echo readelf | sed -e "$gdb_ac_transform"`
3491 if test "x$READELF_TRANSFORM_NAME" = x; then
3492 READELF_TRANSFORM_NAME=readelf
3493 fi
3494
3495
3496
3497 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
3498 GAS_TRANSFORM_NAME=`echo as | sed -e "$gdb_ac_transform"`
3499 if test "x$GAS_TRANSFORM_NAME" = x; then
3500 GAS_TRANSFORM_NAME=as
3501 fi
3502
3503
3504
3505 gdb_ac_transform=`echo "$program_transform_name" | sed -e 's/\\$\\$/\\$/g'`
3506 NM_TRANSFORM_NAME=`echo nm | sed -e "$gdb_ac_transform"`
3507 if test "x$NM_TRANSFORM_NAME" = x; then
3508 NM_TRANSFORM_NAME=nm
3509 fi
3510
497c491b
JM
3511
3512ac_config_files="$ac_config_files lib/pdtrace"
3513
2151ccc5 3514ac_config_files="$ac_config_files Makefile"
81ecdfbb 3515
1e94266c 3516
bec39cab 3517cat >confcache <<\_ACEOF
c906108c
SS
3518# This file is a shell script that caches the results of configure
3519# tests run on this system so they can be shared between configure
bec39cab
AC
3520# scripts and configure runs, see configure's option --config-cache.
3521# It is not useful on other systems. If it contains results you don't
3522# want to keep, you may remove or edit it.
c906108c 3523#
bec39cab
AC
3524# config.status only pays attention to the cache file if you give it
3525# the --recheck option to rerun configure.
c906108c 3526#
bec39cab
AC
3527# `ac_cv_env_foo' variables (set or unset) will be overridden when
3528# loading this file, other *unset* `ac_cv_foo' will be assigned the
3529# following values.
3530
3531_ACEOF
3532
c906108c
SS
3533# The following way of writing the cache mishandles newlines in values,
3534# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 3535# So, we kill variables containing newlines.
c906108c
SS
3536# Ultrix sh set writes to stderr and can't be redirected directly,
3537# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
3538(
3539 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3540 eval ac_val=\$$ac_var
3541 case $ac_val in #(
3542 *${as_nl}*)
3543 case $ac_var in #(
3544 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3545$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3546 esac
3547 case $ac_var in #(
3548 _ | IFS | as_nl) ;; #(
3549 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3550 *) { eval $ac_var=; unset $ac_var;} ;;
3551 esac ;;
3552 esac
3553 done
3554
bec39cab 3555 (set) 2>&1 |
81ecdfbb
RW
3556 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3557 *${as_nl}ac_space=\ *)
3558 # `set' does not quote correctly, so add quotes: double-quote
3559 # substitution turns \\\\ into \\, and sed turns \\ into \.
bec39cab
AC
3560 sed -n \
3561 "s/'/'\\\\''/g;
3562 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 3563 ;; #(
bec39cab
AC
3564 *)
3565 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 3566 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bec39cab 3567 ;;
81ecdfbb
RW
3568 esac |
3569 sort
3570) |
bec39cab 3571 sed '
81ecdfbb 3572 /^ac_cv_env_/b end
bec39cab 3573 t clear
81ecdfbb 3574 :clear
bec39cab
AC
3575 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3576 t end
81ecdfbb
RW
3577 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3578 :end' >>confcache
3579if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3580 if test -w "$cache_file"; then
3581 test "x$cache_file" != "x/dev/null" &&
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3583$as_echo "$as_me: updating cache $cache_file" >&6;}
bec39cab 3584 cat confcache >$cache_file
c906108c 3585 else
81ecdfbb
RW
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3587$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
3588 fi
3589fi
3590rm -f confcache
3591
c906108c
SS
3592test "x$prefix" = xNONE && prefix=$ac_default_prefix
3593# Let make expand exec_prefix.
3594test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3595
5710a1af
EZ
3596# Transform confdefs.h into DEFS.
3597# Protect against shell expansion while executing Makefile rules.
3598# Protect against Makefile macro expansion.
bec39cab
AC
3599#
3600# If the first sed substitution is executed (which looks for macros that
81ecdfbb 3601# take arguments), then branch to the quote section. Otherwise,
bec39cab 3602# look for a macro that doesn't take arguments.
81ecdfbb
RW
3603ac_script='
3604:mline
3605/\\$/{
3606 N
3607 s,\\\n,,
3608 b mline
3609}
bec39cab 3610t clear
81ecdfbb
RW
3611:clear
3612s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
bec39cab 3613t quote
81ecdfbb 3614s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
bec39cab 3615t quote
81ecdfbb
RW
3616b any
3617:quote
3618s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3619s/\[/\\&/g
3620s/\]/\\&/g
3621s/\$/$$/g
3622H
3623:any
3624${
3625 g
3626 s/^\n//
3627 s/\n/ /g
3628 p
3629}
3630'
3631DEFS=`sed -n "$ac_script" confdefs.h`
bec39cab
AC
3632
3633
3634ac_libobjs=
3635ac_ltlibobjs=
3636for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3637 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
3638 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3639 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3640 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3641 # will be set to the directory where LIBOBJS objects are built.
3642 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3643 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
bec39cab
AC
3644done
3645LIBOBJS=$ac_libobjs
c906108c 3646
bec39cab
AC
3647LTLIBOBJS=$ac_ltlibobjs
3648
3649
6bc80edc 3650if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
81ecdfbb
RW
3651 as_fn_error "conditional \"GMAKE\" was never defined.
3652Usually this means the macro was only invoked conditionally." "$LINENO" 5
6bc80edc 3653fi
bec39cab
AC
3654
3655: ${CONFIG_STATUS=./config.status}
81ecdfbb 3656ac_write_fail=0
bec39cab
AC
3657ac_clean_files_save=$ac_clean_files
3658ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
3659{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3660$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3661as_write_fail=0
3662cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
bec39cab
AC
3663#! $SHELL
3664# Generated by $as_me.
c906108c 3665# Run this file to recreate the current configuration.
c906108c 3666# Compiler output produced by configure, useful for debugging
bec39cab
AC
3667# configure, is in config.log if it exists.
3668
3669debug=false
3670ac_cs_recheck=false
3671ac_cs_silent=false
bec39cab 3672
81ecdfbb
RW
3673SHELL=\${CONFIG_SHELL-$SHELL}
3674export SHELL
3675_ASEOF
3676cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3677## -------------------- ##
3678## M4sh Initialization. ##
3679## -------------------- ##
3680
3681# Be more Bourne compatible
3682DUALCASE=1; export DUALCASE # for MKS sh
3683if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
bec39cab
AC
3684 emulate sh
3685 NULLCMD=:
81ecdfbb 3686 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bec39cab
AC
3687 # is contrary to our usage. Disable this feature.
3688 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
3689 setopt NO_GLOB_SUBST
3690else
3691 case `(set -o) 2>/dev/null` in #(
3692 *posix*) :
3693 set -o posix ;; #(
3694 *) :
3695 ;;
3696esac
bec39cab 3697fi
c906108c 3698
81ecdfbb
RW
3699
3700as_nl='
3701'
3702export as_nl
3703# Printing a long string crashes Solaris 7 /usr/bin/printf.
3704as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3705as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3706as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3707# Prefer a ksh shell builtin over an external printf program on Solaris,
3708# but without wasting forks for bash or zsh.
3709if test -z "$BASH_VERSION$ZSH_VERSION" \
3710 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3711 as_echo='print -r --'
3712 as_echo_n='print -rn --'
3713elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3714 as_echo='printf %s\n'
3715 as_echo_n='printf %s'
bec39cab 3716else
81ecdfbb
RW
3717 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3718 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3719 as_echo_n='/usr/ucb/echo -n'
3720 else
3721 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3722 as_echo_n_body='eval
3723 arg=$1;
3724 case $arg in #(
3725 *"$as_nl"*)
3726 expr "X$arg" : "X\\(.*\\)$as_nl";
3727 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3728 esac;
3729 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3730 '
3731 export as_echo_n_body
3732 as_echo_n='sh -c $as_echo_n_body as_echo'
3733 fi
3734 export as_echo_body
3735 as_echo='sh -c $as_echo_body as_echo'
bec39cab
AC
3736fi
3737
81ecdfbb
RW
3738# The user is always right.
3739if test "${PATH_SEPARATOR+set}" != set; then
3740 PATH_SEPARATOR=:
3741 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3742 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3743 PATH_SEPARATOR=';'
3744 }
3745fi
bec39cab 3746
81ecdfbb
RW
3747
3748# IFS
3749# We need space, tab and new line, in precisely that order. Quoting is
3750# there to prevent editors from complaining about space-tab.
3751# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3752# splitting by setting IFS to empty value.)
3753IFS=" "" $as_nl"
3754
3755# Find who we are. Look in the path if we contain no directory separator.
3756case $0 in #((
3757 *[\\/]* ) as_myself=$0 ;;
3758 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3759for as_dir in $PATH
3760do
3761 IFS=$as_save_IFS
3762 test -z "$as_dir" && as_dir=.
3763 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3764 done
3765IFS=$as_save_IFS
3766
3767 ;;
3768esac
3769# We did not find ourselves, most probably we were run as `sh COMMAND'
3770# in which case we are not to be found in the path.
3771if test "x$as_myself" = x; then
3772 as_myself=$0
3773fi
3774if test ! -f "$as_myself"; then
3775 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3776 exit 1
3777fi
3778
3779# Unset variables that we do not need and which cause bugs (e.g. in
3780# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
3781# suppresses any "Segmentation fault" message there. '((' could
3782# trigger a bug in pdksh 5.2.14.
3783for as_var in BASH_ENV ENV MAIL MAILPATH
3784do eval test x\${$as_var+set} = xset \
3785 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3786done
bec39cab
AC
3787PS1='$ '
3788PS2='> '
3789PS4='+ '
3790
3791# NLS nuisances.
81ecdfbb
RW
3792LC_ALL=C
3793export LC_ALL
3794LANGUAGE=C
3795export LANGUAGE
3796
3797# CDPATH.
3798(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3799
3800
3801# as_fn_error ERROR [LINENO LOG_FD]
3802# ---------------------------------
3803# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3804# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3805# script with status $?, using 1 if that was 0.
3806as_fn_error ()
3807{
3808 as_status=$?; test $as_status -eq 0 && as_status=1
3809 if test "$3"; then
3810 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3811 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
bec39cab 3812 fi
81ecdfbb
RW
3813 $as_echo "$as_me: error: $1" >&2
3814 as_fn_exit $as_status
3815} # as_fn_error
3816
c906108c 3817
81ecdfbb
RW
3818# as_fn_set_status STATUS
3819# -----------------------
3820# Set $? to STATUS, without forking.
3821as_fn_set_status ()
3822{
3823 return $1
3824} # as_fn_set_status
3825
3826# as_fn_exit STATUS
3827# -----------------
3828# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3829as_fn_exit ()
3830{
3831 set +e
3832 as_fn_set_status $1
3833 exit $1
3834} # as_fn_exit
3835
3836# as_fn_unset VAR
3837# ---------------
3838# Portably unset VAR.
3839as_fn_unset ()
3840{
3841 { eval $1=; unset $1;}
3842}
3843as_unset=as_fn_unset
3844# as_fn_append VAR VALUE
3845# ----------------------
3846# Append the text in VALUE to the end of the definition contained in VAR. Take
3847# advantage of any shell optimizations that allow amortized linear growth over
3848# repeated appends, instead of the typical quadratic growth present in naive
3849# implementations.
3850if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3851 eval 'as_fn_append ()
3852 {
3853 eval $1+=\$2
3854 }'
3855else
3856 as_fn_append ()
3857 {
3858 eval $1=\$$1\$2
3859 }
3860fi # as_fn_append
3861
3862# as_fn_arith ARG...
3863# ------------------
3864# Perform arithmetic evaluation on the ARGs, and store the result in the
3865# global $as_val. Take advantage of shells that can avoid forks. The arguments
3866# must be portable across $(()) and expr.
3867if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3868 eval 'as_fn_arith ()
3869 {
3870 as_val=$(( $* ))
3871 }'
3872else
3873 as_fn_arith ()
3874 {
3875 as_val=`expr "$@" || test $? -eq 1`
3876 }
3877fi # as_fn_arith
3878
3879
3880if expr a : '\(a\)' >/dev/null 2>&1 &&
3881 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bec39cab
AC
3882 as_expr=expr
3883else
3884 as_expr=false
3885fi
c906108c 3886
81ecdfbb 3887if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bec39cab
AC
3888 as_basename=basename
3889else
3890 as_basename=false
3891fi
3892
81ecdfbb
RW
3893if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3894 as_dirname=dirname
3895else
3896 as_dirname=false
3897fi
bec39cab 3898
81ecdfbb 3899as_me=`$as_basename -- "$0" ||
bec39cab
AC
3900$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3901 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
3902 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3903$as_echo X/"$0" |
3904 sed '/^.*\/\([^/][^/]*\)\/*$/{
3905 s//\1/
3906 q
3907 }
3908 /^X\/\(\/\/\)$/{
3909 s//\1/
3910 q
3911 }
3912 /^X\/\(\/\).*/{
3913 s//\1/
3914 q
3915 }
3916 s/.*/./; q'`
bec39cab 3917
bec39cab
AC
3918# Avoid depending upon Character Ranges.
3919as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3920as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3921as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3922as_cr_digits='0123456789'
3923as_cr_alnum=$as_cr_Letters$as_cr_digits
3924
81ecdfbb
RW
3925ECHO_C= ECHO_N= ECHO_T=
3926case `echo -n x` in #(((((
3927-n*)
3928 case `echo 'xy\c'` in
3929 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3930 xy) ECHO_C='\c';;
3931 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
3932 ECHO_T=' ';;
3933 esac;;
3934*)
3935 ECHO_N='-n';;
bec39cab
AC
3936esac
3937
81ecdfbb
RW
3938rm -f conf$$ conf$$.exe conf$$.file
3939if test -d conf$$.dir; then
3940 rm -f conf$$.dir/conf$$.file
bec39cab 3941else
81ecdfbb
RW
3942 rm -f conf$$.dir
3943 mkdir conf$$.dir 2>/dev/null
bec39cab 3944fi
81ecdfbb
RW
3945if (echo >conf$$.file) 2>/dev/null; then
3946 if ln -s conf$$.file conf$$ 2>/dev/null; then
bec39cab 3947 as_ln_s='ln -s'
81ecdfbb
RW
3948 # ... but there are two gotchas:
3949 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3950 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3951 # In both cases, we have to default to `cp -p'.
3952 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3953 as_ln_s='cp -p'
3954 elif ln conf$$.file conf$$ 2>/dev/null; then
3955 as_ln_s=ln
3956 else
3957 as_ln_s='cp -p'
c906108c 3958 fi
bec39cab
AC
3959else
3960 as_ln_s='cp -p'
3961fi
81ecdfbb
RW
3962rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3963rmdir conf$$.dir 2>/dev/null
3964
3965
3966# as_fn_mkdir_p
3967# -------------
3968# Create "$as_dir" as a directory, including parents if necessary.
3969as_fn_mkdir_p ()
3970{
3971
3972 case $as_dir in #(
3973 -*) as_dir=./$as_dir;;
3974 esac
3975 test -d "$as_dir" || eval $as_mkdir_p || {
3976 as_dirs=
3977 while :; do
3978 case $as_dir in #(
3979 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3980 *) as_qdir=$as_dir;;
3981 esac
3982 as_dirs="'$as_qdir' $as_dirs"
3983 as_dir=`$as_dirname -- "$as_dir" ||
3984$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3985 X"$as_dir" : 'X\(//\)[^/]' \| \
3986 X"$as_dir" : 'X\(//\)$' \| \
3987 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3988$as_echo X"$as_dir" |
3989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3990 s//\1/
3991 q
3992 }
3993 /^X\(\/\/\)[^/].*/{
3994 s//\1/
3995 q
3996 }
3997 /^X\(\/\/\)$/{
3998 s//\1/
3999 q
4000 }
4001 /^X\(\/\).*/{
4002 s//\1/
4003 q
4004 }
4005 s/.*/./; q'`
4006 test -d "$as_dir" && break
4007 done
4008 test -z "$as_dirs" || eval "mkdir $as_dirs"
4009 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
bec39cab 4010
81ecdfbb
RW
4011
4012} # as_fn_mkdir_p
bec39cab 4013if mkdir -p . 2>/dev/null; then
81ecdfbb 4014 as_mkdir_p='mkdir -p "$as_dir"'
bec39cab
AC
4015else
4016 test -d ./-p && rmdir ./-p
4017 as_mkdir_p=false
4018fi
4019
81ecdfbb
RW
4020if test -x / >/dev/null 2>&1; then
4021 as_test_x='test -x'
4022else
4023 if ls -dL / >/dev/null 2>&1; then
4024 as_ls_L_option=L
4025 else
4026 as_ls_L_option=
4027 fi
4028 as_test_x='
4029 eval sh -c '\''
4030 if test -d "$1"; then
4031 test -d "$1/.";
4032 else
4033 case $1 in #(
4034 -*)set "./$1";;
4035 esac;
4036 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
4037 ???[sx]*):;;*)false;;esac;fi
4038 '\'' sh
4039 '
4040fi
4041as_executable_p=$as_test_x
bec39cab
AC
4042
4043# Sed expression to map a string onto a valid CPP name.
4044as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4045
4046# Sed expression to map a string onto a valid variable name.
4047as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4048
4049
bec39cab 4050exec 6>&1
81ecdfbb
RW
4051## ----------------------------------- ##
4052## Main body of $CONFIG_STATUS script. ##
4053## ----------------------------------- ##
4054_ASEOF
4055test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4056
4057cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4058# Save the log message, to keep $0 and so on meaningful, and to
bec39cab 4059# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
4060# values after options handling.
4061ac_log="
bec39cab 4062This file was extended by $as_me, which was
81ecdfbb 4063generated by GNU Autoconf 2.64. Invocation command line was
bec39cab
AC
4064
4065 CONFIG_FILES = $CONFIG_FILES
4066 CONFIG_HEADERS = $CONFIG_HEADERS
4067 CONFIG_LINKS = $CONFIG_LINKS
4068 CONFIG_COMMANDS = $CONFIG_COMMANDS
4069 $ $0 $@
4070
81ecdfbb
RW
4071on `(hostname || uname -n) 2>/dev/null | sed 1q`
4072"
4073
bec39cab
AC
4074_ACEOF
4075
81ecdfbb
RW
4076case $ac_config_files in *"
4077"*) set x $ac_config_files; shift; ac_config_files=$*;;
4078esac
bec39cab 4079
bec39cab 4080
bec39cab 4081
81ecdfbb
RW
4082cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4083# Files that config.status was made for.
4084config_files="$ac_config_files"
bec39cab 4085
81ecdfbb 4086_ACEOF
bec39cab 4087
81ecdfbb 4088cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 4089ac_cs_usage="\
81ecdfbb
RW
4090\`$as_me' instantiates files and other configuration actions
4091from templates according to the current configuration. Unless the files
4092and actions are specified as TAGs, all are instantiated by default.
bec39cab 4093
81ecdfbb 4094Usage: $0 [OPTION]... [TAG]...
bec39cab
AC
4095
4096 -h, --help print this help, then exit
81ecdfbb
RW
4097 -V, --version print version number and configuration settings, then exit
4098 -q, --quiet, --silent
4099 do not print progress messages
bec39cab
AC
4100 -d, --debug don't remove temporary files
4101 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
4102 --file=FILE[:TEMPLATE]
4103 instantiate the configuration file FILE
bec39cab
AC
4104
4105Configuration files:
4106$config_files
4107
81ecdfbb 4108Report bugs to the package provider."
bec39cab 4109
81ecdfbb
RW
4110_ACEOF
4111cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab
AC
4112ac_cs_version="\\
4113config.status
81ecdfbb
RW
4114configured by $0, generated by GNU Autoconf 2.64,
4115 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
bec39cab 4116
81ecdfbb 4117Copyright (C) 2009 Free Software Foundation, Inc.
bec39cab
AC
4118This config.status script is free software; the Free Software Foundation
4119gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
4120
4121ac_pwd='$ac_pwd'
4122srcdir='$srcdir'
4123test -n "\$AWK" || AWK=awk
bec39cab
AC
4124_ACEOF
4125
81ecdfbb
RW
4126cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4127# The default lists apply if the user does not specify any file.
bec39cab
AC
4128ac_need_defaults=:
4129while test $# != 0
4130do
4131 case $1 in
4132 --*=*)
81ecdfbb
RW
4133 ac_option=`expr "X$1" : 'X\([^=]*\)='`
4134 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bec39cab
AC
4135 ac_shift=:
4136 ;;
81ecdfbb 4137 *)
bec39cab
AC
4138 ac_option=$1
4139 ac_optarg=$2
4140 ac_shift=shift
4141 ;;
bec39cab
AC
4142 esac
4143
4144 case $ac_option in
4145 # Handling of the options.
bec39cab
AC
4146 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4147 ac_cs_recheck=: ;;
81ecdfbb
RW
4148 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4149 $as_echo "$ac_cs_version"; exit ;;
4150 --debug | --debu | --deb | --de | --d | -d )
bec39cab
AC
4151 debug=: ;;
4152 --file | --fil | --fi | --f )
4153 $ac_shift
81ecdfbb
RW
4154 case $ac_optarg in
4155 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4156 esac
4157 as_fn_append CONFIG_FILES " '$ac_optarg'"
bec39cab 4158 ac_need_defaults=false;;
81ecdfbb
RW
4159 --he | --h | --help | --hel | -h )
4160 $as_echo "$ac_cs_usage"; exit ;;
bec39cab
AC
4161 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4162 | -silent | --silent | --silen | --sile | --sil | --si | --s)
4163 ac_cs_silent=: ;;
4164
4165 # This is an error.
81ecdfbb
RW
4166 -*) as_fn_error "unrecognized option: \`$1'
4167Try \`$0 --help' for more information." ;;
bec39cab 4168
81ecdfbb
RW
4169 *) as_fn_append ac_config_targets " $1"
4170 ac_need_defaults=false ;;
c906108c 4171
c906108c 4172 esac
bec39cab
AC
4173 shift
4174done
4175
4176ac_configure_extra_args=
4177
4178if $ac_cs_silent; then
4179 exec 6>/dev/null
4180 ac_configure_extra_args="$ac_configure_extra_args --silent"
4181fi
4182
4183_ACEOF
81ecdfbb 4184cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bec39cab 4185if \$ac_cs_recheck; then
81ecdfbb
RW
4186 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4187 shift
4188 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4189 CONFIG_SHELL='$SHELL'
4190 export CONFIG_SHELL
4191 exec "\$@"
bec39cab
AC
4192fi
4193
4194_ACEOF
81ecdfbb
RW
4195cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4196exec 5>>config.log
4197{
4198 echo
4199 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4200## Running $as_me. ##
4201_ASBOX
4202 $as_echo "$ac_log"
4203} >&5
c906108c 4204
81ecdfbb
RW
4205_ACEOF
4206cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4207_ACEOF
c906108c 4208
81ecdfbb 4209cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab 4210
81ecdfbb 4211# Handling of arguments.
bec39cab
AC
4212for ac_config_target in $ac_config_targets
4213do
81ecdfbb 4214 case $ac_config_target in
497c491b 4215 "lib/pdtrace") CONFIG_FILES="$CONFIG_FILES lib/pdtrace" ;;
81ecdfbb 4216 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
4217
4218 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 4219 esac
bec39cab
AC
4220done
4221
81ecdfbb 4222
bec39cab
AC
4223# If the user did not use the arguments to specify the items to instantiate,
4224# then the envvar interface is used. Set only those that are not.
4225# We use the long form for the default assignment because of an extremely
4226# bizarre bug on SunOS 4.1.3.
4227if $ac_need_defaults; then
4228 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4229fi
4230
4231# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 4232# simply because there is no reason against having it here, and in addition,
bec39cab 4233# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
4234# Hook for its removal unless debugging.
4235# Note that there is a small window in which the directory will not be cleaned:
4236# after its creation but before its name has been assigned to `$tmp'.
bec39cab
AC
4237$debug ||
4238{
81ecdfbb
RW
4239 tmp=
4240 trap 'exit_status=$?
4241 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4242' 0
4243 trap 'as_fn_exit 1' 1 2 13 15
bec39cab 4244}
bec39cab
AC
4245# Create a (secure) tmp directory for tmp files.
4246
4247{
81ecdfbb 4248 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
bec39cab
AC
4249 test -n "$tmp" && test -d "$tmp"
4250} ||
4251{
81ecdfbb
RW
4252 tmp=./conf$$-$RANDOM
4253 (umask 077 && mkdir "$tmp")
4254} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
4255
4256# Set up the scripts for CONFIG_FILES section.
4257# No need to generate them if there are no CONFIG_FILES.
4258# This happens for instance with `./config.status config.h'.
4259if test -n "$CONFIG_FILES"; then
4260
4261
4262ac_cr=`echo X | tr X '\015'`
4263# On cygwin, bash can eat \r inside `` if the user requested igncr.
4264# But we know of no other shell where ac_cr would be empty at this
4265# point, so we can use a bashism as a fallback.
4266if test "x$ac_cr" = x; then
4267 eval ac_cr=\$\'\\r\'
4268fi
4269ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4270if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4271 ac_cs_awk_cr='\r'
4272else
4273 ac_cs_awk_cr=$ac_cr
4274fi
4275
4276echo 'BEGIN {' >"$tmp/subs1.awk" &&
4277_ACEOF
4278
4279
bec39cab 4280{
81ecdfbb
RW
4281 echo "cat >conf$$subs.awk <<_ACEOF" &&
4282 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4283 echo "_ACEOF"
4284} >conf$$subs.sh ||
4285 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4286ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4287ac_delim='%!_!# '
4288for ac_last_try in false false false false false :; do
4289 . ./conf$$subs.sh ||
4290 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4291
4292 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4293 if test $ac_delim_n = $ac_delim_num; then
4294 break
4295 elif $ac_last_try; then
4296 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
4297 else
4298 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4299 fi
4300done
4301rm -f conf$$subs.sh
4302
4303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4304cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4305_ACEOF
4306sed -n '
4307h
4308s/^/S["/; s/!.*/"]=/
4309p
4310g
4311s/^[^!]*!//
4312:repl
4313t repl
4314s/'"$ac_delim"'$//
4315t delim
4316:nl
4317h
4318s/\(.\{148\}\).*/\1/
4319t more1
4320s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4321p
4322n
4323b repl
4324:more1
4325s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4326p
4327g
4328s/.\{148\}//
4329t nl
4330:delim
4331h
4332s/\(.\{148\}\).*/\1/
4333t more2
4334s/["\\]/\\&/g; s/^/"/; s/$/"/
4335p
4336b
4337:more2
4338s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4339p
4340g
4341s/.\{148\}//
4342t delim
4343' <conf$$subs.awk | sed '
4344/^[^""]/{
4345 N
4346 s/\n//
4347}
4348' >>$CONFIG_STATUS || ac_write_fail=1
4349rm -f conf$$subs.awk
4350cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4351_ACAWK
4352cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4353 for (key in S) S_is_set[key] = 1
4354 FS = "\a"
4355
4356}
4357{
4358 line = $ 0
4359 nfields = split(line, field, "@")
4360 substed = 0
4361 len = length(field[1])
4362 for (i = 2; i < nfields; i++) {
4363 key = field[i]
4364 keylen = length(key)
4365 if (S_is_set[key]) {
4366 value = S[key]
4367 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4368 len += length(value) + length(field[++i])
4369 substed = 1
4370 } else
4371 len += 1 + keylen
4372 }
4373
4374 print line
bec39cab
AC
4375}
4376
81ecdfbb
RW
4377_ACAWK
4378_ACEOF
4379cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4380if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4381 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4382else
4383 cat
4384fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4385 || as_fn_error "could not setup config files machinery" "$LINENO" 5
bec39cab
AC
4386_ACEOF
4387
81ecdfbb
RW
4388# VPATH may cause trouble with some makes, so we remove $(srcdir),
4389# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4390# trailing colons and then remove the whole line if VPATH becomes empty
4391# (actually we leave an empty line to preserve line numbers).
4392if test "x$srcdir" = x.; then
4393 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4394s/:*\$(srcdir):*/:/
4395s/:*\${srcdir}:*/:/
4396s/:*@srcdir@:*/:/
4397s/^\([^=]*=[ ]*\):*/\1/
4398s/:*$//
4399s/^[^=]*=[ ]*$//
4400}'
4401fi
c906108c 4402
81ecdfbb
RW
4403cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4404fi # test -n "$CONFIG_FILES"
c906108c 4405
c906108c 4406
81ecdfbb
RW
4407eval set X " :F $CONFIG_FILES "
4408shift
4409for ac_tag
4410do
4411 case $ac_tag in
4412 :[FHLC]) ac_mode=$ac_tag; continue;;
4413 esac
4414 case $ac_mode$ac_tag in
4415 :[FHL]*:*);;
4416 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
4417 :[FH]-) ac_tag=-:-;;
4418 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4419 esac
4420 ac_save_IFS=$IFS
4421 IFS=:
4422 set x $ac_tag
4423 IFS=$ac_save_IFS
4424 shift
4425 ac_file=$1
4426 shift
bec39cab 4427
81ecdfbb
RW
4428 case $ac_mode in
4429 :L) ac_source=$1;;
4430 :[FH])
4431 ac_file_inputs=
4432 for ac_f
4433 do
4434 case $ac_f in
4435 -) ac_f="$tmp/stdin";;
4436 *) # Look for the file first in the build tree, then in the source tree
4437 # (if the path is not absolute). The absolute path cannot be DOS-style,
4438 # because $ac_f cannot contain `:'.
4439 test -f "$ac_f" ||
4440 case $ac_f in
4441 [\\/$]*) false;;
4442 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4443 esac ||
4444 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4445 esac
4446 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4447 as_fn_append ac_file_inputs " '$ac_f'"
4448 done
4449
4450 # Let's still pretend it is `configure' which instantiates (i.e., don't
4451 # use $as_me), people would be surprised to read:
4452 # /* config.h. Generated by config.status. */
4453 configure_input='Generated from '`
4454 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4455 `' by configure.'
4456 if test x"$ac_file" != x-; then
4457 configure_input="$ac_file. $configure_input"
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4459$as_echo "$as_me: creating $ac_file" >&6;}
bec39cab 4460 fi
81ecdfbb
RW
4461 # Neutralize special characters interpreted by sed in replacement strings.
4462 case $configure_input in #(
4463 *\&* | *\|* | *\\* )
4464 ac_sed_conf_input=`$as_echo "$configure_input" |
4465 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4466 *) ac_sed_conf_input=$configure_input;;
4467 esac
c906108c 4468
81ecdfbb
RW
4469 case $ac_tag in
4470 *:-:* | *:-) cat >"$tmp/stdin" \
4471 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
4472 esac
4473 ;;
bec39cab
AC
4474 esac
4475
81ecdfbb 4476 ac_dir=`$as_dirname -- "$ac_file" ||
bec39cab
AC
4477$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4478 X"$ac_file" : 'X\(//\)[^/]' \| \
4479 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
4480 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4481$as_echo X"$ac_file" |
4482 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4483 s//\1/
4484 q
4485 }
4486 /^X\(\/\/\)[^/].*/{
4487 s//\1/
4488 q
4489 }
4490 /^X\(\/\/\)$/{
4491 s//\1/
4492 q
4493 }
4494 /^X\(\/\).*/{
4495 s//\1/
4496 q
4497 }
4498 s/.*/./; q'`
4499 as_dir="$ac_dir"; as_fn_mkdir_p
bec39cab
AC
4500 ac_builddir=.
4501
81ecdfbb
RW
4502case "$ac_dir" in
4503.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4504*)
4505 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4506 # A ".." for each directory in $ac_dir_suffix.
4507 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4508 case $ac_top_builddir_sub in
4509 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4510 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4511 esac ;;
4512esac
4513ac_abs_top_builddir=$ac_pwd
4514ac_abs_builddir=$ac_pwd$ac_dir_suffix
4515# for backward compatibility:
4516ac_top_builddir=$ac_top_build_prefix
bec39cab
AC
4517
4518case $srcdir in
81ecdfbb 4519 .) # We are building in place.
bec39cab 4520 ac_srcdir=.
81ecdfbb
RW
4521 ac_top_srcdir=$ac_top_builddir_sub
4522 ac_abs_top_srcdir=$ac_pwd ;;
4523 [\\/]* | ?:[\\/]* ) # Absolute name.
bec39cab 4524 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
4525 ac_top_srcdir=$srcdir
4526 ac_abs_top_srcdir=$srcdir ;;
4527 *) # Relative name.
4528 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4529 ac_top_srcdir=$ac_top_build_prefix$srcdir
4530 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bec39cab 4531esac
81ecdfbb 4532ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
bec39cab 4533
bec39cab 4534
81ecdfbb
RW
4535 case $ac_mode in
4536 :F)
4537 #
4538 # CONFIG_FILE
4539 #
bec39cab 4540
81ecdfbb 4541_ACEOF
bec39cab 4542
81ecdfbb
RW
4543cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4544# If the template does not know about datarootdir, expand it.
4545# FIXME: This hack should be removed a few years after 2.60.
4546ac_datarootdir_hack=; ac_datarootdir_seen=
4547ac_sed_dataroot='
4548/datarootdir/ {
4549 p
4550 q
4551}
4552/@datadir@/p
4553/@docdir@/p
4554/@infodir@/p
4555/@localedir@/p
4556/@mandir@/p'
4557case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4558*datarootdir*) ac_datarootdir_seen=yes;;
4559*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4561$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
bec39cab 4562_ACEOF
81ecdfbb
RW
4563cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4564 ac_datarootdir_hack='
4565 s&@datadir@&$datadir&g
4566 s&@docdir@&$docdir&g
4567 s&@infodir@&$infodir&g
4568 s&@localedir@&$localedir&g
4569 s&@mandir@&$mandir&g
4570 s&\\\${datarootdir}&$datarootdir&g' ;;
4571esac
4572_ACEOF
4573
4574# Neutralize VPATH when `$srcdir' = `.'.
4575# Shell code in configure.ac might set extrasub.
4576# FIXME: do we really want to maintain this feature?
4577cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4578ac_sed_extra="$ac_vpsub
bec39cab
AC
4579$extrasub
4580_ACEOF
81ecdfbb 4581cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
bec39cab
AC
4582:t
4583/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
4584s|@configure_input@|$ac_sed_conf_input|;t t
4585s&@top_builddir@&$ac_top_builddir_sub&;t t
4586s&@top_build_prefix@&$ac_top_build_prefix&;t t
4587s&@srcdir@&$ac_srcdir&;t t
4588s&@abs_srcdir@&$ac_abs_srcdir&;t t
4589s&@top_srcdir@&$ac_top_srcdir&;t t
4590s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4591s&@builddir@&$ac_builddir&;t t
4592s&@abs_builddir@&$ac_abs_builddir&;t t
4593s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4594$ac_datarootdir_hack
4595"
4596eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4597 || as_fn_error "could not create $ac_file" "$LINENO" 5
4598
4599test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4600 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4601 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4603which seems to be undefined. Please make sure it is defined." >&5
4604$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4605which seems to be undefined. Please make sure it is defined." >&2;}
4606
4607 rm -f "$tmp/stdin"
4608 case $ac_file in
4609 -) cat "$tmp/out" && rm -f "$tmp/out";;
4610 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4611 esac \
4612 || as_fn_error "could not create $ac_file" "$LINENO" 5
4613 ;;
4614
bec39cab 4615
bec39cab 4616
81ecdfbb
RW
4617 esac
4618
497c491b
JM
4619
4620 case $ac_file$ac_mode in
4621 "lib/pdtrace":F) chmod +x lib/pdtrace ;;
4622
4623 esac
81ecdfbb
RW
4624done # for ac_tag
4625
bec39cab 4626
81ecdfbb 4627as_fn_exit 0
bec39cab 4628_ACEOF
bec39cab
AC
4629ac_clean_files=$ac_clean_files_save
4630
81ecdfbb
RW
4631test $ac_write_fail = 0 ||
4632 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
4633
bec39cab
AC
4634
4635# configure is writing to config.log, and then calls config.status.
4636# config.status does its own redirection, appending to config.log.
4637# Unfortunately, on DOS this fails, as config.log is still kept open
4638# by configure, so config.status won't be able to write to it; its
4639# output is simply discarded. So we exec the FD to /dev/null,
4640# effectively closing config.log, so it can be properly (re)opened and
4641# appended to by config.status. When coming back to configure, we
4642# need to make the FD available again.
4643if test "$no_create" != yes; then
4644 ac_cs_success=:
4645 ac_config_status_args=
4646 test "$silent" = yes &&
4647 ac_config_status_args="$ac_config_status_args --quiet"
4648 exec 5>/dev/null
4649 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4650 exec 5>>config.log
4651 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4652 # would make configure fail if this is the last instruction.
81ecdfbb 4653 $ac_cs_success || as_fn_exit $?
bec39cab 4654fi
a13c5393
YQ
4655
4656#
4657# CONFIG_SUBDIRS section.
4658#
4659if test "$no_recursion" != yes; then
4660
4661 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
4662 # so they do not pile up.
4663 ac_sub_configure_args=
4664 ac_prev=
4665 eval "set x $ac_configure_args"
4666 shift
4667 for ac_arg
4668 do
4669 if test -n "$ac_prev"; then
4670 ac_prev=
4671 continue
4672 fi
4673 case $ac_arg in
4674 -cache-file | --cache-file | --cache-fil | --cache-fi \
4675 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4676 ac_prev=cache_file ;;
4677 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4678 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4679 | --c=*)
4680 ;;
4681 --config-cache | -C)
4682 ;;
4683 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4684 ac_prev=srcdir ;;
4685 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4686 ;;
4687 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4688 ac_prev=prefix ;;
4689 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4690 ;;
4691 --disable-option-checking)
4692 ;;
4693 *)
4694 case $ac_arg in
4695 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4696 esac
4697 as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
4698 esac
4699 done
4700
4701 # Always prepend --prefix to ensure using the same prefix
4702 # in subdir configurations.
4703 ac_arg="--prefix=$prefix"
4704 case $ac_arg in
4705 *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4706 esac
4707 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
4708
4709 # Pass --silent
4710 if test "$silent" = yes; then
4711 ac_sub_configure_args="--silent $ac_sub_configure_args"
4712 fi
4713
4714 # Always prepend --disable-option-checking to silence warnings, since
4715 # different subdirs can have different --enable and --with options.
4716 ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
4717
4718 ac_popdir=`pwd`
4719 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
4720
4721 # Do not complain, so a configure script can configure whichever
4722 # parts of a large source tree are present.
4723 test -d "$srcdir/$ac_dir" || continue
4724
4725 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
4727 $as_echo "$ac_msg" >&6
4728 as_dir="$ac_dir"; as_fn_mkdir_p
4729 ac_builddir=.
4730
4731case "$ac_dir" in
4732.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4733*)
4734 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4735 # A ".." for each directory in $ac_dir_suffix.
4736 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4737 case $ac_top_builddir_sub in
4738 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4739 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4740 esac ;;
4741esac
4742ac_abs_top_builddir=$ac_pwd
4743ac_abs_builddir=$ac_pwd$ac_dir_suffix
4744# for backward compatibility:
4745ac_top_builddir=$ac_top_build_prefix
4746
4747case $srcdir in
4748 .) # We are building in place.
4749 ac_srcdir=.
4750 ac_top_srcdir=$ac_top_builddir_sub
4751 ac_abs_top_srcdir=$ac_pwd ;;
4752 [\\/]* | ?:[\\/]* ) # Absolute name.
4753 ac_srcdir=$srcdir$ac_dir_suffix;
4754 ac_top_srcdir=$srcdir
4755 ac_abs_top_srcdir=$srcdir ;;
4756 *) # Relative name.
4757 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4758 ac_top_srcdir=$ac_top_build_prefix$srcdir
4759 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4760esac
4761ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4762
4763
4764 cd "$ac_dir"
4765
4766 # Check for guested configure; otherwise get Cygnus style configure.
4767 if test -f "$ac_srcdir/configure.gnu"; then
4768 ac_sub_configure=$ac_srcdir/configure.gnu
4769 elif test -f "$ac_srcdir/configure"; then
4770 ac_sub_configure=$ac_srcdir/configure
4771 elif test -f "$ac_srcdir/configure.in"; then
4772 # This should be Cygnus configure.
4773 ac_sub_configure=$ac_aux_dir/configure
4774 else
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
4776$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
4777 ac_sub_configure=
4778 fi
4779
4780 # The recursion is here.
4781 if test -n "$ac_sub_configure"; then
4782 # Make the cache file name correct relative to the subdirectory.
4783 case $cache_file in
4784 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4785 *) # Relative name.
4786 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
4787 esac
4788
4789 { $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
4790$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
4791 # The eval makes quoting arguments work.
4792 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4793 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
4794 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
4795 fi
4796
4797 cd "$ac_popdir"
4798 done
4799fi
81ecdfbb
RW
4800if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4802$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4803fi
c906108c 4804
This page took 2.304327 seconds and 4 git commands to generate.