* configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
ab509236 3# Generated by GNU Autoconf 2.59.
252b5132 4#
ab509236 5# Copyright (C) 2003 Free Software Foundation, Inc.
252b5132
RH
6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it.
13b2be9c
DJ
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
ab509236 22DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
23
24# Support unset when possible.
ab509236 25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
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
ab509236 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
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
ab509236 221 test -d ./-p && rmdir ./-p
13b2be9c
DJ
222 as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
ab509236 228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
229
230# Sed expression to map a string onto a valid variable name.
ab509236 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
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`
252b5132 248
13b2be9c
DJ
249exec 6>&1
250
251#
252# Initializations.
253#
252b5132 254ac_default_prefix=/usr/local
13b2be9c
DJ
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="as.h"
275# Factoring default headers for most tests.
276ac_includes_default="\
277#include <stdio.h>
278#if HAVE_SYS_TYPES_H
279# include <sys/types.h>
280#endif
281#if HAVE_SYS_STAT_H
282# include <sys/stat.h>
283#endif
284#if STDC_HEADERS
285# include <stdlib.h>
286# include <stddef.h>
287#else
288# if HAVE_STDLIB_H
289# include <stdlib.h>
290# endif
291#endif
292#if HAVE_STRING_H
293# if !STDC_HEADERS && HAVE_MEMORY_H
294# include <memory.h>
295# endif
296# include <string.h>
297#endif
298#if HAVE_STRINGS_H
299# include <strings.h>
300#endif
301#if HAVE_INTTYPES_H
302# include <inttypes.h>
303#else
304# if HAVE_STDINT_H
305# include <stdint.h>
306# endif
307#endif
308#if HAVE_UNISTD_H
309# include <unistd.h>
310#endif"
311
9e9b66a9 312ac_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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof BFDLIB OPCODES_LIB BFDVER_H ALL_OBJ_DEPS YACC LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBM LIBOBJS LTLIBOBJS'
13b2be9c 313ac_subst_files=''
252b5132
RH
314
315# Initialize some variables set by options.
13b2be9c
DJ
316ac_init_help=
317ac_init_version=false
252b5132
RH
318# The variables have the same names as the options, with
319# dashes changed to underlines.
13b2be9c 320cache_file=/dev/null
252b5132 321exec_prefix=NONE
252b5132 322no_create=
252b5132
RH
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
252b5132
RH
331verbose=
332x_includes=NONE
333x_libraries=NONE
13b2be9c
DJ
334
335# Installation directory options.
336# These are left unexpanded so users can "make install exec_prefix=/foo"
337# and all the variables that are supposed to be based on exec_prefix
338# by default will actually change.
339# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
252b5132
RH
353ac_prev=
354for ac_option
355do
252b5132
RH
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
13b2be9c 363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
13b2be9c 367 case $ac_option in
252b5132
RH
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 372 bindir=$ac_optarg ;;
252b5132
RH
373
374 -build | --build | --buil | --bui | --bu)
13b2be9c 375 ac_prev=build_alias ;;
252b5132 376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 377 build_alias=$ac_optarg ;;
252b5132
RH
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
252b5132
RH
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
13b2be9c 393 datadir=$ac_optarg ;;
252b5132
RH
394
395 -disable-* | --disable-*)
13b2be9c 396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 397 # Reject names that are not valid shell variable names.
13b2be9c
DJ
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
252b5132
RH
403
404 -enable-* | --enable-*)
13b2be9c 405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 406 # Reject names that are not valid shell variable names.
13b2be9c
DJ
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
413 *) ac_optarg=yes ;;
414 esac
13b2be9c 415 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
13b2be9c 424 exec_prefix=$ac_optarg ;;
252b5132
RH
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
13b2be9c
DJ
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
252b5132
RH
436
437 -host | --host | --hos | --ho)
13b2be9c 438 ac_prev=host_alias ;;
252b5132 439 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 440 host_alias=$ac_optarg ;;
252b5132
RH
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 447 includedir=$ac_optarg ;;
252b5132
RH
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 452 infodir=$ac_optarg ;;
252b5132
RH
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 457 libdir=$ac_optarg ;;
252b5132
RH
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
13b2be9c 464 libexecdir=$ac_optarg ;;
252b5132
RH
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
13b2be9c 473 localstatedir=$ac_optarg ;;
252b5132
RH
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 478 mandir=$ac_optarg ;;
252b5132
RH
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 485 | --no-cr | --no-c | -n)
252b5132
RH
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 499 oldincludedir=$ac_optarg ;;
252b5132
RH
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 504 prefix=$ac_optarg ;;
252b5132
RH
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 511 program_prefix=$ac_optarg ;;
252b5132
RH
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 518 program_suffix=$ac_optarg ;;
252b5132
RH
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 535 program_transform_name=$ac_optarg ;;
252b5132
RH
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
13b2be9c 545 sbindir=$ac_optarg ;;
252b5132
RH
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
13b2be9c 556 sharedstatedir=$ac_optarg ;;
252b5132
RH
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
13b2be9c 561 site=$ac_optarg ;;
76bff705 562
252b5132
RH
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 566 srcdir=$ac_optarg ;;
252b5132
RH
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 573 sysconfdir=$ac_optarg ;;
252b5132
RH
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 576 ac_prev=target_alias ;;
252b5132 577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 578 target_alias=$ac_optarg ;;
252b5132
RH
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
13b2be9c
DJ
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
252b5132
RH
585
586 -with-* | --with-*)
13b2be9c 587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 588 # Reject names that are not valid shell variable names.
13b2be9c
DJ
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
252b5132 592 ac_package=`echo $ac_package| sed 's/-/_/g'`
13b2be9c
DJ
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
595 *) ac_optarg=yes ;;
596 esac
13b2be9c 597 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
598
599 -without-* | --without-*)
13b2be9c 600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 601 # Reject names that are not valid shell variable names.
13b2be9c
DJ
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
252b5132
RH
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 617 x_includes=$ac_optarg ;;
252b5132
RH
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 624 x_libraries=$ac_optarg ;;
252b5132 625
13b2be9c
DJ
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
252b5132
RH
629 ;;
630
13b2be9c
DJ
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
252b5132 641 *)
13b2be9c
DJ
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
647 ;;
648
649 esac
650done
651
652if test -n "$ac_prev"; then
13b2be9c
DJ
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
c8615825 656fi
c8615825 657
13b2be9c
DJ
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667done
252b5132 668
13b2be9c
DJ
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
ab509236 671 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 672do
13b2be9c
DJ
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
252b5132
RH
678 esac
679done
680
13b2be9c
DJ
681# There might be people who depend on the old broken behavior: `$host'
682# used to hold the argument of --host etc.
683# FIXME: To remove some day.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697fi
9b2b7d69 698
13b2be9c
DJ
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
252b5132 703
252b5132
RH
704
705# Find the source files, if location was not specified.
706if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
13b2be9c
DJ
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
715echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
252b5132
RH
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725else
726 ac_srcdir_defaulted=no
727fi
728if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
13b2be9c
DJ
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
252b5132 732 else
13b2be9c
DJ
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
252b5132
RH
735 fi
736fi
13b2be9c
DJ
737(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CPP_set=${CPP+set}
770ac_env_CPP_value=$CPP
771ac_cv_env_CPP_set=${CPP+set}
772ac_cv_env_CPP_value=$CPP
d6d788bd 773
13b2be9c
DJ
774#
775# Report the --help message.
776#
777if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
780 cat <<_ACEOF
781\`configure' configures this package to adapt to many kinds of systems.
9b2b7d69 782
13b2be9c 783Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 784
13b2be9c
DJ
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 787
13b2be9c 788Defaults for the options are specified in brackets.
9b2b7d69 789
13b2be9c
DJ
790Configuration:
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
800
801_ACEOF
802
803 cat <<_ACEOF
804Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
ab509236 806 [$ac_default_prefix]
13b2be9c 807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ab509236 808 [PREFIX]
9b2b7d69 809
13b2be9c
DJ
810By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813for instance \`--prefix=\$HOME'.
9b2b7d69 814
13b2be9c 815For better control, use the options below.
9b2b7d69 816
13b2be9c
DJ
817Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
830_ACEOF
9b2b7d69 831
13b2be9c 832 cat <<\_ACEOF
9b2b7d69 833
13b2be9c
DJ
834Program names:
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 838
13b2be9c
DJ
839System types:
840 --build=BUILD configure for building on BUILD [guessed]
841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
843_ACEOF
9b2b7d69 844fi
9b2b7d69 845
13b2be9c 846if test -n "$ac_init_help"; then
9b2b7d69 847
13b2be9c 848 cat <<\_ACEOF
9b2b7d69 849
13b2be9c
DJ
850Optional Features:
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
13b2be9c
DJ
855 --enable-shared=PKGS build shared libraries default=yes
856 --enable-static=PKGS build static libraries default=yes
857 --enable-fast-install=PKGS optimize for fast installation default=yes
858 --disable-libtool-lock avoid locking (might break parallel builds)
13b2be9c
DJ
859 targets alternative target configurations besides the primary
860 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
569acd2c 861 --enable-werror treat compile warnings as errors
9e9b66a9 862 --enable-build-warnings Enable build-time compiler warnings
13b2be9c 863 --disable-nls do not use Native Language Support
ab509236
L
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing) to the casual installer
9b2b7d69 866
13b2be9c
DJ
867Optional Packages:
868 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
869 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
870 --with-gnu-ld assume the C compiler uses GNU ld default=no
871 --with-pic try to use only PIC/non-PIC objects default=use both
872 --with-included-gettext use the GNU gettext library included here
9b2b7d69 873
13b2be9c
DJ
874Some influential environment variables:
875 CC C compiler command
876 CFLAGS C compiler flags
877 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
878 nonstandard directory <lib dir>
879 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
880 headers in a nonstandard directory <include dir>
881 CPP C preprocessor
882
883Use these variables to override the choices made by `configure' or to help
884it to find libraries and programs with nonstandard names/locations.
885
886_ACEOF
9b2b7d69 887fi
9b2b7d69 888
13b2be9c
DJ
889if test "$ac_init_help" = "recursive"; then
890 # If there are subdirs, report their specific --help.
891 ac_popdir=`pwd`
892 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
893 test -d $ac_dir || continue
894 ac_builddir=.
895
896if test "$ac_dir" != .; then
897 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
898 # A "../" for each directory in $ac_dir_suffix.
899 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
900else
901 ac_dir_suffix= ac_top_builddir=
902fi
9b2b7d69 903
13b2be9c
DJ
904case $srcdir in
905 .) # No --srcdir option. We are building in place.
906 ac_srcdir=.
907 if test -z "$ac_top_builddir"; then
908 ac_top_srcdir=.
909 else
910 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
c8615825 911 fi ;;
13b2be9c
DJ
912 [\\/]* | ?:[\\/]* ) # Absolute path.
913 ac_srcdir=$srcdir$ac_dir_suffix;
914 ac_top_srcdir=$srcdir ;;
915 *) # Relative path.
916 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
917 ac_top_srcdir=$ac_top_builddir$srcdir ;;
c8615825 918esac
ab509236
L
919
920# Do not use `cd foo && pwd` to compute absolute paths, because
921# the directories may not exist.
922case `pwd` in
923.) ac_abs_builddir="$ac_dir";;
924*)
925 case "$ac_dir" in
926 .) ac_abs_builddir=`pwd`;;
927 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
928 *) ac_abs_builddir=`pwd`/"$ac_dir";;
929 esac;;
930esac
931case $ac_abs_builddir in
932.) ac_abs_top_builddir=${ac_top_builddir}.;;
933*)
934 case ${ac_top_builddir}. in
935 .) ac_abs_top_builddir=$ac_abs_builddir;;
936 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
937 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
938 esac;;
939esac
940case $ac_abs_builddir in
941.) ac_abs_srcdir=$ac_srcdir;;
942*)
943 case $ac_srcdir in
944 .) ac_abs_srcdir=$ac_abs_builddir;;
945 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
946 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
947 esac;;
948esac
949case $ac_abs_builddir in
950.) ac_abs_top_srcdir=$ac_top_srcdir;;
951*)
952 case $ac_top_srcdir in
953 .) ac_abs_top_srcdir=$ac_abs_builddir;;
954 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
955 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
956 esac;;
957esac
13b2be9c
DJ
958
959 cd $ac_dir
960 # Check for guested configure; otherwise get Cygnus style configure.
961 if test -f $ac_srcdir/configure.gnu; then
962 echo
963 $SHELL $ac_srcdir/configure.gnu --help=recursive
964 elif test -f $ac_srcdir/configure; then
965 echo
966 $SHELL $ac_srcdir/configure --help=recursive
967 elif test -f $ac_srcdir/configure.ac ||
ab509236 968 test -f $ac_srcdir/configure.in; then
13b2be9c
DJ
969 echo
970 $ac_configure --help
971 else
972 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
973 fi
1ad12f97 974 cd $ac_popdir
13b2be9c
DJ
975 done
976fi
6840198f 977
13b2be9c
DJ
978test -n "$ac_init_help" && exit 0
979if $ac_init_version; then
980 cat <<\_ACEOF
c8615825 981
ab509236 982Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
983This configure script is free software; the Free Software Foundation
984gives unlimited permission to copy, distribute and modify it.
985_ACEOF
986 exit 0
987fi
988exec 5>config.log
989cat >&5 <<_ACEOF
990This file contains any messages produced by compilers while
991running configure, to aid debugging if configure makes a mistake.
c8615825 992
13b2be9c 993It was created by $as_me, which was
ab509236 994generated by GNU Autoconf 2.59. Invocation command line was
c8615825 995
13b2be9c 996 $ $0 $@
c8615825 997
13b2be9c
DJ
998_ACEOF
999{
1000cat <<_ASUNAME
1001## --------- ##
1002## Platform. ##
1003## --------- ##
1004
1005hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1006uname -m = `(uname -m) 2>/dev/null || echo unknown`
1007uname -r = `(uname -r) 2>/dev/null || echo unknown`
1008uname -s = `(uname -s) 2>/dev/null || echo unknown`
1009uname -v = `(uname -v) 2>/dev/null || echo unknown`
1010
1011/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1012/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1013
1014/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1015/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1016/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1017hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1018/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1019/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1020/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1021
1022_ASUNAME
1023
1024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1025for as_dir in $PATH
1026do
1027 IFS=$as_save_IFS
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1030done
9b2b7d69 1031
13b2be9c 1032} >&5
6840198f 1033
13b2be9c 1034cat >&5 <<_ACEOF
c8615825 1035
9b2b7d69 1036
13b2be9c
DJ
1037## ----------- ##
1038## Core tests. ##
1039## ----------- ##
87ccc1b0 1040
13b2be9c 1041_ACEOF
9b2b7d69 1042
13b2be9c
DJ
1043
1044# Keep a trace of the command line.
1045# Strip out --no-create and --no-recursion so they do not pile up.
1046# Strip out --silent because we don't want to record it for future runs.
1047# Also quote any args containing shell meta-characters.
1048# Make two passes to allow for proper duplicate-argument suppression.
1049ac_configure_args=
1050ac_configure_args0=
1051ac_configure_args1=
1052ac_sep=
1053ac_must_keep_next=false
1054for ac_pass in 1 2
1055do
1056 for ac_arg
1057 do
1058 case $ac_arg in
1059 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 continue ;;
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1065 esac
1066 case $ac_pass in
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1068 2)
1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1070 if test $ac_must_keep_next = true; then
ab509236 1071 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 1072 else
ab509236
L
1073 case $ac_arg in
1074 *=* | --config-cache | -C | -disable-* | --disable-* \
1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1077 | -with-* | --with-* | -without-* | --without-* | --x)
1078 case "$ac_configure_args0 " in
1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1080 esac
1081 ;;
1082 -* ) ac_must_keep_next=true ;;
1083 esac
13b2be9c
DJ
1084 fi
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1087 ac_sep=" "
c8615825
AM
1088 ;;
1089 esac
1090 done
13b2be9c
DJ
1091done
1092$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1093$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1094
1095# When interrupted or exit'd, cleanup temporary files, and complete
1096# config.log. We remove comments because anyway the quotes in there
1097# would cause problems or look ugly.
1098# WARNING: Be sure not to use single quotes in there, as some shells,
1099# such as our DU 5.0 friend, will then `close' the trap.
1100trap 'exit_status=$?
1101 # Save into config.log some information that might help in debugging.
1102 {
1103 echo
1104
1105 cat <<\_ASBOX
1106## ---------------- ##
1107## Cache variables. ##
1108## ---------------- ##
1109_ASBOX
1110 echo
1111 # The following way of writing the cache mishandles newlines in values,
1112{
1113 (set) 2>&1 |
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1115 *ac_space=\ *)
1116 sed -n \
ab509236
L
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
13b2be9c
DJ
1119 ;;
1120 *)
1121 sed -n \
ab509236 1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
1123 ;;
1124 esac;
1125}
1126 echo
1127
1128 cat <<\_ASBOX
1129## ----------------- ##
1130## Output variables. ##
1131## ----------------- ##
1132_ASBOX
1133 echo
1134 for ac_var in $ac_subst_vars
1135 do
1136 eval ac_val=$`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1138 done | sort
1139 echo
1140
1141 if test -n "$ac_subst_files"; then
1142 cat <<\_ASBOX
1143## ------------- ##
1144## Output files. ##
1145## ------------- ##
1146_ASBOX
1147 echo
1148 for ac_var in $ac_subst_files
1149 do
1150 eval ac_val=$`echo $ac_var`
ab509236 1151 echo "$ac_var='"'"'$ac_val'"'"'"
13b2be9c
DJ
1152 done | sort
1153 echo
1154 fi
1155
1156 if test -s confdefs.h; then
1157 cat <<\_ASBOX
1158## ----------- ##
1159## confdefs.h. ##
1160## ----------- ##
1161_ASBOX
1162 echo
1163 sed "/^$/d" confdefs.h | sort
1164 echo
1165 fi
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1169 } >&5
ab509236 1170 rm -f core *.core &&
13b2be9c
DJ
1171 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1172 exit $exit_status
1173 ' 0
1174for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1176done
1177ac_signal=0
1178
1179# confdefs.h avoids OS command line length limits that DEFS can exceed.
1180rm -rf conftest* confdefs.h
1181# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1182echo >confdefs.h
1183
1184# Predefined preprocessor variables.
1185
1186cat >>confdefs.h <<_ACEOF
1187#define PACKAGE_NAME "$PACKAGE_NAME"
1188_ACEOF
1189
1190
1191cat >>confdefs.h <<_ACEOF
1192#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1193_ACEOF
1194
1195
1196cat >>confdefs.h <<_ACEOF
1197#define PACKAGE_VERSION "$PACKAGE_VERSION"
1198_ACEOF
1199
1200
1201cat >>confdefs.h <<_ACEOF
1202#define PACKAGE_STRING "$PACKAGE_STRING"
1203_ACEOF
1204
1205
1206cat >>confdefs.h <<_ACEOF
1207#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1208_ACEOF
1209
1210
1211# Let the site file select an alternate cache file if it wants to.
1212# Prefer explicitly selected file to automatically selected ones.
1213if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1216 else
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1218 fi
1219fi
1220for ac_site_file in $CONFIG_SITE; do
1221 if test -r "$ac_site_file"; then
1222 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1223echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's/^/| /' "$ac_site_file" >&5
1225 . "$ac_site_file"
1226 fi
1227done
1228
1229if test -r "$cache_file"; then
1230 # Some versions of bash will fail to source /dev/null (special
1231 # files actually), so we avoid doing that.
1232 if test -f "$cache_file"; then
1233 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1234echo "$as_me: loading cache $cache_file" >&6;}
1235 case $cache_file in
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1238 esac
1239 fi
1240else
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242echo "$as_me: creating cache $cache_file" >&6;}
1243 >$cache_file
1244fi
1245
1246# Check that the precious variables saved in the cache have kept the same
1247# value.
1248ac_cache_corrupted=false
1249for ac_var in `(set) 2>&1 |
ab509236 1250 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
13b2be9c
DJ
1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1252 eval ac_new_set=\$ac_env_${ac_var}_set
1253 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1254 eval ac_new_val="\$ac_env_${ac_var}_value"
1255 case $ac_old_set,$ac_new_set in
1256 set,)
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1258echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1260 ,set)
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1262echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1264 ,);;
1265 *)
1266 if test "x$ac_old_val" != "x$ac_new_val"; then
ab509236 1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
13b2be9c 1268echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ab509236 1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
13b2be9c 1270echo "$as_me: former value: $ac_old_val" >&2;}
ab509236 1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
13b2be9c 1272echo "$as_me: current value: $ac_new_val" >&2;}
ab509236 1273 ac_cache_corrupted=:
13b2be9c
DJ
1274 fi;;
1275 esac
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1278 case $ac_new_val in
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1282 esac
1283 case " $ac_configure_args " in
1284 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1285 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1286 esac
1287 fi
1288done
1289if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1292 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1293echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1295fi
1296
1297ac_ext=c
1298ac_cpp='$CPP $CPPFLAGS'
1299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1301ac_compiler_gnu=$ac_cv_c_compiler_gnu
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322ac_aux_dir=
1323for ac_dir in .. $srcdir/..; do
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
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
1336 fi
1337done
1338if test -z "$ac_aux_dir"; then
1339 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in .. $srcdir/.." >&5
1340echo "$as_me: error: cannot find install-sh or install.sh in .. $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.
1346
1347# Make sure we can run config.sub.
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
1370fi
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; }; }
1391
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; }; }
1413
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/'`
1421
1422
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}-
1429ac_ext=c
1430ac_cpp='$CPP $CPPFLAGS'
1431ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1432ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1433ac_compiler_gnu=$ac_cv_c_compiler_gnu
1434if test -n "$ac_tool_prefix"; then
1435 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1436set dummy ${ac_tool_prefix}gcc; ac_word=$2
1437echo "$as_me:$LINENO: checking for $ac_word" >&5
1438echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1439if test "${ac_cv_prog_CC+set}" = set; then
1440 echo $ECHO_N "(cached) $ECHO_C" >&6
1441else
1442 if test -n "$CC"; then
1443 ac_cv_prog_CC="$CC" # Let the user override the test.
1444else
1445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1446for as_dir in $PATH
1447do
1448 IFS=$as_save_IFS
1449 test -z "$as_dir" && as_dir=.
1450 for ac_exec_ext in '' $ac_executable_extensions; do
1451 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1452 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1454 break 2
1455 fi
1456done
1457done
1458
1459fi
1460fi
1461CC=$ac_cv_prog_CC
1462if test -n "$CC"; then
1463 echo "$as_me:$LINENO: result: $CC" >&5
1464echo "${ECHO_T}$CC" >&6
1465else
1466 echo "$as_me:$LINENO: result: no" >&5
1467echo "${ECHO_T}no" >&6
1468fi
1469
1470fi
1471if test -z "$ac_cv_prog_CC"; then
1472 ac_ct_CC=$CC
1473 # Extract the first word of "gcc", so it can be a program name with args.
1474set dummy gcc; ac_word=$2
1475echo "$as_me:$LINENO: checking for $ac_word" >&5
1476echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1478 echo $ECHO_N "(cached) $ECHO_C" >&6
1479else
1480 if test -n "$ac_ct_CC"; then
1481 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1482else
1483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1484for as_dir in $PATH
1485do
1486 IFS=$as_save_IFS
1487 test -z "$as_dir" && as_dir=.
1488 for ac_exec_ext in '' $ac_executable_extensions; do
1489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490 ac_cv_prog_ac_ct_CC="gcc"
1491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1492 break 2
1493 fi
1494done
1495done
1496
1497fi
1498fi
1499ac_ct_CC=$ac_cv_prog_ac_ct_CC
1500if test -n "$ac_ct_CC"; then
1501 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1502echo "${ECHO_T}$ac_ct_CC" >&6
1503else
1504 echo "$as_me:$LINENO: result: no" >&5
1505echo "${ECHO_T}no" >&6
1506fi
1507
1508 CC=$ac_ct_CC
1509else
1510 CC="$ac_cv_prog_CC"
1511fi
1512
1513if test -z "$CC"; then
1514 if test -n "$ac_tool_prefix"; then
1515 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1516set dummy ${ac_tool_prefix}cc; ac_word=$2
1517echo "$as_me:$LINENO: checking for $ac_word" >&5
1518echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1519if test "${ac_cv_prog_CC+set}" = set; then
1520 echo $ECHO_N "(cached) $ECHO_C" >&6
1521else
1522 if test -n "$CC"; then
1523 ac_cv_prog_CC="$CC" # Let the user override the test.
1524else
1525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1526for as_dir in $PATH
1527do
1528 IFS=$as_save_IFS
1529 test -z "$as_dir" && as_dir=.
1530 for ac_exec_ext in '' $ac_executable_extensions; do
1531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1532 ac_cv_prog_CC="${ac_tool_prefix}cc"
1533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1534 break 2
1535 fi
1536done
1537done
1538
1539fi
1540fi
1541CC=$ac_cv_prog_CC
1542if test -n "$CC"; then
1543 echo "$as_me:$LINENO: result: $CC" >&5
1544echo "${ECHO_T}$CC" >&6
1545else
1546 echo "$as_me:$LINENO: result: no" >&5
1547echo "${ECHO_T}no" >&6
1548fi
1549
1550fi
1551if test -z "$ac_cv_prog_CC"; then
1552 ac_ct_CC=$CC
1553 # Extract the first word of "cc", so it can be a program name with args.
1554set dummy cc; ac_word=$2
1555echo "$as_me:$LINENO: checking for $ac_word" >&5
1556echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1557if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1558 echo $ECHO_N "(cached) $ECHO_C" >&6
1559else
1560 if test -n "$ac_ct_CC"; then
1561 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1562else
1563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1564for as_dir in $PATH
1565do
1566 IFS=$as_save_IFS
1567 test -z "$as_dir" && as_dir=.
1568 for ac_exec_ext in '' $ac_executable_extensions; do
1569 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1570 ac_cv_prog_ac_ct_CC="cc"
1571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1572 break 2
1573 fi
1574done
1575done
1576
1577fi
1578fi
1579ac_ct_CC=$ac_cv_prog_ac_ct_CC
1580if test -n "$ac_ct_CC"; then
1581 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1582echo "${ECHO_T}$ac_ct_CC" >&6
1583else
1584 echo "$as_me:$LINENO: result: no" >&5
1585echo "${ECHO_T}no" >&6
1586fi
1587
1588 CC=$ac_ct_CC
1589else
1590 CC="$ac_cv_prog_CC"
1591fi
1592
1593fi
1594if test -z "$CC"; then
1595 # Extract the first word of "cc", so it can be a program name with args.
1596set dummy cc; ac_word=$2
1597echo "$as_me:$LINENO: checking for $ac_word" >&5
1598echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1599if test "${ac_cv_prog_CC+set}" = set; then
1600 echo $ECHO_N "(cached) $ECHO_C" >&6
1601else
1602 if test -n "$CC"; then
1603 ac_cv_prog_CC="$CC" # Let the user override the test.
1604else
1605 ac_prog_rejected=no
1606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1607for as_dir in $PATH
1608do
1609 IFS=$as_save_IFS
1610 test -z "$as_dir" && as_dir=.
1611 for ac_exec_ext in '' $ac_executable_extensions; do
1612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1613 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1614 ac_prog_rejected=yes
1615 continue
1616 fi
1617 ac_cv_prog_CC="cc"
1618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619 break 2
1620 fi
1621done
1622done
1623
1624if test $ac_prog_rejected = yes; then
1625 # We found a bogon in the path, so make sure we never use it.
1626 set dummy $ac_cv_prog_CC
1627 shift
1628 if test $# != 0; then
1629 # We chose a different compiler from the bogus one.
1630 # However, it has the same basename, so the bogon will be chosen
1631 # first if we set CC to just the basename; use the full file name.
1632 shift
1633 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1634 fi
1635fi
1636fi
1637fi
1638CC=$ac_cv_prog_CC
1639if test -n "$CC"; then
1640 echo "$as_me:$LINENO: result: $CC" >&5
1641echo "${ECHO_T}$CC" >&6
1642else
1643 echo "$as_me:$LINENO: result: no" >&5
1644echo "${ECHO_T}no" >&6
1645fi
1646
1647fi
1648if test -z "$CC"; then
1649 if test -n "$ac_tool_prefix"; then
1650 for ac_prog in cl
1651 do
1652 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1653set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1654echo "$as_me:$LINENO: checking for $ac_word" >&5
1655echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1656if test "${ac_cv_prog_CC+set}" = set; then
1657 echo $ECHO_N "(cached) $ECHO_C" >&6
1658else
1659 if test -n "$CC"; then
1660 ac_cv_prog_CC="$CC" # Let the user override the test.
1661else
1662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1663for as_dir in $PATH
1664do
1665 IFS=$as_save_IFS
1666 test -z "$as_dir" && as_dir=.
1667 for ac_exec_ext in '' $ac_executable_extensions; do
1668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1669 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1671 break 2
1672 fi
1673done
1674done
1675
1676fi
1677fi
1678CC=$ac_cv_prog_CC
1679if test -n "$CC"; then
1680 echo "$as_me:$LINENO: result: $CC" >&5
1681echo "${ECHO_T}$CC" >&6
1682else
1683 echo "$as_me:$LINENO: result: no" >&5
1684echo "${ECHO_T}no" >&6
1685fi
1686
1687 test -n "$CC" && break
1688 done
1689fi
1690if test -z "$CC"; then
1691 ac_ct_CC=$CC
1692 for ac_prog in cl
1693do
1694 # Extract the first word of "$ac_prog", so it can be a program name with args.
1695set dummy $ac_prog; ac_word=$2
1696echo "$as_me:$LINENO: checking for $ac_word" >&5
1697echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1698if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1699 echo $ECHO_N "(cached) $ECHO_C" >&6
1700else
1701 if test -n "$ac_ct_CC"; then
1702 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1703else
1704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1705for as_dir in $PATH
1706do
1707 IFS=$as_save_IFS
1708 test -z "$as_dir" && as_dir=.
1709 for ac_exec_ext in '' $ac_executable_extensions; do
1710 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1711 ac_cv_prog_ac_ct_CC="$ac_prog"
1712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1713 break 2
1714 fi
1715done
1716done
1717
1718fi
1719fi
1720ac_ct_CC=$ac_cv_prog_ac_ct_CC
1721if test -n "$ac_ct_CC"; then
1722 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1723echo "${ECHO_T}$ac_ct_CC" >&6
1724else
1725 echo "$as_me:$LINENO: result: no" >&5
1726echo "${ECHO_T}no" >&6
1727fi
1728
1729 test -n "$ac_ct_CC" && break
1730done
1731
1732 CC=$ac_ct_CC
1733fi
1734
1735fi
1736
1737
1738test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1739See \`config.log' for more details." >&5
1740echo "$as_me: error: no acceptable C compiler found in \$PATH
1741See \`config.log' for more details." >&2;}
1742 { (exit 1); exit 1; }; }
1743
1744# Provide some information about the compiler.
1745echo "$as_me:$LINENO:" \
1746 "checking for C compiler version" >&5
1747ac_compiler=`set X $ac_compile; echo $2`
1748{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1749 (eval $ac_compiler --version </dev/null >&5) 2>&5
1750 ac_status=$?
1751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1752 (exit $ac_status); }
1753{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1754 (eval $ac_compiler -v </dev/null >&5) 2>&5
1755 ac_status=$?
1756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757 (exit $ac_status); }
1758{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1759 (eval $ac_compiler -V </dev/null >&5) 2>&5
1760 ac_status=$?
1761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1762 (exit $ac_status); }
1763
1764cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
1765/* confdefs.h. */
1766_ACEOF
1767cat confdefs.h >>conftest.$ac_ext
1768cat >>conftest.$ac_ext <<_ACEOF
1769/* end confdefs.h. */
1770
1771int
1772main ()
1773{
1774
1775 ;
1776 return 0;
1777}
1778_ACEOF
1779ac_clean_files_save=$ac_clean_files
1780ac_clean_files="$ac_clean_files a.out a.exe b.out"
1781# Try to create an executable without -o first, disregard a.out.
1782# It will help us diagnose broken compilers, and finding out an intuition
1783# of exeext.
ab509236
L
1784echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1785echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
13b2be9c
DJ
1786ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1787if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1788 (eval $ac_link_default) 2>&5
1789 ac_status=$?
1790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791 (exit $ac_status); }; then
1792 # Find the output, starting from the most likely. This scheme is
1793# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1794# resort.
1795
1796# Be careful to initialize this variable, since it used to be cached.
1797# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1798ac_cv_exeext=
1799# b.out is created by i960 compilers.
1800for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1801do
1802 test -f "$ac_file" || continue
1803 case $ac_file in
1804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ab509236 1805 ;;
13b2be9c 1806 conftest.$ac_ext )
ab509236
L
1807 # This is the source file.
1808 ;;
13b2be9c 1809 [ab].out )
ab509236
L
1810 # We found the default executable, but exeext='' is most
1811 # certainly right.
1812 break;;
13b2be9c 1813 *.* )
ab509236
L
1814 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1815 # FIXME: I believe we export ac_cv_exeext for Libtool,
1816 # but it would be cool to find out if it's true. Does anybody
1817 # maintain Libtool? --akim.
1818 export ac_cv_exeext
1819 break;;
13b2be9c 1820 * )
ab509236 1821 break;;
13b2be9c
DJ
1822 esac
1823done
1824else
1825 echo "$as_me: failed program was:" >&5
1826sed 's/^/| /' conftest.$ac_ext >&5
1827
1828{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1829See \`config.log' for more details." >&5
1830echo "$as_me: error: C compiler cannot create executables
1831See \`config.log' for more details." >&2;}
1832 { (exit 77); exit 77; }; }
1833fi
1834
1835ac_exeext=$ac_cv_exeext
1836echo "$as_me:$LINENO: result: $ac_file" >&5
1837echo "${ECHO_T}$ac_file" >&6
1838
1839# Check the compiler produces executables we can run. If not, either
1840# the compiler is broken, or we cross compile.
1841echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1842echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1843# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1844# If not cross compiling, check that we can run a simple program.
1845if test "$cross_compiling" != yes; then
1846 if { ac_try='./$ac_file'
1847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1848 (eval $ac_try) 2>&5
1849 ac_status=$?
1850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1851 (exit $ac_status); }; }; then
1852 cross_compiling=no
1853 else
1854 if test "$cross_compiling" = maybe; then
1855 cross_compiling=yes
1856 else
1857 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1858If you meant to cross compile, use \`--host'.
1859See \`config.log' for more details." >&5
1860echo "$as_me: error: cannot run C compiled programs.
1861If you meant to cross compile, use \`--host'.
1862See \`config.log' for more details." >&2;}
1863 { (exit 1); exit 1; }; }
1864 fi
1865 fi
1866fi
1867echo "$as_me:$LINENO: result: yes" >&5
1868echo "${ECHO_T}yes" >&6
1869
1870rm -f a.out a.exe conftest$ac_cv_exeext b.out
1871ac_clean_files=$ac_clean_files_save
1872# Check the compiler produces executables we can run. If not, either
1873# the compiler is broken, or we cross compile.
1874echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1875echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1876echo "$as_me:$LINENO: result: $cross_compiling" >&5
1877echo "${ECHO_T}$cross_compiling" >&6
1878
1879echo "$as_me:$LINENO: checking for suffix of executables" >&5
1880echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1882 (eval $ac_link) 2>&5
1883 ac_status=$?
1884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885 (exit $ac_status); }; then
1886 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1887# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1888# work properly (i.e., refer to `conftest.exe'), while it won't with
1889# `rm'.
1890for ac_file in conftest.exe conftest conftest.*; do
1891 test -f "$ac_file" || continue
1892 case $ac_file in
1893 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1894 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236
L
1895 export ac_cv_exeext
1896 break;;
13b2be9c
DJ
1897 * ) break;;
1898 esac
1899done
1900else
1901 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1902See \`config.log' for more details." >&5
1903echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1904See \`config.log' for more details." >&2;}
1905 { (exit 1); exit 1; }; }
1906fi
1907
1908rm -f conftest$ac_cv_exeext
1909echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1910echo "${ECHO_T}$ac_cv_exeext" >&6
1911
1912rm -f conftest.$ac_ext
1913EXEEXT=$ac_cv_exeext
1914ac_exeext=$EXEEXT
1915echo "$as_me:$LINENO: checking for suffix of object files" >&5
1916echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1917if test "${ac_cv_objext+set}" = set; then
1918 echo $ECHO_N "(cached) $ECHO_C" >&6
1919else
1920 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
1921/* confdefs.h. */
1922_ACEOF
1923cat confdefs.h >>conftest.$ac_ext
1924cat >>conftest.$ac_ext <<_ACEOF
1925/* end confdefs.h. */
1926
1927int
1928main ()
1929{
1930
1931 ;
1932 return 0;
1933}
1934_ACEOF
1935rm -f conftest.o conftest.obj
1936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1937 (eval $ac_compile) 2>&5
1938 ac_status=$?
1939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1940 (exit $ac_status); }; then
1941 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1942 case $ac_file in
1943 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1944 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1945 break;;
1946 esac
1947done
1948else
1949 echo "$as_me: failed program was:" >&5
1950sed 's/^/| /' conftest.$ac_ext >&5
1951
1952{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1953See \`config.log' for more details." >&5
1954echo "$as_me: error: cannot compute suffix of object files: cannot compile
1955See \`config.log' for more details." >&2;}
1956 { (exit 1); exit 1; }; }
1957fi
1958
1959rm -f conftest.$ac_cv_objext conftest.$ac_ext
1960fi
1961echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1962echo "${ECHO_T}$ac_cv_objext" >&6
1963OBJEXT=$ac_cv_objext
1964ac_objext=$OBJEXT
1965echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1966echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1967if test "${ac_cv_c_compiler_gnu+set}" = set; then
1968 echo $ECHO_N "(cached) $ECHO_C" >&6
1969else
1970 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
1971/* confdefs.h. */
1972_ACEOF
1973cat confdefs.h >>conftest.$ac_ext
1974cat >>conftest.$ac_ext <<_ACEOF
1975/* end confdefs.h. */
1976
1977int
1978main ()
1979{
1980#ifndef __GNUC__
1981 choke me
1982#endif
1983
1984 ;
1985 return 0;
1986}
1987_ACEOF
1988rm -f conftest.$ac_objext
1989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 1990 (eval $ac_compile) 2>conftest.er1
13b2be9c 1991 ac_status=$?
ab509236
L
1992 grep -v '^ *+' conftest.er1 >conftest.err
1993 rm -f conftest.er1
1994 cat conftest.err >&5
13b2be9c
DJ
1995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1996 (exit $ac_status); } &&
1ad12f97
NC
1997 { ac_try='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
ab509236
L
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000 (eval $ac_try) 2>&5
2001 ac_status=$?
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003 (exit $ac_status); }; } &&
2004 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2006 (eval $ac_try) 2>&5
2007 ac_status=$?
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2009 (exit $ac_status); }; }; then
2010 ac_compiler_gnu=yes
2011else
2012 echo "$as_me: failed program was:" >&5
2013sed 's/^/| /' conftest.$ac_ext >&5
2014
2015ac_compiler_gnu=no
2016fi
ab509236 2017rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2018ac_cv_c_compiler_gnu=$ac_compiler_gnu
2019
2020fi
2021echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2022echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2023GCC=`test $ac_compiler_gnu = yes && echo yes`
2024ac_test_CFLAGS=${CFLAGS+set}
2025ac_save_CFLAGS=$CFLAGS
2026CFLAGS="-g"
2027echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2028echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2029if test "${ac_cv_prog_cc_g+set}" = set; then
2030 echo $ECHO_N "(cached) $ECHO_C" >&6
2031else
2032 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2033/* confdefs.h. */
2034_ACEOF
2035cat confdefs.h >>conftest.$ac_ext
2036cat >>conftest.$ac_ext <<_ACEOF
2037/* end confdefs.h. */
2038
2039int
2040main ()
2041{
2042
2043 ;
2044 return 0;
2045}
2046_ACEOF
2047rm -f conftest.$ac_objext
2048if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2049 (eval $ac_compile) 2>conftest.er1
13b2be9c 2050 ac_status=$?
ab509236
L
2051 grep -v '^ *+' conftest.er1 >conftest.err
2052 rm -f conftest.er1
2053 cat conftest.err >&5
13b2be9c
DJ
2054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055 (exit $ac_status); } &&
1ad12f97
NC
2056 { ac_try='test -z "$ac_c_werror_flag"
2057 || test ! -s conftest.err'
ab509236
L
2058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2059 (eval $ac_try) 2>&5
2060 ac_status=$?
2061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 (exit $ac_status); }; } &&
2063 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2065 (eval $ac_try) 2>&5
2066 ac_status=$?
2067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068 (exit $ac_status); }; }; then
2069 ac_cv_prog_cc_g=yes
2070else
2071 echo "$as_me: failed program was:" >&5
2072sed 's/^/| /' conftest.$ac_ext >&5
2073
2074ac_cv_prog_cc_g=no
2075fi
ab509236 2076rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2077fi
2078echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2079echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2080if test "$ac_test_CFLAGS" = set; then
2081 CFLAGS=$ac_save_CFLAGS
2082elif test $ac_cv_prog_cc_g = yes; then
2083 if test "$GCC" = yes; then
2084 CFLAGS="-g -O2"
2085 else
2086 CFLAGS="-g"
2087 fi
2088else
2089 if test "$GCC" = yes; then
2090 CFLAGS="-O2"
2091 else
2092 CFLAGS=
2093 fi
2094fi
2095echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2096echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2097if test "${ac_cv_prog_cc_stdc+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2099else
2100 ac_cv_prog_cc_stdc=no
2101ac_save_CC=$CC
2102cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2103/* confdefs.h. */
2104_ACEOF
2105cat confdefs.h >>conftest.$ac_ext
2106cat >>conftest.$ac_ext <<_ACEOF
2107/* end confdefs.h. */
2108#include <stdarg.h>
2109#include <stdio.h>
2110#include <sys/types.h>
2111#include <sys/stat.h>
2112/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2113struct buf { int x; };
2114FILE * (*rcsopen) (struct buf *, struct stat *, int);
2115static char *e (p, i)
2116 char **p;
2117 int i;
2118{
2119 return p[i];
2120}
2121static char *f (char * (*g) (char **, int), char **p, ...)
2122{
2123 char *s;
2124 va_list v;
2125 va_start (v,p);
2126 s = g (p, va_arg (v,int));
2127 va_end (v);
2128 return s;
2129}
ab509236
L
2130
2131/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2132 function prototypes and stuff, but not '\xHH' hex character constants.
2133 These don't provoke an error unfortunately, instead are silently treated
2134 as 'x'. The following induces an error, until -std1 is added to get
2135 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2136 array size at least. It's necessary to write '\x00'==0 to get something
2137 that's true only with -std1. */
2138int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2139
13b2be9c
DJ
2140int test (int i, double x);
2141struct s1 {int (*f) (int a);};
2142struct s2 {int (*f) (double a);};
2143int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2144int argc;
2145char **argv;
2146int
2147main ()
2148{
2149return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2150 ;
2151 return 0;
2152}
2153_ACEOF
2154# Don't try gcc -ansi; that turns off useful extensions and
2155# breaks some systems' header files.
2156# AIX -qlanglvl=ansi
2157# Ultrix and OSF/1 -std1
2158# HP-UX 10.20 and later -Ae
2159# HP-UX older versions -Aa -D_HPUX_SOURCE
2160# SVR4 -Xc -D__EXTENSIONS__
2161for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2162do
2163 CC="$ac_save_CC $ac_arg"
2164 rm -f conftest.$ac_objext
2165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2166 (eval $ac_compile) 2>conftest.er1
13b2be9c 2167 ac_status=$?
ab509236
L
2168 grep -v '^ *+' conftest.er1 >conftest.err
2169 rm -f conftest.er1
2170 cat conftest.err >&5
13b2be9c
DJ
2171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172 (exit $ac_status); } &&
1ad12f97
NC
2173 { ac_try='test -z "$ac_c_werror_flag"
2174 || test ! -s conftest.err'
ab509236
L
2175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2176 (eval $ac_try) 2>&5
2177 ac_status=$?
2178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2179 (exit $ac_status); }; } &&
2180 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182 (eval $ac_try) 2>&5
2183 ac_status=$?
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185 (exit $ac_status); }; }; then
2186 ac_cv_prog_cc_stdc=$ac_arg
2187break
2188else
2189 echo "$as_me: failed program was:" >&5
2190sed 's/^/| /' conftest.$ac_ext >&5
2191
2192fi
ab509236 2193rm -f conftest.err conftest.$ac_objext
13b2be9c
DJ
2194done
2195rm -f conftest.$ac_ext conftest.$ac_objext
2196CC=$ac_save_CC
2197
2198fi
2199
2200case "x$ac_cv_prog_cc_stdc" in
2201 x|xno)
2202 echo "$as_me:$LINENO: result: none needed" >&5
2203echo "${ECHO_T}none needed" >&6 ;;
2204 *)
2205 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2206echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2207 CC="$CC $ac_cv_prog_cc_stdc" ;;
2208esac
2209
2210# Some people use a C++ compiler to compile C. Since we use `exit',
2211# in C++ we need to declare it. In case someone uses the same compiler
2212# for both compiling C and C++ we need to have the C++ compiler decide
2213# the declaration of exit, since it's the most demanding environment.
2214cat >conftest.$ac_ext <<_ACEOF
2215#ifndef __cplusplus
2216 choke me
2217#endif
2218_ACEOF
2219rm -f conftest.$ac_objext
2220if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2221 (eval $ac_compile) 2>conftest.er1
13b2be9c 2222 ac_status=$?
ab509236
L
2223 grep -v '^ *+' conftest.er1 >conftest.err
2224 rm -f conftest.er1
2225 cat conftest.err >&5
13b2be9c
DJ
2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227 (exit $ac_status); } &&
1ad12f97
NC
2228 { ac_try='test -z "$ac_c_werror_flag"
2229 || test ! -s conftest.err'
ab509236
L
2230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2231 (eval $ac_try) 2>&5
2232 ac_status=$?
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); }; } &&
2235 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2237 (eval $ac_try) 2>&5
2238 ac_status=$?
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); }; }; then
2241 for ac_declaration in \
ab509236 2242 '' \
13b2be9c
DJ
2243 'extern "C" void std::exit (int) throw (); using std::exit;' \
2244 'extern "C" void std::exit (int); using std::exit;' \
2245 'extern "C" void exit (int) throw ();' \
2246 'extern "C" void exit (int);' \
2247 'void exit (int);'
2248do
2249 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2250/* confdefs.h. */
2251_ACEOF
2252cat confdefs.h >>conftest.$ac_ext
2253cat >>conftest.$ac_ext <<_ACEOF
2254/* end confdefs.h. */
13dfd2d0 2255$ac_declaration
ab509236 2256#include <stdlib.h>
13b2be9c
DJ
2257int
2258main ()
2259{
2260exit (42);
2261 ;
2262 return 0;
2263}
2264_ACEOF
2265rm -f conftest.$ac_objext
2266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2267 (eval $ac_compile) 2>conftest.er1
13b2be9c 2268 ac_status=$?
ab509236
L
2269 grep -v '^ *+' conftest.er1 >conftest.err
2270 rm -f conftest.er1
2271 cat conftest.err >&5
13b2be9c
DJ
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); } &&
1ad12f97
NC
2274 { ac_try='test -z "$ac_c_werror_flag"
2275 || test ! -s conftest.err'
ab509236
L
2276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277 (eval $ac_try) 2>&5
2278 ac_status=$?
2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280 (exit $ac_status); }; } &&
2281 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 (eval $ac_try) 2>&5
2284 ac_status=$?
2285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286 (exit $ac_status); }; }; then
2287 :
2288else
2289 echo "$as_me: failed program was:" >&5
2290sed 's/^/| /' conftest.$ac_ext >&5
2291
2292continue
2293fi
ab509236 2294rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 2295 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2296/* confdefs.h. */
2297_ACEOF
2298cat confdefs.h >>conftest.$ac_ext
2299cat >>conftest.$ac_ext <<_ACEOF
2300/* end confdefs.h. */
2301$ac_declaration
2302int
2303main ()
2304{
2305exit (42);
2306 ;
2307 return 0;
2308}
2309_ACEOF
2310rm -f conftest.$ac_objext
2311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2312 (eval $ac_compile) 2>conftest.er1
13b2be9c 2313 ac_status=$?
ab509236
L
2314 grep -v '^ *+' conftest.er1 >conftest.err
2315 rm -f conftest.er1
2316 cat conftest.err >&5
13b2be9c
DJ
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } &&
1ad12f97
NC
2319 { ac_try='test -z "$ac_c_werror_flag"
2320 || test ! -s conftest.err'
ab509236
L
2321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322 (eval $ac_try) 2>&5
2323 ac_status=$?
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); }; } &&
2326 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2328 (eval $ac_try) 2>&5
2329 ac_status=$?
2330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2331 (exit $ac_status); }; }; then
2332 break
2333else
2334 echo "$as_me: failed program was:" >&5
2335sed 's/^/| /' conftest.$ac_ext >&5
2336
2337fi
ab509236 2338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2339done
2340rm -f conftest*
2341if test -n "$ac_declaration"; then
2342 echo '#ifdef __cplusplus' >>confdefs.h
2343 echo $ac_declaration >>confdefs.h
2344 echo '#endif' >>confdefs.h
2345fi
2346
2347else
2348 echo "$as_me: failed program was:" >&5
2349sed 's/^/| /' conftest.$ac_ext >&5
2350
2351fi
ab509236 2352rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358
2359
ab509236
L
2360echo "$as_me:$LINENO: checking for library containing strerror" >&5
2361echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2362if test "${ac_cv_search_strerror+set}" = set; then
13b2be9c
DJ
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2364else
ab509236
L
2365 ac_func_search_save_LIBS=$LIBS
2366ac_cv_search_strerror=no
13b2be9c 2367cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2368/* confdefs.h. */
2369_ACEOF
2370cat confdefs.h >>conftest.$ac_ext
2371cat >>conftest.$ac_ext <<_ACEOF
2372/* end confdefs.h. */
2373
2374/* Override any gcc2 internal prototype to avoid an error. */
2375#ifdef __cplusplus
2376extern "C"
2377#endif
2378/* We use char because int might match the return type of a gcc2
2379 builtin and then its argument prototype would still apply. */
2380char strerror ();
2381int
2382main ()
2383{
2384strerror ();
2385 ;
2386 return 0;
2387}
2388_ACEOF
2389rm -f conftest.$ac_objext conftest$ac_exeext
2390if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 2391 (eval $ac_link) 2>conftest.er1
13b2be9c 2392 ac_status=$?
ab509236
L
2393 grep -v '^ *+' conftest.er1 >conftest.err
2394 rm -f conftest.er1
2395 cat conftest.err >&5
13b2be9c
DJ
2396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397 (exit $ac_status); } &&
1ad12f97
NC
2398 { ac_try='test -z "$ac_c_werror_flag"
2399 || test ! -s conftest.err'
ab509236
L
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2401 (eval $ac_try) 2>&5
2402 ac_status=$?
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; } &&
2405 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
2406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2407 (eval $ac_try) 2>&5
2408 ac_status=$?
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; }; then
ab509236 2411 ac_cv_search_strerror="none required"
13b2be9c
DJ
2412else
2413 echo "$as_me: failed program was:" >&5
2414sed 's/^/| /' conftest.$ac_ext >&5
2415
13b2be9c 2416fi
ab509236
L
2417rm -f conftest.err conftest.$ac_objext \
2418 conftest$ac_exeext conftest.$ac_ext
2419if test "$ac_cv_search_strerror" = no; then
2420 for ac_lib in cposix; do
2421 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2422 cat >conftest.$ac_ext <<_ACEOF
2423/* confdefs.h. */
2424_ACEOF
2425cat confdefs.h >>conftest.$ac_ext
2426cat >>conftest.$ac_ext <<_ACEOF
2427/* end confdefs.h. */
2428
2429/* Override any gcc2 internal prototype to avoid an error. */
2430#ifdef __cplusplus
2431extern "C"
2432#endif
2433/* We use char because int might match the return type of a gcc2
2434 builtin and then its argument prototype would still apply. */
2435char strerror ();
2436int
2437main ()
2438{
2439strerror ();
2440 ;
2441 return 0;
2442}
2443_ACEOF
2444rm -f conftest.$ac_objext conftest$ac_exeext
2445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2446 (eval $ac_link) 2>conftest.er1
2447 ac_status=$?
2448 grep -v '^ *+' conftest.er1 >conftest.err
2449 rm -f conftest.er1
2450 cat conftest.err >&5
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
1ad12f97
NC
2453 { ac_try='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
ab509236
L
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2456 (eval $ac_try) 2>&5
2457 ac_status=$?
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try='test -s conftest$ac_exeext'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 (eval $ac_try) 2>&5
2463 ac_status=$?
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2466 ac_cv_search_strerror="-l$ac_lib"
2467break
2468else
2469 echo "$as_me: failed program was:" >&5
2470sed 's/^/| /' conftest.$ac_ext >&5
2471
13b2be9c 2472fi
ab509236
L
2473rm -f conftest.err conftest.$ac_objext \
2474 conftest$ac_exeext conftest.$ac_ext
2475 done
13b2be9c 2476fi
ab509236
L
2477LIBS=$ac_func_search_save_LIBS
2478fi
2479echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2480echo "${ECHO_T}$ac_cv_search_strerror" >&6
2481if test "$ac_cv_search_strerror" != no; then
2482 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
13b2be9c 2483
ab509236 2484fi
13b2be9c
DJ
2485
2486
2487BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
8ea2b00f 2488am__api_version="1.9"
13b2be9c
DJ
2489# Find a good install program. We prefer a C program (faster),
2490# so one script is as good as another. But avoid the broken or
2491# incompatible versions:
2492# SysV /etc/install, /usr/sbin/install
2493# SunOS /usr/etc/install
2494# IRIX /sbin/install
2495# AIX /bin/install
2496# AmigaOS /C/install, which installs bootblocks on floppy discs
2497# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2498# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2499# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 2500# OS/2's system install, which has a completely different semantic
13b2be9c
DJ
2501# ./install, which can be erroneously created by make from ./install.sh.
2502echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2503echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2504if test -z "$INSTALL"; then
2505if test "${ac_cv_path_install+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507else
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509for as_dir in $PATH
2510do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
2513 # Account for people who put trailing slashes in PATH elements.
2514case $as_dir/ in
2515 ./ | .// | /cC/* | \
2516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ab509236 2517 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13b2be9c
DJ
2518 /usr/ucb/* ) ;;
2519 *)
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2522 # by default.
2523 for ac_prog in ginstall scoinst install; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
ab509236
L
2525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2526 if test $ac_prog = install &&
2527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2528 # AIX install. It has an incompatible calling convention.
2529 :
2530 elif test $ac_prog = install &&
2531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2533 :
2534 else
2535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2536 break 3
2537 fi
2538 fi
13b2be9c
DJ
2539 done
2540 done
2541 ;;
2542esac
2543done
2544
252b5132
RH
2545
2546fi
2547 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2548 INSTALL=$ac_cv_path_install
252b5132
RH
2549 else
2550 # As a last resort, use the slow shell script. We don't cache a
2551 # path for INSTALL within a source directory, because that will
2552 # break other packages using the cache if that directory is
2553 # removed, or if the path is relative.
13b2be9c 2554 INSTALL=$ac_install_sh
252b5132
RH
2555 fi
2556fi
13b2be9c
DJ
2557echo "$as_me:$LINENO: result: $INSTALL" >&5
2558echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2559
2560# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2561# It thinks the first close brace ends the variable substitution.
2562test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2563
13b2be9c 2564test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2565
2566test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2567
13b2be9c
DJ
2568echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2569echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2570# Just in case
2571sleep 1
13b2be9c 2572echo timestamp > conftest.file
252b5132
RH
2573# Do `set' in a subshell so we don't clobber the current shell's
2574# arguments. Must try -L first in case configure is actually a
2575# symlink; some systems play weird games with the mod time of symlinks
2576# (eg FreeBSD returns the mod time of the symlink's containing
2577# directory).
2578if (
13b2be9c 2579 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2580 if test "$*" = "X"; then
2581 # -L didn't work.
13b2be9c 2582 set X `ls -t $srcdir/configure conftest.file`
252b5132 2583 fi
13b2be9c
DJ
2584 rm -f conftest.file
2585 if test "$*" != "X $srcdir/configure conftest.file" \
2586 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2587
2588 # If neither matched, then we have a broken ls. This can happen
2589 # if, for instance, CONFIG_SHELL is bash and it inherits a
2590 # broken ls alias from the environment. This has actually
2591 # happened. Such a system could not be considered "sane".
13b2be9c
DJ
2592 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2593alias in your environment" >&5
2594echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2595alias in your environment" >&2;}
2596 { (exit 1); exit 1; }; }
252b5132
RH
2597 fi
2598
13b2be9c
DJ
2599 test "$2" = conftest.file
2600 )
2601then
2602 # Ok.
2603 :
2604else
2605 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2606Check your system clock" >&5
2607echo "$as_me: error: newly created file is older than distributed files!
2608Check your system clock" >&2;}
2609 { (exit 1); exit 1; }; }
2610fi
2611echo "$as_me:$LINENO: result: yes" >&5
2612echo "${ECHO_T}yes" >&6
2613test "$program_prefix" != NONE &&
2614 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2615# Use a double $ so make ignores it.
2616test "$program_suffix" != NONE &&
2617 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2618# Double any \ or $. echo might interpret backslashes.
2619# By default was `s,x,x', remove it if useless.
2620cat <<\_ACEOF >conftest.sed
2621s/[\\$]/&&/g;s/;s,x,x,$//
2622_ACEOF
2623program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2624rm conftest.sed
2625
13b2be9c
DJ
2626# expand $ac_aux_dir to an absolute path
2627am_aux_dir=`cd $ac_aux_dir && pwd`
2628
2629test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2630# Use eval to expand $SHELL
2631if eval "$MISSING --run true"; then
2632 am_missing_run="$MISSING --run "
2633else
2634 am_missing_run=
2635 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2636echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2637fi
2638
4b363073 2639if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
8ea2b00f
AM
2640 # We used to keeping the `.' as first argument, in order to
2641 # allow $(mkdir_p) to be used without argument. As in
ab509236 2642 # $(mkdir_p) $(somedir)
8ea2b00f
AM
2643 # where $(somedir) is conditionally defined. However this is wrong
2644 # for two reasons:
2645 # 1. if the package is installed by a user who cannot write `.'
2646 # make install will fail,
2647 # 2. the above comment should most certainly read
2648 # $(mkdir_p) $(DESTDIR)$(somedir)
2649 # so it does not work when $(somedir) is undefined and
2650 # $(DESTDIR) is not.
2651 # To support the latter case, we have to write
2652 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2653 # so the `.' trick is pointless.
2654 mkdir_p='mkdir -p --'
ab509236
L
2655else
2656 # On NextStep and OpenStep, the `mkdir' command does not
2657 # recognize any option. It will interpret all options as
2658 # directories to create, and then abort because `.' already
2659 # exists.
4b363073 2660 for d in ./-p ./--version;
ab509236
L
2661 do
2662 test -d $d && rmdir $d
2663 done
2664 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2665 if test -f "$ac_aux_dir/mkinstalldirs"; then
2666 mkdir_p='$(mkinstalldirs)'
2667 else
2668 mkdir_p='$(install_sh) -d'
2669 fi
2670fi
2671
13b2be9c
DJ
2672for ac_prog in gawk mawk nawk awk
2673do
2674 # Extract the first word of "$ac_prog", so it can be a program name with args.
2675set dummy $ac_prog; ac_word=$2
2676echo "$as_me:$LINENO: checking for $ac_word" >&5
2677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2678if test "${ac_cv_prog_AWK+set}" = set; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2680else
2681 if test -n "$AWK"; then
2682 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2683else
2684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2685for as_dir in $PATH
2686do
2687 IFS=$as_save_IFS
2688 test -z "$as_dir" && as_dir=.
2689 for ac_exec_ext in '' $ac_executable_extensions; do
2690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2691 ac_cv_prog_AWK="$ac_prog"
2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 break 2
2694 fi
2695done
2696done
2697
2698fi
2699fi
2700AWK=$ac_cv_prog_AWK
2701if test -n "$AWK"; then
2702 echo "$as_me:$LINENO: result: $AWK" >&5
2703echo "${ECHO_T}$AWK" >&6
2704else
2705 echo "$as_me:$LINENO: result: no" >&5
2706echo "${ECHO_T}no" >&6
2707fi
2708
2709 test -n "$AWK" && break
2710done
2711
2712echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2713echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ab509236 2714set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
13b2be9c
DJ
2715if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2716 echo $ECHO_N "(cached) $ECHO_C" >&6
2717else
2718 cat >conftest.make <<\_ACEOF
2719all:
2720 @echo 'ac_maketemp="$(MAKE)"'
2721_ACEOF
2722# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2723eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2724if test -n "$ac_maketemp"; then
2725 eval ac_cv_prog_make_${ac_make}_set=yes
2726else
2727 eval ac_cv_prog_make_${ac_make}_set=no
2728fi
2729rm -f conftest.make
2730fi
2731if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2732 echo "$as_me:$LINENO: result: yes" >&5
2733echo "${ECHO_T}yes" >&6
2734 SET_MAKE=
2735else
2736 echo "$as_me:$LINENO: result: no" >&5
2737echo "${ECHO_T}no" >&6
2738 SET_MAKE="MAKE=${MAKE-make}"
2739fi
2740
2741rm -rf .tst 2>/dev/null
2742mkdir .tst 2>/dev/null
2743if test -d .tst; then
2744 am__leading_dot=.
2745else
2746 am__leading_dot=_
2747fi
2748rmdir .tst 2>/dev/null
2749
2750DEPDIR="${am__leading_dot}deps"
2751
2752 ac_config_commands="$ac_config_commands depfiles"
2753
2754
2755am_make=${MAKE-make}
2756cat > confinc << 'END'
2757am__doit:
2758 @echo done
2759.PHONY: am__doit
2760END
2761# If we don't find an include directive, just comment out the code.
2762echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2763echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2764am__include="#"
2765am__quote=
2766_am_result=none
2767# First try GNU make style include.
2768echo "include confinc" > confmf
2769# We grep out `Entering directory' and `Leaving directory'
2770# messages which can occur if `w' ends up in MAKEFLAGS.
2771# In particular we don't look at `^make:' because GNU make might
2772# be invoked under some other name (usually "gmake"), in which
2773# case it prints its new name instead of `make'.
2774if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2775 am__include=include
2776 am__quote=
2777 _am_result=GNU
2778fi
2779# Now try BSD make style include.
2780if test "$am__include" = "#"; then
2781 echo '.include "confinc"' > confmf
2782 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2783 am__include=.include
2784 am__quote="\""
2785 _am_result=BSD
2786 fi
2787fi
2788
2789
2790echo "$as_me:$LINENO: result: $_am_result" >&5
2791echo "${ECHO_T}$_am_result" >&6
2792rm -f confinc confmf
2793
2794# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2795if test "${enable_dependency_tracking+set}" = set; then
2796 enableval="$enable_dependency_tracking"
2797
2798fi;
2799if test "x$enable_dependency_tracking" != xno; then
2800 am_depcomp="$ac_aux_dir/depcomp"
2801 AMDEPBACKSLASH='\'
2802fi
2803
2804
2805if test "x$enable_dependency_tracking" != xno; then
2806 AMDEP_TRUE=
2807 AMDEP_FALSE='#'
2808else
2809 AMDEP_TRUE='#'
2810 AMDEP_FALSE=
2811fi
2812
2813
2814
ab509236 2815# test to see if srcdir already configured
13b2be9c
DJ
2816if test "`cd $srcdir && pwd`" != "`pwd`" &&
2817 test -f $srcdir/config.status; then
2818 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2819echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2820 { (exit 1); exit 1; }; }
2821fi
2822
2823# test whether we have cygpath
2824if test -z "$CYGPATH_W"; then
2825 if (cygpath --version) >/dev/null 2>/dev/null; then
2826 CYGPATH_W='cygpath -w'
2827 else
2828 CYGPATH_W=echo
2829 fi
2830fi
2831
2832
2833# Define the identity of the package.
2834 PACKAGE=gas
2835 VERSION=${BFD_VERSION}
2836
2837
2838cat >>confdefs.h <<_ACEOF
2839#define PACKAGE "$PACKAGE"
2840_ACEOF
2841
2842
2843cat >>confdefs.h <<_ACEOF
2844#define VERSION "$VERSION"
2845_ACEOF
2846
2847# Some tools Automake needs.
2848
2849ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2850
2851
2852AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2853
2854
2855AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2856
2857
2858AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2859
2860
2861MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2862
13b2be9c
DJ
2863install_sh=${install_sh-"$am_aux_dir/install-sh"}
2864
2865# Installed binaries are usually stripped using `strip' when the user
2866# run `make install-strip'. However `strip' might not be the right
2867# tool to use in cross-compilation environments, therefore Automake
2868# will honor the `STRIP' environment variable to overrule this program.
2869if test "$cross_compiling" != no; then
2870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2872set dummy ${ac_tool_prefix}strip; ac_word=$2
2873echo "$as_me:$LINENO: checking for $ac_word" >&5
2874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2875if test "${ac_cv_prog_STRIP+set}" = set; then
2876 echo $ECHO_N "(cached) $ECHO_C" >&6
2877else
2878 if test -n "$STRIP"; then
2879 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 2880else
13b2be9c
DJ
2881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2888 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2891 fi
2892done
2893done
2894
252b5132 2895fi
13b2be9c
DJ
2896fi
2897STRIP=$ac_cv_prog_STRIP
2898if test -n "$STRIP"; then
2899 echo "$as_me:$LINENO: result: $STRIP" >&5
2900echo "${ECHO_T}$STRIP" >&6
c8615825 2901else
13b2be9c
DJ
2902 echo "$as_me:$LINENO: result: no" >&5
2903echo "${ECHO_T}no" >&6
c8615825 2904fi
c8615825 2905
13b2be9c
DJ
2906fi
2907if test -z "$ac_cv_prog_STRIP"; then
2908 ac_ct_STRIP=$STRIP
2909 # Extract the first word of "strip", so it can be a program name with args.
2910set dummy strip; ac_word=$2
2911echo "$as_me:$LINENO: checking for $ac_word" >&5
2912echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2913if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 2915else
13b2be9c
DJ
2916 if test -n "$ac_ct_STRIP"; then
2917 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 2918else
13b2be9c
DJ
2919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920for as_dir in $PATH
2921do
2922 IFS=$as_save_IFS
2923 test -z "$as_dir" && as_dir=.
2924 for ac_exec_ext in '' $ac_executable_extensions; do
2925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2926 ac_cv_prog_ac_ct_STRIP="strip"
2927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2928 break 2
2929 fi
2930done
2931done
2932
2933 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 2934fi
252b5132 2935fi
13b2be9c
DJ
2936ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2937if test -n "$ac_ct_STRIP"; then
2938 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2939echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2940else
13b2be9c
DJ
2941 echo "$as_me:$LINENO: result: no" >&5
2942echo "${ECHO_T}no" >&6
252b5132
RH
2943fi
2944
13b2be9c
DJ
2945 STRIP=$ac_ct_STRIP
2946else
2947 STRIP="$ac_cv_prog_STRIP"
2948fi
d6d788bd 2949
252b5132 2950fi
13b2be9c 2951INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 2952
13b2be9c
DJ
2953# We need awk for the "check" target. The system "awk" is bad on
2954# some platforms.
8ea2b00f
AM
2955# Always define AMTAR for backward compatibility.
2956
2957AMTAR=${AMTAR-"${am_missing_run}tar"}
2958
2959am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2960
2961
252b5132 2962
d6d788bd 2963
13b2be9c 2964depcc="$CC" am_compiler_list=
d6d788bd 2965
13b2be9c
DJ
2966echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2967echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2968if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2969 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2970else
13b2be9c
DJ
2971 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2972 # We make a subdir and do the tests there. Otherwise we can end up
2973 # making bogus files that we don't know about and never remove. For
2974 # instance it was reported that on HP-UX the gcc test will end up
2975 # making a dummy file named `D' -- because `-MD' means `put the output
2976 # in D'.
2977 mkdir conftest.dir
2978 # Copy depcomp to subdir because otherwise we won't find it if we're
2979 # using a relative directory.
2980 cp "$am_depcomp" conftest.dir
2981 cd conftest.dir
2982 # We will build objects and dependencies in a subdirectory because
2983 # it helps to detect inapplicable dependency modes. For instance
2984 # both Tru64's cc and ICC support -MD to output dependencies as a
2985 # side effect of compilation, but ICC will put the dependencies in
2986 # the current directory while Tru64 will put them in the object
2987 # directory.
2988 mkdir sub
252b5132 2989
13b2be9c
DJ
2990 am_cv_CC_dependencies_compiler_type=none
2991 if test "$am_compiler_list" = ""; then
2992 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2993 fi
2994 for depmode in $am_compiler_list; do
2995 # Setup a source with many dependencies, because some compilers
2996 # like to wrap large dependency lists on column 80 (with \), and
2997 # we should not choose a depcomp mode which is confused by this.
2998 #
2999 # We need to recreate these files for each test, as the compiler may
3000 # overwrite some of them when testing with obscure command lines.
3001 # This happens at least with the AIX C compiler.
3002 : > sub/conftest.c
3003 for i in 1 2 3 4 5 6; do
3004 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3005 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3006 # Solaris 8's {/usr,}/bin/sh.
3007 touch sub/conftst$i.h
13b2be9c
DJ
3008 done
3009 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3010
3011 case $depmode in
3012 nosideeffect)
3013 # after this tag, mechanisms are not by side-effect, so they'll
3014 # only be used when explicitly requested
3015 if test "x$enable_dependency_tracking" = xyes; then
3016 continue
3017 else
3018 break
3019 fi
3020 ;;
3021 none) break ;;
3022 esac
3023 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3024 # mode. It turns out that the SunPro C++ compiler does not properly
3025 # handle `-M -o', and we need to detect this.
3026 if depmode=$depmode \
3027 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3028 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3029 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3030 >/dev/null 2>conftest.err &&
3031 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3032 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3033 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3034 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3035 # or remarks (even with -Werror). So we grep stderr for any message
3036 # that says an option was ignored or not supported.
3037 # When given -MP, icc 7.0 and 7.1 complain thusly:
3038 # icc: Command line warning: ignoring option '-M'; no argument required
3039 # The diagnosis changed in icc 8.0:
3040 # icc: Command line remark: option '-MP' not supported
3041 if (grep 'ignoring option' conftest.err ||
3042 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3043 am_cv_CC_dependencies_compiler_type=$depmode
3044 break
3045 fi
3046 fi
3047 done
252b5132 3048
13b2be9c
DJ
3049 cd ..
3050 rm -rf conftest.dir
252b5132 3051else
13b2be9c 3052 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3053fi
3054
252b5132 3055fi
13b2be9c
DJ
3056echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3057echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3058CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3059
13b2be9c
DJ
3060
3061
3062if
3063 test "x$enable_dependency_tracking" != xno \
3064 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3065 am__fastdepCC_TRUE=
3066 am__fastdepCC_FALSE='#'
252b5132 3067else
13b2be9c
DJ
3068 am__fastdepCC_TRUE='#'
3069 am__fastdepCC_FALSE=
252b5132
RH
3070fi
3071
d6d788bd
L
3072
3073
13b2be9c 3074
252b5132
RH
3075# Check whether --enable-shared or --disable-shared was given.
3076if test "${enable_shared+set}" = set; then
3077 enableval="$enable_shared"
3078 p=${PACKAGE-default}
f9c19112 3079case $enableval in
252b5132
RH
3080yes) enable_shared=yes ;;
3081no) enable_shared=no ;;
3082*)
3083 enable_shared=no
3084 # Look at the argument we got. We use all the common list separators.
3085 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3086 for pkg in $enableval; do
3087 if test "X$pkg" = "X$p"; then
3088 enable_shared=yes
3089 fi
3090 done
3091 IFS="$ac_save_ifs"
3092 ;;
3093esac
3094else
3095 enable_shared=yes
13b2be9c 3096fi;
252b5132
RH
3097# Check whether --enable-static or --disable-static was given.
3098if test "${enable_static+set}" = set; then
3099 enableval="$enable_static"
3100 p=${PACKAGE-default}
f9c19112 3101case $enableval in
252b5132
RH
3102yes) enable_static=yes ;;
3103no) enable_static=no ;;
3104*)
3105 enable_static=no
3106 # Look at the argument we got. We use all the common list separators.
3107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3108 for pkg in $enableval; do
3109 if test "X$pkg" = "X$p"; then
3110 enable_static=yes
3111 fi
3112 done
3113 IFS="$ac_save_ifs"
3114 ;;
3115esac
3116else
3117 enable_static=yes
13b2be9c 3118fi;
bedf545c
ILT
3119# Check whether --enable-fast-install or --disable-fast-install was given.
3120if test "${enable_fast_install+set}" = set; then
3121 enableval="$enable_fast_install"
3122 p=${PACKAGE-default}
f9c19112 3123case $enableval in
bedf545c
ILT
3124yes) enable_fast_install=yes ;;
3125no) enable_fast_install=no ;;
3126*)
3127 enable_fast_install=no
3128 # Look at the argument we got. We use all the common list separators.
3129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3130 for pkg in $enableval; do
3131 if test "X$pkg" = "X$p"; then
3132 enable_fast_install=yes
3133 fi
3134 done
3135 IFS="$ac_save_ifs"
3136 ;;
3137esac
3138else
3139 enable_fast_install=yes
13b2be9c 3140fi;
87ccc1b0 3141
6840198f
NC
3142# Check whether --with-gnu-ld or --without-gnu-ld was given.
3143if test "${with_gnu_ld+set}" = set; then
3144 withval="$with_gnu_ld"
3145 test "$withval" = no || with_gnu_ld=yes
27b7e12d 3146else
6840198f 3147 with_gnu_ld=no
13b2be9c 3148fi;
6840198f
NC
3149ac_prog=ld
3150if test "$GCC" = yes; then
3151 # Check if gcc -print-prog-name=ld gives a path.
13b2be9c
DJ
3152 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3153echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
6840198f
NC
3154 case $host in
3155 *-*-mingw*)
3156 # gcc leaves a trailing carriage return which upsets mingw
3157 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3158 *)
3159 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3160 esac
3161 case $ac_prog in
3162 # Accept absolute paths.
3163 [\\/]* | [A-Za-z]:[\\/]*)
3164 re_direlt='/[^/][^/]*/\.\./'
3165 # Canonicalize the path of ld
3166 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3167 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3168 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3169 done
3170 test -z "$LD" && LD="$ac_prog"
3171 ;;
3172 "")
3173 # If it fails, then pretend we aren't using GCC.
3174 ac_prog=ld
3175 ;;
3176 *)
3177 # If it is relative, then search for the first ld in PATH.
3178 with_gnu_ld=unknown
3179 ;;
3180 esac
3181elif test "$with_gnu_ld" = yes; then
13b2be9c
DJ
3182 echo "$as_me:$LINENO: checking for GNU ld" >&5
3183echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
27b7e12d 3184else
13b2be9c
DJ
3185 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3186echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
27b7e12d 3187fi
13b2be9c
DJ
3188if test "${lt_cv_path_LD+set}" = set; then
3189 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3190else
3191 if test -z "$LD"; then
a74801ba 3192 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3193 for ac_dir in $PATH; do
3194 test -z "$ac_dir" && ac_dir=.
a74801ba 3195 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
f9c19112 3196 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
3197 # Check to see if the program is GNU ld. I'd rather use --version,
3198 # but apparently some GNU ld's only accept -v.
3199 # Break only if it was the GNU/non-GNU ld that we prefer.
f9c19112 3200 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
3201 test "$with_gnu_ld" != no && break
3202 else
bedf545c 3203 test "$with_gnu_ld" != yes && break
252b5132
RH
3204 fi
3205 fi
3206 done
3207 IFS="$ac_save_ifs"
3208else
f9c19112 3209 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3210fi
3211fi
3212
f9c19112 3213LD="$lt_cv_path_LD"
252b5132 3214if test -n "$LD"; then
13b2be9c
DJ
3215 echo "$as_me:$LINENO: result: $LD" >&5
3216echo "${ECHO_T}$LD" >&6
252b5132 3217else
13b2be9c
DJ
3218 echo "$as_me:$LINENO: result: no" >&5
3219echo "${ECHO_T}no" >&6
252b5132 3220fi
13b2be9c
DJ
3221test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3222echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3223 { (exit 1); exit 1; }; }
3224echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3225echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3226if test "${lt_cv_prog_gnu_ld+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3228else
3229 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3230if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
f9c19112 3231 lt_cv_prog_gnu_ld=yes
252b5132 3232else
f9c19112 3233 lt_cv_prog_gnu_ld=no
252b5132
RH
3234fi
3235fi
13b2be9c
DJ
3236echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3237echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
f9c19112 3238with_gnu_ld=$lt_cv_prog_gnu_ld
ac48eca1 3239
d6d788bd 3240
13b2be9c
DJ
3241echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3242echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3243if test "${lt_cv_ld_reload_flag+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3245else
3246 lt_cv_ld_reload_flag='-r'
3247fi
13b2be9c
DJ
3248echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3249echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3250reload_flag=$lt_cv_ld_reload_flag
3251test -n "$reload_flag" && reload_flag=" $reload_flag"
252b5132 3252
13b2be9c
DJ
3253echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3254echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3255if test "${lt_cv_path_NM+set}" = set; then
3256 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3257else
3258 if test -n "$NM"; then
3259 # Let the user override the test.
f9c19112 3260 lt_cv_path_NM="$NM"
252b5132 3261else
a74801ba 3262 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
bedf545c 3263 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 3264 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3265 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3266 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3267 # Check to see if the nm accepts a BSD-compat flag.
3268 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3269 # nm: unknown option "B" ignored
58cccadb
AO
3270 # Tru64's nm complains that /dev/null is an invalid object file
3271 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
f9c19112 3272 lt_cv_path_NM="$tmp_nm -B"
bedf545c 3273 break
ac48eca1 3274 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
f9c19112 3275 lt_cv_path_NM="$tmp_nm -p"
bedf545c 3276 break
252b5132 3277 else
f9c19112 3278 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
bedf545c 3279 continue # so that we can try to find one that supports BSD flags
252b5132 3280 fi
252b5132
RH
3281 fi
3282 done
3283 IFS="$ac_save_ifs"
f9c19112 3284 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3285fi
3286fi
3287
f9c19112 3288NM="$lt_cv_path_NM"
13b2be9c
DJ
3289echo "$as_me:$LINENO: result: $NM" >&5
3290echo "${ECHO_T}$NM" >&6
252b5132 3291
13b2be9c
DJ
3292echo "$as_me:$LINENO: checking whether ln -s works" >&5
3293echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3294LN_S=$as_ln_s
3295if test "$LN_S" = "ln -s"; then
3296 echo "$as_me:$LINENO: result: yes" >&5
3297echo "${ECHO_T}yes" >&6
252b5132 3298else
13b2be9c
DJ
3299 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3300echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3301fi
3302
13b2be9c
DJ
3303echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3304echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3305if test "${lt_cv_deplibs_check_method+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3307else
d64552c5 3308 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3309lt_cv_file_magic_test_file=
3310lt_cv_deplibs_check_method='unknown'
3311# Need to set the preceding variable on all platforms that support
3312# interlibrary dependencies.
3313# 'none' -- dependencies not supported.
3314# `unknown' -- same as none, but documents that we really don't know.
3315# 'pass_all' -- all dependencies passed with no checks.
3316# 'test_compile' -- check by making test program.
3317# 'file_magic [regex]' -- check by looking for files in library path
3318# which responds to the $file_magic_cmd with a given egrep regex.
3319# If you have `file' or equivalent on your system and you're not sure
3320# whether `pass_all' will *always* work, you probably want this one.
3321
f9c19112
HPN
3322case $host_os in
3323aix*)
ac48eca1
AO
3324 lt_cv_deplibs_check_method=pass_all
3325 ;;
3326
3327beos*)
3328 lt_cv_deplibs_check_method=pass_all
3329 ;;
3330
3331bsdi4*)
f9c19112
HPN
3332 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3333 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3334 lt_cv_file_magic_test_file=/shlib/libc.so
3335 ;;
3336
d64552c5 3337cygwin* | mingw* |pw32*)
ac48eca1 3338 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3339 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3340 ;;
3341
f9c19112
HPN
3342darwin* | rhapsody*)
3343 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
6840198f
NC
3344 lt_cv_file_magic_cmd='/usr/bin/file -L'
3345 case "$host_os" in
3346 rhapsody* | darwin1.012)
3347 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3348 ;;
3349 *) # Darwin 1.3 on
3350 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3351 ;;
3352 esac
f9c19112
HPN
3353 ;;
3354
4101eec8 3355freebsd* | kfreebsd*-gnu)
ac48eca1 3356 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
f9c19112 3357 case $host_cpu in
ac48eca1 3358 i*86 )
58cccadb
AO
3359 # Not sure whether the presence of OpenBSD here was a mistake.
3360 # Let's accept both of them until this is cleared up.
f9c19112
HPN
3361 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3362 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3363 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3364 ;;
3365 esac
3366 else
3367 lt_cv_deplibs_check_method=pass_all
3368 fi
3369 ;;
3370
3371gnu*)
3372 lt_cv_deplibs_check_method=pass_all
3373 ;;
3374
f9c19112 3375hpux10.20*|hpux11*)
4867be41
DJ
3376 case $host_cpu in
3377 hppa*)
3378 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3379 lt_cv_file_magic_cmd=/usr/bin/file
3380 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3381 ;;
3382 ia64*)
3383 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3384 lt_cv_file_magic_cmd=/usr/bin/file
3385 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3386 ;;
3387 esac
ac48eca1
AO
3388 ;;
3389
3390irix5* | irix6*)
f9c19112 3391 case $host_os in
ac48eca1
AO
3392 irix5*)
3393 # this will be overridden with pass_all, but let us keep it just in case
3394 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3395 ;;
3396 *)
f9c19112 3397 case $LD in
ac48eca1
AO
3398 *-32|*"-32 ") libmagic=32-bit;;
3399 *-n32|*"-n32 ") libmagic=N32;;
3400 *-64|*"-64 ") libmagic=64-bit;;
3401 *) libmagic=never-match;;
3402 esac
3403 # this will be overridden with pass_all, but let us keep it just in case
f9c19112
HPN
3404 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3405 ;;
ac48eca1
AO
3406 esac
3407 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3408 lt_cv_deplibs_check_method=pass_all
3409 ;;
3410
3411# This must be Linux ELF.
58cccadb 3412linux-gnu*)
f9c19112 3413 case $host_cpu in
dbeba5e5 3414 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3415 lt_cv_deplibs_check_method=pass_all ;;
3416 *)
3417 # glibc up to 2.1.1 does not perform some relocations on ARM
f9c19112
HPN
3418 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3419 esac
ac48eca1
AO
3420 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3421 ;;
3422
4101eec8 3423netbsd* | knetbsd*-gnu)
f9c19112 3424 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6840198f 3425 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3426 else
6840198f 3427 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1 3428 fi
f9c19112
HPN
3429 ;;
3430
3431newsos6)
3432 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3433 lt_cv_file_magic_cmd=/usr/bin/file
3434 lt_cv_file_magic_test_file=/usr/lib/libnls.so
ac48eca1
AO
3435 ;;
3436
3437osf3* | osf4* | osf5*)
3438 # this will be overridden with pass_all, but let us keep it just in case
3439 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3440 lt_cv_file_magic_test_file=/shlib/libc.so
3441 lt_cv_deplibs_check_method=pass_all
3442 ;;
3443
3444sco3.2v5*)
3445 lt_cv_deplibs_check_method=pass_all
3446 ;;
3447
3448solaris*)
3449 lt_cv_deplibs_check_method=pass_all
3450 lt_cv_file_magic_test_file=/lib/libc.so
3451 ;;
3452
6be7c12c
AO
3453sysv5uw[78]* | sysv4*uw2*)
3454 lt_cv_deplibs_check_method=pass_all
3455 ;;
3456
ac48eca1 3457sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
f9c19112 3458 case $host_vendor in
ac48eca1
AO
3459 ncr)
3460 lt_cv_deplibs_check_method=pass_all
3461 ;;
3462 motorola)
f9c19112
HPN
3463 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3464 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3465 ;;
3466 esac
3467 ;;
3468esac
3469
3470fi
13b2be9c
DJ
3471echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3472echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3473file_magic_cmd=$lt_cv_file_magic_cmd
3474deplibs_check_method=$lt_cv_deplibs_check_method
3475
c8615825 3476
c8615825 3477
c8615825 3478
ac48eca1
AO
3479# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3480
3481# Only perform the check for file, if the check method requires it
f9c19112 3482case $deplibs_check_method in
ac48eca1 3483file_magic*)
d64552c5 3484 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
13b2be9c
DJ
3485 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3486echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3487if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3489else
f9c19112 3490 case $MAGIC_CMD in
ac48eca1 3491 /*)
d64552c5 3492 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3493 ;;
3494 ?:/*)
d64552c5 3495 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3496 ;;
3497 *)
d64552c5 3498 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3499 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3500 ac_dummy="/usr/bin:$PATH"
3501 for ac_dir in $ac_dummy; do
3502 test -z "$ac_dir" && ac_dir=.
3503 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3504 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3505 if test -n "$file_magic_test_file"; then
f9c19112 3506 case $deplibs_check_method in
ac48eca1
AO
3507 "file_magic "*)
3508 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3509 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3510 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3511 egrep "$file_magic_regex" > /dev/null; then
3512 :
3513 else
3514 cat <<EOF 1>&2
3515
3516*** Warning: the command libtool uses to detect shared libraries,
3517*** $file_magic_cmd, produces output that libtool cannot recognize.
3518*** The result is that libtool may fail to recognize shared libraries
3519*** as such. This will affect the creation of libtool libraries that
3520*** depend on shared libraries, but programs linked with such libtool
3521*** libraries will work regardless of this problem. Nevertheless, you
3522*** may want to report the problem to your system manager and/or to
3523*** bug-libtool@gnu.org
3524
3525EOF
3526 fi ;;
3527 esac
3528 fi
3529 break
3530 fi
3531 done
3532 IFS="$ac_save_ifs"
d64552c5 3533 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3534 ;;
3535esac
3536fi
3537
d64552c5
AO
3538MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3539if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3540 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3541echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3542else
13b2be9c
DJ
3543 echo "$as_me:$LINENO: result: no" >&5
3544echo "${ECHO_T}no" >&6
ac48eca1
AO
3545fi
3546
d64552c5 3547if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3548 if test -n "$ac_tool_prefix"; then
13b2be9c
DJ
3549 echo "$as_me:$LINENO: checking for file" >&5
3550echo $ECHO_N "checking for file... $ECHO_C" >&6
3551if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3552 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3553else
f9c19112 3554 case $MAGIC_CMD in
ac48eca1 3555 /*)
d64552c5 3556 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3557 ;;
3558 ?:/*)
d64552c5 3559 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3560 ;;
3561 *)
d64552c5 3562 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3563 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3564 ac_dummy="/usr/bin:$PATH"
3565 for ac_dir in $ac_dummy; do
3566 test -z "$ac_dir" && ac_dir=.
3567 if test -f $ac_dir/file; then
d64552c5 3568 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3569 if test -n "$file_magic_test_file"; then
f9c19112 3570 case $deplibs_check_method in
ac48eca1
AO
3571 "file_magic "*)
3572 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3573 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3574 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3575 egrep "$file_magic_regex" > /dev/null; then
3576 :
3577 else
3578 cat <<EOF 1>&2
3579
3580*** Warning: the command libtool uses to detect shared libraries,
3581*** $file_magic_cmd, produces output that libtool cannot recognize.
3582*** The result is that libtool may fail to recognize shared libraries
3583*** as such. This will affect the creation of libtool libraries that
3584*** depend on shared libraries, but programs linked with such libtool
3585*** libraries will work regardless of this problem. Nevertheless, you
3586*** may want to report the problem to your system manager and/or to
3587*** bug-libtool@gnu.org
3588
3589EOF
3590 fi ;;
3591 esac
3592 fi
3593 break
3594 fi
3595 done
3596 IFS="$ac_save_ifs"
d64552c5 3597 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3598 ;;
3599esac
3600fi
3601
d64552c5
AO
3602MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3603if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3604 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3605echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3606else
13b2be9c
DJ
3607 echo "$as_me:$LINENO: result: no" >&5
3608echo "${ECHO_T}no" >&6
ac48eca1
AO
3609fi
3610
3611 else
d64552c5 3612 MAGIC_CMD=:
ac48eca1
AO
3613 fi
3614fi
3615
3616 fi
3617 ;;
3618esac
3619
13b2be9c
DJ
3620if test -n "$ac_tool_prefix"; then
3621 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3622set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13b2be9c
DJ
3623echo "$as_me:$LINENO: checking for $ac_word" >&5
3624echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3625if test "${ac_cv_prog_RANLIB+set}" = set; then
3626 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3627else
3628 if test -n "$RANLIB"; then
3629 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3630else
13b2be9c
DJ
3631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634 IFS=$as_save_IFS
3635 test -z "$as_dir" && as_dir=.
3636 for ac_exec_ext in '' $ac_executable_extensions; do
3637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3638 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3640 break 2
3641 fi
3642done
3643done
3644
ac48eca1
AO
3645fi
3646fi
13b2be9c 3647RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3648if test -n "$RANLIB"; then
13b2be9c
DJ
3649 echo "$as_me:$LINENO: result: $RANLIB" >&5
3650echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3651else
13b2be9c
DJ
3652 echo "$as_me:$LINENO: result: no" >&5
3653echo "${ECHO_T}no" >&6
ac48eca1
AO
3654fi
3655
13b2be9c 3656fi
ac48eca1 3657if test -z "$ac_cv_prog_RANLIB"; then
13b2be9c 3658 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3659 # Extract the first word of "ranlib", so it can be a program name with args.
3660set dummy ranlib; ac_word=$2
13b2be9c
DJ
3661echo "$as_me:$LINENO: checking for $ac_word" >&5
3662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3663if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3664 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 3665else
13b2be9c
DJ
3666 if test -n "$ac_ct_RANLIB"; then
3667 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
d6d788bd 3668else
13b2be9c
DJ
3669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670for as_dir in $PATH
3671do
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3676 ac_cv_prog_ac_ct_RANLIB="ranlib"
3677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3679 fi
3680done
3681done
3682
3683 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3684fi
3685fi
13b2be9c
DJ
3686ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3687if test -n "$ac_ct_RANLIB"; then
3688 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3689echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3690else
13b2be9c
DJ
3691 echo "$as_me:$LINENO: result: no" >&5
3692echo "${ECHO_T}no" >&6
ac48eca1
AO
3693fi
3694
13b2be9c 3695 RANLIB=$ac_ct_RANLIB
ac48eca1 3696else
13b2be9c 3697 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3698fi
3699
13b2be9c
DJ
3700if test -n "$ac_tool_prefix"; then
3701 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3702set dummy ${ac_tool_prefix}strip; ac_word=$2
13b2be9c
DJ
3703echo "$as_me:$LINENO: checking for $ac_word" >&5
3704echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3705if test "${ac_cv_prog_STRIP+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3707else
3708 if test -n "$STRIP"; then
3709 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3710else
13b2be9c
DJ
3711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712for as_dir in $PATH
3713do
3714 IFS=$as_save_IFS
3715 test -z "$as_dir" && as_dir=.
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3720 break 2
3721 fi
3722done
3723done
3724
ac48eca1
AO
3725fi
3726fi
13b2be9c 3727STRIP=$ac_cv_prog_STRIP
ac48eca1 3728if test -n "$STRIP"; then
13b2be9c
DJ
3729 echo "$as_me:$LINENO: result: $STRIP" >&5
3730echo "${ECHO_T}$STRIP" >&6
ac48eca1 3731else
13b2be9c
DJ
3732 echo "$as_me:$LINENO: result: no" >&5
3733echo "${ECHO_T}no" >&6
ac48eca1
AO
3734fi
3735
13b2be9c 3736fi
ac48eca1 3737if test -z "$ac_cv_prog_STRIP"; then
13b2be9c 3738 ac_ct_STRIP=$STRIP
ac48eca1
AO
3739 # Extract the first word of "strip", so it can be a program name with args.
3740set dummy strip; ac_word=$2
13b2be9c
DJ
3741echo "$as_me:$LINENO: checking for $ac_word" >&5
3742echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3743if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3744 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3745else
13b2be9c
DJ
3746 if test -n "$ac_ct_STRIP"; then
3747 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 3748else
13b2be9c
DJ
3749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750for as_dir in $PATH
3751do
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_exec_ext in '' $ac_executable_extensions; do
3755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_STRIP="strip"
3757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3758 break 2
3759 fi
3760done
3761done
3762
3763 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
d6d788bd
L
3764fi
3765fi
13b2be9c
DJ
3766ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3767if test -n "$ac_ct_STRIP"; then
3768 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3769echo "${ECHO_T}$ac_ct_STRIP" >&6
d6d788bd 3770else
13b2be9c
DJ
3771 echo "$as_me:$LINENO: result: no" >&5
3772echo "${ECHO_T}no" >&6
d6d788bd
L
3773fi
3774
13b2be9c 3775 STRIP=$ac_ct_STRIP
d6d788bd 3776else
13b2be9c 3777 STRIP="$ac_cv_prog_STRIP"
d6d788bd
L
3778fi
3779
252b5132 3780
252b5132 3781# Check for any special flags to pass to ltconfig.
bedf545c 3782libtool_flags="--cache-file=$cache_file"
252b5132
RH
3783test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3784test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
bedf545c 3785test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
f9c19112
HPN
3786test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3787test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3788
d6d788bd 3789
a74801ba
ILT
3790# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3791if test "${enable_libtool_lock+set}" = set; then
3792 enableval="$enable_libtool_lock"
a74801ba 3793
13b2be9c 3794fi;
a74801ba
ILT
3795test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3796test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3797
13b2be9c 3798
ac48eca1
AO
3799# Check whether --with-pic or --without-pic was given.
3800if test "${with_pic+set}" = set; then
3801 withval="$with_pic"
3802 pic_mode="$withval"
3803else
3804 pic_mode=default
13b2be9c 3805fi;
ac48eca1
AO
3806test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3807test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3808
252b5132
RH
3809# Some flags need to be propagated to the compiler or linker for good
3810# libtool support.
f9c19112 3811case $host in
252b5132
RH
3812*-*-irix6*)
3813 # Find out which ABI we are using.
7be1c489 3814 echo '#line 3814 "configure"' > conftest.$ac_ext
13b2be9c
DJ
3815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3816 (eval $ac_compile) 2>&5
3817 ac_status=$?
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); }; then
e0001a05
NC
3820 if test "$lt_cv_prog_gnu_ld" = yes; then
3821 case `/usr/bin/file conftest.$ac_objext` in
3822 *32-bit*)
3823 LD="${LD-ld} -melf32bsmip"
3824 ;;
3825 *N32*)
3826 LD="${LD-ld} -melf32bmipn32"
3827 ;;
3828 *64-bit*)
3829 LD="${LD-ld} -melf64bmip"
3830 ;;
3831 esac
3832 else
f9c19112 3833 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3834 *32-bit*)
3835 LD="${LD-ld} -32"
3836 ;;
3837 *N32*)
3838 LD="${LD-ld} -n32"
3839 ;;
3840 *64-bit*)
3841 LD="${LD-ld} -64"
3842 ;;
3843 esac
e0001a05 3844 fi
252b5132
RH
3845 fi
3846 rm -rf conftest*
3847 ;;
3848
4867be41
DJ
3849ia64-*-hpux*)
3850 # Find out which ABI we are using.
3851 echo 'int i;' > conftest.$ac_ext
13b2be9c
DJ
3852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3853 (eval $ac_compile) 2>&5
3854 ac_status=$?
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; then
4867be41
DJ
3857 case "`/usr/bin/file conftest.o`" in
3858 *ELF-32*)
3859 HPUX_IA64_MODE="32"
3860 ;;
3861 *ELF-64*)
3862 HPUX_IA64_MODE="64"
3863 ;;
3864 esac
3865 fi
3866 rm -rf conftest*
3867 ;;
3868
252b5132
RH
3869*-*-sco3.2v5*)
3870 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
bedf545c 3871 SAVE_CFLAGS="$CFLAGS"
252b5132 3872 CFLAGS="$CFLAGS -belf"
13b2be9c
DJ
3873 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3874echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3875if test "${lt_cv_cc_needs_belf+set}" = set; then
3876 echo $ECHO_N "(cached) $ECHO_C" >&6
bedf545c 3877else
13b2be9c
DJ
3878
3879
ac48eca1 3880 ac_ext=c
ac48eca1 3881ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3884ac_compiler_gnu=$ac_cv_c_compiler_gnu
3885
3886 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
3887/* confdefs.h. */
3888_ACEOF
3889cat confdefs.h >>conftest.$ac_ext
3890cat >>conftest.$ac_ext <<_ACEOF
3891/* end confdefs.h. */
bedf545c 3892
13b2be9c
DJ
3893int
3894main ()
3895{
6840198f 3896
13b2be9c
DJ
3897 ;
3898 return 0;
3899}
3900_ACEOF
3901rm -f conftest.$ac_objext conftest$ac_exeext
3902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 3903 (eval $ac_link) 2>conftest.er1
13b2be9c 3904 ac_status=$?
ab509236
L
3905 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1
3907 cat conftest.err >&5
13b2be9c
DJ
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } &&
1ad12f97
NC
3910 { ac_try='test -z "$ac_c_werror_flag"
3911 || test ! -s conftest.err'
ab509236
L
3912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3913 (eval $ac_try) 2>&5
3914 ac_status=$?
3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916 (exit $ac_status); }; } &&
3917 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 (eval $ac_try) 2>&5
3920 ac_status=$?
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; }; then
bedf545c
ILT
3923 lt_cv_cc_needs_belf=yes
3924else
13b2be9c
DJ
3925 echo "$as_me: failed program was:" >&5
3926sed 's/^/| /' conftest.$ac_ext >&5
3927
3928lt_cv_cc_needs_belf=no
bedf545c 3929fi
ab509236
L
3930rm -f conftest.err conftest.$ac_objext \
3931 conftest$ac_exeext conftest.$ac_ext
ac48eca1 3932 ac_ext=c
ac48eca1 3933ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3937
bedf545c 3938fi
13b2be9c
DJ
3939echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3940echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
bedf545c
ILT
3941 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
3942 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3943 CFLAGS="$SAVE_CFLAGS"
3944 fi
252b5132
RH
3945 ;;
3946
d6d788bd 3947
252b5132
RH
3948esac
3949
d6d788bd 3950
bedf545c 3951# Save cache, so that ltconfig can load it
13b2be9c 3952cat >confcache <<\_ACEOF
bedf545c
ILT
3953# This file is a shell script that caches the results of configure
3954# tests run on this system so they can be shared between configure
13b2be9c
DJ
3955# scripts and configure runs, see configure's option --config-cache.
3956# It is not useful on other systems. If it contains results you don't
3957# want to keep, you may remove or edit it.
bedf545c 3958#
13b2be9c
DJ
3959# config.status only pays attention to the cache file if you give it
3960# the --recheck option to rerun configure.
bedf545c 3961#
13b2be9c
DJ
3962# `ac_cv_env_foo' variables (set or unset) will be overridden when
3963# loading this file, other *unset* `ac_cv_foo' will be assigned the
3964# following values.
3965
3966_ACEOF
3967
bedf545c 3968# The following way of writing the cache mishandles newlines in values,
9b2b7d69
MM
3969# but we know of no workaround that is simple, portable, and efficient.
3970# So, don't put newlines in cache variables' values.
3971# Ultrix sh set writes to stderr and can't be redirected directly,
3972# and sets the high bit in the cache file unless we assign to the vars.
13b2be9c
DJ
3973{
3974 (set) 2>&1 |
3975 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3976 *ac_space=\ *)
3977 # `set' does not quote correctly, so add quotes (double-quote
3978 # substitution turns \\\\ into \\, and sed turns \\ into \).
3979 sed -n \
ab509236
L
3980 "s/'/'\\\\''/g;
3981 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
3982 ;;
3983 *)
3984 # `set' quotes correctly as required by POSIX, so do not add quotes.
3985 sed -n \
ab509236 3986 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
3987 ;;
3988 esac;
3989} |
3990 sed '
3991 t clear
3992 : clear
3993 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3994 t end
3995 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3996 : end' >>confcache
3997if diff $cache_file confcache >/dev/null 2>&1; then :; else
bedf545c 3998 if test -w $cache_file; then
13b2be9c
DJ
3999 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4000 cat confcache >$cache_file
bedf545c
ILT
4001 else
4002 echo "not updating unwritable cache $cache_file"
4003 fi
4004fi
4005rm -f confcache
4006
252b5132 4007# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 4008AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 4009MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
4010LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4011AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4012objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4013deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 4014${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 4015$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
13b2be9c
DJ
4016|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4017echo "$as_me: error: libtool configure failed" >&2;}
4018 { (exit 1); exit 1; }; }
252b5132 4019
bedf545c
ILT
4020# Reload cache, that may have been modified by ltconfig
4021if test -r "$cache_file"; then
13b2be9c
DJ
4022 # Some versions of bash will fail to source /dev/null (special
4023 # files actually), so we avoid doing that.
4024 if test -f "$cache_file"; then
4025 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4026echo "$as_me: loading cache $cache_file" >&6;}
4027 case $cache_file in
4028 [\\/]* | ?:[\\/]* ) . $cache_file;;
4029 *) . ./$cache_file;;
4030 esac
4031 fi
bedf545c 4032else
13b2be9c
DJ
4033 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4034echo "$as_me: creating cache $cache_file" >&6;}
4035 >$cache_file
bedf545c
ILT
4036fi
4037
d6d788bd 4038
bedf545c 4039# This can be used to rebuild libtool when needed
ac48eca1 4040LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
bedf545c
ILT
4041
4042# Always use our own libtool.
4043LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4044
252b5132
RH
4045# Redirect the config.log output again, so that the ltconfig log is not
4046# clobbered by the next message.
4047exec 5>>./config.log
4048
d6d788bd 4049
13b2be9c
DJ
4050
4051
4052
4053
d6d788bd 4054
7be1c489 4055# Check whether --enable-targets or --disable-targets was given.
252b5132
RH
4056if test "${enable_targets+set}" = set; then
4057 enableval="$enable_targets"
4058 case "${enableval}" in
13b2be9c
DJ
4059 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4060echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4061 { (exit 1); exit 1; }; }
252b5132
RH
4062 ;;
4063 no) enable_targets= ;;
4064 *) enable_targets=$enableval ;;
4065esac
13b2be9c 4066fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
4067if test "${enable_commonbfdlib+set}" = set; then
4068 enableval="$enable_commonbfdlib"
4069 case "${enableval}" in
4070 yes) commonbfdlib=true ;;
4071 no) commonbfdlib=false ;;
13b2be9c
DJ
4072 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4073echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4074 { (exit 1); exit 1; }; } ;;
252b5132 4075esac
13b2be9c 4076fi;
252b5132
RH
4077using_cgen=no
4078
9e9b66a9 4079
a541e3ce 4080GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
1ad12f97 4081
569acd2c
NC
4082# Check whether --enable-werror or --disable-werror was given.
4083if test "${enable_werror+set}" = set; then
4084 enableval="$enable_werror"
1ad12f97
NC
4085 case "${enableval}" in
4086 yes | y) ERROR_ON_WARNING="yes" ;;
4087 no | n) ERROR_ON_WARNING="no" ;;
569acd2c
NC
4088 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4089echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
1ad12f97
NC
4090 { (exit 1); exit 1; }; } ;;
4091 esac
4092fi;
4093
9e9b66a9
AM
4094# Enable -Werror by default when using gcc
4095if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4096 ERROR_ON_WARNING=yes
4097fi
4098
4099NO_WERROR=
4100if test "${ERROR_ON_WARNING}" = yes ; then
a541e3ce 4101 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
9e9b66a9 4102 NO_WERROR="-Wno-error"
1ad12f97
NC
4103fi
4104
a541e3ce
SE
4105if test "${GCC}" = yes ; then
4106 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4107fi
4108
a2d91340
AC
4109# Check whether --enable-build-warnings or --disable-build-warnings was given.
4110if test "${enable_build_warnings+set}" = set; then
4111 enableval="$enable_build_warnings"
4112 case "${enableval}" in
a541e3ce
SE
4113 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4114 no) if test "${GCC}" = yes ; then
4115 WARN_CFLAGS="-w"
4116 fi;;
a2d91340 4117 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
a541e3ce 4118 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
a2d91340 4119 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
a541e3ce 4120 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
9e9b66a9 4121 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
a2d91340 4122esac
9e9b66a9
AM
4123fi;
4124
4125if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4126 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
a2d91340
AC
4127fi
4128
d6d788bd 4129
9e9b66a9
AM
4130
4131
4132
252b5132 4133# Generate a header file
13b2be9c 4134 ac_config_headers="$ac_config_headers config.h:config.in"
d6d788bd 4135
252b5132 4136
76a27922
ILT
4137# If we are on a DOS filesystem, we must use gdb.ini rather than
4138# .gdbinit.
76a27922 4139case "${host}" in
591d4689 4140 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
76a27922 4141 GDBINIT="gdb.ini"
13b2be9c
DJ
4142 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
4143
4144 ;;
4145 *)
4146 GDBINIT=".gdbinit"
4147 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
4148
76a27922
ILT
4149 ;;
4150esac
4151
d6d788bd 4152
44f2f9d2
AM
4153#We need this for the host. BOUT header is in host order.
4154echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
4155echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
4156if test "${ac_cv_c_bigendian+set}" = set; then
4157 echo $ECHO_N "(cached) $ECHO_C" >&6
4158else
4159 # See if sys/param.h defines the BYTE_ORDER macro.
4160cat >conftest.$ac_ext <<_ACEOF
4161/* confdefs.h. */
4162_ACEOF
4163cat confdefs.h >>conftest.$ac_ext
4164cat >>conftest.$ac_ext <<_ACEOF
4165/* end confdefs.h. */
4166#include <sys/types.h>
4167#include <sys/param.h>
4168
4169int
4170main ()
4171{
4172#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
4173 bogus endian macros
4174#endif
4175
4176 ;
4177 return 0;
4178}
4179_ACEOF
4180rm -f conftest.$ac_objext
4181if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4182 (eval $ac_compile) 2>conftest.er1
4183 ac_status=$?
4184 grep -v '^ *+' conftest.er1 >conftest.err
4185 rm -f conftest.er1
4186 cat conftest.err >&5
4187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4188 (exit $ac_status); } &&
1ad12f97
NC
4189 { ac_try='test -z "$ac_c_werror_flag"
4190 || test ! -s conftest.err'
44f2f9d2
AM
4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4192 (eval $ac_try) 2>&5
4193 ac_status=$?
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); }; } &&
4196 { ac_try='test -s conftest.$ac_objext'
4197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4198 (eval $ac_try) 2>&5
4199 ac_status=$?
4200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4201 (exit $ac_status); }; }; then
4202 # It does; now see whether it defined to BIG_ENDIAN or not.
4203cat >conftest.$ac_ext <<_ACEOF
4204/* confdefs.h. */
4205_ACEOF
4206cat confdefs.h >>conftest.$ac_ext
4207cat >>conftest.$ac_ext <<_ACEOF
4208/* end confdefs.h. */
4209#include <sys/types.h>
4210#include <sys/param.h>
4211
4212int
4213main ()
4214{
4215#if BYTE_ORDER != BIG_ENDIAN
4216 not big endian
4217#endif
4218
4219 ;
4220 return 0;
4221}
4222_ACEOF
4223rm -f conftest.$ac_objext
4224if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4225 (eval $ac_compile) 2>conftest.er1
4226 ac_status=$?
4227 grep -v '^ *+' conftest.er1 >conftest.err
4228 rm -f conftest.er1
4229 cat conftest.err >&5
4230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231 (exit $ac_status); } &&
1ad12f97
NC
4232 { ac_try='test -z "$ac_c_werror_flag"
4233 || test ! -s conftest.err'
44f2f9d2
AM
4234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4235 (eval $ac_try) 2>&5
4236 ac_status=$?
4237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); }; } &&
4239 { ac_try='test -s conftest.$ac_objext'
4240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4241 (eval $ac_try) 2>&5
4242 ac_status=$?
4243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244 (exit $ac_status); }; }; then
4245 ac_cv_c_bigendian=yes
4246else
4247 echo "$as_me: failed program was:" >&5
4248sed 's/^/| /' conftest.$ac_ext >&5
4249
4250ac_cv_c_bigendian=no
4251fi
4252rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4253else
4254 echo "$as_me: failed program was:" >&5
4255sed 's/^/| /' conftest.$ac_ext >&5
4256
4257# It does not; compile a test program.
4258if test "$cross_compiling" = yes; then
4259 # try to guess the endianness by grepping values into an object file
4260 ac_cv_c_bigendian=unknown
4261 cat >conftest.$ac_ext <<_ACEOF
4262/* confdefs.h. */
4263_ACEOF
4264cat confdefs.h >>conftest.$ac_ext
4265cat >>conftest.$ac_ext <<_ACEOF
4266/* end confdefs.h. */
4267short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4268short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4269void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
4270short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4271short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4272void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
4273int
4274main ()
4275{
4276 _ascii (); _ebcdic ();
4277 ;
4278 return 0;
4279}
4280_ACEOF
4281rm -f conftest.$ac_objext
4282if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4283 (eval $ac_compile) 2>conftest.er1
4284 ac_status=$?
4285 grep -v '^ *+' conftest.er1 >conftest.err
4286 rm -f conftest.er1
4287 cat conftest.err >&5
4288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4289 (exit $ac_status); } &&
1ad12f97
NC
4290 { ac_try='test -z "$ac_c_werror_flag"
4291 || test ! -s conftest.err'
44f2f9d2
AM
4292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4293 (eval $ac_try) 2>&5
4294 ac_status=$?
4295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296 (exit $ac_status); }; } &&
4297 { ac_try='test -s conftest.$ac_objext'
4298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4299 (eval $ac_try) 2>&5
4300 ac_status=$?
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); }; }; then
4303 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
4304 ac_cv_c_bigendian=yes
4305fi
4306if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4307 if test "$ac_cv_c_bigendian" = unknown; then
4308 ac_cv_c_bigendian=no
4309 else
4310 # finding both strings is unlikely to happen, but who knows?
4311 ac_cv_c_bigendian=unknown
4312 fi
4313fi
4314else
4315 echo "$as_me: failed program was:" >&5
4316sed 's/^/| /' conftest.$ac_ext >&5
4317
4318fi
4319rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4320else
4321 cat >conftest.$ac_ext <<_ACEOF
4322/* confdefs.h. */
4323_ACEOF
4324cat confdefs.h >>conftest.$ac_ext
4325cat >>conftest.$ac_ext <<_ACEOF
4326/* end confdefs.h. */
4327int
4328main ()
4329{
4330 /* Are we little or big endian? From Harbison&Steele. */
4331 union
4332 {
4333 long l;
4334 char c[sizeof (long)];
4335 } u;
4336 u.l = 1;
4337 exit (u.c[sizeof (long) - 1] == 1);
4338}
4339_ACEOF
4340rm -f conftest$ac_exeext
4341if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4342 (eval $ac_link) 2>&5
4343 ac_status=$?
4344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4345 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4347 (eval $ac_try) 2>&5
4348 ac_status=$?
4349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4350 (exit $ac_status); }; }; then
4351 ac_cv_c_bigendian=no
4352else
4353 echo "$as_me: program exited with status $ac_status" >&5
4354echo "$as_me: failed program was:" >&5
4355sed 's/^/| /' conftest.$ac_ext >&5
4356
4357( exit $ac_status )
4358ac_cv_c_bigendian=yes
4359fi
4360rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4361fi
4362fi
4363rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4364fi
4365echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
4366echo "${ECHO_T}$ac_cv_c_bigendian" >&6
4367case $ac_cv_c_bigendian in
4368 yes)
4369
4370cat >>confdefs.h <<\_ACEOF
4371#define WORDS_BIGENDIAN 1
4372_ACEOF
4373 ;;
4374 no)
4375 ;;
4376 *)
4377 { { echo "$as_me:$LINENO: error: unknown endianness
4378presetting ac_cv_c_bigendian=no (or yes) will help" >&5
4379echo "$as_me: error: unknown endianness
4380presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
4381 { (exit 1); exit 1; }; } ;;
4382esac
4383
4384
252b5132
RH
4385te_file=generic
4386
4387# Makefile target for installing gas in $(tooldir)/bin.
4388install_tooldir=install-exec-tooldir
4389
4390canon_targets=""
15886821 4391all_targets=no
252b5132
RH
4392if test -n "$enable_targets" ; then
4393 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
4394 if test $t = "all"; then
4395 all_targets=yes
4396 continue
4397 fi
6d83c84b 4398 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
4399 if test -n "$result" ; then
4400 canon_targets="$canon_targets $result"
4401# else
4402# # Permit "all", etc. We don't support it yet though.
4403# canon_targets="$canon_targets $t"
4404 fi
4405 done
4406 _gas_uniq_list="$canon_targets"
4407_gas_uniq_newlist=""
4408for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4409 case $_gas_uniq_i in
4410 _gas_uniq_dummy) ;;
4411 *) case " $_gas_uniq_newlist " in
4412 *" $_gas_uniq_i "*) ;;
4413 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4414 esac ;;
4415 esac
4416done
4417canon_targets=$_gas_uniq_newlist
4418
4419fi
4420
4421emulations=""
4422
4423for this_target in $target $canon_targets ; do
4424
14ee9f48
ILT
4425 targ=${this_target}
4426 . ${srcdir}/configure.tgt
4427
4428 case ${target_cpu} in
4429 crisv32)
ae57792d
HPN
4430
4431cat >>confdefs.h <<_ACEOF
4432#define DEFAULT_CRIS_ARCH $arch
4433_ACEOF
4434
14ee9f48 4435 ;;
252b5132
RH
4436 esac
4437
4438 if test ${this_target} = $target ; then
4439 target_cpu_type=${cpu_type}
4440 elif test ${target_cpu_type} != ${cpu_type} ; then
4441 continue
4442 fi
4443
14ee9f48 4444 generic_target=${cpu_type}-${target_vendor}-${target_os}
252b5132 4445 case ${generic_target} in
14ee9f48
ILT
4446 i386-*-sco3.2v5*)
4447 if test ${this_target} = $target; then
13b2be9c
DJ
4448
4449cat >>confdefs.h <<\_ACEOF
252b5132 4450#define SCO_ELF 1
13b2be9c 4451_ACEOF
252b5132 4452
14ee9f48
ILT
4453 fi
4454 ;;
4455
79500683
AM
4456 i386-*-msdosdjgpp* \
4457 | i386-*-go32* \
14ee9f48 4458 | i386-go32-rtems*)
13b2be9c
DJ
4459
4460cat >>confdefs.h <<\_ACEOF
56385375 4461#define STRICTCOFF 1
13b2be9c 4462_ACEOF
14ee9f48
ILT
4463
4464 ;;
4465
4466 i860-*-*)
4467 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4468echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
4469 ;;
4470
4471 mips-sony-bsd*)
4472 ;;
79500683 4473 mips-*-bsd*)
14ee9f48 4474 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
13b2be9c 4475echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
14ee9f48
ILT
4476 { (exit 1); exit 1; }; }
4477 ;;
4478
4479 ppc-*-aix5.*)
f8fc3443
NC
4480
4481cat >>confdefs.h <<\_ACEOF
4482#define AIX_WEAK_SUPPORT 1
4483_ACEOF
4484
14ee9f48 4485 ;;
ed84e695 4486 ppc-*-linux-*)
14ee9f48
ILT
4487 case "$endian" in
4488 big) ;;
4489 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
13b2be9c
DJ
4490echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4491 { (exit 1); exit 1; }; } ;;
14ee9f48
ILT
4492 esac
4493 ;;
4494 ppc-*-solaris*)
4495 if test ${this_target} = $target; then
13b2be9c
DJ
4496
4497cat >>confdefs.h <<\_ACEOF
252b5132 4498#define TARGET_SOLARIS_COMMENT 1
13b2be9c 4499_ACEOF
252b5132 4500
14ee9f48
ILT
4501 fi
4502 if test x${endian} = xbig; then
4503 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
13b2be9c
DJ
4504echo "$as_me: error: Solaris must be configured little endian" >&2;}
4505 { (exit 1); exit 1; }; }
14ee9f48
ILT
4506 fi
4507 ;;
4508
4509 sh*-*-symbianelf*)
85fbca6a
NC
4510
4511cat >>confdefs.h <<\_ACEOF
4512#define TARGET_SYMBIAN 1
4513_ACEOF
4514
14ee9f48 4515 ;;
252b5132
RH
4516 esac
4517
4518 if test ${this_target} = $target ; then
4519 endian_def=
4520 if test x${endian} = xbig; then
4521 endian_def=1
4522 elif test x${endian} = xlittle; then
4523 endian_def=0
4524 fi
4525 if test x${endian_def} != x; then
13b2be9c
DJ
4526
4527cat >>confdefs.h <<_ACEOF
252b5132 4528#define TARGET_BYTES_BIG_ENDIAN $endian_def
13b2be9c 4529_ACEOF
252b5132
RH
4530
4531 fi
4532 fi
4533
252b5132
RH
4534# Other random stuff.
4535
316f5878
RS
4536 case ${cpu_type} in
4537 mips)
4538 # Set mips_cpu to the name of the default CPU.
4539 case ${target_cpu} in
4540 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
4541 mips_cpu=from-abi
4542 ;;
4543 mipsisa32 | mipsisa32el)
4544 mips_cpu=mips32
4545 ;;
af7ee8bf
CD
4546 mipsisa32r2 | mipsisa32r2el)
4547 mips_cpu=mips32r2
4548 ;;
316f5878
RS
4549 mipsisa64 | mipsisa64el)
4550 mips_cpu=mips64
4551 ;;
5f74bc13
CD
4552 mipsisa64r2 | mipsisa64r2el)
4553 mips_cpu=mips64r2
4554 ;;
316f5878
RS
4555 mipstx39 | mipstx39el)
4556 mips_cpu=r3900
4557 ;;
8f6847cb
RS
4558 mips64vr | mips64vrel)
4559 mips_cpu=vr4100
4560 ;;
5f74bc13 4561 mipsisa32r2* | mipsisa64r2*)
af7ee8bf
CD
4562 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4563 ;;
316f5878
RS
4564 mips64* | mipsisa64* | mipsisa32*)
4565 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4566 ;;
4567 *)
13b2be9c
DJ
4568 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4569echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4570 { (exit 1); exit 1; }; }
316f5878
RS
4571 ;;
4572 esac
4573 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4574 # binaries. It's a GNU extension that some OSes don't understand.
4575 # The value only matters on ELF targets.
4576 case ${target} in
4577 *-*-irix*)
4578 use_e_mips_abi_o32=0
4579 ;;
4580 *)
4581 use_e_mips_abi_o32=1
4582 ;;
4583 esac
4584 # Decide whether to generate 32-bit or 64-bit code by default.
4585 # Used to resolve -march=from-abi when an embedded ABI is selected.
4586 case ${target} in
4587 mips64*-*-* | mipsisa64*-*-*)
4588 mips_default_64bit=1
4589 ;;
4590 *)
4591 mips_default_64bit=0
4592 ;;
4593 esac
cac012d6
AO
4594 # Decide which ABI to target by default.
4595 case ${target} in
4596 mips64*-linux* | mips-sgi-irix6*)
4597 mips_default_abi=N32_ABI
4598 ;;
4599 mips*-linux*)
4600 mips_default_abi=O32_ABI
4601 ;;
26eebcf5
MK
4602 mips64*-openbsd*)
4603 mips_default_abi=N64_ABI
4604 ;;
cac012d6
AO
4605 *)
4606 mips_default_abi=NO_ABI
4607 ;;
4608 esac
13b2be9c
DJ
4609
4610cat >>confdefs.h <<_ACEOF
316f5878 4611#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
13b2be9c 4612_ACEOF
316f5878 4613
13b2be9c
DJ
4614
4615cat >>confdefs.h <<_ACEOF
316f5878 4616#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
13b2be9c 4617_ACEOF
316f5878 4618
13b2be9c
DJ
4619
4620cat >>confdefs.h <<_ACEOF
316f5878 4621#define MIPS_DEFAULT_64BIT $mips_default_64bit
13b2be9c 4622_ACEOF
cac012d6 4623
13b2be9c
DJ
4624
4625cat >>confdefs.h <<_ACEOF
cac012d6 4626#define MIPS_DEFAULT_ABI $mips_default_abi
13b2be9c 4627_ACEOF
316f5878
RS
4628
4629 ;;
4630 esac
4631
252b5132
RH
4632 # Do we need the opcodes library?
4633 case ${cpu_type} in
4634 vax | i386 | tic30)
4635 ;;
4636
4637 *)
4638 need_opcodes=yes
4639
4640 case "${enable_shared}" in
4641 yes) shared_opcodes=true ;;
4642 *opcodes*) shared_opcodes=true ;;
4643 *) shared_opcodes=false ;;
4644 esac
252b5132
RH
4645 ;;
4646 esac
4647
4648 # Any other special object files needed ?
4649 case ${cpu_type} in
07c1b327
CM
4650
4651 bfin)
4652 echo ${extra_objects} | grep -s "bfin-parse.o"
4653 if test $? -ne 0 ; then
4654 extra_objects="$extra_objects bfin-parse.o"
4655 fi
4656
4657 echo ${extra_objects} | grep -s "bfin-lex.o"
4658 if test $? -ne 0 ; then
4659 extra_objects="$extra_objects bfin-lex.o"
4660 fi
4661 ;;
4662
1c53c80d 4663 fr30 | ip2k | iq2000 | m32r | openrisc)
252b5132
RH
4664 using_cgen=yes
4665 ;;
4666
49f58d10
JB
4667 m32c)
4668 using_cgen=yes
4669 ;;
0ebb9a87
DB
4670 frv)
4671 using_cgen=yes
4672 ;;
252b5132
RH
4673 m68k)
4674 case ${extra_objects} in
4675 *m68k-parse.o*) ;;
4676 *) extra_objects="$extra_objects m68k-parse.o" ;;
4677 esac
4678 ;;
4679
4680 mips)
13b2be9c 4681 echo ${extra_objects} | grep -s "itbl-parse.o"
252b5132
RH
4682 if test $? -ne 0 ; then
4683 extra_objects="$extra_objects itbl-parse.o"
4684 fi
4685
13b2be9c 4686 echo ${extra_objects} | grep -s "itbl-lex.o"
252b5132
RH
4687 if test $? -ne 0 ; then
4688 extra_objects="$extra_objects itbl-lex.o"
4689 fi
4690
13b2be9c 4691 echo ${extra_objects} | grep -s "itbl-ops.o"
252b5132
RH
4692 if test $? -ne 0 ; then
4693 extra_objects="$extra_objects itbl-ops.o"
4694 fi
4695 ;;
4696
4970f871 4697 mt)
047af9ef
AH
4698 using_cgen=yes
4699 ;;
4700
c1e4eef7 4701 i386 | s390 | sparc)
252b5132 4702 if test $this_target = $target ; then
13b2be9c
DJ
4703
4704cat >>confdefs.h <<_ACEOF
252b5132 4705#define DEFAULT_ARCH "${arch}"
13b2be9c 4706_ACEOF
252b5132
RH
4707
4708 fi
4709 ;;
93fbbb04
GK
4710
4711 xstormy16)
4712 using_cgen=yes
4713 ;;
4714
e0001a05
NC
4715 xtensa)
4716 echo ${extra_objects} | grep -s "xtensa-relax.o"
4717 if test $? -ne 0 ; then
4718 extra_objects="$extra_objects xtensa-relax.o"
4719 fi
4720 ;;
4721
252b5132
RH
4722 *)
4723 ;;
4724 esac
4725
4726 if test $using_cgen = yes ; then
4727 case "x${extra_objects}" in
4728 *cgen.o*) ;;
4729 *) extra_objects="$extra_objects cgen.o" ;;
4730 esac
4731 fi
4732
4733# See if we really can support this configuration with the emulation code.
4734
4735 if test $this_target = $target ; then
252b5132
RH
4736 obj_format=$fmt
4737 te_file=$em
252b5132
RH
4738 fi
4739
4740# From target name and format, produce a list of supported emulations.
4741
4742 case ${generic_target}-${fmt} in
4743 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
056a1d49 4744 mips*-*-linux*-*) case "$endian" in
df3bcd6f
L
4745 big) emulation="mipsbelf mipslelf mipself" ;;
4746 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132
RH
4747 esac ;;
4748 mips-*-lnews*-ecoff) ;;
4749 mips-*-*-ecoff) case "$endian" in
4750 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
4751 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
4752 esac ;;
4753 mips-*-*-elf) case "$endian" in
4754 big) emulation="mipsbelf mipslelf mipself" ;;
4755 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 4756 esac ;;
906fac54 4757 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
119caedd
L
4758 # i386-pc-pe-coff != i386-pc-coff.
4759 i386-*-pe-coff) ;;
4c63da97
AM
4760 # Uncommenting the next line will turn on support for i386 AOUT
4761 # for the default linux configuration
4762 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4763 #
4764 i386-*-aout) emulation="i386aout" ;;
4ca72d38 4765 i386-*-coff) emulation="i386coff" ;;
4c63da97 4766 i386-*-elf) emulation="i386elf" ;;
3bcbcc3d 4767
f9c19112
HPN
4768 # Always all formats. The first stated emulation becomes the default.
4769 cris-*-*aout*) emulation="crisaout criself" ;;
4770 cris-*-*) emulation="criself crisaout" ;;
252b5132
RH
4771 esac
4772
4773 emulations="$emulations $emulation"
4774
4775done
4776
15886821
L
4777# Turn on all targets if possible
4778if test ${all_targets} = "yes"; then
4779 case ${target_cpu_type} in
4780 i386)
4781 case ${obj_format} in
4782 aout)
4783 emulations="$emulations i386coff i386elf"
4784 ;;
4785 coff)
4786 emulations="$emulations i386aout i386elf"
4787 ;;
4788 elf)
4789 emulations="$emulations i386aout i386coff"
4790 ;;
4791 esac
4792 ;;
4793 esac
4794fi
4795
252b5132
RH
4796# Assign floating point type. Most processors with FP support
4797# IEEE FP. On those that don't support FP at all, usually IEEE
4798# is emulated.
4799case ${target_cpu} in
4800 vax | tahoe ) atof=${target_cpu} ;;
e135f41b 4801 pdp11) atof=vax ;;
252b5132
RH
4802 *) atof=ieee ;;
4803esac
4804
4805case "${obj_format}" in
13b2be9c
DJ
4806 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4807echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4808 { (exit 1); exit 1; }; } ;;
252b5132
RH
4809esac
4810
4811# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4812cgen_cpu_prefix=""
4813if test $using_cgen = yes ; then
4814 case ${target_cpu} in
4815 *) cgen_cpu_prefix=${target_cpu} ;;
4816 esac
13b2be9c
DJ
4817
4818
4819cat >>confdefs.h <<\_ACEOF
252b5132 4820#define USING_CGEN 1
13b2be9c 4821_ACEOF
252b5132
RH
4822
4823fi
4824
d6d788bd 4825
252b5132 4826if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13b2be9c
DJ
4827 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4828echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4829 { (exit 1); exit 1; }; }
252b5132
RH
4830fi
4831
4832if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13b2be9c
DJ
4833 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4834echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4835 { (exit 1); exit 1; }; }
252b5132
RH
4836fi
4837
252b5132
RH
4838# Some COFF configurations want these random other flags set.
4839case ${obj_format} in
4840 coff)
4841 case ${target_cpu_type} in
13b2be9c
DJ
4842 i386)
4843cat >>confdefs.h <<\_ACEOF
252b5132 4844#define I386COFF 1
13b2be9c 4845_ACEOF
252b5132 4846 ;;
13b2be9c
DJ
4847 m68k)
4848cat >>confdefs.h <<\_ACEOF
252b5132 4849#define M68KCOFF 1
13b2be9c 4850_ACEOF
252b5132 4851 ;;
13b2be9c
DJ
4852 m88k)
4853cat >>confdefs.h <<\_ACEOF
252b5132 4854#define M88KCOFF 1
13b2be9c 4855_ACEOF
252b5132
RH
4856 ;;
4857 esac
4858 ;;
4859esac
4860
4861# Getting this done right is going to be a bitch. Each configuration specified
7be1c489
AM
4862# with --enable-targets=... should be checked for environment, format, cpu
4863# setting.
252b5132
RH
4864#
4865# For each configuration, the necessary object file support code must be linked
4866# in. This might be only one, it might be up to four. The necessary emulation
4867# code needs to be provided, too.
4868#
4869# And then there's "--enable-targets=all"....
4870#
4871# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
4872
4873formats="${obj_format}"
4874emfiles=""
4875EMULATIONS=""
4876_gas_uniq_list="$emulations"
4877_gas_uniq_newlist=""
4878for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4879 case $_gas_uniq_i in
4880 _gas_uniq_dummy) ;;
4881 *) case " $_gas_uniq_newlist " in
4882 *" $_gas_uniq_i "*) ;;
4883 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4884 esac ;;
4885 esac
4886done
4887emulations=$_gas_uniq_newlist
4888
4889for em in . $emulations ; do
4890 case $em in
4891 .) continue ;;
97238fbd 4892 mipsbelf | mipslelf | mipself)
252b5132 4893 fmt=elf file=mipself ;;
97238fbd 4894 mipsbecoff | mipslecoff | mipsecoff)
252b5132 4895 fmt=ecoff file=mipsecoff ;;
0aa5d426
HPN
4896 *coff)
4897 fmt=coff file=$em ;;
4898 *aout)
4899 fmt=aout file=$em ;;
4900 *elf)
4901 fmt=elf file=$em ;;
252b5132
RH
4902 esac
4903 formats="$formats $fmt"
4904 emfiles="$emfiles e-$file.o"
4905 EMULATIONS="$EMULATIONS &$em,"
4906done
4907_gas_uniq_list="$formats"
4908_gas_uniq_newlist=""
4909for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4910 case $_gas_uniq_i in
4911 _gas_uniq_dummy) ;;
4912 *) case " $_gas_uniq_newlist " in
4913 *" $_gas_uniq_i "*) ;;
4914 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4915 esac ;;
4916 esac
4917done
4918formats=$_gas_uniq_newlist
4919
4920_gas_uniq_list="$emfiles"
4921_gas_uniq_newlist=""
4922for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4923 case $_gas_uniq_i in
4924 _gas_uniq_dummy) ;;
4925 *) case " $_gas_uniq_newlist " in
4926 *" $_gas_uniq_i "*) ;;
4927 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4928 esac ;;
4929 esac
4930done
4931emfiles=$_gas_uniq_newlist
4932
4933if test `set . $formats ; shift ; echo $#` -gt 1 ; then
4934 for fmt in $formats ; do
4935 case $fmt in
13b2be9c
DJ
4936 aout)
4937cat >>confdefs.h <<\_ACEOF
252b5132 4938#define OBJ_MAYBE_AOUT 1
13b2be9c 4939_ACEOF
252b5132 4940 ;;
13b2be9c
DJ
4941 bout)
4942cat >>confdefs.h <<\_ACEOF
252b5132 4943#define OBJ_MAYBE_BOUT 1
13b2be9c 4944_ACEOF
252b5132 4945 ;;
13b2be9c
DJ
4946 coff)
4947cat >>confdefs.h <<\_ACEOF
252b5132 4948#define OBJ_MAYBE_COFF 1
13b2be9c 4949_ACEOF
252b5132 4950 ;;
13b2be9c
DJ
4951 ecoff)
4952cat >>confdefs.h <<\_ACEOF
252b5132 4953#define OBJ_MAYBE_ECOFF 1
13b2be9c 4954_ACEOF
252b5132 4955 ;;
13b2be9c
DJ
4956 elf)
4957cat >>confdefs.h <<\_ACEOF
252b5132 4958#define OBJ_MAYBE_ELF 1
13b2be9c 4959_ACEOF
252b5132 4960 ;;
13b2be9c
DJ
4961 generic)
4962cat >>confdefs.h <<\_ACEOF
252b5132 4963#define OBJ_MAYBE_GENERIC 1
13b2be9c 4964_ACEOF
252b5132 4965 ;;
13b2be9c
DJ
4966 ieee)
4967cat >>confdefs.h <<\_ACEOF
252b5132 4968#define OBJ_MAYBE_IEEE 1
13b2be9c 4969_ACEOF
252b5132 4970 ;;
13b2be9c
DJ
4971 som)
4972cat >>confdefs.h <<\_ACEOF
252b5132 4973#define OBJ_MAYBE_SOM 1
13b2be9c 4974_ACEOF
252b5132
RH
4975 ;;
4976 esac
4977 extra_objects="$extra_objects obj-$fmt.o"
4978 done
4979 obj_format=multi
4980fi
4981if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 4982 DEFAULT_EMULATION=`set . $emulations ; echo $2`
4ca72d38
AM
4983 # e-mips* has more than one emulation per file, e-i386* has just one at the
4984 # moment. If only one emulation is specified, then don't define
4985 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
4986 case "${obj_format}${emfiles}" in
4987 multi* | *mips*)
4ca72d38 4988 extra_objects="$extra_objects $emfiles"
13b2be9c
DJ
4989
4990cat >>confdefs.h <<\_ACEOF
252b5132 4991#define USE_EMULATIONS 1
13b2be9c 4992_ACEOF
4ca72d38
AM
4993 ;;
4994 esac
252b5132
RH
4995fi
4996
13b2be9c
DJ
4997
4998cat >>confdefs.h <<_ACEOF
252b5132 4999#define EMULATIONS $EMULATIONS
13b2be9c
DJ
5000_ACEOF
5001
252b5132 5002
13b2be9c 5003cat >>confdefs.h <<_ACEOF
252b5132 5004#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13b2be9c 5005_ACEOF
252b5132 5006
d6d788bd 5007
252b5132
RH
5008reject_dev_configs=yes
5009
5010case ${reject_dev_configs}-${dev} in
5011 yes-yes) # Oops.
13b2be9c
DJ
5012 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
5013echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
5014 { (exit 1); exit 1; }; }
252b5132
RH
5015 ;;
5016esac
5017
d6d788bd
L
5018
5019
5020
5021
5022
5023
252b5132
RH
5024# do we need the opcodes library?
5025case "${need_opcodes}" in
5026yes)
5027 OPCODES_LIB=../opcodes/libopcodes.la
5028 ;;
5029esac
5030
7be1c489
AM
5031BFDLIB=../bfd/libbfd.la
5032BFDVER_H=../bfd/bfdver.h
5033ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
252b5132 5034
d6d788bd
L
5035
5036
5037
5038
5039
4001ad8c 5040
13b2be9c
DJ
5041
5042cat >>confdefs.h <<_ACEOF
252b5132 5043#define TARGET_ALIAS "${target_alias}"
13b2be9c 5044_ACEOF
9b2b7d69 5045
13b2be9c
DJ
5046
5047cat >>confdefs.h <<_ACEOF
252b5132 5048#define TARGET_CANONICAL "${target}"
13b2be9c 5049_ACEOF
9b2b7d69 5050
13b2be9c
DJ
5051
5052cat >>confdefs.h <<_ACEOF
252b5132 5053#define TARGET_CPU "${target_cpu}"
13b2be9c 5054_ACEOF
9b2b7d69 5055
13b2be9c
DJ
5056
5057cat >>confdefs.h <<_ACEOF
252b5132 5058#define TARGET_VENDOR "${target_vendor}"
13b2be9c 5059_ACEOF
9b2b7d69 5060
13b2be9c
DJ
5061
5062cat >>confdefs.h <<_ACEOF
252b5132 5063#define TARGET_OS "${target_os}"
13b2be9c
DJ
5064_ACEOF
5065
5066
5067ac_ext=c
5068ac_cpp='$CPP $CPPFLAGS'
5069ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5070ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5071ac_compiler_gnu=$ac_cv_c_compiler_gnu
5072if test -n "$ac_tool_prefix"; then
5073 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5074set dummy ${ac_tool_prefix}gcc; ac_word=$2
5075echo "$as_me:$LINENO: checking for $ac_word" >&5
5076echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5077if test "${ac_cv_prog_CC+set}" = set; then
5078 echo $ECHO_N "(cached) $ECHO_C" >&6
5079else
5080 if test -n "$CC"; then
5081 ac_cv_prog_CC="$CC" # Let the user override the test.
5082else
5083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5084for as_dir in $PATH
5085do
5086 IFS=$as_save_IFS
5087 test -z "$as_dir" && as_dir=.
5088 for ac_exec_ext in '' $ac_executable_extensions; do
5089 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5090 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5091 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5092 break 2
5093 fi
5094done
5095done
252b5132 5096
13b2be9c
DJ
5097fi
5098fi
5099CC=$ac_cv_prog_CC
5100if test -n "$CC"; then
5101 echo "$as_me:$LINENO: result: $CC" >&5
5102echo "${ECHO_T}$CC" >&6
5103else
5104 echo "$as_me:$LINENO: result: no" >&5
5105echo "${ECHO_T}no" >&6
5106fi
252b5132 5107
13b2be9c
DJ
5108fi
5109if test -z "$ac_cv_prog_CC"; then
5110 ac_ct_CC=$CC
5111 # Extract the first word of "gcc", so it can be a program name with args.
252b5132 5112set dummy gcc; ac_word=$2
13b2be9c
DJ
5113echo "$as_me:$LINENO: checking for $ac_word" >&5
5114echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5115if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5116 echo $ECHO_N "(cached) $ECHO_C" >&6
5117else
5118 if test -n "$ac_ct_CC"; then
5119 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5120else
5121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122for as_dir in $PATH
5123do
5124 IFS=$as_save_IFS
5125 test -z "$as_dir" && as_dir=.
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5128 ac_cv_prog_ac_ct_CC="gcc"
5129 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 break 2
5131 fi
5132done
5133done
5134
5135fi
5136fi
5137ac_ct_CC=$ac_cv_prog_ac_ct_CC
5138if test -n "$ac_ct_CC"; then
5139 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5140echo "${ECHO_T}$ac_ct_CC" >&6
5141else
5142 echo "$as_me:$LINENO: result: no" >&5
5143echo "${ECHO_T}no" >&6
5144fi
5145
5146 CC=$ac_ct_CC
5147else
5148 CC="$ac_cv_prog_CC"
5149fi
5150
5151if test -z "$CC"; then
5152 if test -n "$ac_tool_prefix"; then
5153 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5154set dummy ${ac_tool_prefix}cc; ac_word=$2
5155echo "$as_me:$LINENO: checking for $ac_word" >&5
5156echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5157if test "${ac_cv_prog_CC+set}" = set; then
5158 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5159else
5160 if test -n "$CC"; then
5161 ac_cv_prog_CC="$CC" # Let the user override the test.
5162else
13b2be9c
DJ
5163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164for as_dir in $PATH
5165do
5166 IFS=$as_save_IFS
5167 test -z "$as_dir" && as_dir=.
5168 for ac_exec_ext in '' $ac_executable_extensions; do
5169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5170 ac_cv_prog_CC="${ac_tool_prefix}cc"
5171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5172 break 2
5173 fi
5174done
5175done
5176
252b5132
RH
5177fi
5178fi
13b2be9c 5179CC=$ac_cv_prog_CC
252b5132 5180if test -n "$CC"; then
13b2be9c
DJ
5181 echo "$as_me:$LINENO: result: $CC" >&5
5182echo "${ECHO_T}$CC" >&6
5183else
5184 echo "$as_me:$LINENO: result: no" >&5
5185echo "${ECHO_T}no" >&6
5186fi
5187
5188fi
5189if test -z "$ac_cv_prog_CC"; then
5190 ac_ct_CC=$CC
5191 # Extract the first word of "cc", so it can be a program name with args.
5192set dummy cc; ac_word=$2
5193echo "$as_me:$LINENO: checking for $ac_word" >&5
5194echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5195if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5196 echo $ECHO_N "(cached) $ECHO_C" >&6
9b2b7d69 5197else
13b2be9c
DJ
5198 if test -n "$ac_ct_CC"; then
5199 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5200else
5201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5202for as_dir in $PATH
5203do
5204 IFS=$as_save_IFS
5205 test -z "$as_dir" && as_dir=.
5206 for ac_exec_ext in '' $ac_executable_extensions; do
5207 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5208 ac_cv_prog_ac_ct_CC="cc"
5209 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5210 break 2
5211 fi
5212done
5213done
5214
5215fi
5216fi
5217ac_ct_CC=$ac_cv_prog_ac_ct_CC
5218if test -n "$ac_ct_CC"; then
5219 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5220echo "${ECHO_T}$ac_ct_CC" >&6
5221else
5222 echo "$as_me:$LINENO: result: no" >&5
5223echo "${ECHO_T}no" >&6
5224fi
5225
5226 CC=$ac_ct_CC
5227else
5228 CC="$ac_cv_prog_CC"
6840198f
NC
5229fi
5230
13b2be9c 5231fi
252b5132
RH
5232if test -z "$CC"; then
5233 # Extract the first word of "cc", so it can be a program name with args.
5234set dummy cc; ac_word=$2
13b2be9c
DJ
5235echo "$as_me:$LINENO: checking for $ac_word" >&5
5236echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5237if test "${ac_cv_prog_CC+set}" = set; then
5238 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5239else
5240 if test -n "$CC"; then
5241 ac_cv_prog_CC="$CC" # Let the user override the test.
5242else
252b5132 5243 ac_prog_rejected=no
13b2be9c
DJ
5244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5245for as_dir in $PATH
5246do
5247 IFS=$as_save_IFS
5248 test -z "$as_dir" && as_dir=.
5249 for ac_exec_ext in '' $ac_executable_extensions; do
5250 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5251 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5252 ac_prog_rejected=yes
5253 continue
5254 fi
5255 ac_cv_prog_CC="cc"
5256 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5258 fi
5259done
5260done
5261
252b5132
RH
5262if test $ac_prog_rejected = yes; then
5263 # We found a bogon in the path, so make sure we never use it.
5264 set dummy $ac_cv_prog_CC
5265 shift
13b2be9c 5266 if test $# != 0; then
252b5132
RH
5267 # We chose a different compiler from the bogus one.
5268 # However, it has the same basename, so the bogon will be chosen
5269 # first if we set CC to just the basename; use the full file name.
5270 shift
13b2be9c 5271 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
252b5132
RH
5272 fi
5273fi
5274fi
5275fi
13b2be9c 5276CC=$ac_cv_prog_CC
252b5132 5277if test -n "$CC"; then
13b2be9c
DJ
5278 echo "$as_me:$LINENO: result: $CC" >&5
5279echo "${ECHO_T}$CC" >&6
252b5132 5280else
13b2be9c
DJ
5281 echo "$as_me:$LINENO: result: no" >&5
5282echo "${ECHO_T}no" >&6
252b5132
RH
5283fi
5284
13b2be9c
DJ
5285fi
5286if test -z "$CC"; then
5287 if test -n "$ac_tool_prefix"; then
5288 for ac_prog in cl
5289 do
5290 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5291set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5292echo "$as_me:$LINENO: checking for $ac_word" >&5
5293echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5294if test "${ac_cv_prog_CC+set}" = set; then
5295 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5296else
5297 if test -n "$CC"; then
5298 ac_cv_prog_CC="$CC" # Let the user override the test.
5299else
13b2be9c
DJ
5300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5301for as_dir in $PATH
5302do
5303 IFS=$as_save_IFS
5304 test -z "$as_dir" && as_dir=.
5305 for ac_exec_ext in '' $ac_executable_extensions; do
5306 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5307 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5309 break 2
5310 fi
5311done
5312done
5313
252b5132
RH
5314fi
5315fi
13b2be9c 5316CC=$ac_cv_prog_CC
252b5132 5317if test -n "$CC"; then
13b2be9c
DJ
5318 echo "$as_me:$LINENO: result: $CC" >&5
5319echo "${ECHO_T}$CC" >&6
c8615825 5320else
13b2be9c
DJ
5321 echo "$as_me:$LINENO: result: no" >&5
5322echo "${ECHO_T}no" >&6
c8615825 5323fi
6840198f 5324
13b2be9c
DJ
5325 test -n "$CC" && break
5326 done
5327fi
5328if test -z "$CC"; then
5329 ac_ct_CC=$CC
5330 for ac_prog in cl
5331do
5332 # Extract the first word of "$ac_prog", so it can be a program name with args.
5333set dummy $ac_prog; ac_word=$2
5334echo "$as_me:$LINENO: checking for $ac_word" >&5
5335echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5336if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5337 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5338else
13b2be9c
DJ
5339 if test -n "$ac_ct_CC"; then
5340 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
c8615825 5341else
13b2be9c
DJ
5342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5343for as_dir in $PATH
5344do
5345 IFS=$as_save_IFS
5346 test -z "$as_dir" && as_dir=.
5347 for ac_exec_ext in '' $ac_executable_extensions; do
5348 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5349 ac_cv_prog_ac_ct_CC="$ac_prog"
5350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5351 break 2
5352 fi
5353done
5354done
5355
c8615825
AM
5356fi
5357fi
13b2be9c
DJ
5358ac_ct_CC=$ac_cv_prog_ac_ct_CC
5359if test -n "$ac_ct_CC"; then
5360 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5361echo "${ECHO_T}$ac_ct_CC" >&6
c8615825 5362else
13b2be9c
DJ
5363 echo "$as_me:$LINENO: result: no" >&5
5364echo "${ECHO_T}no" >&6
c8615825 5365fi
252b5132 5366
13b2be9c
DJ
5367 test -n "$ac_ct_CC" && break
5368done
5369
5370 CC=$ac_ct_CC
5371fi
5372
5373fi
5374
5375
5376test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5377See \`config.log' for more details." >&5
5378echo "$as_me: error: no acceptable C compiler found in \$PATH
5379See \`config.log' for more details." >&2;}
5380 { (exit 1); exit 1; }; }
5381
5382# Provide some information about the compiler.
5383echo "$as_me:$LINENO:" \
5384 "checking for C compiler version" >&5
5385ac_compiler=`set X $ac_compile; echo $2`
5386{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5387 (eval $ac_compiler --version </dev/null >&5) 2>&5
5388 ac_status=$?
5389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5390 (exit $ac_status); }
5391{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5392 (eval $ac_compiler -v </dev/null >&5) 2>&5
5393 ac_status=$?
5394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5395 (exit $ac_status); }
5396{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5397 (eval $ac_compiler -V </dev/null >&5) 2>&5
5398 ac_status=$?
5399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5400 (exit $ac_status); }
5401
5402echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5403echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5404if test "${ac_cv_c_compiler_gnu+set}" = set; then
5405 echo $ECHO_N "(cached) $ECHO_C" >&6
5406else
5407 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5408/* confdefs.h. */
5409_ACEOF
5410cat confdefs.h >>conftest.$ac_ext
5411cat >>conftest.$ac_ext <<_ACEOF
5412/* end confdefs.h. */
5413
5414int
5415main ()
5416{
5417#ifndef __GNUC__
5418 choke me
5419#endif
5420
5421 ;
5422 return 0;
5423}
5424_ACEOF
5425rm -f conftest.$ac_objext
5426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5427 (eval $ac_compile) 2>conftest.er1
13b2be9c 5428 ac_status=$?
ab509236
L
5429 grep -v '^ *+' conftest.er1 >conftest.err
5430 rm -f conftest.er1
5431 cat conftest.err >&5
13b2be9c
DJ
5432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5433 (exit $ac_status); } &&
1ad12f97
NC
5434 { ac_try='test -z "$ac_c_werror_flag"
5435 || test ! -s conftest.err'
ab509236
L
5436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5437 (eval $ac_try) 2>&5
5438 ac_status=$?
5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); }; } &&
5441 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5443 (eval $ac_try) 2>&5
5444 ac_status=$?
5445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5446 (exit $ac_status); }; }; then
5447 ac_compiler_gnu=yes
5448else
5449 echo "$as_me: failed program was:" >&5
5450sed 's/^/| /' conftest.$ac_ext >&5
5451
5452ac_compiler_gnu=no
5453fi
ab509236 5454rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5455ac_cv_c_compiler_gnu=$ac_compiler_gnu
5456
5457fi
5458echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5459echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5460GCC=`test $ac_compiler_gnu = yes && echo yes`
5461ac_test_CFLAGS=${CFLAGS+set}
5462ac_save_CFLAGS=$CFLAGS
5463CFLAGS="-g"
5464echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5465echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5466if test "${ac_cv_prog_cc_g+set}" = set; then
5467 echo $ECHO_N "(cached) $ECHO_C" >&6
5468else
5469 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5470/* confdefs.h. */
5471_ACEOF
5472cat confdefs.h >>conftest.$ac_ext
5473cat >>conftest.$ac_ext <<_ACEOF
5474/* end confdefs.h. */
5475
5476int
5477main ()
5478{
5479
5480 ;
5481 return 0;
5482}
5483_ACEOF
5484rm -f conftest.$ac_objext
5485if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5486 (eval $ac_compile) 2>conftest.er1
13b2be9c 5487 ac_status=$?
ab509236
L
5488 grep -v '^ *+' conftest.er1 >conftest.err
5489 rm -f conftest.er1
5490 cat conftest.err >&5
13b2be9c
DJ
5491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5492 (exit $ac_status); } &&
1ad12f97
NC
5493 { ac_try='test -z "$ac_c_werror_flag"
5494 || test ! -s conftest.err'
ab509236
L
5495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5496 (eval $ac_try) 2>&5
5497 ac_status=$?
5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5499 (exit $ac_status); }; } &&
5500 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5502 (eval $ac_try) 2>&5
5503 ac_status=$?
5504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5505 (exit $ac_status); }; }; then
252b5132
RH
5506 ac_cv_prog_cc_g=yes
5507else
13b2be9c
DJ
5508 echo "$as_me: failed program was:" >&5
5509sed 's/^/| /' conftest.$ac_ext >&5
c8615825 5510
13b2be9c 5511ac_cv_prog_cc_g=no
252b5132 5512fi
ab509236 5513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5514fi
5515echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5516echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
252b5132 5517if test "$ac_test_CFLAGS" = set; then
13b2be9c 5518 CFLAGS=$ac_save_CFLAGS
252b5132
RH
5519elif test $ac_cv_prog_cc_g = yes; then
5520 if test "$GCC" = yes; then
5521 CFLAGS="-g -O2"
5522 else
5523 CFLAGS="-g"
5524 fi
5525else
9b2b7d69
MM
5526 if test "$GCC" = yes; then
5527 CFLAGS="-O2"
5528 else
5529 CFLAGS=
5530 fi
5531fi
13b2be9c
DJ
5532echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5533echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5534if test "${ac_cv_prog_cc_stdc+set}" = set; then
5535 echo $ECHO_N "(cached) $ECHO_C" >&6
5536else
5537 ac_cv_prog_cc_stdc=no
5538ac_save_CC=$CC
5539cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5540/* confdefs.h. */
5541_ACEOF
5542cat confdefs.h >>conftest.$ac_ext
5543cat >>conftest.$ac_ext <<_ACEOF
5544/* end confdefs.h. */
5545#include <stdarg.h>
5546#include <stdio.h>
5547#include <sys/types.h>
5548#include <sys/stat.h>
5549/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5550struct buf { int x; };
5551FILE * (*rcsopen) (struct buf *, struct stat *, int);
5552static char *e (p, i)
5553 char **p;
5554 int i;
5555{
5556 return p[i];
5557}
5558static char *f (char * (*g) (char **, int), char **p, ...)
5559{
5560 char *s;
5561 va_list v;
5562 va_start (v,p);
5563 s = g (p, va_arg (v,int));
5564 va_end (v);
5565 return s;
5566}
ab509236
L
5567
5568/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5569 function prototypes and stuff, but not '\xHH' hex character constants.
5570 These don't provoke an error unfortunately, instead are silently treated
5571 as 'x'. The following induces an error, until -std1 is added to get
5572 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5573 array size at least. It's necessary to write '\x00'==0 to get something
5574 that's true only with -std1. */
5575int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5576
13b2be9c
DJ
5577int test (int i, double x);
5578struct s1 {int (*f) (int a);};
5579struct s2 {int (*f) (double a);};
5580int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5581int argc;
5582char **argv;
5583int
5584main ()
5585{
5586return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5587 ;
5588 return 0;
5589}
5590_ACEOF
5591# Don't try gcc -ansi; that turns off useful extensions and
5592# breaks some systems' header files.
5593# AIX -qlanglvl=ansi
5594# Ultrix and OSF/1 -std1
5595# HP-UX 10.20 and later -Ae
5596# HP-UX older versions -Aa -D_HPUX_SOURCE
5597# SVR4 -Xc -D__EXTENSIONS__
5598for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5599do
5600 CC="$ac_save_CC $ac_arg"
5601 rm -f conftest.$ac_objext
5602if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5603 (eval $ac_compile) 2>conftest.er1
13b2be9c 5604 ac_status=$?
ab509236
L
5605 grep -v '^ *+' conftest.er1 >conftest.err
5606 rm -f conftest.er1
5607 cat conftest.err >&5
13b2be9c
DJ
5608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5609 (exit $ac_status); } &&
1ad12f97
NC
5610 { ac_try='test -z "$ac_c_werror_flag"
5611 || test ! -s conftest.err'
ab509236
L
5612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5613 (eval $ac_try) 2>&5
5614 ac_status=$?
5615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5616 (exit $ac_status); }; } &&
5617 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5619 (eval $ac_try) 2>&5
5620 ac_status=$?
5621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5622 (exit $ac_status); }; }; then
5623 ac_cv_prog_cc_stdc=$ac_arg
5624break
5625else
5626 echo "$as_me: failed program was:" >&5
5627sed 's/^/| /' conftest.$ac_ext >&5
5628
5629fi
ab509236 5630rm -f conftest.err conftest.$ac_objext
13b2be9c
DJ
5631done
5632rm -f conftest.$ac_ext conftest.$ac_objext
5633CC=$ac_save_CC
5634
5635fi
5636
5637case "x$ac_cv_prog_cc_stdc" in
5638 x|xno)
5639 echo "$as_me:$LINENO: result: none needed" >&5
5640echo "${ECHO_T}none needed" >&6 ;;
5641 *)
5642 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5643echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5644 CC="$CC $ac_cv_prog_cc_stdc" ;;
5645esac
5646
5647# Some people use a C++ compiler to compile C. Since we use `exit',
5648# in C++ we need to declare it. In case someone uses the same compiler
5649# for both compiling C and C++ we need to have the C++ compiler decide
5650# the declaration of exit, since it's the most demanding environment.
5651cat >conftest.$ac_ext <<_ACEOF
5652#ifndef __cplusplus
5653 choke me
5654#endif
5655_ACEOF
5656rm -f conftest.$ac_objext
5657if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5658 (eval $ac_compile) 2>conftest.er1
13b2be9c 5659 ac_status=$?
ab509236
L
5660 grep -v '^ *+' conftest.er1 >conftest.err
5661 rm -f conftest.er1
5662 cat conftest.err >&5
13b2be9c
DJ
5663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5664 (exit $ac_status); } &&
1ad12f97
NC
5665 { ac_try='test -z "$ac_c_werror_flag"
5666 || test ! -s conftest.err'
ab509236
L
5667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5668 (eval $ac_try) 2>&5
5669 ac_status=$?
5670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5671 (exit $ac_status); }; } &&
5672 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5674 (eval $ac_try) 2>&5
5675 ac_status=$?
5676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5677 (exit $ac_status); }; }; then
5678 for ac_declaration in \
ab509236 5679 '' \
13b2be9c
DJ
5680 'extern "C" void std::exit (int) throw (); using std::exit;' \
5681 'extern "C" void std::exit (int); using std::exit;' \
5682 'extern "C" void exit (int) throw ();' \
5683 'extern "C" void exit (int);' \
5684 'void exit (int);'
5685do
5686 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5687/* confdefs.h. */
5688_ACEOF
5689cat confdefs.h >>conftest.$ac_ext
5690cat >>conftest.$ac_ext <<_ACEOF
5691/* end confdefs.h. */
13dfd2d0 5692$ac_declaration
ab509236 5693#include <stdlib.h>
13b2be9c
DJ
5694int
5695main ()
5696{
5697exit (42);
5698 ;
5699 return 0;
5700}
5701_ACEOF
5702rm -f conftest.$ac_objext
5703if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5704 (eval $ac_compile) 2>conftest.er1
13b2be9c 5705 ac_status=$?
ab509236
L
5706 grep -v '^ *+' conftest.er1 >conftest.err
5707 rm -f conftest.er1
5708 cat conftest.err >&5
13b2be9c
DJ
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } &&
1ad12f97
NC
5711 { ac_try='test -z "$ac_c_werror_flag"
5712 || test ! -s conftest.err'
ab509236
L
5713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5714 (eval $ac_try) 2>&5
5715 ac_status=$?
5716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5717 (exit $ac_status); }; } &&
5718 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5720 (eval $ac_try) 2>&5
5721 ac_status=$?
5722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5723 (exit $ac_status); }; }; then
5724 :
5725else
5726 echo "$as_me: failed program was:" >&5
5727sed 's/^/| /' conftest.$ac_ext >&5
5728
5729continue
5730fi
ab509236 5731rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 5732 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5733/* confdefs.h. */
5734_ACEOF
5735cat confdefs.h >>conftest.$ac_ext
5736cat >>conftest.$ac_ext <<_ACEOF
5737/* end confdefs.h. */
5738$ac_declaration
5739int
5740main ()
5741{
5742exit (42);
5743 ;
5744 return 0;
5745}
5746_ACEOF
5747rm -f conftest.$ac_objext
5748if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5749 (eval $ac_compile) 2>conftest.er1
13b2be9c 5750 ac_status=$?
ab509236
L
5751 grep -v '^ *+' conftest.er1 >conftest.err
5752 rm -f conftest.er1
5753 cat conftest.err >&5
13b2be9c
DJ
5754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5755 (exit $ac_status); } &&
1ad12f97
NC
5756 { ac_try='test -z "$ac_c_werror_flag"
5757 || test ! -s conftest.err'
ab509236
L
5758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5759 (eval $ac_try) 2>&5
5760 ac_status=$?
5761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5762 (exit $ac_status); }; } &&
5763 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5765 (eval $ac_try) 2>&5
5766 ac_status=$?
5767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5768 (exit $ac_status); }; }; then
5769 break
5770else
5771 echo "$as_me: failed program was:" >&5
5772sed 's/^/| /' conftest.$ac_ext >&5
5773
5774fi
ab509236 5775rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5776done
5777rm -f conftest*
5778if test -n "$ac_declaration"; then
5779 echo '#ifdef __cplusplus' >>confdefs.h
5780 echo $ac_declaration >>confdefs.h
5781 echo '#endif' >>confdefs.h
5782fi
5783
5784else
5785 echo "$as_me: failed program was:" >&5
5786sed 's/^/| /' conftest.$ac_ext >&5
5787
5788fi
ab509236 5789rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5790ac_ext=c
5791ac_cpp='$CPP $CPPFLAGS'
5792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5794ac_compiler_gnu=$ac_cv_c_compiler_gnu
c8615825
AM
5795
5796
5797for ac_prog in 'bison -y' byacc
9b2b7d69 5798do
13b2be9c 5799 # Extract the first word of "$ac_prog", so it can be a program name with args.
c8615825 5800set dummy $ac_prog; ac_word=$2
13b2be9c
DJ
5801echo "$as_me:$LINENO: checking for $ac_word" >&5
5802echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5803if test "${ac_cv_prog_YACC+set}" = set; then
5804 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825
AM
5805else
5806 if test -n "$YACC"; then
5807 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5808else
13b2be9c
DJ
5809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5810for as_dir in $PATH
5811do
5812 IFS=$as_save_IFS
5813 test -z "$as_dir" && as_dir=.
5814 for ac_exec_ext in '' $ac_executable_extensions; do
5815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5816 ac_cv_prog_YACC="$ac_prog"
5817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5818 break 2
5819 fi
5820done
5821done
5822
c8615825
AM
5823fi
5824fi
13b2be9c 5825YACC=$ac_cv_prog_YACC
c8615825 5826if test -n "$YACC"; then
13b2be9c
DJ
5827 echo "$as_me:$LINENO: result: $YACC" >&5
5828echo "${ECHO_T}$YACC" >&6
c8615825 5829else
13b2be9c
DJ
5830 echo "$as_me:$LINENO: result: no" >&5
5831echo "${ECHO_T}no" >&6
c8615825
AM
5832fi
5833
13b2be9c 5834 test -n "$YACC" && break
c8615825
AM
5835done
5836test -n "$YACC" || YACC="yacc"
5837
13b2be9c
DJ
5838for ac_prog in flex lex
5839do
5840 # Extract the first word of "$ac_prog", so it can be a program name with args.
5841set dummy $ac_prog; ac_word=$2
5842echo "$as_me:$LINENO: checking for $ac_word" >&5
5843echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5844if test "${ac_cv_prog_LEX+set}" = set; then
5845 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 5846else
13b2be9c
DJ
5847 if test -n "$LEX"; then
5848 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9b2b7d69 5849else
13b2be9c
DJ
5850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5851for as_dir in $PATH
5852do
5853 IFS=$as_save_IFS
5854 test -z "$as_dir" && as_dir=.
5855 for ac_exec_ext in '' $ac_executable_extensions; do
5856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5857 ac_cv_prog_LEX="$ac_prog"
5858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5859 break 2
5860 fi
5861done
5862done
5863
5864fi
5865fi
5866LEX=$ac_cv_prog_LEX
5867if test -n "$LEX"; then
5868 echo "$as_me:$LINENO: result: $LEX" >&5
5869echo "${ECHO_T}$LEX" >&6
c8615825 5870else
13b2be9c
DJ
5871 echo "$as_me:$LINENO: result: no" >&5
5872echo "${ECHO_T}no" >&6
5873fi
5874
5875 test -n "$LEX" && break
5876done
5877test -n "$LEX" || LEX=":"
5878
5879if test -z "$LEXLIB"
5880then
5881 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5882echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5883if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5884 echo $ECHO_N "(cached) $ECHO_C" >&6
5885else
5886 ac_check_lib_save_LIBS=$LIBS
5887LIBS="-lfl $LIBS"
5888cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5889/* confdefs.h. */
5890_ACEOF
5891cat confdefs.h >>conftest.$ac_ext
5892cat >>conftest.$ac_ext <<_ACEOF
5893/* end confdefs.h. */
5894
5895/* Override any gcc2 internal prototype to avoid an error. */
5896#ifdef __cplusplus
5897extern "C"
5898#endif
5899/* We use char because int might match the return type of a gcc2
5900 builtin and then its argument prototype would still apply. */
5901char yywrap ();
5902int
5903main ()
5904{
5905yywrap ();
5906 ;
5907 return 0;
5908}
5909_ACEOF
5910rm -f conftest.$ac_objext conftest$ac_exeext
5911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 5912 (eval $ac_link) 2>conftest.er1
13b2be9c 5913 ac_status=$?
ab509236
L
5914 grep -v '^ *+' conftest.er1 >conftest.err
5915 rm -f conftest.er1
5916 cat conftest.err >&5
13b2be9c
DJ
5917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5918 (exit $ac_status); } &&
1ad12f97
NC
5919 { ac_try='test -z "$ac_c_werror_flag"
5920 || test ! -s conftest.err'
ab509236
L
5921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5922 (eval $ac_try) 2>&5
5923 ac_status=$?
5924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5925 (exit $ac_status); }; } &&
5926 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
5927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5928 (eval $ac_try) 2>&5
5929 ac_status=$?
5930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5931 (exit $ac_status); }; }; then
5932 ac_cv_lib_fl_yywrap=yes
5933else
5934 echo "$as_me: failed program was:" >&5
5935sed 's/^/| /' conftest.$ac_ext >&5
5936
5937ac_cv_lib_fl_yywrap=no
5938fi
ab509236
L
5939rm -f conftest.err conftest.$ac_objext \
5940 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
5941LIBS=$ac_check_lib_save_LIBS
5942fi
5943echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5944echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5945if test $ac_cv_lib_fl_yywrap = yes; then
5946 LEXLIB="-lfl"
5947else
5948 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5949echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5950if test "${ac_cv_lib_l_yywrap+set}" = set; then
5951 echo $ECHO_N "(cached) $ECHO_C" >&6
5952else
5953 ac_check_lib_save_LIBS=$LIBS
5954LIBS="-ll $LIBS"
5955cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5956/* confdefs.h. */
5957_ACEOF
5958cat confdefs.h >>conftest.$ac_ext
5959cat >>conftest.$ac_ext <<_ACEOF
5960/* end confdefs.h. */
5961
5962/* Override any gcc2 internal prototype to avoid an error. */
5963#ifdef __cplusplus
5964extern "C"
5965#endif
5966/* We use char because int might match the return type of a gcc2
5967 builtin and then its argument prototype would still apply. */
5968char yywrap ();
5969int
5970main ()
5971{
5972yywrap ();
5973 ;
5974 return 0;
5975}
5976_ACEOF
5977rm -f conftest.$ac_objext conftest$ac_exeext
5978if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 5979 (eval $ac_link) 2>conftest.er1
13b2be9c 5980 ac_status=$?
ab509236
L
5981 grep -v '^ *+' conftest.er1 >conftest.err
5982 rm -f conftest.er1
5983 cat conftest.err >&5
13b2be9c
DJ
5984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5985 (exit $ac_status); } &&
1ad12f97
NC
5986 { ac_try='test -z "$ac_c_werror_flag"
5987 || test ! -s conftest.err'
ab509236
L
5988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5989 (eval $ac_try) 2>&5
5990 ac_status=$?
5991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5992 (exit $ac_status); }; } &&
5993 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
5994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5995 (eval $ac_try) 2>&5
5996 ac_status=$?
5997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5998 (exit $ac_status); }; }; then
5999 ac_cv_lib_l_yywrap=yes
9b2b7d69 6000else
13b2be9c
DJ
6001 echo "$as_me: failed program was:" >&5
6002sed 's/^/| /' conftest.$ac_ext >&5
6003
6004ac_cv_lib_l_yywrap=no
9b2b7d69 6005fi
ab509236
L
6006rm -f conftest.err conftest.$ac_objext \
6007 conftest$ac_exeext conftest.$ac_ext
13b2be9c 6008LIBS=$ac_check_lib_save_LIBS
9b2b7d69 6009fi
13b2be9c
DJ
6010echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
6011echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
6012if test $ac_cv_lib_l_yywrap = yes; then
6013 LEXLIB="-ll"
252b5132 6014fi
13b2be9c
DJ
6015
6016fi
6017
252b5132 6018fi
13b2be9c
DJ
6019
6020if test "x$LEX" != "x:"; then
6021 echo "$as_me:$LINENO: checking lex output file root" >&5
6022echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
6023if test "${ac_cv_prog_lex_root+set}" = set; then
6024 echo $ECHO_N "(cached) $ECHO_C" >&6
6025else
6026 # The minimal lex program is just a single line: %%. But some broken lexes
6027# (Solaris, I think it was) want two %% lines, so accommodate them.
6028cat >conftest.l <<_ACEOF
6029%%
6030%%
6031_ACEOF
6032{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
6033 (eval $LEX conftest.l) 2>&5
6034 ac_status=$?
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); }
6037if test -f lex.yy.c; then
6038 ac_cv_prog_lex_root=lex.yy
6039elif test -f lexyy.c; then
6040 ac_cv_prog_lex_root=lexyy
252b5132 6041else
13b2be9c
DJ
6042 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6043echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6044 { (exit 1); exit 1; }; }
252b5132 6045fi
13b2be9c
DJ
6046fi
6047echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6048echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
6049rm -f conftest.l
6050LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
252b5132 6051
13b2be9c
DJ
6052echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6053echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6054if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6055 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6056else
13b2be9c
DJ
6057 # POSIX says lex can declare yytext either as a pointer or an array; the
6058# default is implementation-dependent. Figure out which it is, since
6059# not all implementations provide the %pointer and %array declarations.
6060ac_cv_prog_lex_yytext_pointer=no
6061echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
6062ac_save_LIBS=$LIBS
6063LIBS="$LIBS $LEXLIB"
6064cat >conftest.$ac_ext <<_ACEOF
6065`cat $LEX_OUTPUT_ROOT.c`
6066_ACEOF
6067rm -f conftest.$ac_objext conftest$ac_exeext
6068if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6069 (eval $ac_link) 2>conftest.er1
13b2be9c 6070 ac_status=$?
ab509236
L
6071 grep -v '^ *+' conftest.er1 >conftest.err
6072 rm -f conftest.er1
6073 cat conftest.err >&5
13b2be9c
DJ
6074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6075 (exit $ac_status); } &&
1ad12f97
NC
6076 { ac_try='test -z "$ac_c_werror_flag"
6077 || test ! -s conftest.err'
ab509236
L
6078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6079 (eval $ac_try) 2>&5
6080 ac_status=$?
6081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6082 (exit $ac_status); }; } &&
6083 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6085 (eval $ac_try) 2>&5
6086 ac_status=$?
6087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6088 (exit $ac_status); }; }; then
6089 ac_cv_prog_lex_yytext_pointer=yes
252b5132 6090else
13b2be9c
DJ
6091 echo "$as_me: failed program was:" >&5
6092sed 's/^/| /' conftest.$ac_ext >&5
6093
252b5132 6094fi
ab509236
L
6095rm -f conftest.err conftest.$ac_objext \
6096 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
6097LIBS=$ac_save_LIBS
6098rm -f "${LEX_OUTPUT_ROOT}.c"
6099
252b5132 6100fi
13b2be9c
DJ
6101echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6102echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6103if test $ac_cv_prog_lex_yytext_pointer = yes; then
6104
6105cat >>confdefs.h <<\_ACEOF
6106#define YYTEXT_POINTER 1
6107_ACEOF
6108
6109fi
6110
6111fi
6112if test "$LEX" = :; then
6113 LEX=${am_missing_run}flex
6114fi
6115
0d6af1ab 6116ALL_LINGUAS="fr tr es rw"
13b2be9c
DJ
6117if test -n "$ac_tool_prefix"; then
6118 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6119set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6120echo "$as_me:$LINENO: checking for $ac_word" >&5
6121echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6122if test "${ac_cv_prog_RANLIB+set}" = set; then
6123 echo $ECHO_N "(cached) $ECHO_C" >&6
6124else
6125 if test -n "$RANLIB"; then
6126 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6127else
6128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6129for as_dir in $PATH
6130do
6131 IFS=$as_save_IFS
6132 test -z "$as_dir" && as_dir=.
6133 for ac_exec_ext in '' $ac_executable_extensions; do
6134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6135 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6137 break 2
6138 fi
6139done
6140done
6141
6142fi
6143fi
6144RANLIB=$ac_cv_prog_RANLIB
6145if test -n "$RANLIB"; then
6146 echo "$as_me:$LINENO: result: $RANLIB" >&5
6147echo "${ECHO_T}$RANLIB" >&6
252b5132 6148else
13b2be9c
DJ
6149 echo "$as_me:$LINENO: result: no" >&5
6150echo "${ECHO_T}no" >&6
252b5132
RH
6151fi
6152
13b2be9c
DJ
6153fi
6154if test -z "$ac_cv_prog_RANLIB"; then
6155 ac_ct_RANLIB=$RANLIB
6156 # Extract the first word of "ranlib", so it can be a program name with args.
6157set dummy ranlib; ac_word=$2
6158echo "$as_me:$LINENO: checking for $ac_word" >&5
6159echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6160if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6162else
6163 if test -n "$ac_ct_RANLIB"; then
6164 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6165else
6166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167for as_dir in $PATH
6168do
6169 IFS=$as_save_IFS
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6173 ac_cv_prog_ac_ct_RANLIB="ranlib"
6174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 break 2
6176 fi
6177done
6840198f 6178done
d6d788bd 6179
13b2be9c
DJ
6180 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6181fi
6182fi
6183ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6184if test -n "$ac_ct_RANLIB"; then
6185 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6186echo "${ECHO_T}$ac_ct_RANLIB" >&6
d6d788bd 6187else
13b2be9c
DJ
6188 echo "$as_me:$LINENO: result: no" >&5
6189echo "${ECHO_T}no" >&6
6190fi
6191
6192 RANLIB=$ac_ct_RANLIB
d6d788bd 6193else
13b2be9c
DJ
6194 RANLIB="$ac_cv_prog_RANLIB"
6195fi
6196
6197ac_ext=c
6198ac_cpp='$CPP $CPPFLAGS'
6199ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6200ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6201ac_compiler_gnu=$ac_cv_c_compiler_gnu
6202echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6203echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6204# On Suns, sometimes $CPP names a directory.
6205if test -n "$CPP" && test -d "$CPP"; then
6206 CPP=
d6d788bd 6207fi
13b2be9c
DJ
6208if test -z "$CPP"; then
6209 if test "${ac_cv_prog_CPP+set}" = set; then
6210 echo $ECHO_N "(cached) $ECHO_C" >&6
6211else
6212 # Double quotes because CPP needs to be expanded
6213 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6214 do
6215 ac_preproc_ok=false
6216for ac_c_preproc_warn_flag in '' yes
6217do
6218 # Use a header file that comes with gcc, so configuring glibc
6219 # with a fresh cross-compiler works.
6220 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6221 # <limits.h> exists even on freestanding compilers.
6222 # On the NeXT, cc -E runs the code through the compiler's parser,
6223 # not just through cpp. "Syntax error" is here to catch this case.
6224 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6225/* confdefs.h. */
6226_ACEOF
6227cat confdefs.h >>conftest.$ac_ext
6228cat >>conftest.$ac_ext <<_ACEOF
6229/* end confdefs.h. */
6230#ifdef __STDC__
6231# include <limits.h>
6232#else
6233# include <assert.h>
6234#endif
ab509236 6235 Syntax error
13b2be9c
DJ
6236_ACEOF
6237if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6238 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6239 ac_status=$?
6240 grep -v '^ *+' conftest.er1 >conftest.err
6241 rm -f conftest.er1
6242 cat conftest.err >&5
6243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6244 (exit $ac_status); } >/dev/null; then
6245 if test -s conftest.err; then
6246 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6247 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6248 else
6249 ac_cpp_err=
6250 fi
6251else
6252 ac_cpp_err=yes
d6d788bd 6253fi
13b2be9c
DJ
6254if test -z "$ac_cpp_err"; then
6255 :
6256else
6257 echo "$as_me: failed program was:" >&5
6258sed 's/^/| /' conftest.$ac_ext >&5
6259
6260 # Broken: fails on valid input.
6261continue
6262fi
6263rm -f conftest.err conftest.$ac_ext
6264
6265 # OK, works on sane cases. Now check whether non-existent headers
6266 # can be detected and how.
6267 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6268/* confdefs.h. */
6269_ACEOF
6270cat confdefs.h >>conftest.$ac_ext
6271cat >>conftest.$ac_ext <<_ACEOF
6272/* end confdefs.h. */
6273#include <ac_nonexistent.h>
6274_ACEOF
6275if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6276 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6277 ac_status=$?
6278 grep -v '^ *+' conftest.er1 >conftest.err
6279 rm -f conftest.er1
6280 cat conftest.err >&5
6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6282 (exit $ac_status); } >/dev/null; then
6283 if test -s conftest.err; then
6284 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6285 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6286 else
6287 ac_cpp_err=
6288 fi
d6d788bd 6289else
13b2be9c 6290 ac_cpp_err=yes
d6d788bd 6291fi
13b2be9c
DJ
6292if test -z "$ac_cpp_err"; then
6293 # Broken: success on invalid input.
6294continue
6295else
6296 echo "$as_me: failed program was:" >&5
6297sed 's/^/| /' conftest.$ac_ext >&5
6840198f 6298
13b2be9c
DJ
6299 # Passes both tests.
6300ac_preproc_ok=:
6301break
6302fi
6303rm -f conftest.err conftest.$ac_ext
252b5132 6304
13b2be9c
DJ
6305done
6306# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6307rm -f conftest.err conftest.$ac_ext
6308if $ac_preproc_ok; then
6309 break
9b2b7d69 6310fi
13b2be9c
DJ
6311
6312 done
6313 ac_cv_prog_CPP=$CPP
9b2b7d69 6314
d6d788bd 6315fi
13b2be9c 6316 CPP=$ac_cv_prog_CPP
c8615825 6317else
13b2be9c 6318 ac_cv_prog_CPP=$CPP
c8615825 6319fi
13b2be9c
DJ
6320echo "$as_me:$LINENO: result: $CPP" >&5
6321echo "${ECHO_T}$CPP" >&6
6322ac_preproc_ok=false
6323for ac_c_preproc_warn_flag in '' yes
6324do
6325 # Use a header file that comes with gcc, so configuring glibc
6326 # with a fresh cross-compiler works.
6327 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6328 # <limits.h> exists even on freestanding compilers.
6329 # On the NeXT, cc -E runs the code through the compiler's parser,
6330 # not just through cpp. "Syntax error" is here to catch this case.
6331 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6332/* confdefs.h. */
6333_ACEOF
6334cat confdefs.h >>conftest.$ac_ext
6335cat >>conftest.$ac_ext <<_ACEOF
6336/* end confdefs.h. */
6337#ifdef __STDC__
6338# include <limits.h>
6339#else
6340# include <assert.h>
6341#endif
ab509236 6342 Syntax error
13b2be9c
DJ
6343_ACEOF
6344if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6345 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6346 ac_status=$?
6347 grep -v '^ *+' conftest.er1 >conftest.err
6348 rm -f conftest.er1
6349 cat conftest.err >&5
6350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351 (exit $ac_status); } >/dev/null; then
6352 if test -s conftest.err; then
6353 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6354 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6355 else
6356 ac_cpp_err=
6357 fi
6358else
6359 ac_cpp_err=yes
252b5132 6360fi
13b2be9c
DJ
6361if test -z "$ac_cpp_err"; then
6362 :
252b5132 6363else
13b2be9c
DJ
6364 echo "$as_me: failed program was:" >&5
6365sed 's/^/| /' conftest.$ac_ext >&5
6366
6367 # Broken: fails on valid input.
6368continue
6369fi
6370rm -f conftest.err conftest.$ac_ext
6371
6372 # OK, works on sane cases. Now check whether non-existent headers
6373 # can be detected and how.
6374 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6375/* confdefs.h. */
6376_ACEOF
6377cat confdefs.h >>conftest.$ac_ext
6378cat >>conftest.$ac_ext <<_ACEOF
6379/* end confdefs.h. */
6380#include <ac_nonexistent.h>
6381_ACEOF
6382if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6383 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6384 ac_status=$?
6385 grep -v '^ *+' conftest.er1 >conftest.err
6386 rm -f conftest.er1
6387 cat conftest.err >&5
6388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6389 (exit $ac_status); } >/dev/null; then
6390 if test -s conftest.err; then
6391 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6392 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6393 else
6394 ac_cpp_err=
6395 fi
252b5132 6396else
13b2be9c 6397 ac_cpp_err=yes
252b5132 6398fi
13b2be9c
DJ
6399if test -z "$ac_cpp_err"; then
6400 # Broken: success on invalid input.
6401continue
252b5132 6402else
13b2be9c
DJ
6403 echo "$as_me: failed program was:" >&5
6404sed 's/^/| /' conftest.$ac_ext >&5
c8615825 6405
13b2be9c
DJ
6406 # Passes both tests.
6407ac_preproc_ok=:
6408break
252b5132 6409fi
13b2be9c 6410rm -f conftest.err conftest.$ac_ext
252b5132 6411
13b2be9c
DJ
6412done
6413# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6414rm -f conftest.err conftest.$ac_ext
6415if $ac_preproc_ok; then
6416 :
6417else
6418 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6419See \`config.log' for more details." >&5
6420echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6421See \`config.log' for more details." >&2;}
6422 { (exit 1); exit 1; }; }
252b5132 6423fi
9b2b7d69 6424
13b2be9c
DJ
6425ac_ext=c
6426ac_cpp='$CPP $CPPFLAGS'
6427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6429ac_compiler_gnu=$ac_cv_c_compiler_gnu
252b5132
RH
6430
6431
13b2be9c
DJ
6432echo "$as_me:$LINENO: checking for egrep" >&5
6433echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6434if test "${ac_cv_prog_egrep+set}" = set; then
6435 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 6436else
13b2be9c
DJ
6437 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6438 then ac_cv_prog_egrep='grep -E'
6439 else ac_cv_prog_egrep='egrep'
c8615825 6440 fi
6840198f 6441fi
13b2be9c
DJ
6442echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6443echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6444 EGREP=$ac_cv_prog_egrep
6840198f 6445
13b2be9c
DJ
6446
6447echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6448echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6449if test "${ac_cv_header_stdc+set}" = set; then
6450 echo $ECHO_N "(cached) $ECHO_C" >&6
6840198f 6451else
13b2be9c 6452 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6453/* confdefs.h. */
6454_ACEOF
6455cat confdefs.h >>conftest.$ac_ext
6456cat >>conftest.$ac_ext <<_ACEOF
6457/* end confdefs.h. */
252b5132
RH
6458#include <stdlib.h>
6459#include <stdarg.h>
6460#include <string.h>
6461#include <float.h>
13b2be9c
DJ
6462
6463int
6464main ()
6465{
6466
6467 ;
6468 return 0;
6469}
6470_ACEOF
6471rm -f conftest.$ac_objext
6472if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6473 (eval $ac_compile) 2>conftest.er1
13b2be9c 6474 ac_status=$?
ab509236
L
6475 grep -v '^ *+' conftest.er1 >conftest.err
6476 rm -f conftest.er1
6477 cat conftest.err >&5
13b2be9c
DJ
6478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6479 (exit $ac_status); } &&
1ad12f97
NC
6480 { ac_try='test -z "$ac_c_werror_flag"
6481 || test ! -s conftest.err'
ab509236
L
6482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6483 (eval $ac_try) 2>&5
6484 ac_status=$?
6485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6486 (exit $ac_status); }; } &&
6487 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6489 (eval $ac_try) 2>&5
6490 ac_status=$?
6491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6492 (exit $ac_status); }; }; then
252b5132
RH
6493 ac_cv_header_stdc=yes
6494else
13b2be9c
DJ
6495 echo "$as_me: failed program was:" >&5
6496sed 's/^/| /' conftest.$ac_ext >&5
6497
6498ac_cv_header_stdc=no
252b5132 6499fi
ab509236 6500rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
6501
6502if test $ac_cv_header_stdc = yes; then
6503 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13b2be9c 6504 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6505/* confdefs.h. */
6506_ACEOF
6507cat confdefs.h >>conftest.$ac_ext
6508cat >>conftest.$ac_ext <<_ACEOF
6509/* end confdefs.h. */
252b5132 6510#include <string.h>
13b2be9c
DJ
6511
6512_ACEOF
252b5132 6513if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6514 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
6515 :
6516else
252b5132
RH
6517 ac_cv_header_stdc=no
6518fi
6519rm -f conftest*
6520
6521fi
6522
6523if test $ac_cv_header_stdc = yes; then
6524 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13b2be9c 6525 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6526/* confdefs.h. */
6527_ACEOF
6528cat confdefs.h >>conftest.$ac_ext
6529cat >>conftest.$ac_ext <<_ACEOF
6530/* end confdefs.h. */
252b5132 6531#include <stdlib.h>
13b2be9c
DJ
6532
6533_ACEOF
252b5132 6534if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6535 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
6536 :
6537else
252b5132
RH
6538 ac_cv_header_stdc=no
6539fi
6540rm -f conftest*
6541
6542fi
6543
6544if test $ac_cv_header_stdc = yes; then
6545 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13b2be9c 6546 if test "$cross_compiling" = yes; then
252b5132
RH
6547 :
6548else
13b2be9c 6549 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6550/* confdefs.h. */
6551_ACEOF
6552cat confdefs.h >>conftest.$ac_ext
6553cat >>conftest.$ac_ext <<_ACEOF
6554/* end confdefs.h. */
252b5132 6555#include <ctype.h>
13b2be9c
DJ
6556#if ((' ' & 0x0FF) == 0x020)
6557# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6558# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6559#else
6560# define ISLOWER(c) \
ab509236
L
6561 (('a' <= (c) && (c) <= 'i') \
6562 || ('j' <= (c) && (c) <= 'r') \
6563 || ('s' <= (c) && (c) <= 'z'))
13b2be9c
DJ
6564# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6565#endif
c8615825 6566
13b2be9c
DJ
6567#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6568int
6569main ()
6570{
6571 int i;
6572 for (i = 0; i < 256; i++)
6573 if (XOR (islower (i), ISLOWER (i))
ab509236 6574 || toupper (i) != TOUPPER (i))
13b2be9c
DJ
6575 exit(2);
6576 exit (0);
6577}
6578_ACEOF
6579rm -f conftest$ac_exeext
6580if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6581 (eval $ac_link) 2>&5
6582 ac_status=$?
6583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6586 (eval $ac_try) 2>&5
6587 ac_status=$?
6588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6589 (exit $ac_status); }; }; then
c8615825
AM
6590 :
6591else
13b2be9c
DJ
6592 echo "$as_me: program exited with status $ac_status" >&5
6593echo "$as_me: failed program was:" >&5
6594sed 's/^/| /' conftest.$ac_ext >&5
6595
6596( exit $ac_status )
6597ac_cv_header_stdc=no
c8615825 6598fi
ab509236 6599rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c8615825 6600fi
c8615825 6601fi
9b2b7d69 6602fi
13b2be9c
DJ
6603echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6604echo "${ECHO_T}$ac_cv_header_stdc" >&6
c8615825 6605if test $ac_cv_header_stdc = yes; then
13b2be9c
DJ
6606
6607cat >>confdefs.h <<\_ACEOF
c8615825 6608#define STDC_HEADERS 1
13b2be9c 6609_ACEOF
9b2b7d69 6610
c8615825
AM
6611fi
6612
13b2be9c
DJ
6613echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
6614echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
6615if test "${ac_cv_c_const+set}" = set; then
6616 echo $ECHO_N "(cached) $ECHO_C" >&6
6617else
6618 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6619/* confdefs.h. */
6620_ACEOF
6621cat confdefs.h >>conftest.$ac_ext
6622cat >>conftest.$ac_ext <<_ACEOF
6623/* end confdefs.h. */
c8615825 6624
13b2be9c
DJ
6625int
6626main ()
6627{
6628/* FIXME: Include the comments suggested by Paul. */
6629#ifndef __cplusplus
6630 /* Ultrix mips cc rejects this. */
6631 typedef int charset[2];
6632 const charset x;
6633 /* SunOS 4.1.1 cc rejects this. */
6634 char const *const *ccp;
6635 char **p;
6636 /* NEC SVR4.0.2 mips cc rejects this. */
6637 struct point {int x, y;};
6638 static struct point const zero = {0,0};
6639 /* AIX XL C 1.02.0.0 rejects this.
6640 It does not let you subtract one const X* pointer from another in
6641 an arm of an if-expression whose if-part is not a constant
6642 expression */
6643 const char *g = "string";
6644 ccp = &g + (g ? g-g : 0);
6645 /* HPUX 7.0 cc rejects these. */
6646 ++ccp;
6647 p = (char**) ccp;
6648 ccp = (char const *const *) p;
6649 { /* SCO 3.2v4 cc rejects this. */
6650 char *t;
6651 char const *s = 0 ? (char *) 0 : (char const *) 0;
6652
6653 *t++ = 0;
6654 }
6655 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6656 int x[] = {25, 17};
6657 const int *foo = &x[0];
6658 ++foo;
6659 }
6660 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6661 typedef const int *iptr;
6662 iptr p = 0;
6663 ++p;
6664 }
6665 { /* AIX XL C 1.02.0.0 rejects this saying
6666 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6667 struct s { int j; const int *ap[3]; };
6668 struct s *b; b->j = 5;
6669 }
6670 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6671 const int foo = 10;
6672 }
6673#endif
6674
6675 ;
6676 return 0;
6677}
6678_ACEOF
6679rm -f conftest.$ac_objext
6680if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6681 (eval $ac_compile) 2>conftest.er1
13b2be9c 6682 ac_status=$?
ab509236
L
6683 grep -v '^ *+' conftest.er1 >conftest.err
6684 rm -f conftest.er1
6685 cat conftest.err >&5
13b2be9c
DJ
6686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687 (exit $ac_status); } &&
1ad12f97
NC
6688 { ac_try='test -z "$ac_c_werror_flag"
6689 || test ! -s conftest.err'
ab509236
L
6690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6691 (eval $ac_try) 2>&5
6692 ac_status=$?
6693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 (exit $ac_status); }; } &&
6695 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6697 (eval $ac_try) 2>&5
6698 ac_status=$?
6699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6700 (exit $ac_status); }; }; then
252b5132
RH
6701 ac_cv_c_const=yes
6702else
13b2be9c
DJ
6703 echo "$as_me: failed program was:" >&5
6704sed 's/^/| /' conftest.$ac_ext >&5
6705
6706ac_cv_c_const=no
252b5132 6707fi
ab509236 6708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 6709fi
13b2be9c
DJ
6710echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6711echo "${ECHO_T}$ac_cv_c_const" >&6
c8615825 6712if test $ac_cv_c_const = no; then
13b2be9c
DJ
6713
6714cat >>confdefs.h <<\_ACEOF
6715#define const
6716_ACEOF
252b5132
RH
6717
6718fi
6719
13b2be9c
DJ
6720echo "$as_me:$LINENO: checking for inline" >&5
6721echo $ECHO_N "checking for inline... $ECHO_C" >&6
6722if test "${ac_cv_c_inline+set}" = set; then
6723 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6724else
6725 ac_cv_c_inline=no
6726for ac_kw in inline __inline__ __inline; do
13b2be9c 6727 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6728/* confdefs.h. */
6729_ACEOF
6730cat confdefs.h >>conftest.$ac_ext
6731cat >>conftest.$ac_ext <<_ACEOF
6732/* end confdefs.h. */
6733#ifndef __cplusplus
6734typedef int foo_t;
6735static $ac_kw foo_t static_foo () {return 0; }
6736$ac_kw foo_t foo () {return 0; }
6737#endif
252b5132 6738
13b2be9c
DJ
6739_ACEOF
6740rm -f conftest.$ac_objext
6741if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6742 (eval $ac_compile) 2>conftest.er1
13b2be9c 6743 ac_status=$?
ab509236
L
6744 grep -v '^ *+' conftest.er1 >conftest.err
6745 rm -f conftest.er1
6746 cat conftest.err >&5
13b2be9c
DJ
6747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748 (exit $ac_status); } &&
1ad12f97
NC
6749 { ac_try='test -z "$ac_c_werror_flag"
6750 || test ! -s conftest.err'
ab509236
L
6751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6752 (eval $ac_try) 2>&5
6753 ac_status=$?
6754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6755 (exit $ac_status); }; } &&
6756 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6758 (eval $ac_try) 2>&5
6759 ac_status=$?
6760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6761 (exit $ac_status); }; }; then
d6d788bd 6762 ac_cv_c_inline=$ac_kw; break
6840198f 6763else
13b2be9c
DJ
6764 echo "$as_me: failed program was:" >&5
6765sed 's/^/| /' conftest.$ac_ext >&5
6766
6840198f 6767fi
ab509236 6768rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d6d788bd 6769done
6840198f
NC
6770
6771fi
13b2be9c
DJ
6772echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
6773echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
6774
6775
13b2be9c 6776case $ac_cv_c_inline in
d6d788bd 6777 inline | yes) ;;
ab509236
L
6778 *)
6779 case $ac_cv_c_inline in
6780 no) ac_val=;;
6781 *) ac_val=$ac_cv_c_inline;;
6782 esac
6783 cat >>confdefs.h <<_ACEOF
6784#ifndef __cplusplus
6785#define inline $ac_val
6786#endif
13b2be9c 6787_ACEOF
ab509236 6788 ;;
d6d788bd
L
6789esac
6790
13b2be9c
DJ
6791# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ab509236 6802 inttypes.h stdint.h unistd.h
13b2be9c
DJ
6803do
6804as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6805echo "$as_me:$LINENO: checking for $ac_header" >&5
6806echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6807if eval "test \"\${$as_ac_Header+set}\" = set"; then
6808 echo $ECHO_N "(cached) $ECHO_C" >&6
6809else
6810 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6811/* confdefs.h. */
6812_ACEOF
6813cat confdefs.h >>conftest.$ac_ext
6814cat >>conftest.$ac_ext <<_ACEOF
6815/* end confdefs.h. */
6816$ac_includes_default
6817
6818#include <$ac_header>
6819_ACEOF
6820rm -f conftest.$ac_objext
6821if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6822 (eval $ac_compile) 2>conftest.er1
13b2be9c 6823 ac_status=$?
ab509236
L
6824 grep -v '^ *+' conftest.er1 >conftest.err
6825 rm -f conftest.er1
6826 cat conftest.err >&5
13b2be9c
DJ
6827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6828 (exit $ac_status); } &&
1ad12f97
NC
6829 { ac_try='test -z "$ac_c_werror_flag"
6830 || test ! -s conftest.err'
ab509236
L
6831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6832 (eval $ac_try) 2>&5
6833 ac_status=$?
6834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835 (exit $ac_status); }; } &&
6836 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6838 (eval $ac_try) 2>&5
6839 ac_status=$?
6840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6841 (exit $ac_status); }; }; then
6842 eval "$as_ac_Header=yes"
6843else
6844 echo "$as_me: failed program was:" >&5
6845sed 's/^/| /' conftest.$ac_ext >&5
6846
6847eval "$as_ac_Header=no"
6848fi
ab509236 6849rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
6850fi
6851echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6852echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6853if test `eval echo '${'$as_ac_Header'}'` = yes; then
6854 cat >>confdefs.h <<_ACEOF
6855#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856_ACEOF
6857
6858fi
6859
6860done
6861
6862
6863echo "$as_me:$LINENO: checking for off_t" >&5
6864echo $ECHO_N "checking for off_t... $ECHO_C" >&6
6865if test "${ac_cv_type_off_t+set}" = set; then
6866 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6867else
13b2be9c 6868 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6869/* confdefs.h. */
6870_ACEOF
6871cat confdefs.h >>conftest.$ac_ext
6872cat >>conftest.$ac_ext <<_ACEOF
6873/* end confdefs.h. */
6874$ac_includes_default
6875int
6876main ()
6877{
6878if ((off_t *) 0)
6879 return 0;
6880if (sizeof (off_t))
6881 return 0;
6882 ;
6883 return 0;
6884}
6885_ACEOF
6886rm -f conftest.$ac_objext
6887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6888 (eval $ac_compile) 2>conftest.er1
13b2be9c 6889 ac_status=$?
ab509236
L
6890 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1
6892 cat conftest.err >&5
13b2be9c
DJ
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } &&
1ad12f97
NC
6895 { ac_try='test -z "$ac_c_werror_flag"
6896 || test ! -s conftest.err'
ab509236
L
6897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6898 (eval $ac_try) 2>&5
6899 ac_status=$?
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); }; } &&
6902 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6904 (eval $ac_try) 2>&5
6905 ac_status=$?
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907 (exit $ac_status); }; }; then
a2d91340 6908 ac_cv_type_off_t=yes
252b5132 6909else
13b2be9c
DJ
6910 echo "$as_me: failed program was:" >&5
6911sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6912
13b2be9c 6913ac_cv_type_off_t=no
c8615825 6914fi
ab509236 6915rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
6916fi
6917echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
6918echo "${ECHO_T}$ac_cv_type_off_t" >&6
6919if test $ac_cv_type_off_t = yes; then
6920 :
6921else
6922
6923cat >>confdefs.h <<_ACEOF
252b5132 6924#define off_t long
13b2be9c 6925_ACEOF
252b5132
RH
6926
6927fi
6928
13b2be9c
DJ
6929echo "$as_me:$LINENO: checking for size_t" >&5
6930echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6931if test "${ac_cv_type_size_t+set}" = set; then
6932 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6933else
13b2be9c 6934 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6935/* confdefs.h. */
6936_ACEOF
6937cat confdefs.h >>conftest.$ac_ext
6938cat >>conftest.$ac_ext <<_ACEOF
6939/* end confdefs.h. */
6940$ac_includes_default
6941int
6942main ()
6943{
6944if ((size_t *) 0)
6945 return 0;
6946if (sizeof (size_t))
6947 return 0;
6948 ;
6949 return 0;
6950}
6951_ACEOF
6952rm -f conftest.$ac_objext
6953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6954 (eval $ac_compile) 2>conftest.er1
13b2be9c 6955 ac_status=$?
ab509236
L
6956 grep -v '^ *+' conftest.er1 >conftest.err
6957 rm -f conftest.er1
6958 cat conftest.err >&5
13b2be9c
DJ
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); } &&
1ad12f97
NC
6961 { ac_try='test -z "$ac_c_werror_flag"
6962 || test ! -s conftest.err'
ab509236
L
6963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6964 (eval $ac_try) 2>&5
6965 ac_status=$?
6966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6967 (exit $ac_status); }; } &&
6968 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6970 (eval $ac_try) 2>&5
6971 ac_status=$?
6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6973 (exit $ac_status); }; }; then
a2d91340 6974 ac_cv_type_size_t=yes
252b5132 6975else
13b2be9c
DJ
6976 echo "$as_me: failed program was:" >&5
6977sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6978
13b2be9c
DJ
6979ac_cv_type_size_t=no
6980fi
ab509236 6981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c8615825 6982fi
13b2be9c
DJ
6983echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6984echo "${ECHO_T}$ac_cv_type_size_t" >&6
6985if test $ac_cv_type_size_t = yes; then
6986 :
6987else
6988
6989cat >>confdefs.h <<_ACEOF
252b5132 6990#define size_t unsigned
13b2be9c 6991_ACEOF
252b5132
RH
6992
6993fi
6994
6995# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6996# for constant arguments. Useless!
13b2be9c
DJ
6997echo "$as_me:$LINENO: checking for working alloca.h" >&5
6998echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6999if test "${ac_cv_working_alloca_h+set}" = set; then
7000 echo $ECHO_N "(cached) $ECHO_C" >&6
7001else
7002 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7003/* confdefs.h. */
7004_ACEOF
7005cat confdefs.h >>conftest.$ac_ext
7006cat >>conftest.$ac_ext <<_ACEOF
7007/* end confdefs.h. */
252b5132 7008#include <alloca.h>
13b2be9c
DJ
7009int
7010main ()
7011{
7012char *p = (char *) alloca (2 * sizeof (int));
7013 ;
7014 return 0;
7015}
7016_ACEOF
7017rm -f conftest.$ac_objext conftest$ac_exeext
7018if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7019 (eval $ac_link) 2>conftest.er1
13b2be9c 7020 ac_status=$?
ab509236
L
7021 grep -v '^ *+' conftest.er1 >conftest.err
7022 rm -f conftest.er1
7023 cat conftest.err >&5
13b2be9c
DJ
7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); } &&
1ad12f97
NC
7026 { ac_try='test -z "$ac_c_werror_flag"
7027 || test ! -s conftest.err'
ab509236
L
7028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 (eval $ac_try) 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; } &&
7033 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7035 (eval $ac_try) 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7039 ac_cv_working_alloca_h=yes
7040else
7041 echo "$as_me: failed program was:" >&5
7042sed 's/^/| /' conftest.$ac_ext >&5
7043
7044ac_cv_working_alloca_h=no
7045fi
ab509236
L
7046rm -f conftest.err conftest.$ac_objext \
7047 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7048fi
7049echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
7050echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7051if test $ac_cv_working_alloca_h = yes; then
7052
7053cat >>confdefs.h <<\_ACEOF
252b5132 7054#define HAVE_ALLOCA_H 1
13b2be9c 7055_ACEOF
252b5132
RH
7056
7057fi
7058
13b2be9c
DJ
7059echo "$as_me:$LINENO: checking for alloca" >&5
7060echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7061if test "${ac_cv_func_alloca_works+set}" = set; then
7062 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7063else
13b2be9c 7064 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7065/* confdefs.h. */
7066_ACEOF
7067cat confdefs.h >>conftest.$ac_ext
7068cat >>conftest.$ac_ext <<_ACEOF
7069/* end confdefs.h. */
252b5132
RH
7070#ifdef __GNUC__
7071# define alloca __builtin_alloca
7072#else
7073# ifdef _MSC_VER
7074# include <malloc.h>
7075# define alloca _alloca
7076# else
7077# if HAVE_ALLOCA_H
7078# include <alloca.h>
7079# else
7080# ifdef _AIX
7081 #pragma alloca
7082# else
7083# ifndef alloca /* predefined by HP cc +Olibcalls */
7084char *alloca ();
7085# endif
7086# endif
7087# endif
7088# endif
7089#endif
7090
13b2be9c
DJ
7091int
7092main ()
7093{
7094char *p = (char *) alloca (1);
7095 ;
7096 return 0;
7097}
7098_ACEOF
7099rm -f conftest.$ac_objext conftest$ac_exeext
7100if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7101 (eval $ac_link) 2>conftest.er1
13b2be9c 7102 ac_status=$?
ab509236
L
7103 grep -v '^ *+' conftest.er1 >conftest.err
7104 rm -f conftest.er1
7105 cat conftest.err >&5
13b2be9c
DJ
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); } &&
1ad12f97
NC
7108 { ac_try='test -z "$ac_c_werror_flag"
7109 || test ! -s conftest.err'
ab509236
L
7110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7111 (eval $ac_try) 2>&5
7112 ac_status=$?
7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); }; } &&
7115 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 (eval $ac_try) 2>&5
7118 ac_status=$?
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); }; }; then
252b5132
RH
7121 ac_cv_func_alloca_works=yes
7122else
13b2be9c
DJ
7123 echo "$as_me: failed program was:" >&5
7124sed 's/^/| /' conftest.$ac_ext >&5
7125
7126ac_cv_func_alloca_works=no
252b5132 7127fi
ab509236
L
7128rm -f conftest.err conftest.$ac_objext \
7129 conftest$ac_exeext conftest.$ac_ext
252b5132 7130fi
13b2be9c
DJ
7131echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
7132echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 7133
252b5132 7134if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 7135
13b2be9c
DJ
7136cat >>confdefs.h <<\_ACEOF
7137#define HAVE_ALLOCA 1
7138_ACEOF
9b2b7d69 7139
13b2be9c 7140else
c8615825 7141 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
7142# that cause trouble. Some versions do not even contain alloca or
7143# contain a buggy version. If you still want to use their alloca,
7144# use ar to extract alloca.o from them instead of compiling alloca.c.
7145
7146ALLOCA=alloca.$ac_objext
7147
7148cat >>confdefs.h <<\_ACEOF
252b5132 7149#define C_ALLOCA 1
13b2be9c 7150_ACEOF
252b5132 7151
d6d788bd 7152
13b2be9c
DJ
7153echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
7154echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7155if test "${ac_cv_os_cray+set}" = set; then
7156 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7157else
13b2be9c 7158 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7159/* confdefs.h. */
7160_ACEOF
7161cat confdefs.h >>conftest.$ac_ext
7162cat >>conftest.$ac_ext <<_ACEOF
7163/* end confdefs.h. */
252b5132
RH
7164#if defined(CRAY) && ! defined(CRAY2)
7165webecray
7166#else
7167wenotbecray
7168#endif
7169
13b2be9c 7170_ACEOF
252b5132 7171if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 7172 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
7173 ac_cv_os_cray=yes
7174else
252b5132
RH
7175 ac_cv_os_cray=no
7176fi
7177rm -f conftest*
7178
7179fi
13b2be9c
DJ
7180echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
7181echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 7182if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
7183 for ac_func in _getb67 GETB67 getb67; do
7184 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7185echo "$as_me:$LINENO: checking for $ac_func" >&5
7186echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7187if eval "test \"\${$as_ac_var+set}\" = set"; then
7188 echo $ECHO_N "(cached) $ECHO_C" >&6
7189else
7190 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7191/* confdefs.h. */
7192_ACEOF
7193cat confdefs.h >>conftest.$ac_ext
7194cat >>conftest.$ac_ext <<_ACEOF
7195/* end confdefs.h. */
ab509236
L
7196/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7197 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7198#define $ac_func innocuous_$ac_func
7199
252b5132 7200/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7201 which can conflict with char $ac_func (); below.
7202 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7203 <limits.h> exists even on freestanding compilers. */
ab509236 7204
13b2be9c
DJ
7205#ifdef __STDC__
7206# include <limits.h>
7207#else
7208# include <assert.h>
7209#endif
ab509236
L
7210
7211#undef $ac_func
7212
252b5132 7213/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7214#ifdef __cplusplus
7215extern "C"
7216{
7217#endif
252b5132 7218/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7219 builtin and then its argument prototype would still apply. */
7220char $ac_func ();
252b5132
RH
7221/* The GNU C library defines this for functions which it implements
7222 to always fail with ENOSYS. Some functions are actually named
7223 something starting with __ and the normal name is an alias. */
7224#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7225choke me
7226#else
13b2be9c
DJ
7227char (*f) () = $ac_func;
7228#endif
7229#ifdef __cplusplus
7230}
252b5132
RH
7231#endif
7232
13b2be9c
DJ
7233int
7234main ()
7235{
7236return f != $ac_func;
7237 ;
7238 return 0;
7239}
7240_ACEOF
7241rm -f conftest.$ac_objext conftest$ac_exeext
7242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7243 (eval $ac_link) 2>conftest.er1
13b2be9c 7244 ac_status=$?
ab509236
L
7245 grep -v '^ *+' conftest.er1 >conftest.err
7246 rm -f conftest.er1
7247 cat conftest.err >&5
13b2be9c
DJ
7248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7249 (exit $ac_status); } &&
1ad12f97
NC
7250 { ac_try='test -z "$ac_c_werror_flag"
7251 || test ! -s conftest.err'
ab509236
L
7252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7253 (eval $ac_try) 2>&5
7254 ac_status=$?
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); }; } &&
7257 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7259 (eval $ac_try) 2>&5
7260 ac_status=$?
7261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7262 (exit $ac_status); }; }; then
7263 eval "$as_ac_var=yes"
7264else
7265 echo "$as_me: failed program was:" >&5
7266sed 's/^/| /' conftest.$ac_ext >&5
7267
7268eval "$as_ac_var=no"
7269fi
ab509236
L
7270rm -f conftest.err conftest.$ac_objext \
7271 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7272fi
7273echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7274echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7275if test `eval echo '${'$as_ac_var'}'` = yes; then
7276
7277cat >>confdefs.h <<_ACEOF
252b5132 7278#define CRAY_STACKSEG_END $ac_func
13b2be9c 7279_ACEOF
252b5132 7280
13b2be9c 7281 break
252b5132
RH
7282fi
7283
13b2be9c 7284 done
252b5132
RH
7285fi
7286
13b2be9c
DJ
7287echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7288echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7289if test "${ac_cv_c_stack_direction+set}" = set; then
7290 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7291else
7292 if test "$cross_compiling" = yes; then
7293 ac_cv_c_stack_direction=0
7294else
13b2be9c 7295 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7296/* confdefs.h. */
7297_ACEOF
7298cat confdefs.h >>conftest.$ac_ext
7299cat >>conftest.$ac_ext <<_ACEOF
7300/* end confdefs.h. */
7301int
252b5132
RH
7302find_stack_direction ()
7303{
7304 static char *addr = 0;
7305 auto char dummy;
7306 if (addr == 0)
7307 {
7308 addr = &dummy;
7309 return find_stack_direction ();
7310 }
7311 else
7312 return (&dummy > addr) ? 1 : -1;
7313}
13b2be9c
DJ
7314
7315int
252b5132
RH
7316main ()
7317{
13b2be9c 7318 exit (find_stack_direction () < 0);
252b5132 7319}
13b2be9c
DJ
7320_ACEOF
7321rm -f conftest$ac_exeext
7322if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7323 (eval $ac_link) 2>&5
7324 ac_status=$?
7325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7326 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7328 (eval $ac_try) 2>&5
7329 ac_status=$?
7330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7331 (exit $ac_status); }; }; then
252b5132
RH
7332 ac_cv_c_stack_direction=1
7333else
13b2be9c
DJ
7334 echo "$as_me: program exited with status $ac_status" >&5
7335echo "$as_me: failed program was:" >&5
7336sed 's/^/| /' conftest.$ac_ext >&5
7337
7338( exit $ac_status )
7339ac_cv_c_stack_direction=-1
252b5132 7340fi
ab509236 7341rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7342fi
252b5132 7343fi
13b2be9c
DJ
7344echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7345echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 7346
13b2be9c 7347cat >>confdefs.h <<_ACEOF
252b5132 7348#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
7349_ACEOF
7350
252b5132
RH
7351
7352fi
7353
13b2be9c
DJ
7354
7355
7356for ac_header in stdlib.h unistd.h
252b5132 7357do
13b2be9c
DJ
7358as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7359if eval "test \"\${$as_ac_Header+set}\" = set"; then
7360 echo "$as_me:$LINENO: checking for $ac_header" >&5
7361echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7362if eval "test \"\${$as_ac_Header+set}\" = set"; then
7363 echo $ECHO_N "(cached) $ECHO_C" >&6
7364fi
7365echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7366echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7367else
7368 # Is the header compilable?
7369echo "$as_me:$LINENO: checking $ac_header usability" >&5
7370echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7371cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7372/* confdefs.h. */
7373_ACEOF
7374cat confdefs.h >>conftest.$ac_ext
7375cat >>conftest.$ac_ext <<_ACEOF
7376/* end confdefs.h. */
7377$ac_includes_default
7378#include <$ac_header>
7379_ACEOF
7380rm -f conftest.$ac_objext
7381if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7382 (eval $ac_compile) 2>conftest.er1
13b2be9c 7383 ac_status=$?
ab509236
L
7384 grep -v '^ *+' conftest.er1 >conftest.err
7385 rm -f conftest.er1
7386 cat conftest.err >&5
13b2be9c
DJ
7387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7388 (exit $ac_status); } &&
1ad12f97
NC
7389 { ac_try='test -z "$ac_c_werror_flag"
7390 || test ! -s conftest.err'
ab509236
L
7391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7392 (eval $ac_try) 2>&5
7393 ac_status=$?
7394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7395 (exit $ac_status); }; } &&
7396 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7398 (eval $ac_try) 2>&5
7399 ac_status=$?
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); }; }; then
7402 ac_header_compiler=yes
7403else
7404 echo "$as_me: failed program was:" >&5
7405sed 's/^/| /' conftest.$ac_ext >&5
7406
7407ac_header_compiler=no
7408fi
ab509236 7409rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7410echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7411echo "${ECHO_T}$ac_header_compiler" >&6
7412
7413# Is the header present?
7414echo "$as_me:$LINENO: checking $ac_header presence" >&5
7415echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7416cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7417/* confdefs.h. */
7418_ACEOF
7419cat confdefs.h >>conftest.$ac_ext
7420cat >>conftest.$ac_ext <<_ACEOF
7421/* end confdefs.h. */
7422#include <$ac_header>
7423_ACEOF
7424if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7425 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7426 ac_status=$?
7427 grep -v '^ *+' conftest.er1 >conftest.err
7428 rm -f conftest.er1
7429 cat conftest.err >&5
7430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7431 (exit $ac_status); } >/dev/null; then
7432 if test -s conftest.err; then
7433 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 7434 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
7435 else
7436 ac_cpp_err=
7437 fi
252b5132 7438else
13b2be9c
DJ
7439 ac_cpp_err=yes
7440fi
7441if test -z "$ac_cpp_err"; then
7442 ac_header_preproc=yes
7443else
7444 echo "$as_me: failed program was:" >&5
7445sed 's/^/| /' conftest.$ac_ext >&5
7446
7447 ac_header_preproc=no
7448fi
7449rm -f conftest.err conftest.$ac_ext
7450echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7451echo "${ECHO_T}$ac_header_preproc" >&6
7452
7453# So? What about this header?
ab509236
L
7454case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7455 yes:no: )
13b2be9c
DJ
7456 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7457echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
7458 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7459echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7460 ac_header_preproc=yes
13b2be9c 7461 ;;
ab509236 7462 no:yes:* )
13b2be9c
DJ
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7464echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
7465 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7466echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7468echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7470echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
7471 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7472echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
7473 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7474echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
7475 (
7476 cat <<\_ASBOX
ab509236
L
7477## ------------------------------------------ ##
7478## Report this to the AC_PACKAGE_NAME lists. ##
7479## ------------------------------------------ ##
13b2be9c
DJ
7480_ASBOX
7481 ) |
7482 sed "s/^/$as_me: WARNING: /" >&2
7483 ;;
7484esac
7485echo "$as_me:$LINENO: checking for $ac_header" >&5
7486echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7487if eval "test \"\${$as_ac_Header+set}\" = set"; then
7488 echo $ECHO_N "(cached) $ECHO_C" >&6
7489else
ab509236 7490 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 7491fi
13b2be9c
DJ
7492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7493echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7494
252b5132 7495fi
13b2be9c
DJ
7496if test `eval echo '${'$as_ac_Header'}'` = yes; then
7497 cat >>confdefs.h <<_ACEOF
7498#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7499_ACEOF
7500
252b5132 7501fi
13b2be9c 7502
252b5132
RH
7503done
7504
13b2be9c 7505
252b5132
RH
7506for ac_func in getpagesize
7507do
13b2be9c
DJ
7508as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7509echo "$as_me:$LINENO: checking for $ac_func" >&5
7510echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7511if eval "test \"\${$as_ac_var+set}\" = set"; then
7512 echo $ECHO_N "(cached) $ECHO_C" >&6
7513else
7514 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7515/* confdefs.h. */
7516_ACEOF
7517cat confdefs.h >>conftest.$ac_ext
7518cat >>conftest.$ac_ext <<_ACEOF
7519/* end confdefs.h. */
ab509236
L
7520/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7522#define $ac_func innocuous_$ac_func
7523
252b5132 7524/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7525 which can conflict with char $ac_func (); below.
7526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7527 <limits.h> exists even on freestanding compilers. */
ab509236 7528
13b2be9c
DJ
7529#ifdef __STDC__
7530# include <limits.h>
7531#else
7532# include <assert.h>
7533#endif
ab509236
L
7534
7535#undef $ac_func
7536
252b5132 7537/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7538#ifdef __cplusplus
7539extern "C"
7540{
7541#endif
252b5132 7542/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7543 builtin and then its argument prototype would still apply. */
7544char $ac_func ();
252b5132
RH
7545/* The GNU C library defines this for functions which it implements
7546 to always fail with ENOSYS. Some functions are actually named
7547 something starting with __ and the normal name is an alias. */
7548#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7549choke me
7550#else
13b2be9c
DJ
7551char (*f) () = $ac_func;
7552#endif
7553#ifdef __cplusplus
7554}
252b5132
RH
7555#endif
7556
13b2be9c
DJ
7557int
7558main ()
7559{
7560return f != $ac_func;
7561 ;
7562 return 0;
7563}
7564_ACEOF
7565rm -f conftest.$ac_objext conftest$ac_exeext
7566if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7567 (eval $ac_link) 2>conftest.er1
13b2be9c 7568 ac_status=$?
ab509236
L
7569 grep -v '^ *+' conftest.er1 >conftest.err
7570 rm -f conftest.er1
7571 cat conftest.err >&5
13b2be9c
DJ
7572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573 (exit $ac_status); } &&
1ad12f97
NC
7574 { ac_try='test -z "$ac_c_werror_flag"
7575 || test ! -s conftest.err'
ab509236
L
7576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7577 (eval $ac_try) 2>&5
7578 ac_status=$?
7579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580 (exit $ac_status); }; } &&
7581 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7583 (eval $ac_try) 2>&5
7584 ac_status=$?
7585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586 (exit $ac_status); }; }; then
7587 eval "$as_ac_var=yes"
7588else
7589 echo "$as_me: failed program was:" >&5
7590sed 's/^/| /' conftest.$ac_ext >&5
7591
7592eval "$as_ac_var=no"
7593fi
ab509236
L
7594rm -f conftest.err conftest.$ac_objext \
7595 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7596fi
7597echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7598echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7599if test `eval echo '${'$as_ac_var'}'` = yes; then
7600 cat >>confdefs.h <<_ACEOF
7601#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7602_ACEOF
252b5132 7603
252b5132
RH
7604fi
7605done
7606
13b2be9c
DJ
7607echo "$as_me:$LINENO: checking for working mmap" >&5
7608echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
7609if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7610 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7611else
7612 if test "$cross_compiling" = yes; then
7613 ac_cv_func_mmap_fixed_mapped=no
7614else
13b2be9c 7615 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7616/* confdefs.h. */
7617_ACEOF
7618cat confdefs.h >>conftest.$ac_ext
7619cat >>conftest.$ac_ext <<_ACEOF
7620/* end confdefs.h. */
7621$ac_includes_default
7622/* malloc might have been renamed as rpl_malloc. */
7623#undef malloc
d6d788bd 7624
252b5132
RH
7625/* Thanks to Mike Haertel and Jim Avera for this test.
7626 Here is a matrix of mmap possibilities:
7627 mmap private not fixed
7628 mmap private fixed at somewhere currently unmapped
7629 mmap private fixed at somewhere already mapped
7630 mmap shared not fixed
7631 mmap shared fixed at somewhere currently unmapped
7632 mmap shared fixed at somewhere already mapped
7633 For private mappings, we should verify that changes cannot be read()
7634 back from the file, nor mmap's back from the file at a different
7635 address. (There have been systems where private was not correctly
7636 implemented like the infamous i386 svr4.0, and systems where the
13b2be9c 7637 VM page cache was not coherent with the file system buffer cache
252b5132
RH
7638 like early versions of FreeBSD and possibly contemporary NetBSD.)
7639 For shared mappings, we should conversely verify that changes get
13b2be9c 7640 propagated back to all the places they're supposed to be.
252b5132
RH
7641
7642 Grep wants private fixed already mapped.
7643 The main things grep needs to know about mmap are:
7644 * does it exist and is it safe to write into the mmap'd area
7645 * how to use it (BSD variants) */
13b2be9c 7646
252b5132
RH
7647#include <fcntl.h>
7648#include <sys/mman.h>
7649
13b2be9c
DJ
7650#if !STDC_HEADERS && !HAVE_STDLIB_H
7651char *malloc ();
7652#endif
c8615825 7653
13b2be9c
DJ
7654/* This mess was copied from the GNU getpagesize.h. */
7655#if !HAVE_GETPAGESIZE
252b5132 7656/* Assume that all systems that can run configure have sys/param.h. */
13b2be9c 7657# if !HAVE_SYS_PARAM_H
252b5132
RH
7658# define HAVE_SYS_PARAM_H 1
7659# endif
7660
7661# ifdef _SC_PAGESIZE
7662# define getpagesize() sysconf(_SC_PAGESIZE)
7663# else /* no _SC_PAGESIZE */
13b2be9c 7664# if HAVE_SYS_PARAM_H
252b5132
RH
7665# include <sys/param.h>
7666# ifdef EXEC_PAGESIZE
7667# define getpagesize() EXEC_PAGESIZE
7668# else /* no EXEC_PAGESIZE */
7669# ifdef NBPG
7670# define getpagesize() NBPG * CLSIZE
7671# ifndef CLSIZE
7672# define CLSIZE 1
7673# endif /* no CLSIZE */
7674# else /* no NBPG */
7675# ifdef NBPC
7676# define getpagesize() NBPC
7677# else /* no NBPC */
7678# ifdef PAGESIZE
7679# define getpagesize() PAGESIZE
7680# endif /* PAGESIZE */
7681# endif /* no NBPC */
7682# endif /* no NBPG */
7683# endif /* no EXEC_PAGESIZE */
7684# else /* no HAVE_SYS_PARAM_H */
7685# define getpagesize() 8192 /* punt totally */
7686# endif /* no HAVE_SYS_PARAM_H */
7687# endif /* no _SC_PAGESIZE */
7688
7689#endif /* no HAVE_GETPAGESIZE */
7690
252b5132 7691int
13b2be9c 7692main ()
252b5132 7693{
13b2be9c
DJ
7694 char *data, *data2, *data3;
7695 int i, pagesize;
7696 int fd;
7697
7698 pagesize = getpagesize ();
7699
7700 /* First, make a file with some known garbage in it. */
7701 data = (char *) malloc (pagesize);
7702 if (!data)
7703 exit (1);
7704 for (i = 0; i < pagesize; ++i)
7705 *(data + i) = rand ();
7706 umask (0);
7707 fd = creat ("conftest.mmap", 0600);
7708 if (fd < 0)
7709 exit (1);
7710 if (write (fd, data, pagesize) != pagesize)
7711 exit (1);
7712 close (fd);
7713
7714 /* Next, try to mmap the file at a fixed address which already has
7715 something else allocated at it. If we can, also make sure that
7716 we see the same garbage. */
7717 fd = open ("conftest.mmap", O_RDWR);
7718 if (fd < 0)
7719 exit (1);
7720 data2 = (char *) malloc (2 * pagesize);
7721 if (!data2)
7722 exit (1);
ab509236 7723 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
13b2be9c 7724 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
ab509236 7725 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13b2be9c
DJ
7726 exit (1);
7727 for (i = 0; i < pagesize; ++i)
7728 if (*(data + i) != *(data2 + i))
7729 exit (1);
7730
7731 /* Finally, make sure that changes to the mapped area do not
7732 percolate back to the file as seen by read(). (This is a bug on
7733 some variants of i386 svr4.0.) */
7734 for (i = 0; i < pagesize; ++i)
7735 *(data2 + i) = *(data2 + i) + 1;
7736 data3 = (char *) malloc (pagesize);
7737 if (!data3)
7738 exit (1);
7739 if (read (fd, data3, pagesize) != pagesize)
7740 exit (1);
7741 for (i = 0; i < pagesize; ++i)
7742 if (*(data + i) != *(data3 + i))
7743 exit (1);
7744 close (fd);
7745 exit (0);
252b5132 7746}
13b2be9c
DJ
7747_ACEOF
7748rm -f conftest$ac_exeext
7749if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7750 (eval $ac_link) 2>&5
7751 ac_status=$?
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7755 (eval $ac_try) 2>&5
7756 ac_status=$?
7757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); }; }; then
252b5132
RH
7759 ac_cv_func_mmap_fixed_mapped=yes
7760else
13b2be9c
DJ
7761 echo "$as_me: program exited with status $ac_status" >&5
7762echo "$as_me: failed program was:" >&5
7763sed 's/^/| /' conftest.$ac_ext >&5
7764
7765( exit $ac_status )
7766ac_cv_func_mmap_fixed_mapped=no
9b2b7d69 7767fi
ab509236 7768rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7769fi
252b5132 7770fi
13b2be9c
DJ
7771echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7772echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
c8615825 7773if test $ac_cv_func_mmap_fixed_mapped = yes; then
13b2be9c
DJ
7774
7775cat >>confdefs.h <<\_ACEOF
9b2b7d69 7776#define HAVE_MMAP 1
13b2be9c 7777_ACEOF
9b2b7d69
MM
7778
7779fi
13b2be9c
DJ
7780rm -f conftest.mmap
7781
7782
7783
7784
7785
7786
7787
6840198f 7788
13b2be9c
DJ
7789
7790
7791
7792for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
7793unistd.h values.h sys/param.h
7794do
13b2be9c
DJ
7795as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7796if eval "test \"\${$as_ac_Header+set}\" = set"; then
7797 echo "$as_me:$LINENO: checking for $ac_header" >&5
7798echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7799if eval "test \"\${$as_ac_Header+set}\" = set"; then
7800 echo $ECHO_N "(cached) $ECHO_C" >&6
7801fi
7802echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7803echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7804else
7805 # Is the header compilable?
7806echo "$as_me:$LINENO: checking $ac_header usability" >&5
7807echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7808cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7809/* confdefs.h. */
7810_ACEOF
7811cat confdefs.h >>conftest.$ac_ext
7812cat >>conftest.$ac_ext <<_ACEOF
7813/* end confdefs.h. */
7814$ac_includes_default
7815#include <$ac_header>
7816_ACEOF
7817rm -f conftest.$ac_objext
7818if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7819 (eval $ac_compile) 2>conftest.er1
13b2be9c 7820 ac_status=$?
ab509236
L
7821 grep -v '^ *+' conftest.er1 >conftest.err
7822 rm -f conftest.er1
7823 cat conftest.err >&5
13b2be9c
DJ
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); } &&
1ad12f97
NC
7826 { ac_try='test -z "$ac_c_werror_flag"
7827 || test ! -s conftest.err'
ab509236
L
7828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7829 (eval $ac_try) 2>&5
7830 ac_status=$?
7831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832 (exit $ac_status); }; } &&
7833 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7835 (eval $ac_try) 2>&5
7836 ac_status=$?
7837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7838 (exit $ac_status); }; }; then
7839 ac_header_compiler=yes
7840else
7841 echo "$as_me: failed program was:" >&5
7842sed 's/^/| /' conftest.$ac_ext >&5
7843
7844ac_header_compiler=no
7845fi
ab509236 7846rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7847echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7848echo "${ECHO_T}$ac_header_compiler" >&6
7849
7850# Is the header present?
7851echo "$as_me:$LINENO: checking $ac_header presence" >&5
7852echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7853cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7854/* confdefs.h. */
7855_ACEOF
7856cat confdefs.h >>conftest.$ac_ext
7857cat >>conftest.$ac_ext <<_ACEOF
7858/* end confdefs.h. */
7859#include <$ac_header>
7860_ACEOF
7861if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7862 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7863 ac_status=$?
7864 grep -v '^ *+' conftest.er1 >conftest.err
7865 rm -f conftest.er1
7866 cat conftest.err >&5
7867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7868 (exit $ac_status); } >/dev/null; then
7869 if test -s conftest.err; then
7870 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 7871 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
7872 else
7873 ac_cpp_err=
7874 fi
9b2b7d69 7875else
13b2be9c
DJ
7876 ac_cpp_err=yes
7877fi
7878if test -z "$ac_cpp_err"; then
7879 ac_header_preproc=yes
7880else
7881 echo "$as_me: failed program was:" >&5
7882sed 's/^/| /' conftest.$ac_ext >&5
7883
7884 ac_header_preproc=no
7885fi
7886rm -f conftest.err conftest.$ac_ext
7887echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7888echo "${ECHO_T}$ac_header_preproc" >&6
7889
7890# So? What about this header?
ab509236
L
7891case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7892 yes:no: )
13b2be9c
DJ
7893 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7894echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
7895 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7896echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7897 ac_header_preproc=yes
13b2be9c 7898 ;;
ab509236 7899 no:yes:* )
13b2be9c
DJ
7900 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7901echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
7902 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7903echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7904 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7905echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7906 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7907echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
7908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7909echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
7910 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7911echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
7912 (
7913 cat <<\_ASBOX
ab509236
L
7914## ------------------------------------------ ##
7915## Report this to the AC_PACKAGE_NAME lists. ##
7916## ------------------------------------------ ##
13b2be9c
DJ
7917_ASBOX
7918 ) |
7919 sed "s/^/$as_me: WARNING: /" >&2
7920 ;;
7921esac
7922echo "$as_me:$LINENO: checking for $ac_header" >&5
7923echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7924if eval "test \"\${$as_ac_Header+set}\" = set"; then
7925 echo $ECHO_N "(cached) $ECHO_C" >&6
7926else
ab509236 7927 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 7928fi
13b2be9c
DJ
7929echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7930echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7931
252b5132 7932fi
13b2be9c
DJ
7933if test `eval echo '${'$as_ac_Header'}'` = yes; then
7934 cat >>confdefs.h <<_ACEOF
7935#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7936_ACEOF
7937
252b5132 7938fi
13b2be9c 7939
252b5132
RH
7940done
7941
13b2be9c
DJ
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
7953__argz_count __argz_stringify __argz_next
7954do
13b2be9c
DJ
7955as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7956echo "$as_me:$LINENO: checking for $ac_func" >&5
7957echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7958if eval "test \"\${$as_ac_var+set}\" = set"; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7960else
7961 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7962/* confdefs.h. */
7963_ACEOF
7964cat confdefs.h >>conftest.$ac_ext
7965cat >>conftest.$ac_ext <<_ACEOF
7966/* end confdefs.h. */
ab509236
L
7967/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7968 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7969#define $ac_func innocuous_$ac_func
7970
252b5132 7971/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7972 which can conflict with char $ac_func (); below.
7973 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7974 <limits.h> exists even on freestanding compilers. */
ab509236 7975
13b2be9c
DJ
7976#ifdef __STDC__
7977# include <limits.h>
7978#else
7979# include <assert.h>
7980#endif
ab509236
L
7981
7982#undef $ac_func
7983
252b5132 7984/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7985#ifdef __cplusplus
7986extern "C"
7987{
7988#endif
252b5132 7989/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7990 builtin and then its argument prototype would still apply. */
7991char $ac_func ();
252b5132
RH
7992/* The GNU C library defines this for functions which it implements
7993 to always fail with ENOSYS. Some functions are actually named
7994 something starting with __ and the normal name is an alias. */
7995#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7996choke me
7997#else
13b2be9c
DJ
7998char (*f) () = $ac_func;
7999#endif
8000#ifdef __cplusplus
8001}
252b5132
RH
8002#endif
8003
13b2be9c
DJ
8004int
8005main ()
8006{
8007return f != $ac_func;
8008 ;
8009 return 0;
8010}
8011_ACEOF
8012rm -f conftest.$ac_objext conftest$ac_exeext
8013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8014 (eval $ac_link) 2>conftest.er1
13b2be9c 8015 ac_status=$?
ab509236
L
8016 grep -v '^ *+' conftest.er1 >conftest.err
8017 rm -f conftest.er1
8018 cat conftest.err >&5
13b2be9c
DJ
8019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8020 (exit $ac_status); } &&
1ad12f97
NC
8021 { ac_try='test -z "$ac_c_werror_flag"
8022 || test ! -s conftest.err'
ab509236
L
8023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8024 (eval $ac_try) 2>&5
8025 ac_status=$?
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); }; } &&
8028 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8030 (eval $ac_try) 2>&5
8031 ac_status=$?
8032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033 (exit $ac_status); }; }; then
8034 eval "$as_ac_var=yes"
8035else
8036 echo "$as_me: failed program was:" >&5
8037sed 's/^/| /' conftest.$ac_ext >&5
8038
8039eval "$as_ac_var=no"
8040fi
ab509236
L
8041rm -f conftest.err conftest.$ac_objext \
8042 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8043fi
8044echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8045echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8046if test `eval echo '${'$as_ac_var'}'` = yes; then
8047 cat >>confdefs.h <<_ACEOF
8048#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8049_ACEOF
252b5132 8050
252b5132
RH
8051fi
8052done
8053
6840198f 8054
d6d788bd 8055 if test "${ac_cv_func_stpcpy+set}" != "set"; then
13b2be9c
DJ
8056
8057for ac_func in stpcpy
252b5132 8058do
13b2be9c
DJ
8059as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8060echo "$as_me:$LINENO: checking for $ac_func" >&5
8061echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8062if eval "test \"\${$as_ac_var+set}\" = set"; then
8063 echo $ECHO_N "(cached) $ECHO_C" >&6
8064else
8065 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8066/* confdefs.h. */
8067_ACEOF
8068cat confdefs.h >>conftest.$ac_ext
8069cat >>conftest.$ac_ext <<_ACEOF
8070/* end confdefs.h. */
ab509236
L
8071/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8072 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8073#define $ac_func innocuous_$ac_func
8074
252b5132 8075/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8076 which can conflict with char $ac_func (); below.
8077 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8078 <limits.h> exists even on freestanding compilers. */
ab509236 8079
13b2be9c
DJ
8080#ifdef __STDC__
8081# include <limits.h>
8082#else
8083# include <assert.h>
8084#endif
ab509236
L
8085
8086#undef $ac_func
8087
252b5132 8088/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8089#ifdef __cplusplus
8090extern "C"
8091{
8092#endif
252b5132 8093/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8094 builtin and then its argument prototype would still apply. */
8095char $ac_func ();
252b5132
RH
8096/* The GNU C library defines this for functions which it implements
8097 to always fail with ENOSYS. Some functions are actually named
8098 something starting with __ and the normal name is an alias. */
8099#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8100choke me
8101#else
13b2be9c
DJ
8102char (*f) () = $ac_func;
8103#endif
8104#ifdef __cplusplus
8105}
252b5132
RH
8106#endif
8107
13b2be9c
DJ
8108int
8109main ()
8110{
8111return f != $ac_func;
8112 ;
8113 return 0;
8114}
8115_ACEOF
8116rm -f conftest.$ac_objext conftest$ac_exeext
8117if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8118 (eval $ac_link) 2>conftest.er1
13b2be9c 8119 ac_status=$?
ab509236
L
8120 grep -v '^ *+' conftest.er1 >conftest.err
8121 rm -f conftest.er1
8122 cat conftest.err >&5
13b2be9c
DJ
8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8124 (exit $ac_status); } &&
1ad12f97
NC
8125 { ac_try='test -z "$ac_c_werror_flag"
8126 || test ! -s conftest.err'
ab509236
L
8127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8128 (eval $ac_try) 2>&5
8129 ac_status=$?
8130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8131 (exit $ac_status); }; } &&
8132 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8134 (eval $ac_try) 2>&5
8135 ac_status=$?
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); }; }; then
8138 eval "$as_ac_var=yes"
8139else
8140 echo "$as_me: failed program was:" >&5
8141sed 's/^/| /' conftest.$ac_ext >&5
8142
8143eval "$as_ac_var=no"
8144fi
ab509236
L
8145rm -f conftest.err conftest.$ac_objext \
8146 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8147fi
8148echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8149echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8150if test `eval echo '${'$as_ac_var'}'` = yes; then
8151 cat >>confdefs.h <<_ACEOF
8152#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8153_ACEOF
252b5132 8154
252b5132
RH
8155fi
8156done
8157
8158 fi
8159 if test "${ac_cv_func_stpcpy}" = "yes"; then
13b2be9c
DJ
8160
8161cat >>confdefs.h <<\_ACEOF
252b5132 8162#define HAVE_STPCPY 1
13b2be9c 8163_ACEOF
252b5132
RH
8164
8165 fi
8166
8167 if test $ac_cv_header_locale_h = yes; then
13b2be9c
DJ
8168 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
8169echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
8170if test "${am_cv_val_LC_MESSAGES+set}" = set; then
8171 echo $ECHO_N "(cached) $ECHO_C" >&6
8172else
8173 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8174/* confdefs.h. */
8175_ACEOF
8176cat confdefs.h >>conftest.$ac_ext
8177cat >>conftest.$ac_ext <<_ACEOF
8178/* end confdefs.h. */
252b5132 8179#include <locale.h>
13b2be9c
DJ
8180int
8181main ()
8182{
252b5132 8183return LC_MESSAGES
13b2be9c
DJ
8184 ;
8185 return 0;
8186}
8187_ACEOF
8188rm -f conftest.$ac_objext conftest$ac_exeext
8189if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8190 (eval $ac_link) 2>conftest.er1
13b2be9c 8191 ac_status=$?
ab509236
L
8192 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -f conftest.er1
8194 cat conftest.err >&5
13b2be9c
DJ
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); } &&
1ad12f97
NC
8197 { ac_try='test -z "$ac_c_werror_flag"
8198 || test ! -s conftest.err'
ab509236
L
8199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8200 (eval $ac_try) 2>&5
8201 ac_status=$?
8202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8203 (exit $ac_status); }; } &&
8204 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8206 (eval $ac_try) 2>&5
8207 ac_status=$?
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); }; }; then
252b5132
RH
8210 am_cv_val_LC_MESSAGES=yes
8211else
13b2be9c
DJ
8212 echo "$as_me: failed program was:" >&5
8213sed 's/^/| /' conftest.$ac_ext >&5
8214
8215am_cv_val_LC_MESSAGES=no
252b5132 8216fi
ab509236
L
8217rm -f conftest.err conftest.$ac_objext \
8218 conftest$ac_exeext conftest.$ac_ext
252b5132 8219fi
13b2be9c
DJ
8220echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
8221echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
c8615825 8222 if test $am_cv_val_LC_MESSAGES = yes; then
13b2be9c
DJ
8223
8224cat >>confdefs.h <<\_ACEOF
252b5132 8225#define HAVE_LC_MESSAGES 1
13b2be9c 8226_ACEOF
252b5132
RH
8227
8228 fi
8229 fi
13b2be9c
DJ
8230 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
8231echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
8232 # Check whether --enable-nls or --disable-nls was given.
8233if test "${enable_nls+set}" = set; then
8234 enableval="$enable_nls"
8235 USE_NLS=$enableval
8236else
8237 USE_NLS=yes
13b2be9c
DJ
8238fi;
8239 echo "$as_me:$LINENO: result: $USE_NLS" >&5
8240echo "${ECHO_T}$USE_NLS" >&6
d6d788bd 8241
252b5132
RH
8242
8243 USE_INCLUDED_LIBINTL=no
8244
8245 if test "$USE_NLS" = "yes"; then
13b2be9c
DJ
8246 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
8247echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
8248
8249# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
8250if test "${with_included_gettext+set}" = set; then
8251 withval="$with_included_gettext"
8252 nls_cv_force_use_gnu_gettext=$withval
8253else
8254 nls_cv_force_use_gnu_gettext=no
13b2be9c
DJ
8255fi;
8256 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
8257echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
8258
8259 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
8260 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
8261 nls_cv_header_intl=
8262 nls_cv_header_libgt=
e8093792 8263 CATOBJEXT=
252b5132 8264
13b2be9c
DJ
8265 if test "${ac_cv_header_libintl_h+set}" = set; then
8266 echo "$as_me:$LINENO: checking for libintl.h" >&5
8267echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8268if test "${ac_cv_header_libintl_h+set}" = set; then
8269 echo $ECHO_N "(cached) $ECHO_C" >&6
8270fi
8271echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8272echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8273else
8274 # Is the header compilable?
8275echo "$as_me:$LINENO: checking libintl.h usability" >&5
8276echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
8277cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8278/* confdefs.h. */
8279_ACEOF
8280cat confdefs.h >>conftest.$ac_ext
8281cat >>conftest.$ac_ext <<_ACEOF
8282/* end confdefs.h. */
8283$ac_includes_default
9b2b7d69 8284#include <libintl.h>
13b2be9c
DJ
8285_ACEOF
8286rm -f conftest.$ac_objext
8287if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 8288 (eval $ac_compile) 2>conftest.er1
13b2be9c 8289 ac_status=$?
ab509236
L
8290 grep -v '^ *+' conftest.er1 >conftest.err
8291 rm -f conftest.er1
8292 cat conftest.err >&5
13b2be9c
DJ
8293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294 (exit $ac_status); } &&
1ad12f97
NC
8295 { ac_try='test -z "$ac_c_werror_flag"
8296 || test ! -s conftest.err'
ab509236
L
8297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8298 (eval $ac_try) 2>&5
8299 ac_status=$?
8300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8301 (exit $ac_status); }; } &&
8302 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
8303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8304 (eval $ac_try) 2>&5
8305 ac_status=$?
8306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8307 (exit $ac_status); }; }; then
8308 ac_header_compiler=yes
8309else
8310 echo "$as_me: failed program was:" >&5
8311sed 's/^/| /' conftest.$ac_ext >&5
8312
8313ac_header_compiler=no
8314fi
ab509236 8315rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
8316echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8317echo "${ECHO_T}$ac_header_compiler" >&6
8318
8319# Is the header present?
8320echo "$as_me:$LINENO: checking libintl.h presence" >&5
8321echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
8322cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8323/* confdefs.h. */
8324_ACEOF
8325cat confdefs.h >>conftest.$ac_ext
8326cat >>conftest.$ac_ext <<_ACEOF
8327/* end confdefs.h. */
8328#include <libintl.h>
8329_ACEOF
8330if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8331 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8332 ac_status=$?
8333 grep -v '^ *+' conftest.er1 >conftest.err
8334 rm -f conftest.er1
8335 cat conftest.err >&5
8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337 (exit $ac_status); } >/dev/null; then
8338 if test -s conftest.err; then
8339 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 8340 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
8341 else
8342 ac_cpp_err=
8343 fi
252b5132 8344else
13b2be9c
DJ
8345 ac_cpp_err=yes
8346fi
8347if test -z "$ac_cpp_err"; then
8348 ac_header_preproc=yes
8349else
8350 echo "$as_me: failed program was:" >&5
8351sed 's/^/| /' conftest.$ac_ext >&5
8352
8353 ac_header_preproc=no
8354fi
8355rm -f conftest.err conftest.$ac_ext
8356echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8357echo "${ECHO_T}$ac_header_preproc" >&6
8358
8359# So? What about this header?
ab509236
L
8360case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8361 yes:no: )
13b2be9c
DJ
8362 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
8363echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
8364 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
8365echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
8366 ac_header_preproc=yes
13b2be9c 8367 ;;
ab509236 8368 no:yes:* )
13b2be9c
DJ
8369 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8370echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
ab509236
L
8371 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8372echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8373 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
8374echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
8375 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
8376echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
8377 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8378echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
8379 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
8380echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
8381 (
8382 cat <<\_ASBOX
ab509236
L
8383## ------------------------------------------ ##
8384## Report this to the AC_PACKAGE_NAME lists. ##
8385## ------------------------------------------ ##
13b2be9c
DJ
8386_ASBOX
8387 ) |
8388 sed "s/^/$as_me: WARNING: /" >&2
8389 ;;
8390esac
8391echo "$as_me:$LINENO: checking for libintl.h" >&5
8392echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8393if test "${ac_cv_header_libintl_h+set}" = set; then
8394 echo $ECHO_N "(cached) $ECHO_C" >&6
8395else
8396 ac_cv_header_libintl_h=$ac_header_preproc
8397fi
8398echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8399echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8400
8401fi
8402if test $ac_cv_header_libintl_h = yes; then
8403 echo "$as_me:$LINENO: checking for gettext in libc" >&5
8404echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
8405if test "${gt_cv_func_gettext_libc+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8407else
8408 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8409/* confdefs.h. */
8410_ACEOF
8411cat confdefs.h >>conftest.$ac_ext
8412cat >>conftest.$ac_ext <<_ACEOF
8413/* end confdefs.h. */
252b5132 8414#include <libintl.h>
13b2be9c
DJ
8415int
8416main ()
8417{
252b5132 8418return (int) gettext ("")
13b2be9c
DJ
8419 ;
8420 return 0;
8421}
8422_ACEOF
8423rm -f conftest.$ac_objext conftest$ac_exeext
8424if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8425 (eval $ac_link) 2>conftest.er1
13b2be9c 8426 ac_status=$?
ab509236
L
8427 grep -v '^ *+' conftest.er1 >conftest.err
8428 rm -f conftest.er1
8429 cat conftest.err >&5
13b2be9c
DJ
8430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8431 (exit $ac_status); } &&
1ad12f97
NC
8432 { ac_try='test -z "$ac_c_werror_flag"
8433 || test ! -s conftest.err'
ab509236
L
8434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8435 (eval $ac_try) 2>&5
8436 ac_status=$?
8437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438 (exit $ac_status); }; } &&
8439 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8441 (eval $ac_try) 2>&5
8442 ac_status=$?
8443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8444 (exit $ac_status); }; }; then
252b5132
RH
8445 gt_cv_func_gettext_libc=yes
8446else
13b2be9c
DJ
8447 echo "$as_me: failed program was:" >&5
8448sed 's/^/| /' conftest.$ac_ext >&5
8449
8450gt_cv_func_gettext_libc=no
252b5132 8451fi
ab509236
L
8452rm -f conftest.err conftest.$ac_objext \
8453 conftest$ac_exeext conftest.$ac_ext
252b5132 8454fi
13b2be9c
DJ
8455echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
8456echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
8457
8458 if test "$gt_cv_func_gettext_libc" != "yes"; then
13b2be9c
DJ
8459 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
8460echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
8461if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
8462 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8463else
13b2be9c 8464 ac_check_lib_save_LIBS=$LIBS
252b5132 8465LIBS="-lintl $LIBS"
13b2be9c 8466cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8467/* confdefs.h. */
8468_ACEOF
8469cat confdefs.h >>conftest.$ac_ext
8470cat >>conftest.$ac_ext <<_ACEOF
8471/* end confdefs.h. */
8472
252b5132 8473/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8474#ifdef __cplusplus
8475extern "C"
8476#endif
252b5132 8477/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8478 builtin and then its argument prototype would still apply. */
8479char bindtextdomain ();
8480int
8481main ()
8482{
8483bindtextdomain ();
8484 ;
8485 return 0;
8486}
8487_ACEOF
8488rm -f conftest.$ac_objext conftest$ac_exeext
8489if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8490 (eval $ac_link) 2>conftest.er1
13b2be9c 8491 ac_status=$?
ab509236
L
8492 grep -v '^ *+' conftest.er1 >conftest.err
8493 rm -f conftest.er1
8494 cat conftest.err >&5
13b2be9c
DJ
8495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8496 (exit $ac_status); } &&
1ad12f97
NC
8497 { ac_try='test -z "$ac_c_werror_flag"
8498 || test ! -s conftest.err'
ab509236
L
8499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8500 (eval $ac_try) 2>&5
8501 ac_status=$?
8502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 (exit $ac_status); }; } &&
8504 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506 (eval $ac_try) 2>&5
8507 ac_status=$?
8508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509 (exit $ac_status); }; }; then
8510 ac_cv_lib_intl_bindtextdomain=yes
8511else
8512 echo "$as_me: failed program was:" >&5
8513sed 's/^/| /' conftest.$ac_ext >&5
8514
8515ac_cv_lib_intl_bindtextdomain=no
8516fi
ab509236
L
8517rm -f conftest.err conftest.$ac_objext \
8518 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8519LIBS=$ac_check_lib_save_LIBS
8520fi
8521echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
8522echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
8523if test $ac_cv_lib_intl_bindtextdomain = yes; then
8524 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
8525echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
8526if test "${gt_cv_func_gettext_libintl+set}" = set; then
8527 echo $ECHO_N "(cached) $ECHO_C" >&6
8528else
8529 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8530/* confdefs.h. */
8531_ACEOF
8532cat confdefs.h >>conftest.$ac_ext
8533cat >>conftest.$ac_ext <<_ACEOF
8534/* end confdefs.h. */
d6d788bd 8535
13b2be9c
DJ
8536int
8537main ()
8538{
252b5132 8539return (int) gettext ("")
13b2be9c
DJ
8540 ;
8541 return 0;
8542}
8543_ACEOF
8544rm -f conftest.$ac_objext conftest$ac_exeext
8545if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8546 (eval $ac_link) 2>conftest.er1
13b2be9c 8547 ac_status=$?
ab509236
L
8548 grep -v '^ *+' conftest.er1 >conftest.err
8549 rm -f conftest.er1
8550 cat conftest.err >&5
13b2be9c
DJ
8551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8552 (exit $ac_status); } &&
1ad12f97
NC
8553 { ac_try='test -z "$ac_c_werror_flag"
8554 || test ! -s conftest.err'
ab509236
L
8555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8556 (eval $ac_try) 2>&5
8557 ac_status=$?
8558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559 (exit $ac_status); }; } &&
8560 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562 (eval $ac_try) 2>&5
8563 ac_status=$?
8564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565 (exit $ac_status); }; }; then
252b5132
RH
8566 gt_cv_func_gettext_libintl=yes
8567else
13b2be9c
DJ
8568 echo "$as_me: failed program was:" >&5
8569sed 's/^/| /' conftest.$ac_ext >&5
8570
8571gt_cv_func_gettext_libintl=no
252b5132 8572fi
ab509236
L
8573rm -f conftest.err conftest.$ac_objext \
8574 conftest$ac_exeext conftest.$ac_ext
252b5132 8575fi
13b2be9c
DJ
8576echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
8577echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
8578fi
8579
8580 fi
8581
8582 if test "$gt_cv_func_gettext_libc" = "yes" \
8583 || test "$gt_cv_func_gettext_libintl" = "yes"; then
13b2be9c
DJ
8584
8585cat >>confdefs.h <<\_ACEOF
252b5132 8586#define HAVE_GETTEXT 1
13b2be9c 8587_ACEOF
252b5132
RH
8588
8589 # Extract the first word of "msgfmt", so it can be a program name with args.
8590set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8591echo "$as_me:$LINENO: checking for $ac_word" >&5
8592echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8593if test "${ac_cv_path_MSGFMT+set}" = set; then
8594 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8595else
8596 case "$MSGFMT" in
8597 /*)
8598 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8599 ;;
8600 *)
8601 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8602 for ac_dir in $PATH; do
8603 test -z "$ac_dir" && ac_dir=.
8604 if test -f $ac_dir/$ac_word; then
8605 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8606 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8607 break
8608 fi
8609 fi
8610 done
8611 IFS="$ac_save_ifs"
8612 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
8613 ;;
8614esac
8615fi
8616MSGFMT="$ac_cv_path_MSGFMT"
8617if test -n "$MSGFMT"; then
13b2be9c
DJ
8618 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8619echo "${ECHO_T}$MSGFMT" >&6
252b5132 8620else
13b2be9c
DJ
8621 echo "$as_me:$LINENO: result: no" >&5
8622echo "${ECHO_T}no" >&6
252b5132
RH
8623fi
8624 if test "$MSGFMT" != "no"; then
13b2be9c
DJ
8625
8626for ac_func in dcgettext
252b5132 8627do
13b2be9c
DJ
8628as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8629echo "$as_me:$LINENO: checking for $ac_func" >&5
8630echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8631if eval "test \"\${$as_ac_var+set}\" = set"; then
8632 echo $ECHO_N "(cached) $ECHO_C" >&6
8633else
8634 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8635/* confdefs.h. */
8636_ACEOF
8637cat confdefs.h >>conftest.$ac_ext
8638cat >>conftest.$ac_ext <<_ACEOF
8639/* end confdefs.h. */
ab509236
L
8640/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8642#define $ac_func innocuous_$ac_func
8643
252b5132 8644/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8645 which can conflict with char $ac_func (); below.
8646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8647 <limits.h> exists even on freestanding compilers. */
ab509236 8648
13b2be9c
DJ
8649#ifdef __STDC__
8650# include <limits.h>
8651#else
8652# include <assert.h>
8653#endif
ab509236
L
8654
8655#undef $ac_func
8656
252b5132 8657/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8658#ifdef __cplusplus
8659extern "C"
8660{
8661#endif
252b5132 8662/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8663 builtin and then its argument prototype would still apply. */
8664char $ac_func ();
252b5132
RH
8665/* The GNU C library defines this for functions which it implements
8666 to always fail with ENOSYS. Some functions are actually named
8667 something starting with __ and the normal name is an alias. */
8668#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8669choke me
8670#else
13b2be9c
DJ
8671char (*f) () = $ac_func;
8672#endif
8673#ifdef __cplusplus
8674}
252b5132
RH
8675#endif
8676
13b2be9c
DJ
8677int
8678main ()
8679{
8680return f != $ac_func;
8681 ;
8682 return 0;
8683}
8684_ACEOF
8685rm -f conftest.$ac_objext conftest$ac_exeext
8686if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8687 (eval $ac_link) 2>conftest.er1
13b2be9c 8688 ac_status=$?
ab509236
L
8689 grep -v '^ *+' conftest.er1 >conftest.err
8690 rm -f conftest.er1
8691 cat conftest.err >&5
13b2be9c
DJ
8692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8693 (exit $ac_status); } &&
1ad12f97
NC
8694 { ac_try='test -z "$ac_c_werror_flag"
8695 || test ! -s conftest.err'
ab509236
L
8696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8697 (eval $ac_try) 2>&5
8698 ac_status=$?
8699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8700 (exit $ac_status); }; } &&
8701 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8703 (eval $ac_try) 2>&5
8704 ac_status=$?
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); }; }; then
8707 eval "$as_ac_var=yes"
8708else
8709 echo "$as_me: failed program was:" >&5
8710sed 's/^/| /' conftest.$ac_ext >&5
8711
8712eval "$as_ac_var=no"
8713fi
ab509236
L
8714rm -f conftest.err conftest.$ac_objext \
8715 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8716fi
8717echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8718echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8719if test `eval echo '${'$as_ac_var'}'` = yes; then
8720 cat >>confdefs.h <<_ACEOF
8721#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8722_ACEOF
252b5132 8723
252b5132
RH
8724fi
8725done
8726
8727 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8728set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8729echo "$as_me:$LINENO: checking for $ac_word" >&5
8730echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8731if test "${ac_cv_path_GMSGFMT+set}" = set; then
8732 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8733else
13b2be9c
DJ
8734 case $GMSGFMT in
8735 [\\/]* | ?:[\\/]*)
252b5132
RH
8736 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8737 ;;
252b5132 8738 *)
13b2be9c
DJ
8739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8740for as_dir in $PATH
8741do
8742 IFS=$as_save_IFS
8743 test -z "$as_dir" && as_dir=.
8744 for ac_exec_ext in '' $ac_executable_extensions; do
8745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8746 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8748 break 2
8749 fi
8750done
8751done
8752
252b5132
RH
8753 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8754 ;;
8755esac
8756fi
13b2be9c
DJ
8757GMSGFMT=$ac_cv_path_GMSGFMT
8758
252b5132 8759if test -n "$GMSGFMT"; then
13b2be9c
DJ
8760 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8761echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8762else
13b2be9c
DJ
8763 echo "$as_me:$LINENO: result: no" >&5
8764echo "${ECHO_T}no" >&6
252b5132
RH
8765fi
8766
8767 # Extract the first word of "xgettext", so it can be a program name with args.
8768set dummy xgettext; ac_word=$2
13b2be9c
DJ
8769echo "$as_me:$LINENO: checking for $ac_word" >&5
8770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8771if test "${ac_cv_path_XGETTEXT+set}" = set; then
8772 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8773else
8774 case "$XGETTEXT" in
8775 /*)
8776 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8777 ;;
8778 *)
8779 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8780 for ac_dir in $PATH; do
8781 test -z "$ac_dir" && ac_dir=.
8782 if test -f $ac_dir/$ac_word; then
8783 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8784 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8785 break
8786 fi
8787 fi
8788 done
8789 IFS="$ac_save_ifs"
8790 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8791 ;;
8792esac
8793fi
8794XGETTEXT="$ac_cv_path_XGETTEXT"
8795if test -n "$XGETTEXT"; then
13b2be9c
DJ
8796 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8797echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8798else
13b2be9c
DJ
8799 echo "$as_me:$LINENO: result: no" >&5
8800echo "${ECHO_T}no" >&6
252b5132
RH
8801fi
8802
13b2be9c 8803 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8804/* confdefs.h. */
8805_ACEOF
8806cat confdefs.h >>conftest.$ac_ext
8807cat >>conftest.$ac_ext <<_ACEOF
8808/* end confdefs.h. */
252b5132 8809
13b2be9c
DJ
8810int
8811main ()
8812{
252b5132
RH
8813extern int _nl_msg_cat_cntr;
8814 return _nl_msg_cat_cntr
13b2be9c
DJ
8815 ;
8816 return 0;
8817}
8818_ACEOF
8819rm -f conftest.$ac_objext conftest$ac_exeext
8820if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8821 (eval $ac_link) 2>conftest.er1
13b2be9c 8822 ac_status=$?
ab509236
L
8823 grep -v '^ *+' conftest.er1 >conftest.err
8824 rm -f conftest.er1
8825 cat conftest.err >&5
13b2be9c
DJ
8826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827 (exit $ac_status); } &&
1ad12f97
NC
8828 { ac_try='test -z "$ac_c_werror_flag"
8829 || test ! -s conftest.err'
ab509236
L
8830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8831 (eval $ac_try) 2>&5
8832 ac_status=$?
8833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834 (exit $ac_status); }; } &&
8835 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8837 (eval $ac_try) 2>&5
8838 ac_status=$?
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); }; }; then
252b5132
RH
8841 CATOBJEXT=.gmo
8842 DATADIRNAME=share
8843else
13b2be9c
DJ
8844 echo "$as_me: failed program was:" >&5
8845sed 's/^/| /' conftest.$ac_ext >&5
8846
8847CATOBJEXT=.mo
252b5132
RH
8848 DATADIRNAME=lib
8849fi
ab509236
L
8850rm -f conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
252b5132
RH
8852 INSTOBJEXT=.mo
8853 fi
8854 fi
13b2be9c 8855
6840198f 8856fi
252b5132 8857
d6d788bd 8858
13b2be9c
DJ
8859
8860
e8093792
AC
8861 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
8862 # Neither gettext nor catgets in included in the C library.
8863 # Fall back on GNU gettext library (assuming it is present).
8864 nls_cv_use_gnu_gettext=yes
252b5132
RH
8865 fi
8866 fi
8867
8868 if test "$nls_cv_use_gnu_gettext" = "yes"; then
8869 INTLOBJS="\$(GETTOBJS)"
8870 # Extract the first word of "msgfmt", so it can be a program name with args.
8871set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8872echo "$as_me:$LINENO: checking for $ac_word" >&5
8873echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8874if test "${ac_cv_path_MSGFMT+set}" = set; then
8875 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8876else
8877 case "$MSGFMT" in
8878 /*)
8879 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8880 ;;
8881 *)
8882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8883 for ac_dir in $PATH; do
8884 test -z "$ac_dir" && ac_dir=.
8885 if test -f $ac_dir/$ac_word; then
8886 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8887 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8888 break
8889 fi
8890 fi
8891 done
8892 IFS="$ac_save_ifs"
8893 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
8894 ;;
8895esac
8896fi
8897MSGFMT="$ac_cv_path_MSGFMT"
8898if test -n "$MSGFMT"; then
13b2be9c
DJ
8899 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8900echo "${ECHO_T}$MSGFMT" >&6
252b5132 8901else
13b2be9c
DJ
8902 echo "$as_me:$LINENO: result: no" >&5
8903echo "${ECHO_T}no" >&6
252b5132
RH
8904fi
8905
8906 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8907set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8908echo "$as_me:$LINENO: checking for $ac_word" >&5
8909echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8910if test "${ac_cv_path_GMSGFMT+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8912else
13b2be9c
DJ
8913 case $GMSGFMT in
8914 [\\/]* | ?:[\\/]*)
252b5132
RH
8915 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8916 ;;
252b5132 8917 *)
13b2be9c
DJ
8918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8919for as_dir in $PATH
8920do
8921 IFS=$as_save_IFS
8922 test -z "$as_dir" && as_dir=.
8923 for ac_exec_ext in '' $ac_executable_extensions; do
8924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8925 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8927 break 2
8928 fi
8929done
8930done
8931
252b5132
RH
8932 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8933 ;;
8934esac
8935fi
13b2be9c
DJ
8936GMSGFMT=$ac_cv_path_GMSGFMT
8937
252b5132 8938if test -n "$GMSGFMT"; then
13b2be9c
DJ
8939 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8940echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8941else
13b2be9c
DJ
8942 echo "$as_me:$LINENO: result: no" >&5
8943echo "${ECHO_T}no" >&6
252b5132
RH
8944fi
8945
8946 # Extract the first word of "xgettext", so it can be a program name with args.
8947set dummy xgettext; ac_word=$2
13b2be9c
DJ
8948echo "$as_me:$LINENO: checking for $ac_word" >&5
8949echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8950if test "${ac_cv_path_XGETTEXT+set}" = set; then
8951 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8952else
8953 case "$XGETTEXT" in
8954 /*)
8955 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8956 ;;
8957 *)
8958 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8959 for ac_dir in $PATH; do
8960 test -z "$ac_dir" && ac_dir=.
8961 if test -f $ac_dir/$ac_word; then
8962 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8963 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8964 break
8965 fi
8966 fi
8967 done
8968 IFS="$ac_save_ifs"
8969 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8970 ;;
8971esac
8972fi
8973XGETTEXT="$ac_cv_path_XGETTEXT"
8974if test -n "$XGETTEXT"; then
13b2be9c
DJ
8975 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8976echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8977else
13b2be9c
DJ
8978 echo "$as_me:$LINENO: result: no" >&5
8979echo "${ECHO_T}no" >&6
252b5132
RH
8980fi
8981
13b2be9c 8982
252b5132
RH
8983 USE_INCLUDED_LIBINTL=yes
8984 CATOBJEXT=.gmo
8985 INSTOBJEXT=.mo
8986 DATADIRNAME=share
8987 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8988 INTLLIBS=$INTLDEPS
8989 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8990 nls_cv_header_intl=libintl.h
8991 nls_cv_header_libgt=libgettext.h
8992 fi
8993
8994 if test "$XGETTEXT" != ":"; then
8995 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8996 : ;
8997 else
13b2be9c
DJ
8998 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8999echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
9000 XGETTEXT=":"
9001 fi
9002 fi
9003
9004 # We need to process the po/ directory.
9005 POSUB=po
9006 else
9007 DATADIRNAME=share
9008 nls_cv_header_intl=libintl.h
9009 nls_cv_header_libgt=libgettext.h
9010 fi
9011
9012 # If this is used in GNU gettext we have to set USE_NLS to `yes'
9013 # because some of the sources are only built for this goal.
9014 if test "$PACKAGE" = gettext; then
9015 USE_NLS=yes
9016 USE_INCLUDED_LIBINTL=yes
9017 fi
9018
9019 for lang in $ALL_LINGUAS; do
9020 GMOFILES="$GMOFILES $lang.gmo"
9021 POFILES="$POFILES $lang.po"
9022 done
9023
13b2be9c
DJ
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
b16b813f
AM
9035 if test "x$CATOBJEXT" != "x"; then
9036
9037cat >>confdefs.h <<\_ACEOF
9038#define ENABLE_NLS 1
9039_ACEOF
9040
9041 fi
13b2be9c 9042
d6d788bd 9043
252b5132
RH
9044 if test "x$CATOBJEXT" != "x"; then
9045 if test "x$ALL_LINGUAS" = "x"; then
9046 LINGUAS=
9047 else
13b2be9c
DJ
9048 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
9049echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
9050 NEW_LINGUAS=
9051 for lang in ${LINGUAS=$ALL_LINGUAS}; do
9052 case "$ALL_LINGUAS" in
9053 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
9054 esac
9055 done
9056 LINGUAS=$NEW_LINGUAS
13b2be9c
DJ
9057 echo "$as_me:$LINENO: result: $LINGUAS" >&5
9058echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
9059 fi
9060
9061 if test -n "$LINGUAS"; then
9062 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
9063 fi
9064 fi
9065
9066 if test $ac_cv_header_locale_h = yes; then
9067 INCLUDE_LOCALE_H="#include <locale.h>"
9068 else
9069 INCLUDE_LOCALE_H="\
9070/* The system does not provide the header <locale.h>. Take care yourself. */"
9071 fi
13b2be9c 9072
252b5132
RH
9073
9074 if test -f $srcdir/po2tbl.sed.in; then
9075 if test "$CATOBJEXT" = ".cat"; then
13b2be9c
DJ
9076 if test "${ac_cv_header_linux_version_h+set}" = set; then
9077 echo "$as_me:$LINENO: checking for linux/version.h" >&5
9078echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9079if test "${ac_cv_header_linux_version_h+set}" = set; then
9080 echo $ECHO_N "(cached) $ECHO_C" >&6
9081fi
9082echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9083echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9084else
9085 # Is the header compilable?
9086echo "$as_me:$LINENO: checking linux/version.h usability" >&5
9087echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
9088cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9089/* confdefs.h. */
9090_ACEOF
9091cat confdefs.h >>conftest.$ac_ext
9092cat >>conftest.$ac_ext <<_ACEOF
9093/* end confdefs.h. */
9094$ac_includes_default
9b2b7d69 9095#include <linux/version.h>
13b2be9c
DJ
9096_ACEOF
9097rm -f conftest.$ac_objext
9098if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9099 (eval $ac_compile) 2>conftest.er1
13b2be9c 9100 ac_status=$?
ab509236
L
9101 grep -v '^ *+' conftest.er1 >conftest.err
9102 rm -f conftest.er1
9103 cat conftest.err >&5
13b2be9c
DJ
9104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9105 (exit $ac_status); } &&
1ad12f97
NC
9106 { ac_try='test -z "$ac_c_werror_flag"
9107 || test ! -s conftest.err'
ab509236
L
9108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9109 (eval $ac_try) 2>&5
9110 ac_status=$?
9111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); }; } &&
9113 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9115 (eval $ac_try) 2>&5
9116 ac_status=$?
9117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9118 (exit $ac_status); }; }; then
9119 ac_header_compiler=yes
9120else
9121 echo "$as_me: failed program was:" >&5
9122sed 's/^/| /' conftest.$ac_ext >&5
9123
9124ac_header_compiler=no
9125fi
ab509236 9126rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
9127echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9128echo "${ECHO_T}$ac_header_compiler" >&6
9129
9130# Is the header present?
9131echo "$as_me:$LINENO: checking linux/version.h presence" >&5
9132echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
9133cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9134/* confdefs.h. */
9135_ACEOF
9136cat confdefs.h >>conftest.$ac_ext
9137cat >>conftest.$ac_ext <<_ACEOF
9138/* end confdefs.h. */
9139#include <linux/version.h>
9140_ACEOF
9141if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9142 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9143 ac_status=$?
9144 grep -v '^ *+' conftest.er1 >conftest.err
9145 rm -f conftest.er1
9146 cat conftest.err >&5
9147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148 (exit $ac_status); } >/dev/null; then
9149 if test -s conftest.err; then
9150 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 9151 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
9152 else
9153 ac_cpp_err=
9154 fi
252b5132 9155else
13b2be9c
DJ
9156 ac_cpp_err=yes
9157fi
9158if test -z "$ac_cpp_err"; then
9159 ac_header_preproc=yes
9160else
9161 echo "$as_me: failed program was:" >&5
9162sed 's/^/| /' conftest.$ac_ext >&5
9163
9164 ac_header_preproc=no
9165fi
9166rm -f conftest.err conftest.$ac_ext
9167echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9168echo "${ECHO_T}$ac_header_preproc" >&6
9169
9170# So? What about this header?
ab509236
L
9171case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9172 yes:no: )
13b2be9c
DJ
9173 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
9174echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
9175 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
9176echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
9177 ac_header_preproc=yes
13b2be9c 9178 ;;
ab509236 9179 no:yes:* )
13b2be9c
DJ
9180 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
9181echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
ab509236
L
9182 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
9183echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
9184 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
9185echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
9186 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
9187echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
9188 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
9189echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
9190 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
9191echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
9192 (
9193 cat <<\_ASBOX
ab509236
L
9194## ------------------------------------------ ##
9195## Report this to the AC_PACKAGE_NAME lists. ##
9196## ------------------------------------------ ##
13b2be9c
DJ
9197_ASBOX
9198 ) |
9199 sed "s/^/$as_me: WARNING: /" >&2
9200 ;;
9201esac
9202echo "$as_me:$LINENO: checking for linux/version.h" >&5
9203echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9204if test "${ac_cv_header_linux_version_h+set}" = set; then
9205 echo $ECHO_N "(cached) $ECHO_C" >&6
9206else
9207 ac_cv_header_linux_version_h=$ac_header_preproc
252b5132 9208fi
13b2be9c
DJ
9209echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9210echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9211
252b5132 9212fi
13b2be9c 9213if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
9214 msgformat=linux
9215else
13b2be9c 9216 msgformat=xopen
252b5132
RH
9217fi
9218
d6d788bd 9219
13b2be9c 9220
252b5132
RH
9221 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
9222 fi
9223 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
9224 $srcdir/po2tbl.sed.in > po2tbl.sed
9225 fi
9226
9227 if test "$PACKAGE" = "gettext"; then
9228 GT_NO="#NO#"
9229 GT_YES=
9230 else
9231 GT_NO=
9232 GT_YES="#YES#"
9233 fi
13b2be9c
DJ
9234
9235
252b5132
RH
9236
9237 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
13b2be9c 9238
252b5132
RH
9239
9240 l=
13b2be9c 9241
252b5132 9242
fcd8210c 9243 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
9244 test -d po || mkdir po
9245 if test "x$srcdir" != "x."; then
9246 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
9247 posrcprefix="$srcdir/"
9248 else
9249 posrcprefix="../$srcdir/"
9250 fi
9251 else
9252 posrcprefix="../"
9253 fi
9254 rm -f po/POTFILES
9255 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
9256 < $srcdir/po/POTFILES.in > po/POTFILES
9257 fi
252b5132 9258
13b2be9c
DJ
9259
9260echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
9261echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
9262 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
9263if test "${enable_maintainer_mode+set}" = set; then
9264 enableval="$enable_maintainer_mode"
9265 USE_MAINTAINER_MODE=$enableval
9266else
9267 USE_MAINTAINER_MODE=no
13b2be9c
DJ
9268fi;
9269 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
9270echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
d6d788bd 9271
252b5132
RH
9272
9273if test $USE_MAINTAINER_MODE = yes; then
9274 MAINTAINER_MODE_TRUE=
c8615825
AM
9275 MAINTAINER_MODE_FALSE='#'
9276else
9277 MAINTAINER_MODE_TRUE='#'
9278 MAINTAINER_MODE_FALSE=
9279fi
13b2be9c 9280
c8615825 9281 MAINT=$MAINTAINER_MODE_TRUE
9b2b7d69
MM
9282
9283
9284
9285
9286
9287
13b2be9c
DJ
9288
9289
9290
9291
9292
9293
9294
9295for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
d6d788bd 9296do
13b2be9c
DJ
9297as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9298if eval "test \"\${$as_ac_Header+set}\" = set"; then
9299 echo "$as_me:$LINENO: checking for $ac_header" >&5
9300echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9301if eval "test \"\${$as_ac_Header+set}\" = set"; then
9302 echo $ECHO_N "(cached) $ECHO_C" >&6
9303fi
9304echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9305echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9306else
9307 # Is the header compilable?
9308echo "$as_me:$LINENO: checking $ac_header usability" >&5
9309echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9310cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9311/* confdefs.h. */
9312_ACEOF
9313cat confdefs.h >>conftest.$ac_ext
9314cat >>conftest.$ac_ext <<_ACEOF
9315/* end confdefs.h. */
9316$ac_includes_default
9317#include <$ac_header>
9318_ACEOF
9319rm -f conftest.$ac_objext
9320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9321 (eval $ac_compile) 2>conftest.er1
13b2be9c 9322 ac_status=$?
ab509236
L
9323 grep -v '^ *+' conftest.er1 >conftest.err
9324 rm -f conftest.er1
9325 cat conftest.err >&5
13b2be9c
DJ
9326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9327 (exit $ac_status); } &&
1ad12f97
NC
9328 { ac_try='test -z "$ac_c_werror_flag"
9329 || test ! -s conftest.err'
ab509236
L
9330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9331 (eval $ac_try) 2>&5
9332 ac_status=$?
9333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334 (exit $ac_status); }; } &&
9335 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9337 (eval $ac_try) 2>&5
9338 ac_status=$?
9339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9340 (exit $ac_status); }; }; then
9341 ac_header_compiler=yes
9342else
9343 echo "$as_me: failed program was:" >&5
9344sed 's/^/| /' conftest.$ac_ext >&5
9345
9346ac_header_compiler=no
9347fi
ab509236 9348rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
9349echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9350echo "${ECHO_T}$ac_header_compiler" >&6
9351
9352# Is the header present?
9353echo "$as_me:$LINENO: checking $ac_header presence" >&5
9354echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9355cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9356/* confdefs.h. */
9357_ACEOF
9358cat confdefs.h >>conftest.$ac_ext
9359cat >>conftest.$ac_ext <<_ACEOF
9360/* end confdefs.h. */
9361#include <$ac_header>
9362_ACEOF
9363if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9364 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } >/dev/null; then
9371 if test -s conftest.err; then
9372 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 9373 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
9374 else
9375 ac_cpp_err=
9376 fi
9b2b7d69 9377else
13b2be9c
DJ
9378 ac_cpp_err=yes
9379fi
9380if test -z "$ac_cpp_err"; then
9381 ac_header_preproc=yes
9382else
9383 echo "$as_me: failed program was:" >&5
9384sed 's/^/| /' conftest.$ac_ext >&5
9385
9386 ac_header_preproc=no
9387fi
9388rm -f conftest.err conftest.$ac_ext
9389echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9390echo "${ECHO_T}$ac_header_preproc" >&6
9391
9392# So? What about this header?
ab509236
L
9393case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9394 yes:no: )
13b2be9c
DJ
9395 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9396echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
9397 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9398echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9399 ac_header_preproc=yes
13b2be9c 9400 ;;
ab509236 9401 no:yes:* )
13b2be9c
DJ
9402 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9403echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
9404 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9405echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9406 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9407echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9408 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9409echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
9410 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9411echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
9412 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9413echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
9414 (
9415 cat <<\_ASBOX
ab509236
L
9416## ------------------------------------------ ##
9417## Report this to the AC_PACKAGE_NAME lists. ##
9418## ------------------------------------------ ##
13b2be9c
DJ
9419_ASBOX
9420 ) |
9421 sed "s/^/$as_me: WARNING: /" >&2
9422 ;;
9423esac
9424echo "$as_me:$LINENO: checking for $ac_header" >&5
9425echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9426if eval "test \"\${$as_ac_Header+set}\" = set"; then
9427 echo $ECHO_N "(cached) $ECHO_C" >&6
9428else
ab509236 9429 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 9430fi
13b2be9c
DJ
9431echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9432echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9433
252b5132 9434fi
13b2be9c
DJ
9435if test `eval echo '${'$as_ac_Header'}'` = yes; then
9436 cat >>confdefs.h <<_ACEOF
9437#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9438_ACEOF
9439
252b5132 9440fi
13b2be9c 9441
252b5132
RH
9442done
9443
d6d788bd 9444
252b5132
RH
9445# Put this here so that autoconf's "cross-compiling" message doesn't confuse
9446# people who are not cross-compiling but are compiling cross-assemblers.
13b2be9c
DJ
9447echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
9448echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
252b5132
RH
9449if test "${host}" = "${target}"; then
9450 cross_gas=no
9451else
9452 cross_gas=yes
13b2be9c
DJ
9453
9454cat >>confdefs.h <<\_ACEOF
252b5132 9455#define CROSS_COMPILE 1
13b2be9c 9456_ACEOF
252b5132
RH
9457
9458fi
13b2be9c
DJ
9459echo "$as_me:$LINENO: result: $cross_gas" >&5
9460echo "${ECHO_T}$cross_gas" >&6
252b5132
RH
9461
9462# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9463# for constant arguments. Useless!
13b2be9c
DJ
9464echo "$as_me:$LINENO: checking for working alloca.h" >&5
9465echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
9466if test "${ac_cv_working_alloca_h+set}" = set; then
9467 echo $ECHO_N "(cached) $ECHO_C" >&6
9468else
9469 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9470/* confdefs.h. */
9471_ACEOF
9472cat confdefs.h >>conftest.$ac_ext
9473cat >>conftest.$ac_ext <<_ACEOF
9474/* end confdefs.h. */
252b5132 9475#include <alloca.h>
13b2be9c
DJ
9476int
9477main ()
9478{
9479char *p = (char *) alloca (2 * sizeof (int));
9480 ;
9481 return 0;
9482}
9483_ACEOF
9484rm -f conftest.$ac_objext conftest$ac_exeext
9485if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9486 (eval $ac_link) 2>conftest.er1
13b2be9c 9487 ac_status=$?
ab509236
L
9488 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1
9490 cat conftest.err >&5
13b2be9c
DJ
9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492 (exit $ac_status); } &&
1ad12f97
NC
9493 { ac_try='test -z "$ac_c_werror_flag"
9494 || test ! -s conftest.err'
ab509236
L
9495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9496 (eval $ac_try) 2>&5
9497 ac_status=$?
9498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); }; } &&
9500 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9502 (eval $ac_try) 2>&5
9503 ac_status=$?
9504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9505 (exit $ac_status); }; }; then
9506 ac_cv_working_alloca_h=yes
9507else
9508 echo "$as_me: failed program was:" >&5
9509sed 's/^/| /' conftest.$ac_ext >&5
9510
9511ac_cv_working_alloca_h=no
9512fi
ab509236
L
9513rm -f conftest.err conftest.$ac_objext \
9514 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9515fi
9516echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
9517echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
9518if test $ac_cv_working_alloca_h = yes; then
9519
9520cat >>confdefs.h <<\_ACEOF
252b5132 9521#define HAVE_ALLOCA_H 1
13b2be9c 9522_ACEOF
252b5132
RH
9523
9524fi
9525
13b2be9c
DJ
9526echo "$as_me:$LINENO: checking for alloca" >&5
9527echo $ECHO_N "checking for alloca... $ECHO_C" >&6
9528if test "${ac_cv_func_alloca_works+set}" = set; then
9529 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9530else
13b2be9c 9531 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9532/* confdefs.h. */
9533_ACEOF
9534cat confdefs.h >>conftest.$ac_ext
9535cat >>conftest.$ac_ext <<_ACEOF
9536/* end confdefs.h. */
252b5132
RH
9537#ifdef __GNUC__
9538# define alloca __builtin_alloca
9539#else
9540# ifdef _MSC_VER
9541# include <malloc.h>
9542# define alloca _alloca
9543# else
9544# if HAVE_ALLOCA_H
9545# include <alloca.h>
9546# else
9547# ifdef _AIX
9548 #pragma alloca
9549# else
9550# ifndef alloca /* predefined by HP cc +Olibcalls */
9551char *alloca ();
9552# endif
9553# endif
9554# endif
9555# endif
9556#endif
9557
13b2be9c
DJ
9558int
9559main ()
9560{
9561char *p = (char *) alloca (1);
9562 ;
9563 return 0;
9564}
9565_ACEOF
9566rm -f conftest.$ac_objext conftest$ac_exeext
9567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9568 (eval $ac_link) 2>conftest.er1
13b2be9c 9569 ac_status=$?
ab509236
L
9570 grep -v '^ *+' conftest.er1 >conftest.err
9571 rm -f conftest.er1
9572 cat conftest.err >&5
13b2be9c
DJ
9573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9574 (exit $ac_status); } &&
1ad12f97
NC
9575 { ac_try='test -z "$ac_c_werror_flag"
9576 || test ! -s conftest.err'
ab509236
L
9577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9578 (eval $ac_try) 2>&5
9579 ac_status=$?
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); }; } &&
9582 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9584 (eval $ac_try) 2>&5
9585 ac_status=$?
9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587 (exit $ac_status); }; }; then
252b5132
RH
9588 ac_cv_func_alloca_works=yes
9589else
13b2be9c
DJ
9590 echo "$as_me: failed program was:" >&5
9591sed 's/^/| /' conftest.$ac_ext >&5
9592
9593ac_cv_func_alloca_works=no
252b5132 9594fi
ab509236
L
9595rm -f conftest.err conftest.$ac_objext \
9596 conftest$ac_exeext conftest.$ac_ext
252b5132 9597fi
13b2be9c
DJ
9598echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9599echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 9600
252b5132 9601if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 9602
13b2be9c
DJ
9603cat >>confdefs.h <<\_ACEOF
9604#define HAVE_ALLOCA 1
9605_ACEOF
9b2b7d69 9606
13b2be9c 9607else
c8615825 9608 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
9609# that cause trouble. Some versions do not even contain alloca or
9610# contain a buggy version. If you still want to use their alloca,
9611# use ar to extract alloca.o from them instead of compiling alloca.c.
9612
9613ALLOCA=alloca.$ac_objext
9614
9615cat >>confdefs.h <<\_ACEOF
252b5132 9616#define C_ALLOCA 1
13b2be9c 9617_ACEOF
252b5132 9618
d6d788bd 9619
13b2be9c
DJ
9620echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9621echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9622if test "${ac_cv_os_cray+set}" = set; then
9623 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9624else
13b2be9c 9625 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9626/* confdefs.h. */
9627_ACEOF
9628cat confdefs.h >>conftest.$ac_ext
9629cat >>conftest.$ac_ext <<_ACEOF
9630/* end confdefs.h. */
252b5132
RH
9631#if defined(CRAY) && ! defined(CRAY2)
9632webecray
9633#else
9634wenotbecray
9635#endif
9636
13b2be9c 9637_ACEOF
252b5132 9638if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 9639 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
9640 ac_cv_os_cray=yes
9641else
252b5132
RH
9642 ac_cv_os_cray=no
9643fi
9644rm -f conftest*
9645
9646fi
13b2be9c
DJ
9647echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9648echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 9649if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
9650 for ac_func in _getb67 GETB67 getb67; do
9651 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9652echo "$as_me:$LINENO: checking for $ac_func" >&5
9653echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9654if eval "test \"\${$as_ac_var+set}\" = set"; then
9655 echo $ECHO_N "(cached) $ECHO_C" >&6
9656else
9657 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9658/* confdefs.h. */
9659_ACEOF
9660cat confdefs.h >>conftest.$ac_ext
9661cat >>conftest.$ac_ext <<_ACEOF
9662/* end confdefs.h. */
ab509236
L
9663/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9664 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9665#define $ac_func innocuous_$ac_func
9666
252b5132 9667/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9668 which can conflict with char $ac_func (); below.
9669 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9670 <limits.h> exists even on freestanding compilers. */
ab509236 9671
13b2be9c
DJ
9672#ifdef __STDC__
9673# include <limits.h>
9674#else
9675# include <assert.h>
9676#endif
ab509236
L
9677
9678#undef $ac_func
9679
252b5132 9680/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9681#ifdef __cplusplus
9682extern "C"
9683{
9684#endif
252b5132 9685/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9686 builtin and then its argument prototype would still apply. */
9687char $ac_func ();
252b5132
RH
9688/* The GNU C library defines this for functions which it implements
9689 to always fail with ENOSYS. Some functions are actually named
9690 something starting with __ and the normal name is an alias. */
9691#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9692choke me
9693#else
13b2be9c
DJ
9694char (*f) () = $ac_func;
9695#endif
9696#ifdef __cplusplus
9697}
252b5132
RH
9698#endif
9699
13b2be9c
DJ
9700int
9701main ()
9702{
9703return f != $ac_func;
9704 ;
9705 return 0;
9706}
9707_ACEOF
9708rm -f conftest.$ac_objext conftest$ac_exeext
9709if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9710 (eval $ac_link) 2>conftest.er1
13b2be9c 9711 ac_status=$?
ab509236
L
9712 grep -v '^ *+' conftest.er1 >conftest.err
9713 rm -f conftest.er1
9714 cat conftest.err >&5
13b2be9c
DJ
9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 (exit $ac_status); } &&
1ad12f97
NC
9717 { ac_try='test -z "$ac_c_werror_flag"
9718 || test ! -s conftest.err'
ab509236
L
9719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9720 (eval $ac_try) 2>&5
9721 ac_status=$?
9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9723 (exit $ac_status); }; } &&
9724 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9726 (eval $ac_try) 2>&5
9727 ac_status=$?
9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9729 (exit $ac_status); }; }; then
9730 eval "$as_ac_var=yes"
9731else
9732 echo "$as_me: failed program was:" >&5
9733sed 's/^/| /' conftest.$ac_ext >&5
9734
9735eval "$as_ac_var=no"
9736fi
ab509236
L
9737rm -f conftest.err conftest.$ac_objext \
9738 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9739fi
9740echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9741echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9742if test `eval echo '${'$as_ac_var'}'` = yes; then
9743
9744cat >>confdefs.h <<_ACEOF
252b5132 9745#define CRAY_STACKSEG_END $ac_func
13b2be9c 9746_ACEOF
252b5132 9747
13b2be9c 9748 break
252b5132
RH
9749fi
9750
13b2be9c 9751 done
252b5132
RH
9752fi
9753
13b2be9c
DJ
9754echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9755echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9756if test "${ac_cv_c_stack_direction+set}" = set; then
9757 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9758else
9759 if test "$cross_compiling" = yes; then
9760 ac_cv_c_stack_direction=0
9761else
13b2be9c 9762 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9763/* confdefs.h. */
9764_ACEOF
9765cat confdefs.h >>conftest.$ac_ext
9766cat >>conftest.$ac_ext <<_ACEOF
9767/* end confdefs.h. */
9768int
252b5132
RH
9769find_stack_direction ()
9770{
9771 static char *addr = 0;
9772 auto char dummy;
9773 if (addr == 0)
9774 {
9775 addr = &dummy;
9776 return find_stack_direction ();
9777 }
9778 else
9779 return (&dummy > addr) ? 1 : -1;
9780}
13b2be9c
DJ
9781
9782int
252b5132
RH
9783main ()
9784{
13b2be9c 9785 exit (find_stack_direction () < 0);
252b5132 9786}
13b2be9c
DJ
9787_ACEOF
9788rm -f conftest$ac_exeext
9789if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9790 (eval $ac_link) 2>&5
9791 ac_status=$?
9792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9793 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9795 (eval $ac_try) 2>&5
9796 ac_status=$?
9797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9798 (exit $ac_status); }; }; then
252b5132
RH
9799 ac_cv_c_stack_direction=1
9800else
13b2be9c
DJ
9801 echo "$as_me: program exited with status $ac_status" >&5
9802echo "$as_me: failed program was:" >&5
9803sed 's/^/| /' conftest.$ac_ext >&5
9804
9805( exit $ac_status )
9806ac_cv_c_stack_direction=-1
252b5132 9807fi
ab509236 9808rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 9809fi
252b5132 9810fi
13b2be9c
DJ
9811echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9812echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 9813
13b2be9c 9814cat >>confdefs.h <<_ACEOF
252b5132 9815#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
9816_ACEOF
9817
252b5132
RH
9818
9819fi
9820
13b2be9c
DJ
9821echo "$as_me:$LINENO: checking for inline" >&5
9822echo $ECHO_N "checking for inline... $ECHO_C" >&6
9823if test "${ac_cv_c_inline+set}" = set; then
9824 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9825else
9826 ac_cv_c_inline=no
9827for ac_kw in inline __inline__ __inline; do
13b2be9c 9828 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9829/* confdefs.h. */
9830_ACEOF
9831cat confdefs.h >>conftest.$ac_ext
9832cat >>conftest.$ac_ext <<_ACEOF
9833/* end confdefs.h. */
9834#ifndef __cplusplus
9835typedef int foo_t;
9836static $ac_kw foo_t static_foo () {return 0; }
9837$ac_kw foo_t foo () {return 0; }
9838#endif
252b5132 9839
13b2be9c
DJ
9840_ACEOF
9841rm -f conftest.$ac_objext
9842if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9843 (eval $ac_compile) 2>conftest.er1
13b2be9c 9844 ac_status=$?
ab509236
L
9845 grep -v '^ *+' conftest.er1 >conftest.err
9846 rm -f conftest.er1
9847 cat conftest.err >&5
13b2be9c
DJ
9848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9849 (exit $ac_status); } &&
1ad12f97
NC
9850 { ac_try='test -z "$ac_c_werror_flag"
9851 || test ! -s conftest.err'
ab509236
L
9852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9853 (eval $ac_try) 2>&5
9854 ac_status=$?
9855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9856 (exit $ac_status); }; } &&
9857 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9859 (eval $ac_try) 2>&5
9860 ac_status=$?
9861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9862 (exit $ac_status); }; }; then
252b5132
RH
9863 ac_cv_c_inline=$ac_kw; break
9864else
13b2be9c
DJ
9865 echo "$as_me: failed program was:" >&5
9866sed 's/^/| /' conftest.$ac_ext >&5
9867
252b5132 9868fi
ab509236 9869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9870done
9871
9872fi
13b2be9c
DJ
9873echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
9874echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
9875
9876
13b2be9c 9877case $ac_cv_c_inline in
252b5132 9878 inline | yes) ;;
ab509236
L
9879 *)
9880 case $ac_cv_c_inline in
9881 no) ac_val=;;
9882 *) ac_val=$ac_cv_c_inline;;
9883 esac
9884 cat >>confdefs.h <<_ACEOF
9885#ifndef __cplusplus
9886#define inline $ac_val
9887#endif
13b2be9c 9888_ACEOF
ab509236 9889 ;;
252b5132
RH
9890esac
9891
6840198f 9892
d6d788bd 9893# VMS doesn't have unlink.
13b2be9c
DJ
9894
9895
252b5132
RH
9896for ac_func in unlink remove
9897do
13b2be9c
DJ
9898as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9899echo "$as_me:$LINENO: checking for $ac_func" >&5
9900echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9901if eval "test \"\${$as_ac_var+set}\" = set"; then
9902 echo $ECHO_N "(cached) $ECHO_C" >&6
9903else
9904 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9905/* confdefs.h. */
9906_ACEOF
9907cat confdefs.h >>conftest.$ac_ext
9908cat >>conftest.$ac_ext <<_ACEOF
9909/* end confdefs.h. */
ab509236
L
9910/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9911 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9912#define $ac_func innocuous_$ac_func
9913
252b5132 9914/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9915 which can conflict with char $ac_func (); below.
9916 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9917 <limits.h> exists even on freestanding compilers. */
ab509236 9918
13b2be9c
DJ
9919#ifdef __STDC__
9920# include <limits.h>
9921#else
9922# include <assert.h>
9923#endif
ab509236
L
9924
9925#undef $ac_func
9926
252b5132 9927/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9928#ifdef __cplusplus
9929extern "C"
9930{
9931#endif
252b5132 9932/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9933 builtin and then its argument prototype would still apply. */
9934char $ac_func ();
252b5132
RH
9935/* The GNU C library defines this for functions which it implements
9936 to always fail with ENOSYS. Some functions are actually named
9937 something starting with __ and the normal name is an alias. */
9938#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9939choke me
9940#else
13b2be9c
DJ
9941char (*f) () = $ac_func;
9942#endif
9943#ifdef __cplusplus
9944}
252b5132
RH
9945#endif
9946
13b2be9c
DJ
9947int
9948main ()
9949{
9950return f != $ac_func;
9951 ;
9952 return 0;
9953}
9954_ACEOF
9955rm -f conftest.$ac_objext conftest$ac_exeext
9956if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9957 (eval $ac_link) 2>conftest.er1
13b2be9c 9958 ac_status=$?
ab509236
L
9959 grep -v '^ *+' conftest.er1 >conftest.err
9960 rm -f conftest.er1
9961 cat conftest.err >&5
13b2be9c
DJ
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 (exit $ac_status); } &&
1ad12f97
NC
9964 { ac_try='test -z "$ac_c_werror_flag"
9965 || test ! -s conftest.err'
ab509236
L
9966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9967 (eval $ac_try) 2>&5
9968 ac_status=$?
9969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9970 (exit $ac_status); }; } &&
9971 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9973 (eval $ac_try) 2>&5
9974 ac_status=$?
9975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9976 (exit $ac_status); }; }; then
9977 eval "$as_ac_var=yes"
9978else
9979 echo "$as_me: failed program was:" >&5
9980sed 's/^/| /' conftest.$ac_ext >&5
9981
9982eval "$as_ac_var=no"
9983fi
ab509236
L
9984rm -f conftest.err conftest.$ac_objext \
9985 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9986fi
9987echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9988echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9989if test `eval echo '${'$as_ac_var'}'` = yes; then
9990 cat >>confdefs.h <<_ACEOF
9991#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9992_ACEOF
252b5132 9993 break
252b5132
RH
9994fi
9995done
9996
6840198f 9997
d6d788bd 9998# Some systems don't have sbrk().
13b2be9c 9999
252b5132
RH
10000for ac_func in sbrk
10001do
13b2be9c
DJ
10002as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10003echo "$as_me:$LINENO: checking for $ac_func" >&5
10004echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10005if eval "test \"\${$as_ac_var+set}\" = set"; then
10006 echo $ECHO_N "(cached) $ECHO_C" >&6
10007else
10008 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10009/* confdefs.h. */
10010_ACEOF
10011cat confdefs.h >>conftest.$ac_ext
10012cat >>conftest.$ac_ext <<_ACEOF
10013/* end confdefs.h. */
ab509236
L
10014/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10015 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10016#define $ac_func innocuous_$ac_func
10017
252b5132 10018/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
10019 which can conflict with char $ac_func (); below.
10020 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10021 <limits.h> exists even on freestanding compilers. */
ab509236 10022
13b2be9c
DJ
10023#ifdef __STDC__
10024# include <limits.h>
10025#else
10026# include <assert.h>
10027#endif
ab509236
L
10028
10029#undef $ac_func
10030
252b5132 10031/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
10032#ifdef __cplusplus
10033extern "C"
10034{
10035#endif
252b5132 10036/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
10037 builtin and then its argument prototype would still apply. */
10038char $ac_func ();
252b5132
RH
10039/* The GNU C library defines this for functions which it implements
10040 to always fail with ENOSYS. Some functions are actually named
10041 something starting with __ and the normal name is an alias. */
10042#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10043choke me
10044#else
13b2be9c
DJ
10045char (*f) () = $ac_func;
10046#endif
10047#ifdef __cplusplus
10048}
252b5132
RH
10049#endif
10050
13b2be9c
DJ
10051int
10052main ()
10053{
10054return f != $ac_func;
10055 ;
10056 return 0;
10057}
10058_ACEOF
10059rm -f conftest.$ac_objext conftest$ac_exeext
10060if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10061 (eval $ac_link) 2>conftest.er1
13b2be9c 10062 ac_status=$?
ab509236
L
10063 grep -v '^ *+' conftest.er1 >conftest.err
10064 rm -f conftest.er1
10065 cat conftest.err >&5
13b2be9c
DJ
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); } &&
1ad12f97
NC
10068 { ac_try='test -z "$ac_c_werror_flag"
10069 || test ! -s conftest.err'
ab509236
L
10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10071 (eval $ac_try) 2>&5
10072 ac_status=$?
10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); }; } &&
10075 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10077 (eval $ac_try) 2>&5
10078 ac_status=$?
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }; }; then
10081 eval "$as_ac_var=yes"
10082else
10083 echo "$as_me: failed program was:" >&5
10084sed 's/^/| /' conftest.$ac_ext >&5
10085
10086eval "$as_ac_var=no"
10087fi
ab509236
L
10088rm -f conftest.err conftest.$ac_objext \
10089 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10090fi
10091echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10092echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10093if test `eval echo '${'$as_ac_var'}'` = yes; then
10094 cat >>confdefs.h <<_ACEOF
10095#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10096_ACEOF
252b5132 10097
252b5132
RH
10098fi
10099done
10100
d6d788bd 10101
39bec121
TW
10102# do we need the math library?
10103case "${need_libm}" in
13b2be9c 10104yes)
39bec121 10105 LIBM=
f9c19112 10106case $host in
4b363073 10107*-*-beos* | *-*-cygwin* | *-*-pw32*)
39bec121
TW
10108 # These system don't have libm
10109 ;;
10110*-ncr-sysv4.3*)
13b2be9c
DJ
10111 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
10112echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
10113if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
10114 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10115else
13b2be9c 10116 ac_check_lib_save_LIBS=$LIBS
39bec121 10117LIBS="-lmw $LIBS"
13b2be9c 10118cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10119/* confdefs.h. */
10120_ACEOF
10121cat confdefs.h >>conftest.$ac_ext
10122cat >>conftest.$ac_ext <<_ACEOF
10123/* end confdefs.h. */
10124
39bec121 10125/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
10126#ifdef __cplusplus
10127extern "C"
10128#endif
39bec121 10129/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
10130 builtin and then its argument prototype would still apply. */
10131char _mwvalidcheckl ();
10132int
10133main ()
10134{
10135_mwvalidcheckl ();
10136 ;
10137 return 0;
10138}
10139_ACEOF
10140rm -f conftest.$ac_objext conftest$ac_exeext
10141if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10142 (eval $ac_link) 2>conftest.er1
13b2be9c 10143 ac_status=$?
ab509236
L
10144 grep -v '^ *+' conftest.er1 >conftest.err
10145 rm -f conftest.er1
10146 cat conftest.err >&5
13b2be9c
DJ
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148 (exit $ac_status); } &&
1ad12f97
NC
10149 { ac_try='test -z "$ac_c_werror_flag"
10150 || test ! -s conftest.err'
ab509236
L
10151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10152 (eval $ac_try) 2>&5
10153 ac_status=$?
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); }; } &&
10156 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10158 (eval $ac_try) 2>&5
10159 ac_status=$?
10160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161 (exit $ac_status); }; }; then
10162 ac_cv_lib_mw__mwvalidcheckl=yes
10163else
10164 echo "$as_me: failed program was:" >&5
10165sed 's/^/| /' conftest.$ac_ext >&5
10166
10167ac_cv_lib_mw__mwvalidcheckl=no
10168fi
ab509236
L
10169rm -f conftest.err conftest.$ac_objext \
10170 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10171LIBS=$ac_check_lib_save_LIBS
10172fi
10173echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
10174echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
10175if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
39bec121 10176 LIBM="-lmw"
39bec121
TW
10177fi
10178
13b2be9c
DJ
10179 echo "$as_me:$LINENO: checking for main in -lm" >&5
10180echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10181if test "${ac_cv_lib_m_main+set}" = set; then
10182 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10183else
13b2be9c 10184 ac_check_lib_save_LIBS=$LIBS
39bec121 10185LIBS="-lm $LIBS"
13b2be9c 10186cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10187/* confdefs.h. */
10188_ACEOF
10189cat confdefs.h >>conftest.$ac_ext
10190cat >>conftest.$ac_ext <<_ACEOF
10191/* end confdefs.h. */
39bec121 10192
d6d788bd 10193
13b2be9c
DJ
10194int
10195main ()
10196{
10197main ();
10198 ;
10199 return 0;
10200}
10201_ACEOF
10202rm -f conftest.$ac_objext conftest$ac_exeext
10203if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10204 (eval $ac_link) 2>conftest.er1
13b2be9c 10205 ac_status=$?
ab509236
L
10206 grep -v '^ *+' conftest.er1 >conftest.err
10207 rm -f conftest.er1
10208 cat conftest.err >&5
13b2be9c
DJ
10209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10210 (exit $ac_status); } &&
1ad12f97
NC
10211 { ac_try='test -z "$ac_c_werror_flag"
10212 || test ! -s conftest.err'
ab509236
L
10213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10214 (eval $ac_try) 2>&5
10215 ac_status=$?
10216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10217 (exit $ac_status); }; } &&
10218 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10220 (eval $ac_try) 2>&5
10221 ac_status=$?
10222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10223 (exit $ac_status); }; }; then
10224 ac_cv_lib_m_main=yes
10225else
10226 echo "$as_me: failed program was:" >&5
10227sed 's/^/| /' conftest.$ac_ext >&5
10228
10229ac_cv_lib_m_main=no
10230fi
ab509236
L
10231rm -f conftest.err conftest.$ac_objext \
10232 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10233LIBS=$ac_check_lib_save_LIBS
10234fi
10235echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10236echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10237if test $ac_cv_lib_m_main = yes; then
39bec121 10238 LIBM="$LIBM -lm"
39bec121
TW
10239fi
10240
10241 ;;
10242*)
13b2be9c
DJ
10243 echo "$as_me:$LINENO: checking for main in -lm" >&5
10244echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10245if test "${ac_cv_lib_m_main+set}" = set; then
10246 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10247else
13b2be9c 10248 ac_check_lib_save_LIBS=$LIBS
39bec121 10249LIBS="-lm $LIBS"
13b2be9c 10250cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10251/* confdefs.h. */
10252_ACEOF
10253cat confdefs.h >>conftest.$ac_ext
10254cat >>conftest.$ac_ext <<_ACEOF
10255/* end confdefs.h. */
39bec121 10256
d6d788bd 10257
13b2be9c
DJ
10258int
10259main ()
10260{
10261main ();
10262 ;
10263 return 0;
10264}
10265_ACEOF
10266rm -f conftest.$ac_objext conftest$ac_exeext
10267if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10268 (eval $ac_link) 2>conftest.er1
13b2be9c 10269 ac_status=$?
ab509236
L
10270 grep -v '^ *+' conftest.er1 >conftest.err
10271 rm -f conftest.er1
10272 cat conftest.err >&5
13b2be9c
DJ
10273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10274 (exit $ac_status); } &&
1ad12f97
NC
10275 { ac_try='test -z "$ac_c_werror_flag"
10276 || test ! -s conftest.err'
ab509236
L
10277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10278 (eval $ac_try) 2>&5
10279 ac_status=$?
10280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10281 (exit $ac_status); }; } &&
10282 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10284 (eval $ac_try) 2>&5
10285 ac_status=$?
10286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10287 (exit $ac_status); }; }; then
10288 ac_cv_lib_m_main=yes
10289else
10290 echo "$as_me: failed program was:" >&5
10291sed 's/^/| /' conftest.$ac_ext >&5
10292
10293ac_cv_lib_m_main=no
10294fi
ab509236
L
10295rm -f conftest.err conftest.$ac_objext \
10296 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10297LIBS=$ac_check_lib_save_LIBS
10298fi
10299echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10300echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10301if test $ac_cv_lib_m_main = yes; then
39bec121 10302 LIBM="-lm"
39bec121
TW
10303fi
10304
10305 ;;
10306esac
10307
13b2be9c 10308
39bec121
TW
10309 ;;
10310esac
10311
252b5132
RH
10312# Some non-ANSI preprocessors botch requoting inside strings. That's bad
10313# enough, but on some of those systems, the assert macro relies on requoting
10314# working properly!
13b2be9c
DJ
10315echo "$as_me:$LINENO: checking for working assert macro" >&5
10316echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
10317if test "${gas_cv_assert_ok+set}" = set; then
10318 echo $ECHO_N "(cached) $ECHO_C" >&6
10319else
10320 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10321/* confdefs.h. */
10322_ACEOF
10323cat confdefs.h >>conftest.$ac_ext
10324cat >>conftest.$ac_ext <<_ACEOF
10325/* end confdefs.h. */
252b5132
RH
10326#include <assert.h>
10327#include <stdio.h>
13b2be9c
DJ
10328int
10329main ()
10330{
252b5132
RH
10331
10332/* check for requoting problems */
10333static int a, b, c, d;
10334static char *s;
10335assert (!strcmp(s, "foo bar baz quux"));
10336/* check for newline handling */
10337assert (a == b
10338 || c == d);
10339
13b2be9c
DJ
10340 ;
10341 return 0;
10342}
10343_ACEOF
10344rm -f conftest.$ac_objext conftest$ac_exeext
10345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10346 (eval $ac_link) 2>conftest.er1
13b2be9c 10347 ac_status=$?
ab509236
L
10348 grep -v '^ *+' conftest.er1 >conftest.err
10349 rm -f conftest.er1
10350 cat conftest.err >&5
13b2be9c
DJ
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); } &&
1ad12f97
NC
10353 { ac_try='test -z "$ac_c_werror_flag"
10354 || test ! -s conftest.err'
ab509236
L
10355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10356 (eval $ac_try) 2>&5
10357 ac_status=$?
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); }; } &&
10360 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10362 (eval $ac_try) 2>&5
10363 ac_status=$?
10364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); }; }; then
252b5132
RH
10366 gas_cv_assert_ok=yes
10367else
13b2be9c
DJ
10368 echo "$as_me: failed program was:" >&5
10369sed 's/^/| /' conftest.$ac_ext >&5
10370
10371gas_cv_assert_ok=no
252b5132 10372fi
ab509236
L
10373rm -f conftest.err conftest.$ac_objext \
10374 conftest$ac_exeext conftest.$ac_ext
252b5132 10375fi
13b2be9c
DJ
10376echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
10377echo "${ECHO_T}$gas_cv_assert_ok" >&6
10378test $gas_cv_assert_ok = yes ||
10379cat >>confdefs.h <<\_ACEOF
252b5132 10380#define BROKEN_ASSERT 1
13b2be9c 10381_ACEOF
252b5132 10382
d6d788bd
L
10383
10384
252b5132
RH
10385# On some systems, the system header files may not declare malloc, realloc,
10386# and free. There are places where gas needs these functions to have been
10387# declared -- such as when taking their addresses.
10388gas_test_headers="
10389#ifdef HAVE_MEMORY_H
10390#include <memory.h>
10391#endif
10392#ifdef HAVE_STRING_H
10393#include <string.h>
10394#else
10395#ifdef HAVE_STRINGS_H
10396#include <strings.h>
10397#endif
10398#endif
10399#ifdef HAVE_STDLIB_H
10400#include <stdlib.h>
10401#endif
10402#ifdef HAVE_UNISTD_H
10403#include <unistd.h>
10404#endif
10405"
10406
e8a38df5
AL
10407# Does errno.h declare errno, or do we have to add a separate declaration
10408# for it?
10409
10410echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
10411echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
10412if test "${gas_cv_decl_needed_errno+set}" = set; then
10413 echo $ECHO_N "(cached) $ECHO_C" >&6
10414else
10415 cat >conftest.$ac_ext <<_ACEOF
10416/* confdefs.h. */
10417_ACEOF
10418cat confdefs.h >>conftest.$ac_ext
10419cat >>conftest.$ac_ext <<_ACEOF
10420/* end confdefs.h. */
10421
10422#ifdef HAVE_ERRNO_H
10423#include <errno.h>
10424#endif
10425
10426int
10427main ()
10428{
10429
10430typedef int f;
10431f x;
10432x = (f) errno;
10433
10434 ;
10435 return 0;
10436}
10437_ACEOF
10438rm -f conftest.$ac_objext conftest$ac_exeext
10439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10440 (eval $ac_link) 2>conftest.er1
10441 ac_status=$?
10442 grep -v '^ *+' conftest.er1 >conftest.err
10443 rm -f conftest.er1
10444 cat conftest.err >&5
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); } &&
10447 { ac_try='test -z "$ac_c_werror_flag"
10448 || test ! -s conftest.err'
10449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10450 (eval $ac_try) 2>&5
10451 ac_status=$?
10452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10453 (exit $ac_status); }; } &&
10454 { ac_try='test -s conftest$ac_exeext'
10455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10456 (eval $ac_try) 2>&5
10457 ac_status=$?
10458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10459 (exit $ac_status); }; }; then
10460 gas_cv_decl_needed_errno=no
10461else
10462 echo "$as_me: failed program was:" >&5
10463sed 's/^/| /' conftest.$ac_ext >&5
10464
10465gas_cv_decl_needed_errno=yes
10466fi
10467rm -f conftest.err conftest.$ac_objext \
10468 conftest$ac_exeext conftest.$ac_ext
10469fi
10470echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
10471echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
10472if test $gas_cv_decl_needed_errno = yes; then
10473
10474cat >>confdefs.h <<\_ACEOF
10475#define NEED_DECLARATION_ERRNO 1
10476_ACEOF
10477
10478fi
10479
10480
56f36663
NC
10481echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
10482echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
10483if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then
10484 echo $ECHO_N "(cached) $ECHO_C" >&6
10485else
10486 cat >conftest.$ac_ext <<_ACEOF
10487/* confdefs.h. */
10488_ACEOF
10489cat confdefs.h >>conftest.$ac_ext
10490cat >>conftest.$ac_ext <<_ACEOF
10491/* end confdefs.h. */
10492#include <unistd.h>
10493int
10494main ()
10495{
10496extern int getopt (int, char *const*, const char *);
10497 ;
10498 return 0;
10499}
10500_ACEOF
10501rm -f conftest.$ac_objext
10502if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10503 (eval $ac_compile) 2>conftest.er1
10504 ac_status=$?
10505 grep -v '^ *+' conftest.er1 >conftest.err
10506 rm -f conftest.er1
10507 cat conftest.err >&5
10508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10509 (exit $ac_status); } &&
10510 { ac_try='test -z "$ac_c_werror_flag"
10511 || test ! -s conftest.err'
10512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10513 (eval $ac_try) 2>&5
10514 ac_status=$?
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); }; } &&
10517 { ac_try='test -s conftest.$ac_objext'
10518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10519 (eval $ac_try) 2>&5
10520 ac_status=$?
10521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10522 (exit $ac_status); }; }; then
10523 gas_cv_decl_getopt_unistd_h=yes
10524else
10525 echo "$as_me: failed program was:" >&5
10526sed 's/^/| /' conftest.$ac_ext >&5
10527
10528gas_cv_decl_getopt_unistd_h=no
10529fi
10530rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10531fi
10532
10533echo "$as_me:$LINENO: result: $gas_cv_decl_getopt_unistd_h" >&5
10534echo "${ECHO_T}$gas_cv_decl_getopt_unistd_h" >&6
10535if test $gas_cv_decl_getopt_unistd_h = yes; then
10536
10537cat >>confdefs.h <<\_ACEOF
10538#define HAVE_DECL_GETOPT 1
10539_ACEOF
10540
10541fi
10542
e8a38df5
AL
10543
10544echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
10545echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
10546if test "${gas_cv_decl_needed_environ+set}" = set; then
13b2be9c
DJ
10547 echo $ECHO_N "(cached) $ECHO_C" >&6
10548else
10549 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10550/* confdefs.h. */
10551_ACEOF
10552cat confdefs.h >>conftest.$ac_ext
10553cat >>conftest.$ac_ext <<_ACEOF
10554/* end confdefs.h. */
252b5132 10555$gas_test_headers
13b2be9c
DJ
10556int
10557main ()
10558{
252b5132 10559
e8a38df5 10560typedef char **f;
252b5132 10561f x;
e8a38df5 10562x = (f) environ;
252b5132 10563
13b2be9c
DJ
10564 ;
10565 return 0;
10566}
10567_ACEOF
10568rm -f conftest.$ac_objext conftest$ac_exeext
10569if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10570 (eval $ac_link) 2>conftest.er1
13b2be9c 10571 ac_status=$?
ab509236
L
10572 grep -v '^ *+' conftest.er1 >conftest.err
10573 rm -f conftest.er1
10574 cat conftest.err >&5
13b2be9c
DJ
10575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); } &&
1ad12f97
NC
10577 { ac_try='test -z "$ac_c_werror_flag"
10578 || test ! -s conftest.err'
ab509236
L
10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10580 (eval $ac_try) 2>&5
10581 ac_status=$?
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); }; } &&
10584 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10586 (eval $ac_try) 2>&5
10587 ac_status=$?
10588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 (exit $ac_status); }; }; then
e8a38df5 10590 gas_cv_decl_needed_environ=no
252b5132 10591else
13b2be9c
DJ
10592 echo "$as_me: failed program was:" >&5
10593sed 's/^/| /' conftest.$ac_ext >&5
10594
e8a38df5 10595gas_cv_decl_needed_environ=yes
252b5132 10596fi
ab509236
L
10597rm -f conftest.err conftest.$ac_objext \
10598 conftest$ac_exeext conftest.$ac_ext
252b5132 10599fi
e8a38df5
AL
10600echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
10601echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
10602if test $gas_cv_decl_needed_environ = yes; then
13b2be9c
DJ
10603
10604cat >>confdefs.h <<\_ACEOF
e8a38df5 10605#define NEED_DECLARATION_ENVIRON 1
13b2be9c
DJ
10606_ACEOF
10607
10608fi
10609
10610
e8a38df5
AL
10611echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
10612echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
10613if test "${gas_cv_decl_needed_ffs+set}" = set; then
13b2be9c
DJ
10614 echo $ECHO_N "(cached) $ECHO_C" >&6
10615else
10616 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10617/* confdefs.h. */
10618_ACEOF
10619cat confdefs.h >>conftest.$ac_ext
10620cat >>conftest.$ac_ext <<_ACEOF
10621/* end confdefs.h. */
10622$gas_test_headers
10623int
10624main ()
10625{
10626
e8a38df5 10627typedef int (*f)(int);
13b2be9c 10628f x;
e8a38df5 10629x = (f) ffs;
13b2be9c
DJ
10630
10631 ;
10632 return 0;
10633}
10634_ACEOF
10635rm -f conftest.$ac_objext conftest$ac_exeext
10636if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10637 (eval $ac_link) 2>conftest.er1
13b2be9c 10638 ac_status=$?
ab509236
L
10639 grep -v '^ *+' conftest.er1 >conftest.err
10640 rm -f conftest.er1
10641 cat conftest.err >&5
13b2be9c
DJ
10642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10643 (exit $ac_status); } &&
1ad12f97
NC
10644 { ac_try='test -z "$ac_c_werror_flag"
10645 || test ! -s conftest.err'
ab509236
L
10646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10647 (eval $ac_try) 2>&5
10648 ac_status=$?
10649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10650 (exit $ac_status); }; } &&
10651 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10653 (eval $ac_try) 2>&5
10654 ac_status=$?
10655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10656 (exit $ac_status); }; }; then
e8a38df5 10657 gas_cv_decl_needed_ffs=no
13b2be9c
DJ
10658else
10659 echo "$as_me: failed program was:" >&5
10660sed 's/^/| /' conftest.$ac_ext >&5
10661
e8a38df5 10662gas_cv_decl_needed_ffs=yes
13b2be9c 10663fi
ab509236
L
10664rm -f conftest.err conftest.$ac_objext \
10665 conftest$ac_exeext conftest.$ac_ext
13b2be9c 10666fi
e8a38df5
AL
10667echo "$as_me:$LINENO: result: $gas_cv_decl_needed_ffs" >&5
10668echo "${ECHO_T}$gas_cv_decl_needed_ffs" >&6
10669if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c
DJ
10670
10671cat >>confdefs.h <<\_ACEOF
e8a38df5 10672#define NEED_DECLARATION_FFS 1
13b2be9c
DJ
10673_ACEOF
10674
10675fi
10676
10677
10678echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
10679echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
10680if test "${gas_cv_decl_needed_free+set}" = set; then
10681 echo $ECHO_N "(cached) $ECHO_C" >&6
10682else
10683 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10684/* confdefs.h. */
10685_ACEOF
10686cat confdefs.h >>conftest.$ac_ext
10687cat >>conftest.$ac_ext <<_ACEOF
10688/* end confdefs.h. */
10689$gas_test_headers
10690int
10691main ()
10692{
10693
10694typedef void (*f)();
10695f x;
10696x = (f) free;
10697
10698 ;
10699 return 0;
10700}
10701_ACEOF
10702rm -f conftest.$ac_objext conftest$ac_exeext
10703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10704 (eval $ac_link) 2>conftest.er1
13b2be9c 10705 ac_status=$?
ab509236
L
10706 grep -v '^ *+' conftest.er1 >conftest.err
10707 rm -f conftest.er1
10708 cat conftest.err >&5
13b2be9c
DJ
10709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10710 (exit $ac_status); } &&
1ad12f97
NC
10711 { ac_try='test -z "$ac_c_werror_flag"
10712 || test ! -s conftest.err'
ab509236
L
10713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10714 (eval $ac_try) 2>&5
10715 ac_status=$?
10716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717 (exit $ac_status); }; } &&
10718 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10720 (eval $ac_try) 2>&5
10721 ac_status=$?
10722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10723 (exit $ac_status); }; }; then
10724 gas_cv_decl_needed_free=no
10725else
10726 echo "$as_me: failed program was:" >&5
10727sed 's/^/| /' conftest.$ac_ext >&5
10728
10729gas_cv_decl_needed_free=yes
10730fi
ab509236
L
10731rm -f conftest.err conftest.$ac_objext \
10732 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10733fi
10734echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
10735echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
10736if test $gas_cv_decl_needed_free = yes; then
10737
10738cat >>confdefs.h <<\_ACEOF
10739#define NEED_DECLARATION_FREE 1
10740_ACEOF
10741
10742fi
10743
10744
e8a38df5
AL
10745echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
10746echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
10747if test "${gas_cv_decl_needed_malloc+set}" = set; then
13b2be9c
DJ
10748 echo $ECHO_N "(cached) $ECHO_C" >&6
10749else
10750 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10751/* confdefs.h. */
10752_ACEOF
10753cat confdefs.h >>conftest.$ac_ext
10754cat >>conftest.$ac_ext <<_ACEOF
10755/* end confdefs.h. */
10756$gas_test_headers
10757int
10758main ()
10759{
10760
10761typedef char *(*f)();
10762f x;
e8a38df5 10763x = (f) malloc;
13b2be9c
DJ
10764
10765 ;
10766 return 0;
10767}
10768_ACEOF
10769rm -f conftest.$ac_objext conftest$ac_exeext
10770if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10771 (eval $ac_link) 2>conftest.er1
13b2be9c 10772 ac_status=$?
ab509236
L
10773 grep -v '^ *+' conftest.er1 >conftest.err
10774 rm -f conftest.er1
10775 cat conftest.err >&5
13b2be9c
DJ
10776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10777 (exit $ac_status); } &&
1ad12f97
NC
10778 { ac_try='test -z "$ac_c_werror_flag"
10779 || test ! -s conftest.err'
ab509236
L
10780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10781 (eval $ac_try) 2>&5
10782 ac_status=$?
10783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10784 (exit $ac_status); }; } &&
10785 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10787 (eval $ac_try) 2>&5
10788 ac_status=$?
10789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10790 (exit $ac_status); }; }; then
e8a38df5 10791 gas_cv_decl_needed_malloc=no
13b2be9c
DJ
10792else
10793 echo "$as_me: failed program was:" >&5
10794sed 's/^/| /' conftest.$ac_ext >&5
10795
e8a38df5 10796gas_cv_decl_needed_malloc=yes
13b2be9c 10797fi
ab509236
L
10798rm -f conftest.err conftest.$ac_objext \
10799 conftest$ac_exeext conftest.$ac_ext
13b2be9c 10800fi
e8a38df5
AL
10801echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
10802echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
10803if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c
DJ
10804
10805cat >>confdefs.h <<\_ACEOF
e8a38df5 10806#define NEED_DECLARATION_MALLOC 1
13b2be9c
DJ
10807_ACEOF
10808
10809fi
10810
10811
e8a38df5
AL
10812echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
10813echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
10814if test "${gas_cv_decl_needed_sbrk+set}" = set; then
13b2be9c
DJ
10815 echo $ECHO_N "(cached) $ECHO_C" >&6
10816else
10817 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10818/* confdefs.h. */
10819_ACEOF
10820cat confdefs.h >>conftest.$ac_ext
10821cat >>conftest.$ac_ext <<_ACEOF
10822/* end confdefs.h. */
10823$gas_test_headers
10824int
10825main ()
10826{
10827
e8a38df5 10828typedef char *(*f)();
13b2be9c 10829f x;
e8a38df5 10830x = (f) sbrk;
13b2be9c
DJ
10831
10832 ;
10833 return 0;
10834}
10835_ACEOF
10836rm -f conftest.$ac_objext conftest$ac_exeext
10837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10838 (eval $ac_link) 2>conftest.er1
13b2be9c 10839 ac_status=$?
ab509236
L
10840 grep -v '^ *+' conftest.er1 >conftest.err
10841 rm -f conftest.er1
10842 cat conftest.err >&5
13b2be9c
DJ
10843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10844 (exit $ac_status); } &&
1ad12f97
NC
10845 { ac_try='test -z "$ac_c_werror_flag"
10846 || test ! -s conftest.err'
ab509236
L
10847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10848 (eval $ac_try) 2>&5
10849 ac_status=$?
10850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10851 (exit $ac_status); }; } &&
10852 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10854 (eval $ac_try) 2>&5
10855 ac_status=$?
10856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10857 (exit $ac_status); }; }; then
e8a38df5 10858 gas_cv_decl_needed_sbrk=no
13b2be9c
DJ
10859else
10860 echo "$as_me: failed program was:" >&5
10861sed 's/^/| /' conftest.$ac_ext >&5
10862
e8a38df5 10863gas_cv_decl_needed_sbrk=yes
13b2be9c 10864fi
ab509236
L
10865rm -f conftest.err conftest.$ac_objext \
10866 conftest$ac_exeext conftest.$ac_ext
13b2be9c 10867fi
e8a38df5
AL
10868echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
10869echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
10870if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c
DJ
10871
10872cat >>confdefs.h <<\_ACEOF
e8a38df5 10873#define NEED_DECLARATION_SBRK 1
13b2be9c
DJ
10874_ACEOF
10875
10876fi
10877
10878
e8a38df5
AL
10879echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
10880echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
10881if test "${gas_cv_decl_needed_strstr+set}" = set; then
13b2be9c
DJ
10882 echo $ECHO_N "(cached) $ECHO_C" >&6
10883else
10884 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10885/* confdefs.h. */
10886_ACEOF
10887cat confdefs.h >>conftest.$ac_ext
10888cat >>conftest.$ac_ext <<_ACEOF
10889/* end confdefs.h. */
e8a38df5 10890$gas_test_headers
13b2be9c
DJ
10891int
10892main ()
10893{
10894
e8a38df5 10895typedef char *(*f)();
13b2be9c 10896f x;
e8a38df5 10897x = (f) strstr;
13b2be9c
DJ
10898
10899 ;
10900 return 0;
10901}
10902_ACEOF
10903rm -f conftest.$ac_objext conftest$ac_exeext
10904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10905 (eval $ac_link) 2>conftest.er1
13b2be9c 10906 ac_status=$?
ab509236
L
10907 grep -v '^ *+' conftest.er1 >conftest.err
10908 rm -f conftest.er1
10909 cat conftest.err >&5
13b2be9c
DJ
10910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10911 (exit $ac_status); } &&
1ad12f97
NC
10912 { ac_try='test -z "$ac_c_werror_flag"
10913 || test ! -s conftest.err'
ab509236
L
10914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10915 (eval $ac_try) 2>&5
10916 ac_status=$?
10917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10918 (exit $ac_status); }; } &&
10919 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10921 (eval $ac_try) 2>&5
10922 ac_status=$?
10923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10924 (exit $ac_status); }; }; then
e8a38df5 10925 gas_cv_decl_needed_strstr=no
13b2be9c
DJ
10926else
10927 echo "$as_me: failed program was:" >&5
10928sed 's/^/| /' conftest.$ac_ext >&5
10929
e8a38df5 10930gas_cv_decl_needed_strstr=yes
13b2be9c 10931fi
ab509236
L
10932rm -f conftest.err conftest.$ac_objext \
10933 conftest$ac_exeext conftest.$ac_ext
13b2be9c 10934fi
e8a38df5
AL
10935echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
10936echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
10937if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c
DJ
10938
10939cat >>confdefs.h <<\_ACEOF
e8a38df5 10940#define NEED_DECLARATION_STRSTR 1
13b2be9c
DJ
10941_ACEOF
10942
10943fi
10944
10945
10946
10947
10948 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10949
10950 ac_config_commands="$ac_config_commands default"
10951
10952
10953cat >confcache <<\_ACEOF
10954# This file is a shell script that caches the results of configure
10955# tests run on this system so they can be shared between configure
10956# scripts and configure runs, see configure's option --config-cache.
10957# It is not useful on other systems. If it contains results you don't
10958# want to keep, you may remove or edit it.
10959#
10960# config.status only pays attention to the cache file if you give it
10961# the --recheck option to rerun configure.
10962#
10963# `ac_cv_env_foo' variables (set or unset) will be overridden when
10964# loading this file, other *unset* `ac_cv_foo' will be assigned the
10965# following values.
10966
10967_ACEOF
10968
10969# The following way of writing the cache mishandles newlines in values,
10970# but we know of no workaround that is simple, portable, and efficient.
10971# So, don't put newlines in cache variables' values.
10972# Ultrix sh set writes to stderr and can't be redirected directly,
10973# and sets the high bit in the cache file unless we assign to the vars.
10974{
10975 (set) 2>&1 |
10976 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10977 *ac_space=\ *)
10978 # `set' does not quote correctly, so add quotes (double-quote
10979 # substitution turns \\\\ into \\, and sed turns \\ into \).
10980 sed -n \
ab509236
L
10981 "s/'/'\\\\''/g;
10982 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
10983 ;;
10984 *)
10985 # `set' quotes correctly as required by POSIX, so do not add quotes.
10986 sed -n \
ab509236 10987 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
10988 ;;
10989 esac;
10990} |
10991 sed '
10992 t clear
10993 : clear
10994 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10995 t end
10996 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10997 : end' >>confcache
10998if diff $cache_file confcache >/dev/null 2>&1; then :; else
10999 if test -w $cache_file; then
11000 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11001 cat confcache >$cache_file
11002 else
11003 echo "not updating unwritable cache $cache_file"
11004 fi
11005fi
11006rm -f confcache
11007
11008test "x$prefix" = xNONE && prefix=$ac_default_prefix
11009# Let make expand exec_prefix.
11010test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11011
11012# VPATH may cause trouble with some makes, so we remove $(srcdir),
11013# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11014# trailing colons and then remove the whole line if VPATH becomes empty
11015# (actually we leave an empty line to preserve line numbers).
11016if test "x$srcdir" = x.; then
ab509236 11017 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13b2be9c
DJ
11018s/:*\$(srcdir):*/:/;
11019s/:*\${srcdir}:*/:/;
11020s/:*@srcdir@:*/:/;
ab509236 11021s/^\([^=]*=[ ]*\):*/\1/;
13b2be9c 11022s/:*$//;
ab509236 11023s/^[^=]*=[ ]*$//;
13b2be9c
DJ
11024}'
11025fi
11026
11027DEFS=-DHAVE_CONFIG_H
11028
11029ac_libobjs=
11030ac_ltlibobjs=
11031for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11032 # 1. Remove the extension, and $U if already installed.
11033 ac_i=`echo "$ac_i" |
ab509236 11034 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13b2be9c
DJ
11035 # 2. Add them.
11036 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
11037 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
11038done
11039LIBOBJS=$ac_libobjs
11040
11041LTLIBOBJS=$ac_ltlibobjs
11042
11043
11044if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11045 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11046Usually this means the macro was only invoked conditionally." >&5
11047echo "$as_me: error: conditional \"AMDEP\" was never defined.
11048Usually this means the macro was only invoked conditionally." >&2;}
11049 { (exit 1); exit 1; }; }
11050fi
11051if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11052 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11053Usually this means the macro was only invoked conditionally." >&5
11054echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11055Usually this means the macro was only invoked conditionally." >&2;}
11056 { (exit 1); exit 1; }; }
11057fi
11058if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11059 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11060Usually this means the macro was only invoked conditionally." >&5
11061echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11062Usually this means the macro was only invoked conditionally." >&2;}
11063 { (exit 1); exit 1; }; }
11064fi
11065
11066: ${CONFIG_STATUS=./config.status}
11067ac_clean_files_save=$ac_clean_files
11068ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11069{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11070echo "$as_me: creating $CONFIG_STATUS" >&6;}
11071cat >$CONFIG_STATUS <<_ACEOF
11072#! $SHELL
11073# Generated by $as_me.
11074# Run this file to recreate the current configuration.
11075# Compiler output produced by configure, useful for debugging
11076# configure, is in config.log if it exists.
11077
11078debug=false
11079ac_cs_recheck=false
11080ac_cs_silent=false
11081SHELL=\${CONFIG_SHELL-$SHELL}
11082_ACEOF
11083
11084cat >>$CONFIG_STATUS <<\_ACEOF
11085## --------------------- ##
11086## M4sh Initialization. ##
11087## --------------------- ##
11088
11089# Be Bourne compatible
11090if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11091 emulate sh
11092 NULLCMD=:
11093 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11094 # is contrary to our usage. Disable this feature.
11095 alias -g '${1+"$@"}'='"$@"'
11096elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
11097 set -o posix
11098fi
ab509236 11099DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
11100
11101# Support unset when possible.
ab509236 11102if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
11103 as_unset=unset
11104else
11105 as_unset=false
11106fi
11107
11108
11109# Work around bugs in pre-3.0 UWIN ksh.
11110$as_unset ENV MAIL MAILPATH
11111PS1='$ '
11112PS2='> '
11113PS4='+ '
11114
11115# NLS nuisances.
11116for as_var in \
11117 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11118 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11119 LC_TELEPHONE LC_TIME
11120do
ab509236 11121 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
11122 eval $as_var=C; export $as_var
11123 else
11124 $as_unset $as_var
11125 fi
11126done
11127
11128# Required to use basename.
11129if expr a : '\(a\)' >/dev/null 2>&1; then
11130 as_expr=expr
11131else
11132 as_expr=false
11133fi
11134
11135if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11136 as_basename=basename
11137else
11138 as_basename=false
11139fi
11140
11141
11142# Name of the executable.
11143as_me=`$as_basename "$0" ||
11144$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11145 X"$0" : 'X\(//\)$' \| \
11146 X"$0" : 'X\(/\)$' \| \
11147 . : '\(.\)' 2>/dev/null ||
11148echo X/"$0" |
11149 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11150 /^X\/\(\/\/\)$/{ s//\1/; q; }
11151 /^X\/\(\/\).*/{ s//\1/; q; }
11152 s/.*/./; q'`
11153
11154
11155# PATH needs CR, and LINENO needs CR and PATH.
11156# Avoid depending upon Character Ranges.
11157as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11158as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11159as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11160as_cr_digits='0123456789'
11161as_cr_alnum=$as_cr_Letters$as_cr_digits
11162
11163# The user is always right.
11164if test "${PATH_SEPARATOR+set}" != set; then
11165 echo "#! /bin/sh" >conf$$.sh
11166 echo "exit 0" >>conf$$.sh
11167 chmod +x conf$$.sh
11168 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11169 PATH_SEPARATOR=';'
11170 else
11171 PATH_SEPARATOR=:
11172 fi
11173 rm -f conf$$.sh
11174fi
11175
11176
11177 as_lineno_1=$LINENO
11178 as_lineno_2=$LINENO
11179 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11180 test "x$as_lineno_1" != "x$as_lineno_2" &&
11181 test "x$as_lineno_3" = "x$as_lineno_2" || {
11182 # Find who we are. Look in the path if we contain no path at all
11183 # relative or not.
11184 case $0 in
11185 *[\\/]* ) as_myself=$0 ;;
11186 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11187for as_dir in $PATH
11188do
11189 IFS=$as_save_IFS
11190 test -z "$as_dir" && as_dir=.
11191 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11192done
252b5132 11193
13b2be9c
DJ
11194 ;;
11195 esac
11196 # We did not find ourselves, most probably we were run as `sh COMMAND'
11197 # in which case we are not to be found in the path.
11198 if test "x$as_myself" = x; then
11199 as_myself=$0
11200 fi
11201 if test ! -f "$as_myself"; then
11202 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11203echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11204 { (exit 1); exit 1; }; }
11205 fi
11206 case $CONFIG_SHELL in
11207 '')
11208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11210do
11211 IFS=$as_save_IFS
11212 test -z "$as_dir" && as_dir=.
11213 for as_base in sh bash ksh sh5; do
11214 case $as_dir in
11215 /*)
11216 if ("$as_dir/$as_base" -c '
11217 as_lineno_1=$LINENO
11218 as_lineno_2=$LINENO
11219 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11220 test "x$as_lineno_1" != "x$as_lineno_2" &&
11221 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
11222 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11223 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11224 CONFIG_SHELL=$as_dir/$as_base
11225 export CONFIG_SHELL
11226 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11227 fi;;
11228 esac
11229 done
11230done
11231;;
11232 esac
252b5132 11233
13b2be9c
DJ
11234 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11235 # uniformly replaced by the line number. The first 'sed' inserts a
11236 # line-number line before each line; the second 'sed' does the real
11237 # work. The second script uses 'N' to pair each line-number line
11238 # with the numbered line, and appends trailing '-' during
11239 # substitution so that $LINENO is not a special case at line end.
11240 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11241 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11242 sed '=' <$as_myself |
11243 sed '
11244 N
11245 s,$,-,
11246 : loop
11247 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11248 t loop
11249 s,-$,,
11250 s,^['$as_cr_digits']*\n,,
11251 ' >$as_me.lineno &&
11252 chmod +x $as_me.lineno ||
11253 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11254echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11255 { (exit 1); exit 1; }; }
11256
11257 # Don't try to exec as it changes $[0], causing all sort of problems
11258 # (the dirname of $[0] is not the place where we might find the
11259 # original and so on. Autoconf is especially sensible to this).
11260 . ./$as_me.lineno
11261 # Exit status is that of the last command.
11262 exit
11263}
d6d788bd 11264
252b5132 11265
13b2be9c
DJ
11266case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11267 *c*,-n*) ECHO_N= ECHO_C='
11268' ECHO_T=' ' ;;
11269 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
11270 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
11271esac
252b5132 11272
13b2be9c
DJ
11273if expr a : '\(a\)' >/dev/null 2>&1; then
11274 as_expr=expr
252b5132 11275else
13b2be9c 11276 as_expr=false
252b5132 11277fi
252b5132 11278
13b2be9c
DJ
11279rm -f conf$$ conf$$.exe conf$$.file
11280echo >conf$$.file
11281if ln -s conf$$.file conf$$ 2>/dev/null; then
11282 # We could just check for DJGPP; but this test a) works b) is more generic
11283 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11284 if test -f conf$$.exe; then
11285 # Don't use ln at all; we don't have any links
11286 as_ln_s='cp -p'
11287 else
11288 as_ln_s='ln -s'
11289 fi
11290elif ln conf$$.file conf$$ 2>/dev/null; then
11291 as_ln_s=ln
11292else
11293 as_ln_s='cp -p'
252b5132 11294fi
13b2be9c 11295rm -f conf$$ conf$$.exe conf$$.file
252b5132 11296
13b2be9c
DJ
11297if mkdir -p . 2>/dev/null; then
11298 as_mkdir_p=:
252b5132 11299else
ab509236 11300 test -d ./-p && rmdir ./-p
13b2be9c
DJ
11301 as_mkdir_p=false
11302fi
252b5132 11303
13b2be9c 11304as_executable_p="test -f"
252b5132 11305
13b2be9c 11306# Sed expression to map a string onto a valid CPP name.
ab509236 11307as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 11308
13b2be9c 11309# Sed expression to map a string onto a valid variable name.
ab509236 11310as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 11311
d6d788bd 11312
13b2be9c
DJ
11313# IFS
11314# We need space, tab and new line, in precisely that order.
11315as_nl='
11316'
11317IFS=" $as_nl"
252b5132 11318
13b2be9c
DJ
11319# CDPATH.
11320$as_unset CDPATH
252b5132 11321
13b2be9c 11322exec 6>&1
252b5132 11323
13b2be9c
DJ
11324# Open the log real soon, to keep \$[0] and so on meaningful, and to
11325# report actual input values of CONFIG_FILES etc. instead of their
11326# values after options handling. Logging --version etc. is OK.
11327exec 5>>config.log
11328{
11329 echo
11330 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11331## Running $as_me. ##
11332_ASBOX
11333} >&5
11334cat >&5 <<_CSEOF
252b5132 11335
13b2be9c 11336This file was extended by $as_me, which was
ab509236 11337generated by GNU Autoconf 2.59. Invocation command line was
d6d788bd 11338
13b2be9c
DJ
11339 CONFIG_FILES = $CONFIG_FILES
11340 CONFIG_HEADERS = $CONFIG_HEADERS
11341 CONFIG_LINKS = $CONFIG_LINKS
11342 CONFIG_COMMANDS = $CONFIG_COMMANDS
11343 $ $0 $@
252b5132 11344
13b2be9c
DJ
11345_CSEOF
11346echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11347echo >&5
11348_ACEOF
252b5132 11349
13b2be9c
DJ
11350# Files that config.status was made for.
11351if test -n "$ac_config_files"; then
11352 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132 11353fi
13b2be9c
DJ
11354
11355if test -n "$ac_config_headers"; then
11356 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
252b5132 11357fi
252b5132 11358
13b2be9c
DJ
11359if test -n "$ac_config_links"; then
11360 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132
RH
11361fi
11362
13b2be9c
DJ
11363if test -n "$ac_config_commands"; then
11364 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11365fi
d6d788bd 11366
13b2be9c 11367cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 11368
13b2be9c
DJ
11369ac_cs_usage="\
11370\`$as_me' instantiates files from templates according to the
11371current configuration.
252b5132 11372
13b2be9c 11373Usage: $0 [OPTIONS] [FILE]...
252b5132 11374
13b2be9c
DJ
11375 -h, --help print this help, then exit
11376 -V, --version print version number, then exit
11377 -q, --quiet do not print progress messages
11378 -d, --debug don't remove temporary files
11379 --recheck update $as_me by reconfiguring in the same conditions
11380 --file=FILE[:TEMPLATE]
ab509236 11381 instantiate the configuration file FILE
13b2be9c 11382 --header=FILE[:TEMPLATE]
ab509236 11383 instantiate the configuration header FILE
252b5132 11384
13b2be9c
DJ
11385Configuration files:
11386$config_files
252b5132 11387
13b2be9c
DJ
11388Configuration headers:
11389$config_headers
252b5132 11390
13b2be9c
DJ
11391Configuration commands:
11392$config_commands
252b5132 11393
13b2be9c
DJ
11394Report bugs to <bug-autoconf@gnu.org>."
11395_ACEOF
d6d788bd 11396
13b2be9c
DJ
11397cat >>$CONFIG_STATUS <<_ACEOF
11398ac_cs_version="\\
11399config.status
ab509236 11400configured by $0, generated by GNU Autoconf 2.59,
13b2be9c 11401 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 11402
ab509236 11403Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
11404This config.status script is free software; the Free Software Foundation
11405gives unlimited permission to copy, distribute and modify it."
11406srcdir=$srcdir
11407INSTALL="$INSTALL"
11408_ACEOF
d6d788bd 11409
13b2be9c
DJ
11410cat >>$CONFIG_STATUS <<\_ACEOF
11411# If no file are specified by the user, then we need to provide default
11412# value. By we need to know if files were specified by the user.
11413ac_need_defaults=:
11414while test $# != 0
11415do
11416 case $1 in
11417 --*=*)
11418 ac_option=`expr "x$1" : 'x\([^=]*\)='`
11419 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
11420 ac_shift=:
c8615825 11421 ;;
13b2be9c
DJ
11422 -*)
11423 ac_option=$1
11424 ac_optarg=$2
11425 ac_shift=shift
c8615825 11426 ;;
13b2be9c
DJ
11427 *) # This is not an option, so the user has probably given explicit
11428 # arguments.
11429 ac_option=$1
11430 ac_need_defaults=false;;
11431 esac
252b5132 11432
13b2be9c
DJ
11433 case $ac_option in
11434 # Handling of the options.
11435_ACEOF
11436cat >>$CONFIG_STATUS <<\_ACEOF
11437 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11438 ac_cs_recheck=: ;;
11439 --version | --vers* | -V )
11440 echo "$ac_cs_version"; exit 0 ;;
11441 --he | --h)
11442 # Conflict between --help and --header
11443 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11444Try \`$0 --help' for more information." >&5
11445echo "$as_me: error: ambiguous option: $1
11446Try \`$0 --help' for more information." >&2;}
11447 { (exit 1); exit 1; }; };;
11448 --help | --hel | -h )
11449 echo "$ac_cs_usage"; exit 0 ;;
11450 --debug | --d* | -d )
11451 debug=: ;;
11452 --file | --fil | --fi | --f )
11453 $ac_shift
11454 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11455 ac_need_defaults=false;;
11456 --header | --heade | --head | --hea )
11457 $ac_shift
11458 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11459 ac_need_defaults=false;;
11460 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11461 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11462 ac_cs_silent=: ;;
c8615825 11463
13b2be9c
DJ
11464 # This is an error.
11465 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11466Try \`$0 --help' for more information." >&5
11467echo "$as_me: error: unrecognized option: $1
11468Try \`$0 --help' for more information." >&2;}
11469 { (exit 1); exit 1; }; } ;;
252b5132 11470
13b2be9c 11471 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 11472
13b2be9c
DJ
11473 esac
11474 shift
11475done
252b5132 11476
13b2be9c 11477ac_configure_extra_args=
d6d788bd 11478
13b2be9c
DJ
11479if $ac_cs_silent; then
11480 exec 6>/dev/null
11481 ac_configure_extra_args="$ac_configure_extra_args --silent"
11482fi
9b2b7d69 11483
13b2be9c
DJ
11484_ACEOF
11485cat >>$CONFIG_STATUS <<_ACEOF
11486if \$ac_cs_recheck; then
11487 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11488 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11489fi
11490
11491_ACEOF
11492
11493cat >>$CONFIG_STATUS <<_ACEOF
9b2b7d69 11494#
13b2be9c 11495# INIT-COMMANDS section.
9b2b7d69
MM
11496#
11497
13b2be9c
DJ
11498AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11499target_cpu_type=${target_cpu_type}
11500 cgen_cpu_prefix=${cgen_cpu_prefix}
11501 obj_format=${obj_format}
11502 te_file=${te_file}
11503
11504_ACEOF
11505
11506
11507
11508cat >>$CONFIG_STATUS <<\_ACEOF
11509for ac_config_target in $ac_config_targets
9b2b7d69 11510do
13b2be9c
DJ
11511 case "$ac_config_target" in
11512 # Handling of arguments.
11513 "gdb.ini" ) CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
11514 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
11515 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11516 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11517 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11518 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11519 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
11520 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
11521 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11522echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11523 { (exit 1); exit 1; }; };;
9b2b7d69
MM
11524 esac
11525done
11526
13b2be9c
DJ
11527# If the user did not use the arguments to specify the items to instantiate,
11528# then the envvar interface is used. Set only those that are not.
11529# We use the long form for the default assignment because of an extremely
11530# bizarre bug on SunOS 4.1.3.
11531if $ac_need_defaults; then
11532 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11533 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11534 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11535fi
11536
11537# Have a temporary directory for convenience. Make it in the build tree
11538# simply because there is no reason to put it here, and in addition,
11539# creating and moving files from /tmp can sometimes cause problems.
11540# Create a temporary directory, and hook for its removal unless debugging.
11541$debug ||
11542{
11543 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11544 trap '{ (exit 1); exit 1; }' 1 2 13 15
11545}
9b2b7d69 11546
13b2be9c 11547# Create a (secure) tmp directory for tmp files.
9b2b7d69 11548
13b2be9c
DJ
11549{
11550 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11551 test -n "$tmp" && test -d "$tmp"
11552} ||
11553{
11554 tmp=./confstat$$-$RANDOM
11555 (umask 077 && mkdir $tmp)
11556} ||
11557{
11558 echo "$me: cannot create a temporary directory in ." >&2
11559 { (exit 1); exit 1; }
11560}
9b2b7d69 11561
13b2be9c
DJ
11562_ACEOF
11563
11564cat >>$CONFIG_STATUS <<_ACEOF
11565
11566#
11567# CONFIG_FILES section.
11568#
11569
11570# No need to generate the scripts if there are no CONFIG_FILES.
11571# This happens for instance when ./config.status config.h
11572if test -n "\$CONFIG_FILES"; then
11573 # Protect against being on the right side of a sed subst in config.status.
11574 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11575 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11576s,@SHELL@,$SHELL,;t t
11577s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11578s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11579s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11580s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11581s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11582s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11583s,@exec_prefix@,$exec_prefix,;t t
11584s,@prefix@,$prefix,;t t
11585s,@program_transform_name@,$program_transform_name,;t t
11586s,@bindir@,$bindir,;t t
11587s,@sbindir@,$sbindir,;t t
11588s,@libexecdir@,$libexecdir,;t t
11589s,@datadir@,$datadir,;t t
11590s,@sysconfdir@,$sysconfdir,;t t
11591s,@sharedstatedir@,$sharedstatedir,;t t
11592s,@localstatedir@,$localstatedir,;t t
11593s,@libdir@,$libdir,;t t
11594s,@includedir@,$includedir,;t t
11595s,@oldincludedir@,$oldincludedir,;t t
11596s,@infodir@,$infodir,;t t
11597s,@mandir@,$mandir,;t t
11598s,@build_alias@,$build_alias,;t t
11599s,@host_alias@,$host_alias,;t t
11600s,@target_alias@,$target_alias,;t t
11601s,@DEFS@,$DEFS,;t t
11602s,@ECHO_C@,$ECHO_C,;t t
11603s,@ECHO_N@,$ECHO_N,;t t
11604s,@ECHO_T@,$ECHO_T,;t t
11605s,@LIBS@,$LIBS,;t t
11606s,@build@,$build,;t t
11607s,@build_cpu@,$build_cpu,;t t
11608s,@build_vendor@,$build_vendor,;t t
11609s,@build_os@,$build_os,;t t
11610s,@host@,$host,;t t
11611s,@host_cpu@,$host_cpu,;t t
11612s,@host_vendor@,$host_vendor,;t t
11613s,@host_os@,$host_os,;t t
11614s,@target@,$target,;t t
11615s,@target_cpu@,$target_cpu,;t t
11616s,@target_vendor@,$target_vendor,;t t
11617s,@target_os@,$target_os,;t t
11618s,@CC@,$CC,;t t
11619s,@CFLAGS@,$CFLAGS,;t t
11620s,@LDFLAGS@,$LDFLAGS,;t t
11621s,@CPPFLAGS@,$CPPFLAGS,;t t
11622s,@ac_ct_CC@,$ac_ct_CC,;t t
11623s,@EXEEXT@,$EXEEXT,;t t
11624s,@OBJEXT@,$OBJEXT,;t t
11625s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11626s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11627s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11628s,@CYGPATH_W@,$CYGPATH_W,;t t
11629s,@PACKAGE@,$PACKAGE,;t t
11630s,@VERSION@,$VERSION,;t t
11631s,@ACLOCAL@,$ACLOCAL,;t t
11632s,@AUTOCONF@,$AUTOCONF,;t t
11633s,@AUTOMAKE@,$AUTOMAKE,;t t
11634s,@AUTOHEADER@,$AUTOHEADER,;t t
11635s,@MAKEINFO@,$MAKEINFO,;t t
13b2be9c
DJ
11636s,@install_sh@,$install_sh,;t t
11637s,@STRIP@,$STRIP,;t t
11638s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11639s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
ab509236 11640s,@mkdir_p@,$mkdir_p,;t t
13b2be9c
DJ
11641s,@AWK@,$AWK,;t t
11642s,@SET_MAKE@,$SET_MAKE,;t t
11643s,@am__leading_dot@,$am__leading_dot,;t t
8ea2b00f
AM
11644s,@AMTAR@,$AMTAR,;t t
11645s,@am__tar@,$am__tar,;t t
11646s,@am__untar@,$am__untar,;t t
13b2be9c
DJ
11647s,@DEPDIR@,$DEPDIR,;t t
11648s,@am__include@,$am__include,;t t
11649s,@am__quote@,$am__quote,;t t
11650s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11651s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11652s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11653s,@CCDEPMODE@,$CCDEPMODE,;t t
11654s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11655s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11656s,@LN_S@,$LN_S,;t t
11657s,@RANLIB@,$RANLIB,;t t
11658s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11659s,@LIBTOOL@,$LIBTOOL,;t t
11660s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
9e9b66a9 11661s,@NO_WERROR@,$NO_WERROR,;t t
13b2be9c
DJ
11662s,@GDBINIT@,$GDBINIT,;t t
11663s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
11664s,@extra_objects@,$extra_objects,;t t
11665s,@target_cpu_type@,$target_cpu_type,;t t
11666s,@obj_format@,$obj_format,;t t
11667s,@te_file@,$te_file,;t t
11668s,@install_tooldir@,$install_tooldir,;t t
11669s,@atof@,$atof,;t t
11670s,@BFDLIB@,$BFDLIB,;t t
11671s,@OPCODES_LIB@,$OPCODES_LIB,;t t
11672s,@BFDVER_H@,$BFDVER_H,;t t
11673s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
11674s,@YACC@,$YACC,;t t
11675s,@LEX@,$LEX,;t t
11676s,@LEXLIB@,$LEXLIB,;t t
11677s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11678s,@CPP@,$CPP,;t t
11679s,@EGREP@,$EGREP,;t t
11680s,@ALLOCA@,$ALLOCA,;t t
11681s,@USE_NLS@,$USE_NLS,;t t
11682s,@MSGFMT@,$MSGFMT,;t t
11683s,@GMSGFMT@,$GMSGFMT,;t t
11684s,@XGETTEXT@,$XGETTEXT,;t t
11685s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11686s,@CATALOGS@,$CATALOGS,;t t
11687s,@CATOBJEXT@,$CATOBJEXT,;t t
11688s,@DATADIRNAME@,$DATADIRNAME,;t t
11689s,@GMOFILES@,$GMOFILES,;t t
11690s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11691s,@INTLDEPS@,$INTLDEPS,;t t
11692s,@INTLLIBS@,$INTLLIBS,;t t
11693s,@INTLOBJS@,$INTLOBJS,;t t
11694s,@POFILES@,$POFILES,;t t
11695s,@POSUB@,$POSUB,;t t
11696s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11697s,@GT_NO@,$GT_NO,;t t
11698s,@GT_YES@,$GT_YES,;t t
11699s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11700s,@l@,$l,;t t
11701s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11702s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11703s,@MAINT@,$MAINT,;t t
11704s,@LIBM@,$LIBM,;t t
11705s,@LIBOBJS@,$LIBOBJS,;t t
11706s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9b2b7d69
MM
11707CEOF
11708
13b2be9c
DJ
11709_ACEOF
11710
11711 cat >>$CONFIG_STATUS <<\_ACEOF
11712 # Split the substitutions into bite-sized pieces for seds with
11713 # small command number limits, like on Digital OSF/1 and HP-UX.
11714 ac_max_sed_lines=48
11715 ac_sed_frag=1 # Number of current file.
11716 ac_beg=1 # First line for current file.
11717 ac_end=$ac_max_sed_lines # Line after last line for current file.
11718 ac_more_lines=:
11719 ac_sed_cmds=
11720 while $ac_more_lines; do
11721 if test $ac_beg -gt 1; then
11722 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11723 else
11724 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11725 fi
11726 if test ! -s $tmp/subs.frag; then
11727 ac_more_lines=false
9b2b7d69 11728 else
13b2be9c
DJ
11729 # The purpose of the label and of the branching condition is to
11730 # speed up the sed processing (if there are no `@' at all, there
11731 # is no need to browse any of the substitutions).
11732 # These are the two extra sed commands mentioned above.
11733 (echo ':t
11734 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11735 if test -z "$ac_sed_cmds"; then
ab509236 11736 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c 11737 else
ab509236 11738 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c
DJ
11739 fi
11740 ac_sed_frag=`expr $ac_sed_frag + 1`
11741 ac_beg=$ac_end
11742 ac_end=`expr $ac_end + $ac_max_sed_lines`
9b2b7d69 11743 fi
13b2be9c
DJ
11744 done
11745 if test -z "$ac_sed_cmds"; then
11746 ac_sed_cmds=cat
252b5132 11747 fi
13b2be9c 11748fi # test -n "$CONFIG_FILES"
252b5132 11749
13b2be9c
DJ
11750_ACEOF
11751cat >>$CONFIG_STATUS <<\_ACEOF
11752for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c8615825 11753 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11754 case $ac_file in
11755 - | *:- | *:-:* ) # input from stdin
ab509236
L
11756 cat >$tmp/stdin
11757 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11758 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11759 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11760 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11761 * ) ac_file_in=$ac_file.in ;;
252b5132 11762 esac
9b2b7d69 11763
13b2be9c
DJ
11764 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11765 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11766$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11767 X"$ac_file" : 'X\(//\)[^/]' \| \
11768 X"$ac_file" : 'X\(//\)$' \| \
11769 X"$ac_file" : 'X\(/\)' \| \
11770 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11771echo X"$ac_file" |
11772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11773 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11774 /^X\(\/\/\)$/{ s//\1/; q; }
11775 /^X\(\/\).*/{ s//\1/; q; }
11776 s/.*/./; q'`
11777 { if $as_mkdir_p; then
11778 mkdir -p "$ac_dir"
c8615825 11779 else
13b2be9c
DJ
11780 as_dir="$ac_dir"
11781 as_dirs=
11782 while test ! -d "$as_dir"; do
11783 as_dirs="$as_dir $as_dirs"
11784 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11785$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11786 X"$as_dir" : 'X\(//\)[^/]' \| \
11787 X"$as_dir" : 'X\(//\)$' \| \
11788 X"$as_dir" : 'X\(/\)' \| \
11789 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11790echo X"$as_dir" |
11791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11792 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11793 /^X\(\/\/\)$/{ s//\1/; q; }
11794 /^X\(\/\).*/{ s//\1/; q; }
11795 s/.*/./; q'`
11796 done
11797 test ! -n "$as_dirs" || mkdir $as_dirs
11798 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11799echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11800 { (exit 1); exit 1; }; }; }
11801
11802 ac_builddir=.
11803
11804if test "$ac_dir" != .; then
11805 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11806 # A "../" for each directory in $ac_dir_suffix.
11807 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11808else
11809 ac_dir_suffix= ac_top_builddir=
11810fi
9b2b7d69 11811
13b2be9c
DJ
11812case $srcdir in
11813 .) # No --srcdir option. We are building in place.
11814 ac_srcdir=.
11815 if test -z "$ac_top_builddir"; then
11816 ac_top_srcdir=.
11817 else
11818 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11819 fi ;;
11820 [\\/]* | ?:[\\/]* ) # Absolute path.
11821 ac_srcdir=$srcdir$ac_dir_suffix;
11822 ac_top_srcdir=$srcdir ;;
9b2b7d69 11823 *) # Relative path.
13b2be9c
DJ
11824 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11825 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11826esac
ab509236
L
11827
11828# Do not use `cd foo && pwd` to compute absolute paths, because
11829# the directories may not exist.
11830case `pwd` in
11831.) ac_abs_builddir="$ac_dir";;
11832*)
11833 case "$ac_dir" in
11834 .) ac_abs_builddir=`pwd`;;
11835 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11836 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11837 esac;;
11838esac
11839case $ac_abs_builddir in
11840.) ac_abs_top_builddir=${ac_top_builddir}.;;
11841*)
11842 case ${ac_top_builddir}. in
11843 .) ac_abs_top_builddir=$ac_abs_builddir;;
11844 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11845 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11846 esac;;
11847esac
11848case $ac_abs_builddir in
11849.) ac_abs_srcdir=$ac_srcdir;;
11850*)
11851 case $ac_srcdir in
11852 .) ac_abs_srcdir=$ac_abs_builddir;;
11853 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11854 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11855 esac;;
11856esac
11857case $ac_abs_builddir in
11858.) ac_abs_top_srcdir=$ac_top_srcdir;;
11859*)
11860 case $ac_top_srcdir in
11861 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11862 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11863 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11864 esac;;
11865esac
252b5132 11866
9b2b7d69 11867
13b2be9c
DJ
11868 case $INSTALL in
11869 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11870 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c8615825 11871 esac
9b2b7d69 11872
1ad12f97
NC
11873 if test x"$ac_file" != x-; then
11874 { echo "$as_me:$LINENO: creating $ac_file" >&5
11875echo "$as_me: creating $ac_file" >&6;}
11876 rm -f "$ac_file"
11877 fi
13b2be9c
DJ
11878 # Let's still pretend it is `configure' which instantiates (i.e., don't
11879 # use $as_me), people would be surprised to read:
11880 # /* config.h. Generated by config.status. */
11881 if test x"$ac_file" = x-; then
11882 configure_input=
11883 else
11884 configure_input="$ac_file. "
11885 fi
11886 configure_input=$configure_input"Generated from `echo $ac_file_in |
ab509236 11887 sed 's,.*/,,'` by configure."
13b2be9c
DJ
11888
11889 # First look for the input files in the build tree, otherwise in the
11890 # src tree.
11891 ac_file_inputs=`IFS=:
11892 for f in $ac_file_in; do
11893 case $f in
11894 -) echo $tmp/stdin ;;
11895 [\\/$]*)
ab509236
L
11896 # Absolute (can't be DOS-style, as IFS=:)
11897 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11898echo "$as_me: error: cannot find input file: $f" >&2;}
11899 { (exit 1); exit 1; }; }
ab509236 11900 echo "$f";;
13b2be9c 11901 *) # Relative
ab509236
L
11902 if test -f "$f"; then
11903 # Build tree
11904 echo "$f"
11905 elif test -f "$srcdir/$f"; then
11906 # Source tree
11907 echo "$srcdir/$f"
11908 else
11909 # /dev/null tree
11910 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11911echo "$as_me: error: cannot find input file: $f" >&2;}
11912 { (exit 1); exit 1; }; }
ab509236 11913 fi;;
13b2be9c
DJ
11914 esac
11915 done` || { (exit 1); exit 1; }
11916_ACEOF
11917cat >>$CONFIG_STATUS <<_ACEOF
11918 sed "$ac_vpsub
11919$extrasub
11920_ACEOF
11921cat >>$CONFIG_STATUS <<\_ACEOF
11922:t
11923/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11924s,@configure_input@,$configure_input,;t t
11925s,@srcdir@,$ac_srcdir,;t t
11926s,@abs_srcdir@,$ac_abs_srcdir,;t t
11927s,@top_srcdir@,$ac_top_srcdir,;t t
11928s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11929s,@builddir@,$ac_builddir,;t t
11930s,@abs_builddir@,$ac_abs_builddir,;t t
11931s,@top_builddir@,$ac_top_builddir,;t t
11932s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11933s,@INSTALL@,$ac_INSTALL,;t t
11934" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11935 rm -f $tmp/stdin
11936 if test x"$ac_file" != x-; then
11937 mv $tmp/out $ac_file
11938 else
11939 cat $tmp/out
11940 rm -f $tmp/out
11941 fi
11942
11943done
11944_ACEOF
11945cat >>$CONFIG_STATUS <<\_ACEOF
11946
11947#
11948# CONFIG_HEADER section.
11949#
252b5132
RH
11950
11951# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11952# NAME is the cpp macro being defined and VALUE is the value it is being given.
11953#
11954# ac_d sets the value in "#define NAME VALUE" lines.
ab509236
L
11955ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11956ac_dB='[ ].*$,\1#\2'
13b2be9c
DJ
11957ac_dC=' '
11958ac_dD=',;t'
11959# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ab509236 11960ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13b2be9c 11961ac_uB='$,\1#\2define\3'
252b5132 11962ac_uC=' '
13b2be9c
DJ
11963ac_uD=',;t'
11964
11965for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 11966 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11967 case $ac_file in
11968 - | *:- | *:-:* ) # input from stdin
ab509236
L
11969 cat >$tmp/stdin
11970 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11971 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11972 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11973 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11974 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11975 esac
11976
13b2be9c
DJ
11977 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11978echo "$as_me: creating $ac_file" >&6;}
11979
11980 # First look for the input files in the build tree, otherwise in the
11981 # src tree.
11982 ac_file_inputs=`IFS=:
11983 for f in $ac_file_in; do
11984 case $f in
11985 -) echo $tmp/stdin ;;
11986 [\\/$]*)
ab509236
L
11987 # Absolute (can't be DOS-style, as IFS=:)
11988 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11989echo "$as_me: error: cannot find input file: $f" >&2;}
11990 { (exit 1); exit 1; }; }
ab509236
L
11991 # Do quote $f, to prevent DOS paths from being IFS'd.
11992 echo "$f";;
13b2be9c 11993 *) # Relative
ab509236
L
11994 if test -f "$f"; then
11995 # Build tree
11996 echo "$f"
11997 elif test -f "$srcdir/$f"; then
11998 # Source tree
11999 echo "$srcdir/$f"
12000 else
12001 # /dev/null tree
12002 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
12003echo "$as_me: error: cannot find input file: $f" >&2;}
12004 { (exit 1); exit 1; }; }
ab509236 12005 fi;;
13b2be9c
DJ
12006 esac
12007 done` || { (exit 1); exit 1; }
12008 # Remove the trailing spaces.
ab509236 12009 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13b2be9c
DJ
12010
12011_ACEOF
12012
12013# Transform confdefs.h into two sed scripts, `conftest.defines' and
12014# `conftest.undefs', that substitutes the proper values into
12015# config.h.in to produce config.h. The first handles `#define'
12016# templates, and the second `#undef' templates.
12017# And first: Protect against being on the right side of a sed subst in
12018# config.status. Protect against being in an unquoted here document
12019# in config.status.
12020rm -f conftest.defines conftest.undefs
12021# Using a here document instead of a string reduces the quoting nightmare.
12022# Putting comments in sed scripts is not portable.
12023#
12024# `end' is used to avoid that the second main sed command (meant for
12025# 0-ary CPP macros) applies to n-ary macro definitions.
12026# See the Autoconf documentation for `clear'.
12027cat >confdef2sed.sed <<\_ACEOF
12028s/[\\&,]/\\&/g
12029s,[\\$`],\\&,g
12030t clear
12031: clear
ab509236 12032s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13b2be9c 12033t end
ab509236 12034s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13b2be9c
DJ
12035: end
12036_ACEOF
12037# If some macros were called several times there might be several times
12038# the same #defines, which is useless. Nevertheless, we may not want to
12039# sort them, since we want the *last* AC-DEFINE to be honored.
12040uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12041sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12042rm -f confdef2sed.sed
252b5132
RH
12043
12044# This sed command replaces #undef with comments. This is necessary, for
12045# example, in the case of _POSIX_SOURCE, which is predefined and required
12046# on some systems where configure will not decide to define it.
13b2be9c 12047cat >>conftest.undefs <<\_ACEOF
ab509236 12048s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13b2be9c
DJ
12049_ACEOF
12050
12051# Break up conftest.defines because some shells have a limit on the size
12052# of here documents, and old seds have small limits too (100 cmds).
12053echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ab509236 12054echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13b2be9c
DJ
12055echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12056echo ' :' >>$CONFIG_STATUS
12057rm -f conftest.tail
12058while grep . conftest.defines >/dev/null
12059do
12060 # Write a limited-size here document to $tmp/defines.sed.
12061 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12062 # Speed up: don't consider the non `#define' lines.
ab509236 12063 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13b2be9c
DJ
12064 # Work around the forget-to-reset-the-flag bug.
12065 echo 't clr' >>$CONFIG_STATUS
12066 echo ': clr' >>$CONFIG_STATUS
12067 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
12068 echo 'CEOF
12069 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12070 rm -f $tmp/in
12071 mv $tmp/out $tmp/in
12072' >>$CONFIG_STATUS
12073 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
12074 rm -f conftest.defines
12075 mv conftest.tail conftest.defines
12076done
12077rm -f conftest.defines
12078echo ' fi # grep' >>$CONFIG_STATUS
12079echo >>$CONFIG_STATUS
252b5132 12080
13b2be9c
DJ
12081# Break up conftest.undefs because some shells have a limit on the size
12082# of here documents, and old seds have small limits too (100 cmds).
12083echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 12084rm -f conftest.tail
13b2be9c 12085while grep . conftest.undefs >/dev/null
252b5132 12086do
13b2be9c
DJ
12087 # Write a limited-size here document to $tmp/undefs.sed.
12088 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12089 # Speed up: don't consider the non `#undef'
ab509236 12090 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13b2be9c
DJ
12091 # Work around the forget-to-reset-the-flag bug.
12092 echo 't clr' >>$CONFIG_STATUS
12093 echo ': clr' >>$CONFIG_STATUS
12094 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 12095 echo 'CEOF
13b2be9c
DJ
12096 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12097 rm -f $tmp/in
12098 mv $tmp/out $tmp/in
12099' >>$CONFIG_STATUS
12100 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12101 rm -f conftest.undefs
12102 mv conftest.tail conftest.undefs
252b5132 12103done
13b2be9c
DJ
12104rm -f conftest.undefs
12105
12106cat >>$CONFIG_STATUS <<\_ACEOF
12107 # Let's still pretend it is `configure' which instantiates (i.e., don't
12108 # use $as_me), people would be surprised to read:
12109 # /* config.h. Generated by config.status. */
12110 if test x"$ac_file" = x-; then
12111 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 12112 else
13b2be9c
DJ
12113 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12114 fi
12115 cat $tmp/in >>$tmp/config.h
12116 rm -f $tmp/in
12117 if test x"$ac_file" != x-; then
12118 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
12119 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12120echo "$as_me: $ac_file is unchanged" >&6;}
12121 else
12122 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12123$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12124 X"$ac_file" : 'X\(//\)[^/]' \| \
12125 X"$ac_file" : 'X\(//\)$' \| \
12126 X"$ac_file" : 'X\(/\)' \| \
12127 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12128echo X"$ac_file" |
12129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12131 /^X\(\/\/\)$/{ s//\1/; q; }
12132 /^X\(\/\).*/{ s//\1/; q; }
12133 s/.*/./; q'`
12134 { if $as_mkdir_p; then
12135 mkdir -p "$ac_dir"
12136 else
12137 as_dir="$ac_dir"
12138 as_dirs=
12139 while test ! -d "$as_dir"; do
12140 as_dirs="$as_dir $as_dirs"
12141 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12142$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12143 X"$as_dir" : 'X\(//\)[^/]' \| \
12144 X"$as_dir" : 'X\(//\)$' \| \
12145 X"$as_dir" : 'X\(/\)' \| \
12146 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12147echo X"$as_dir" |
12148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12150 /^X\(\/\/\)$/{ s//\1/; q; }
12151 /^X\(\/\).*/{ s//\1/; q; }
12152 s/.*/./; q'`
12153 done
12154 test ! -n "$as_dirs" || mkdir $as_dirs
12155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12156echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12157 { (exit 1); exit 1; }; }; }
12158
12159 rm -f $ac_file
12160 mv $tmp/config.h $ac_file
9b2b7d69 12161 fi
13b2be9c
DJ
12162 else
12163 cat $tmp/config.h
12164 rm -f $tmp/config.h
9b2b7d69 12165 fi
13b2be9c
DJ
12166# Compute $ac_file's index in $config_headers.
12167_am_stamp_count=1
12168for _am_header in $config_headers :; do
12169 case $_am_header in
12170 $ac_file | $ac_file:* )
12171 break ;;
12172 * )
12173 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12174 esac
12175done
12176echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12177$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12178 X$ac_file : 'X\(//\)[^/]' \| \
12179 X$ac_file : 'X\(//\)$' \| \
12180 X$ac_file : 'X\(/\)' \| \
12181 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12182echo X$ac_file |
12183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12184 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12185 /^X\(\/\/\)$/{ s//\1/; q; }
12186 /^X\(\/\).*/{ s//\1/; q; }
12187 s/.*/./; q'`/stamp-h$_am_stamp_count
12188done
12189_ACEOF
12190cat >>$CONFIG_STATUS <<\_ACEOF
6840198f 12191
13b2be9c
DJ
12192#
12193# CONFIG_COMMANDS section.
12194#
12195for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
12196 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
12197 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
12198 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
12199$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12200 X"$ac_dest" : 'X\(//\)[^/]' \| \
12201 X"$ac_dest" : 'X\(//\)$' \| \
12202 X"$ac_dest" : 'X\(/\)' \| \
12203 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12204echo X"$ac_dest" |
12205 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12206 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12207 /^X\(\/\/\)$/{ s//\1/; q; }
12208 /^X\(\/\).*/{ s//\1/; q; }
12209 s/.*/./; q'`
ab509236
L
12210 { if $as_mkdir_p; then
12211 mkdir -p "$ac_dir"
12212 else
12213 as_dir="$ac_dir"
12214 as_dirs=
12215 while test ! -d "$as_dir"; do
12216 as_dirs="$as_dir $as_dirs"
12217 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12218$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12219 X"$as_dir" : 'X\(//\)[^/]' \| \
12220 X"$as_dir" : 'X\(//\)$' \| \
12221 X"$as_dir" : 'X\(/\)' \| \
12222 . : '\(.\)' 2>/dev/null ||
12223echo X"$as_dir" |
12224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12225 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12226 /^X\(\/\/\)$/{ s//\1/; q; }
12227 /^X\(\/\).*/{ s//\1/; q; }
12228 s/.*/./; q'`
12229 done
12230 test ! -n "$as_dirs" || mkdir $as_dirs
12231 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12232echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12233 { (exit 1); exit 1; }; }; }
12234
13b2be9c
DJ
12235 ac_builddir=.
12236
12237if test "$ac_dir" != .; then
12238 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12239 # A "../" for each directory in $ac_dir_suffix.
12240 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12241else
12242 ac_dir_suffix= ac_top_builddir=
12243fi
12244
12245case $srcdir in
12246 .) # No --srcdir option. We are building in place.
12247 ac_srcdir=.
12248 if test -z "$ac_top_builddir"; then
12249 ac_top_srcdir=.
12250 else
12251 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12252 fi ;;
12253 [\\/]* | ?:[\\/]* ) # Absolute path.
12254 ac_srcdir=$srcdir$ac_dir_suffix;
12255 ac_top_srcdir=$srcdir ;;
12256 *) # Relative path.
12257 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12258 ac_top_srcdir=$ac_top_builddir$srcdir ;;
12259esac
ab509236
L
12260
12261# Do not use `cd foo && pwd` to compute absolute paths, because
12262# the directories may not exist.
12263case `pwd` in
12264.) ac_abs_builddir="$ac_dir";;
12265*)
12266 case "$ac_dir" in
12267 .) ac_abs_builddir=`pwd`;;
12268 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12269 *) ac_abs_builddir=`pwd`/"$ac_dir";;
12270 esac;;
12271esac
12272case $ac_abs_builddir in
12273.) ac_abs_top_builddir=${ac_top_builddir}.;;
12274*)
12275 case ${ac_top_builddir}. in
12276 .) ac_abs_top_builddir=$ac_abs_builddir;;
12277 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12278 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12279 esac;;
12280esac
12281case $ac_abs_builddir in
12282.) ac_abs_srcdir=$ac_srcdir;;
12283*)
12284 case $ac_srcdir in
12285 .) ac_abs_srcdir=$ac_abs_builddir;;
12286 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12287 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12288 esac;;
12289esac
12290case $ac_abs_builddir in
12291.) ac_abs_top_srcdir=$ac_top_srcdir;;
12292*)
12293 case $ac_top_srcdir in
12294 .) ac_abs_top_srcdir=$ac_abs_builddir;;
12295 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12296 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12297 esac;;
12298esac
13b2be9c
DJ
12299
12300
12301 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12302echo "$as_me: executing $ac_dest commands" >&6;}
12303 case $ac_dest in
12304 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12305 # Strip MF so we end up with the name of the file.
12306 mf=`echo "$mf" | sed -e 's/:.*$//'`
12307 # Check whether this is an Automake generated Makefile or not.
12308 # We used to match only the files named `Makefile.in', but
12309 # some people rename them; so instead we look at the file content.
12310 # Grep'ing the first line is not enough: some people post-process
12311 # each Makefile.in and add a new line on top of each file to say so.
12312 # So let's grep whole file.
12313 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12314 dirpart=`(dirname "$mf") 2>/dev/null ||
12315$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12316 X"$mf" : 'X\(//\)[^/]' \| \
12317 X"$mf" : 'X\(//\)$' \| \
12318 X"$mf" : 'X\(/\)' \| \
12319 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12320echo X"$mf" |
12321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12322 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12323 /^X\(\/\/\)$/{ s//\1/; q; }
12324 /^X\(\/\).*/{ s//\1/; q; }
12325 s/.*/./; q'`
12326 else
12327 continue
12328 fi
8ea2b00f
AM
12329 # Extract the definition of DEPDIR, am__include, and am__quote
12330 # from the Makefile without running `make'.
4b363073 12331 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13b2be9c 12332 test -z "$DEPDIR" && continue
8ea2b00f
AM
12333 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12334 test -z "am__include" && continue
12335 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13b2be9c 12336 # When using ansi2knr, U may be empty or an underscore; expand it
4b363073 12337 U=`sed -n 's/^U = //p' < "$mf"`
8ea2b00f
AM
12338 # Find all dependency output files, they are included files with
12339 # $(DEPDIR) in their names. We invoke sed twice because it is the
12340 # simplest approach to changing $(DEPDIR) to its actual value in the
12341 # expansion.
12342 for file in `sed -n "
12343 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13b2be9c
DJ
12344 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12345 # Make sure the directory exists.
12346 test -f "$dirpart/$file" && continue
12347 fdir=`(dirname "$file") 2>/dev/null ||
12348$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12349 X"$file" : 'X\(//\)[^/]' \| \
12350 X"$file" : 'X\(//\)$' \| \
12351 X"$file" : 'X\(/\)' \| \
12352 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12353echo X"$file" |
12354 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12355 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12356 /^X\(\/\/\)$/{ s//\1/; q; }
12357 /^X\(\/\).*/{ s//\1/; q; }
12358 s/.*/./; q'`
12359 { if $as_mkdir_p; then
12360 mkdir -p $dirpart/$fdir
12361 else
12362 as_dir=$dirpart/$fdir
12363 as_dirs=
12364 while test ! -d "$as_dir"; do
12365 as_dirs="$as_dir $as_dirs"
12366 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12367$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12368 X"$as_dir" : 'X\(//\)[^/]' \| \
12369 X"$as_dir" : 'X\(//\)$' \| \
12370 X"$as_dir" : 'X\(/\)' \| \
12371 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12372echo X"$as_dir" |
12373 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12374 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12375 /^X\(\/\/\)$/{ s//\1/; q; }
12376 /^X\(\/\).*/{ s//\1/; q; }
12377 s/.*/./; q'`
12378 done
12379 test ! -n "$as_dirs" || mkdir $as_dirs
12380 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12381echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12382 { (exit 1); exit 1; }; }; }
c8615825 12383
13b2be9c
DJ
12384 # echo "creating $dirpart/$file"
12385 echo '# dummy' > "$dirpart/$file"
12386 done
12387done
12388 ;;
12389 default ) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
252b5132
RH
12390 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
12391 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
12392 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
12393 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
12394 if test "x$cgen_cpu_prefix" != x ; then
12395 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
12396 fi
12397
13b2be9c
DJ
12398 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
12399 esac
12400done
12401_ACEOF
12402
12403cat >>$CONFIG_STATUS <<\_ACEOF
12404
12405{ (exit 0); exit 0; }
12406_ACEOF
252b5132 12407chmod +x $CONFIG_STATUS
13b2be9c
DJ
12408ac_clean_files=$ac_clean_files_save
12409
12410
12411# configure is writing to config.log, and then calls config.status.
12412# config.status does its own redirection, appending to config.log.
12413# Unfortunately, on DOS this fails, as config.log is still kept open
12414# by configure, so config.status won't be able to write to it; its
12415# output is simply discarded. So we exec the FD to /dev/null,
12416# effectively closing config.log, so it can be properly (re)opened and
12417# appended to by config.status. When coming back to configure, we
12418# need to make the FD available again.
12419if test "$no_create" != yes; then
12420 ac_cs_success=:
12421 ac_config_status_args=
12422 test "$silent" = yes &&
12423 ac_config_status_args="$ac_config_status_args --quiet"
12424 exec 5>/dev/null
12425 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12426 exec 5>>config.log
12427 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12428 # would make configure fail if this is the last instruction.
12429 $ac_cs_success || { (exit 1); exit 1; }
12430fi
252b5132 12431
This page took 1.374964 seconds and 4 git commands to generate.