2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / configure
CommitLineData
c906108c 1#! /bin/sh
c906108c 2# Guess values for system-dependent variables and create Makefiles.
bec39cab 3# Generated by GNU Autoconf 2.59.
c906108c 4#
bec39cab 5# Copyright (C) 2003 Free Software Foundation, Inc.
c906108c
SS
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
bec39cab
AC
8## --------------------- ##
9## M4sh Initialization. ##
10## --------------------- ##
11
12# Be Bourne compatible
13if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223fi
c906108c 224
bec39cab
AC
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234# IFS
235# We need space, tab and new line, in precisely that order.
236as_nl='
237'
238IFS=" $as_nl"
239
240# CDPATH.
241$as_unset CDPATH
242
243
244# Name of the host.
245# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246# so uname gets run too.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
c906108c 254ac_default_prefix=/usr/local
bec39cab
AC
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${CONFIG_SHELL-/bin/sh}
261
262# Maximum number of lines to put in a shell here document.
263# This variable seems obsolete. It should probably be removed, and
264# only ac_max_sed_lines should be used.
265: ${ac_max_here_lines=38}
266
267# Identity of this package.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="gdb.base"
275ac_subdirs_all="$ac_subdirs_all gdb.hp"
276ac_subdirs_all="$ac_subdirs_all gdb.stabs"
277ac_subdirs_all="$ac_subdirs_all gdb.gdbtk"
278# Factoring default headers for most tests.
279ac_includes_default="\
280#include <stdio.h>
281#if HAVE_SYS_TYPES_H
282# include <sys/types.h>
283#endif
284#if HAVE_SYS_STAT_H
285# include <sys/stat.h>
286#endif
287#if STDC_HEADERS
288# include <stdlib.h>
289# include <stddef.h>
290#else
291# if HAVE_STDLIB_H
292# include <stdlib.h>
293# endif
294#endif
295#if HAVE_STRING_H
296# if !STDC_HEADERS && HAVE_MEMORY_H
297# include <memory.h>
298# endif
299# include <string.h>
300#endif
301#if HAVE_STRINGS_H
302# include <strings.h>
303#endif
304#if HAVE_INTTYPES_H
305# include <inttypes.h>
306#else
307# if HAVE_STDINT_H
308# include <stdint.h>
309# endif
310#endif
311#if HAVE_UNISTD_H
312# include <unistd.h>
313#endif"
314
be2a5f71 315ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical subdirs RPATH_ENVVAR CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LIBOBJS LTLIBOBJS'
bec39cab 316ac_subst_files=''
f177e350 317ac_pwd=`pwd`
c906108c
SS
318
319# Initialize some variables set by options.
bec39cab
AC
320ac_init_help=
321ac_init_version=false
c906108c
SS
322# The variables have the same names as the options, with
323# dashes changed to underlines.
bec39cab 324cache_file=/dev/null
c906108c 325exec_prefix=NONE
c906108c 326no_create=
c906108c
SS
327no_recursion=
328prefix=NONE
329program_prefix=NONE
330program_suffix=NONE
331program_transform_name=s,x,x,
332silent=
333site=
334srcdir=
c906108c
SS
335verbose=
336x_includes=NONE
337x_libraries=NONE
bec39cab
AC
338
339# Installation directory options.
340# These are left unexpanded so users can "make install exec_prefix=/foo"
341# and all the variables that are supposed to be based on exec_prefix
342# by default will actually change.
343# Use braces instead of parens because sh, perl, etc. also accept them.
c906108c
SS
344bindir='${exec_prefix}/bin'
345sbindir='${exec_prefix}/sbin'
346libexecdir='${exec_prefix}/libexec'
347datadir='${prefix}/share'
348sysconfdir='${prefix}/etc'
349sharedstatedir='${prefix}/com'
350localstatedir='${prefix}/var'
351libdir='${exec_prefix}/lib'
352includedir='${prefix}/include'
353oldincludedir='/usr/include'
354infodir='${prefix}/info'
355mandir='${prefix}/man'
356
c906108c
SS
357ac_prev=
358for ac_option
359do
c906108c
SS
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
bec39cab 367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
c906108c
SS
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
bec39cab 371 case $ac_option in
c906108c
SS
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
bec39cab 376 bindir=$ac_optarg ;;
c906108c
SS
377
378 -build | --build | --buil | --bui | --bu)
bec39cab 379 ac_prev=build_alias ;;
c906108c 380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
bec39cab 381 build_alias=$ac_optarg ;;
c906108c
SS
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
bec39cab
AC
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
c906108c
SS
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
bec39cab 397 datadir=$ac_optarg ;;
c906108c
SS
398
399 -disable-* | --disable-*)
bec39cab 400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 401 # Reject names that are not valid shell variable names.
bec39cab
AC
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
c906108c
SS
407
408 -enable-* | --enable-*)
bec39cab 409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 410 # Reject names that are not valid shell variable names.
bec39cab
AC
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
c906108c
SS
417 *) ac_optarg=yes ;;
418 esac
bec39cab 419 eval "enable_$ac_feature='$ac_optarg'" ;;
c906108c
SS
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
bec39cab 428 exec_prefix=$ac_optarg ;;
c906108c
SS
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
bec39cab
AC
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
c906108c
SS
440
441 -host | --host | --hos | --ho)
bec39cab 442 ac_prev=host_alias ;;
c906108c 443 -host=* | --host=* | --hos=* | --ho=*)
bec39cab 444 host_alias=$ac_optarg ;;
c906108c
SS
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
bec39cab 451 includedir=$ac_optarg ;;
c906108c
SS
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
bec39cab 456 infodir=$ac_optarg ;;
c906108c
SS
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
bec39cab 461 libdir=$ac_optarg ;;
c906108c
SS
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
bec39cab 468 libexecdir=$ac_optarg ;;
c906108c
SS
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
bec39cab 477 localstatedir=$ac_optarg ;;
c906108c
SS
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
bec39cab 482 mandir=$ac_optarg ;;
c906108c
SS
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
bec39cab 489 | --no-cr | --no-c | -n)
c906108c
SS
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
bec39cab 503 oldincludedir=$ac_optarg ;;
c906108c
SS
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
bec39cab 508 prefix=$ac_optarg ;;
c906108c
SS
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
bec39cab 515 program_prefix=$ac_optarg ;;
c906108c
SS
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
bec39cab 522 program_suffix=$ac_optarg ;;
c906108c
SS
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
bec39cab 539 program_transform_name=$ac_optarg ;;
c906108c
SS
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
bec39cab 549 sbindir=$ac_optarg ;;
c906108c
SS
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
bec39cab 560 sharedstatedir=$ac_optarg ;;
c906108c
SS
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
bec39cab 565 site=$ac_optarg ;;
5710a1af 566
c906108c
SS
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
bec39cab 570 srcdir=$ac_optarg ;;
c906108c
SS
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
bec39cab 577 sysconfdir=$ac_optarg ;;
c906108c
SS
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
bec39cab 580 ac_prev=target_alias ;;
c906108c 581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
bec39cab 582 target_alias=$ac_optarg ;;
c906108c
SS
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
bec39cab
AC
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
c906108c
SS
589
590 -with-* | --with-*)
bec39cab 591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 592 # Reject names that are not valid shell variable names.
bec39cab
AC
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
c906108c 596 ac_package=`echo $ac_package| sed 's/-/_/g'`
bec39cab
AC
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
c906108c
SS
599 *) ac_optarg=yes ;;
600 esac
bec39cab 601 eval "with_$ac_package='$ac_optarg'" ;;
c906108c
SS
602
603 -without-* | --without-*)
bec39cab 604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 605 # Reject names that are not valid shell variable names.
bec39cab
AC
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
c906108c
SS
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
bec39cab 621 x_includes=$ac_optarg ;;
c906108c
SS
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
bec39cab 628 x_libraries=$ac_optarg ;;
c906108c 629
bec39cab
AC
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
c906108c
SS
633 ;;
634
bec39cab
AC
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
c906108c 645 *)
bec39cab
AC
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
651 ;;
652
653 esac
654done
655
656if test -n "$ac_prev"; then
bec39cab
AC
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
c906108c
SS
660fi
661
bec39cab
AC
662# Be sure to have absolute paths.
663for ac_var in exec_prefix prefix
664do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671done
c906108c 672
bec39cab
AC
673# Be sure to have absolute paths.
674for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
c906108c 676do
bec39cab
AC
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
c906108c
SS
682 esac
683done
684
bec39cab
AC
685# There might be people who depend on the old broken behavior: `$host'
686# used to hold the argument of --host etc.
687# FIXME: To remove some day.
688build=$build_alias
689host=$host_alias
690target=$target_alias
691
692# FIXME: To remove some day.
693if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701fi
c906108c 702
bec39cab
AC
703ac_tool_prefix=
704test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706test "$silent" = yes && exec 6>/dev/null
c906108c 707
c906108c
SS
708
709# Find the source files, if location was not specified.
710if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
bec39cab
AC
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
719echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
c906108c
SS
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729else
730 ac_srcdir_defaulted=no
731fi
732if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
bec39cab
AC
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
c906108c 736 else
bec39cab
AC
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
c906108c
SS
739 fi
740fi
bec39cab
AC
741(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745ac_env_build_alias_set=${build_alias+set}
746ac_env_build_alias_value=$build_alias
747ac_cv_env_build_alias_set=${build_alias+set}
748ac_cv_env_build_alias_value=$build_alias
749ac_env_host_alias_set=${host_alias+set}
750ac_env_host_alias_value=$host_alias
751ac_cv_env_host_alias_set=${host_alias+set}
752ac_cv_env_host_alias_value=$host_alias
753ac_env_target_alias_set=${target_alias+set}
754ac_env_target_alias_value=$target_alias
755ac_cv_env_target_alias_set=${target_alias+set}
756ac_cv_env_target_alias_value=$target_alias
757ac_env_CC_set=${CC+set}
758ac_env_CC_value=$CC
759ac_cv_env_CC_set=${CC+set}
760ac_cv_env_CC_value=$CC
761ac_env_CFLAGS_set=${CFLAGS+set}
762ac_env_CFLAGS_value=$CFLAGS
763ac_cv_env_CFLAGS_set=${CFLAGS+set}
764ac_cv_env_CFLAGS_value=$CFLAGS
765ac_env_LDFLAGS_set=${LDFLAGS+set}
766ac_env_LDFLAGS_value=$LDFLAGS
767ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768ac_cv_env_LDFLAGS_value=$LDFLAGS
769ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_env_CPPFLAGS_value=$CPPFLAGS
771ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773ac_env_CPP_set=${CPP+set}
774ac_env_CPP_value=$CPP
775ac_cv_env_CPP_set=${CPP+set}
776ac_cv_env_CPP_value=$CPP
c906108c 777
bec39cab
AC
778#
779# Report the --help message.
780#
781if test "$ac_init_help" = "long"; then
782 # Omit some internal or obsolete options to make the list less imposing.
783 # This message is too long to be a string in the A/UX 3.1 sh.
784 cat <<_ACEOF
785\`configure' configures this package to adapt to many kinds of systems.
786
787Usage: $0 [OPTION]... [VAR=VALUE]...
788
789To assign environment variables (e.g., CC, CFLAGS...), specify them as
790VAR=VALUE. See below for descriptions of some of the useful variables.
791
792Defaults for the options are specified in brackets.
793
794Configuration:
795 -h, --help display this help and exit
796 --help=short display options specific to this package
797 --help=recursive display the short help of all the included packages
798 -V, --version display version information and exit
799 -q, --quiet, --silent do not print \`checking...' messages
800 --cache-file=FILE cache test results in FILE [disabled]
801 -C, --config-cache alias for \`--cache-file=config.cache'
802 -n, --no-create do not create output files
803 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804
805_ACEOF
806
807 cat <<_ACEOF
808Installation directories:
809 --prefix=PREFIX install architecture-independent files in PREFIX
810 [$ac_default_prefix]
811 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
812 [PREFIX]
813
814By default, \`make install' will install all the files in
815\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
816an installation prefix other than \`$ac_default_prefix' using \`--prefix',
817for instance \`--prefix=\$HOME'.
818
819For better control, use the options below.
820
821Fine tuning of the installation directories:
822 --bindir=DIR user executables [EPREFIX/bin]
823 --sbindir=DIR system admin executables [EPREFIX/sbin]
824 --libexecdir=DIR program executables [EPREFIX/libexec]
825 --datadir=DIR read-only architecture-independent data [PREFIX/share]
826 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
827 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
828 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
829 --libdir=DIR object code libraries [EPREFIX/lib]
830 --includedir=DIR C header files [PREFIX/include]
831 --oldincludedir=DIR C header files for non-gcc [/usr/include]
832 --infodir=DIR info documentation [PREFIX/info]
833 --mandir=DIR man documentation [PREFIX/man]
834_ACEOF
835
836 cat <<\_ACEOF
837
838System types:
839 --build=BUILD configure for building on BUILD [guessed]
840 --host=HOST cross-compile to build programs to run on HOST [BUILD]
841 --target=TARGET configure for building compilers for TARGET [HOST]
842_ACEOF
843fi
844
845if test -n "$ac_init_help"; then
846
847 cat <<\_ACEOF
848
849Optional Features:
850 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
852 --enable-gtk enable gdbtk graphical user interface (GUI)
853 --enable-shared build shared libraries deault=yes
854
855Optional Packages:
856 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
857 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
858 --with-stabs arrange to use stabs instead of host debug format
859
860Some influential environment variables:
861 CC C compiler command
862 CFLAGS C compiler flags
863 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
864 nonstandard directory <lib dir>
865 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
866 headers in a nonstandard directory <include dir>
867 CPP C preprocessor
868
869Use these variables to override the choices made by `configure' or to help
870it to find libraries and programs with nonstandard names/locations.
871
872_ACEOF
873fi
874
875if test "$ac_init_help" = "recursive"; then
876 # If there are subdirs, report their specific --help.
877 ac_popdir=`pwd`
878 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
879 test -d $ac_dir || continue
880 ac_builddir=.
881
882if test "$ac_dir" != .; then
883 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
884 # A "../" for each directory in $ac_dir_suffix.
885 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
886else
887 ac_dir_suffix= ac_top_builddir=
888fi
889
890case $srcdir in
891 .) # No --srcdir option. We are building in place.
892 ac_srcdir=.
893 if test -z "$ac_top_builddir"; then
894 ac_top_srcdir=.
5710a1af 895 else
bec39cab
AC
896 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
897 fi ;;
898 [\\/]* | ?:[\\/]* ) # Absolute path.
899 ac_srcdir=$srcdir$ac_dir_suffix;
900 ac_top_srcdir=$srcdir ;;
901 *) # Relative path.
902 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
903 ac_top_srcdir=$ac_top_builddir$srcdir ;;
904esac
905
906# Do not use `cd foo && pwd` to compute absolute paths, because
907# the directories may not exist.
908case `pwd` in
909.) ac_abs_builddir="$ac_dir";;
910*)
911 case "$ac_dir" in
912 .) ac_abs_builddir=`pwd`;;
913 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
914 *) ac_abs_builddir=`pwd`/"$ac_dir";;
915 esac;;
916esac
917case $ac_abs_builddir in
918.) ac_abs_top_builddir=${ac_top_builddir}.;;
919*)
920 case ${ac_top_builddir}. in
921 .) ac_abs_top_builddir=$ac_abs_builddir;;
922 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
923 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
924 esac;;
925esac
926case $ac_abs_builddir in
927.) ac_abs_srcdir=$ac_srcdir;;
928*)
929 case $ac_srcdir in
930 .) ac_abs_srcdir=$ac_abs_builddir;;
931 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
932 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
933 esac;;
934esac
935case $ac_abs_builddir in
936.) ac_abs_top_srcdir=$ac_top_srcdir;;
937*)
938 case $ac_top_srcdir in
939 .) ac_abs_top_srcdir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
941 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
942 esac;;
943esac
944
945 cd $ac_dir
946 # Check for guested configure; otherwise get Cygnus style configure.
947 if test -f $ac_srcdir/configure.gnu; then
948 echo
949 $SHELL $ac_srcdir/configure.gnu --help=recursive
950 elif test -f $ac_srcdir/configure; then
951 echo
952 $SHELL $ac_srcdir/configure --help=recursive
953 elif test -f $ac_srcdir/configure.ac ||
954 test -f $ac_srcdir/configure.in; then
955 echo
956 $ac_configure --help
957 else
958 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
959 fi
be2a5f71 960 cd $ac_popdir
bec39cab
AC
961 done
962fi
963
964test -n "$ac_init_help" && exit 0
965if $ac_init_version; then
966 cat <<\_ACEOF
967
968Copyright (C) 2003 Free Software Foundation, Inc.
969This configure script is free software; the Free Software Foundation
970gives unlimited permission to copy, distribute and modify it.
971_ACEOF
972 exit 0
973fi
974exec 5>config.log
975cat >&5 <<_ACEOF
976This file contains any messages produced by compilers while
977running configure, to aid debugging if configure makes a mistake.
978
979It was created by $as_me, which was
980generated by GNU Autoconf 2.59. Invocation command line was
981
982 $ $0 $@
983
984_ACEOF
985{
986cat <<_ASUNAME
987## --------- ##
988## Platform. ##
989## --------- ##
990
991hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
992uname -m = `(uname -m) 2>/dev/null || echo unknown`
993uname -r = `(uname -r) 2>/dev/null || echo unknown`
994uname -s = `(uname -s) 2>/dev/null || echo unknown`
995uname -v = `(uname -v) 2>/dev/null || echo unknown`
996
997/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
998/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
999
1000/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1001/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1002/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1003hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1004/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1005/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1006/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1007
1008_ASUNAME
1009
1010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1011for as_dir in $PATH
1012do
1013 IFS=$as_save_IFS
1014 test -z "$as_dir" && as_dir=.
1015 echo "PATH: $as_dir"
1016done
1017
1018} >&5
1019
1020cat >&5 <<_ACEOF
1021
1022
1023## ----------- ##
1024## Core tests. ##
1025## ----------- ##
1026
1027_ACEOF
1028
1029
1030# Keep a trace of the command line.
1031# Strip out --no-create and --no-recursion so they do not pile up.
1032# Strip out --silent because we don't want to record it for future runs.
1033# Also quote any args containing shell meta-characters.
1034# Make two passes to allow for proper duplicate-argument suppression.
1035ac_configure_args=
1036ac_configure_args0=
1037ac_configure_args1=
1038ac_sep=
1039ac_must_keep_next=false
1040for ac_pass in 1 2
1041do
1042 for ac_arg
1043 do
1044 case $ac_arg in
1045 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1046 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1047 | -silent | --silent | --silen | --sile | --sil)
1048 continue ;;
1049 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1050 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1051 esac
1052 case $ac_pass in
1053 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1054 2)
1055 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1056 if test $ac_must_keep_next = true; then
1057 ac_must_keep_next=false # Got value, back to normal.
1058 else
1059 case $ac_arg in
1060 *=* | --config-cache | -C | -disable-* | --disable-* \
1061 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1062 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1063 | -with-* | --with-* | -without-* | --without-* | --x)
1064 case "$ac_configure_args0 " in
1065 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1066 esac
1067 ;;
1068 -* ) ac_must_keep_next=true ;;
1069 esac
1070 fi
1071 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1072 # Get rid of the leading space.
1073 ac_sep=" "
1074 ;;
1075 esac
1076 done
1077done
1078$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1079$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1080
1081# When interrupted or exit'd, cleanup temporary files, and complete
1082# config.log. We remove comments because anyway the quotes in there
1083# would cause problems or look ugly.
1084# WARNING: Be sure not to use single quotes in there, as some shells,
1085# such as our DU 5.0 friend, will then `close' the trap.
1086trap 'exit_status=$?
1087 # Save into config.log some information that might help in debugging.
1088 {
1089 echo
1090
1091 cat <<\_ASBOX
1092## ---------------- ##
1093## Cache variables. ##
1094## ---------------- ##
1095_ASBOX
1096 echo
1097 # The following way of writing the cache mishandles newlines in values,
1098{
1099 (set) 2>&1 |
1100 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1101 *ac_space=\ *)
1102 sed -n \
1103 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1104 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1105 ;;
1106 *)
1107 sed -n \
1108 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1109 ;;
1110 esac;
1111}
1112 echo
1113
1114 cat <<\_ASBOX
1115## ----------------- ##
1116## Output variables. ##
1117## ----------------- ##
1118_ASBOX
1119 echo
1120 for ac_var in $ac_subst_vars
1121 do
1122 eval ac_val=$`echo $ac_var`
1123 echo "$ac_var='"'"'$ac_val'"'"'"
1124 done | sort
1125 echo
1126
1127 if test -n "$ac_subst_files"; then
1128 cat <<\_ASBOX
1129## ------------- ##
1130## Output files. ##
1131## ------------- ##
1132_ASBOX
1133 echo
1134 for ac_var in $ac_subst_files
1135 do
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1138 done | sort
1139 echo
1140 fi
1141
1142 if test -s confdefs.h; then
1143 cat <<\_ASBOX
1144## ----------- ##
1145## confdefs.h. ##
1146## ----------- ##
1147_ASBOX
1148 echo
1149 sed "/^$/d" confdefs.h | sort
1150 echo
5710a1af 1151 fi
bec39cab
AC
1152 test "$ac_signal" != 0 &&
1153 echo "$as_me: caught signal $ac_signal"
1154 echo "$as_me: exit $exit_status"
1155 } >&5
1156 rm -f core *.core &&
1157 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1158 exit $exit_status
1159 ' 0
1160for ac_signal in 1 2 13 15; do
1161 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1162done
1163ac_signal=0
1164
1165# confdefs.h avoids OS command line length limits that DEFS can exceed.
1166rm -rf conftest* confdefs.h
1167# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1168echo >confdefs.h
1169
1170# Predefined preprocessor variables.
1171
1172cat >>confdefs.h <<_ACEOF
1173#define PACKAGE_NAME "$PACKAGE_NAME"
1174_ACEOF
1175
1176
1177cat >>confdefs.h <<_ACEOF
1178#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1179_ACEOF
1180
1181
1182cat >>confdefs.h <<_ACEOF
1183#define PACKAGE_VERSION "$PACKAGE_VERSION"
1184_ACEOF
1185
1186
1187cat >>confdefs.h <<_ACEOF
1188#define PACKAGE_STRING "$PACKAGE_STRING"
1189_ACEOF
1190
1191
1192cat >>confdefs.h <<_ACEOF
1193#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1194_ACEOF
1195
1196
1197# Let the site file select an alternate cache file if it wants to.
1198# Prefer explicitly selected file to automatically selected ones.
1199if test -z "$CONFIG_SITE"; then
1200 if test "x$prefix" != xNONE; then
1201 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1202 else
1203 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
c906108c
SS
1204 fi
1205fi
1206for ac_site_file in $CONFIG_SITE; do
1207 if test -r "$ac_site_file"; then
bec39cab
AC
1208 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1209echo "$as_me: loading site script $ac_site_file" >&6;}
1210 sed 's/^/| /' "$ac_site_file" >&5
c906108c
SS
1211 . "$ac_site_file"
1212 fi
1213done
1214
1215if test -r "$cache_file"; then
bec39cab
AC
1216 # Some versions of bash will fail to source /dev/null (special
1217 # files actually), so we avoid doing that.
1218 if test -f "$cache_file"; then
1219 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1220echo "$as_me: loading cache $cache_file" >&6;}
1221 case $cache_file in
1222 [\\/]* | ?:[\\/]* ) . $cache_file;;
1223 *) . ./$cache_file;;
1224 esac
1225 fi
c906108c 1226else
bec39cab
AC
1227 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1228echo "$as_me: creating cache $cache_file" >&6;}
1229 >$cache_file
c906108c
SS
1230fi
1231
bec39cab
AC
1232# Check that the precious variables saved in the cache have kept the same
1233# value.
1234ac_cache_corrupted=false
1235for ac_var in `(set) 2>&1 |
1236 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1237 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1238 eval ac_new_set=\$ac_env_${ac_var}_set
1239 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1240 eval ac_new_val="\$ac_env_${ac_var}_value"
1241 case $ac_old_set,$ac_new_set in
1242 set,)
1243 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1244echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1245 ac_cache_corrupted=: ;;
1246 ,set)
1247 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1248echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1249 ac_cache_corrupted=: ;;
1250 ,);;
1251 *)
1252 if test "x$ac_old_val" != "x$ac_new_val"; then
fdc59709
PB
1253 # differences in whitespace do not lead to failure.
1254 ac_old_val_w=`echo x $ac_old_val`
1255 ac_new_val_w=`echo x $ac_new_val`
1256 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1257 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
bec39cab 1258echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
fdc59709
PB
1259 ac_cache_corrupted=:
1260 else
1261 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1262echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1263 eval $ac_var=\$ac_old_val
1264 fi
1265 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1266echo "$as_me: former value: \`$ac_old_val'" >&2;}
1267 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1268echo "$as_me: current value: \`$ac_new_val'" >&2;}
bec39cab
AC
1269 fi;;
1270 esac
1271 # Pass precious variables to config.status.
1272 if test "$ac_new_set" = set; then
1273 case $ac_new_val in
1274 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1275 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1276 *) ac_arg=$ac_var=$ac_new_val ;;
1277 esac
1278 case " $ac_configure_args " in
1279 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1280 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1281 esac
c906108c 1282 fi
bec39cab
AC
1283done
1284if $ac_cache_corrupted; then
f177e350
PA
1285 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1286echo "$as_me: error: in \`$ac_pwd':" >&2;}
bec39cab
AC
1287 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1288echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1289 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1290echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1291 { (exit 1); exit 1; }; }
c906108c
SS
1292fi
1293
bec39cab
AC
1294ac_ext=c
1295ac_cpp='$CPP $CPPFLAGS'
1296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1298ac_compiler_gnu=$ac_cv_c_compiler_gnu
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
f177e350
PA
1316
1317
1318
bec39cab 1319
c906108c
SS
1320
1321
c906108c 1322ac_aux_dir=
b39c905e 1323for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
c906108c
SS
1324 if test -f $ac_dir/install-sh; then
1325 ac_aux_dir=$ac_dir
1326 ac_install_sh="$ac_aux_dir/install-sh -c"
1327 break
1328 elif test -f $ac_dir/install.sh; then
1329 ac_aux_dir=$ac_dir
1330 ac_install_sh="$ac_aux_dir/install.sh -c"
1331 break
bec39cab
AC
1332 elif test -f $ac_dir/shtool; then
1333 ac_aux_dir=$ac_dir
1334 ac_install_sh="$ac_aux_dir/shtool install -c"
1335 break
c906108c
SS
1336 fi
1337done
1338if test -z "$ac_aux_dir"; then
bec39cab
AC
1339 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1340echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1341 { (exit 1); exit 1; }; }
1342fi
1343ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1344ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1345ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
c906108c
SS
1346
1347# Make sure we can run config.sub.
bec39cab
AC
1348$ac_config_sub sun4 >/dev/null 2>&1 ||
1349 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1350echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1351 { (exit 1); exit 1; }; }
1352
1353echo "$as_me:$LINENO: checking build system type" >&5
1354echo $ECHO_N "checking build system type... $ECHO_C" >&6
1355if test "${ac_cv_build+set}" = set; then
1356 echo $ECHO_N "(cached) $ECHO_C" >&6
1357else
1358 ac_cv_build_alias=$build_alias
1359test -z "$ac_cv_build_alias" &&
1360 ac_cv_build_alias=`$ac_config_guess`
1361test -z "$ac_cv_build_alias" &&
1362 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1363echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1364 { (exit 1); exit 1; }; }
1365ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1366 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1367echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1368 { (exit 1); exit 1; }; }
1369
c906108c 1370fi
bec39cab
AC
1371echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1372echo "${ECHO_T}$ac_cv_build" >&6
1373build=$ac_cv_build
1374build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1375build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1376build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1377
1378
1379echo "$as_me:$LINENO: checking host system type" >&5
1380echo $ECHO_N "checking host system type... $ECHO_C" >&6
1381if test "${ac_cv_host+set}" = set; then
1382 echo $ECHO_N "(cached) $ECHO_C" >&6
1383else
1384 ac_cv_host_alias=$host_alias
1385test -z "$ac_cv_host_alias" &&
1386 ac_cv_host_alias=$ac_cv_build_alias
1387ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1388 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1389echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1390 { (exit 1); exit 1; }; }
c906108c 1391
bec39cab
AC
1392fi
1393echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1394echo "${ECHO_T}$ac_cv_host" >&6
1395host=$ac_cv_host
1396host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1397host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1398host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1399
1400
1401echo "$as_me:$LINENO: checking target system type" >&5
1402echo $ECHO_N "checking target system type... $ECHO_C" >&6
1403if test "${ac_cv_target+set}" = set; then
1404 echo $ECHO_N "(cached) $ECHO_C" >&6
1405else
1406 ac_cv_target_alias=$target_alias
1407test "x$ac_cv_target_alias" = "x" &&
1408 ac_cv_target_alias=$ac_cv_host_alias
1409ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1410 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1411echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1412 { (exit 1); exit 1; }; }
c906108c 1413
bec39cab
AC
1414fi
1415echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1416echo "${ECHO_T}$ac_cv_target" >&6
1417target=$ac_cv_target
1418target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1419target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1420target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
c906108c 1421
c906108c 1422
bec39cab
AC
1423# The aliases save the names the user supplied, while $host etc.
1424# will get canonicalized.
1425test -n "$target_alias" &&
1426 test "$program_prefix$program_suffix$program_transform_name" = \
1427 NONENONEs,x,x, &&
1428 program_prefix=${target_alias}-
c906108c 1429
be2a5f71
DJ
1430 case ${build_alias} in
1431 "") build_noncanonical=${build} ;;
1432 *) build_noncanonical=${build_alias} ;;
1433esac
1434
1435 case ${host_alias} in
1436 "") host_noncanonical=${build_noncanonical} ;;
1437 *) host_noncanonical=${host_alias} ;;
1438esac
1439
1440 case ${target_alias} in
1441 "") target_noncanonical=${host_noncanonical} ;;
1442 *) target_noncanonical=${target_alias} ;;
1443esac
1444
1445
1446
1447
b39c905e
MK
1448# Add HP-specific tests when appropriate.
1449case $target in
1450 hppa*-*-hpux*)
bec39cab
AC
1451
1452
1453subdirs="$subdirs gdb.hp"
3ace7edb 1454 ;;
c906108c
SS
1455esac
1456
b39c905e 1457# With stabs.
bec39cab 1458
b39c905e
MK
1459# Check whether --with-stabs or --without-stabs was given.
1460if test "${with_stabs+set}" = set; then
1461 withval="$with_stabs"
bec39cab 1462
b39c905e
MK
1463else
1464 # We enable stabs tests by default on selected targets.
1465case $target in
1466 powerpc-*-aix* \
1467 | rs6000-*-aix* \
3224a706 1468 | *-*-*bsd* \
b39c905e
MK
1469 | *-*-go32* \
1470 | *-*-linux* \
1471 | *-*-lynxos* \
1472 | *-sun-* \
1473 | hppa*-*-* \
1474 | *-*-elf* \
3f213f78
PA
1475 | *-*-cygwin* \
1476 | *-*-mingw* \
b39c905e
MK
1477 )
1478 with_stabs=yes ;;
1479 *)
1480 with_stabs=no ;;
c906108c 1481esac
bec39cab 1482fi;
b39c905e
MK
1483
1484# Add stabs tests when appropriate.
1485if test $with_stabs = yes; then
bec39cab
AC
1486
1487
1488subdirs="$subdirs gdb.stabs"
3ace7edb 1489
c906108c
SS
1490fi
1491
b39c905e 1492# Enable gdbtk.
3fc11d3e
JM
1493# Check whether --enable-gdbtk or --disable-gdbtk was given.
1494if test "${enable_gdbtk+set}" = set; then
1495 enableval="$enable_gdbtk"
bec39cab 1496
3fc11d3e 1497else
b39c905e
MK
1498 if test -d $srcdir/gdb.gdbtk; then
1499 enable_gdbtk=yes
1500 else
1501 enable_gdbtk=no
1502 fi
bec39cab 1503fi;
b39c905e
MK
1504# We unconditionally disable gdbtk tests on selected platforms.
1505case $host_os in
1506 go32* | windows*)
1507 enable_gdbtk=no ;;
1508esac
1509
1510# Add gdbtk tests when appropriate.
1511if test $enable_gdbtk = yes; then
bec39cab
AC
1512
1513
1514subdirs="$subdirs gdb.gdbtk"
3ace7edb 1515
3fc11d3e
JM
1516fi
1517
b39c905e
MK
1518# Enable shared libraries.
1519# Check whether --enable-shared or --disable-shared was given.
1520if test "${enable_shared+set}" = set; then
1521 enableval="$enable_shared"
bec39cab 1522
b39c905e
MK
1523else
1524 enable_shared=yes
bec39cab 1525fi;
b39c905e
MK
1526
1527# If we have shared libraries, try to set RPATH_ENVVAR reasonably,
1528# such that we can find the shared libraries in the build tree.
1529if test $enable_shared = no; then
1530 # The variable `RPATH_ENVVAR' itself is not likely to be used on any
1531 # platform.
1532 RPATH_ENVVAR=RPATH_ENVVAR
1533else
1534 # The variable `LD_LIBRARY_PATH' is used on most platforms.
1535 RPATH_ENVVAR=LD_LIBRARY_PATH
1536 # The following exceptions are taken from Libtool 1.4.3.
1537 case $host_os in
1538 aix*)
1539 if test $host_cpu != ia64; then
1540 RPATH_ENVVAR=LIBPATH
1541 fi ;;
1542 darwin* | rhapsody*)
1543 RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
1544 hpux*)
1545 RPATH_ENVVAR=SHLIB_PATH ;;
1546 esac
3fc11d3e 1547fi
b39c905e 1548
c906108c 1549
bec39cab
AC
1550ac_ext=c
1551ac_cpp='$CPP $CPPFLAGS'
1552ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1553ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1554ac_compiler_gnu=$ac_cv_c_compiler_gnu
1555if test -n "$ac_tool_prefix"; then
1556 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1557set dummy ${ac_tool_prefix}gcc; ac_word=$2
1558echo "$as_me:$LINENO: checking for $ac_word" >&5
1559echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1560if test "${ac_cv_prog_CC+set}" = set; then
1561 echo $ECHO_N "(cached) $ECHO_C" >&6
1562else
1563 if test -n "$CC"; then
1564 ac_cv_prog_CC="$CC" # Let the user override the test.
1565else
1566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1567for as_dir in $PATH
1568do
1569 IFS=$as_save_IFS
1570 test -z "$as_dir" && as_dir=.
1571 for ac_exec_ext in '' $ac_executable_extensions; do
1572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1573 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1575 break 2
1576 fi
1577done
1578done
1579
1580fi
1581fi
1582CC=$ac_cv_prog_CC
1583if test -n "$CC"; then
1584 echo "$as_me:$LINENO: result: $CC" >&5
1585echo "${ECHO_T}$CC" >&6
1586else
1587 echo "$as_me:$LINENO: result: no" >&5
1588echo "${ECHO_T}no" >&6
1589fi
1590
1591fi
1592if test -z "$ac_cv_prog_CC"; then
1593 ac_ct_CC=$CC
1594 # Extract the first word of "gcc", so it can be a program name with args.
1595set dummy gcc; ac_word=$2
1596echo "$as_me:$LINENO: checking for $ac_word" >&5
1597echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1598if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1599 echo $ECHO_N "(cached) $ECHO_C" >&6
1600else
1601 if test -n "$ac_ct_CC"; then
1602 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1603else
1604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1605for as_dir in $PATH
1606do
1607 IFS=$as_save_IFS
1608 test -z "$as_dir" && as_dir=.
1609 for ac_exec_ext in '' $ac_executable_extensions; do
1610 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1611 ac_cv_prog_ac_ct_CC="gcc"
1612 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1613 break 2
1614 fi
1615done
1616done
1617
1618fi
1619fi
1620ac_ct_CC=$ac_cv_prog_ac_ct_CC
1621if test -n "$ac_ct_CC"; then
1622 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1623echo "${ECHO_T}$ac_ct_CC" >&6
1624else
1625 echo "$as_me:$LINENO: result: no" >&5
1626echo "${ECHO_T}no" >&6
1627fi
1628
1629 CC=$ac_ct_CC
1630else
1631 CC="$ac_cv_prog_CC"
1632fi
1633
1634if test -z "$CC"; then
1635 if test -n "$ac_tool_prefix"; then
1636 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1637set dummy ${ac_tool_prefix}cc; ac_word=$2
1638echo "$as_me:$LINENO: checking for $ac_word" >&5
1639echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1640if test "${ac_cv_prog_CC+set}" = set; then
1641 echo $ECHO_N "(cached) $ECHO_C" >&6
1642else
1643 if test -n "$CC"; then
1644 ac_cv_prog_CC="$CC" # Let the user override the test.
1645else
1646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1647for as_dir in $PATH
1648do
1649 IFS=$as_save_IFS
1650 test -z "$as_dir" && as_dir=.
1651 for ac_exec_ext in '' $ac_executable_extensions; do
1652 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1653 ac_cv_prog_CC="${ac_tool_prefix}cc"
1654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1655 break 2
1656 fi
1657done
1658done
1659
1660fi
1661fi
1662CC=$ac_cv_prog_CC
1663if test -n "$CC"; then
1664 echo "$as_me:$LINENO: result: $CC" >&5
1665echo "${ECHO_T}$CC" >&6
1666else
1667 echo "$as_me:$LINENO: result: no" >&5
1668echo "${ECHO_T}no" >&6
1669fi
1670
1671fi
1672if test -z "$ac_cv_prog_CC"; then
1673 ac_ct_CC=$CC
1674 # Extract the first word of "cc", so it can be a program name with args.
1675set dummy cc; ac_word=$2
1676echo "$as_me:$LINENO: checking for $ac_word" >&5
1677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1678if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1679 echo $ECHO_N "(cached) $ECHO_C" >&6
1680else
1681 if test -n "$ac_ct_CC"; then
1682 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1683else
1684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1685for as_dir in $PATH
1686do
1687 IFS=$as_save_IFS
1688 test -z "$as_dir" && as_dir=.
1689 for ac_exec_ext in '' $ac_executable_extensions; do
1690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1691 ac_cv_prog_ac_ct_CC="cc"
1692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1693 break 2
1694 fi
1695done
1696done
1697
1698fi
1699fi
1700ac_ct_CC=$ac_cv_prog_ac_ct_CC
1701if test -n "$ac_ct_CC"; then
1702 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1703echo "${ECHO_T}$ac_ct_CC" >&6
1704else
1705 echo "$as_me:$LINENO: result: no" >&5
1706echo "${ECHO_T}no" >&6
1707fi
1708
1709 CC=$ac_ct_CC
1710else
1711 CC="$ac_cv_prog_CC"
1712fi
1713
1714fi
1715if test -z "$CC"; then
1716 # Extract the first word of "cc", so it can be a program name with args.
1717set dummy cc; ac_word=$2
1718echo "$as_me:$LINENO: checking for $ac_word" >&5
1719echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1720if test "${ac_cv_prog_CC+set}" = set; then
1721 echo $ECHO_N "(cached) $ECHO_C" >&6
1722else
1723 if test -n "$CC"; then
1724 ac_cv_prog_CC="$CC" # Let the user override the test.
1725else
1726 ac_prog_rejected=no
1727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1728for as_dir in $PATH
1729do
1730 IFS=$as_save_IFS
1731 test -z "$as_dir" && as_dir=.
1732 for ac_exec_ext in '' $ac_executable_extensions; do
1733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1734 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1735 ac_prog_rejected=yes
1736 continue
1737 fi
1738 ac_cv_prog_CC="cc"
1739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1740 break 2
1741 fi
1742done
1743done
1744
1745if test $ac_prog_rejected = yes; then
1746 # We found a bogon in the path, so make sure we never use it.
1747 set dummy $ac_cv_prog_CC
1748 shift
1749 if test $# != 0; then
1750 # We chose a different compiler from the bogus one.
1751 # However, it has the same basename, so the bogon will be chosen
1752 # first if we set CC to just the basename; use the full file name.
1753 shift
1754 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1755 fi
1756fi
1757fi
1758fi
1759CC=$ac_cv_prog_CC
1760if test -n "$CC"; then
1761 echo "$as_me:$LINENO: result: $CC" >&5
1762echo "${ECHO_T}$CC" >&6
1763else
1764 echo "$as_me:$LINENO: result: no" >&5
1765echo "${ECHO_T}no" >&6
1766fi
1767
1768fi
1769if test -z "$CC"; then
1770 if test -n "$ac_tool_prefix"; then
1771 for ac_prog in cl
1772 do
1773 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1774set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1775echo "$as_me:$LINENO: checking for $ac_word" >&5
1776echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1777if test "${ac_cv_prog_CC+set}" = set; then
1778 echo $ECHO_N "(cached) $ECHO_C" >&6
1779else
1780 if test -n "$CC"; then
1781 ac_cv_prog_CC="$CC" # Let the user override the test.
1782else
1783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1784for as_dir in $PATH
1785do
1786 IFS=$as_save_IFS
1787 test -z "$as_dir" && as_dir=.
1788 for ac_exec_ext in '' $ac_executable_extensions; do
1789 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1790 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1792 break 2
1793 fi
1794done
1795done
1796
1797fi
1798fi
1799CC=$ac_cv_prog_CC
1800if test -n "$CC"; then
1801 echo "$as_me:$LINENO: result: $CC" >&5
1802echo "${ECHO_T}$CC" >&6
1803else
1804 echo "$as_me:$LINENO: result: no" >&5
1805echo "${ECHO_T}no" >&6
1806fi
1807
1808 test -n "$CC" && break
1809 done
1810fi
1811if test -z "$CC"; then
1812 ac_ct_CC=$CC
1813 for ac_prog in cl
1814do
1815 # Extract the first word of "$ac_prog", so it can be a program name with args.
1816set dummy $ac_prog; ac_word=$2
1817echo "$as_me:$LINENO: checking for $ac_word" >&5
1818echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1819if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1820 echo $ECHO_N "(cached) $ECHO_C" >&6
1821else
1822 if test -n "$ac_ct_CC"; then
1823 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1824else
1825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1826for as_dir in $PATH
1827do
1828 IFS=$as_save_IFS
1829 test -z "$as_dir" && as_dir=.
1830 for ac_exec_ext in '' $ac_executable_extensions; do
1831 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1832 ac_cv_prog_ac_ct_CC="$ac_prog"
1833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1834 break 2
1835 fi
1836done
1837done
1838
1839fi
1840fi
1841ac_ct_CC=$ac_cv_prog_ac_ct_CC
1842if test -n "$ac_ct_CC"; then
1843 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1844echo "${ECHO_T}$ac_ct_CC" >&6
1845else
1846 echo "$as_me:$LINENO: result: no" >&5
1847echo "${ECHO_T}no" >&6
1848fi
1849
1850 test -n "$ac_ct_CC" && break
1851done
1852
1853 CC=$ac_ct_CC
1854fi
1855
1856fi
1857
1858
f177e350
PA
1859test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1860echo "$as_me: error: in \`$ac_pwd':" >&2;}
1861{ { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
bec39cab
AC
1862See \`config.log' for more details." >&5
1863echo "$as_me: error: no acceptable C compiler found in \$PATH
1864See \`config.log' for more details." >&2;}
f177e350 1865 { (exit 1); exit 1; }; }; }
bec39cab
AC
1866
1867# Provide some information about the compiler.
1868echo "$as_me:$LINENO:" \
1869 "checking for C compiler version" >&5
1870ac_compiler=`set X $ac_compile; echo $2`
1871{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1872 (eval $ac_compiler --version </dev/null >&5) 2>&5
1873 ac_status=$?
1874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1875 (exit $ac_status); }
1876{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1877 (eval $ac_compiler -v </dev/null >&5) 2>&5
1878 ac_status=$?
1879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1880 (exit $ac_status); }
1881{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1882 (eval $ac_compiler -V </dev/null >&5) 2>&5
1883 ac_status=$?
1884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885 (exit $ac_status); }
1886
1887cat >conftest.$ac_ext <<_ACEOF
1888/* confdefs.h. */
1889_ACEOF
1890cat confdefs.h >>conftest.$ac_ext
1891cat >>conftest.$ac_ext <<_ACEOF
1892/* end confdefs.h. */
1893
1894int
1895main ()
1896{
1897
1898 ;
1899 return 0;
1900}
1901_ACEOF
1902ac_clean_files_save=$ac_clean_files
1903ac_clean_files="$ac_clean_files a.out a.exe b.out"
1904# Try to create an executable without -o first, disregard a.out.
1905# It will help us diagnose broken compilers, and finding out an intuition
1906# of exeext.
1907echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1908echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1909ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1910if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1911 (eval $ac_link_default) 2>&5
1912 ac_status=$?
1913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1914 (exit $ac_status); }; then
1915 # Find the output, starting from the most likely. This scheme is
1916# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1917# resort.
1918
1919# Be careful to initialize this variable, since it used to be cached.
1920# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1921ac_cv_exeext=
1922# b.out is created by i960 compilers.
1923for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1924do
1925 test -f "$ac_file" || continue
1926 case $ac_file in
1927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1928 ;;
1929 conftest.$ac_ext )
1930 # This is the source file.
1931 ;;
1932 [ab].out )
1933 # We found the default executable, but exeext='' is most
1934 # certainly right.
1935 break;;
1936 *.* )
1937 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1938 # FIXME: I believe we export ac_cv_exeext for Libtool,
1939 # but it would be cool to find out if it's true. Does anybody
1940 # maintain Libtool? --akim.
1941 export ac_cv_exeext
1942 break;;
1943 * )
1944 break;;
1945 esac
1946done
1947else
1948 echo "$as_me: failed program was:" >&5
1949sed 's/^/| /' conftest.$ac_ext >&5
1950
f177e350
PA
1951{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1952echo "$as_me: error: in \`$ac_pwd':" >&2;}
bec39cab
AC
1953{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1954See \`config.log' for more details." >&5
1955echo "$as_me: error: C compiler cannot create executables
1956See \`config.log' for more details." >&2;}
f177e350 1957 { (exit 77); exit 77; }; }; }
bec39cab
AC
1958fi
1959
1960ac_exeext=$ac_cv_exeext
1961echo "$as_me:$LINENO: result: $ac_file" >&5
1962echo "${ECHO_T}$ac_file" >&6
1963
1964# Check the compiler produces executables we can run. If not, either
1965# the compiler is broken, or we cross compile.
1966echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1967echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1968# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1969# If not cross compiling, check that we can run a simple program.
1970if test "$cross_compiling" != yes; then
1971 if { ac_try='./$ac_file'
1972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1973 (eval $ac_try) 2>&5
1974 ac_status=$?
1975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1976 (exit $ac_status); }; }; then
1977 cross_compiling=no
1978 else
1979 if test "$cross_compiling" = maybe; then
1980 cross_compiling=yes
1981 else
f177e350
PA
1982 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1983echo "$as_me: error: in \`$ac_pwd':" >&2;}
1984{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
bec39cab
AC
1985If you meant to cross compile, use \`--host'.
1986See \`config.log' for more details." >&5
1987echo "$as_me: error: cannot run C compiled programs.
1988If you meant to cross compile, use \`--host'.
1989See \`config.log' for more details." >&2;}
f177e350 1990 { (exit 1); exit 1; }; }; }
bec39cab
AC
1991 fi
1992 fi
1993fi
1994echo "$as_me:$LINENO: result: yes" >&5
1995echo "${ECHO_T}yes" >&6
1996
1997rm -f a.out a.exe conftest$ac_cv_exeext b.out
1998ac_clean_files=$ac_clean_files_save
1999# Check the compiler produces executables we can run. If not, either
2000# the compiler is broken, or we cross compile.
2001echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2002echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2003echo "$as_me:$LINENO: result: $cross_compiling" >&5
2004echo "${ECHO_T}$cross_compiling" >&6
2005
2006echo "$as_me:$LINENO: checking for suffix of executables" >&5
2007echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2008if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2009 (eval $ac_link) 2>&5
2010 ac_status=$?
2011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2012 (exit $ac_status); }; then
2013 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2014# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2015# work properly (i.e., refer to `conftest.exe'), while it won't with
2016# `rm'.
2017for ac_file in conftest.exe conftest conftest.*; do
2018 test -f "$ac_file" || continue
2019 case $ac_file in
2020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2021 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2022 export ac_cv_exeext
2023 break;;
2024 * ) break;;
2025 esac
2026done
2027else
f177e350
PA
2028 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2029echo "$as_me: error: in \`$ac_pwd':" >&2;}
2030{ { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
bec39cab
AC
2031See \`config.log' for more details." >&5
2032echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2033See \`config.log' for more details." >&2;}
f177e350 2034 { (exit 1); exit 1; }; }; }
bec39cab
AC
2035fi
2036
2037rm -f conftest$ac_cv_exeext
2038echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2039echo "${ECHO_T}$ac_cv_exeext" >&6
2040
2041rm -f conftest.$ac_ext
2042EXEEXT=$ac_cv_exeext
2043ac_exeext=$EXEEXT
2044echo "$as_me:$LINENO: checking for suffix of object files" >&5
2045echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2046if test "${ac_cv_objext+set}" = set; then
2047 echo $ECHO_N "(cached) $ECHO_C" >&6
2048else
2049 cat >conftest.$ac_ext <<_ACEOF
2050/* confdefs.h. */
2051_ACEOF
2052cat confdefs.h >>conftest.$ac_ext
2053cat >>conftest.$ac_ext <<_ACEOF
2054/* end confdefs.h. */
2055
2056int
2057main ()
2058{
2059
2060 ;
2061 return 0;
2062}
2063_ACEOF
2064rm -f conftest.o conftest.obj
2065if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2066 (eval $ac_compile) 2>&5
2067 ac_status=$?
2068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2069 (exit $ac_status); }; then
2070 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2071 case $ac_file in
2072 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2073 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2074 break;;
2075 esac
2076done
2077else
2078 echo "$as_me: failed program was:" >&5
2079sed 's/^/| /' conftest.$ac_ext >&5
2080
f177e350
PA
2081{ { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2082echo "$as_me: error: in \`$ac_pwd':" >&2;}
bec39cab
AC
2083{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2084See \`config.log' for more details." >&5
2085echo "$as_me: error: cannot compute suffix of object files: cannot compile
2086See \`config.log' for more details." >&2;}
f177e350 2087 { (exit 1); exit 1; }; }; }
bec39cab
AC
2088fi
2089
2090rm -f conftest.$ac_cv_objext conftest.$ac_ext
2091fi
2092echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2093echo "${ECHO_T}$ac_cv_objext" >&6
2094OBJEXT=$ac_cv_objext
2095ac_objext=$OBJEXT
2096echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2097echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2098if test "${ac_cv_c_compiler_gnu+set}" = set; then
2099 echo $ECHO_N "(cached) $ECHO_C" >&6
2100else
2101 cat >conftest.$ac_ext <<_ACEOF
2102/* confdefs.h. */
2103_ACEOF
2104cat confdefs.h >>conftest.$ac_ext
2105cat >>conftest.$ac_ext <<_ACEOF
2106/* end confdefs.h. */
2107
2108int
2109main ()
2110{
2111#ifndef __GNUC__
2112 choke me
2113#endif
2114
2115 ;
2116 return 0;
2117}
2118_ACEOF
2119rm -f conftest.$ac_objext
2120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2121 (eval $ac_compile) 2>conftest.er1
2122 ac_status=$?
2123 grep -v '^ *+' conftest.er1 >conftest.err
2124 rm -f conftest.er1
2125 cat conftest.err >&5
2126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2127 (exit $ac_status); } &&
be2a5f71
DJ
2128 { ac_try='test -z "$ac_c_werror_flag"
2129 || test ! -s conftest.err'
bec39cab
AC
2130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2131 (eval $ac_try) 2>&5
2132 ac_status=$?
2133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2134 (exit $ac_status); }; } &&
2135 { ac_try='test -s conftest.$ac_objext'
2136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2137 (eval $ac_try) 2>&5
2138 ac_status=$?
2139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2140 (exit $ac_status); }; }; then
2141 ac_compiler_gnu=yes
2142else
2143 echo "$as_me: failed program was:" >&5
2144sed 's/^/| /' conftest.$ac_ext >&5
2145
2146ac_compiler_gnu=no
2147fi
2148rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2149ac_cv_c_compiler_gnu=$ac_compiler_gnu
2150
2151fi
2152echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2153echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2154GCC=`test $ac_compiler_gnu = yes && echo yes`
2155ac_test_CFLAGS=${CFLAGS+set}
2156ac_save_CFLAGS=$CFLAGS
2157CFLAGS="-g"
2158echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2159echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2160if test "${ac_cv_prog_cc_g+set}" = set; then
2161 echo $ECHO_N "(cached) $ECHO_C" >&6
2162else
2163 cat >conftest.$ac_ext <<_ACEOF
2164/* confdefs.h. */
2165_ACEOF
2166cat confdefs.h >>conftest.$ac_ext
2167cat >>conftest.$ac_ext <<_ACEOF
2168/* end confdefs.h. */
2169
2170int
2171main ()
2172{
2173
2174 ;
2175 return 0;
2176}
2177_ACEOF
2178rm -f conftest.$ac_objext
2179if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2180 (eval $ac_compile) 2>conftest.er1
2181 ac_status=$?
2182 grep -v '^ *+' conftest.er1 >conftest.err
2183 rm -f conftest.er1
2184 cat conftest.err >&5
2185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2186 (exit $ac_status); } &&
be2a5f71
DJ
2187 { ac_try='test -z "$ac_c_werror_flag"
2188 || test ! -s conftest.err'
bec39cab
AC
2189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2190 (eval $ac_try) 2>&5
2191 ac_status=$?
2192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2193 (exit $ac_status); }; } &&
2194 { ac_try='test -s conftest.$ac_objext'
2195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2196 (eval $ac_try) 2>&5
2197 ac_status=$?
2198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2199 (exit $ac_status); }; }; then
2200 ac_cv_prog_cc_g=yes
2201else
2202 echo "$as_me: failed program was:" >&5
2203sed 's/^/| /' conftest.$ac_ext >&5
2204
2205ac_cv_prog_cc_g=no
2206fi
2207rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2208fi
2209echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2210echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2211if test "$ac_test_CFLAGS" = set; then
2212 CFLAGS=$ac_save_CFLAGS
2213elif test $ac_cv_prog_cc_g = yes; then
2214 if test "$GCC" = yes; then
2215 CFLAGS="-g -O2"
2216 else
2217 CFLAGS="-g"
2218 fi
2219else
2220 if test "$GCC" = yes; then
2221 CFLAGS="-O2"
2222 else
2223 CFLAGS=
2224 fi
2225fi
2226echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2227echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2228if test "${ac_cv_prog_cc_stdc+set}" = set; then
2229 echo $ECHO_N "(cached) $ECHO_C" >&6
2230else
2231 ac_cv_prog_cc_stdc=no
2232ac_save_CC=$CC
2233cat >conftest.$ac_ext <<_ACEOF
2234/* confdefs.h. */
2235_ACEOF
2236cat confdefs.h >>conftest.$ac_ext
2237cat >>conftest.$ac_ext <<_ACEOF
2238/* end confdefs.h. */
2239#include <stdarg.h>
2240#include <stdio.h>
2241#include <sys/types.h>
2242#include <sys/stat.h>
2243/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2244struct buf { int x; };
2245FILE * (*rcsopen) (struct buf *, struct stat *, int);
2246static char *e (p, i)
2247 char **p;
2248 int i;
2249{
2250 return p[i];
2251}
2252static char *f (char * (*g) (char **, int), char **p, ...)
2253{
2254 char *s;
2255 va_list v;
2256 va_start (v,p);
2257 s = g (p, va_arg (v,int));
2258 va_end (v);
2259 return s;
2260}
2261
2262/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2263 function prototypes and stuff, but not '\xHH' hex character constants.
2264 These don't provoke an error unfortunately, instead are silently treated
2265 as 'x'. The following induces an error, until -std1 is added to get
2266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2267 array size at least. It's necessary to write '\x00'==0 to get something
2268 that's true only with -std1. */
2269int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2270
2271int test (int i, double x);
2272struct s1 {int (*f) (int a);};
2273struct s2 {int (*f) (double a);};
2274int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2275int argc;
2276char **argv;
2277int
2278main ()
2279{
2280return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2281 ;
2282 return 0;
2283}
2284_ACEOF
2285# Don't try gcc -ansi; that turns off useful extensions and
2286# breaks some systems' header files.
2287# AIX -qlanglvl=ansi
2288# Ultrix and OSF/1 -std1
2289# HP-UX 10.20 and later -Ae
2290# HP-UX older versions -Aa -D_HPUX_SOURCE
2291# SVR4 -Xc -D__EXTENSIONS__
2292for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2293do
2294 CC="$ac_save_CC $ac_arg"
2295 rm -f conftest.$ac_objext
2296if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2297 (eval $ac_compile) 2>conftest.er1
2298 ac_status=$?
2299 grep -v '^ *+' conftest.er1 >conftest.err
2300 rm -f conftest.er1
2301 cat conftest.err >&5
2302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2303 (exit $ac_status); } &&
be2a5f71
DJ
2304 { ac_try='test -z "$ac_c_werror_flag"
2305 || test ! -s conftest.err'
bec39cab
AC
2306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2307 (eval $ac_try) 2>&5
2308 ac_status=$?
2309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2310 (exit $ac_status); }; } &&
2311 { ac_try='test -s conftest.$ac_objext'
2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2313 (eval $ac_try) 2>&5
2314 ac_status=$?
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); }; }; then
2317 ac_cv_prog_cc_stdc=$ac_arg
2318break
2319else
2320 echo "$as_me: failed program was:" >&5
2321sed 's/^/| /' conftest.$ac_ext >&5
2322
2323fi
2324rm -f conftest.err conftest.$ac_objext
2325done
2326rm -f conftest.$ac_ext conftest.$ac_objext
2327CC=$ac_save_CC
2328
2329fi
2330
2331case "x$ac_cv_prog_cc_stdc" in
2332 x|xno)
2333 echo "$as_me:$LINENO: result: none needed" >&5
2334echo "${ECHO_T}none needed" >&6 ;;
2335 *)
2336 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2337echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2338 CC="$CC $ac_cv_prog_cc_stdc" ;;
2339esac
2340
2341# Some people use a C++ compiler to compile C. Since we use `exit',
2342# in C++ we need to declare it. In case someone uses the same compiler
2343# for both compiling C and C++ we need to have the C++ compiler decide
2344# the declaration of exit, since it's the most demanding environment.
2345cat >conftest.$ac_ext <<_ACEOF
2346#ifndef __cplusplus
2347 choke me
2348#endif
2349_ACEOF
2350rm -f conftest.$ac_objext
2351if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2352 (eval $ac_compile) 2>conftest.er1
2353 ac_status=$?
2354 grep -v '^ *+' conftest.er1 >conftest.err
2355 rm -f conftest.er1
2356 cat conftest.err >&5
2357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358 (exit $ac_status); } &&
be2a5f71
DJ
2359 { ac_try='test -z "$ac_c_werror_flag"
2360 || test ! -s conftest.err'
bec39cab
AC
2361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2362 (eval $ac_try) 2>&5
2363 ac_status=$?
2364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2365 (exit $ac_status); }; } &&
2366 { ac_try='test -s conftest.$ac_objext'
2367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2368 (eval $ac_try) 2>&5
2369 ac_status=$?
2370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371 (exit $ac_status); }; }; then
2372 for ac_declaration in \
2373 '' \
2374 'extern "C" void std::exit (int) throw (); using std::exit;' \
2375 'extern "C" void std::exit (int); using std::exit;' \
2376 'extern "C" void exit (int) throw ();' \
2377 'extern "C" void exit (int);' \
2378 'void exit (int);'
2379do
2380 cat >conftest.$ac_ext <<_ACEOF
2381/* confdefs.h. */
2382_ACEOF
2383cat confdefs.h >>conftest.$ac_ext
2384cat >>conftest.$ac_ext <<_ACEOF
2385/* end confdefs.h. */
2386$ac_declaration
2387#include <stdlib.h>
2388int
2389main ()
2390{
2391exit (42);
2392 ;
2393 return 0;
2394}
2395_ACEOF
2396rm -f conftest.$ac_objext
2397if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2398 (eval $ac_compile) 2>conftest.er1
2399 ac_status=$?
2400 grep -v '^ *+' conftest.er1 >conftest.err
2401 rm -f conftest.er1
2402 cat conftest.err >&5
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); } &&
be2a5f71
DJ
2405 { ac_try='test -z "$ac_c_werror_flag"
2406 || test ! -s conftest.err'
bec39cab
AC
2407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2408 (eval $ac_try) 2>&5
2409 ac_status=$?
2410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2411 (exit $ac_status); }; } &&
2412 { ac_try='test -s conftest.$ac_objext'
2413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2414 (eval $ac_try) 2>&5
2415 ac_status=$?
2416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2417 (exit $ac_status); }; }; then
2418 :
2419else
2420 echo "$as_me: failed program was:" >&5
2421sed 's/^/| /' conftest.$ac_ext >&5
2422
2423continue
2424fi
2425rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2426 cat >conftest.$ac_ext <<_ACEOF
2427/* confdefs.h. */
2428_ACEOF
2429cat confdefs.h >>conftest.$ac_ext
2430cat >>conftest.$ac_ext <<_ACEOF
2431/* end confdefs.h. */
2432$ac_declaration
2433int
2434main ()
2435{
2436exit (42);
2437 ;
2438 return 0;
2439}
2440_ACEOF
2441rm -f conftest.$ac_objext
2442if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2443 (eval $ac_compile) 2>conftest.er1
2444 ac_status=$?
2445 grep -v '^ *+' conftest.er1 >conftest.err
2446 rm -f conftest.er1
2447 cat conftest.err >&5
2448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2449 (exit $ac_status); } &&
be2a5f71
DJ
2450 { ac_try='test -z "$ac_c_werror_flag"
2451 || test ! -s conftest.err'
bec39cab
AC
2452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2453 (eval $ac_try) 2>&5
2454 ac_status=$?
2455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2456 (exit $ac_status); }; } &&
2457 { ac_try='test -s conftest.$ac_objext'
2458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2459 (eval $ac_try) 2>&5
2460 ac_status=$?
2461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2462 (exit $ac_status); }; }; then
2463 break
2464else
2465 echo "$as_me: failed program was:" >&5
2466sed 's/^/| /' conftest.$ac_ext >&5
2467
2468fi
2469rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2470done
2471rm -f conftest*
2472if test -n "$ac_declaration"; then
2473 echo '#ifdef __cplusplus' >>confdefs.h
2474 echo $ac_declaration >>confdefs.h
2475 echo '#endif' >>confdefs.h
2476fi
2477
2478else
2479 echo "$as_me: failed program was:" >&5
2480sed 's/^/| /' conftest.$ac_ext >&5
2481
2482fi
2483rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2484ac_ext=c
2485ac_cpp='$CPP $CPPFLAGS'
2486ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2487ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2488ac_compiler_gnu=$ac_cv_c_compiler_gnu
2489
2490
2491ac_ext=c
2492ac_cpp='$CPP $CPPFLAGS'
2493ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2494ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2495ac_compiler_gnu=$ac_cv_c_compiler_gnu
2496echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2497echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
dc62bfc2
MK
2498# On Suns, sometimes $CPP names a directory.
2499if test -n "$CPP" && test -d "$CPP"; then
2500 CPP=
2501fi
2502if test -z "$CPP"; then
bec39cab
AC
2503 if test "${ac_cv_prog_CPP+set}" = set; then
2504 echo $ECHO_N "(cached) $ECHO_C" >&6
dc62bfc2 2505else
bec39cab
AC
2506 # Double quotes because CPP needs to be expanded
2507 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2508 do
2509 ac_preproc_ok=false
2510for ac_c_preproc_warn_flag in '' yes
2511do
2512 # Use a header file that comes with gcc, so configuring glibc
2513 # with a fresh cross-compiler works.
2514 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2515 # <limits.h> exists even on freestanding compilers.
dc62bfc2 2516 # On the NeXT, cc -E runs the code through the compiler's parser,
bec39cab
AC
2517 # not just through cpp. "Syntax error" is here to catch this case.
2518 cat >conftest.$ac_ext <<_ACEOF
2519/* confdefs.h. */
2520_ACEOF
2521cat confdefs.h >>conftest.$ac_ext
2522cat >>conftest.$ac_ext <<_ACEOF
2523/* end confdefs.h. */
2524#ifdef __STDC__
2525# include <limits.h>
2526#else
2527# include <assert.h>
2528#endif
2529 Syntax error
2530_ACEOF
2531if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2532 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2533 ac_status=$?
2534 grep -v '^ *+' conftest.er1 >conftest.err
2535 rm -f conftest.er1
2536 cat conftest.err >&5
2537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2538 (exit $ac_status); } >/dev/null; then
2539 if test -s conftest.err; then
2540 ac_cpp_err=$ac_c_preproc_warn_flag
2541 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2542 else
2543 ac_cpp_err=
2544 fi
dc62bfc2 2545else
bec39cab
AC
2546 ac_cpp_err=yes
2547fi
2548if test -z "$ac_cpp_err"; then
dc62bfc2
MK
2549 :
2550else
bec39cab
AC
2551 echo "$as_me: failed program was:" >&5
2552sed 's/^/| /' conftest.$ac_ext >&5
2553
2554 # Broken: fails on valid input.
2555continue
2556fi
2557rm -f conftest.err conftest.$ac_ext
2558
2559 # OK, works on sane cases. Now check whether non-existent headers
2560 # can be detected and how.
2561 cat >conftest.$ac_ext <<_ACEOF
2562/* confdefs.h. */
2563_ACEOF
2564cat confdefs.h >>conftest.$ac_ext
2565cat >>conftest.$ac_ext <<_ACEOF
2566/* end confdefs.h. */
2567#include <ac_nonexistent.h>
2568_ACEOF
2569if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2570 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2571 ac_status=$?
2572 grep -v '^ *+' conftest.er1 >conftest.err
2573 rm -f conftest.er1
2574 cat conftest.err >&5
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576 (exit $ac_status); } >/dev/null; then
2577 if test -s conftest.err; then
2578 ac_cpp_err=$ac_c_preproc_warn_flag
2579 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2580 else
2581 ac_cpp_err=
2582 fi
dc62bfc2 2583else
bec39cab 2584 ac_cpp_err=yes
dc62bfc2 2585fi
bec39cab
AC
2586if test -z "$ac_cpp_err"; then
2587 # Broken: success on invalid input.
2588continue
2589else
2590 echo "$as_me: failed program was:" >&5
2591sed 's/^/| /' conftest.$ac_ext >&5
2592
2593 # Passes both tests.
2594ac_preproc_ok=:
2595break
dc62bfc2 2596fi
bec39cab
AC
2597rm -f conftest.err conftest.$ac_ext
2598
2599done
2600# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2601rm -f conftest.err conftest.$ac_ext
2602if $ac_preproc_ok; then
2603 break
dc62bfc2 2604fi
bec39cab
AC
2605
2606 done
2607 ac_cv_prog_CPP=$CPP
2608
dc62bfc2 2609fi
bec39cab 2610 CPP=$ac_cv_prog_CPP
dc62bfc2 2611else
bec39cab 2612 ac_cv_prog_CPP=$CPP
dc62bfc2 2613fi
bec39cab
AC
2614echo "$as_me:$LINENO: result: $CPP" >&5
2615echo "${ECHO_T}$CPP" >&6
2616ac_preproc_ok=false
2617for ac_c_preproc_warn_flag in '' yes
dc62bfc2 2618do
bec39cab
AC
2619 # Use a header file that comes with gcc, so configuring glibc
2620 # with a fresh cross-compiler works.
2621 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2622 # <limits.h> exists even on freestanding compilers.
2623 # On the NeXT, cc -E runs the code through the compiler's parser,
2624 # not just through cpp. "Syntax error" is here to catch this case.
2625 cat >conftest.$ac_ext <<_ACEOF
2626/* confdefs.h. */
2627_ACEOF
2628cat confdefs.h >>conftest.$ac_ext
2629cat >>conftest.$ac_ext <<_ACEOF
2630/* end confdefs.h. */
2631#ifdef __STDC__
2632# include <limits.h>
2633#else
2634# include <assert.h>
2635#endif
2636 Syntax error
2637_ACEOF
2638if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2639 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2640 ac_status=$?
2641 grep -v '^ *+' conftest.er1 >conftest.err
2642 rm -f conftest.er1
2643 cat conftest.err >&5
2644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2645 (exit $ac_status); } >/dev/null; then
2646 if test -s conftest.err; then
2647 ac_cpp_err=$ac_c_preproc_warn_flag
2648 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2649 else
2650 ac_cpp_err=
2651 fi
2652else
2653 ac_cpp_err=yes
dc62bfc2 2654fi
bec39cab
AC
2655if test -z "$ac_cpp_err"; then
2656 :
2657else
2658 echo "$as_me: failed program was:" >&5
2659sed 's/^/| /' conftest.$ac_ext >&5
2660
2661 # Broken: fails on valid input.
2662continue
2663fi
2664rm -f conftest.err conftest.$ac_ext
2665
2666 # OK, works on sane cases. Now check whether non-existent headers
2667 # can be detected and how.
2668 cat >conftest.$ac_ext <<_ACEOF
2669/* confdefs.h. */
2670_ACEOF
2671cat confdefs.h >>conftest.$ac_ext
2672cat >>conftest.$ac_ext <<_ACEOF
2673/* end confdefs.h. */
2674#include <ac_nonexistent.h>
2675_ACEOF
2676if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2677 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2678 ac_status=$?
2679 grep -v '^ *+' conftest.er1 >conftest.err
2680 rm -f conftest.er1
2681 cat conftest.err >&5
2682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2683 (exit $ac_status); } >/dev/null; then
2684 if test -s conftest.err; then
2685 ac_cpp_err=$ac_c_preproc_warn_flag
2686 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2687 else
2688 ac_cpp_err=
2689 fi
2690else
2691 ac_cpp_err=yes
dc62bfc2 2692fi
bec39cab
AC
2693if test -z "$ac_cpp_err"; then
2694 # Broken: success on invalid input.
2695continue
dc62bfc2 2696else
bec39cab
AC
2697 echo "$as_me: failed program was:" >&5
2698sed 's/^/| /' conftest.$ac_ext >&5
2699
2700 # Passes both tests.
2701ac_preproc_ok=:
2702break
dc62bfc2 2703fi
bec39cab
AC
2704rm -f conftest.err conftest.$ac_ext
2705
dc62bfc2 2706done
bec39cab
AC
2707# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2708rm -f conftest.err conftest.$ac_ext
2709if $ac_preproc_ok; then
2710 :
2711else
f177e350
PA
2712 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2713echo "$as_me: error: in \`$ac_pwd':" >&2;}
2714{ { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
bec39cab
AC
2715See \`config.log' for more details." >&5
2716echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2717See \`config.log' for more details." >&2;}
f177e350 2718 { (exit 1); exit 1; }; }; }
bec39cab
AC
2719fi
2720
2721ac_ext=c
2722ac_cpp='$CPP $CPPFLAGS'
2723ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2724ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2725ac_compiler_gnu=$ac_cv_c_compiler_gnu
dc62bfc2
MK
2726
2727
bec39cab
AC
2728echo "$as_me:$LINENO: checking for egrep" >&5
2729echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2730if test "${ac_cv_prog_egrep+set}" = set; then
2731 echo $ECHO_N "(cached) $ECHO_C" >&6
93076499 2732else
bec39cab
AC
2733 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2734 then ac_cv_prog_egrep='grep -E'
2735 else ac_cv_prog_egrep='egrep'
2736 fi
2737fi
2738echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2739echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2740 EGREP=$ac_cv_prog_egrep
93076499 2741
93076499 2742
bec39cab
AC
2743echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2744echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2745if test "${ac_cv_header_stdc+set}" = set; then
2746 echo $ECHO_N "(cached) $ECHO_C" >&6
2747else
2748 cat >conftest.$ac_ext <<_ACEOF
2749/* confdefs.h. */
2750_ACEOF
2751cat confdefs.h >>conftest.$ac_ext
2752cat >>conftest.$ac_ext <<_ACEOF
2753/* end confdefs.h. */
2754#include <stdlib.h>
2755#include <stdarg.h>
2756#include <string.h>
2757#include <float.h>
2758
2759int
2760main ()
2761{
2762
2763 ;
2764 return 0;
2765}
2766_ACEOF
2767rm -f conftest.$ac_objext
2768if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2769 (eval $ac_compile) 2>conftest.er1
2770 ac_status=$?
2771 grep -v '^ *+' conftest.er1 >conftest.err
2772 rm -f conftest.er1
2773 cat conftest.err >&5
2774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2775 (exit $ac_status); } &&
be2a5f71
DJ
2776 { ac_try='test -z "$ac_c_werror_flag"
2777 || test ! -s conftest.err'
bec39cab
AC
2778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2779 (eval $ac_try) 2>&5
2780 ac_status=$?
2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }; } &&
2783 { ac_try='test -s conftest.$ac_objext'
2784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2785 (eval $ac_try) 2>&5
2786 ac_status=$?
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); }; }; then
2789 ac_cv_header_stdc=yes
2790else
2791 echo "$as_me: failed program was:" >&5
2792sed 's/^/| /' conftest.$ac_ext >&5
2793
2794ac_cv_header_stdc=no
2795fi
2796rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2797
2798if test $ac_cv_header_stdc = yes; then
2799 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2800 cat >conftest.$ac_ext <<_ACEOF
2801/* confdefs.h. */
2802_ACEOF
2803cat confdefs.h >>conftest.$ac_ext
2804cat >>conftest.$ac_ext <<_ACEOF
2805/* end confdefs.h. */
2806#include <string.h>
2807
2808_ACEOF
2809if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2810 $EGREP "memchr" >/dev/null 2>&1; then
2811 :
2812else
2813 ac_cv_header_stdc=no
93076499
ND
2814fi
2815rm -f conftest*
bec39cab
AC
2816
2817fi
2818
2819if test $ac_cv_header_stdc = yes; then
2820 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2821 cat >conftest.$ac_ext <<_ACEOF
2822/* confdefs.h. */
2823_ACEOF
2824cat confdefs.h >>conftest.$ac_ext
2825cat >>conftest.$ac_ext <<_ACEOF
2826/* end confdefs.h. */
2827#include <stdlib.h>
2828
2829_ACEOF
2830if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2831 $EGREP "free" >/dev/null 2>&1; then
2832 :
2833else
2834 ac_cv_header_stdc=no
2835fi
93076499 2836rm -f conftest*
bec39cab 2837
93076499
ND
2838fi
2839
bec39cab
AC
2840if test $ac_cv_header_stdc = yes; then
2841 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2842 if test "$cross_compiling" = yes; then
2843 :
93076499 2844else
bec39cab
AC
2845 cat >conftest.$ac_ext <<_ACEOF
2846/* confdefs.h. */
2847_ACEOF
2848cat confdefs.h >>conftest.$ac_ext
2849cat >>conftest.$ac_ext <<_ACEOF
2850/* end confdefs.h. */
2851#include <ctype.h>
2852#if ((' ' & 0x0FF) == 0x020)
2853# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2854# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2855#else
2856# define ISLOWER(c) \
2857 (('a' <= (c) && (c) <= 'i') \
2858 || ('j' <= (c) && (c) <= 'r') \
2859 || ('s' <= (c) && (c) <= 'z'))
2860# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
2861#endif
93076499 2862
bec39cab
AC
2863#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2864int
2865main ()
2866{
2867 int i;
2868 for (i = 0; i < 256; i++)
2869 if (XOR (islower (i), ISLOWER (i))
2870 || toupper (i) != TOUPPER (i))
2871 exit(2);
2872 exit (0);
2873}
2874_ACEOF
2875rm -f conftest$ac_exeext
2876if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2877 (eval $ac_link) 2>&5
2878 ac_status=$?
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2882 (eval $ac_try) 2>&5
2883 ac_status=$?
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); }; }; then
2886 :
93076499 2887else
bec39cab
AC
2888 echo "$as_me: program exited with status $ac_status" >&5
2889echo "$as_me: failed program was:" >&5
2890sed 's/^/| /' conftest.$ac_ext >&5
2891
2892( exit $ac_status )
2893ac_cv_header_stdc=no
93076499 2894fi
bec39cab
AC
2895rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2896fi
2897fi
2898fi
2899echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
2900echo "${ECHO_T}$ac_cv_header_stdc" >&6
2901if test $ac_cv_header_stdc = yes; then
2902
2903cat >>confdefs.h <<\_ACEOF
2904#define STDC_HEADERS 1
2905_ACEOF
2906
2907fi
2908
2909# On IRIX 5.3, sys/types and inttypes.h are conflicting.
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
2920 inttypes.h stdint.h unistd.h
2921do
2922as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2923echo "$as_me:$LINENO: checking for $ac_header" >&5
2924echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2925if eval "test \"\${$as_ac_Header+set}\" = set"; then
2926 echo $ECHO_N "(cached) $ECHO_C" >&6
2927else
2928 cat >conftest.$ac_ext <<_ACEOF
2929/* confdefs.h. */
2930_ACEOF
2931cat confdefs.h >>conftest.$ac_ext
2932cat >>conftest.$ac_ext <<_ACEOF
2933/* end confdefs.h. */
2934$ac_includes_default
2935
2936#include <$ac_header>
2937_ACEOF
2938rm -f conftest.$ac_objext
2939if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2940 (eval $ac_compile) 2>conftest.er1
2941 ac_status=$?
2942 grep -v '^ *+' conftest.er1 >conftest.err
2943 rm -f conftest.er1
2944 cat conftest.err >&5
2945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2946 (exit $ac_status); } &&
be2a5f71
DJ
2947 { ac_try='test -z "$ac_c_werror_flag"
2948 || test ! -s conftest.err'
bec39cab
AC
2949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2950 (eval $ac_try) 2>&5
2951 ac_status=$?
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); }; } &&
2954 { ac_try='test -s conftest.$ac_objext'
2955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2956 (eval $ac_try) 2>&5
2957 ac_status=$?
2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959 (exit $ac_status); }; }; then
2960 eval "$as_ac_Header=yes"
2961else
2962 echo "$as_me: failed program was:" >&5
2963sed 's/^/| /' conftest.$ac_ext >&5
2964
2965eval "$as_ac_Header=no"
2966fi
2967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2968fi
2969echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2970echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2971if test `eval echo '${'$as_ac_Header'}'` = yes; then
2972 cat >>confdefs.h <<_ACEOF
2973#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2974_ACEOF
2975
93076499
ND
2976fi
2977
bec39cab
AC
2978done
2979
93076499
ND
2980
2981
bec39cab
AC
2982for ac_header in pthread.h
2983do
2984as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2985if eval "test \"\${$as_ac_Header+set}\" = set"; then
2986 echo "$as_me:$LINENO: checking for $ac_header" >&5
2987echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2988if eval "test \"\${$as_ac_Header+set}\" = set"; then
2989 echo $ECHO_N "(cached) $ECHO_C" >&6
2990fi
2991echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2992echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
93076499 2993else
bec39cab
AC
2994 # Is the header compilable?
2995echo "$as_me:$LINENO: checking $ac_header usability" >&5
2996echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
2997cat >conftest.$ac_ext <<_ACEOF
2998/* confdefs.h. */
2999_ACEOF
3000cat confdefs.h >>conftest.$ac_ext
3001cat >>conftest.$ac_ext <<_ACEOF
3002/* end confdefs.h. */
3003$ac_includes_default
3004#include <$ac_header>
3005_ACEOF
3006rm -f conftest.$ac_objext
3007if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3008 (eval $ac_compile) 2>conftest.er1
3009 ac_status=$?
3010 grep -v '^ *+' conftest.er1 >conftest.err
3011 rm -f conftest.er1
3012 cat conftest.err >&5
3013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3014 (exit $ac_status); } &&
be2a5f71
DJ
3015 { ac_try='test -z "$ac_c_werror_flag"
3016 || test ! -s conftest.err'
bec39cab
AC
3017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3018 (eval $ac_try) 2>&5
3019 ac_status=$?
3020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021 (exit $ac_status); }; } &&
3022 { ac_try='test -s conftest.$ac_objext'
3023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3024 (eval $ac_try) 2>&5
3025 ac_status=$?
3026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3027 (exit $ac_status); }; }; then
3028 ac_header_compiler=yes
93076499 3029else
bec39cab
AC
3030 echo "$as_me: failed program was:" >&5
3031sed 's/^/| /' conftest.$ac_ext >&5
3032
3033ac_header_compiler=no
3034fi
3035rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3036echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3037echo "${ECHO_T}$ac_header_compiler" >&6
3038
3039# Is the header present?
3040echo "$as_me:$LINENO: checking $ac_header presence" >&5
3041echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3042cat >conftest.$ac_ext <<_ACEOF
3043/* confdefs.h. */
3044_ACEOF
3045cat confdefs.h >>conftest.$ac_ext
3046cat >>conftest.$ac_ext <<_ACEOF
3047/* end confdefs.h. */
3048#include <$ac_header>
3049_ACEOF
3050if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3052 ac_status=$?
3053 grep -v '^ *+' conftest.er1 >conftest.err
3054 rm -f conftest.er1
3055 cat conftest.err >&5
3056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3057 (exit $ac_status); } >/dev/null; then
3058 if test -s conftest.err; then
3059 ac_cpp_err=$ac_c_preproc_warn_flag
3060 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
93076499 3061 else
bec39cab 3062 ac_cpp_err=
93076499 3063 fi
bec39cab
AC
3064else
3065 ac_cpp_err=yes
3066fi
3067if test -z "$ac_cpp_err"; then
3068 ac_header_preproc=yes
3069else
3070 echo "$as_me: failed program was:" >&5
3071sed 's/^/| /' conftest.$ac_ext >&5
3072
3073 ac_header_preproc=no
93076499 3074fi
bec39cab
AC
3075rm -f conftest.err conftest.$ac_ext
3076echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3077echo "${ECHO_T}$ac_header_preproc" >&6
3078
3079# So? What about this header?
3080case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3081 yes:no: )
3082 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3083echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3084 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3085echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3086 ac_header_preproc=yes
3087 ;;
3088 no:yes:* )
3089 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3090echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3091 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3092echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3093 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3094echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3095 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3096echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3097 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3098echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3099 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3100echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3101 (
3102 cat <<\_ASBOX
3103## ------------------------------------------ ##
3104## Report this to the AC_PACKAGE_NAME lists. ##
3105## ------------------------------------------ ##
3106_ASBOX
3107 ) |
3108 sed "s/^/$as_me: WARNING: /" >&2
3109 ;;
3110esac
3111echo "$as_me:$LINENO: checking for $ac_header" >&5
3112echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3113if eval "test \"\${$as_ac_Header+set}\" = set"; then
3114 echo $ECHO_N "(cached) $ECHO_C" >&6
3115else
3116 eval "$as_ac_Header=\$ac_header_preproc"
93076499 3117fi
bec39cab
AC
3118echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3119echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
93076499 3120
bec39cab
AC
3121fi
3122if test `eval echo '${'$as_ac_Header'}'` = yes; then
3123 cat >>confdefs.h <<_ACEOF
3124#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3125_ACEOF
93076499 3126
bec39cab 3127fi
93076499 3128
bec39cab
AC
3129done
3130
3131
3132
3133
f177e350 3134 ac_config_files="$ac_config_files Makefile gdb.ada/Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile gdb.mi/Makefile gdb.modula2/Makefile gdb.objc/Makefile gdb.opt/Makefile gdb.pascal/Makefile gdb.python/Makefile gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile"
bec39cab 3135cat >confcache <<\_ACEOF
c906108c
SS
3136# This file is a shell script that caches the results of configure
3137# tests run on this system so they can be shared between configure
bec39cab
AC
3138# scripts and configure runs, see configure's option --config-cache.
3139# It is not useful on other systems. If it contains results you don't
3140# want to keep, you may remove or edit it.
c906108c 3141#
bec39cab
AC
3142# config.status only pays attention to the cache file if you give it
3143# the --recheck option to rerun configure.
c906108c 3144#
bec39cab
AC
3145# `ac_cv_env_foo' variables (set or unset) will be overridden when
3146# loading this file, other *unset* `ac_cv_foo' will be assigned the
3147# following values.
3148
3149_ACEOF
3150
c906108c
SS
3151# The following way of writing the cache mishandles newlines in values,
3152# but we know of no workaround that is simple, portable, and efficient.
3153# So, don't put newlines in cache variables' values.
3154# Ultrix sh set writes to stderr and can't be redirected directly,
3155# and sets the high bit in the cache file unless we assign to the vars.
bec39cab
AC
3156{
3157 (set) 2>&1 |
3158 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3159 *ac_space=\ *)
3160 # `set' does not quote correctly, so add quotes (double-quote
3161 # substitution turns \\\\ into \\, and sed turns \\ into \).
3162 sed -n \
3163 "s/'/'\\\\''/g;
3164 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3165 ;;
3166 *)
3167 # `set' quotes correctly as required by POSIX, so do not add quotes.
3168 sed -n \
3169 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3170 ;;
3171 esac;
3172} |
3173 sed '
3174 t clear
3175 : clear
3176 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3177 t end
3178 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3179 : end' >>confcache
3180if diff $cache_file confcache >/dev/null 2>&1; then :; else
c906108c 3181 if test -w $cache_file; then
bec39cab
AC
3182 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3183 cat confcache >$cache_file
c906108c
SS
3184 else
3185 echo "not updating unwritable cache $cache_file"
3186 fi
3187fi
3188rm -f confcache
3189
c906108c
SS
3190test "x$prefix" = xNONE && prefix=$ac_default_prefix
3191# Let make expand exec_prefix.
3192test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3193
bec39cab
AC
3194# VPATH may cause trouble with some makes, so we remove $(srcdir),
3195# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3196# trailing colons and then remove the whole line if VPATH becomes empty
3197# (actually we leave an empty line to preserve line numbers).
c906108c 3198if test "x$srcdir" = x.; then
bec39cab
AC
3199 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3200s/:*\$(srcdir):*/:/;
3201s/:*\${srcdir}:*/:/;
3202s/:*@srcdir@:*/:/;
3203s/^\([^=]*=[ ]*\):*/\1/;
3204s/:*$//;
3205s/^[^=]*=[ ]*$//;
3206}'
c906108c
SS
3207fi
3208
5710a1af
EZ
3209# Transform confdefs.h into DEFS.
3210# Protect against shell expansion while executing Makefile rules.
3211# Protect against Makefile macro expansion.
bec39cab
AC
3212#
3213# If the first sed substitution is executed (which looks for macros that
3214# take arguments), then we branch to the quote section. Otherwise,
3215# look for a macro that doesn't take arguments.
3216cat >confdef2opt.sed <<\_ACEOF
3217t clear
3218: clear
3219s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
3220t quote
3221s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
3222t quote
3223d
3224: quote
3225s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
3226s,\[,\\&,g
3227s,\],\\&,g
3228s,\$,$$,g
3229p
3230_ACEOF
3231# We use echo to avoid assuming a particular line-breaking character.
3232# The extra dot is to prevent the shell from consuming trailing
3233# line-breaks from the sub-command output. A line-break within
3234# single-quotes doesn't work because, if this script is created in a
3235# platform that uses two characters for line-breaks (e.g., DOS), tr
3236# would break.
3237ac_LF_and_DOT=`echo; echo .`
3238DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
3239rm -f confdef2opt.sed
3240
3241
3242ac_libobjs=
3243ac_ltlibobjs=
3244for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3245 # 1. Remove the extension, and $U if already installed.
3246 ac_i=`echo "$ac_i" |
3247 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
3248 # 2. Add them.
3249 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
3250 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
3251done
3252LIBOBJS=$ac_libobjs
c906108c 3253
bec39cab
AC
3254LTLIBOBJS=$ac_ltlibobjs
3255
3256
3257
3258: ${CONFIG_STATUS=./config.status}
3259ac_clean_files_save=$ac_clean_files
3260ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3261{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3262echo "$as_me: creating $CONFIG_STATUS" >&6;}
3263cat >$CONFIG_STATUS <<_ACEOF
3264#! $SHELL
3265# Generated by $as_me.
c906108c 3266# Run this file to recreate the current configuration.
c906108c 3267# Compiler output produced by configure, useful for debugging
bec39cab
AC
3268# configure, is in config.log if it exists.
3269
3270debug=false
3271ac_cs_recheck=false
3272ac_cs_silent=false
3273SHELL=\${CONFIG_SHELL-$SHELL}
3274_ACEOF
3275
3276cat >>$CONFIG_STATUS <<\_ACEOF
3277## --------------------- ##
3278## M4sh Initialization. ##
3279## --------------------- ##
3280
3281# Be Bourne compatible
3282if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3283 emulate sh
3284 NULLCMD=:
3285 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3286 # is contrary to our usage. Disable this feature.
3287 alias -g '${1+"$@"}'='"$@"'
3288elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3289 set -o posix
3290fi
3291DUALCASE=1; export DUALCASE # for MKS sh
c906108c 3292
bec39cab
AC
3293# Support unset when possible.
3294if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3295 as_unset=unset
3296else
3297 as_unset=false
3298fi
3299
3300
3301# Work around bugs in pre-3.0 UWIN ksh.
3302$as_unset ENV MAIL MAILPATH
3303PS1='$ '
3304PS2='> '
3305PS4='+ '
3306
3307# NLS nuisances.
3308for as_var in \
3309 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3310 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3311 LC_TELEPHONE LC_TIME
c906108c 3312do
bec39cab
AC
3313 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3314 eval $as_var=C; export $as_var
3315 else
3316 $as_unset $as_var
3317 fi
c906108c
SS
3318done
3319
bec39cab
AC
3320# Required to use basename.
3321if expr a : '\(a\)' >/dev/null 2>&1; then
3322 as_expr=expr
3323else
3324 as_expr=false
3325fi
c906108c 3326
bec39cab
AC
3327if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3328 as_basename=basename
3329else
3330 as_basename=false
3331fi
3332
3333
3334# Name of the executable.
3335as_me=`$as_basename "$0" ||
3336$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3337 X"$0" : 'X\(//\)$' \| \
3338 X"$0" : 'X\(/\)$' \| \
3339 . : '\(.\)' 2>/dev/null ||
3340echo X/"$0" |
3341 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3342 /^X\/\(\/\/\)$/{ s//\1/; q; }
3343 /^X\/\(\/\).*/{ s//\1/; q; }
3344 s/.*/./; q'`
3345
3346
3347# PATH needs CR, and LINENO needs CR and PATH.
3348# Avoid depending upon Character Ranges.
3349as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3350as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3351as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3352as_cr_digits='0123456789'
3353as_cr_alnum=$as_cr_Letters$as_cr_digits
3354
3355# The user is always right.
3356if test "${PATH_SEPARATOR+set}" != set; then
3357 echo "#! /bin/sh" >conf$$.sh
3358 echo "exit 0" >>conf$$.sh
3359 chmod +x conf$$.sh
3360 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3361 PATH_SEPARATOR=';'
c906108c 3362 else
bec39cab 3363 PATH_SEPARATOR=:
c906108c 3364 fi
bec39cab
AC
3365 rm -f conf$$.sh
3366fi
3367
3368
3369 as_lineno_1=$LINENO
3370 as_lineno_2=$LINENO
3371 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3372 test "x$as_lineno_1" != "x$as_lineno_2" &&
3373 test "x$as_lineno_3" = "x$as_lineno_2" || {
3374 # Find who we are. Look in the path if we contain no path at all
3375 # relative or not.
3376 case $0 in
3377 *[\\/]* ) as_myself=$0 ;;
3378 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3379for as_dir in $PATH
3380do
3381 IFS=$as_save_IFS
3382 test -z "$as_dir" && as_dir=.
3383 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3384done
3385
3386 ;;
3387 esac
3388 # We did not find ourselves, most probably we were run as `sh COMMAND'
3389 # in which case we are not to be found in the path.
3390 if test "x$as_myself" = x; then
3391 as_myself=$0
3392 fi
3393 if test ! -f "$as_myself"; then
3394 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3395echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3396 { (exit 1); exit 1; }; }
c906108c 3397 fi
bec39cab
AC
3398 case $CONFIG_SHELL in
3399 '')
3400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3401for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3402do
3403 IFS=$as_save_IFS
3404 test -z "$as_dir" && as_dir=.
3405 for as_base in sh bash ksh sh5; do
3406 case $as_dir in
3407 /*)
3408 if ("$as_dir/$as_base" -c '
3409 as_lineno_1=$LINENO
3410 as_lineno_2=$LINENO
3411 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3412 test "x$as_lineno_1" != "x$as_lineno_2" &&
3413 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
3414 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3415 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3416 CONFIG_SHELL=$as_dir/$as_base
3417 export CONFIG_SHELL
3418 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3419 fi;;
3420 esac
3421 done
c906108c 3422done
bec39cab 3423;;
c906108c
SS
3424 esac
3425
bec39cab
AC
3426 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3427 # uniformly replaced by the line number. The first 'sed' inserts a
3428 # line-number line before each line; the second 'sed' does the real
3429 # work. The second script uses 'N' to pair each line-number line
3430 # with the numbered line, and appends trailing '-' during
3431 # substitution so that $LINENO is not a special case at line end.
3432 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3433 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
3434 sed '=' <$as_myself |
3435 sed '
3436 N
3437 s,$,-,
3438 : loop
3439 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3440 t loop
3441 s,-$,,
3442 s,^['$as_cr_digits']*\n,,
3443 ' >$as_me.lineno &&
3444 chmod +x $as_me.lineno ||
3445 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3446echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3447 { (exit 1); exit 1; }; }
3448
3449 # Don't try to exec as it changes $[0], causing all sort of problems
3450 # (the dirname of $[0] is not the place where we might find the
3451 # original and so on. Autoconf is especially sensible to this).
3452 . ./$as_me.lineno
3453 # Exit status is that of the last command.
3454 exit
3455}
3456
3457
3458case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3459 *c*,-n*) ECHO_N= ECHO_C='
3460' ECHO_T=' ' ;;
3461 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3462 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
3463esac
3464
3465if expr a : '\(a\)' >/dev/null 2>&1; then
3466 as_expr=expr
3467else
3468 as_expr=false
3469fi
c906108c 3470
bec39cab
AC
3471rm -f conf$$ conf$$.exe conf$$.file
3472echo >conf$$.file
3473if ln -s conf$$.file conf$$ 2>/dev/null; then
3474 # We could just check for DJGPP; but this test a) works b) is more generic
3475 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3476 if test -f conf$$.exe; then
3477 # Don't use ln at all; we don't have any links
3478 as_ln_s='cp -p'
c906108c 3479 else
bec39cab 3480 as_ln_s='ln -s'
c906108c 3481 fi
bec39cab
AC
3482elif ln conf$$.file conf$$ 2>/dev/null; then
3483 as_ln_s=ln
3484else
3485 as_ln_s='cp -p'
3486fi
3487rm -f conf$$ conf$$.exe conf$$.file
3488
3489if mkdir -p . 2>/dev/null; then
3490 as_mkdir_p=:
3491else
3492 test -d ./-p && rmdir ./-p
3493 as_mkdir_p=false
3494fi
3495
3496as_executable_p="test -f"
3497
3498# Sed expression to map a string onto a valid CPP name.
3499as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3500
3501# Sed expression to map a string onto a valid variable name.
3502as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3503
3504
3505# IFS
3506# We need space, tab and new line, in precisely that order.
3507as_nl='
3508'
3509IFS=" $as_nl"
3510
3511# CDPATH.
3512$as_unset CDPATH
3513
3514exec 6>&1
3515
3516# Open the log real soon, to keep \$[0] and so on meaningful, and to
3517# report actual input values of CONFIG_FILES etc. instead of their
3518# values after options handling. Logging --version etc. is OK.
3519exec 5>>config.log
3520{
3521 echo
3522 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3523## Running $as_me. ##
3524_ASBOX
3525} >&5
3526cat >&5 <<_CSEOF
3527
3528This file was extended by $as_me, which was
3529generated by GNU Autoconf 2.59. Invocation command line was
3530
3531 CONFIG_FILES = $CONFIG_FILES
3532 CONFIG_HEADERS = $CONFIG_HEADERS
3533 CONFIG_LINKS = $CONFIG_LINKS
3534 CONFIG_COMMANDS = $CONFIG_COMMANDS
3535 $ $0 $@
3536
3537_CSEOF
3538echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3539echo >&5
3540_ACEOF
3541
3542# Files that config.status was made for.
3543if test -n "$ac_config_files"; then
3544 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3545fi
3546
3547if test -n "$ac_config_headers"; then
3548 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3549fi
3550
3551if test -n "$ac_config_links"; then
3552 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3553fi
3554
3555if test -n "$ac_config_commands"; then
3556 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3557fi
3558
3559cat >>$CONFIG_STATUS <<\_ACEOF
3560
3561ac_cs_usage="\
3562\`$as_me' instantiates files from templates according to the
3563current configuration.
3564
3565Usage: $0 [OPTIONS] [FILE]...
3566
3567 -h, --help print this help, then exit
3568 -V, --version print version number, then exit
3569 -q, --quiet do not print progress messages
3570 -d, --debug don't remove temporary files
3571 --recheck update $as_me by reconfiguring in the same conditions
3572 --file=FILE[:TEMPLATE]
3573 instantiate the configuration file FILE
3574
3575Configuration files:
3576$config_files
3577
3578Report bugs to <bug-autoconf@gnu.org>."
3579_ACEOF
3580
3581cat >>$CONFIG_STATUS <<_ACEOF
3582ac_cs_version="\\
3583config.status
3584configured by $0, generated by GNU Autoconf 2.59,
3585 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3586
3587Copyright (C) 2003 Free Software Foundation, Inc.
3588This config.status script is free software; the Free Software Foundation
3589gives unlimited permission to copy, distribute and modify it."
3590srcdir=$srcdir
3591_ACEOF
3592
3593cat >>$CONFIG_STATUS <<\_ACEOF
3594# If no file are specified by the user, then we need to provide default
3595# value. By we need to know if files were specified by the user.
3596ac_need_defaults=:
3597while test $# != 0
3598do
3599 case $1 in
3600 --*=*)
3601 ac_option=`expr "x$1" : 'x\([^=]*\)='`
3602 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3603 ac_shift=:
3604 ;;
3605 -*)
3606 ac_option=$1
3607 ac_optarg=$2
3608 ac_shift=shift
3609 ;;
3610 *) # This is not an option, so the user has probably given explicit
3611 # arguments.
3612 ac_option=$1
3613 ac_need_defaults=false;;
3614 esac
3615
3616 case $ac_option in
3617 # Handling of the options.
3618_ACEOF
3619cat >>$CONFIG_STATUS <<\_ACEOF
3620 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3621 ac_cs_recheck=: ;;
3622 --version | --vers* | -V )
3623 echo "$ac_cs_version"; exit 0 ;;
3624 --he | --h)
3625 # Conflict between --help and --header
3626 { { echo "$as_me:$LINENO: error: ambiguous option: $1
3627Try \`$0 --help' for more information." >&5
3628echo "$as_me: error: ambiguous option: $1
3629Try \`$0 --help' for more information." >&2;}
3630 { (exit 1); exit 1; }; };;
3631 --help | --hel | -h )
3632 echo "$ac_cs_usage"; exit 0 ;;
3633 --debug | --d* | -d )
3634 debug=: ;;
3635 --file | --fil | --fi | --f )
3636 $ac_shift
3637 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3638 ac_need_defaults=false;;
3639 --header | --heade | --head | --hea )
3640 $ac_shift
3641 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3642 ac_need_defaults=false;;
3643 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3644 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3645 ac_cs_silent=: ;;
3646
3647 # This is an error.
3648 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3649Try \`$0 --help' for more information." >&5
3650echo "$as_me: error: unrecognized option: $1
3651Try \`$0 --help' for more information." >&2;}
3652 { (exit 1); exit 1; }; } ;;
3653
3654 *) ac_config_targets="$ac_config_targets $1" ;;
c906108c 3655
c906108c 3656 esac
bec39cab
AC
3657 shift
3658done
3659
3660ac_configure_extra_args=
3661
3662if $ac_cs_silent; then
3663 exec 6>/dev/null
3664 ac_configure_extra_args="$ac_configure_extra_args --silent"
3665fi
3666
3667_ACEOF
3668cat >>$CONFIG_STATUS <<_ACEOF
3669if \$ac_cs_recheck; then
3670 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3671 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3672fi
3673
3674_ACEOF
c906108c
SS
3675
3676
bec39cab
AC
3677
3678
3679
3680cat >>$CONFIG_STATUS <<\_ACEOF
3681for ac_config_target in $ac_config_targets
3682do
3683 case "$ac_config_target" in
3684 # Handling of arguments.
3685 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3686 "gdb.ada/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.ada/Makefile" ;;
bec39cab
AC
3687 "gdb.arch/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.arch/Makefile" ;;
3688 "gdb.asm/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.asm/Makefile" ;;
3689 "gdb.base/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.base/Makefile" ;;
3690 "gdb.cp/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.cp/Makefile" ;;
3691 "gdb.disasm/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.disasm/Makefile" ;;
3692 "gdb.dwarf2/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.dwarf2/Makefile" ;;
3693 "gdb.fortran/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.fortran/Makefile" ;;
9494c6a5 3694 "gdb.server/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.server/Makefile" ;;
bec39cab
AC
3695 "gdb.java/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.java/Makefile" ;;
3696 "gdb.mi/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.mi/Makefile" ;;
f6f3eb6c 3697 "gdb.modula2/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.modula2/Makefile" ;;
bec39cab 3698 "gdb.objc/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.objc/Makefile" ;;
5876dc88 3699 "gdb.opt/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.opt/Makefile" ;;
f6f3eb6c 3700 "gdb.pascal/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.pascal/Makefile" ;;
f177e350 3701 "gdb.python/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.python/Makefile" ;;
bec39cab
AC
3702 "gdb.threads/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.threads/Makefile" ;;
3703 "gdb.trace/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.trace/Makefile" ;;
e515b470 3704 "gdb.xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.xml/Makefile" ;;
bec39cab
AC
3705 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3706echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3707 { (exit 1); exit 1; }; };;
c906108c 3708 esac
bec39cab
AC
3709done
3710
3711# If the user did not use the arguments to specify the items to instantiate,
3712# then the envvar interface is used. Set only those that are not.
3713# We use the long form for the default assignment because of an extremely
3714# bizarre bug on SunOS 4.1.3.
3715if $ac_need_defaults; then
3716 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3717fi
3718
3719# Have a temporary directory for convenience. Make it in the build tree
3720# simply because there is no reason to put it here, and in addition,
3721# creating and moving files from /tmp can sometimes cause problems.
3722# Create a temporary directory, and hook for its removal unless debugging.
3723$debug ||
3724{
3725 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3726 trap '{ (exit 1); exit 1; }' 1 2 13 15
3727}
3728
3729# Create a (secure) tmp directory for tmp files.
3730
3731{
3732 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3733 test -n "$tmp" && test -d "$tmp"
3734} ||
3735{
3736 tmp=./confstat$$-$RANDOM
3737 (umask 077 && mkdir $tmp)
3738} ||
3739{
3740 echo "$me: cannot create a temporary directory in ." >&2
3741 { (exit 1); exit 1; }
3742}
3743
3744_ACEOF
3745
3746cat >>$CONFIG_STATUS <<_ACEOF
c906108c 3747
bec39cab
AC
3748#
3749# CONFIG_FILES section.
3750#
c906108c 3751
bec39cab
AC
3752# No need to generate the scripts if there are no CONFIG_FILES.
3753# This happens for instance when ./config.status config.h
3754if test -n "\$CONFIG_FILES"; then
3755 # Protect against being on the right side of a sed subst in config.status.
3756 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3757 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3758s,@SHELL@,$SHELL,;t t
3759s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3760s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3761s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3762s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3763s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3764s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3765s,@exec_prefix@,$exec_prefix,;t t
3766s,@prefix@,$prefix,;t t
3767s,@program_transform_name@,$program_transform_name,;t t
3768s,@bindir@,$bindir,;t t
3769s,@sbindir@,$sbindir,;t t
3770s,@libexecdir@,$libexecdir,;t t
3771s,@datadir@,$datadir,;t t
3772s,@sysconfdir@,$sysconfdir,;t t
3773s,@sharedstatedir@,$sharedstatedir,;t t
3774s,@localstatedir@,$localstatedir,;t t
3775s,@libdir@,$libdir,;t t
3776s,@includedir@,$includedir,;t t
3777s,@oldincludedir@,$oldincludedir,;t t
3778s,@infodir@,$infodir,;t t
3779s,@mandir@,$mandir,;t t
3780s,@build_alias@,$build_alias,;t t
3781s,@host_alias@,$host_alias,;t t
3782s,@target_alias@,$target_alias,;t t
3783s,@DEFS@,$DEFS,;t t
3784s,@ECHO_C@,$ECHO_C,;t t
3785s,@ECHO_N@,$ECHO_N,;t t
3786s,@ECHO_T@,$ECHO_T,;t t
3787s,@LIBS@,$LIBS,;t t
3788s,@build@,$build,;t t
3789s,@build_cpu@,$build_cpu,;t t
3790s,@build_vendor@,$build_vendor,;t t
3791s,@build_os@,$build_os,;t t
3792s,@host@,$host,;t t
3793s,@host_cpu@,$host_cpu,;t t
3794s,@host_vendor@,$host_vendor,;t t
3795s,@host_os@,$host_os,;t t
3796s,@target@,$target,;t t
3797s,@target_cpu@,$target_cpu,;t t
3798s,@target_vendor@,$target_vendor,;t t
3799s,@target_os@,$target_os,;t t
be2a5f71 3800s,@target_noncanonical@,$target_noncanonical,;t t
bec39cab
AC
3801s,@subdirs@,$subdirs,;t t
3802s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
3803s,@CC@,$CC,;t t
3804s,@CFLAGS@,$CFLAGS,;t t
3805s,@LDFLAGS@,$LDFLAGS,;t t
3806s,@CPPFLAGS@,$CPPFLAGS,;t t
3807s,@ac_ct_CC@,$ac_ct_CC,;t t
3808s,@EXEEXT@,$EXEEXT,;t t
3809s,@OBJEXT@,$OBJEXT,;t t
3810s,@CPP@,$CPP,;t t
3811s,@EGREP@,$EGREP,;t t
3812s,@LIBOBJS@,$LIBOBJS,;t t
3813s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3814CEOF
c906108c 3815
bec39cab
AC
3816_ACEOF
3817
3818 cat >>$CONFIG_STATUS <<\_ACEOF
3819 # Split the substitutions into bite-sized pieces for seds with
3820 # small command number limits, like on Digital OSF/1 and HP-UX.
3821 ac_max_sed_lines=48
3822 ac_sed_frag=1 # Number of current file.
3823 ac_beg=1 # First line for current file.
3824 ac_end=$ac_max_sed_lines # Line after last line for current file.
3825 ac_more_lines=:
3826 ac_sed_cmds=
3827 while $ac_more_lines; do
3828 if test $ac_beg -gt 1; then
3829 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3830 else
3831 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3832 fi
3833 if test ! -s $tmp/subs.frag; then
3834 ac_more_lines=false
3835 else
3836 # The purpose of the label and of the branching condition is to
3837 # speed up the sed processing (if there are no `@' at all, there
3838 # is no need to browse any of the substitutions).
3839 # These are the two extra sed commands mentioned above.
3840 (echo ':t
3841 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3842 if test -z "$ac_sed_cmds"; then
3843 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3844 else
3845 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3846 fi
3847 ac_sed_frag=`expr $ac_sed_frag + 1`
3848 ac_beg=$ac_end
3849 ac_end=`expr $ac_end + $ac_max_sed_lines`
3850 fi
3851 done
3852 if test -z "$ac_sed_cmds"; then
3853 ac_sed_cmds=cat
3854 fi
3855fi # test -n "$CONFIG_FILES"
c906108c 3856
bec39cab
AC
3857_ACEOF
3858cat >>$CONFIG_STATUS <<\_ACEOF
3859for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3860 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3861 case $ac_file in
3862 - | *:- | *:-:* ) # input from stdin
3863 cat >$tmp/stdin
3864 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3865 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3866 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3867 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3868 * ) ac_file_in=$ac_file.in ;;
3869 esac
3870
3871 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3872 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3873$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3874 X"$ac_file" : 'X\(//\)[^/]' \| \
3875 X"$ac_file" : 'X\(//\)$' \| \
3876 X"$ac_file" : 'X\(/\)' \| \
3877 . : '\(.\)' 2>/dev/null ||
3878echo X"$ac_file" |
3879 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3880 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3881 /^X\(\/\/\)$/{ s//\1/; q; }
3882 /^X\(\/\).*/{ s//\1/; q; }
3883 s/.*/./; q'`
3884 { if $as_mkdir_p; then
3885 mkdir -p "$ac_dir"
3886 else
3887 as_dir="$ac_dir"
3888 as_dirs=
3889 while test ! -d "$as_dir"; do
3890 as_dirs="$as_dir $as_dirs"
3891 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3892$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3893 X"$as_dir" : 'X\(//\)[^/]' \| \
3894 X"$as_dir" : 'X\(//\)$' \| \
3895 X"$as_dir" : 'X\(/\)' \| \
3896 . : '\(.\)' 2>/dev/null ||
3897echo X"$as_dir" |
3898 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3899 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3900 /^X\(\/\/\)$/{ s//\1/; q; }
3901 /^X\(\/\).*/{ s//\1/; q; }
3902 s/.*/./; q'`
3903 done
3904 test ! -n "$as_dirs" || mkdir $as_dirs
3905 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3906echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3907 { (exit 1); exit 1; }; }; }
3908
3909 ac_builddir=.
3910
3911if test "$ac_dir" != .; then
3912 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3913 # A "../" for each directory in $ac_dir_suffix.
3914 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3915else
3916 ac_dir_suffix= ac_top_builddir=
3917fi
3918
3919case $srcdir in
3920 .) # No --srcdir option. We are building in place.
3921 ac_srcdir=.
3922 if test -z "$ac_top_builddir"; then
3923 ac_top_srcdir=.
3924 else
3925 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3926 fi ;;
3927 [\\/]* | ?:[\\/]* ) # Absolute path.
3928 ac_srcdir=$srcdir$ac_dir_suffix;
3929 ac_top_srcdir=$srcdir ;;
3930 *) # Relative path.
3931 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3932 ac_top_srcdir=$ac_top_builddir$srcdir ;;
3933esac
3934
3935# Do not use `cd foo && pwd` to compute absolute paths, because
3936# the directories may not exist.
3937case `pwd` in
3938.) ac_abs_builddir="$ac_dir";;
3939*)
3940 case "$ac_dir" in
3941 .) ac_abs_builddir=`pwd`;;
3942 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3943 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3944 esac;;
3945esac
3946case $ac_abs_builddir in
3947.) ac_abs_top_builddir=${ac_top_builddir}.;;
3948*)
3949 case ${ac_top_builddir}. in
3950 .) ac_abs_top_builddir=$ac_abs_builddir;;
3951 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3952 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3953 esac;;
3954esac
3955case $ac_abs_builddir in
3956.) ac_abs_srcdir=$ac_srcdir;;
3957*)
3958 case $ac_srcdir in
3959 .) ac_abs_srcdir=$ac_abs_builddir;;
3960 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3961 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3962 esac;;
3963esac
3964case $ac_abs_builddir in
3965.) ac_abs_top_srcdir=$ac_top_srcdir;;
3966*)
3967 case $ac_top_srcdir in
3968 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3969 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3970 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3971 esac;;
3972esac
3973
3974
3975
be2a5f71
DJ
3976 if test x"$ac_file" != x-; then
3977 { echo "$as_me:$LINENO: creating $ac_file" >&5
3978echo "$as_me: creating $ac_file" >&6;}
3979 rm -f "$ac_file"
3980 fi
bec39cab
AC
3981 # Let's still pretend it is `configure' which instantiates (i.e., don't
3982 # use $as_me), people would be surprised to read:
3983 # /* config.h. Generated by config.status. */
3984 if test x"$ac_file" = x-; then
3985 configure_input=
3986 else
3987 configure_input="$ac_file. "
3988 fi
3989 configure_input=$configure_input"Generated from `echo $ac_file_in |
3990 sed 's,.*/,,'` by configure."
3991
3992 # First look for the input files in the build tree, otherwise in the
3993 # src tree.
3994 ac_file_inputs=`IFS=:
3995 for f in $ac_file_in; do
3996 case $f in
3997 -) echo $tmp/stdin ;;
3998 [\\/$]*)
3999 # Absolute (can't be DOS-style, as IFS=:)
4000 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4001echo "$as_me: error: cannot find input file: $f" >&2;}
4002 { (exit 1); exit 1; }; }
4003 echo "$f";;
4004 *) # Relative
4005 if test -f "$f"; then
4006 # Build tree
4007 echo "$f"
4008 elif test -f "$srcdir/$f"; then
4009 # Source tree
4010 echo "$srcdir/$f"
4011 else
4012 # /dev/null tree
4013 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4014echo "$as_me: error: cannot find input file: $f" >&2;}
4015 { (exit 1); exit 1; }; }
4016 fi;;
4017 esac
4018 done` || { (exit 1); exit 1; }
4019_ACEOF
4020cat >>$CONFIG_STATUS <<_ACEOF
4021 sed "$ac_vpsub
4022$extrasub
4023_ACEOF
4024cat >>$CONFIG_STATUS <<\_ACEOF
4025:t
4026/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4027s,@configure_input@,$configure_input,;t t
4028s,@srcdir@,$ac_srcdir,;t t
4029s,@abs_srcdir@,$ac_abs_srcdir,;t t
4030s,@top_srcdir@,$ac_top_srcdir,;t t
4031s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
4032s,@builddir@,$ac_builddir,;t t
4033s,@abs_builddir@,$ac_abs_builddir,;t t
4034s,@top_builddir@,$ac_top_builddir,;t t
4035s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
4036" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
4037 rm -f $tmp/stdin
4038 if test x"$ac_file" != x-; then
4039 mv $tmp/out $ac_file
4040 else
4041 cat $tmp/out
4042 rm -f $tmp/out
4043 fi
4044
4045done
4046_ACEOF
4047
4048cat >>$CONFIG_STATUS <<\_ACEOF
4049
4050{ (exit 0); exit 0; }
4051_ACEOF
c906108c 4052chmod +x $CONFIG_STATUS
bec39cab
AC
4053ac_clean_files=$ac_clean_files_save
4054
4055
4056# configure is writing to config.log, and then calls config.status.
4057# config.status does its own redirection, appending to config.log.
4058# Unfortunately, on DOS this fails, as config.log is still kept open
4059# by configure, so config.status won't be able to write to it; its
4060# output is simply discarded. So we exec the FD to /dev/null,
4061# effectively closing config.log, so it can be properly (re)opened and
4062# appended to by config.status. When coming back to configure, we
4063# need to make the FD available again.
4064if test "$no_create" != yes; then
4065 ac_cs_success=:
4066 ac_config_status_args=
4067 test "$silent" = yes &&
4068 ac_config_status_args="$ac_config_status_args --quiet"
4069 exec 5>/dev/null
4070 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4071 exec 5>>config.log
4072 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4073 # would make configure fail if this is the last instruction.
4074 $ac_cs_success || { (exit 1); exit 1; }
4075fi
c906108c 4076
bec39cab 4077#
fdc59709 4078# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
bec39cab 4079#
c906108c
SS
4080if test "$no_recursion" != yes; then
4081
4082 # Remove --cache-file and --srcdir arguments so they do not pile up.
4083 ac_sub_configure_args=
4084 ac_prev=
fdc59709
PB
4085 eval "set x $ac_configure_args"
4086 shift
4087 for ac_arg
4088 do
c906108c
SS
4089 if test -n "$ac_prev"; then
4090 ac_prev=
4091 continue
4092 fi
bec39cab 4093 case $ac_arg in
c906108c
SS
4094 -cache-file | --cache-file | --cache-fil | --cache-fi \
4095 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4096 ac_prev=cache_file ;;
4097 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
bec39cab
AC
4098 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
4099 | --c=*)
4100 ;;
4101 --config-cache | -C)
c906108c
SS
4102 ;;
4103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4104 ac_prev=srcdir ;;
4105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4106 ;;
bec39cab
AC
4107 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4108 ac_prev=prefix ;;
4109 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4110 ;;
fdc59709
PB
4111 *)
4112 case $ac_arg in
4113 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4114 esac
4115 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
c906108c
SS
4116 esac
4117 done
4118
bec39cab
AC
4119 # Always prepend --prefix to ensure using the same prefix
4120 # in subdir configurations.
fdc59709
PB
4121 ac_arg="--prefix=$prefix"
4122 case $ac_arg in
4123 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4124 esac
4125 ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
bec39cab
AC
4126
4127 ac_popdir=`pwd`
4128 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
c906108c
SS
4129
4130 # Do not complain, so a configure script can configure whichever
4131 # parts of a large source tree are present.
fdc59709 4132 test -d "$srcdir/$ac_dir" || continue
c906108c 4133
bec39cab
AC
4134 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
4135echo "$as_me: configuring in $ac_dir" >&6;}
4136 { if $as_mkdir_p; then
4137 mkdir -p "$ac_dir"
4138 else
4139 as_dir="$ac_dir"
4140 as_dirs=
4141 while test ! -d "$as_dir"; do
4142 as_dirs="$as_dir $as_dirs"
4143 as_dir=`(dirname "$as_dir") 2>/dev/null ||
4144$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4145 X"$as_dir" : 'X\(//\)[^/]' \| \
4146 X"$as_dir" : 'X\(//\)$' \| \
4147 X"$as_dir" : 'X\(/\)' \| \
4148 . : '\(.\)' 2>/dev/null ||
4149echo X"$as_dir" |
4150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4151 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4152 /^X\(\/\/\)$/{ s//\1/; q; }
4153 /^X\(\/\).*/{ s//\1/; q; }
4154 s/.*/./; q'`
4155 done
4156 test ! -n "$as_dirs" || mkdir $as_dirs
4157 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4158echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4159 { (exit 1); exit 1; }; }; }
c906108c 4160
bec39cab 4161 ac_builddir=.
c906108c 4162
bec39cab
AC
4163if test "$ac_dir" != .; then
4164 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4165 # A "../" for each directory in $ac_dir_suffix.
4166 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4167else
4168 ac_dir_suffix= ac_top_builddir=
4169fi
c906108c 4170
bec39cab
AC
4171case $srcdir in
4172 .) # No --srcdir option. We are building in place.
4173 ac_srcdir=.
4174 if test -z "$ac_top_builddir"; then
4175 ac_top_srcdir=.
4176 else
4177 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4178 fi ;;
4179 [\\/]* | ?:[\\/]* ) # Absolute path.
4180 ac_srcdir=$srcdir$ac_dir_suffix;
4181 ac_top_srcdir=$srcdir ;;
4182 *) # Relative path.
4183 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4184 ac_top_srcdir=$ac_top_builddir$srcdir ;;
4185esac
c906108c 4186
bec39cab
AC
4187# Do not use `cd foo && pwd` to compute absolute paths, because
4188# the directories may not exist.
4189case `pwd` in
4190.) ac_abs_builddir="$ac_dir";;
4191*)
4192 case "$ac_dir" in
4193 .) ac_abs_builddir=`pwd`;;
4194 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
4195 *) ac_abs_builddir=`pwd`/"$ac_dir";;
4196 esac;;
4197esac
4198case $ac_abs_builddir in
4199.) ac_abs_top_builddir=${ac_top_builddir}.;;
4200*)
4201 case ${ac_top_builddir}. in
4202 .) ac_abs_top_builddir=$ac_abs_builddir;;
4203 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
4204 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
4205 esac;;
4206esac
4207case $ac_abs_builddir in
4208.) ac_abs_srcdir=$ac_srcdir;;
4209*)
4210 case $ac_srcdir in
4211 .) ac_abs_srcdir=$ac_abs_builddir;;
4212 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
4213 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
4214 esac;;
4215esac
4216case $ac_abs_builddir in
4217.) ac_abs_top_srcdir=$ac_top_srcdir;;
4218*)
4219 case $ac_top_srcdir in
4220 .) ac_abs_top_srcdir=$ac_abs_builddir;;
4221 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
4222 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
4223 esac;;
4224esac
4225
4226
fdc59709 4227 cd "$ac_dir"
c906108c
SS
4228
4229 # Check for guested configure; otherwise get Cygnus style configure.
fdc59709
PB
4230 if test -f "$ac_srcdir/configure.gnu"; then
4231 ac_sub_configure=$ac_srcdir/configure.gnu
4232 elif test -f "$ac_srcdir/configure"; then
4233 ac_sub_configure=$ac_srcdir/configure
4234 elif test -f "$ac_srcdir/configure.in"; then
4235 # This should be Cygnus configure.
4236 ac_sub_configure=$ac_aux_dir/configure
c906108c 4237 else
bec39cab
AC
4238 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
4239echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
c906108c
SS
4240 ac_sub_configure=
4241 fi
4242
4243 # The recursion is here.
4244 if test -n "$ac_sub_configure"; then
c906108c 4245 # Make the cache file name correct relative to the subdirectory.
bec39cab
AC
4246 case $cache_file in
4247 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
c906108c 4248 *) # Relative path.
bec39cab 4249 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
c906108c
SS
4250 esac
4251
fdc59709
PB
4252 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
4253echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
c906108c 4254 # The eval makes quoting arguments work.
fdc59709
PB
4255 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
4256 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
bec39cab
AC
4257 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
4258echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
4259 { (exit 1); exit 1; }; }
c906108c
SS
4260 fi
4261
fdc59709 4262 cd "$ac_popdir"
c906108c
SS
4263 done
4264fi
4265
This page took 1.015843 seconds and 4 git commands to generate.