Updated French translations
[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
ab509236 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 AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot 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 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)
859 --enable-bfd-assembler use BFD back end for writing object files
860 targets alternative target configurations besides the primary
861 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
862 --enable-build-warnings Enable build-time compiler warnings if gcc is used
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
13dfd2d0 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); } &&
ab509236
L
1997 { ac_try='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
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); } &&
ab509236
L
2056 { ac_try='test -z "$ac_c_werror_flag"
2057 || test ! -s conftest.err'
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); } &&
ab509236
L
2173 { ac_try='test -z "$ac_c_werror_flag"
2174 || test ! -s conftest.err'
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); } &&
ab509236
L
2228 { ac_try='test -z "$ac_c_werror_flag"
2229 || test ! -s conftest.err'
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); } &&
ab509236
L
2274 { ac_try='test -z "$ac_c_werror_flag"
2275 || test ! -s conftest.err'
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); } &&
ab509236
L
2319 { ac_try='test -z "$ac_c_werror_flag"
2320 || test ! -s conftest.err'
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); } &&
ab509236
L
2398 { ac_try='test -z "$ac_c_werror_flag"
2399 || test ! -s conftest.err'
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); } &&
2453 { ac_try='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
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`
ab509236 2488am__api_version="1.8"
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
ab509236
L
2639if mkdir -p -- . 2>/dev/null; then
2640 # Keeping the `.' argument allows $(mkdir_p) to be used without
2641 # argument. Indeed, we sometimes output rules like
2642 # $(mkdir_p) $(somedir)
2643 # where $(somedir) is conditionally defined.
2644 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
2645 # expensive solution, as it forces Make to start a sub-shell.)
2646 mkdir_p='mkdir -p -- .'
2647else
2648 # On NextStep and OpenStep, the `mkdir' command does not
2649 # recognize any option. It will interpret all options as
2650 # directories to create, and then abort because `.' already
2651 # exists.
2652 for d in ./-p ./--;
2653 do
2654 test -d $d && rmdir $d
2655 done
2656 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2657 if test -f "$ac_aux_dir/mkinstalldirs"; then
2658 mkdir_p='$(mkinstalldirs)'
2659 else
2660 mkdir_p='$(install_sh) -d'
2661 fi
2662fi
2663
13b2be9c
DJ
2664for ac_prog in gawk mawk nawk awk
2665do
2666 # Extract the first word of "$ac_prog", so it can be a program name with args.
2667set dummy $ac_prog; ac_word=$2
2668echo "$as_me:$LINENO: checking for $ac_word" >&5
2669echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2670if test "${ac_cv_prog_AWK+set}" = set; then
2671 echo $ECHO_N "(cached) $ECHO_C" >&6
2672else
2673 if test -n "$AWK"; then
2674 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2675else
2676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2677for as_dir in $PATH
2678do
2679 IFS=$as_save_IFS
2680 test -z "$as_dir" && as_dir=.
2681 for ac_exec_ext in '' $ac_executable_extensions; do
2682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2683 ac_cv_prog_AWK="$ac_prog"
2684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2685 break 2
2686 fi
2687done
2688done
2689
2690fi
2691fi
2692AWK=$ac_cv_prog_AWK
2693if test -n "$AWK"; then
2694 echo "$as_me:$LINENO: result: $AWK" >&5
2695echo "${ECHO_T}$AWK" >&6
2696else
2697 echo "$as_me:$LINENO: result: no" >&5
2698echo "${ECHO_T}no" >&6
2699fi
2700
2701 test -n "$AWK" && break
2702done
2703
2704echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2705echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ab509236 2706set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
13b2be9c
DJ
2707if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2708 echo $ECHO_N "(cached) $ECHO_C" >&6
2709else
2710 cat >conftest.make <<\_ACEOF
2711all:
2712 @echo 'ac_maketemp="$(MAKE)"'
2713_ACEOF
2714# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2715eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2716if test -n "$ac_maketemp"; then
2717 eval ac_cv_prog_make_${ac_make}_set=yes
2718else
2719 eval ac_cv_prog_make_${ac_make}_set=no
2720fi
2721rm -f conftest.make
2722fi
2723if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2724 echo "$as_me:$LINENO: result: yes" >&5
2725echo "${ECHO_T}yes" >&6
2726 SET_MAKE=
2727else
2728 echo "$as_me:$LINENO: result: no" >&5
2729echo "${ECHO_T}no" >&6
2730 SET_MAKE="MAKE=${MAKE-make}"
2731fi
2732
2733rm -rf .tst 2>/dev/null
2734mkdir .tst 2>/dev/null
2735if test -d .tst; then
2736 am__leading_dot=.
2737else
2738 am__leading_dot=_
2739fi
2740rmdir .tst 2>/dev/null
2741
2742DEPDIR="${am__leading_dot}deps"
2743
2744 ac_config_commands="$ac_config_commands depfiles"
2745
2746
2747am_make=${MAKE-make}
2748cat > confinc << 'END'
2749am__doit:
2750 @echo done
2751.PHONY: am__doit
2752END
2753# If we don't find an include directive, just comment out the code.
2754echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2755echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2756am__include="#"
2757am__quote=
2758_am_result=none
2759# First try GNU make style include.
2760echo "include confinc" > confmf
2761# We grep out `Entering directory' and `Leaving directory'
2762# messages which can occur if `w' ends up in MAKEFLAGS.
2763# In particular we don't look at `^make:' because GNU make might
2764# be invoked under some other name (usually "gmake"), in which
2765# case it prints its new name instead of `make'.
2766if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2767 am__include=include
2768 am__quote=
2769 _am_result=GNU
2770fi
2771# Now try BSD make style include.
2772if test "$am__include" = "#"; then
2773 echo '.include "confinc"' > confmf
2774 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2775 am__include=.include
2776 am__quote="\""
2777 _am_result=BSD
2778 fi
2779fi
2780
2781
2782echo "$as_me:$LINENO: result: $_am_result" >&5
2783echo "${ECHO_T}$_am_result" >&6
2784rm -f confinc confmf
2785
2786# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2787if test "${enable_dependency_tracking+set}" = set; then
2788 enableval="$enable_dependency_tracking"
2789
2790fi;
2791if test "x$enable_dependency_tracking" != xno; then
2792 am_depcomp="$ac_aux_dir/depcomp"
2793 AMDEPBACKSLASH='\'
2794fi
2795
2796
2797if test "x$enable_dependency_tracking" != xno; then
2798 AMDEP_TRUE=
2799 AMDEP_FALSE='#'
2800else
2801 AMDEP_TRUE='#'
2802 AMDEP_FALSE=
2803fi
2804
2805
2806
ab509236 2807# test to see if srcdir already configured
13b2be9c
DJ
2808if test "`cd $srcdir && pwd`" != "`pwd`" &&
2809 test -f $srcdir/config.status; then
2810 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2811echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2812 { (exit 1); exit 1; }; }
2813fi
2814
2815# test whether we have cygpath
2816if test -z "$CYGPATH_W"; then
2817 if (cygpath --version) >/dev/null 2>/dev/null; then
2818 CYGPATH_W='cygpath -w'
2819 else
2820 CYGPATH_W=echo
2821 fi
2822fi
2823
2824
2825# Define the identity of the package.
2826 PACKAGE=gas
2827 VERSION=${BFD_VERSION}
2828
2829
2830cat >>confdefs.h <<_ACEOF
2831#define PACKAGE "$PACKAGE"
2832_ACEOF
2833
2834
2835cat >>confdefs.h <<_ACEOF
2836#define VERSION "$VERSION"
2837_ACEOF
2838
2839# Some tools Automake needs.
2840
2841ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2842
2843
2844AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2845
2846
2847AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2848
2849
2850AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2851
2852
2853MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2854
2855
2856AMTAR=${AMTAR-"${am_missing_run}tar"}
2857
2858install_sh=${install_sh-"$am_aux_dir/install-sh"}
2859
2860# Installed binaries are usually stripped using `strip' when the user
2861# run `make install-strip'. However `strip' might not be the right
2862# tool to use in cross-compilation environments, therefore Automake
2863# will honor the `STRIP' environment variable to overrule this program.
2864if test "$cross_compiling" != no; then
2865 if test -n "$ac_tool_prefix"; then
2866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2867set dummy ${ac_tool_prefix}strip; ac_word=$2
2868echo "$as_me:$LINENO: checking for $ac_word" >&5
2869echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2870if test "${ac_cv_prog_STRIP+set}" = set; then
2871 echo $ECHO_N "(cached) $ECHO_C" >&6
2872else
2873 if test -n "$STRIP"; then
2874 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 2875else
13b2be9c
DJ
2876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2877for as_dir in $PATH
2878do
2879 IFS=$as_save_IFS
2880 test -z "$as_dir" && as_dir=.
2881 for ac_exec_ext in '' $ac_executable_extensions; do
2882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2883 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2885 break 2
2886 fi
2887done
2888done
2889
252b5132 2890fi
13b2be9c
DJ
2891fi
2892STRIP=$ac_cv_prog_STRIP
2893if test -n "$STRIP"; then
2894 echo "$as_me:$LINENO: result: $STRIP" >&5
2895echo "${ECHO_T}$STRIP" >&6
c8615825 2896else
13b2be9c
DJ
2897 echo "$as_me:$LINENO: result: no" >&5
2898echo "${ECHO_T}no" >&6
c8615825 2899fi
c8615825 2900
13b2be9c
DJ
2901fi
2902if test -z "$ac_cv_prog_STRIP"; then
2903 ac_ct_STRIP=$STRIP
2904 # Extract the first word of "strip", so it can be a program name with args.
2905set dummy strip; ac_word=$2
2906echo "$as_me:$LINENO: checking for $ac_word" >&5
2907echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2908if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2909 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 2910else
13b2be9c
DJ
2911 if test -n "$ac_ct_STRIP"; then
2912 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 2913else
13b2be9c
DJ
2914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2915for as_dir in $PATH
2916do
2917 IFS=$as_save_IFS
2918 test -z "$as_dir" && as_dir=.
2919 for ac_exec_ext in '' $ac_executable_extensions; do
2920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2921 ac_cv_prog_ac_ct_STRIP="strip"
2922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2923 break 2
2924 fi
2925done
2926done
2927
2928 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 2929fi
252b5132 2930fi
13b2be9c
DJ
2931ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2932if test -n "$ac_ct_STRIP"; then
2933 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2934echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2935else
13b2be9c
DJ
2936 echo "$as_me:$LINENO: result: no" >&5
2937echo "${ECHO_T}no" >&6
252b5132
RH
2938fi
2939
13b2be9c
DJ
2940 STRIP=$ac_ct_STRIP
2941else
2942 STRIP="$ac_cv_prog_STRIP"
2943fi
d6d788bd 2944
252b5132 2945fi
13b2be9c 2946INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 2947
13b2be9c
DJ
2948# We need awk for the "check" target. The system "awk" is bad on
2949# some platforms.
252b5132 2950
d6d788bd 2951
13b2be9c 2952depcc="$CC" am_compiler_list=
d6d788bd 2953
13b2be9c
DJ
2954echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2955echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2956if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2957 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2958else
13b2be9c
DJ
2959 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2960 # We make a subdir and do the tests there. Otherwise we can end up
2961 # making bogus files that we don't know about and never remove. For
2962 # instance it was reported that on HP-UX the gcc test will end up
2963 # making a dummy file named `D' -- because `-MD' means `put the output
2964 # in D'.
2965 mkdir conftest.dir
2966 # Copy depcomp to subdir because otherwise we won't find it if we're
2967 # using a relative directory.
2968 cp "$am_depcomp" conftest.dir
2969 cd conftest.dir
2970 # We will build objects and dependencies in a subdirectory because
2971 # it helps to detect inapplicable dependency modes. For instance
2972 # both Tru64's cc and ICC support -MD to output dependencies as a
2973 # side effect of compilation, but ICC will put the dependencies in
2974 # the current directory while Tru64 will put them in the object
2975 # directory.
2976 mkdir sub
252b5132 2977
13b2be9c
DJ
2978 am_cv_CC_dependencies_compiler_type=none
2979 if test "$am_compiler_list" = ""; then
2980 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2981 fi
2982 for depmode in $am_compiler_list; do
2983 # Setup a source with many dependencies, because some compilers
2984 # like to wrap large dependency lists on column 80 (with \), and
2985 # we should not choose a depcomp mode which is confused by this.
2986 #
2987 # We need to recreate these files for each test, as the compiler may
2988 # overwrite some of them when testing with obscure command lines.
2989 # This happens at least with the AIX C compiler.
2990 : > sub/conftest.c
2991 for i in 1 2 3 4 5 6; do
2992 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2993 : > sub/conftst$i.h
2994 done
2995 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2996
2997 case $depmode in
2998 nosideeffect)
2999 # after this tag, mechanisms are not by side-effect, so they'll
3000 # only be used when explicitly requested
3001 if test "x$enable_dependency_tracking" = xyes; then
3002 continue
3003 else
3004 break
3005 fi
3006 ;;
3007 none) break ;;
3008 esac
3009 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3010 # mode. It turns out that the SunPro C++ compiler does not properly
3011 # handle `-M -o', and we need to detect this.
3012 if depmode=$depmode \
3013 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3014 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3015 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3016 >/dev/null 2>conftest.err &&
3017 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3018 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3019 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3020 # icc doesn't choke on unknown options, it will just issue warnings
3021 # (even with -Werror). So we grep stderr for any message
3022 # that says an option was ignored.
3023 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
3024 am_cv_CC_dependencies_compiler_type=$depmode
3025 break
3026 fi
3027 fi
3028 done
252b5132 3029
13b2be9c
DJ
3030 cd ..
3031 rm -rf conftest.dir
252b5132 3032else
13b2be9c 3033 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3034fi
3035
252b5132 3036fi
13b2be9c
DJ
3037echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3038echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3039CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3040
13b2be9c
DJ
3041
3042
3043if
3044 test "x$enable_dependency_tracking" != xno \
3045 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3046 am__fastdepCC_TRUE=
3047 am__fastdepCC_FALSE='#'
252b5132 3048else
13b2be9c
DJ
3049 am__fastdepCC_TRUE='#'
3050 am__fastdepCC_FALSE=
252b5132
RH
3051fi
3052
d6d788bd
L
3053
3054
13b2be9c 3055
252b5132
RH
3056# Check whether --enable-shared or --disable-shared was given.
3057if test "${enable_shared+set}" = set; then
3058 enableval="$enable_shared"
3059 p=${PACKAGE-default}
f9c19112 3060case $enableval in
252b5132
RH
3061yes) enable_shared=yes ;;
3062no) enable_shared=no ;;
3063*)
3064 enable_shared=no
3065 # Look at the argument we got. We use all the common list separators.
3066 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3067 for pkg in $enableval; do
3068 if test "X$pkg" = "X$p"; then
3069 enable_shared=yes
3070 fi
3071 done
3072 IFS="$ac_save_ifs"
3073 ;;
3074esac
3075else
3076 enable_shared=yes
13b2be9c 3077fi;
252b5132
RH
3078# Check whether --enable-static or --disable-static was given.
3079if test "${enable_static+set}" = set; then
3080 enableval="$enable_static"
3081 p=${PACKAGE-default}
f9c19112 3082case $enableval in
252b5132
RH
3083yes) enable_static=yes ;;
3084no) enable_static=no ;;
3085*)
3086 enable_static=no
3087 # Look at the argument we got. We use all the common list separators.
3088 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3089 for pkg in $enableval; do
3090 if test "X$pkg" = "X$p"; then
3091 enable_static=yes
3092 fi
3093 done
3094 IFS="$ac_save_ifs"
3095 ;;
3096esac
3097else
3098 enable_static=yes
13b2be9c 3099fi;
bedf545c
ILT
3100# Check whether --enable-fast-install or --disable-fast-install was given.
3101if test "${enable_fast_install+set}" = set; then
3102 enableval="$enable_fast_install"
3103 p=${PACKAGE-default}
f9c19112 3104case $enableval in
bedf545c
ILT
3105yes) enable_fast_install=yes ;;
3106no) enable_fast_install=no ;;
3107*)
3108 enable_fast_install=no
3109 # Look at the argument we got. We use all the common list separators.
3110 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3111 for pkg in $enableval; do
3112 if test "X$pkg" = "X$p"; then
3113 enable_fast_install=yes
3114 fi
3115 done
3116 IFS="$ac_save_ifs"
3117 ;;
3118esac
3119else
3120 enable_fast_install=yes
13b2be9c 3121fi;
87ccc1b0 3122
6840198f
NC
3123# Check whether --with-gnu-ld or --without-gnu-ld was given.
3124if test "${with_gnu_ld+set}" = set; then
3125 withval="$with_gnu_ld"
3126 test "$withval" = no || with_gnu_ld=yes
27b7e12d 3127else
6840198f 3128 with_gnu_ld=no
13b2be9c 3129fi;
6840198f
NC
3130ac_prog=ld
3131if test "$GCC" = yes; then
3132 # Check if gcc -print-prog-name=ld gives a path.
13b2be9c
DJ
3133 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3134echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
6840198f
NC
3135 case $host in
3136 *-*-mingw*)
3137 # gcc leaves a trailing carriage return which upsets mingw
3138 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3139 *)
3140 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3141 esac
3142 case $ac_prog in
3143 # Accept absolute paths.
3144 [\\/]* | [A-Za-z]:[\\/]*)
3145 re_direlt='/[^/][^/]*/\.\./'
3146 # Canonicalize the path of ld
3147 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3148 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3149 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3150 done
3151 test -z "$LD" && LD="$ac_prog"
3152 ;;
3153 "")
3154 # If it fails, then pretend we aren't using GCC.
3155 ac_prog=ld
3156 ;;
3157 *)
3158 # If it is relative, then search for the first ld in PATH.
3159 with_gnu_ld=unknown
3160 ;;
3161 esac
3162elif test "$with_gnu_ld" = yes; then
13b2be9c
DJ
3163 echo "$as_me:$LINENO: checking for GNU ld" >&5
3164echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
27b7e12d 3165else
13b2be9c
DJ
3166 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3167echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
27b7e12d 3168fi
13b2be9c
DJ
3169if test "${lt_cv_path_LD+set}" = set; then
3170 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3171else
3172 if test -z "$LD"; then
a74801ba 3173 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3174 for ac_dir in $PATH; do
3175 test -z "$ac_dir" && ac_dir=.
a74801ba 3176 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
f9c19112 3177 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
3178 # Check to see if the program is GNU ld. I'd rather use --version,
3179 # but apparently some GNU ld's only accept -v.
3180 # Break only if it was the GNU/non-GNU ld that we prefer.
f9c19112 3181 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
3182 test "$with_gnu_ld" != no && break
3183 else
bedf545c 3184 test "$with_gnu_ld" != yes && break
252b5132
RH
3185 fi
3186 fi
3187 done
3188 IFS="$ac_save_ifs"
3189else
f9c19112 3190 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3191fi
3192fi
3193
f9c19112 3194LD="$lt_cv_path_LD"
252b5132 3195if test -n "$LD"; then
13b2be9c
DJ
3196 echo "$as_me:$LINENO: result: $LD" >&5
3197echo "${ECHO_T}$LD" >&6
252b5132 3198else
13b2be9c
DJ
3199 echo "$as_me:$LINENO: result: no" >&5
3200echo "${ECHO_T}no" >&6
252b5132 3201fi
13b2be9c
DJ
3202test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3203echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3204 { (exit 1); exit 1; }; }
3205echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3206echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3207if test "${lt_cv_prog_gnu_ld+set}" = set; then
3208 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3209else
3210 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3211if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
f9c19112 3212 lt_cv_prog_gnu_ld=yes
252b5132 3213else
f9c19112 3214 lt_cv_prog_gnu_ld=no
252b5132
RH
3215fi
3216fi
13b2be9c
DJ
3217echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3218echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
f9c19112 3219with_gnu_ld=$lt_cv_prog_gnu_ld
ac48eca1 3220
d6d788bd 3221
13b2be9c
DJ
3222echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3223echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3224if test "${lt_cv_ld_reload_flag+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3226else
3227 lt_cv_ld_reload_flag='-r'
3228fi
13b2be9c
DJ
3229echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3230echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3231reload_flag=$lt_cv_ld_reload_flag
3232test -n "$reload_flag" && reload_flag=" $reload_flag"
252b5132 3233
13b2be9c
DJ
3234echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3235echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3236if test "${lt_cv_path_NM+set}" = set; then
3237 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3238else
3239 if test -n "$NM"; then
3240 # Let the user override the test.
f9c19112 3241 lt_cv_path_NM="$NM"
252b5132 3242else
a74801ba 3243 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
bedf545c 3244 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 3245 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3246 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3247 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3248 # Check to see if the nm accepts a BSD-compat flag.
3249 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3250 # nm: unknown option "B" ignored
58cccadb
AO
3251 # Tru64's nm complains that /dev/null is an invalid object file
3252 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
f9c19112 3253 lt_cv_path_NM="$tmp_nm -B"
bedf545c 3254 break
ac48eca1 3255 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
f9c19112 3256 lt_cv_path_NM="$tmp_nm -p"
bedf545c 3257 break
252b5132 3258 else
f9c19112 3259 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
bedf545c 3260 continue # so that we can try to find one that supports BSD flags
252b5132 3261 fi
252b5132
RH
3262 fi
3263 done
3264 IFS="$ac_save_ifs"
f9c19112 3265 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3266fi
3267fi
3268
f9c19112 3269NM="$lt_cv_path_NM"
13b2be9c
DJ
3270echo "$as_me:$LINENO: result: $NM" >&5
3271echo "${ECHO_T}$NM" >&6
252b5132 3272
13b2be9c
DJ
3273echo "$as_me:$LINENO: checking whether ln -s works" >&5
3274echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3275LN_S=$as_ln_s
3276if test "$LN_S" = "ln -s"; then
3277 echo "$as_me:$LINENO: result: yes" >&5
3278echo "${ECHO_T}yes" >&6
252b5132 3279else
13b2be9c
DJ
3280 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3281echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3282fi
3283
13b2be9c
DJ
3284echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3285echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3286if test "${lt_cv_deplibs_check_method+set}" = set; then
3287 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3288else
d64552c5 3289 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3290lt_cv_file_magic_test_file=
3291lt_cv_deplibs_check_method='unknown'
3292# Need to set the preceding variable on all platforms that support
3293# interlibrary dependencies.
3294# 'none' -- dependencies not supported.
3295# `unknown' -- same as none, but documents that we really don't know.
3296# 'pass_all' -- all dependencies passed with no checks.
3297# 'test_compile' -- check by making test program.
3298# 'file_magic [regex]' -- check by looking for files in library path
3299# which responds to the $file_magic_cmd with a given egrep regex.
3300# If you have `file' or equivalent on your system and you're not sure
3301# whether `pass_all' will *always* work, you probably want this one.
3302
f9c19112
HPN
3303case $host_os in
3304aix*)
ac48eca1
AO
3305 lt_cv_deplibs_check_method=pass_all
3306 ;;
3307
3308beos*)
3309 lt_cv_deplibs_check_method=pass_all
3310 ;;
3311
3312bsdi4*)
f9c19112
HPN
3313 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3314 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3315 lt_cv_file_magic_test_file=/shlib/libc.so
3316 ;;
3317
d64552c5 3318cygwin* | mingw* |pw32*)
ac48eca1 3319 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3320 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3321 ;;
3322
f9c19112 3323darwin* | rhapsody*)
996991aa 3324 # this will be overwritten by pass_all, but leave it in just in case
f9c19112 3325 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
6840198f
NC
3326 lt_cv_file_magic_cmd='/usr/bin/file -L'
3327 case "$host_os" in
3328 rhapsody* | darwin1.012)
3329 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3330 ;;
3331 *) # Darwin 1.3 on
3332 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3333 ;;
3334 esac
996991aa 3335 lt_cv_deplibs_check_method=pass_all
f9c19112
HPN
3336 ;;
3337
996991aa 3338freebsd* | kfreebsd*-gnu)
ac48eca1 3339 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
f9c19112 3340 case $host_cpu in
ac48eca1 3341 i*86 )
58cccadb
AO
3342 # Not sure whether the presence of OpenBSD here was a mistake.
3343 # Let's accept both of them until this is cleared up.
f9c19112
HPN
3344 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3345 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3346 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3347 ;;
3348 esac
3349 else
3350 lt_cv_deplibs_check_method=pass_all
3351 fi
3352 ;;
3353
3354gnu*)
3355 lt_cv_deplibs_check_method=pass_all
3356 ;;
3357
f9c19112 3358hpux10.20*|hpux11*)
4867be41
DJ
3359 case $host_cpu in
3360 hppa*)
3361 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3362 lt_cv_file_magic_cmd=/usr/bin/file
3363 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3364 ;;
3365 ia64*)
3366 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3367 lt_cv_file_magic_cmd=/usr/bin/file
3368 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3369 ;;
3370 esac
ac48eca1
AO
3371 ;;
3372
3373irix5* | irix6*)
f9c19112 3374 case $host_os in
ac48eca1
AO
3375 irix5*)
3376 # this will be overridden with pass_all, but let us keep it just in case
3377 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3378 ;;
3379 *)
f9c19112 3380 case $LD in
ac48eca1
AO
3381 *-32|*"-32 ") libmagic=32-bit;;
3382 *-n32|*"-n32 ") libmagic=N32;;
3383 *-64|*"-64 ") libmagic=64-bit;;
3384 *) libmagic=never-match;;
3385 esac
3386 # this will be overridden with pass_all, but let us keep it just in case
f9c19112
HPN
3387 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3388 ;;
ac48eca1
AO
3389 esac
3390 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3391 lt_cv_deplibs_check_method=pass_all
3392 ;;
3393
3394# This must be Linux ELF.
58cccadb 3395linux-gnu*)
f9c19112 3396 case $host_cpu in
dbeba5e5 3397 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3398 lt_cv_deplibs_check_method=pass_all ;;
3399 *)
3400 # glibc up to 2.1.1 does not perform some relocations on ARM
f9c19112
HPN
3401 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3402 esac
ac48eca1
AO
3403 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3404 ;;
3405
996991aa 3406netbsd* | knetbsd*-gnu)
f9c19112 3407 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6840198f 3408 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3409 else
6840198f 3410 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1 3411 fi
f9c19112
HPN
3412 ;;
3413
3414newsos6)
3415 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3416 lt_cv_file_magic_cmd=/usr/bin/file
3417 lt_cv_file_magic_test_file=/usr/lib/libnls.so
ac48eca1
AO
3418 ;;
3419
3420osf3* | osf4* | osf5*)
3421 # this will be overridden with pass_all, but let us keep it just in case
3422 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3423 lt_cv_file_magic_test_file=/shlib/libc.so
3424 lt_cv_deplibs_check_method=pass_all
3425 ;;
3426
3427sco3.2v5*)
3428 lt_cv_deplibs_check_method=pass_all
3429 ;;
3430
3431solaris*)
3432 lt_cv_deplibs_check_method=pass_all
3433 lt_cv_file_magic_test_file=/lib/libc.so
3434 ;;
3435
6be7c12c
AO
3436sysv5uw[78]* | sysv4*uw2*)
3437 lt_cv_deplibs_check_method=pass_all
3438 ;;
3439
ac48eca1 3440sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
f9c19112 3441 case $host_vendor in
ac48eca1
AO
3442 ncr)
3443 lt_cv_deplibs_check_method=pass_all
3444 ;;
3445 motorola)
f9c19112
HPN
3446 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]'
3447 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3448 ;;
3449 esac
3450 ;;
3451esac
3452
3453fi
13b2be9c
DJ
3454echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3455echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3456file_magic_cmd=$lt_cv_file_magic_cmd
3457deplibs_check_method=$lt_cv_deplibs_check_method
3458
c8615825 3459
c8615825 3460
c8615825 3461
ac48eca1
AO
3462# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3463
3464# Only perform the check for file, if the check method requires it
f9c19112 3465case $deplibs_check_method in
ac48eca1 3466file_magic*)
d64552c5 3467 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
13b2be9c
DJ
3468 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3469echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3470if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3471 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3472else
f9c19112 3473 case $MAGIC_CMD in
ac48eca1 3474 /*)
d64552c5 3475 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3476 ;;
3477 ?:/*)
d64552c5 3478 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3479 ;;
3480 *)
d64552c5 3481 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3482 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3483 ac_dummy="/usr/bin:$PATH"
3484 for ac_dir in $ac_dummy; do
3485 test -z "$ac_dir" && ac_dir=.
3486 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3487 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3488 if test -n "$file_magic_test_file"; then
f9c19112 3489 case $deplibs_check_method in
ac48eca1
AO
3490 "file_magic "*)
3491 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3492 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3493 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3494 egrep "$file_magic_regex" > /dev/null; then
3495 :
3496 else
3497 cat <<EOF 1>&2
3498
3499*** Warning: the command libtool uses to detect shared libraries,
3500*** $file_magic_cmd, produces output that libtool cannot recognize.
3501*** The result is that libtool may fail to recognize shared libraries
3502*** as such. This will affect the creation of libtool libraries that
3503*** depend on shared libraries, but programs linked with such libtool
3504*** libraries will work regardless of this problem. Nevertheless, you
3505*** may want to report the problem to your system manager and/or to
3506*** bug-libtool@gnu.org
3507
3508EOF
3509 fi ;;
3510 esac
3511 fi
3512 break
3513 fi
3514 done
3515 IFS="$ac_save_ifs"
d64552c5 3516 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3517 ;;
3518esac
3519fi
3520
d64552c5
AO
3521MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3522if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3523 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3524echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3525else
13b2be9c
DJ
3526 echo "$as_me:$LINENO: result: no" >&5
3527echo "${ECHO_T}no" >&6
ac48eca1
AO
3528fi
3529
d64552c5 3530if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3531 if test -n "$ac_tool_prefix"; then
13b2be9c
DJ
3532 echo "$as_me:$LINENO: checking for file" >&5
3533echo $ECHO_N "checking for file... $ECHO_C" >&6
3534if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3535 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3536else
f9c19112 3537 case $MAGIC_CMD in
ac48eca1 3538 /*)
d64552c5 3539 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3540 ;;
3541 ?:/*)
d64552c5 3542 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3543 ;;
3544 *)
d64552c5 3545 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3546 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3547 ac_dummy="/usr/bin:$PATH"
3548 for ac_dir in $ac_dummy; do
3549 test -z "$ac_dir" && ac_dir=.
3550 if test -f $ac_dir/file; then
d64552c5 3551 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3552 if test -n "$file_magic_test_file"; then
f9c19112 3553 case $deplibs_check_method in
ac48eca1
AO
3554 "file_magic "*)
3555 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3556 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3557 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3558 egrep "$file_magic_regex" > /dev/null; then
3559 :
3560 else
3561 cat <<EOF 1>&2
3562
3563*** Warning: the command libtool uses to detect shared libraries,
3564*** $file_magic_cmd, produces output that libtool cannot recognize.
3565*** The result is that libtool may fail to recognize shared libraries
3566*** as such. This will affect the creation of libtool libraries that
3567*** depend on shared libraries, but programs linked with such libtool
3568*** libraries will work regardless of this problem. Nevertheless, you
3569*** may want to report the problem to your system manager and/or to
3570*** bug-libtool@gnu.org
3571
3572EOF
3573 fi ;;
3574 esac
3575 fi
3576 break
3577 fi
3578 done
3579 IFS="$ac_save_ifs"
d64552c5 3580 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3581 ;;
3582esac
3583fi
3584
d64552c5
AO
3585MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3586if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3587 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3588echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3589else
13b2be9c
DJ
3590 echo "$as_me:$LINENO: result: no" >&5
3591echo "${ECHO_T}no" >&6
ac48eca1
AO
3592fi
3593
3594 else
d64552c5 3595 MAGIC_CMD=:
ac48eca1
AO
3596 fi
3597fi
3598
3599 fi
3600 ;;
3601esac
3602
13b2be9c
DJ
3603if test -n "$ac_tool_prefix"; then
3604 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3605set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13b2be9c
DJ
3606echo "$as_me:$LINENO: checking for $ac_word" >&5
3607echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3608if test "${ac_cv_prog_RANLIB+set}" = set; then
3609 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3610else
3611 if test -n "$RANLIB"; then
3612 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3613else
13b2be9c
DJ
3614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3615for as_dir in $PATH
3616do
3617 IFS=$as_save_IFS
3618 test -z "$as_dir" && as_dir=.
3619 for ac_exec_ext in '' $ac_executable_extensions; do
3620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3621 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3623 break 2
3624 fi
3625done
3626done
3627
ac48eca1
AO
3628fi
3629fi
13b2be9c 3630RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3631if test -n "$RANLIB"; then
13b2be9c
DJ
3632 echo "$as_me:$LINENO: result: $RANLIB" >&5
3633echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3634else
13b2be9c
DJ
3635 echo "$as_me:$LINENO: result: no" >&5
3636echo "${ECHO_T}no" >&6
ac48eca1
AO
3637fi
3638
13b2be9c 3639fi
ac48eca1 3640if test -z "$ac_cv_prog_RANLIB"; then
13b2be9c 3641 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3642 # Extract the first word of "ranlib", so it can be a program name with args.
3643set dummy ranlib; ac_word=$2
13b2be9c
DJ
3644echo "$as_me:$LINENO: checking for $ac_word" >&5
3645echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3646if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3647 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 3648else
13b2be9c
DJ
3649 if test -n "$ac_ct_RANLIB"; then
3650 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
d6d788bd 3651else
13b2be9c
DJ
3652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3653for as_dir in $PATH
3654do
3655 IFS=$as_save_IFS
3656 test -z "$as_dir" && as_dir=.
3657 for ac_exec_ext in '' $ac_executable_extensions; do
3658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3659 ac_cv_prog_ac_ct_RANLIB="ranlib"
3660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3661 break 2
3662 fi
3663done
3664done
3665
3666 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3667fi
3668fi
13b2be9c
DJ
3669ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3670if test -n "$ac_ct_RANLIB"; then
3671 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3672echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3673else
13b2be9c
DJ
3674 echo "$as_me:$LINENO: result: no" >&5
3675echo "${ECHO_T}no" >&6
ac48eca1
AO
3676fi
3677
13b2be9c 3678 RANLIB=$ac_ct_RANLIB
ac48eca1 3679else
13b2be9c 3680 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3681fi
3682
13b2be9c
DJ
3683if test -n "$ac_tool_prefix"; then
3684 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3685set dummy ${ac_tool_prefix}strip; ac_word=$2
13b2be9c
DJ
3686echo "$as_me:$LINENO: checking for $ac_word" >&5
3687echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3688if test "${ac_cv_prog_STRIP+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3690else
3691 if test -n "$STRIP"; then
3692 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3693else
13b2be9c
DJ
3694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3695for as_dir in $PATH
3696do
3697 IFS=$as_save_IFS
3698 test -z "$as_dir" && as_dir=.
3699 for ac_exec_ext in '' $ac_executable_extensions; do
3700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3701 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3703 break 2
3704 fi
3705done
3706done
3707
ac48eca1
AO
3708fi
3709fi
13b2be9c 3710STRIP=$ac_cv_prog_STRIP
ac48eca1 3711if test -n "$STRIP"; then
13b2be9c
DJ
3712 echo "$as_me:$LINENO: result: $STRIP" >&5
3713echo "${ECHO_T}$STRIP" >&6
ac48eca1 3714else
13b2be9c
DJ
3715 echo "$as_me:$LINENO: result: no" >&5
3716echo "${ECHO_T}no" >&6
ac48eca1
AO
3717fi
3718
13b2be9c 3719fi
ac48eca1 3720if test -z "$ac_cv_prog_STRIP"; then
13b2be9c 3721 ac_ct_STRIP=$STRIP
ac48eca1
AO
3722 # Extract the first word of "strip", so it can be a program name with args.
3723set dummy strip; ac_word=$2
13b2be9c
DJ
3724echo "$as_me:$LINENO: checking for $ac_word" >&5
3725echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3726if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3727 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3728else
13b2be9c
DJ
3729 if test -n "$ac_ct_STRIP"; then
3730 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 3731else
13b2be9c
DJ
3732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3733for as_dir in $PATH
3734do
3735 IFS=$as_save_IFS
3736 test -z "$as_dir" && as_dir=.
3737 for ac_exec_ext in '' $ac_executable_extensions; do
3738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3739 ac_cv_prog_ac_ct_STRIP="strip"
3740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3741 break 2
3742 fi
3743done
3744done
3745
3746 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
d6d788bd
L
3747fi
3748fi
13b2be9c
DJ
3749ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3750if test -n "$ac_ct_STRIP"; then
3751 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3752echo "${ECHO_T}$ac_ct_STRIP" >&6
d6d788bd 3753else
13b2be9c
DJ
3754 echo "$as_me:$LINENO: result: no" >&5
3755echo "${ECHO_T}no" >&6
d6d788bd
L
3756fi
3757
13b2be9c 3758 STRIP=$ac_ct_STRIP
d6d788bd 3759else
13b2be9c 3760 STRIP="$ac_cv_prog_STRIP"
d6d788bd
L
3761fi
3762
252b5132 3763
252b5132 3764# Check for any special flags to pass to ltconfig.
bedf545c 3765libtool_flags="--cache-file=$cache_file"
252b5132
RH
3766test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3767test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
bedf545c 3768test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
f9c19112
HPN
3769test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3770test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3771
d6d788bd 3772
a74801ba
ILT
3773# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3774if test "${enable_libtool_lock+set}" = set; then
3775 enableval="$enable_libtool_lock"
a74801ba 3776
13b2be9c 3777fi;
a74801ba
ILT
3778test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3779test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3780
13b2be9c 3781
ac48eca1
AO
3782# Check whether --with-pic or --without-pic was given.
3783if test "${with_pic+set}" = set; then
3784 withval="$with_pic"
3785 pic_mode="$withval"
3786else
3787 pic_mode=default
13b2be9c 3788fi;
ac48eca1
AO
3789test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3790test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3791
252b5132
RH
3792# Some flags need to be propagated to the compiler or linker for good
3793# libtool support.
f9c19112 3794case $host in
252b5132
RH
3795*-*-irix6*)
3796 # Find out which ABI we are using.
996991aa 3797 echo '#line 3797 "configure"' > conftest.$ac_ext
13b2be9c
DJ
3798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3799 (eval $ac_compile) 2>&5
3800 ac_status=$?
3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802 (exit $ac_status); }; then
e0001a05
NC
3803 if test "$lt_cv_prog_gnu_ld" = yes; then
3804 case `/usr/bin/file conftest.$ac_objext` in
3805 *32-bit*)
3806 LD="${LD-ld} -melf32bsmip"
3807 ;;
3808 *N32*)
3809 LD="${LD-ld} -melf32bmipn32"
3810 ;;
3811 *64-bit*)
3812 LD="${LD-ld} -melf64bmip"
3813 ;;
3814 esac
3815 else
f9c19112 3816 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3817 *32-bit*)
3818 LD="${LD-ld} -32"
3819 ;;
3820 *N32*)
3821 LD="${LD-ld} -n32"
3822 ;;
3823 *64-bit*)
3824 LD="${LD-ld} -64"
3825 ;;
3826 esac
e0001a05 3827 fi
252b5132
RH
3828 fi
3829 rm -rf conftest*
3830 ;;
3831
4867be41
DJ
3832ia64-*-hpux*)
3833 # Find out which ABI we are using.
3834 echo 'int i;' > conftest.$ac_ext
13b2be9c
DJ
3835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3836 (eval $ac_compile) 2>&5
3837 ac_status=$?
3838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3839 (exit $ac_status); }; then
4867be41
DJ
3840 case "`/usr/bin/file conftest.o`" in
3841 *ELF-32*)
3842 HPUX_IA64_MODE="32"
3843 ;;
3844 *ELF-64*)
3845 HPUX_IA64_MODE="64"
3846 ;;
3847 esac
3848 fi
3849 rm -rf conftest*
3850 ;;
3851
996991aa
AO
3852x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
3853 # Find out which ABI we are using.
3854 echo 'int i;' > conftest.$ac_ext
3855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3856 (eval $ac_compile) 2>&5
3857 ac_status=$?
3858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3859 (exit $ac_status); }; then
3860 case "`/usr/bin/file conftest.o`" in
3861 *32-bit*)
3862 case $host in
3863 x86_64-*linux*)
3864 LD="${LD-ld} -m elf_i386"
3865 ;;
3866 ppc64-*linux*|powerpc64-*linux*)
3867 LD="${LD-ld} -m elf32ppclinux"
3868 ;;
3869 s390x-*linux*)
3870 LD="${LD-ld} -m elf_s390"
3871 ;;
3872 sparc64-*linux*)
3873 LD="${LD-ld} -m elf32_sparc"
3874 ;;
3875 esac
3876 ;;
3877 *64-bit*)
3878 case $host in
3879 x86_64-*linux*)
3880 LD="${LD-ld} -m elf_x86_64"
3881 ;;
3882 ppc*-*linux*|powerpc*-*linux*)
3883 LD="${LD-ld} -m elf64ppc"
3884 ;;
3885 s390*-*linux*)
3886 LD="${LD-ld} -m elf64_s390"
3887 ;;
3888 sparc*-*linux*)
3889 LD="${LD-ld} -m elf64_sparc"
3890 ;;
3891 esac
3892 ;;
3893 esac
3894 fi
3895 rm -rf conftest*
3896 ;;
3897
252b5132
RH
3898*-*-sco3.2v5*)
3899 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
bedf545c 3900 SAVE_CFLAGS="$CFLAGS"
252b5132 3901 CFLAGS="$CFLAGS -belf"
13b2be9c
DJ
3902 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3903echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3904if test "${lt_cv_cc_needs_belf+set}" = set; then
3905 echo $ECHO_N "(cached) $ECHO_C" >&6
bedf545c 3906else
13b2be9c
DJ
3907
3908
ac48eca1 3909 ac_ext=c
ac48eca1 3910ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914
3915 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
3916/* confdefs.h. */
3917_ACEOF
3918cat confdefs.h >>conftest.$ac_ext
3919cat >>conftest.$ac_ext <<_ACEOF
3920/* end confdefs.h. */
bedf545c 3921
13b2be9c
DJ
3922int
3923main ()
3924{
6840198f 3925
13b2be9c
DJ
3926 ;
3927 return 0;
3928}
3929_ACEOF
3930rm -f conftest.$ac_objext conftest$ac_exeext
3931if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 3932 (eval $ac_link) 2>conftest.er1
13b2be9c 3933 ac_status=$?
ab509236
L
3934 grep -v '^ *+' conftest.er1 >conftest.err
3935 rm -f conftest.er1
3936 cat conftest.err >&5
13b2be9c
DJ
3937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3938 (exit $ac_status); } &&
ab509236
L
3939 { ac_try='test -z "$ac_c_werror_flag"
3940 || test ! -s conftest.err'
3941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3942 (eval $ac_try) 2>&5
3943 ac_status=$?
3944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3945 (exit $ac_status); }; } &&
3946 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
3947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3948 (eval $ac_try) 2>&5
3949 ac_status=$?
3950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3951 (exit $ac_status); }; }; then
bedf545c
ILT
3952 lt_cv_cc_needs_belf=yes
3953else
13b2be9c
DJ
3954 echo "$as_me: failed program was:" >&5
3955sed 's/^/| /' conftest.$ac_ext >&5
3956
3957lt_cv_cc_needs_belf=no
bedf545c 3958fi
ab509236
L
3959rm -f conftest.err conftest.$ac_objext \
3960 conftest$ac_exeext conftest.$ac_ext
ac48eca1 3961 ac_ext=c
ac48eca1 3962ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3965ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3966
bedf545c 3967fi
13b2be9c
DJ
3968echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3969echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
bedf545c
ILT
3970 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
3971 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3972 CFLAGS="$SAVE_CFLAGS"
3973 fi
252b5132
RH
3974 ;;
3975
d6d788bd 3976
252b5132
RH
3977esac
3978
d6d788bd 3979
bedf545c 3980# Save cache, so that ltconfig can load it
13b2be9c 3981cat >confcache <<\_ACEOF
bedf545c
ILT
3982# This file is a shell script that caches the results of configure
3983# tests run on this system so they can be shared between configure
13b2be9c
DJ
3984# scripts and configure runs, see configure's option --config-cache.
3985# It is not useful on other systems. If it contains results you don't
3986# want to keep, you may remove or edit it.
bedf545c 3987#
13b2be9c
DJ
3988# config.status only pays attention to the cache file if you give it
3989# the --recheck option to rerun configure.
bedf545c 3990#
13b2be9c
DJ
3991# `ac_cv_env_foo' variables (set or unset) will be overridden when
3992# loading this file, other *unset* `ac_cv_foo' will be assigned the
3993# following values.
3994
3995_ACEOF
3996
bedf545c 3997# The following way of writing the cache mishandles newlines in values,
9b2b7d69
MM
3998# but we know of no workaround that is simple, portable, and efficient.
3999# So, don't put newlines in cache variables' values.
4000# Ultrix sh set writes to stderr and can't be redirected directly,
4001# and sets the high bit in the cache file unless we assign to the vars.
13b2be9c
DJ
4002{
4003 (set) 2>&1 |
4004 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4005 *ac_space=\ *)
4006 # `set' does not quote correctly, so add quotes (double-quote
4007 # substitution turns \\\\ into \\, and sed turns \\ into \).
4008 sed -n \
ab509236
L
4009 "s/'/'\\\\''/g;
4010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
4011 ;;
4012 *)
4013 # `set' quotes correctly as required by POSIX, so do not add quotes.
4014 sed -n \
ab509236 4015 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
4016 ;;
4017 esac;
4018} |
4019 sed '
4020 t clear
4021 : clear
4022 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4023 t end
4024 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4025 : end' >>confcache
4026if diff $cache_file confcache >/dev/null 2>&1; then :; else
bedf545c 4027 if test -w $cache_file; then
13b2be9c
DJ
4028 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4029 cat confcache >$cache_file
bedf545c
ILT
4030 else
4031 echo "not updating unwritable cache $cache_file"
4032 fi
4033fi
4034rm -f confcache
4035
252b5132 4036# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 4037AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 4038MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
4039LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4040AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4041objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4042deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 4043${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 4044$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
13b2be9c
DJ
4045|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4046echo "$as_me: error: libtool configure failed" >&2;}
4047 { (exit 1); exit 1; }; }
252b5132 4048
bedf545c
ILT
4049# Reload cache, that may have been modified by ltconfig
4050if test -r "$cache_file"; then
13b2be9c
DJ
4051 # Some versions of bash will fail to source /dev/null (special
4052 # files actually), so we avoid doing that.
4053 if test -f "$cache_file"; then
4054 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4055echo "$as_me: loading cache $cache_file" >&6;}
4056 case $cache_file in
4057 [\\/]* | ?:[\\/]* ) . $cache_file;;
4058 *) . ./$cache_file;;
4059 esac
4060 fi
bedf545c 4061else
13b2be9c
DJ
4062 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4063echo "$as_me: creating cache $cache_file" >&6;}
4064 >$cache_file
bedf545c
ILT
4065fi
4066
d6d788bd 4067
bedf545c 4068# This can be used to rebuild libtool when needed
ac48eca1 4069LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
bedf545c
ILT
4070
4071# Always use our own libtool.
4072LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4073
252b5132
RH
4074# Redirect the config.log output again, so that the ltconfig log is not
4075# clobbered by the next message.
4076exec 5>>./config.log
4077
d6d788bd 4078
13b2be9c
DJ
4079
4080
4081
4082
d6d788bd 4083
252b5132
RH
4084user_bfd_gas=
4085# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
4086if test "${enable_bfd_assembler+set}" = set; then
4087 enableval="$enable_bfd_assembler"
4088 case "${enableval}" in
4089 yes) need_bfd=yes user_bfd_gas=yes ;;
4090 no) user_bfd_gas=no ;;
13b2be9c
DJ
4091 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} given for bfd-assembler option" >&5
4092echo "$as_me: error: bad value ${enableval} given for bfd-assembler option" >&2;}
4093 { (exit 1); exit 1; }; } ;;
252b5132 4094esac
13b2be9c 4095fi; # Check whether --enable-targets or --disable-targets was given.
252b5132
RH
4096if test "${enable_targets+set}" = set; then
4097 enableval="$enable_targets"
4098 case "${enableval}" in
13b2be9c
DJ
4099 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4100echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4101 { (exit 1); exit 1; }; }
252b5132
RH
4102 ;;
4103 no) enable_targets= ;;
4104 *) enable_targets=$enableval ;;
4105esac
13b2be9c 4106fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
4107if test "${enable_commonbfdlib+set}" = set; then
4108 enableval="$enable_commonbfdlib"
4109 case "${enableval}" in
4110 yes) commonbfdlib=true ;;
4111 no) commonbfdlib=false ;;
13b2be9c
DJ
4112 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4113echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4114 { (exit 1); exit 1; }; } ;;
252b5132 4115esac
13b2be9c 4116fi;
252b5132
RH
4117using_cgen=no
4118
0218d1e4 4119build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
a2d91340
AC
4120# Check whether --enable-build-warnings or --disable-build-warnings was given.
4121if test "${enable_build_warnings+set}" = set; then
4122 enableval="$enable_build_warnings"
4123 case "${enableval}" in
4124 yes) ;;
4125 no) build_warnings="-w";;
4126 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4127 build_warnings="${build_warnings} ${t}";;
4128 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4129 build_warnings="${t} ${build_warnings}";;
4130 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4131esac
4132if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4133 echo "Setting warning flags = $build_warnings" 6>&1
4134fi
13b2be9c 4135fi; WARN_CFLAGS=""
a2d91340
AC
4136if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
4137 WARN_CFLAGS="${build_warnings}"
4138fi
4139
d6d788bd 4140
252b5132 4141# Generate a header file
13b2be9c 4142 ac_config_headers="$ac_config_headers config.h:config.in"
d6d788bd 4143
252b5132 4144
76a27922
ILT
4145# If we are on a DOS filesystem, we must use gdb.ini rather than
4146# .gdbinit.
76a27922 4147case "${host}" in
591d4689 4148 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
76a27922 4149 GDBINIT="gdb.ini"
13b2be9c
DJ
4150 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
4151
4152 ;;
4153 *)
4154 GDBINIT=".gdbinit"
4155 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
4156
76a27922
ILT
4157 ;;
4158esac
4159
d6d788bd 4160
252b5132
RH
4161te_file=generic
4162
4163# Makefile target for installing gas in $(tooldir)/bin.
4164install_tooldir=install-exec-tooldir
4165
4166canon_targets=""
15886821 4167all_targets=no
252b5132
RH
4168if test -n "$enable_targets" ; then
4169 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
4170 if test $t = "all"; then
4171 all_targets=yes
4172 continue
4173 fi
6d83c84b 4174 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
4175 if test -n "$result" ; then
4176 canon_targets="$canon_targets $result"
4177# else
4178# # Permit "all", etc. We don't support it yet though.
4179# canon_targets="$canon_targets $t"
4180 fi
4181 done
4182 _gas_uniq_list="$canon_targets"
4183_gas_uniq_newlist=""
4184for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4185 case $_gas_uniq_i in
4186 _gas_uniq_dummy) ;;
4187 *) case " $_gas_uniq_newlist " in
4188 *" $_gas_uniq_i "*) ;;
4189 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4190 esac ;;
4191 esac
4192done
4193canon_targets=$_gas_uniq_newlist
4194
4195fi
4196
4197emulations=""
4198
4199for this_target in $target $canon_targets ; do
4200
4201 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
4202
4203 # check for architecture variants
4204 arch=
4205 endian=
4206 case ${cpu} in
2ce28d43 4207 am33_2.0) cpu_type=mn10300 endian=little ;;
252b5132 4208 alpha*) cpu_type=alpha ;;
54847c76
DJ
4209 arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
4210 arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
2fe04c57 4211 c4x*) cpu_type=tic4x ;;
252b5132 4212 hppa*) cpu_type=hppa ;;
80c7c40a 4213 i[3-7]86) cpu_type=i386 arch=i386;;
a735d1cd 4214 x86_64) cpu_type=i386 arch=x86_64;;
800eeca4 4215 ia64) cpu_type=ia64 ;;
13b2be9c
DJ
4216 ip2k) cpu_type=ip2k endian=big ;;
4217 iq2000) cpu_type=iq2000 endian=big ;;
6f6ef0fa 4218 m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
252b5132
RH
4219 m680[012346]0) cpu_type=m68k ;;
4220 m68008) cpu_type=m68k ;;
4221 m683??) cpu_type=m68k ;;
4222 m5200) cpu_type=m68k ;;
4223 m8*) cpu_type=m88k ;;
4224 mips*el) cpu_type=mips endian=little ;;
4225 mips*) cpu_type=mips endian=big ;;
3b16e843 4226 or32*) cpu_type=or32 endian=big ;;
041dd5a9
ILT
4227 pjl*) cpu_type=pj endian=little ;;
4228 pj*) cpu_type=pj endian=big ;;
0baf16f2 4229 powerpc*le*) cpu_type=ppc endian=little ;;
252b5132
RH
4230 powerpc*) cpu_type=ppc endian=big ;;
4231 rs6000*) cpu_type=ppc ;;
a85d7ed0
NC
4232 s390x*) cpu_type=s390 arch=s390x ;;
4233 s390*) cpu_type=s390 arch=s390 ;;
5b0e55b6
JT
4234 sh5*) cpu_type=sh64 endian=big ;;
4235 sh5le*) cpu_type=sh64 endian=little ;;
4236 sh64*) cpu_type=sh64 endian=big ;;
4237 sh64le*) cpu_type=sh64 endian=little ;;
8d05742f 4238 sh*le) cpu_type=sh endian=little ;;
05982cac 4239 sh*) cpu_type=sh endian=big ;;
252b5132
RH
4240 sparclite*) cpu_type=sparc arch=sparclite ;;
4241 sparclet*) cpu_type=sparc arch=sparclet ;;
4242 sparc64*) cpu_type=sparc arch=v9-64 ;;
4243 sparc86x*) cpu_type=sparc arch=sparc86x ;;
4244 sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
4245 v850*) cpu_type=v850 ;;
e0001a05 4246 xtensa*) cpu_type=xtensa arch=xtensa ;;
6edf0760
NC
4247 m32r) cpu_type=m32r target_cpu=m32r endian=big ;;
4248 m32rle) cpu_type=m32r target_cpu=m32r endian=little ;;
252b5132
RH
4249 *) cpu_type=${cpu} ;;
4250 esac
4251
4252 if test ${this_target} = $target ; then
4253 target_cpu_type=${cpu_type}
4254 elif test ${target_cpu_type} != ${cpu_type} ; then
4255 continue
4256 fi
4257
4258 generic_target=${cpu_type}-$vendor-$os
4259 dev=no
4260 bfd_gas=no
4261 em=generic
4262
4263 # assign object format
4264 case ${generic_target} in
79500683
AM
4265 a29k-*-coff) fmt=coff ;;
4266 a29k-amd-udi) fmt=coff ;;
4267 a29k-amd-ebmon) fmt=coff ;;
4268 a29k-nyu-sym1) fmt=coff ;;
4269 a29k-*-rtems*) fmt=coff ;;
4270 a29k-*-vxworks*) fmt=coff ;;
4271
4272 alpha*-*-*vms*) fmt=evax ;;
4273 alpha*-*-netware*) fmt=ecoff ;;
4274 alpha*-*-osf*) fmt=ecoff ;;
4275 alpha*-*-linuxecoff*) fmt=ecoff ;;
4276 alpha*-*-linux-gnu*) fmt=elf em=linux ;;
4277 alpha*-*-netbsd*) fmt=elf em=nbsd ;;
4278 alpha*-*-openbsd*) fmt=elf em=obsd ;;
4279
2ce28d43
AO
4280 # cpu_type for am33_2.0 is set to mn10300
4281 mn10300-*-linux*) fmt=elf bfd_gas=yes em=linux ;;
4282
79500683
AM
4283 arc-*-elf*) fmt=elf ;;
4284
4285 arm-*-aout) fmt=aout ;;
4286 arm-*-coff | thumb-*-coff) fmt=coff ;;
28d297de 4287 arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
79500683 4288 arm-*-elf | thumb-*-elf) fmt=elf ;;
42b5d0ea 4289 arm-*-kaos*) fmt=elf ;;
0decc840 4290 arm*-*-conix*) fmt=elf ;;
79500683
AM
4291 arm-*-linux*aout*) fmt=aout em=linux ;;
4292 arm*-*-linux-gnu*) fmt=elf em=linux ;;
4293 arm*-*-uclinux*) fmt=elf em=linux ;;
8bdcf8ca 4294 arm-*-netbsdelf*) fmt=elf em=nbsd ;;
79500683
AM
4295 arm-*-*n*bsd*) fmt=aout em=nbsd ;;
4296 arm-**-nto*) fmt=elf ;;
4297 arm-*-oabi | thumb-*-oabi) fmt=elf ;;
4298 arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
08e3ab90 4299 arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
79500683
AM
4300 arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
4301 arm-*-riscix*) fmt=aout em=riscix ;;
79500683
AM
4302
4303 avr-*-*) fmt=elf ;;
4304
399f703e 4305 cris-*-linux-gnu*) fmt=multi bfd_gas=yes em=linux ;;
79500683
AM
4306 cris-*-*) fmt=multi bfd_gas=yes ;;
4307
4308 d10v-*-*) fmt=elf ;;
4309 d30v-*-*) fmt=elf ;;
4310 dlx-*-*) fmt=elf ;;
4311
4312 fr30-*-*) fmt=elf ;;
996991aa 4313 frv-*-*linux*) fmt=elf em=linux;;
79500683
AM
4314 frv-*-*) fmt=elf ;;
4315
4316 hppa-*-linux*) case ${cpu} in
4317 hppa*64*) fmt=elf em=hppalinux64;;
4318 hppa*) fmt=elf em=linux;;
4319 esac ;;
4320 hppa-*-*elf*) fmt=elf em=hppa ;;
4321 hppa-*-lites*) fmt=elf em=hppa ;;
4322 hppa-*-netbsd*) fmt=elf em=nbsd ;;
4323 hppa-*-openbsd*) fmt=elf em=hppa ;;
4324 hppa-*-osf*) fmt=som em=hppa ;;
4325 hppa-*-rtems*) fmt=elf em=hppa ;;
4326 hppa-*-hpux11*) case ${cpu} in
4327 hppa*64*) fmt=elf em=hppa64 ;;
4328 hppa*) fmt=som em=hppa ;;
4329 esac ;;
4330 hppa-*-hpux*) fmt=som em=hppa ;;
4331 hppa-*-mpeix*) fmt=som em=hppa ;;
4332 hppa-*-bsd*) fmt=som em=hppa ;;
4333 hppa-*-hiux*) fmt=som em=hppa ;;
4334
4335 h8300-*-rtems*) fmt=coff ;;
4336 h8300-*-coff) fmt=coff ;;
4337 h8300-*-elf) fmt=elf ;;
4338 h8500-*-rtems*) fmt=coff ;;
4339 h8500-*-coff) fmt=coff ;;
4340
4341 i370-*-elf* | i370-*-linux*) fmt=elf ;;
4342 i386-ibm-aix*) fmt=coff em=i386aix ;;
4343 i386-sequent-bsd*) fmt=aout em=dynix ;;
4344 i386-*-beospe*) fmt=coff em=pe ;;
4345 i386-*-beos*) fmt=elf ;;
4346 i386-*-coff) fmt=coff ;;
4347 i386-*-elf) fmt=elf ;;
42b5d0ea 4348 i386-*-kaos*) fmt=elf ;;
79500683
AM
4349 i386-*-bsd*) fmt=aout em=386bsd ;;
4350 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
4351 i386-*-netbsdpe*) fmt=coff em=pe ;;
4615568e
NC
4352 i386-*-netbsd*-gnu* | \
4353 i386-*-knetbsd*-gnu | \
79500683
AM
4354 i386-*-netbsdelf*) fmt=elf em=nbsd ;;
4355 i386-*-*n*bsd*) case ${cpu} in
4356 x86_64) fmt=elf em=nbsd ;;
4357 *) fmt=aout em=nbsd ;;
4358 esac ;;
4359 i386-*-linux*aout*) fmt=aout em=linux ;;
4360 i386-*-linux*oldld) fmt=aout em=linux ;;
4361 i386-*-linux*coff*) fmt=coff em=linux ;;
4362 i386-*-linux-gnu*) fmt=elf em=linux ;;
4363 x86_64-*-linux-gnu*) fmt=elf em=linux ;;
4364 i386-*-lynxos*) fmt=coff em=lynx ;;
4365 i386-*-sysv[45]*) fmt=elf ;;
4366 i386-*-solaris*) fmt=elf ;;
4367 i386-*-freebsdaout*) fmt=aout em=386bsd ;;
4368 i386-*-freebsd[12].*) fmt=aout em=386bsd ;;
4369 i386-*-freebsd[12]) fmt=aout em=386bsd ;;
13dfd2d0
NC
4370 i386-*-freebsd* | i386-*-kfreebsd*-gnu)
4371 fmt=elf em=freebsd ;;
79500683
AM
4372 i386-*-sysv*) fmt=coff ;;
4373 i386-*-sco3.2v5*coff) fmt=coff ;;
4374 i386-*-isc*) fmt=coff ;;
4375 i386-*-sco3.2v5*) fmt=elf
4376 if test ${this_target} = $target; then
13b2be9c
DJ
4377
4378cat >>confdefs.h <<\_ACEOF
252b5132 4379#define SCO_ELF 1
13b2be9c 4380_ACEOF
252b5132 4381
79500683
AM
4382 fi ;;
4383 i386-*-sco3.2*) fmt=coff ;;
4384 i386-*-vsta) fmt=aout ;;
4385 i386-*-msdosdjgpp* \
4386 | i386-*-go32* \
4387 | i386-go32-rtems*) fmt=coff em=go32
13b2be9c
DJ
4388
4389cat >>confdefs.h <<\_ACEOF
56385375 4390#define STRICTCOFF 1
13b2be9c 4391_ACEOF
79500683
AM
4392 ;;
4393 i386-*-rtemself*) fmt=elf ;;
4394 i386-*-rtemscoff*) fmt=coff ;;
4395 i386-*-rtems*) fmt=elf ;;
4396 i386-*-gnu*) fmt=elf ;;
4397 i386-*-mach*) fmt=aout em=mach ;;
4398 i386-*-msdos*) fmt=aout ;;
4399 i386-*-moss*) fmt=elf ;;
4400 i386-*-pe) fmt=coff em=pe ;;
4401 i386-*-cygwin*) fmt=coff em=pe ;;
4402 i386-*-interix*) fmt=coff em=interix ;;
4403 i386-*-mingw32*) fmt=coff em=pe ;;
4404 i386-*-nto-qnx*) fmt=elf ;;
4405 i386-*-*nt*) fmt=coff em=pe ;;
79500683
AM
4406 i386-*-chaos) fmt=elf ;;
4407
4408 i860-*-*) fmt=elf endian=little
13b2be9c
DJ
4409 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4410echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;} ;;
79500683
AM
4411 i960-*-bout) fmt=bout ;;
4412 i960-*-coff) fmt=coff em=ic960 ;;
4413 i960-*-rtems*) fmt=coff em=ic960 ;;
4414 i960-*-nindy*) fmt=bout ;;
4415 i960-*-vxworks5.0) fmt=bout ;;
4416 i960-*-vxworks5.*) fmt=coff em=ic960 ;;
4417 i960-*-vxworks*) fmt=bout ;;
4418 i960-*-elf*) fmt=elf ;;
4419
4420 ia64-*-elf*) fmt=elf ;;
4421 ia64-*-aix*) fmt=elf em=ia64aix ;;
4422 ia64-*-linux-gnu*) fmt=elf em=linux ;;
4423 ia64-*-hpux*) fmt=elf em=hpux ;;
4424 ia64-*-netbsd*) fmt=elf em=nbsd ;;
4425
4426 ip2k-*-*) fmt=elf ;;
4427
da896d3f 4428 iq2000-*-elf) fmt=elf bfd_gas=yes ;;
1c53c80d 4429
6edf0760
NC
4430 m32r-*-elf*) fmt=elf ;;
4431 m32r-*-linux*) fmt=elf em=linux;;
79500683
AM
4432
4433 m68hc11-*-* | m6811-*-*) fmt=elf ;;
4434 m68hc12-*-* | m6812-*-*) fmt=elf ;;
4435
4436 m68k-*-vxworks*) fmt=aout em=sun3 ;;
4437 m68k-ericsson-ose) fmt=aout em=sun3 ;;
4438 m68k-*-sunos*) fmt=aout em=sun3 ;;
4439 m68k-motorola-sysv*) fmt=coff em=delta ;;
4440 m68k-bull-sysv3*) fmt=coff em=dpx2 ;;
4441 m68k-apollo-*) fmt=coff em=apollo ;;
4442 m68k-*-elf*) fmt=elf ;;
4443 m68k-*-sysv4*) fmt=elf em=svr4 ;;
4444 m68k-*-sysv*) fmt=coff ;;
4445 m68k-*-coff | m68k-*-rtemscoff*) fmt=coff ;;
4446 m68k-*-rtems*) fmt=elf ;;
4447 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
4448 m68k-*-linux*aout*) fmt=aout em=linux ;;
4449 m68k-*-linux-gnu*) fmt=elf em=linux ;;
b50c15dc 4450 m68k-*-uclinux*) fmt=elf ;;
79500683
AM
4451 m68k-*-gnu*) fmt=elf ;;
4452 m68k-*-lynxos*) fmt=coff em=lynx ;;
4453 m68k-*-netbsdelf*) fmt=elf em=nbsd ;;
4454 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
4455 m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
4456 m68k-apple-aux*) fmt=coff em=aux ;;
4457 m68k-*-psos*) fmt=elf em=psos;;
4458
4459 m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
4460 m88k-*-coff*) fmt=coff ;;
4461
4462 mcore-*-elf) fmt=elf ;;
4463 mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
252b5132
RH
4464
4465 # don't change em like *-*-bsd does
79500683 4466 mips-dec-openbsd*) fmt=elf endian=little ;;
79500683
AM
4467 mips-sony-bsd*) fmt=ecoff ;;
4468 mips-*-bsd*)
13b2be9c
DJ
4469 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
4470echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
4471 { (exit 1); exit 1; }; } ;;
79500683
AM
4472 mips-*-ultrix*) fmt=ecoff endian=little ;;
4473 mips-*-osf*) fmt=ecoff endian=little ;;
4474 mips-*-ecoff*) fmt=ecoff ;;
4475 mips-*-pe*) fmt=coff endian=little em=pe ;;
1de5b6a1
AO
4476 mips-*-irix6*) fmt=elf em=irix ;;
4477 mips-*-irix5*) fmt=elf em=irix ;;
4478 mips-*-irix*) fmt=ecoff em=irix ;;
79500683
AM
4479 mips-*-lnews*) fmt=ecoff em=lnews ;;
4480 mips-*-riscos*) fmt=ecoff ;;
4481 mips*-*-linux*) fmt=elf em=tmips ;;
4482 mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;;
4483 mips-*-sysv*) fmt=ecoff ;;
4484 mips-*-elf* | mips-*-rtems*) fmt=elf ;;
dbeba5e5
CD
4485 mips-*-netbsd*) fmt=elf ;;
4486 mips-*-openbsd*) fmt=elf ;;
79500683
AM
4487
4488 mmix-*-*) fmt=elf ;;
4489 mn10200-*-*) fmt=elf ;;
4490 mn10300-*-*) fmt=elf ;;
2469cfa2 4491 msp430-*-*) fmt=elf ;;
79500683
AM
4492 openrisc-*-*) fmt=elf ;;
4493 or32-*-rtems*) fmt=coff ;;
4494 or32-*-coff) fmt=coff ;;
4495 or32-*-elf) fmt=elf ;;
4496 pj*) fmt=elf ;;
4497
4498 ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;;
4499 ppc-*-winnt*) fmt=coff em=pe ;;
f8fc3443
NC
4500 ppc-*-aix5.[01]) fmt=coff em=aix5 ;;
4501 ppc-*-aix5.*) fmt=coff em=aix5
4502
4503cat >>confdefs.h <<\_ACEOF
4504#define AIX_WEAK_SUPPORT 1
4505_ACEOF
4506
4507 ;;
79500683
AM
4508 ppc-*-aix*) fmt=coff ;;
4509 ppc-*-beos*) fmt=coff ;;
4510 ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
4511 ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;
fda712ee 4512 ppc-*-linux-gnu*) fmt=elf em=linux
79500683
AM
4513 case "$endian" in
4514 big) ;;
13b2be9c
DJ
4515 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
4516echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4517 { (exit 1); exit 1; }; } ;;
79500683
AM
4518 esac ;;
4519 ppc-*-solaris*) fmt=elf
4520 if test ${this_target} = $target; then
13b2be9c
DJ
4521
4522cat >>confdefs.h <<\_ACEOF
252b5132 4523#define TARGET_SOLARIS_COMMENT 1
13b2be9c 4524_ACEOF
252b5132 4525
79500683
AM
4526 fi
4527 if test x${endian} = xbig; then
13b2be9c
DJ
4528 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
4529echo "$as_me: error: Solaris must be configured little endian" >&2;}
4530 { (exit 1); exit 1; }; }
79500683
AM
4531 fi ;;
4532 ppc-*-rtems*) fmt=elf ;;
6c71dbc4 4533 ppc-*-macos*) fmt=coff em=macos ;;
79500683 4534 ppc-*-netware*) fmt=elf em=ppcnw ;;
59bc061d 4535 ppc-**-nto*) fmt=elf ;;
42b5d0ea 4536 ppc-*-kaos*) fmt=elf ;;
79500683
AM
4537
4538 s390x-*-linux-gnu*) fmt=elf em=linux ;;
4539 s390-*-linux-gnu*) fmt=elf em=linux ;;
4540
4541 sh*-*-linux*) fmt=elf em=linux
4542 case ${cpu} in
4543 sh*eb) endian=big ;;
4544 *) endian=little ;;
4545 esac ;;
4546 sh5*-*-netbsd*) fmt=elf em=nbsd ;;
4547 sh64*-*-netbsd*) fmt=elf em=nbsd ;;
4548 sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
4549 sh-*-elf*) fmt=elf ;;
4550 sh-*-coff*) fmt=coff ;;
ed71e111
NC
4551 sh-*-nto*) fmt=elf ;;
4552 sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
9183ed4b
AM
4553 sh-*-rtemscoff*) fmt=coff ;;
4554 sh-*-rtems*) fmt=elf ;;
42b5d0ea
NC
4555 sh-*-kaos*) fmt=elf ;;
4556 shle*-*-kaos*) fmt=elf ;;
79500683
AM
4557 sh64-*-elf*) fmt=elf ;;
4558
4559 ns32k-pc532-mach*) fmt=aout em=pc532mach ;;
4560 ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
4561 ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
4562 ns32k-*-*n*bsd*) fmt=aout em=nbsd532 ;;
4563
4564 sparc-*-rtemsaout*) fmt=aout ;;
4565 sparc-*-rtemself*) fmt=elf ;;
4566 sparc-*-rtems*) fmt=elf ;;
4567 sparc-*-sunos4*) fmt=aout em=sun3 ;;
4568 sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
4569 sparc-*-coff) fmt=coff ;;
4570 sparc-*-linux*aout*) fmt=aout em=linux ;;
4571 sparc-*-linux-gnu*) fmt=elf em=linux ;;
4572 sparc-*-lynxos*) fmt=coff em=lynx ;;
4573 sparc-fujitsu-none) fmt=aout ;;
4574 sparc-*-elf) fmt=elf ;;
4575 sparc-*-sysv4*) fmt=elf ;;
4576 sparc-*-solaris*) fmt=elf ;;
4577 sparc-*-netbsdelf*) fmt=elf em=nbsd ;;
4578 sparc-*-*n*bsd*) case ${cpu} in
4579 sparc64) fmt=elf em=nbsd ;;
4580 *) fmt=aout em=nbsd ;;
4581 esac ;;
4582 strongarm-*-coff) fmt=coff ;;
4583 strongarm-*-elf) fmt=elf ;;
42b5d0ea 4584 strongarm-*-kaos*) fmt=elf ;;
79500683
AM
4585 xscale-*-coff) fmt=coff ;;
4586 xscale-*-elf) fmt=elf ;;
4587
4588 tic30-*-*aout*) fmt=aout bfd_gas=yes ;;
4589 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
026df7c5 4590 tic4x-*-* | c4x-*-*) fmt=coff bfd_gas=yes ;;
79500683
AM
4591 tic54x-*-* | c54x*-*-*) fmt=coff bfd_gas=yes need_libm=yes;;
4592 tic80-*-*) fmt=coff ;;
4593
4594 v850-*-*) fmt=elf ;;
4595 v850e-*-*) fmt=elf ;;
4596 v850ea-*-*) fmt=elf ;;
4597
4598 vax-*-netbsdelf*) fmt=elf em=nbsd ;;
4599 vax-*-netbsd*) fmt=aout em=nbsd ;;
4600 vax-*-bsd* | vax-*-ultrix*) fmt=aout ;;
f8fc3443 4601 vax-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
79500683
AM
4602 vax-*-vms) fmt=vms ;;
4603
4604 w65-*-*) fmt=coff ;;
4605
4606 xstormy16-*-*) fmt=elf ;;
4607
e0001a05
NC
4608 xtensa-*-*) fmt=elf ;;
4609
79500683
AM
4610 z8k-*-coff | z8k-*-sim) fmt=coff ;;
4611
4612 *-*-aout | *-*-scout) fmt=aout ;;
13dfd2d0 4613 *-*-freebsd* | *-*-kfreebsd*-gnu) fmt=elf em=freebsd ;;
79500683
AM
4614 *-*-nindy*) fmt=bout ;;
4615 *-*-bsd*) fmt=aout em=sun3 ;;
4616 *-*-generic) fmt=generic ;;
4617 *-*-xray | *-*-hms) fmt=coff ;;
4618 *-*-sim) fmt=coff ;;
4619 *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
0379c688
NC
4620 *-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
4621 *-*-vxworks | *-*-windiss) fmt=elf ;;
79500683 4622 *-*-netware) fmt=elf ;;
252b5132
RH
4623 esac
4624
4625 if test ${this_target} = $target ; then
4626 endian_def=
4627 if test x${endian} = xbig; then
4628 endian_def=1
4629 elif test x${endian} = xlittle; then
4630 endian_def=0
4631 fi
4632 if test x${endian_def} != x; then
13b2be9c
DJ
4633
4634cat >>confdefs.h <<_ACEOF
252b5132 4635#define TARGET_BYTES_BIG_ENDIAN $endian_def
13b2be9c 4636_ACEOF
252b5132
RH
4637
4638 fi
4639 fi
4640
4641 case ${cpu_type}-${fmt} in
79500683
AM
4642 alpha*-* | arm-* | i386-* | ia64*-* | mips-* | ns32k-* \
4643 | pdp11-* | ppc-* | sparc-* | strongarm-* | xscale-* \
4644 | *-elf | *-ecoff | *-som)
4645 bfd_gas=yes ;;
252b5132
RH
4646 esac
4647
4648# Other random stuff.
4649
316f5878
RS
4650 case ${cpu_type} in
4651 mips)
4652 # Set mips_cpu to the name of the default CPU.
4653 case ${target_cpu} in
4654 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
4655 mips_cpu=from-abi
4656 ;;
4657 mipsisa32 | mipsisa32el)
4658 mips_cpu=mips32
4659 ;;
af7ee8bf
CD
4660 mipsisa32r2 | mipsisa32r2el)
4661 mips_cpu=mips32r2
4662 ;;
316f5878
RS
4663 mipsisa64 | mipsisa64el)
4664 mips_cpu=mips64
4665 ;;
5f74bc13
CD
4666 mipsisa64r2 | mipsisa64r2el)
4667 mips_cpu=mips64r2
4668 ;;
316f5878
RS
4669 mipstx39 | mipstx39el)
4670 mips_cpu=r3900
4671 ;;
8f6847cb
RS
4672 mips64vr | mips64vrel)
4673 mips_cpu=vr4100
4674 ;;
5f74bc13 4675 mipsisa32r2* | mipsisa64r2*)
af7ee8bf
CD
4676 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4677 ;;
316f5878
RS
4678 mips64* | mipsisa64* | mipsisa32*)
4679 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4680 ;;
4681 *)
13b2be9c
DJ
4682 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4683echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4684 { (exit 1); exit 1; }; }
316f5878
RS
4685 ;;
4686 esac
4687 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4688 # binaries. It's a GNU extension that some OSes don't understand.
4689 # The value only matters on ELF targets.
4690 case ${target} in
4691 *-*-irix*)
4692 use_e_mips_abi_o32=0
4693 ;;
4694 *)
4695 use_e_mips_abi_o32=1
4696 ;;
4697 esac
4698 # Decide whether to generate 32-bit or 64-bit code by default.
4699 # Used to resolve -march=from-abi when an embedded ABI is selected.
4700 case ${target} in
4701 mips64*-*-* | mipsisa64*-*-*)
4702 mips_default_64bit=1
4703 ;;
4704 *)
4705 mips_default_64bit=0
4706 ;;
4707 esac
cac012d6
AO
4708 # Decide which ABI to target by default.
4709 case ${target} in
4710 mips64*-linux* | mips-sgi-irix6*)
4711 mips_default_abi=N32_ABI
4712 ;;
4713 mips*-linux*)
4714 mips_default_abi=O32_ABI
4715 ;;
4716 *)
4717 mips_default_abi=NO_ABI
4718 ;;
4719 esac
13b2be9c
DJ
4720
4721cat >>confdefs.h <<_ACEOF
316f5878 4722#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
13b2be9c 4723_ACEOF
316f5878 4724
13b2be9c
DJ
4725
4726cat >>confdefs.h <<_ACEOF
316f5878 4727#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
13b2be9c 4728_ACEOF
316f5878 4729
13b2be9c
DJ
4730
4731cat >>confdefs.h <<_ACEOF
316f5878 4732#define MIPS_DEFAULT_64BIT $mips_default_64bit
13b2be9c 4733_ACEOF
cac012d6 4734
13b2be9c
DJ
4735
4736cat >>confdefs.h <<_ACEOF
cac012d6 4737#define MIPS_DEFAULT_ABI $mips_default_abi
13b2be9c 4738_ACEOF
316f5878
RS
4739
4740 ;;
4741 esac
4742
252b5132
RH
4743 # Do we need the opcodes library?
4744 case ${cpu_type} in
4745 vax | i386 | tic30)
4746 ;;
4747
4748 *)
4749 need_opcodes=yes
4750
4751 case "${enable_shared}" in
4752 yes) shared_opcodes=true ;;
4753 *opcodes*) shared_opcodes=true ;;
4754 *) shared_opcodes=false ;;
4755 esac
4756 if test "${shared_opcodes}" = "true"; then
4757 # A shared libopcodes must be linked against libbfd.
4758 need_bfd=yes
4759 fi
4760 ;;
4761 esac
4762
4763 # Any other special object files needed ?
4764 case ${cpu_type} in
1c53c80d 4765 fr30 | ip2k | iq2000 | m32r | openrisc)
252b5132
RH
4766 using_cgen=yes
4767 ;;
4768
0ebb9a87
DB
4769 frv)
4770 using_cgen=yes
4771 ;;
252b5132
RH
4772 m68k)
4773 case ${extra_objects} in
4774 *m68k-parse.o*) ;;
4775 *) extra_objects="$extra_objects m68k-parse.o" ;;
4776 esac
4777 ;;
4778
4779 mips)
13b2be9c 4780 echo ${extra_objects} | grep -s "itbl-parse.o"
252b5132
RH
4781 if test $? -ne 0 ; then
4782 extra_objects="$extra_objects itbl-parse.o"
4783 fi
4784
13b2be9c 4785 echo ${extra_objects} | grep -s "itbl-lex.o"
252b5132
RH
4786 if test $? -ne 0 ; then
4787 extra_objects="$extra_objects itbl-lex.o"
4788 fi
4789
13b2be9c 4790 echo ${extra_objects} | grep -s "itbl-ops.o"
252b5132
RH
4791 if test $? -ne 0 ; then
4792 extra_objects="$extra_objects itbl-ops.o"
4793 fi
4794 ;;
4795
c1e4eef7 4796 i386 | s390 | sparc)
252b5132 4797 if test $this_target = $target ; then
13b2be9c
DJ
4798
4799cat >>confdefs.h <<_ACEOF
252b5132 4800#define DEFAULT_ARCH "${arch}"
13b2be9c 4801_ACEOF
252b5132
RH
4802
4803 fi
4804 ;;
93fbbb04
GK
4805
4806 xstormy16)
4807 using_cgen=yes
4808 ;;
4809
e0001a05
NC
4810 xtensa)
4811 echo ${extra_objects} | grep -s "xtensa-relax.o"
4812 if test $? -ne 0 ; then
4813 extra_objects="$extra_objects xtensa-relax.o"
4814 fi
4815 ;;
4816
252b5132
RH
4817 *)
4818 ;;
4819 esac
4820
4821 if test $using_cgen = yes ; then
4822 case "x${extra_objects}" in
4823 *cgen.o*) ;;
4824 *) extra_objects="$extra_objects cgen.o" ;;
4825 esac
4826 fi
4827
4828# See if we really can support this configuration with the emulation code.
4829
4830 if test $this_target = $target ; then
4831 primary_bfd_gas=$bfd_gas
4832 obj_format=$fmt
4833 te_file=$em
4834
4835 if test $bfd_gas = no ; then
4836 # Can't support other configurations this way.
4837 break
4838 fi
4839 elif test $bfd_gas = no ; then
4840 # Can't support this configuration.
4841 break
4842 fi
4843
4844# From target name and format, produce a list of supported emulations.
4845
4846 case ${generic_target}-${fmt} in
4847 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
056a1d49 4848 mips*-*-linux*-*) case "$endian" in
df3bcd6f
L
4849 big) emulation="mipsbelf mipslelf mipself" ;;
4850 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132
RH
4851 esac ;;
4852 mips-*-lnews*-ecoff) ;;
4853 mips-*-*-ecoff) case "$endian" in
4854 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
4855 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
4856 esac ;;
4857 mips-*-*-elf) case "$endian" in
4858 big) emulation="mipsbelf mipslelf mipself" ;;
4859 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 4860 esac ;;
906fac54 4861 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
119caedd
L
4862 # i386-pc-pe-coff != i386-pc-coff.
4863 i386-*-pe-coff) ;;
4c63da97
AM
4864 # Uncommenting the next line will turn on support for i386 AOUT
4865 # for the default linux configuration
4866 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4867 #
4868 i386-*-aout) emulation="i386aout" ;;
4ca72d38 4869 i386-*-coff) emulation="i386coff" ;;
4c63da97 4870 i386-*-elf) emulation="i386elf" ;;
3bcbcc3d 4871
f9c19112
HPN
4872 # Always all formats. The first stated emulation becomes the default.
4873 cris-*-*aout*) emulation="crisaout criself" ;;
4874 cris-*-*) emulation="criself crisaout" ;;
252b5132
RH
4875 esac
4876
4877 emulations="$emulations $emulation"
4878
4879done
4880
15886821
L
4881# Turn on all targets if possible
4882if test ${all_targets} = "yes"; then
4883 case ${target_cpu_type} in
4884 i386)
4885 case ${obj_format} in
4886 aout)
4887 emulations="$emulations i386coff i386elf"
4888 ;;
4889 coff)
4890 emulations="$emulations i386aout i386elf"
4891 ;;
4892 elf)
4893 emulations="$emulations i386aout i386coff"
4894 ;;
4895 esac
4896 ;;
4897 esac
4898fi
4899
252b5132
RH
4900# Assign floating point type. Most processors with FP support
4901# IEEE FP. On those that don't support FP at all, usually IEEE
4902# is emulated.
4903case ${target_cpu} in
4904 vax | tahoe ) atof=${target_cpu} ;;
e135f41b 4905 pdp11) atof=vax ;;
252b5132
RH
4906 *) atof=ieee ;;
4907esac
4908
4909case "${obj_format}" in
13b2be9c
DJ
4910 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4911echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4912 { (exit 1); exit 1; }; } ;;
252b5132
RH
4913esac
4914
4915# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4916cgen_cpu_prefix=""
4917if test $using_cgen = yes ; then
4918 case ${target_cpu} in
4919 *) cgen_cpu_prefix=${target_cpu} ;;
4920 esac
13b2be9c
DJ
4921
4922
4923cat >>confdefs.h <<\_ACEOF
252b5132 4924#define USING_CGEN 1
13b2be9c 4925_ACEOF
252b5132
RH
4926
4927fi
4928
d6d788bd 4929
252b5132 4930if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13b2be9c
DJ
4931 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4932echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4933 { (exit 1); exit 1; }; }
252b5132
RH
4934fi
4935
4936if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13b2be9c
DJ
4937 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4938echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4939 { (exit 1); exit 1; }; }
252b5132
RH
4940fi
4941
4942case ${user_bfd_gas}-${primary_bfd_gas} in
4943 yes-yes | no-no)
4944 # We didn't override user's choice.
4945 ;;
4946 no-yes)
13b2be9c
DJ
4947 { echo "$as_me:$LINENO: WARNING: Use of BFD is required for ${target}; overriding config options." >&5
4948echo "$as_me: WARNING: Use of BFD is required for ${target}; overriding config options." >&2;}
252b5132
RH
4949 ;;
4950 no-preferred)
4951 primary_bfd_gas=no
4952 ;;
4953 *-preferred)
4954 primary_bfd_gas=yes
4955 ;;
4956 yes-*)
4957 primary_bfd_gas=yes
4958 ;;
4959 -*)
4960 # User specified nothing.
4961 ;;
4962esac
4963
4964# Some COFF configurations want these random other flags set.
4965case ${obj_format} in
4966 coff)
4967 case ${target_cpu_type} in
13b2be9c
DJ
4968 i386)
4969cat >>confdefs.h <<\_ACEOF
252b5132 4970#define I386COFF 1
13b2be9c 4971_ACEOF
252b5132 4972 ;;
13b2be9c
DJ
4973 m68k)
4974cat >>confdefs.h <<\_ACEOF
252b5132 4975#define M68KCOFF 1
13b2be9c 4976_ACEOF
252b5132 4977 ;;
13b2be9c
DJ
4978 m88k)
4979cat >>confdefs.h <<\_ACEOF
252b5132 4980#define M88KCOFF 1
13b2be9c 4981_ACEOF
252b5132
RH
4982 ;;
4983 esac
4984 ;;
4985esac
4986
4987# Getting this done right is going to be a bitch. Each configuration specified
4988# with --enable-targets=... should be checked for environment, format, cpu, and
4989# bfd_gas setting.
4990#
4991# For each configuration, the necessary object file support code must be linked
4992# in. This might be only one, it might be up to four. The necessary emulation
4993# code needs to be provided, too.
4994#
4995# And then there's "--enable-targets=all"....
4996#
4997# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
4998
4999formats="${obj_format}"
5000emfiles=""
5001EMULATIONS=""
5002_gas_uniq_list="$emulations"
5003_gas_uniq_newlist=""
5004for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
5005 case $_gas_uniq_i in
5006 _gas_uniq_dummy) ;;
5007 *) case " $_gas_uniq_newlist " in
5008 *" $_gas_uniq_i "*) ;;
5009 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
5010 esac ;;
5011 esac
5012done
5013emulations=$_gas_uniq_newlist
5014
5015for em in . $emulations ; do
5016 case $em in
5017 .) continue ;;
97238fbd 5018 mipsbelf | mipslelf | mipself)
252b5132 5019 fmt=elf file=mipself ;;
97238fbd 5020 mipsbecoff | mipslecoff | mipsecoff)
252b5132 5021 fmt=ecoff file=mipsecoff ;;
0aa5d426
HPN
5022 *coff)
5023 fmt=coff file=$em ;;
5024 *aout)
5025 fmt=aout file=$em ;;
5026 *elf)
5027 fmt=elf file=$em ;;
252b5132
RH
5028 esac
5029 formats="$formats $fmt"
5030 emfiles="$emfiles e-$file.o"
5031 EMULATIONS="$EMULATIONS &$em,"
5032done
5033_gas_uniq_list="$formats"
5034_gas_uniq_newlist=""
5035for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
5036 case $_gas_uniq_i in
5037 _gas_uniq_dummy) ;;
5038 *) case " $_gas_uniq_newlist " in
5039 *" $_gas_uniq_i "*) ;;
5040 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
5041 esac ;;
5042 esac
5043done
5044formats=$_gas_uniq_newlist
5045
5046_gas_uniq_list="$emfiles"
5047_gas_uniq_newlist=""
5048for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
5049 case $_gas_uniq_i in
5050 _gas_uniq_dummy) ;;
5051 *) case " $_gas_uniq_newlist " in
5052 *" $_gas_uniq_i "*) ;;
5053 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
5054 esac ;;
5055 esac
5056done
5057emfiles=$_gas_uniq_newlist
5058
5059if test `set . $formats ; shift ; echo $#` -gt 1 ; then
5060 for fmt in $formats ; do
5061 case $fmt in
13b2be9c
DJ
5062 aout)
5063cat >>confdefs.h <<\_ACEOF
252b5132 5064#define OBJ_MAYBE_AOUT 1
13b2be9c 5065_ACEOF
252b5132 5066 ;;
13b2be9c
DJ
5067 bout)
5068cat >>confdefs.h <<\_ACEOF
252b5132 5069#define OBJ_MAYBE_BOUT 1
13b2be9c 5070_ACEOF
252b5132 5071 ;;
13b2be9c
DJ
5072 coff)
5073cat >>confdefs.h <<\_ACEOF
252b5132 5074#define OBJ_MAYBE_COFF 1
13b2be9c 5075_ACEOF
252b5132 5076 ;;
13b2be9c
DJ
5077 ecoff)
5078cat >>confdefs.h <<\_ACEOF
252b5132 5079#define OBJ_MAYBE_ECOFF 1
13b2be9c 5080_ACEOF
252b5132 5081 ;;
13b2be9c
DJ
5082 elf)
5083cat >>confdefs.h <<\_ACEOF
252b5132 5084#define OBJ_MAYBE_ELF 1
13b2be9c 5085_ACEOF
252b5132 5086 ;;
13b2be9c
DJ
5087 generic)
5088cat >>confdefs.h <<\_ACEOF
252b5132 5089#define OBJ_MAYBE_GENERIC 1
13b2be9c 5090_ACEOF
252b5132 5091 ;;
13b2be9c
DJ
5092 hp300)
5093cat >>confdefs.h <<\_ACEOF
252b5132 5094#define OBJ_MAYBE_HP300 1
13b2be9c 5095_ACEOF
252b5132 5096 ;;
13b2be9c
DJ
5097 ieee)
5098cat >>confdefs.h <<\_ACEOF
252b5132 5099#define OBJ_MAYBE_IEEE 1
13b2be9c 5100_ACEOF
252b5132 5101 ;;
13b2be9c
DJ
5102 som)
5103cat >>confdefs.h <<\_ACEOF
252b5132 5104#define OBJ_MAYBE_SOM 1
13b2be9c 5105_ACEOF
252b5132 5106 ;;
13b2be9c
DJ
5107 vms)
5108cat >>confdefs.h <<\_ACEOF
252b5132 5109#define OBJ_MAYBE_VMS 1
13b2be9c 5110_ACEOF
252b5132
RH
5111 ;;
5112 esac
5113 extra_objects="$extra_objects obj-$fmt.o"
5114 done
5115 obj_format=multi
5116fi
5117if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 5118 DEFAULT_EMULATION=`set . $emulations ; echo $2`
4ca72d38
AM
5119 # e-mips* has more than one emulation per file, e-i386* has just one at the
5120 # moment. If only one emulation is specified, then don't define
5121 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
5122 case "${obj_format}${emfiles}" in
5123 multi* | *mips*)
4ca72d38 5124 extra_objects="$extra_objects $emfiles"
13b2be9c
DJ
5125
5126cat >>confdefs.h <<\_ACEOF
252b5132 5127#define USE_EMULATIONS 1
13b2be9c 5128_ACEOF
4ca72d38
AM
5129 ;;
5130 esac
252b5132
RH
5131fi
5132
13b2be9c
DJ
5133
5134cat >>confdefs.h <<_ACEOF
252b5132 5135#define EMULATIONS $EMULATIONS
13b2be9c
DJ
5136_ACEOF
5137
252b5132 5138
13b2be9c 5139cat >>confdefs.h <<_ACEOF
252b5132 5140#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13b2be9c 5141_ACEOF
252b5132 5142
d6d788bd 5143
252b5132
RH
5144case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
5145 yes-*-coff) need_bfd=yes ;;
5146 no-*-coff) need_bfd=yes
13b2be9c
DJ
5147
5148cat >>confdefs.h <<\_ACEOF
252b5132 5149#define MANY_SEGMENTS 1
13b2be9c 5150_ACEOF
252b5132
RH
5151 ;;
5152esac
5153
5154reject_dev_configs=yes
5155
5156case ${reject_dev_configs}-${dev} in
5157 yes-yes) # Oops.
13b2be9c
DJ
5158 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
5159echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
5160 { (exit 1); exit 1; }; }
252b5132
RH
5161 ;;
5162esac
5163
d6d788bd
L
5164
5165
5166
5167
5168
5169
252b5132 5170case "${primary_bfd_gas}" in
13b2be9c
DJ
5171 yes)
5172cat >>confdefs.h <<\_ACEOF
252b5132 5173#define BFD_ASSEMBLER 1
13b2be9c 5174_ACEOF
252b5132
RH
5175
5176 need_bfd=yes ;;
5177esac
5178
5179# do we need the opcodes library?
5180case "${need_opcodes}" in
5181yes)
5182 OPCODES_LIB=../opcodes/libopcodes.la
5183 ;;
5184esac
5185
5186case "${need_bfd}" in
5187yes)
5188 BFDLIB=../bfd/libbfd.la
4001ad8c 5189 BFDVER_H=../bfd/bfdver.h
29589b0c 5190 ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
252b5132
RH
5191 ;;
5192esac
5193
d6d788bd
L
5194
5195
5196
5197
5198
4001ad8c 5199
13b2be9c
DJ
5200
5201cat >>confdefs.h <<_ACEOF
252b5132 5202#define TARGET_ALIAS "${target_alias}"
13b2be9c 5203_ACEOF
9b2b7d69 5204
13b2be9c
DJ
5205
5206cat >>confdefs.h <<_ACEOF
252b5132 5207#define TARGET_CANONICAL "${target}"
13b2be9c 5208_ACEOF
9b2b7d69 5209
13b2be9c
DJ
5210
5211cat >>confdefs.h <<_ACEOF
252b5132 5212#define TARGET_CPU "${target_cpu}"
13b2be9c 5213_ACEOF
9b2b7d69 5214
13b2be9c
DJ
5215
5216cat >>confdefs.h <<_ACEOF
252b5132 5217#define TARGET_VENDOR "${target_vendor}"
13b2be9c 5218_ACEOF
9b2b7d69 5219
13b2be9c
DJ
5220
5221cat >>confdefs.h <<_ACEOF
252b5132 5222#define TARGET_OS "${target_os}"
13b2be9c
DJ
5223_ACEOF
5224
5225
5226ac_ext=c
5227ac_cpp='$CPP $CPPFLAGS'
5228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5230ac_compiler_gnu=$ac_cv_c_compiler_gnu
5231if test -n "$ac_tool_prefix"; then
5232 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5233set dummy ${ac_tool_prefix}gcc; ac_word=$2
5234echo "$as_me:$LINENO: checking for $ac_word" >&5
5235echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5236if test "${ac_cv_prog_CC+set}" = set; then
5237 echo $ECHO_N "(cached) $ECHO_C" >&6
5238else
5239 if test -n "$CC"; then
5240 ac_cv_prog_CC="$CC" # Let the user override the test.
5241else
5242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5243for as_dir in $PATH
5244do
5245 IFS=$as_save_IFS
5246 test -z "$as_dir" && as_dir=.
5247 for ac_exec_ext in '' $ac_executable_extensions; do
5248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5249 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5251 break 2
5252 fi
5253done
5254done
252b5132 5255
13b2be9c
DJ
5256fi
5257fi
5258CC=$ac_cv_prog_CC
5259if test -n "$CC"; then
5260 echo "$as_me:$LINENO: result: $CC" >&5
5261echo "${ECHO_T}$CC" >&6
5262else
5263 echo "$as_me:$LINENO: result: no" >&5
5264echo "${ECHO_T}no" >&6
5265fi
252b5132 5266
13b2be9c
DJ
5267fi
5268if test -z "$ac_cv_prog_CC"; then
5269 ac_ct_CC=$CC
5270 # Extract the first word of "gcc", so it can be a program name with args.
252b5132 5271set dummy gcc; ac_word=$2
13b2be9c
DJ
5272echo "$as_me:$LINENO: checking for $ac_word" >&5
5273echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5274if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5275 echo $ECHO_N "(cached) $ECHO_C" >&6
5276else
5277 if test -n "$ac_ct_CC"; then
5278 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5279else
5280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5281for as_dir in $PATH
5282do
5283 IFS=$as_save_IFS
5284 test -z "$as_dir" && as_dir=.
5285 for ac_exec_ext in '' $ac_executable_extensions; do
5286 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5287 ac_cv_prog_ac_ct_CC="gcc"
5288 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5289 break 2
5290 fi
5291done
5292done
5293
5294fi
5295fi
5296ac_ct_CC=$ac_cv_prog_ac_ct_CC
5297if test -n "$ac_ct_CC"; then
5298 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5299echo "${ECHO_T}$ac_ct_CC" >&6
5300else
5301 echo "$as_me:$LINENO: result: no" >&5
5302echo "${ECHO_T}no" >&6
5303fi
5304
5305 CC=$ac_ct_CC
5306else
5307 CC="$ac_cv_prog_CC"
5308fi
5309
5310if test -z "$CC"; then
5311 if test -n "$ac_tool_prefix"; then
5312 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5313set dummy ${ac_tool_prefix}cc; ac_word=$2
5314echo "$as_me:$LINENO: checking for $ac_word" >&5
5315echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5316if test "${ac_cv_prog_CC+set}" = set; then
5317 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5318else
5319 if test -n "$CC"; then
5320 ac_cv_prog_CC="$CC" # Let the user override the test.
5321else
13b2be9c
DJ
5322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323for as_dir in $PATH
5324do
5325 IFS=$as_save_IFS
5326 test -z "$as_dir" && as_dir=.
5327 for ac_exec_ext in '' $ac_executable_extensions; do
5328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5329 ac_cv_prog_CC="${ac_tool_prefix}cc"
5330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 break 2
5332 fi
5333done
5334done
5335
252b5132
RH
5336fi
5337fi
13b2be9c 5338CC=$ac_cv_prog_CC
252b5132 5339if test -n "$CC"; then
13b2be9c
DJ
5340 echo "$as_me:$LINENO: result: $CC" >&5
5341echo "${ECHO_T}$CC" >&6
5342else
5343 echo "$as_me:$LINENO: result: no" >&5
5344echo "${ECHO_T}no" >&6
5345fi
5346
5347fi
5348if test -z "$ac_cv_prog_CC"; then
5349 ac_ct_CC=$CC
5350 # Extract the first word of "cc", so it can be a program name with args.
5351set dummy cc; ac_word=$2
5352echo "$as_me:$LINENO: checking for $ac_word" >&5
5353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5354if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5355 echo $ECHO_N "(cached) $ECHO_C" >&6
9b2b7d69 5356else
13b2be9c
DJ
5357 if test -n "$ac_ct_CC"; then
5358 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5359else
5360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5361for as_dir in $PATH
5362do
5363 IFS=$as_save_IFS
5364 test -z "$as_dir" && as_dir=.
5365 for ac_exec_ext in '' $ac_executable_extensions; do
5366 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5367 ac_cv_prog_ac_ct_CC="cc"
5368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5369 break 2
5370 fi
5371done
5372done
5373
5374fi
5375fi
5376ac_ct_CC=$ac_cv_prog_ac_ct_CC
5377if test -n "$ac_ct_CC"; then
5378 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5379echo "${ECHO_T}$ac_ct_CC" >&6
5380else
5381 echo "$as_me:$LINENO: result: no" >&5
5382echo "${ECHO_T}no" >&6
5383fi
5384
5385 CC=$ac_ct_CC
5386else
5387 CC="$ac_cv_prog_CC"
6840198f
NC
5388fi
5389
13b2be9c 5390fi
252b5132
RH
5391if test -z "$CC"; then
5392 # Extract the first word of "cc", so it can be a program name with args.
5393set dummy cc; ac_word=$2
13b2be9c
DJ
5394echo "$as_me:$LINENO: checking for $ac_word" >&5
5395echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5396if test "${ac_cv_prog_CC+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5398else
5399 if test -n "$CC"; then
5400 ac_cv_prog_CC="$CC" # Let the user override the test.
5401else
252b5132 5402 ac_prog_rejected=no
13b2be9c
DJ
5403as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404for as_dir in $PATH
5405do
5406 IFS=$as_save_IFS
5407 test -z "$as_dir" && as_dir=.
5408 for ac_exec_ext in '' $ac_executable_extensions; do
5409 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5410 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5411 ac_prog_rejected=yes
5412 continue
5413 fi
5414 ac_cv_prog_CC="cc"
5415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5416 break 2
5417 fi
5418done
5419done
5420
252b5132
RH
5421if test $ac_prog_rejected = yes; then
5422 # We found a bogon in the path, so make sure we never use it.
5423 set dummy $ac_cv_prog_CC
5424 shift
13b2be9c 5425 if test $# != 0; then
252b5132
RH
5426 # We chose a different compiler from the bogus one.
5427 # However, it has the same basename, so the bogon will be chosen
5428 # first if we set CC to just the basename; use the full file name.
5429 shift
13b2be9c 5430 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
252b5132
RH
5431 fi
5432fi
5433fi
5434fi
13b2be9c 5435CC=$ac_cv_prog_CC
252b5132 5436if test -n "$CC"; then
13b2be9c
DJ
5437 echo "$as_me:$LINENO: result: $CC" >&5
5438echo "${ECHO_T}$CC" >&6
252b5132 5439else
13b2be9c
DJ
5440 echo "$as_me:$LINENO: result: no" >&5
5441echo "${ECHO_T}no" >&6
252b5132
RH
5442fi
5443
13b2be9c
DJ
5444fi
5445if test -z "$CC"; then
5446 if test -n "$ac_tool_prefix"; then
5447 for ac_prog in cl
5448 do
5449 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5450set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5451echo "$as_me:$LINENO: checking for $ac_word" >&5
5452echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5453if test "${ac_cv_prog_CC+set}" = set; then
5454 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5455else
5456 if test -n "$CC"; then
5457 ac_cv_prog_CC="$CC" # Let the user override the test.
5458else
13b2be9c
DJ
5459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460for as_dir in $PATH
5461do
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_exec_ext in '' $ac_executable_extensions; do
5465 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5466 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5468 break 2
5469 fi
5470done
5471done
5472
252b5132
RH
5473fi
5474fi
13b2be9c 5475CC=$ac_cv_prog_CC
252b5132 5476if test -n "$CC"; then
13b2be9c
DJ
5477 echo "$as_me:$LINENO: result: $CC" >&5
5478echo "${ECHO_T}$CC" >&6
c8615825 5479else
13b2be9c
DJ
5480 echo "$as_me:$LINENO: result: no" >&5
5481echo "${ECHO_T}no" >&6
c8615825 5482fi
6840198f 5483
13b2be9c
DJ
5484 test -n "$CC" && break
5485 done
5486fi
5487if test -z "$CC"; then
5488 ac_ct_CC=$CC
5489 for ac_prog in cl
5490do
5491 # Extract the first word of "$ac_prog", so it can be a program name with args.
5492set dummy $ac_prog; ac_word=$2
5493echo "$as_me:$LINENO: checking for $ac_word" >&5
5494echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5495if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5496 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5497else
13b2be9c
DJ
5498 if test -n "$ac_ct_CC"; then
5499 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
c8615825 5500else
13b2be9c
DJ
5501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5502for as_dir in $PATH
5503do
5504 IFS=$as_save_IFS
5505 test -z "$as_dir" && as_dir=.
5506 for ac_exec_ext in '' $ac_executable_extensions; do
5507 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5508 ac_cv_prog_ac_ct_CC="$ac_prog"
5509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5510 break 2
5511 fi
5512done
5513done
5514
c8615825
AM
5515fi
5516fi
13b2be9c
DJ
5517ac_ct_CC=$ac_cv_prog_ac_ct_CC
5518if test -n "$ac_ct_CC"; then
5519 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5520echo "${ECHO_T}$ac_ct_CC" >&6
c8615825 5521else
13b2be9c
DJ
5522 echo "$as_me:$LINENO: result: no" >&5
5523echo "${ECHO_T}no" >&6
c8615825 5524fi
252b5132 5525
13b2be9c
DJ
5526 test -n "$ac_ct_CC" && break
5527done
5528
5529 CC=$ac_ct_CC
5530fi
5531
5532fi
5533
5534
5535test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5536See \`config.log' for more details." >&5
5537echo "$as_me: error: no acceptable C compiler found in \$PATH
5538See \`config.log' for more details." >&2;}
5539 { (exit 1); exit 1; }; }
5540
5541# Provide some information about the compiler.
5542echo "$as_me:$LINENO:" \
5543 "checking for C compiler version" >&5
5544ac_compiler=`set X $ac_compile; echo $2`
5545{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5546 (eval $ac_compiler --version </dev/null >&5) 2>&5
5547 ac_status=$?
5548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5549 (exit $ac_status); }
5550{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5551 (eval $ac_compiler -v </dev/null >&5) 2>&5
5552 ac_status=$?
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); }
5555{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5556 (eval $ac_compiler -V </dev/null >&5) 2>&5
5557 ac_status=$?
5558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5559 (exit $ac_status); }
5560
5561echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5562echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5563if test "${ac_cv_c_compiler_gnu+set}" = set; then
5564 echo $ECHO_N "(cached) $ECHO_C" >&6
5565else
5566 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5567/* confdefs.h. */
5568_ACEOF
5569cat confdefs.h >>conftest.$ac_ext
5570cat >>conftest.$ac_ext <<_ACEOF
5571/* end confdefs.h. */
5572
5573int
5574main ()
5575{
5576#ifndef __GNUC__
5577 choke me
5578#endif
5579
5580 ;
5581 return 0;
5582}
5583_ACEOF
5584rm -f conftest.$ac_objext
5585if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5586 (eval $ac_compile) 2>conftest.er1
13b2be9c 5587 ac_status=$?
ab509236
L
5588 grep -v '^ *+' conftest.er1 >conftest.err
5589 rm -f conftest.er1
5590 cat conftest.err >&5
13b2be9c
DJ
5591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5592 (exit $ac_status); } &&
ab509236
L
5593 { ac_try='test -z "$ac_c_werror_flag"
5594 || test ! -s conftest.err'
5595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5596 (eval $ac_try) 2>&5
5597 ac_status=$?
5598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5599 (exit $ac_status); }; } &&
5600 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5602 (eval $ac_try) 2>&5
5603 ac_status=$?
5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605 (exit $ac_status); }; }; then
5606 ac_compiler_gnu=yes
5607else
5608 echo "$as_me: failed program was:" >&5
5609sed 's/^/| /' conftest.$ac_ext >&5
5610
5611ac_compiler_gnu=no
5612fi
ab509236 5613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5614ac_cv_c_compiler_gnu=$ac_compiler_gnu
5615
5616fi
5617echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5618echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5619GCC=`test $ac_compiler_gnu = yes && echo yes`
5620ac_test_CFLAGS=${CFLAGS+set}
5621ac_save_CFLAGS=$CFLAGS
5622CFLAGS="-g"
5623echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5624echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5625if test "${ac_cv_prog_cc_g+set}" = set; then
5626 echo $ECHO_N "(cached) $ECHO_C" >&6
5627else
5628 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5629/* confdefs.h. */
5630_ACEOF
5631cat confdefs.h >>conftest.$ac_ext
5632cat >>conftest.$ac_ext <<_ACEOF
5633/* end confdefs.h. */
5634
5635int
5636main ()
5637{
5638
5639 ;
5640 return 0;
5641}
5642_ACEOF
5643rm -f conftest.$ac_objext
5644if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5645 (eval $ac_compile) 2>conftest.er1
13b2be9c 5646 ac_status=$?
ab509236
L
5647 grep -v '^ *+' conftest.er1 >conftest.err
5648 rm -f conftest.er1
5649 cat conftest.err >&5
13b2be9c
DJ
5650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5651 (exit $ac_status); } &&
ab509236
L
5652 { ac_try='test -z "$ac_c_werror_flag"
5653 || test ! -s conftest.err'
5654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5655 (eval $ac_try) 2>&5
5656 ac_status=$?
5657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658 (exit $ac_status); }; } &&
5659 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5661 (eval $ac_try) 2>&5
5662 ac_status=$?
5663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5664 (exit $ac_status); }; }; then
252b5132
RH
5665 ac_cv_prog_cc_g=yes
5666else
13b2be9c
DJ
5667 echo "$as_me: failed program was:" >&5
5668sed 's/^/| /' conftest.$ac_ext >&5
c8615825 5669
13b2be9c 5670ac_cv_prog_cc_g=no
252b5132 5671fi
ab509236 5672rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5673fi
5674echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5675echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
252b5132 5676if test "$ac_test_CFLAGS" = set; then
13b2be9c 5677 CFLAGS=$ac_save_CFLAGS
252b5132
RH
5678elif test $ac_cv_prog_cc_g = yes; then
5679 if test "$GCC" = yes; then
5680 CFLAGS="-g -O2"
5681 else
5682 CFLAGS="-g"
5683 fi
5684else
9b2b7d69
MM
5685 if test "$GCC" = yes; then
5686 CFLAGS="-O2"
5687 else
5688 CFLAGS=
5689 fi
5690fi
13b2be9c
DJ
5691echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5692echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5693if test "${ac_cv_prog_cc_stdc+set}" = set; then
5694 echo $ECHO_N "(cached) $ECHO_C" >&6
5695else
5696 ac_cv_prog_cc_stdc=no
5697ac_save_CC=$CC
5698cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5699/* confdefs.h. */
5700_ACEOF
5701cat confdefs.h >>conftest.$ac_ext
5702cat >>conftest.$ac_ext <<_ACEOF
5703/* end confdefs.h. */
5704#include <stdarg.h>
5705#include <stdio.h>
5706#include <sys/types.h>
5707#include <sys/stat.h>
5708/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5709struct buf { int x; };
5710FILE * (*rcsopen) (struct buf *, struct stat *, int);
5711static char *e (p, i)
5712 char **p;
5713 int i;
5714{
5715 return p[i];
5716}
5717static char *f (char * (*g) (char **, int), char **p, ...)
5718{
5719 char *s;
5720 va_list v;
5721 va_start (v,p);
5722 s = g (p, va_arg (v,int));
5723 va_end (v);
5724 return s;
5725}
ab509236
L
5726
5727/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5728 function prototypes and stuff, but not '\xHH' hex character constants.
5729 These don't provoke an error unfortunately, instead are silently treated
5730 as 'x'. The following induces an error, until -std1 is added to get
5731 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5732 array size at least. It's necessary to write '\x00'==0 to get something
5733 that's true only with -std1. */
5734int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5735
13b2be9c
DJ
5736int test (int i, double x);
5737struct s1 {int (*f) (int a);};
5738struct s2 {int (*f) (double a);};
5739int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5740int argc;
5741char **argv;
5742int
5743main ()
5744{
5745return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5746 ;
5747 return 0;
5748}
5749_ACEOF
5750# Don't try gcc -ansi; that turns off useful extensions and
5751# breaks some systems' header files.
5752# AIX -qlanglvl=ansi
5753# Ultrix and OSF/1 -std1
5754# HP-UX 10.20 and later -Ae
5755# HP-UX older versions -Aa -D_HPUX_SOURCE
5756# SVR4 -Xc -D__EXTENSIONS__
5757for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5758do
5759 CC="$ac_save_CC $ac_arg"
5760 rm -f conftest.$ac_objext
5761if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5762 (eval $ac_compile) 2>conftest.er1
13b2be9c 5763 ac_status=$?
ab509236
L
5764 grep -v '^ *+' conftest.er1 >conftest.err
5765 rm -f conftest.er1
5766 cat conftest.err >&5
13b2be9c
DJ
5767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5768 (exit $ac_status); } &&
ab509236
L
5769 { ac_try='test -z "$ac_c_werror_flag"
5770 || test ! -s conftest.err'
5771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5772 (eval $ac_try) 2>&5
5773 ac_status=$?
5774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5775 (exit $ac_status); }; } &&
5776 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5778 (eval $ac_try) 2>&5
5779 ac_status=$?
5780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781 (exit $ac_status); }; }; then
5782 ac_cv_prog_cc_stdc=$ac_arg
5783break
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
13b2be9c
DJ
5790done
5791rm -f conftest.$ac_ext conftest.$ac_objext
5792CC=$ac_save_CC
5793
5794fi
5795
5796case "x$ac_cv_prog_cc_stdc" in
5797 x|xno)
5798 echo "$as_me:$LINENO: result: none needed" >&5
5799echo "${ECHO_T}none needed" >&6 ;;
5800 *)
5801 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5802echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5803 CC="$CC $ac_cv_prog_cc_stdc" ;;
5804esac
5805
5806# Some people use a C++ compiler to compile C. Since we use `exit',
5807# in C++ we need to declare it. In case someone uses the same compiler
5808# for both compiling C and C++ we need to have the C++ compiler decide
5809# the declaration of exit, since it's the most demanding environment.
5810cat >conftest.$ac_ext <<_ACEOF
5811#ifndef __cplusplus
5812 choke me
5813#endif
5814_ACEOF
5815rm -f conftest.$ac_objext
5816if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5817 (eval $ac_compile) 2>conftest.er1
13b2be9c 5818 ac_status=$?
ab509236
L
5819 grep -v '^ *+' conftest.er1 >conftest.err
5820 rm -f conftest.er1
5821 cat conftest.err >&5
13b2be9c
DJ
5822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5823 (exit $ac_status); } &&
ab509236
L
5824 { ac_try='test -z "$ac_c_werror_flag"
5825 || test ! -s conftest.err'
5826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5827 (eval $ac_try) 2>&5
5828 ac_status=$?
5829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830 (exit $ac_status); }; } &&
5831 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5833 (eval $ac_try) 2>&5
5834 ac_status=$?
5835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836 (exit $ac_status); }; }; then
5837 for ac_declaration in \
ab509236 5838 '' \
13b2be9c
DJ
5839 'extern "C" void std::exit (int) throw (); using std::exit;' \
5840 'extern "C" void std::exit (int); using std::exit;' \
5841 'extern "C" void exit (int) throw ();' \
5842 'extern "C" void exit (int);' \
5843 'void exit (int);'
5844do
5845 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5846/* confdefs.h. */
5847_ACEOF
5848cat confdefs.h >>conftest.$ac_ext
5849cat >>conftest.$ac_ext <<_ACEOF
5850/* end confdefs.h. */
13dfd2d0 5851$ac_declaration
ab509236 5852#include <stdlib.h>
13b2be9c
DJ
5853int
5854main ()
5855{
5856exit (42);
5857 ;
5858 return 0;
5859}
5860_ACEOF
5861rm -f conftest.$ac_objext
5862if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5863 (eval $ac_compile) 2>conftest.er1
13b2be9c 5864 ac_status=$?
ab509236
L
5865 grep -v '^ *+' conftest.er1 >conftest.err
5866 rm -f conftest.er1
5867 cat conftest.err >&5
13b2be9c
DJ
5868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5869 (exit $ac_status); } &&
ab509236
L
5870 { ac_try='test -z "$ac_c_werror_flag"
5871 || test ! -s conftest.err'
5872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5873 (eval $ac_try) 2>&5
5874 ac_status=$?
5875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5876 (exit $ac_status); }; } &&
5877 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5879 (eval $ac_try) 2>&5
5880 ac_status=$?
5881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5882 (exit $ac_status); }; }; then
5883 :
5884else
5885 echo "$as_me: failed program was:" >&5
5886sed 's/^/| /' conftest.$ac_ext >&5
5887
5888continue
5889fi
ab509236 5890rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 5891 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5892/* confdefs.h. */
5893_ACEOF
5894cat confdefs.h >>conftest.$ac_ext
5895cat >>conftest.$ac_ext <<_ACEOF
5896/* end confdefs.h. */
5897$ac_declaration
5898int
5899main ()
5900{
5901exit (42);
5902 ;
5903 return 0;
5904}
5905_ACEOF
5906rm -f conftest.$ac_objext
5907if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5908 (eval $ac_compile) 2>conftest.er1
13b2be9c 5909 ac_status=$?
ab509236
L
5910 grep -v '^ *+' conftest.er1 >conftest.err
5911 rm -f conftest.er1
5912 cat conftest.err >&5
13b2be9c
DJ
5913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5914 (exit $ac_status); } &&
ab509236
L
5915 { ac_try='test -z "$ac_c_werror_flag"
5916 || test ! -s conftest.err'
5917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918 (eval $ac_try) 2>&5
5919 ac_status=$?
5920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921 (exit $ac_status); }; } &&
5922 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5924 (eval $ac_try) 2>&5
5925 ac_status=$?
5926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5927 (exit $ac_status); }; }; then
5928 break
5929else
5930 echo "$as_me: failed program was:" >&5
5931sed 's/^/| /' conftest.$ac_ext >&5
5932
5933fi
ab509236 5934rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5935done
5936rm -f conftest*
5937if test -n "$ac_declaration"; then
5938 echo '#ifdef __cplusplus' >>confdefs.h
5939 echo $ac_declaration >>confdefs.h
5940 echo '#endif' >>confdefs.h
5941fi
5942
5943else
5944 echo "$as_me: failed program was:" >&5
5945sed 's/^/| /' conftest.$ac_ext >&5
5946
5947fi
ab509236 5948rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5949ac_ext=c
5950ac_cpp='$CPP $CPPFLAGS'
5951ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5952ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5953ac_compiler_gnu=$ac_cv_c_compiler_gnu
c8615825
AM
5954
5955
5956for ac_prog in 'bison -y' byacc
9b2b7d69 5957do
13b2be9c 5958 # Extract the first word of "$ac_prog", so it can be a program name with args.
c8615825 5959set dummy $ac_prog; ac_word=$2
13b2be9c
DJ
5960echo "$as_me:$LINENO: checking for $ac_word" >&5
5961echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5962if test "${ac_cv_prog_YACC+set}" = set; then
5963 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825
AM
5964else
5965 if test -n "$YACC"; then
5966 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5967else
13b2be9c
DJ
5968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5969for as_dir in $PATH
5970do
5971 IFS=$as_save_IFS
5972 test -z "$as_dir" && as_dir=.
5973 for ac_exec_ext in '' $ac_executable_extensions; do
5974 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5975 ac_cv_prog_YACC="$ac_prog"
5976 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 break 2
5978 fi
5979done
5980done
5981
c8615825
AM
5982fi
5983fi
13b2be9c 5984YACC=$ac_cv_prog_YACC
c8615825 5985if test -n "$YACC"; then
13b2be9c
DJ
5986 echo "$as_me:$LINENO: result: $YACC" >&5
5987echo "${ECHO_T}$YACC" >&6
c8615825 5988else
13b2be9c
DJ
5989 echo "$as_me:$LINENO: result: no" >&5
5990echo "${ECHO_T}no" >&6
c8615825
AM
5991fi
5992
13b2be9c 5993 test -n "$YACC" && break
c8615825
AM
5994done
5995test -n "$YACC" || YACC="yacc"
5996
13b2be9c
DJ
5997for ac_prog in flex lex
5998do
5999 # Extract the first word of "$ac_prog", so it can be a program name with args.
6000set dummy $ac_prog; ac_word=$2
6001echo "$as_me:$LINENO: checking for $ac_word" >&5
6002echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6003if test "${ac_cv_prog_LEX+set}" = set; then
6004 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 6005else
13b2be9c
DJ
6006 if test -n "$LEX"; then
6007 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9b2b7d69 6008else
13b2be9c
DJ
6009as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6010for as_dir in $PATH
6011do
6012 IFS=$as_save_IFS
6013 test -z "$as_dir" && as_dir=.
6014 for ac_exec_ext in '' $ac_executable_extensions; do
6015 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6016 ac_cv_prog_LEX="$ac_prog"
6017 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6018 break 2
6019 fi
6020done
6021done
6022
6023fi
6024fi
6025LEX=$ac_cv_prog_LEX
6026if test -n "$LEX"; then
6027 echo "$as_me:$LINENO: result: $LEX" >&5
6028echo "${ECHO_T}$LEX" >&6
c8615825 6029else
13b2be9c
DJ
6030 echo "$as_me:$LINENO: result: no" >&5
6031echo "${ECHO_T}no" >&6
6032fi
6033
6034 test -n "$LEX" && break
6035done
6036test -n "$LEX" || LEX=":"
6037
6038if test -z "$LEXLIB"
6039then
6040 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
6041echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
6042if test "${ac_cv_lib_fl_yywrap+set}" = set; then
6043 echo $ECHO_N "(cached) $ECHO_C" >&6
6044else
6045 ac_check_lib_save_LIBS=$LIBS
6046LIBS="-lfl $LIBS"
6047cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6048/* confdefs.h. */
6049_ACEOF
6050cat confdefs.h >>conftest.$ac_ext
6051cat >>conftest.$ac_ext <<_ACEOF
6052/* end confdefs.h. */
6053
6054/* Override any gcc2 internal prototype to avoid an error. */
6055#ifdef __cplusplus
6056extern "C"
6057#endif
6058/* We use char because int might match the return type of a gcc2
6059 builtin and then its argument prototype would still apply. */
6060char yywrap ();
6061int
6062main ()
6063{
6064yywrap ();
6065 ;
6066 return 0;
6067}
6068_ACEOF
6069rm -f conftest.$ac_objext conftest$ac_exeext
6070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6071 (eval $ac_link) 2>conftest.er1
13b2be9c 6072 ac_status=$?
ab509236
L
6073 grep -v '^ *+' conftest.er1 >conftest.err
6074 rm -f conftest.er1
6075 cat conftest.err >&5
13b2be9c
DJ
6076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6077 (exit $ac_status); } &&
ab509236
L
6078 { ac_try='test -z "$ac_c_werror_flag"
6079 || test ! -s conftest.err'
6080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6081 (eval $ac_try) 2>&5
6082 ac_status=$?
6083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6084 (exit $ac_status); }; } &&
6085 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6087 (eval $ac_try) 2>&5
6088 ac_status=$?
6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6090 (exit $ac_status); }; }; then
6091 ac_cv_lib_fl_yywrap=yes
6092else
6093 echo "$as_me: failed program was:" >&5
6094sed 's/^/| /' conftest.$ac_ext >&5
6095
6096ac_cv_lib_fl_yywrap=no
6097fi
ab509236
L
6098rm -f conftest.err conftest.$ac_objext \
6099 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
6100LIBS=$ac_check_lib_save_LIBS
6101fi
6102echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
6103echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
6104if test $ac_cv_lib_fl_yywrap = yes; then
6105 LEXLIB="-lfl"
6106else
6107 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
6108echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
6109if test "${ac_cv_lib_l_yywrap+set}" = set; then
6110 echo $ECHO_N "(cached) $ECHO_C" >&6
6111else
6112 ac_check_lib_save_LIBS=$LIBS
6113LIBS="-ll $LIBS"
6114cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6115/* confdefs.h. */
6116_ACEOF
6117cat confdefs.h >>conftest.$ac_ext
6118cat >>conftest.$ac_ext <<_ACEOF
6119/* end confdefs.h. */
6120
6121/* Override any gcc2 internal prototype to avoid an error. */
6122#ifdef __cplusplus
6123extern "C"
6124#endif
6125/* We use char because int might match the return type of a gcc2
6126 builtin and then its argument prototype would still apply. */
6127char yywrap ();
6128int
6129main ()
6130{
6131yywrap ();
6132 ;
6133 return 0;
6134}
6135_ACEOF
6136rm -f conftest.$ac_objext conftest$ac_exeext
6137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6138 (eval $ac_link) 2>conftest.er1
13b2be9c 6139 ac_status=$?
ab509236
L
6140 grep -v '^ *+' conftest.er1 >conftest.err
6141 rm -f conftest.er1
6142 cat conftest.err >&5
13b2be9c
DJ
6143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6144 (exit $ac_status); } &&
ab509236
L
6145 { ac_try='test -z "$ac_c_werror_flag"
6146 || test ! -s conftest.err'
6147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6148 (eval $ac_try) 2>&5
6149 ac_status=$?
6150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6151 (exit $ac_status); }; } &&
6152 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6154 (eval $ac_try) 2>&5
6155 ac_status=$?
6156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); }; }; then
6158 ac_cv_lib_l_yywrap=yes
9b2b7d69 6159else
13b2be9c
DJ
6160 echo "$as_me: failed program was:" >&5
6161sed 's/^/| /' conftest.$ac_ext >&5
6162
6163ac_cv_lib_l_yywrap=no
9b2b7d69 6164fi
ab509236
L
6165rm -f conftest.err conftest.$ac_objext \
6166 conftest$ac_exeext conftest.$ac_ext
13b2be9c 6167LIBS=$ac_check_lib_save_LIBS
9b2b7d69 6168fi
13b2be9c
DJ
6169echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
6170echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
6171if test $ac_cv_lib_l_yywrap = yes; then
6172 LEXLIB="-ll"
252b5132 6173fi
13b2be9c
DJ
6174
6175fi
6176
252b5132 6177fi
13b2be9c
DJ
6178
6179if test "x$LEX" != "x:"; then
6180 echo "$as_me:$LINENO: checking lex output file root" >&5
6181echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
6182if test "${ac_cv_prog_lex_root+set}" = set; then
6183 echo $ECHO_N "(cached) $ECHO_C" >&6
6184else
6185 # The minimal lex program is just a single line: %%. But some broken lexes
6186# (Solaris, I think it was) want two %% lines, so accommodate them.
6187cat >conftest.l <<_ACEOF
6188%%
6189%%
6190_ACEOF
6191{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
6192 (eval $LEX conftest.l) 2>&5
6193 ac_status=$?
6194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6195 (exit $ac_status); }
6196if test -f lex.yy.c; then
6197 ac_cv_prog_lex_root=lex.yy
6198elif test -f lexyy.c; then
6199 ac_cv_prog_lex_root=lexyy
252b5132 6200else
13b2be9c
DJ
6201 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
6202echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
6203 { (exit 1); exit 1; }; }
252b5132 6204fi
13b2be9c
DJ
6205fi
6206echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
6207echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
6208rm -f conftest.l
6209LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
252b5132 6210
13b2be9c
DJ
6211echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
6212echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6213if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6214 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6215else
13b2be9c
DJ
6216 # POSIX says lex can declare yytext either as a pointer or an array; the
6217# default is implementation-dependent. Figure out which it is, since
6218# not all implementations provide the %pointer and %array declarations.
6219ac_cv_prog_lex_yytext_pointer=no
6220echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
6221ac_save_LIBS=$LIBS
6222LIBS="$LIBS $LEXLIB"
6223cat >conftest.$ac_ext <<_ACEOF
6224`cat $LEX_OUTPUT_ROOT.c`
6225_ACEOF
6226rm -f conftest.$ac_objext conftest$ac_exeext
6227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6228 (eval $ac_link) 2>conftest.er1
13b2be9c 6229 ac_status=$?
ab509236
L
6230 grep -v '^ *+' conftest.er1 >conftest.err
6231 rm -f conftest.er1
6232 cat conftest.err >&5
13b2be9c
DJ
6233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6234 (exit $ac_status); } &&
ab509236
L
6235 { ac_try='test -z "$ac_c_werror_flag"
6236 || test ! -s conftest.err'
6237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6238 (eval $ac_try) 2>&5
6239 ac_status=$?
6240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6241 (exit $ac_status); }; } &&
6242 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6244 (eval $ac_try) 2>&5
6245 ac_status=$?
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); }; }; then
6248 ac_cv_prog_lex_yytext_pointer=yes
252b5132 6249else
13b2be9c
DJ
6250 echo "$as_me: failed program was:" >&5
6251sed 's/^/| /' conftest.$ac_ext >&5
6252
252b5132 6253fi
ab509236
L
6254rm -f conftest.err conftest.$ac_objext \
6255 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
6256LIBS=$ac_save_LIBS
6257rm -f "${LEX_OUTPUT_ROOT}.c"
6258
252b5132 6259fi
13b2be9c
DJ
6260echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
6261echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6262if test $ac_cv_prog_lex_yytext_pointer = yes; then
6263
6264cat >>confdefs.h <<\_ACEOF
6265#define YYTEXT_POINTER 1
6266_ACEOF
6267
6268fi
6269
6270fi
6271if test "$LEX" = :; then
6272 LEX=${am_missing_run}flex
6273fi
6274
6275ALL_LINGUAS="fr tr es"
6276if test -n "$ac_tool_prefix"; then
6277 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6278set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6279echo "$as_me:$LINENO: checking for $ac_word" >&5
6280echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6281if test "${ac_cv_prog_RANLIB+set}" = set; then
6282 echo $ECHO_N "(cached) $ECHO_C" >&6
6283else
6284 if test -n "$RANLIB"; then
6285 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6286else
6287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6288for as_dir in $PATH
6289do
6290 IFS=$as_save_IFS
6291 test -z "$as_dir" && as_dir=.
6292 for ac_exec_ext in '' $ac_executable_extensions; do
6293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6294 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6296 break 2
6297 fi
6298done
6299done
6300
6301fi
6302fi
6303RANLIB=$ac_cv_prog_RANLIB
6304if test -n "$RANLIB"; then
6305 echo "$as_me:$LINENO: result: $RANLIB" >&5
6306echo "${ECHO_T}$RANLIB" >&6
252b5132 6307else
13b2be9c
DJ
6308 echo "$as_me:$LINENO: result: no" >&5
6309echo "${ECHO_T}no" >&6
252b5132
RH
6310fi
6311
13b2be9c
DJ
6312fi
6313if test -z "$ac_cv_prog_RANLIB"; then
6314 ac_ct_RANLIB=$RANLIB
6315 # Extract the first word of "ranlib", so it can be a program name with args.
6316set dummy ranlib; ac_word=$2
6317echo "$as_me:$LINENO: checking for $ac_word" >&5
6318echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6319if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6320 echo $ECHO_N "(cached) $ECHO_C" >&6
6321else
6322 if test -n "$ac_ct_RANLIB"; then
6323 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6324else
6325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326for as_dir in $PATH
6327do
6328 IFS=$as_save_IFS
6329 test -z "$as_dir" && as_dir=.
6330 for ac_exec_ext in '' $ac_executable_extensions; do
6331 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6332 ac_cv_prog_ac_ct_RANLIB="ranlib"
6333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6334 break 2
6335 fi
6336done
6840198f 6337done
d6d788bd 6338
13b2be9c
DJ
6339 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6340fi
6341fi
6342ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6343if test -n "$ac_ct_RANLIB"; then
6344 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6345echo "${ECHO_T}$ac_ct_RANLIB" >&6
d6d788bd 6346else
13b2be9c
DJ
6347 echo "$as_me:$LINENO: result: no" >&5
6348echo "${ECHO_T}no" >&6
6349fi
6350
6351 RANLIB=$ac_ct_RANLIB
d6d788bd 6352else
13b2be9c
DJ
6353 RANLIB="$ac_cv_prog_RANLIB"
6354fi
6355
6356ac_ext=c
6357ac_cpp='$CPP $CPPFLAGS'
6358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6360ac_compiler_gnu=$ac_cv_c_compiler_gnu
6361echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6362echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6363# On Suns, sometimes $CPP names a directory.
6364if test -n "$CPP" && test -d "$CPP"; then
6365 CPP=
d6d788bd 6366fi
13b2be9c
DJ
6367if test -z "$CPP"; then
6368 if test "${ac_cv_prog_CPP+set}" = set; then
6369 echo $ECHO_N "(cached) $ECHO_C" >&6
6370else
6371 # Double quotes because CPP needs to be expanded
6372 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6373 do
6374 ac_preproc_ok=false
6375for ac_c_preproc_warn_flag in '' yes
6376do
6377 # Use a header file that comes with gcc, so configuring glibc
6378 # with a fresh cross-compiler works.
6379 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6380 # <limits.h> exists even on freestanding compilers.
6381 # On the NeXT, cc -E runs the code through the compiler's parser,
6382 # not just through cpp. "Syntax error" is here to catch this case.
6383 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6384/* confdefs.h. */
6385_ACEOF
6386cat confdefs.h >>conftest.$ac_ext
6387cat >>conftest.$ac_ext <<_ACEOF
6388/* end confdefs.h. */
6389#ifdef __STDC__
6390# include <limits.h>
6391#else
6392# include <assert.h>
6393#endif
ab509236 6394 Syntax error
13b2be9c
DJ
6395_ACEOF
6396if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6397 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6398 ac_status=$?
6399 grep -v '^ *+' conftest.er1 >conftest.err
6400 rm -f conftest.er1
6401 cat conftest.err >&5
6402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403 (exit $ac_status); } >/dev/null; then
6404 if test -s conftest.err; then
6405 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6406 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6407 else
6408 ac_cpp_err=
6409 fi
6410else
6411 ac_cpp_err=yes
d6d788bd 6412fi
13b2be9c
DJ
6413if test -z "$ac_cpp_err"; then
6414 :
6415else
6416 echo "$as_me: failed program was:" >&5
6417sed 's/^/| /' conftest.$ac_ext >&5
6418
6419 # Broken: fails on valid input.
6420continue
6421fi
6422rm -f conftest.err conftest.$ac_ext
6423
6424 # OK, works on sane cases. Now check whether non-existent headers
6425 # can be detected and how.
6426 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6427/* confdefs.h. */
6428_ACEOF
6429cat confdefs.h >>conftest.$ac_ext
6430cat >>conftest.$ac_ext <<_ACEOF
6431/* end confdefs.h. */
6432#include <ac_nonexistent.h>
6433_ACEOF
6434if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6435 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6436 ac_status=$?
6437 grep -v '^ *+' conftest.er1 >conftest.err
6438 rm -f conftest.er1
6439 cat conftest.err >&5
6440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441 (exit $ac_status); } >/dev/null; then
6442 if test -s conftest.err; then
6443 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6444 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6445 else
6446 ac_cpp_err=
6447 fi
d6d788bd 6448else
13b2be9c 6449 ac_cpp_err=yes
d6d788bd 6450fi
13b2be9c
DJ
6451if test -z "$ac_cpp_err"; then
6452 # Broken: success on invalid input.
6453continue
6454else
6455 echo "$as_me: failed program was:" >&5
6456sed 's/^/| /' conftest.$ac_ext >&5
6840198f 6457
13b2be9c
DJ
6458 # Passes both tests.
6459ac_preproc_ok=:
6460break
6461fi
6462rm -f conftest.err conftest.$ac_ext
252b5132 6463
13b2be9c
DJ
6464done
6465# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6466rm -f conftest.err conftest.$ac_ext
6467if $ac_preproc_ok; then
6468 break
9b2b7d69 6469fi
13b2be9c
DJ
6470
6471 done
6472 ac_cv_prog_CPP=$CPP
9b2b7d69 6473
d6d788bd 6474fi
13b2be9c 6475 CPP=$ac_cv_prog_CPP
c8615825 6476else
13b2be9c 6477 ac_cv_prog_CPP=$CPP
c8615825 6478fi
13b2be9c
DJ
6479echo "$as_me:$LINENO: result: $CPP" >&5
6480echo "${ECHO_T}$CPP" >&6
6481ac_preproc_ok=false
6482for ac_c_preproc_warn_flag in '' yes
6483do
6484 # Use a header file that comes with gcc, so configuring glibc
6485 # with a fresh cross-compiler works.
6486 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6487 # <limits.h> exists even on freestanding compilers.
6488 # On the NeXT, cc -E runs the code through the compiler's parser,
6489 # not just through cpp. "Syntax error" is here to catch this case.
6490 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6491/* confdefs.h. */
6492_ACEOF
6493cat confdefs.h >>conftest.$ac_ext
6494cat >>conftest.$ac_ext <<_ACEOF
6495/* end confdefs.h. */
6496#ifdef __STDC__
6497# include <limits.h>
6498#else
6499# include <assert.h>
6500#endif
ab509236 6501 Syntax error
13b2be9c
DJ
6502_ACEOF
6503if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6504 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6505 ac_status=$?
6506 grep -v '^ *+' conftest.er1 >conftest.err
6507 rm -f conftest.er1
6508 cat conftest.err >&5
6509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6510 (exit $ac_status); } >/dev/null; then
6511 if test -s conftest.err; then
6512 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6513 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6514 else
6515 ac_cpp_err=
6516 fi
6517else
6518 ac_cpp_err=yes
252b5132 6519fi
13b2be9c
DJ
6520if test -z "$ac_cpp_err"; then
6521 :
252b5132 6522else
13b2be9c
DJ
6523 echo "$as_me: failed program was:" >&5
6524sed 's/^/| /' conftest.$ac_ext >&5
6525
6526 # Broken: fails on valid input.
6527continue
6528fi
6529rm -f conftest.err conftest.$ac_ext
6530
6531 # OK, works on sane cases. Now check whether non-existent headers
6532 # can be detected and how.
6533 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6534/* confdefs.h. */
6535_ACEOF
6536cat confdefs.h >>conftest.$ac_ext
6537cat >>conftest.$ac_ext <<_ACEOF
6538/* end confdefs.h. */
6539#include <ac_nonexistent.h>
6540_ACEOF
6541if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6542 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6543 ac_status=$?
6544 grep -v '^ *+' conftest.er1 >conftest.err
6545 rm -f conftest.er1
6546 cat conftest.err >&5
6547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6548 (exit $ac_status); } >/dev/null; then
6549 if test -s conftest.err; then
6550 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6551 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6552 else
6553 ac_cpp_err=
6554 fi
252b5132 6555else
13b2be9c 6556 ac_cpp_err=yes
252b5132 6557fi
13b2be9c
DJ
6558if test -z "$ac_cpp_err"; then
6559 # Broken: success on invalid input.
6560continue
252b5132 6561else
13b2be9c
DJ
6562 echo "$as_me: failed program was:" >&5
6563sed 's/^/| /' conftest.$ac_ext >&5
c8615825 6564
13b2be9c
DJ
6565 # Passes both tests.
6566ac_preproc_ok=:
6567break
252b5132 6568fi
13b2be9c 6569rm -f conftest.err conftest.$ac_ext
252b5132 6570
13b2be9c
DJ
6571done
6572# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6573rm -f conftest.err conftest.$ac_ext
6574if $ac_preproc_ok; then
6575 :
6576else
6577 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6578See \`config.log' for more details." >&5
6579echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6580See \`config.log' for more details." >&2;}
6581 { (exit 1); exit 1; }; }
252b5132 6582fi
9b2b7d69 6583
13b2be9c
DJ
6584ac_ext=c
6585ac_cpp='$CPP $CPPFLAGS'
6586ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6587ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6588ac_compiler_gnu=$ac_cv_c_compiler_gnu
252b5132
RH
6589
6590
13b2be9c
DJ
6591echo "$as_me:$LINENO: checking for egrep" >&5
6592echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6593if test "${ac_cv_prog_egrep+set}" = set; then
6594 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 6595else
13b2be9c
DJ
6596 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6597 then ac_cv_prog_egrep='grep -E'
6598 else ac_cv_prog_egrep='egrep'
c8615825 6599 fi
6840198f 6600fi
13b2be9c
DJ
6601echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6602echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6603 EGREP=$ac_cv_prog_egrep
6840198f 6604
13b2be9c
DJ
6605
6606echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6607echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6608if test "${ac_cv_header_stdc+set}" = set; then
6609 echo $ECHO_N "(cached) $ECHO_C" >&6
6840198f 6610else
13b2be9c 6611 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6612/* confdefs.h. */
6613_ACEOF
6614cat confdefs.h >>conftest.$ac_ext
6615cat >>conftest.$ac_ext <<_ACEOF
6616/* end confdefs.h. */
252b5132
RH
6617#include <stdlib.h>
6618#include <stdarg.h>
6619#include <string.h>
6620#include <float.h>
13b2be9c
DJ
6621
6622int
6623main ()
6624{
6625
6626 ;
6627 return 0;
6628}
6629_ACEOF
6630rm -f conftest.$ac_objext
6631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6632 (eval $ac_compile) 2>conftest.er1
13b2be9c 6633 ac_status=$?
ab509236
L
6634 grep -v '^ *+' conftest.er1 >conftest.err
6635 rm -f conftest.er1
6636 cat conftest.err >&5
13b2be9c
DJ
6637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6638 (exit $ac_status); } &&
ab509236
L
6639 { ac_try='test -z "$ac_c_werror_flag"
6640 || test ! -s conftest.err'
6641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6642 (eval $ac_try) 2>&5
6643 ac_status=$?
6644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6645 (exit $ac_status); }; } &&
6646 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6648 (eval $ac_try) 2>&5
6649 ac_status=$?
6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651 (exit $ac_status); }; }; then
252b5132
RH
6652 ac_cv_header_stdc=yes
6653else
13b2be9c
DJ
6654 echo "$as_me: failed program was:" >&5
6655sed 's/^/| /' conftest.$ac_ext >&5
6656
6657ac_cv_header_stdc=no
252b5132 6658fi
ab509236 6659rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
6660
6661if test $ac_cv_header_stdc = yes; then
6662 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13b2be9c 6663 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6664/* confdefs.h. */
6665_ACEOF
6666cat confdefs.h >>conftest.$ac_ext
6667cat >>conftest.$ac_ext <<_ACEOF
6668/* end confdefs.h. */
252b5132 6669#include <string.h>
13b2be9c
DJ
6670
6671_ACEOF
252b5132 6672if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6673 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
6674 :
6675else
252b5132
RH
6676 ac_cv_header_stdc=no
6677fi
6678rm -f conftest*
6679
6680fi
6681
6682if test $ac_cv_header_stdc = yes; then
6683 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13b2be9c 6684 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6685/* confdefs.h. */
6686_ACEOF
6687cat confdefs.h >>conftest.$ac_ext
6688cat >>conftest.$ac_ext <<_ACEOF
6689/* end confdefs.h. */
252b5132 6690#include <stdlib.h>
13b2be9c
DJ
6691
6692_ACEOF
252b5132 6693if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6694 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
6695 :
6696else
252b5132
RH
6697 ac_cv_header_stdc=no
6698fi
6699rm -f conftest*
6700
6701fi
6702
6703if test $ac_cv_header_stdc = yes; then
6704 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13b2be9c 6705 if test "$cross_compiling" = yes; then
252b5132
RH
6706 :
6707else
13b2be9c 6708 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6709/* confdefs.h. */
6710_ACEOF
6711cat confdefs.h >>conftest.$ac_ext
6712cat >>conftest.$ac_ext <<_ACEOF
6713/* end confdefs.h. */
252b5132 6714#include <ctype.h>
13b2be9c
DJ
6715#if ((' ' & 0x0FF) == 0x020)
6716# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6717# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6718#else
6719# define ISLOWER(c) \
ab509236
L
6720 (('a' <= (c) && (c) <= 'i') \
6721 || ('j' <= (c) && (c) <= 'r') \
6722 || ('s' <= (c) && (c) <= 'z'))
13b2be9c
DJ
6723# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6724#endif
c8615825 6725
13b2be9c
DJ
6726#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6727int
6728main ()
6729{
6730 int i;
6731 for (i = 0; i < 256; i++)
6732 if (XOR (islower (i), ISLOWER (i))
ab509236 6733 || toupper (i) != TOUPPER (i))
13b2be9c
DJ
6734 exit(2);
6735 exit (0);
6736}
6737_ACEOF
6738rm -f conftest$ac_exeext
6739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6740 (eval $ac_link) 2>&5
6741 ac_status=$?
6742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6743 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6745 (eval $ac_try) 2>&5
6746 ac_status=$?
6747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748 (exit $ac_status); }; }; then
c8615825
AM
6749 :
6750else
13b2be9c
DJ
6751 echo "$as_me: program exited with status $ac_status" >&5
6752echo "$as_me: failed program was:" >&5
6753sed 's/^/| /' conftest.$ac_ext >&5
6754
6755( exit $ac_status )
6756ac_cv_header_stdc=no
c8615825 6757fi
ab509236 6758rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c8615825 6759fi
c8615825 6760fi
9b2b7d69 6761fi
13b2be9c
DJ
6762echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6763echo "${ECHO_T}$ac_cv_header_stdc" >&6
c8615825 6764if test $ac_cv_header_stdc = yes; then
13b2be9c
DJ
6765
6766cat >>confdefs.h <<\_ACEOF
c8615825 6767#define STDC_HEADERS 1
13b2be9c 6768_ACEOF
9b2b7d69 6769
c8615825
AM
6770fi
6771
13b2be9c
DJ
6772echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
6773echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
6774if test "${ac_cv_c_const+set}" = set; then
6775 echo $ECHO_N "(cached) $ECHO_C" >&6
6776else
6777 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6778/* confdefs.h. */
6779_ACEOF
6780cat confdefs.h >>conftest.$ac_ext
6781cat >>conftest.$ac_ext <<_ACEOF
6782/* end confdefs.h. */
c8615825 6783
13b2be9c
DJ
6784int
6785main ()
6786{
6787/* FIXME: Include the comments suggested by Paul. */
6788#ifndef __cplusplus
6789 /* Ultrix mips cc rejects this. */
6790 typedef int charset[2];
6791 const charset x;
6792 /* SunOS 4.1.1 cc rejects this. */
6793 char const *const *ccp;
6794 char **p;
6795 /* NEC SVR4.0.2 mips cc rejects this. */
6796 struct point {int x, y;};
6797 static struct point const zero = {0,0};
6798 /* AIX XL C 1.02.0.0 rejects this.
6799 It does not let you subtract one const X* pointer from another in
6800 an arm of an if-expression whose if-part is not a constant
6801 expression */
6802 const char *g = "string";
6803 ccp = &g + (g ? g-g : 0);
6804 /* HPUX 7.0 cc rejects these. */
6805 ++ccp;
6806 p = (char**) ccp;
6807 ccp = (char const *const *) p;
6808 { /* SCO 3.2v4 cc rejects this. */
6809 char *t;
6810 char const *s = 0 ? (char *) 0 : (char const *) 0;
6811
6812 *t++ = 0;
6813 }
6814 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6815 int x[] = {25, 17};
6816 const int *foo = &x[0];
6817 ++foo;
6818 }
6819 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6820 typedef const int *iptr;
6821 iptr p = 0;
6822 ++p;
6823 }
6824 { /* AIX XL C 1.02.0.0 rejects this saying
6825 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6826 struct s { int j; const int *ap[3]; };
6827 struct s *b; b->j = 5;
6828 }
6829 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6830 const int foo = 10;
6831 }
6832#endif
6833
6834 ;
6835 return 0;
6836}
6837_ACEOF
6838rm -f conftest.$ac_objext
6839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6840 (eval $ac_compile) 2>conftest.er1
13b2be9c 6841 ac_status=$?
ab509236
L
6842 grep -v '^ *+' conftest.er1 >conftest.err
6843 rm -f conftest.er1
6844 cat conftest.err >&5
13b2be9c
DJ
6845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6846 (exit $ac_status); } &&
ab509236
L
6847 { ac_try='test -z "$ac_c_werror_flag"
6848 || test ! -s conftest.err'
6849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6850 (eval $ac_try) 2>&5
6851 ac_status=$?
6852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853 (exit $ac_status); }; } &&
6854 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6856 (eval $ac_try) 2>&5
6857 ac_status=$?
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); }; }; then
252b5132
RH
6860 ac_cv_c_const=yes
6861else
13b2be9c
DJ
6862 echo "$as_me: failed program was:" >&5
6863sed 's/^/| /' conftest.$ac_ext >&5
6864
6865ac_cv_c_const=no
252b5132 6866fi
ab509236 6867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 6868fi
13b2be9c
DJ
6869echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6870echo "${ECHO_T}$ac_cv_c_const" >&6
c8615825 6871if test $ac_cv_c_const = no; then
13b2be9c
DJ
6872
6873cat >>confdefs.h <<\_ACEOF
6874#define const
6875_ACEOF
252b5132
RH
6876
6877fi
6878
13b2be9c
DJ
6879echo "$as_me:$LINENO: checking for inline" >&5
6880echo $ECHO_N "checking for inline... $ECHO_C" >&6
6881if test "${ac_cv_c_inline+set}" = set; then
6882 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6883else
6884 ac_cv_c_inline=no
6885for ac_kw in inline __inline__ __inline; do
13b2be9c 6886 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6887/* confdefs.h. */
6888_ACEOF
6889cat confdefs.h >>conftest.$ac_ext
6890cat >>conftest.$ac_ext <<_ACEOF
6891/* end confdefs.h. */
6892#ifndef __cplusplus
6893typedef int foo_t;
6894static $ac_kw foo_t static_foo () {return 0; }
6895$ac_kw foo_t foo () {return 0; }
6896#endif
252b5132 6897
13b2be9c
DJ
6898_ACEOF
6899rm -f conftest.$ac_objext
6900if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6901 (eval $ac_compile) 2>conftest.er1
13b2be9c 6902 ac_status=$?
ab509236
L
6903 grep -v '^ *+' conftest.er1 >conftest.err
6904 rm -f conftest.er1
6905 cat conftest.err >&5
13b2be9c
DJ
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907 (exit $ac_status); } &&
ab509236
L
6908 { ac_try='test -z "$ac_c_werror_flag"
6909 || test ! -s conftest.err'
6910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6911 (eval $ac_try) 2>&5
6912 ac_status=$?
6913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914 (exit $ac_status); }; } &&
6915 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6917 (eval $ac_try) 2>&5
6918 ac_status=$?
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); }; }; then
d6d788bd 6921 ac_cv_c_inline=$ac_kw; break
6840198f 6922else
13b2be9c
DJ
6923 echo "$as_me: failed program was:" >&5
6924sed 's/^/| /' conftest.$ac_ext >&5
6925
6840198f 6926fi
ab509236 6927rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d6d788bd 6928done
6840198f
NC
6929
6930fi
13b2be9c
DJ
6931echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
6932echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
6933
6934
13b2be9c 6935case $ac_cv_c_inline in
d6d788bd 6936 inline | yes) ;;
ab509236
L
6937 *)
6938 case $ac_cv_c_inline in
6939 no) ac_val=;;
6940 *) ac_val=$ac_cv_c_inline;;
6941 esac
6942 cat >>confdefs.h <<_ACEOF
6943#ifndef __cplusplus
6944#define inline $ac_val
6945#endif
13b2be9c 6946_ACEOF
ab509236 6947 ;;
d6d788bd
L
6948esac
6949
13b2be9c
DJ
6950# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ab509236 6961 inttypes.h stdint.h unistd.h
13b2be9c
DJ
6962do
6963as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6964echo "$as_me:$LINENO: checking for $ac_header" >&5
6965echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6966if eval "test \"\${$as_ac_Header+set}\" = set"; then
6967 echo $ECHO_N "(cached) $ECHO_C" >&6
6968else
6969 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6970/* confdefs.h. */
6971_ACEOF
6972cat confdefs.h >>conftest.$ac_ext
6973cat >>conftest.$ac_ext <<_ACEOF
6974/* end confdefs.h. */
6975$ac_includes_default
6976
6977#include <$ac_header>
6978_ACEOF
6979rm -f conftest.$ac_objext
6980if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6981 (eval $ac_compile) 2>conftest.er1
13b2be9c 6982 ac_status=$?
ab509236
L
6983 grep -v '^ *+' conftest.er1 >conftest.err
6984 rm -f conftest.er1
6985 cat conftest.err >&5
13b2be9c
DJ
6986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6987 (exit $ac_status); } &&
ab509236
L
6988 { ac_try='test -z "$ac_c_werror_flag"
6989 || test ! -s conftest.err'
6990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6991 (eval $ac_try) 2>&5
6992 ac_status=$?
6993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6994 (exit $ac_status); }; } &&
6995 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6997 (eval $ac_try) 2>&5
6998 ac_status=$?
6999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7000 (exit $ac_status); }; }; then
7001 eval "$as_ac_Header=yes"
7002else
7003 echo "$as_me: failed program was:" >&5
7004sed 's/^/| /' conftest.$ac_ext >&5
7005
7006eval "$as_ac_Header=no"
7007fi
ab509236 7008rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7009fi
7010echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7011echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7012if test `eval echo '${'$as_ac_Header'}'` = yes; then
7013 cat >>confdefs.h <<_ACEOF
7014#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7015_ACEOF
7016
7017fi
7018
7019done
7020
7021
7022echo "$as_me:$LINENO: checking for off_t" >&5
7023echo $ECHO_N "checking for off_t... $ECHO_C" >&6
7024if test "${ac_cv_type_off_t+set}" = set; then
7025 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7026else
13b2be9c 7027 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7028/* confdefs.h. */
7029_ACEOF
7030cat confdefs.h >>conftest.$ac_ext
7031cat >>conftest.$ac_ext <<_ACEOF
7032/* end confdefs.h. */
7033$ac_includes_default
7034int
7035main ()
7036{
7037if ((off_t *) 0)
7038 return 0;
7039if (sizeof (off_t))
7040 return 0;
7041 ;
7042 return 0;
7043}
7044_ACEOF
7045rm -f conftest.$ac_objext
7046if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7047 (eval $ac_compile) 2>conftest.er1
13b2be9c 7048 ac_status=$?
ab509236
L
7049 grep -v '^ *+' conftest.er1 >conftest.err
7050 rm -f conftest.er1
7051 cat conftest.err >&5
13b2be9c
DJ
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); } &&
ab509236
L
7054 { ac_try='test -z "$ac_c_werror_flag"
7055 || test ! -s conftest.err'
7056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7057 (eval $ac_try) 2>&5
7058 ac_status=$?
7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060 (exit $ac_status); }; } &&
7061 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7063 (eval $ac_try) 2>&5
7064 ac_status=$?
7065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066 (exit $ac_status); }; }; then
a2d91340 7067 ac_cv_type_off_t=yes
252b5132 7068else
13b2be9c
DJ
7069 echo "$as_me: failed program was:" >&5
7070sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 7071
13b2be9c 7072ac_cv_type_off_t=no
c8615825 7073fi
ab509236 7074rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7075fi
7076echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
7077echo "${ECHO_T}$ac_cv_type_off_t" >&6
7078if test $ac_cv_type_off_t = yes; then
7079 :
7080else
7081
7082cat >>confdefs.h <<_ACEOF
252b5132 7083#define off_t long
13b2be9c 7084_ACEOF
252b5132
RH
7085
7086fi
7087
13b2be9c
DJ
7088echo "$as_me:$LINENO: checking for size_t" >&5
7089echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7090if test "${ac_cv_type_size_t+set}" = set; then
7091 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7092else
13b2be9c 7093 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7094/* confdefs.h. */
7095_ACEOF
7096cat confdefs.h >>conftest.$ac_ext
7097cat >>conftest.$ac_ext <<_ACEOF
7098/* end confdefs.h. */
7099$ac_includes_default
7100int
7101main ()
7102{
7103if ((size_t *) 0)
7104 return 0;
7105if (sizeof (size_t))
7106 return 0;
7107 ;
7108 return 0;
7109}
7110_ACEOF
7111rm -f conftest.$ac_objext
7112if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7113 (eval $ac_compile) 2>conftest.er1
13b2be9c 7114 ac_status=$?
ab509236
L
7115 grep -v '^ *+' conftest.er1 >conftest.err
7116 rm -f conftest.er1
7117 cat conftest.err >&5
13b2be9c
DJ
7118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7119 (exit $ac_status); } &&
ab509236
L
7120 { ac_try='test -z "$ac_c_werror_flag"
7121 || test ! -s conftest.err'
7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 (eval $ac_try) 2>&5
7124 ac_status=$?
7125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126 (exit $ac_status); }; } &&
7127 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7129 (eval $ac_try) 2>&5
7130 ac_status=$?
7131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 (exit $ac_status); }; }; then
a2d91340 7133 ac_cv_type_size_t=yes
252b5132 7134else
13b2be9c
DJ
7135 echo "$as_me: failed program was:" >&5
7136sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 7137
13b2be9c
DJ
7138ac_cv_type_size_t=no
7139fi
ab509236 7140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c8615825 7141fi
13b2be9c
DJ
7142echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7143echo "${ECHO_T}$ac_cv_type_size_t" >&6
7144if test $ac_cv_type_size_t = yes; then
7145 :
7146else
7147
7148cat >>confdefs.h <<_ACEOF
252b5132 7149#define size_t unsigned
13b2be9c 7150_ACEOF
252b5132
RH
7151
7152fi
7153
7154# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7155# for constant arguments. Useless!
13b2be9c
DJ
7156echo "$as_me:$LINENO: checking for working alloca.h" >&5
7157echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7158if test "${ac_cv_working_alloca_h+set}" = set; then
7159 echo $ECHO_N "(cached) $ECHO_C" >&6
7160else
7161 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7162/* confdefs.h. */
7163_ACEOF
7164cat confdefs.h >>conftest.$ac_ext
7165cat >>conftest.$ac_ext <<_ACEOF
7166/* end confdefs.h. */
252b5132 7167#include <alloca.h>
13b2be9c
DJ
7168int
7169main ()
7170{
7171char *p = (char *) alloca (2 * sizeof (int));
7172 ;
7173 return 0;
7174}
7175_ACEOF
7176rm -f conftest.$ac_objext conftest$ac_exeext
7177if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7178 (eval $ac_link) 2>conftest.er1
13b2be9c 7179 ac_status=$?
ab509236
L
7180 grep -v '^ *+' conftest.er1 >conftest.err
7181 rm -f conftest.er1
7182 cat conftest.err >&5
13b2be9c
DJ
7183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7184 (exit $ac_status); } &&
ab509236
L
7185 { ac_try='test -z "$ac_c_werror_flag"
7186 || test ! -s conftest.err'
7187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7188 (eval $ac_try) 2>&5
7189 ac_status=$?
7190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191 (exit $ac_status); }; } &&
7192 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7194 (eval $ac_try) 2>&5
7195 ac_status=$?
7196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7197 (exit $ac_status); }; }; then
7198 ac_cv_working_alloca_h=yes
7199else
7200 echo "$as_me: failed program was:" >&5
7201sed 's/^/| /' conftest.$ac_ext >&5
7202
7203ac_cv_working_alloca_h=no
7204fi
ab509236
L
7205rm -f conftest.err conftest.$ac_objext \
7206 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7207fi
7208echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
7209echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7210if test $ac_cv_working_alloca_h = yes; then
7211
7212cat >>confdefs.h <<\_ACEOF
252b5132 7213#define HAVE_ALLOCA_H 1
13b2be9c 7214_ACEOF
252b5132
RH
7215
7216fi
7217
13b2be9c
DJ
7218echo "$as_me:$LINENO: checking for alloca" >&5
7219echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7220if test "${ac_cv_func_alloca_works+set}" = set; then
7221 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7222else
13b2be9c 7223 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7224/* confdefs.h. */
7225_ACEOF
7226cat confdefs.h >>conftest.$ac_ext
7227cat >>conftest.$ac_ext <<_ACEOF
7228/* end confdefs.h. */
252b5132
RH
7229#ifdef __GNUC__
7230# define alloca __builtin_alloca
7231#else
7232# ifdef _MSC_VER
7233# include <malloc.h>
7234# define alloca _alloca
7235# else
7236# if HAVE_ALLOCA_H
7237# include <alloca.h>
7238# else
7239# ifdef _AIX
7240 #pragma alloca
7241# else
7242# ifndef alloca /* predefined by HP cc +Olibcalls */
7243char *alloca ();
7244# endif
7245# endif
7246# endif
7247# endif
7248#endif
7249
13b2be9c
DJ
7250int
7251main ()
7252{
7253char *p = (char *) alloca (1);
7254 ;
7255 return 0;
7256}
7257_ACEOF
7258rm -f conftest.$ac_objext conftest$ac_exeext
7259if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7260 (eval $ac_link) 2>conftest.er1
13b2be9c 7261 ac_status=$?
ab509236
L
7262 grep -v '^ *+' conftest.er1 >conftest.err
7263 rm -f conftest.er1
7264 cat conftest.err >&5
13b2be9c
DJ
7265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7266 (exit $ac_status); } &&
ab509236
L
7267 { ac_try='test -z "$ac_c_werror_flag"
7268 || test ! -s conftest.err'
7269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7270 (eval $ac_try) 2>&5
7271 ac_status=$?
7272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7273 (exit $ac_status); }; } &&
7274 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7276 (eval $ac_try) 2>&5
7277 ac_status=$?
7278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7279 (exit $ac_status); }; }; then
252b5132
RH
7280 ac_cv_func_alloca_works=yes
7281else
13b2be9c
DJ
7282 echo "$as_me: failed program was:" >&5
7283sed 's/^/| /' conftest.$ac_ext >&5
7284
7285ac_cv_func_alloca_works=no
252b5132 7286fi
ab509236
L
7287rm -f conftest.err conftest.$ac_objext \
7288 conftest$ac_exeext conftest.$ac_ext
252b5132 7289fi
13b2be9c
DJ
7290echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
7291echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 7292
252b5132 7293if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 7294
13b2be9c
DJ
7295cat >>confdefs.h <<\_ACEOF
7296#define HAVE_ALLOCA 1
7297_ACEOF
9b2b7d69 7298
13b2be9c 7299else
c8615825 7300 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
7301# that cause trouble. Some versions do not even contain alloca or
7302# contain a buggy version. If you still want to use their alloca,
7303# use ar to extract alloca.o from them instead of compiling alloca.c.
7304
7305ALLOCA=alloca.$ac_objext
7306
7307cat >>confdefs.h <<\_ACEOF
252b5132 7308#define C_ALLOCA 1
13b2be9c 7309_ACEOF
252b5132 7310
d6d788bd 7311
13b2be9c
DJ
7312echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
7313echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7314if test "${ac_cv_os_cray+set}" = set; then
7315 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 7316else
13b2be9c 7317 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7318/* confdefs.h. */
7319_ACEOF
7320cat confdefs.h >>conftest.$ac_ext
7321cat >>conftest.$ac_ext <<_ACEOF
7322/* end confdefs.h. */
252b5132
RH
7323#if defined(CRAY) && ! defined(CRAY2)
7324webecray
7325#else
7326wenotbecray
7327#endif
7328
13b2be9c 7329_ACEOF
252b5132 7330if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 7331 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
7332 ac_cv_os_cray=yes
7333else
252b5132
RH
7334 ac_cv_os_cray=no
7335fi
7336rm -f conftest*
7337
7338fi
13b2be9c
DJ
7339echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
7340echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 7341if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
7342 for ac_func in _getb67 GETB67 getb67; do
7343 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7344echo "$as_me:$LINENO: checking for $ac_func" >&5
7345echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7346if eval "test \"\${$as_ac_var+set}\" = set"; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7348else
7349 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7350/* confdefs.h. */
7351_ACEOF
7352cat confdefs.h >>conftest.$ac_ext
7353cat >>conftest.$ac_ext <<_ACEOF
7354/* end confdefs.h. */
ab509236
L
7355/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7357#define $ac_func innocuous_$ac_func
7358
252b5132 7359/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7360 which can conflict with char $ac_func (); below.
7361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7362 <limits.h> exists even on freestanding compilers. */
ab509236 7363
13b2be9c
DJ
7364#ifdef __STDC__
7365# include <limits.h>
7366#else
7367# include <assert.h>
7368#endif
ab509236
L
7369
7370#undef $ac_func
7371
252b5132 7372/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7373#ifdef __cplusplus
7374extern "C"
7375{
7376#endif
252b5132 7377/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7378 builtin and then its argument prototype would still apply. */
7379char $ac_func ();
252b5132
RH
7380/* The GNU C library defines this for functions which it implements
7381 to always fail with ENOSYS. Some functions are actually named
7382 something starting with __ and the normal name is an alias. */
7383#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7384choke me
7385#else
13b2be9c
DJ
7386char (*f) () = $ac_func;
7387#endif
7388#ifdef __cplusplus
7389}
252b5132
RH
7390#endif
7391
13b2be9c
DJ
7392int
7393main ()
7394{
7395return f != $ac_func;
7396 ;
7397 return 0;
7398}
7399_ACEOF
7400rm -f conftest.$ac_objext conftest$ac_exeext
7401if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7402 (eval $ac_link) 2>conftest.er1
13b2be9c 7403 ac_status=$?
ab509236
L
7404 grep -v '^ *+' conftest.er1 >conftest.err
7405 rm -f conftest.er1
7406 cat conftest.err >&5
13b2be9c
DJ
7407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7408 (exit $ac_status); } &&
ab509236
L
7409 { ac_try='test -z "$ac_c_werror_flag"
7410 || test ! -s conftest.err'
7411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7412 (eval $ac_try) 2>&5
7413 ac_status=$?
7414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7415 (exit $ac_status); }; } &&
7416 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7418 (eval $ac_try) 2>&5
7419 ac_status=$?
7420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7421 (exit $ac_status); }; }; then
7422 eval "$as_ac_var=yes"
7423else
7424 echo "$as_me: failed program was:" >&5
7425sed 's/^/| /' conftest.$ac_ext >&5
7426
7427eval "$as_ac_var=no"
7428fi
ab509236
L
7429rm -f conftest.err conftest.$ac_objext \
7430 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7431fi
7432echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7433echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7434if test `eval echo '${'$as_ac_var'}'` = yes; then
7435
7436cat >>confdefs.h <<_ACEOF
252b5132 7437#define CRAY_STACKSEG_END $ac_func
13b2be9c 7438_ACEOF
252b5132 7439
13b2be9c 7440 break
252b5132
RH
7441fi
7442
13b2be9c 7443 done
252b5132
RH
7444fi
7445
13b2be9c
DJ
7446echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7447echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7448if test "${ac_cv_c_stack_direction+set}" = set; then
7449 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7450else
7451 if test "$cross_compiling" = yes; then
7452 ac_cv_c_stack_direction=0
7453else
13b2be9c 7454 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7455/* confdefs.h. */
7456_ACEOF
7457cat confdefs.h >>conftest.$ac_ext
7458cat >>conftest.$ac_ext <<_ACEOF
7459/* end confdefs.h. */
7460int
252b5132
RH
7461find_stack_direction ()
7462{
7463 static char *addr = 0;
7464 auto char dummy;
7465 if (addr == 0)
7466 {
7467 addr = &dummy;
7468 return find_stack_direction ();
7469 }
7470 else
7471 return (&dummy > addr) ? 1 : -1;
7472}
13b2be9c
DJ
7473
7474int
252b5132
RH
7475main ()
7476{
13b2be9c 7477 exit (find_stack_direction () < 0);
252b5132 7478}
13b2be9c
DJ
7479_ACEOF
7480rm -f conftest$ac_exeext
7481if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7482 (eval $ac_link) 2>&5
7483 ac_status=$?
7484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7485 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7487 (eval $ac_try) 2>&5
7488 ac_status=$?
7489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7490 (exit $ac_status); }; }; then
252b5132
RH
7491 ac_cv_c_stack_direction=1
7492else
13b2be9c
DJ
7493 echo "$as_me: program exited with status $ac_status" >&5
7494echo "$as_me: failed program was:" >&5
7495sed 's/^/| /' conftest.$ac_ext >&5
7496
7497( exit $ac_status )
7498ac_cv_c_stack_direction=-1
252b5132 7499fi
ab509236 7500rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7501fi
252b5132 7502fi
13b2be9c
DJ
7503echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7504echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 7505
13b2be9c 7506cat >>confdefs.h <<_ACEOF
252b5132 7507#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
7508_ACEOF
7509
252b5132
RH
7510
7511fi
7512
13b2be9c
DJ
7513
7514
7515for ac_header in stdlib.h unistd.h
252b5132 7516do
13b2be9c
DJ
7517as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7518if eval "test \"\${$as_ac_Header+set}\" = set"; then
7519 echo "$as_me:$LINENO: checking for $ac_header" >&5
7520echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7521if eval "test \"\${$as_ac_Header+set}\" = set"; then
7522 echo $ECHO_N "(cached) $ECHO_C" >&6
7523fi
7524echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7525echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7526else
7527 # Is the header compilable?
7528echo "$as_me:$LINENO: checking $ac_header usability" >&5
7529echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7530cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7531/* confdefs.h. */
7532_ACEOF
7533cat confdefs.h >>conftest.$ac_ext
7534cat >>conftest.$ac_ext <<_ACEOF
7535/* end confdefs.h. */
7536$ac_includes_default
7537#include <$ac_header>
7538_ACEOF
7539rm -f conftest.$ac_objext
7540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7541 (eval $ac_compile) 2>conftest.er1
13b2be9c 7542 ac_status=$?
ab509236
L
7543 grep -v '^ *+' conftest.er1 >conftest.err
7544 rm -f conftest.er1
7545 cat conftest.err >&5
13b2be9c
DJ
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } &&
ab509236
L
7548 { ac_try='test -z "$ac_c_werror_flag"
7549 || test ! -s conftest.err'
7550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7551 (eval $ac_try) 2>&5
7552 ac_status=$?
7553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554 (exit $ac_status); }; } &&
7555 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7557 (eval $ac_try) 2>&5
7558 ac_status=$?
7559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7560 (exit $ac_status); }; }; then
7561 ac_header_compiler=yes
7562else
7563 echo "$as_me: failed program was:" >&5
7564sed 's/^/| /' conftest.$ac_ext >&5
7565
7566ac_header_compiler=no
7567fi
ab509236 7568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7569echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7570echo "${ECHO_T}$ac_header_compiler" >&6
7571
7572# Is the header present?
7573echo "$as_me:$LINENO: checking $ac_header presence" >&5
7574echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7575cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7576/* confdefs.h. */
7577_ACEOF
7578cat confdefs.h >>conftest.$ac_ext
7579cat >>conftest.$ac_ext <<_ACEOF
7580/* end confdefs.h. */
7581#include <$ac_header>
7582_ACEOF
7583if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7584 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7585 ac_status=$?
7586 grep -v '^ *+' conftest.er1 >conftest.err
7587 rm -f conftest.er1
7588 cat conftest.err >&5
7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); } >/dev/null; then
7591 if test -s conftest.err; then
7592 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 7593 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
7594 else
7595 ac_cpp_err=
7596 fi
252b5132 7597else
13b2be9c
DJ
7598 ac_cpp_err=yes
7599fi
7600if test -z "$ac_cpp_err"; then
7601 ac_header_preproc=yes
7602else
7603 echo "$as_me: failed program was:" >&5
7604sed 's/^/| /' conftest.$ac_ext >&5
7605
7606 ac_header_preproc=no
7607fi
7608rm -f conftest.err conftest.$ac_ext
7609echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7610echo "${ECHO_T}$ac_header_preproc" >&6
7611
7612# So? What about this header?
ab509236
L
7613case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7614 yes:no: )
13b2be9c
DJ
7615 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7616echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
7617 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7618echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7619 ac_header_preproc=yes
13b2be9c 7620 ;;
ab509236 7621 no:yes:* )
13b2be9c
DJ
7622 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7623echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
7624 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7625echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7626 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7627echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7628 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7629echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
7630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7631echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
7632 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7633echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
7634 (
7635 cat <<\_ASBOX
ab509236
L
7636## ------------------------------------------ ##
7637## Report this to the AC_PACKAGE_NAME lists. ##
7638## ------------------------------------------ ##
13b2be9c
DJ
7639_ASBOX
7640 ) |
7641 sed "s/^/$as_me: WARNING: /" >&2
7642 ;;
7643esac
7644echo "$as_me:$LINENO: checking for $ac_header" >&5
7645echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7646if eval "test \"\${$as_ac_Header+set}\" = set"; then
7647 echo $ECHO_N "(cached) $ECHO_C" >&6
7648else
ab509236 7649 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 7650fi
13b2be9c
DJ
7651echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7652echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7653
252b5132 7654fi
13b2be9c
DJ
7655if test `eval echo '${'$as_ac_Header'}'` = yes; then
7656 cat >>confdefs.h <<_ACEOF
7657#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7658_ACEOF
7659
252b5132 7660fi
13b2be9c 7661
252b5132
RH
7662done
7663
13b2be9c 7664
252b5132
RH
7665for ac_func in getpagesize
7666do
13b2be9c
DJ
7667as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7668echo "$as_me:$LINENO: checking for $ac_func" >&5
7669echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7670if eval "test \"\${$as_ac_var+set}\" = set"; then
7671 echo $ECHO_N "(cached) $ECHO_C" >&6
7672else
7673 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7674/* confdefs.h. */
7675_ACEOF
7676cat confdefs.h >>conftest.$ac_ext
7677cat >>conftest.$ac_ext <<_ACEOF
7678/* end confdefs.h. */
ab509236
L
7679/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7680 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7681#define $ac_func innocuous_$ac_func
7682
252b5132 7683/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7684 which can conflict with char $ac_func (); below.
7685 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7686 <limits.h> exists even on freestanding compilers. */
ab509236 7687
13b2be9c
DJ
7688#ifdef __STDC__
7689# include <limits.h>
7690#else
7691# include <assert.h>
7692#endif
ab509236
L
7693
7694#undef $ac_func
7695
252b5132 7696/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7697#ifdef __cplusplus
7698extern "C"
7699{
7700#endif
252b5132 7701/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7702 builtin and then its argument prototype would still apply. */
7703char $ac_func ();
252b5132
RH
7704/* The GNU C library defines this for functions which it implements
7705 to always fail with ENOSYS. Some functions are actually named
7706 something starting with __ and the normal name is an alias. */
7707#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7708choke me
7709#else
13b2be9c
DJ
7710char (*f) () = $ac_func;
7711#endif
7712#ifdef __cplusplus
7713}
252b5132
RH
7714#endif
7715
13b2be9c
DJ
7716int
7717main ()
7718{
7719return f != $ac_func;
7720 ;
7721 return 0;
7722}
7723_ACEOF
7724rm -f conftest.$ac_objext conftest$ac_exeext
7725if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7726 (eval $ac_link) 2>conftest.er1
13b2be9c 7727 ac_status=$?
ab509236
L
7728 grep -v '^ *+' conftest.er1 >conftest.err
7729 rm -f conftest.er1
7730 cat conftest.err >&5
13b2be9c
DJ
7731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7732 (exit $ac_status); } &&
ab509236
L
7733 { ac_try='test -z "$ac_c_werror_flag"
7734 || test ! -s conftest.err'
7735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7736 (eval $ac_try) 2>&5
7737 ac_status=$?
7738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7739 (exit $ac_status); }; } &&
7740 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7742 (eval $ac_try) 2>&5
7743 ac_status=$?
7744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7745 (exit $ac_status); }; }; then
7746 eval "$as_ac_var=yes"
7747else
7748 echo "$as_me: failed program was:" >&5
7749sed 's/^/| /' conftest.$ac_ext >&5
7750
7751eval "$as_ac_var=no"
7752fi
ab509236
L
7753rm -f conftest.err conftest.$ac_objext \
7754 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7755fi
7756echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7757echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7758if test `eval echo '${'$as_ac_var'}'` = yes; then
7759 cat >>confdefs.h <<_ACEOF
7760#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7761_ACEOF
252b5132 7762
252b5132
RH
7763fi
7764done
7765
13b2be9c
DJ
7766echo "$as_me:$LINENO: checking for working mmap" >&5
7767echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
7768if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7769 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7770else
7771 if test "$cross_compiling" = yes; then
7772 ac_cv_func_mmap_fixed_mapped=no
7773else
13b2be9c 7774 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7775/* confdefs.h. */
7776_ACEOF
7777cat confdefs.h >>conftest.$ac_ext
7778cat >>conftest.$ac_ext <<_ACEOF
7779/* end confdefs.h. */
7780$ac_includes_default
7781/* malloc might have been renamed as rpl_malloc. */
7782#undef malloc
d6d788bd 7783
252b5132
RH
7784/* Thanks to Mike Haertel and Jim Avera for this test.
7785 Here is a matrix of mmap possibilities:
7786 mmap private not fixed
7787 mmap private fixed at somewhere currently unmapped
7788 mmap private fixed at somewhere already mapped
7789 mmap shared not fixed
7790 mmap shared fixed at somewhere currently unmapped
7791 mmap shared fixed at somewhere already mapped
7792 For private mappings, we should verify that changes cannot be read()
7793 back from the file, nor mmap's back from the file at a different
7794 address. (There have been systems where private was not correctly
7795 implemented like the infamous i386 svr4.0, and systems where the
13b2be9c 7796 VM page cache was not coherent with the file system buffer cache
252b5132
RH
7797 like early versions of FreeBSD and possibly contemporary NetBSD.)
7798 For shared mappings, we should conversely verify that changes get
13b2be9c 7799 propagated back to all the places they're supposed to be.
252b5132
RH
7800
7801 Grep wants private fixed already mapped.
7802 The main things grep needs to know about mmap are:
7803 * does it exist and is it safe to write into the mmap'd area
7804 * how to use it (BSD variants) */
13b2be9c 7805
252b5132
RH
7806#include <fcntl.h>
7807#include <sys/mman.h>
7808
13b2be9c
DJ
7809#if !STDC_HEADERS && !HAVE_STDLIB_H
7810char *malloc ();
7811#endif
c8615825 7812
13b2be9c
DJ
7813/* This mess was copied from the GNU getpagesize.h. */
7814#if !HAVE_GETPAGESIZE
252b5132 7815/* Assume that all systems that can run configure have sys/param.h. */
13b2be9c 7816# if !HAVE_SYS_PARAM_H
252b5132
RH
7817# define HAVE_SYS_PARAM_H 1
7818# endif
7819
7820# ifdef _SC_PAGESIZE
7821# define getpagesize() sysconf(_SC_PAGESIZE)
7822# else /* no _SC_PAGESIZE */
13b2be9c 7823# if HAVE_SYS_PARAM_H
252b5132
RH
7824# include <sys/param.h>
7825# ifdef EXEC_PAGESIZE
7826# define getpagesize() EXEC_PAGESIZE
7827# else /* no EXEC_PAGESIZE */
7828# ifdef NBPG
7829# define getpagesize() NBPG * CLSIZE
7830# ifndef CLSIZE
7831# define CLSIZE 1
7832# endif /* no CLSIZE */
7833# else /* no NBPG */
7834# ifdef NBPC
7835# define getpagesize() NBPC
7836# else /* no NBPC */
7837# ifdef PAGESIZE
7838# define getpagesize() PAGESIZE
7839# endif /* PAGESIZE */
7840# endif /* no NBPC */
7841# endif /* no NBPG */
7842# endif /* no EXEC_PAGESIZE */
7843# else /* no HAVE_SYS_PARAM_H */
7844# define getpagesize() 8192 /* punt totally */
7845# endif /* no HAVE_SYS_PARAM_H */
7846# endif /* no _SC_PAGESIZE */
7847
7848#endif /* no HAVE_GETPAGESIZE */
7849
252b5132 7850int
13b2be9c 7851main ()
252b5132 7852{
13b2be9c
DJ
7853 char *data, *data2, *data3;
7854 int i, pagesize;
7855 int fd;
7856
7857 pagesize = getpagesize ();
7858
7859 /* First, make a file with some known garbage in it. */
7860 data = (char *) malloc (pagesize);
7861 if (!data)
7862 exit (1);
7863 for (i = 0; i < pagesize; ++i)
7864 *(data + i) = rand ();
7865 umask (0);
7866 fd = creat ("conftest.mmap", 0600);
7867 if (fd < 0)
7868 exit (1);
7869 if (write (fd, data, pagesize) != pagesize)
7870 exit (1);
7871 close (fd);
7872
7873 /* Next, try to mmap the file at a fixed address which already has
7874 something else allocated at it. If we can, also make sure that
7875 we see the same garbage. */
7876 fd = open ("conftest.mmap", O_RDWR);
7877 if (fd < 0)
7878 exit (1);
7879 data2 = (char *) malloc (2 * pagesize);
7880 if (!data2)
7881 exit (1);
ab509236 7882 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
13b2be9c 7883 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
ab509236 7884 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13b2be9c
DJ
7885 exit (1);
7886 for (i = 0; i < pagesize; ++i)
7887 if (*(data + i) != *(data2 + i))
7888 exit (1);
7889
7890 /* Finally, make sure that changes to the mapped area do not
7891 percolate back to the file as seen by read(). (This is a bug on
7892 some variants of i386 svr4.0.) */
7893 for (i = 0; i < pagesize; ++i)
7894 *(data2 + i) = *(data2 + i) + 1;
7895 data3 = (char *) malloc (pagesize);
7896 if (!data3)
7897 exit (1);
7898 if (read (fd, data3, pagesize) != pagesize)
7899 exit (1);
7900 for (i = 0; i < pagesize; ++i)
7901 if (*(data + i) != *(data3 + i))
7902 exit (1);
7903 close (fd);
7904 exit (0);
252b5132 7905}
13b2be9c
DJ
7906_ACEOF
7907rm -f conftest$ac_exeext
7908if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7909 (eval $ac_link) 2>&5
7910 ac_status=$?
7911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7912 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7914 (eval $ac_try) 2>&5
7915 ac_status=$?
7916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); }; }; then
252b5132
RH
7918 ac_cv_func_mmap_fixed_mapped=yes
7919else
13b2be9c
DJ
7920 echo "$as_me: program exited with status $ac_status" >&5
7921echo "$as_me: failed program was:" >&5
7922sed 's/^/| /' conftest.$ac_ext >&5
7923
7924( exit $ac_status )
7925ac_cv_func_mmap_fixed_mapped=no
9b2b7d69 7926fi
ab509236 7927rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7928fi
252b5132 7929fi
13b2be9c
DJ
7930echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7931echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
c8615825 7932if test $ac_cv_func_mmap_fixed_mapped = yes; then
13b2be9c
DJ
7933
7934cat >>confdefs.h <<\_ACEOF
9b2b7d69 7935#define HAVE_MMAP 1
13b2be9c 7936_ACEOF
9b2b7d69
MM
7937
7938fi
13b2be9c
DJ
7939rm -f conftest.mmap
7940
7941
7942
7943
7944
7945
7946
6840198f 7947
13b2be9c
DJ
7948
7949
7950
7951for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
7952unistd.h values.h sys/param.h
7953do
13b2be9c
DJ
7954as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7955if eval "test \"\${$as_ac_Header+set}\" = set"; then
7956 echo "$as_me:$LINENO: checking for $ac_header" >&5
7957echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7958if eval "test \"\${$as_ac_Header+set}\" = set"; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7960fi
7961echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7962echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7963else
7964 # Is the header compilable?
7965echo "$as_me:$LINENO: checking $ac_header usability" >&5
7966echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7967cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7968/* confdefs.h. */
7969_ACEOF
7970cat confdefs.h >>conftest.$ac_ext
7971cat >>conftest.$ac_ext <<_ACEOF
7972/* end confdefs.h. */
7973$ac_includes_default
7974#include <$ac_header>
7975_ACEOF
7976rm -f conftest.$ac_objext
7977if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7978 (eval $ac_compile) 2>conftest.er1
13b2be9c 7979 ac_status=$?
ab509236
L
7980 grep -v '^ *+' conftest.er1 >conftest.err
7981 rm -f conftest.er1
7982 cat conftest.err >&5
13b2be9c
DJ
7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } &&
ab509236
L
7985 { ac_try='test -z "$ac_c_werror_flag"
7986 || test ! -s conftest.err'
7987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7988 (eval $ac_try) 2>&5
7989 ac_status=$?
7990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7991 (exit $ac_status); }; } &&
7992 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7994 (eval $ac_try) 2>&5
7995 ac_status=$?
7996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997 (exit $ac_status); }; }; then
7998 ac_header_compiler=yes
7999else
8000 echo "$as_me: failed program was:" >&5
8001sed 's/^/| /' conftest.$ac_ext >&5
8002
8003ac_header_compiler=no
8004fi
ab509236 8005rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
8006echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8007echo "${ECHO_T}$ac_header_compiler" >&6
8008
8009# Is the header present?
8010echo "$as_me:$LINENO: checking $ac_header presence" >&5
8011echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8012cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8013/* confdefs.h. */
8014_ACEOF
8015cat confdefs.h >>conftest.$ac_ext
8016cat >>conftest.$ac_ext <<_ACEOF
8017/* end confdefs.h. */
8018#include <$ac_header>
8019_ACEOF
8020if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8021 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8022 ac_status=$?
8023 grep -v '^ *+' conftest.er1 >conftest.err
8024 rm -f conftest.er1
8025 cat conftest.err >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); } >/dev/null; then
8028 if test -s conftest.err; then
8029 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 8030 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
8031 else
8032 ac_cpp_err=
8033 fi
9b2b7d69 8034else
13b2be9c
DJ
8035 ac_cpp_err=yes
8036fi
8037if test -z "$ac_cpp_err"; then
8038 ac_header_preproc=yes
8039else
8040 echo "$as_me: failed program was:" >&5
8041sed 's/^/| /' conftest.$ac_ext >&5
8042
8043 ac_header_preproc=no
8044fi
8045rm -f conftest.err conftest.$ac_ext
8046echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8047echo "${ECHO_T}$ac_header_preproc" >&6
8048
8049# So? What about this header?
ab509236
L
8050case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8051 yes:no: )
13b2be9c
DJ
8052 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8053echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
8054 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8055echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8056 ac_header_preproc=yes
13b2be9c 8057 ;;
ab509236 8058 no:yes:* )
13b2be9c
DJ
8059 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8060echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
8061 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8062echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8063 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8064echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8065 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8066echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
8067 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8068echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
8069 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8070echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
8071 (
8072 cat <<\_ASBOX
ab509236
L
8073## ------------------------------------------ ##
8074## Report this to the AC_PACKAGE_NAME lists. ##
8075## ------------------------------------------ ##
13b2be9c
DJ
8076_ASBOX
8077 ) |
8078 sed "s/^/$as_me: WARNING: /" >&2
8079 ;;
8080esac
8081echo "$as_me:$LINENO: checking for $ac_header" >&5
8082echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8083if eval "test \"\${$as_ac_Header+set}\" = set"; then
8084 echo $ECHO_N "(cached) $ECHO_C" >&6
8085else
ab509236 8086 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 8087fi
13b2be9c
DJ
8088echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8089echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8090
252b5132 8091fi
13b2be9c
DJ
8092if test `eval echo '${'$as_ac_Header'}'` = yes; then
8093 cat >>confdefs.h <<_ACEOF
8094#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8095_ACEOF
8096
252b5132 8097fi
13b2be9c 8098
252b5132
RH
8099done
8100
13b2be9c
DJ
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
8112__argz_count __argz_stringify __argz_next
8113do
13b2be9c
DJ
8114as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8115echo "$as_me:$LINENO: checking for $ac_func" >&5
8116echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8117if eval "test \"\${$as_ac_var+set}\" = set"; then
8118 echo $ECHO_N "(cached) $ECHO_C" >&6
8119else
8120 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8121/* confdefs.h. */
8122_ACEOF
8123cat confdefs.h >>conftest.$ac_ext
8124cat >>conftest.$ac_ext <<_ACEOF
8125/* end confdefs.h. */
ab509236
L
8126/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8127 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8128#define $ac_func innocuous_$ac_func
8129
252b5132 8130/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8131 which can conflict with char $ac_func (); below.
8132 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8133 <limits.h> exists even on freestanding compilers. */
ab509236 8134
13b2be9c
DJ
8135#ifdef __STDC__
8136# include <limits.h>
8137#else
8138# include <assert.h>
8139#endif
ab509236
L
8140
8141#undef $ac_func
8142
252b5132 8143/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8144#ifdef __cplusplus
8145extern "C"
8146{
8147#endif
252b5132 8148/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8149 builtin and then its argument prototype would still apply. */
8150char $ac_func ();
252b5132
RH
8151/* The GNU C library defines this for functions which it implements
8152 to always fail with ENOSYS. Some functions are actually named
8153 something starting with __ and the normal name is an alias. */
8154#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8155choke me
8156#else
13b2be9c
DJ
8157char (*f) () = $ac_func;
8158#endif
8159#ifdef __cplusplus
8160}
252b5132
RH
8161#endif
8162
13b2be9c
DJ
8163int
8164main ()
8165{
8166return f != $ac_func;
8167 ;
8168 return 0;
8169}
8170_ACEOF
8171rm -f conftest.$ac_objext conftest$ac_exeext
8172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8173 (eval $ac_link) 2>conftest.er1
13b2be9c 8174 ac_status=$?
ab509236
L
8175 grep -v '^ *+' conftest.er1 >conftest.err
8176 rm -f conftest.er1
8177 cat conftest.err >&5
13b2be9c
DJ
8178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8179 (exit $ac_status); } &&
ab509236
L
8180 { ac_try='test -z "$ac_c_werror_flag"
8181 || test ! -s conftest.err'
8182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8183 (eval $ac_try) 2>&5
8184 ac_status=$?
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 (exit $ac_status); }; } &&
8187 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8189 (eval $ac_try) 2>&5
8190 ac_status=$?
8191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8192 (exit $ac_status); }; }; then
8193 eval "$as_ac_var=yes"
8194else
8195 echo "$as_me: failed program was:" >&5
8196sed 's/^/| /' conftest.$ac_ext >&5
8197
8198eval "$as_ac_var=no"
8199fi
ab509236
L
8200rm -f conftest.err conftest.$ac_objext \
8201 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8202fi
8203echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8204echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8205if test `eval echo '${'$as_ac_var'}'` = yes; then
8206 cat >>confdefs.h <<_ACEOF
8207#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8208_ACEOF
252b5132 8209
252b5132
RH
8210fi
8211done
8212
6840198f 8213
d6d788bd 8214 if test "${ac_cv_func_stpcpy+set}" != "set"; then
13b2be9c
DJ
8215
8216for ac_func in stpcpy
252b5132 8217do
13b2be9c
DJ
8218as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8219echo "$as_me:$LINENO: checking for $ac_func" >&5
8220echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8221if eval "test \"\${$as_ac_var+set}\" = set"; then
8222 echo $ECHO_N "(cached) $ECHO_C" >&6
8223else
8224 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8225/* confdefs.h. */
8226_ACEOF
8227cat confdefs.h >>conftest.$ac_ext
8228cat >>conftest.$ac_ext <<_ACEOF
8229/* end confdefs.h. */
ab509236
L
8230/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8231 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8232#define $ac_func innocuous_$ac_func
8233
252b5132 8234/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8235 which can conflict with char $ac_func (); below.
8236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8237 <limits.h> exists even on freestanding compilers. */
ab509236 8238
13b2be9c
DJ
8239#ifdef __STDC__
8240# include <limits.h>
8241#else
8242# include <assert.h>
8243#endif
ab509236
L
8244
8245#undef $ac_func
8246
252b5132 8247/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8248#ifdef __cplusplus
8249extern "C"
8250{
8251#endif
252b5132 8252/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8253 builtin and then its argument prototype would still apply. */
8254char $ac_func ();
252b5132
RH
8255/* The GNU C library defines this for functions which it implements
8256 to always fail with ENOSYS. Some functions are actually named
8257 something starting with __ and the normal name is an alias. */
8258#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8259choke me
8260#else
13b2be9c
DJ
8261char (*f) () = $ac_func;
8262#endif
8263#ifdef __cplusplus
8264}
252b5132
RH
8265#endif
8266
13b2be9c
DJ
8267int
8268main ()
8269{
8270return f != $ac_func;
8271 ;
8272 return 0;
8273}
8274_ACEOF
8275rm -f conftest.$ac_objext conftest$ac_exeext
8276if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8277 (eval $ac_link) 2>conftest.er1
13b2be9c 8278 ac_status=$?
ab509236
L
8279 grep -v '^ *+' conftest.er1 >conftest.err
8280 rm -f conftest.er1
8281 cat conftest.err >&5
13b2be9c
DJ
8282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8283 (exit $ac_status); } &&
ab509236
L
8284 { ac_try='test -z "$ac_c_werror_flag"
8285 || test ! -s conftest.err'
8286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8287 (eval $ac_try) 2>&5
8288 ac_status=$?
8289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8290 (exit $ac_status); }; } &&
8291 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8293 (eval $ac_try) 2>&5
8294 ac_status=$?
8295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8296 (exit $ac_status); }; }; then
8297 eval "$as_ac_var=yes"
8298else
8299 echo "$as_me: failed program was:" >&5
8300sed 's/^/| /' conftest.$ac_ext >&5
8301
8302eval "$as_ac_var=no"
8303fi
ab509236
L
8304rm -f conftest.err conftest.$ac_objext \
8305 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8306fi
8307echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8308echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8309if test `eval echo '${'$as_ac_var'}'` = yes; then
8310 cat >>confdefs.h <<_ACEOF
8311#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8312_ACEOF
252b5132 8313
252b5132
RH
8314fi
8315done
8316
8317 fi
8318 if test "${ac_cv_func_stpcpy}" = "yes"; then
13b2be9c
DJ
8319
8320cat >>confdefs.h <<\_ACEOF
252b5132 8321#define HAVE_STPCPY 1
13b2be9c 8322_ACEOF
252b5132
RH
8323
8324 fi
8325
8326 if test $ac_cv_header_locale_h = yes; then
13b2be9c
DJ
8327 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
8328echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
8329if test "${am_cv_val_LC_MESSAGES+set}" = set; then
8330 echo $ECHO_N "(cached) $ECHO_C" >&6
8331else
8332 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8333/* confdefs.h. */
8334_ACEOF
8335cat confdefs.h >>conftest.$ac_ext
8336cat >>conftest.$ac_ext <<_ACEOF
8337/* end confdefs.h. */
252b5132 8338#include <locale.h>
13b2be9c
DJ
8339int
8340main ()
8341{
252b5132 8342return LC_MESSAGES
13b2be9c
DJ
8343 ;
8344 return 0;
8345}
8346_ACEOF
8347rm -f conftest.$ac_objext conftest$ac_exeext
8348if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8349 (eval $ac_link) 2>conftest.er1
13b2be9c 8350 ac_status=$?
ab509236
L
8351 grep -v '^ *+' conftest.er1 >conftest.err
8352 rm -f conftest.er1
8353 cat conftest.err >&5
13b2be9c
DJ
8354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8355 (exit $ac_status); } &&
ab509236
L
8356 { ac_try='test -z "$ac_c_werror_flag"
8357 || test ! -s conftest.err'
8358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8359 (eval $ac_try) 2>&5
8360 ac_status=$?
8361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8362 (exit $ac_status); }; } &&
8363 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8365 (eval $ac_try) 2>&5
8366 ac_status=$?
8367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8368 (exit $ac_status); }; }; then
252b5132
RH
8369 am_cv_val_LC_MESSAGES=yes
8370else
13b2be9c
DJ
8371 echo "$as_me: failed program was:" >&5
8372sed 's/^/| /' conftest.$ac_ext >&5
8373
8374am_cv_val_LC_MESSAGES=no
252b5132 8375fi
ab509236
L
8376rm -f conftest.err conftest.$ac_objext \
8377 conftest$ac_exeext conftest.$ac_ext
252b5132 8378fi
13b2be9c
DJ
8379echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
8380echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
c8615825 8381 if test $am_cv_val_LC_MESSAGES = yes; then
13b2be9c
DJ
8382
8383cat >>confdefs.h <<\_ACEOF
252b5132 8384#define HAVE_LC_MESSAGES 1
13b2be9c 8385_ACEOF
252b5132
RH
8386
8387 fi
8388 fi
13b2be9c
DJ
8389 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
8390echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
8391 # Check whether --enable-nls or --disable-nls was given.
8392if test "${enable_nls+set}" = set; then
8393 enableval="$enable_nls"
8394 USE_NLS=$enableval
8395else
8396 USE_NLS=yes
13b2be9c
DJ
8397fi;
8398 echo "$as_me:$LINENO: result: $USE_NLS" >&5
8399echo "${ECHO_T}$USE_NLS" >&6
d6d788bd 8400
252b5132
RH
8401
8402 USE_INCLUDED_LIBINTL=no
8403
8404 if test "$USE_NLS" = "yes"; then
13b2be9c
DJ
8405
8406cat >>confdefs.h <<\_ACEOF
252b5132 8407#define ENABLE_NLS 1
13b2be9c 8408_ACEOF
252b5132 8409
13b2be9c
DJ
8410 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
8411echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
8412
8413# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
8414if test "${with_included_gettext+set}" = set; then
8415 withval="$with_included_gettext"
8416 nls_cv_force_use_gnu_gettext=$withval
8417else
8418 nls_cv_force_use_gnu_gettext=no
13b2be9c
DJ
8419fi;
8420 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
8421echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
8422
8423 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
8424 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
8425 nls_cv_header_intl=
8426 nls_cv_header_libgt=
8427 CATOBJEXT=NONE
8428
13b2be9c
DJ
8429 if test "${ac_cv_header_libintl_h+set}" = set; then
8430 echo "$as_me:$LINENO: checking for libintl.h" >&5
8431echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8432if test "${ac_cv_header_libintl_h+set}" = set; then
8433 echo $ECHO_N "(cached) $ECHO_C" >&6
8434fi
8435echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8436echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8437else
8438 # Is the header compilable?
8439echo "$as_me:$LINENO: checking libintl.h usability" >&5
8440echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
8441cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8442/* confdefs.h. */
8443_ACEOF
8444cat confdefs.h >>conftest.$ac_ext
8445cat >>conftest.$ac_ext <<_ACEOF
8446/* end confdefs.h. */
8447$ac_includes_default
9b2b7d69 8448#include <libintl.h>
13b2be9c
DJ
8449_ACEOF
8450rm -f conftest.$ac_objext
8451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 8452 (eval $ac_compile) 2>conftest.er1
13b2be9c 8453 ac_status=$?
ab509236
L
8454 grep -v '^ *+' conftest.er1 >conftest.err
8455 rm -f conftest.er1
8456 cat conftest.err >&5
13b2be9c
DJ
8457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8458 (exit $ac_status); } &&
ab509236
L
8459 { ac_try='test -z "$ac_c_werror_flag"
8460 || test ! -s conftest.err'
8461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8462 (eval $ac_try) 2>&5
8463 ac_status=$?
8464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8465 (exit $ac_status); }; } &&
8466 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
8467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8468 (eval $ac_try) 2>&5
8469 ac_status=$?
8470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471 (exit $ac_status); }; }; then
8472 ac_header_compiler=yes
8473else
8474 echo "$as_me: failed program was:" >&5
8475sed 's/^/| /' conftest.$ac_ext >&5
8476
8477ac_header_compiler=no
8478fi
ab509236 8479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
8480echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8481echo "${ECHO_T}$ac_header_compiler" >&6
8482
8483# Is the header present?
8484echo "$as_me:$LINENO: checking libintl.h presence" >&5
8485echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
8486cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8487/* confdefs.h. */
8488_ACEOF
8489cat confdefs.h >>conftest.$ac_ext
8490cat >>conftest.$ac_ext <<_ACEOF
8491/* end confdefs.h. */
8492#include <libintl.h>
8493_ACEOF
8494if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8495 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8496 ac_status=$?
8497 grep -v '^ *+' conftest.er1 >conftest.err
8498 rm -f conftest.er1
8499 cat conftest.err >&5
8500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8501 (exit $ac_status); } >/dev/null; then
8502 if test -s conftest.err; then
8503 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 8504 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
8505 else
8506 ac_cpp_err=
8507 fi
252b5132 8508else
13b2be9c
DJ
8509 ac_cpp_err=yes
8510fi
8511if test -z "$ac_cpp_err"; then
8512 ac_header_preproc=yes
8513else
8514 echo "$as_me: failed program was:" >&5
8515sed 's/^/| /' conftest.$ac_ext >&5
8516
8517 ac_header_preproc=no
8518fi
8519rm -f conftest.err conftest.$ac_ext
8520echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8521echo "${ECHO_T}$ac_header_preproc" >&6
8522
8523# So? What about this header?
ab509236
L
8524case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8525 yes:no: )
13b2be9c
DJ
8526 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
8527echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
8528 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
8529echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
8530 ac_header_preproc=yes
13b2be9c 8531 ;;
ab509236 8532 no:yes:* )
13b2be9c
DJ
8533 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8534echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
ab509236
L
8535 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8536echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8537 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
8538echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
8539 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
8540echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
8541 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8542echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
8543 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
8544echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
8545 (
8546 cat <<\_ASBOX
ab509236
L
8547## ------------------------------------------ ##
8548## Report this to the AC_PACKAGE_NAME lists. ##
8549## ------------------------------------------ ##
13b2be9c
DJ
8550_ASBOX
8551 ) |
8552 sed "s/^/$as_me: WARNING: /" >&2
8553 ;;
8554esac
8555echo "$as_me:$LINENO: checking for libintl.h" >&5
8556echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8557if test "${ac_cv_header_libintl_h+set}" = set; then
8558 echo $ECHO_N "(cached) $ECHO_C" >&6
8559else
8560 ac_cv_header_libintl_h=$ac_header_preproc
8561fi
8562echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8563echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8564
8565fi
8566if test $ac_cv_header_libintl_h = yes; then
8567 echo "$as_me:$LINENO: checking for gettext in libc" >&5
8568echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
8569if test "${gt_cv_func_gettext_libc+set}" = set; then
8570 echo $ECHO_N "(cached) $ECHO_C" >&6
8571else
8572 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8573/* confdefs.h. */
8574_ACEOF
8575cat confdefs.h >>conftest.$ac_ext
8576cat >>conftest.$ac_ext <<_ACEOF
8577/* end confdefs.h. */
252b5132 8578#include <libintl.h>
13b2be9c
DJ
8579int
8580main ()
8581{
252b5132 8582return (int) gettext ("")
13b2be9c
DJ
8583 ;
8584 return 0;
8585}
8586_ACEOF
8587rm -f conftest.$ac_objext conftest$ac_exeext
8588if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8589 (eval $ac_link) 2>conftest.er1
13b2be9c 8590 ac_status=$?
ab509236
L
8591 grep -v '^ *+' conftest.er1 >conftest.err
8592 rm -f conftest.er1
8593 cat conftest.err >&5
13b2be9c
DJ
8594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8595 (exit $ac_status); } &&
ab509236
L
8596 { ac_try='test -z "$ac_c_werror_flag"
8597 || test ! -s conftest.err'
8598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8599 (eval $ac_try) 2>&5
8600 ac_status=$?
8601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8602 (exit $ac_status); }; } &&
8603 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8605 (eval $ac_try) 2>&5
8606 ac_status=$?
8607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8608 (exit $ac_status); }; }; then
252b5132
RH
8609 gt_cv_func_gettext_libc=yes
8610else
13b2be9c
DJ
8611 echo "$as_me: failed program was:" >&5
8612sed 's/^/| /' conftest.$ac_ext >&5
8613
8614gt_cv_func_gettext_libc=no
252b5132 8615fi
ab509236
L
8616rm -f conftest.err conftest.$ac_objext \
8617 conftest$ac_exeext conftest.$ac_ext
252b5132 8618fi
13b2be9c
DJ
8619echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
8620echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
8621
8622 if test "$gt_cv_func_gettext_libc" != "yes"; then
13b2be9c
DJ
8623 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
8624echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
8625if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
8626 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8627else
13b2be9c 8628 ac_check_lib_save_LIBS=$LIBS
252b5132 8629LIBS="-lintl $LIBS"
13b2be9c 8630cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8631/* confdefs.h. */
8632_ACEOF
8633cat confdefs.h >>conftest.$ac_ext
8634cat >>conftest.$ac_ext <<_ACEOF
8635/* end confdefs.h. */
8636
252b5132 8637/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8638#ifdef __cplusplus
8639extern "C"
8640#endif
252b5132 8641/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8642 builtin and then its argument prototype would still apply. */
8643char bindtextdomain ();
8644int
8645main ()
8646{
8647bindtextdomain ();
8648 ;
8649 return 0;
8650}
8651_ACEOF
8652rm -f conftest.$ac_objext conftest$ac_exeext
8653if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8654 (eval $ac_link) 2>conftest.er1
13b2be9c 8655 ac_status=$?
ab509236
L
8656 grep -v '^ *+' conftest.er1 >conftest.err
8657 rm -f conftest.er1
8658 cat conftest.err >&5
13b2be9c
DJ
8659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8660 (exit $ac_status); } &&
ab509236
L
8661 { ac_try='test -z "$ac_c_werror_flag"
8662 || test ! -s conftest.err'
8663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8664 (eval $ac_try) 2>&5
8665 ac_status=$?
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); }; } &&
8668 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8670 (eval $ac_try) 2>&5
8671 ac_status=$?
8672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 (exit $ac_status); }; }; then
8674 ac_cv_lib_intl_bindtextdomain=yes
8675else
8676 echo "$as_me: failed program was:" >&5
8677sed 's/^/| /' conftest.$ac_ext >&5
8678
8679ac_cv_lib_intl_bindtextdomain=no
8680fi
ab509236
L
8681rm -f conftest.err conftest.$ac_objext \
8682 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8683LIBS=$ac_check_lib_save_LIBS
8684fi
8685echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
8686echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
8687if test $ac_cv_lib_intl_bindtextdomain = yes; then
8688 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
8689echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
8690if test "${gt_cv_func_gettext_libintl+set}" = set; then
8691 echo $ECHO_N "(cached) $ECHO_C" >&6
8692else
8693 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8694/* confdefs.h. */
8695_ACEOF
8696cat confdefs.h >>conftest.$ac_ext
8697cat >>conftest.$ac_ext <<_ACEOF
8698/* end confdefs.h. */
d6d788bd 8699
13b2be9c
DJ
8700int
8701main ()
8702{
252b5132 8703return (int) gettext ("")
13b2be9c
DJ
8704 ;
8705 return 0;
8706}
8707_ACEOF
8708rm -f conftest.$ac_objext conftest$ac_exeext
8709if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8710 (eval $ac_link) 2>conftest.er1
13b2be9c 8711 ac_status=$?
ab509236
L
8712 grep -v '^ *+' conftest.er1 >conftest.err
8713 rm -f conftest.er1
8714 cat conftest.err >&5
13b2be9c
DJ
8715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8716 (exit $ac_status); } &&
ab509236
L
8717 { ac_try='test -z "$ac_c_werror_flag"
8718 || test ! -s conftest.err'
8719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8720 (eval $ac_try) 2>&5
8721 ac_status=$?
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); }; } &&
8724 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8726 (eval $ac_try) 2>&5
8727 ac_status=$?
8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729 (exit $ac_status); }; }; then
252b5132
RH
8730 gt_cv_func_gettext_libintl=yes
8731else
13b2be9c
DJ
8732 echo "$as_me: failed program was:" >&5
8733sed 's/^/| /' conftest.$ac_ext >&5
8734
8735gt_cv_func_gettext_libintl=no
252b5132 8736fi
ab509236
L
8737rm -f conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext conftest.$ac_ext
252b5132 8739fi
13b2be9c
DJ
8740echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
8741echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
8742fi
8743
8744 fi
8745
8746 if test "$gt_cv_func_gettext_libc" = "yes" \
8747 || test "$gt_cv_func_gettext_libintl" = "yes"; then
13b2be9c
DJ
8748
8749cat >>confdefs.h <<\_ACEOF
252b5132 8750#define HAVE_GETTEXT 1
13b2be9c 8751_ACEOF
252b5132
RH
8752
8753 # Extract the first word of "msgfmt", so it can be a program name with args.
8754set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8755echo "$as_me:$LINENO: checking for $ac_word" >&5
8756echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8757if test "${ac_cv_path_MSGFMT+set}" = set; then
8758 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8759else
8760 case "$MSGFMT" in
8761 /*)
8762 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8763 ;;
8764 *)
8765 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8766 for ac_dir in $PATH; do
8767 test -z "$ac_dir" && ac_dir=.
8768 if test -f $ac_dir/$ac_word; then
8769 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8770 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8771 break
8772 fi
8773 fi
8774 done
8775 IFS="$ac_save_ifs"
8776 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
8777 ;;
8778esac
8779fi
8780MSGFMT="$ac_cv_path_MSGFMT"
8781if test -n "$MSGFMT"; then
13b2be9c
DJ
8782 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8783echo "${ECHO_T}$MSGFMT" >&6
252b5132 8784else
13b2be9c
DJ
8785 echo "$as_me:$LINENO: result: no" >&5
8786echo "${ECHO_T}no" >&6
252b5132
RH
8787fi
8788 if test "$MSGFMT" != "no"; then
13b2be9c
DJ
8789
8790for ac_func in dcgettext
252b5132 8791do
13b2be9c
DJ
8792as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8793echo "$as_me:$LINENO: checking for $ac_func" >&5
8794echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8795if eval "test \"\${$as_ac_var+set}\" = set"; then
8796 echo $ECHO_N "(cached) $ECHO_C" >&6
8797else
8798 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8799/* confdefs.h. */
8800_ACEOF
8801cat confdefs.h >>conftest.$ac_ext
8802cat >>conftest.$ac_ext <<_ACEOF
8803/* end confdefs.h. */
ab509236
L
8804/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8806#define $ac_func innocuous_$ac_func
8807
252b5132 8808/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8809 which can conflict with char $ac_func (); below.
8810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8811 <limits.h> exists even on freestanding compilers. */
ab509236 8812
13b2be9c
DJ
8813#ifdef __STDC__
8814# include <limits.h>
8815#else
8816# include <assert.h>
8817#endif
ab509236
L
8818
8819#undef $ac_func
8820
252b5132 8821/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8822#ifdef __cplusplus
8823extern "C"
8824{
8825#endif
252b5132 8826/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8827 builtin and then its argument prototype would still apply. */
8828char $ac_func ();
252b5132
RH
8829/* The GNU C library defines this for functions which it implements
8830 to always fail with ENOSYS. Some functions are actually named
8831 something starting with __ and the normal name is an alias. */
8832#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8833choke me
8834#else
13b2be9c
DJ
8835char (*f) () = $ac_func;
8836#endif
8837#ifdef __cplusplus
8838}
252b5132
RH
8839#endif
8840
13b2be9c
DJ
8841int
8842main ()
8843{
8844return f != $ac_func;
8845 ;
8846 return 0;
8847}
8848_ACEOF
8849rm -f conftest.$ac_objext conftest$ac_exeext
8850if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8851 (eval $ac_link) 2>conftest.er1
13b2be9c 8852 ac_status=$?
ab509236
L
8853 grep -v '^ *+' conftest.er1 >conftest.err
8854 rm -f conftest.er1
8855 cat conftest.err >&5
13b2be9c
DJ
8856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8857 (exit $ac_status); } &&
ab509236
L
8858 { ac_try='test -z "$ac_c_werror_flag"
8859 || test ! -s conftest.err'
8860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8861 (eval $ac_try) 2>&5
8862 ac_status=$?
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); }; } &&
8865 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8867 (eval $ac_try) 2>&5
8868 ac_status=$?
8869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8870 (exit $ac_status); }; }; then
8871 eval "$as_ac_var=yes"
8872else
8873 echo "$as_me: failed program was:" >&5
8874sed 's/^/| /' conftest.$ac_ext >&5
8875
8876eval "$as_ac_var=no"
8877fi
ab509236
L
8878rm -f conftest.err conftest.$ac_objext \
8879 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8880fi
8881echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8882echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8883if test `eval echo '${'$as_ac_var'}'` = yes; then
8884 cat >>confdefs.h <<_ACEOF
8885#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8886_ACEOF
252b5132 8887
252b5132
RH
8888fi
8889done
8890
8891 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8892set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8893echo "$as_me:$LINENO: checking for $ac_word" >&5
8894echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8895if test "${ac_cv_path_GMSGFMT+set}" = set; then
8896 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8897else
13b2be9c
DJ
8898 case $GMSGFMT in
8899 [\\/]* | ?:[\\/]*)
252b5132
RH
8900 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8901 ;;
252b5132 8902 *)
13b2be9c
DJ
8903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8904for as_dir in $PATH
8905do
8906 IFS=$as_save_IFS
8907 test -z "$as_dir" && as_dir=.
8908 for ac_exec_ext in '' $ac_executable_extensions; do
8909 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8910 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8912 break 2
8913 fi
8914done
8915done
8916
252b5132
RH
8917 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8918 ;;
8919esac
8920fi
13b2be9c
DJ
8921GMSGFMT=$ac_cv_path_GMSGFMT
8922
252b5132 8923if test -n "$GMSGFMT"; then
13b2be9c
DJ
8924 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8925echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8926else
13b2be9c
DJ
8927 echo "$as_me:$LINENO: result: no" >&5
8928echo "${ECHO_T}no" >&6
252b5132
RH
8929fi
8930
8931 # Extract the first word of "xgettext", so it can be a program name with args.
8932set dummy xgettext; ac_word=$2
13b2be9c
DJ
8933echo "$as_me:$LINENO: checking for $ac_word" >&5
8934echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8935if test "${ac_cv_path_XGETTEXT+set}" = set; then
8936 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8937else
8938 case "$XGETTEXT" in
8939 /*)
8940 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8941 ;;
8942 *)
8943 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8944 for ac_dir in $PATH; do
8945 test -z "$ac_dir" && ac_dir=.
8946 if test -f $ac_dir/$ac_word; then
8947 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8948 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8949 break
8950 fi
8951 fi
8952 done
8953 IFS="$ac_save_ifs"
8954 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8955 ;;
8956esac
8957fi
8958XGETTEXT="$ac_cv_path_XGETTEXT"
8959if test -n "$XGETTEXT"; then
13b2be9c
DJ
8960 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8961echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8962else
13b2be9c
DJ
8963 echo "$as_me:$LINENO: result: no" >&5
8964echo "${ECHO_T}no" >&6
252b5132
RH
8965fi
8966
13b2be9c 8967 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8968/* confdefs.h. */
8969_ACEOF
8970cat confdefs.h >>conftest.$ac_ext
8971cat >>conftest.$ac_ext <<_ACEOF
8972/* end confdefs.h. */
252b5132 8973
13b2be9c
DJ
8974int
8975main ()
8976{
252b5132
RH
8977extern int _nl_msg_cat_cntr;
8978 return _nl_msg_cat_cntr
13b2be9c
DJ
8979 ;
8980 return 0;
8981}
8982_ACEOF
8983rm -f conftest.$ac_objext conftest$ac_exeext
8984if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8985 (eval $ac_link) 2>conftest.er1
13b2be9c 8986 ac_status=$?
ab509236
L
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
13b2be9c
DJ
8990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } &&
ab509236
L
8992 { ac_try='test -z "$ac_c_werror_flag"
8993 || test ! -s conftest.err'
8994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8995 (eval $ac_try) 2>&5
8996 ac_status=$?
8997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8998 (exit $ac_status); }; } &&
8999 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9001 (eval $ac_try) 2>&5
9002 ac_status=$?
9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9004 (exit $ac_status); }; }; then
252b5132
RH
9005 CATOBJEXT=.gmo
9006 DATADIRNAME=share
9007else
13b2be9c
DJ
9008 echo "$as_me: failed program was:" >&5
9009sed 's/^/| /' conftest.$ac_ext >&5
9010
9011CATOBJEXT=.mo
252b5132
RH
9012 DATADIRNAME=lib
9013fi
ab509236
L
9014rm -f conftest.err conftest.$ac_objext \
9015 conftest$ac_exeext conftest.$ac_ext
252b5132
RH
9016 INSTOBJEXT=.mo
9017 fi
9018 fi
13b2be9c 9019
6840198f 9020fi
252b5132 9021
d6d788bd 9022
13b2be9c
DJ
9023
9024
252b5132
RH
9025 if test "$CATOBJEXT" = "NONE"; then
9026 nls_cv_use_gnu_gettext=yes
9027 fi
9028 fi
9029
9030 if test "$nls_cv_use_gnu_gettext" = "yes"; then
9031 INTLOBJS="\$(GETTOBJS)"
9032 # Extract the first word of "msgfmt", so it can be a program name with args.
9033set dummy msgfmt; ac_word=$2
13b2be9c
DJ
9034echo "$as_me:$LINENO: checking for $ac_word" >&5
9035echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9036if test "${ac_cv_path_MSGFMT+set}" = set; then
9037 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9038else
9039 case "$MSGFMT" in
9040 /*)
9041 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
9042 ;;
9043 *)
9044 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
9045 for ac_dir in $PATH; do
9046 test -z "$ac_dir" && ac_dir=.
9047 if test -f $ac_dir/$ac_word; then
9048 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
9049 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
9050 break
9051 fi
9052 fi
9053 done
9054 IFS="$ac_save_ifs"
9055 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
9056 ;;
9057esac
9058fi
9059MSGFMT="$ac_cv_path_MSGFMT"
9060if test -n "$MSGFMT"; then
13b2be9c
DJ
9061 echo "$as_me:$LINENO: result: $MSGFMT" >&5
9062echo "${ECHO_T}$MSGFMT" >&6
252b5132 9063else
13b2be9c
DJ
9064 echo "$as_me:$LINENO: result: no" >&5
9065echo "${ECHO_T}no" >&6
252b5132
RH
9066fi
9067
9068 # Extract the first word of "gmsgfmt", so it can be a program name with args.
9069set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
9070echo "$as_me:$LINENO: checking for $ac_word" >&5
9071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9072if test "${ac_cv_path_GMSGFMT+set}" = set; then
9073 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9074else
13b2be9c
DJ
9075 case $GMSGFMT in
9076 [\\/]* | ?:[\\/]*)
252b5132
RH
9077 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
9078 ;;
252b5132 9079 *)
13b2be9c
DJ
9080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9081for as_dir in $PATH
9082do
9083 IFS=$as_save_IFS
9084 test -z "$as_dir" && as_dir=.
9085 for ac_exec_ext in '' $ac_executable_extensions; do
9086 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9087 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
9088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9089 break 2
9090 fi
9091done
9092done
9093
252b5132
RH
9094 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
9095 ;;
9096esac
9097fi
13b2be9c
DJ
9098GMSGFMT=$ac_cv_path_GMSGFMT
9099
252b5132 9100if test -n "$GMSGFMT"; then
13b2be9c
DJ
9101 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
9102echo "${ECHO_T}$GMSGFMT" >&6
252b5132 9103else
13b2be9c
DJ
9104 echo "$as_me:$LINENO: result: no" >&5
9105echo "${ECHO_T}no" >&6
252b5132
RH
9106fi
9107
9108 # Extract the first word of "xgettext", so it can be a program name with args.
9109set dummy xgettext; ac_word=$2
13b2be9c
DJ
9110echo "$as_me:$LINENO: checking for $ac_word" >&5
9111echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9112if test "${ac_cv_path_XGETTEXT+set}" = set; then
9113 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9114else
9115 case "$XGETTEXT" in
9116 /*)
9117 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
9118 ;;
9119 *)
9120 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
9121 for ac_dir in $PATH; do
9122 test -z "$ac_dir" && ac_dir=.
9123 if test -f $ac_dir/$ac_word; then
9124 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
9125 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
9126 break
9127 fi
9128 fi
9129 done
9130 IFS="$ac_save_ifs"
9131 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
9132 ;;
9133esac
9134fi
9135XGETTEXT="$ac_cv_path_XGETTEXT"
9136if test -n "$XGETTEXT"; then
13b2be9c
DJ
9137 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
9138echo "${ECHO_T}$XGETTEXT" >&6
252b5132 9139else
13b2be9c
DJ
9140 echo "$as_me:$LINENO: result: no" >&5
9141echo "${ECHO_T}no" >&6
252b5132
RH
9142fi
9143
13b2be9c 9144
252b5132
RH
9145 USE_INCLUDED_LIBINTL=yes
9146 CATOBJEXT=.gmo
9147 INSTOBJEXT=.mo
9148 DATADIRNAME=share
9149 INTLDEPS='$(top_builddir)/../intl/libintl.a'
9150 INTLLIBS=$INTLDEPS
9151 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
9152 nls_cv_header_intl=libintl.h
9153 nls_cv_header_libgt=libgettext.h
9154 fi
9155
9156 if test "$XGETTEXT" != ":"; then
9157 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
9158 : ;
9159 else
13b2be9c
DJ
9160 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
9161echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
9162 XGETTEXT=":"
9163 fi
9164 fi
9165
9166 # We need to process the po/ directory.
9167 POSUB=po
9168 else
9169 DATADIRNAME=share
9170 nls_cv_header_intl=libintl.h
9171 nls_cv_header_libgt=libgettext.h
9172 fi
9173
9174 # If this is used in GNU gettext we have to set USE_NLS to `yes'
9175 # because some of the sources are only built for this goal.
9176 if test "$PACKAGE" = gettext; then
9177 USE_NLS=yes
9178 USE_INCLUDED_LIBINTL=yes
9179 fi
9180
9181 for lang in $ALL_LINGUAS; do
9182 GMOFILES="$GMOFILES $lang.gmo"
9183 POFILES="$POFILES $lang.po"
9184 done
9185
13b2be9c
DJ
9186
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
d6d788bd 9198
252b5132
RH
9199 if test "x$CATOBJEXT" != "x"; then
9200 if test "x$ALL_LINGUAS" = "x"; then
9201 LINGUAS=
9202 else
13b2be9c
DJ
9203 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
9204echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
9205 NEW_LINGUAS=
9206 for lang in ${LINGUAS=$ALL_LINGUAS}; do
9207 case "$ALL_LINGUAS" in
9208 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
9209 esac
9210 done
9211 LINGUAS=$NEW_LINGUAS
13b2be9c
DJ
9212 echo "$as_me:$LINENO: result: $LINGUAS" >&5
9213echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
9214 fi
9215
9216 if test -n "$LINGUAS"; then
9217 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
9218 fi
9219 fi
9220
9221 if test $ac_cv_header_locale_h = yes; then
9222 INCLUDE_LOCALE_H="#include <locale.h>"
9223 else
9224 INCLUDE_LOCALE_H="\
9225/* The system does not provide the header <locale.h>. Take care yourself. */"
9226 fi
13b2be9c 9227
252b5132
RH
9228
9229 if test -f $srcdir/po2tbl.sed.in; then
9230 if test "$CATOBJEXT" = ".cat"; then
13b2be9c
DJ
9231 if test "${ac_cv_header_linux_version_h+set}" = set; then
9232 echo "$as_me:$LINENO: checking for linux/version.h" >&5
9233echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9234if test "${ac_cv_header_linux_version_h+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6
9236fi
9237echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9238echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9239else
9240 # Is the header compilable?
9241echo "$as_me:$LINENO: checking linux/version.h usability" >&5
9242echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
9243cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9244/* confdefs.h. */
9245_ACEOF
9246cat confdefs.h >>conftest.$ac_ext
9247cat >>conftest.$ac_ext <<_ACEOF
9248/* end confdefs.h. */
9249$ac_includes_default
9b2b7d69 9250#include <linux/version.h>
13b2be9c
DJ
9251_ACEOF
9252rm -f conftest.$ac_objext
9253if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9254 (eval $ac_compile) 2>conftest.er1
13b2be9c 9255 ac_status=$?
ab509236
L
9256 grep -v '^ *+' conftest.er1 >conftest.err
9257 rm -f conftest.er1
9258 cat conftest.err >&5
13b2be9c
DJ
9259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9260 (exit $ac_status); } &&
ab509236
L
9261 { ac_try='test -z "$ac_c_werror_flag"
9262 || test ! -s conftest.err'
9263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9264 (eval $ac_try) 2>&5
9265 ac_status=$?
9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267 (exit $ac_status); }; } &&
9268 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9270 (eval $ac_try) 2>&5
9271 ac_status=$?
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); }; }; then
9274 ac_header_compiler=yes
9275else
9276 echo "$as_me: failed program was:" >&5
9277sed 's/^/| /' conftest.$ac_ext >&5
9278
9279ac_header_compiler=no
9280fi
ab509236 9281rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
9282echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9283echo "${ECHO_T}$ac_header_compiler" >&6
9284
9285# Is the header present?
9286echo "$as_me:$LINENO: checking linux/version.h presence" >&5
9287echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
9288cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9289/* confdefs.h. */
9290_ACEOF
9291cat confdefs.h >>conftest.$ac_ext
9292cat >>conftest.$ac_ext <<_ACEOF
9293/* end confdefs.h. */
9294#include <linux/version.h>
9295_ACEOF
9296if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9297 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9298 ac_status=$?
9299 grep -v '^ *+' conftest.er1 >conftest.err
9300 rm -f conftest.er1
9301 cat conftest.err >&5
9302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); } >/dev/null; then
9304 if test -s conftest.err; then
9305 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 9306 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
9307 else
9308 ac_cpp_err=
9309 fi
252b5132 9310else
13b2be9c
DJ
9311 ac_cpp_err=yes
9312fi
9313if test -z "$ac_cpp_err"; then
9314 ac_header_preproc=yes
9315else
9316 echo "$as_me: failed program was:" >&5
9317sed 's/^/| /' conftest.$ac_ext >&5
9318
9319 ac_header_preproc=no
9320fi
9321rm -f conftest.err conftest.$ac_ext
9322echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9323echo "${ECHO_T}$ac_header_preproc" >&6
9324
9325# So? What about this header?
ab509236
L
9326case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9327 yes:no: )
13b2be9c
DJ
9328 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
9329echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
9330 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
9331echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
9332 ac_header_preproc=yes
13b2be9c 9333 ;;
ab509236 9334 no:yes:* )
13b2be9c
DJ
9335 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
9336echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
ab509236
L
9337 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
9338echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
9339 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
9340echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
9341 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
9342echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
9343 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
9344echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
9345 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
9346echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
9347 (
9348 cat <<\_ASBOX
ab509236
L
9349## ------------------------------------------ ##
9350## Report this to the AC_PACKAGE_NAME lists. ##
9351## ------------------------------------------ ##
13b2be9c
DJ
9352_ASBOX
9353 ) |
9354 sed "s/^/$as_me: WARNING: /" >&2
9355 ;;
9356esac
9357echo "$as_me:$LINENO: checking for linux/version.h" >&5
9358echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
9359if test "${ac_cv_header_linux_version_h+set}" = set; then
9360 echo $ECHO_N "(cached) $ECHO_C" >&6
9361else
9362 ac_cv_header_linux_version_h=$ac_header_preproc
252b5132 9363fi
13b2be9c
DJ
9364echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9365echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9366
252b5132 9367fi
13b2be9c 9368if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
9369 msgformat=linux
9370else
13b2be9c 9371 msgformat=xopen
252b5132
RH
9372fi
9373
d6d788bd 9374
13b2be9c 9375
252b5132
RH
9376 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
9377 fi
9378 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
9379 $srcdir/po2tbl.sed.in > po2tbl.sed
9380 fi
9381
9382 if test "$PACKAGE" = "gettext"; then
9383 GT_NO="#NO#"
9384 GT_YES=
9385 else
9386 GT_NO=
9387 GT_YES="#YES#"
9388 fi
13b2be9c
DJ
9389
9390
252b5132
RH
9391
9392 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
13b2be9c 9393
252b5132
RH
9394
9395 l=
13b2be9c 9396
252b5132 9397
fcd8210c 9398 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
9399 test -d po || mkdir po
9400 if test "x$srcdir" != "x."; then
9401 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
9402 posrcprefix="$srcdir/"
9403 else
9404 posrcprefix="../$srcdir/"
9405 fi
9406 else
9407 posrcprefix="../"
9408 fi
9409 rm -f po/POTFILES
9410 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
9411 < $srcdir/po/POTFILES.in > po/POTFILES
9412 fi
252b5132 9413
13b2be9c
DJ
9414
9415echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
9416echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
9417 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
9418if test "${enable_maintainer_mode+set}" = set; then
9419 enableval="$enable_maintainer_mode"
9420 USE_MAINTAINER_MODE=$enableval
9421else
9422 USE_MAINTAINER_MODE=no
13b2be9c
DJ
9423fi;
9424 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
9425echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
d6d788bd 9426
252b5132
RH
9427
9428if test $USE_MAINTAINER_MODE = yes; then
9429 MAINTAINER_MODE_TRUE=
c8615825
AM
9430 MAINTAINER_MODE_FALSE='#'
9431else
9432 MAINTAINER_MODE_TRUE='#'
9433 MAINTAINER_MODE_FALSE=
9434fi
13b2be9c 9435
c8615825 9436 MAINT=$MAINTAINER_MODE_TRUE
9b2b7d69
MM
9437
9438
9439
9440
9441
9442
13b2be9c
DJ
9443
9444
9445
9446
9447
9448
9449
9450for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
d6d788bd 9451do
13b2be9c
DJ
9452as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9453if eval "test \"\${$as_ac_Header+set}\" = set"; then
9454 echo "$as_me:$LINENO: checking for $ac_header" >&5
9455echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9456if eval "test \"\${$as_ac_Header+set}\" = set"; then
9457 echo $ECHO_N "(cached) $ECHO_C" >&6
9458fi
9459echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9460echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9461else
9462 # Is the header compilable?
9463echo "$as_me:$LINENO: checking $ac_header usability" >&5
9464echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9465cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9466/* confdefs.h. */
9467_ACEOF
9468cat confdefs.h >>conftest.$ac_ext
9469cat >>conftest.$ac_ext <<_ACEOF
9470/* end confdefs.h. */
9471$ac_includes_default
9472#include <$ac_header>
9473_ACEOF
9474rm -f conftest.$ac_objext
9475if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9476 (eval $ac_compile) 2>conftest.er1
13b2be9c 9477 ac_status=$?
ab509236
L
9478 grep -v '^ *+' conftest.er1 >conftest.err
9479 rm -f conftest.er1
9480 cat conftest.err >&5
13b2be9c
DJ
9481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9482 (exit $ac_status); } &&
ab509236
L
9483 { ac_try='test -z "$ac_c_werror_flag"
9484 || test ! -s conftest.err'
9485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9486 (eval $ac_try) 2>&5
9487 ac_status=$?
9488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9489 (exit $ac_status); }; } &&
9490 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9492 (eval $ac_try) 2>&5
9493 ac_status=$?
9494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9495 (exit $ac_status); }; }; then
9496 ac_header_compiler=yes
9497else
9498 echo "$as_me: failed program was:" >&5
9499sed 's/^/| /' conftest.$ac_ext >&5
9500
9501ac_header_compiler=no
9502fi
ab509236 9503rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
9504echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9505echo "${ECHO_T}$ac_header_compiler" >&6
9506
9507# Is the header present?
9508echo "$as_me:$LINENO: checking $ac_header presence" >&5
9509echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9510cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9511/* confdefs.h. */
9512_ACEOF
9513cat confdefs.h >>conftest.$ac_ext
9514cat >>conftest.$ac_ext <<_ACEOF
9515/* end confdefs.h. */
9516#include <$ac_header>
9517_ACEOF
9518if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9519 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9520 ac_status=$?
9521 grep -v '^ *+' conftest.er1 >conftest.err
9522 rm -f conftest.er1
9523 cat conftest.err >&5
9524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9525 (exit $ac_status); } >/dev/null; then
9526 if test -s conftest.err; then
9527 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 9528 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
9529 else
9530 ac_cpp_err=
9531 fi
9b2b7d69 9532else
13b2be9c
DJ
9533 ac_cpp_err=yes
9534fi
9535if test -z "$ac_cpp_err"; then
9536 ac_header_preproc=yes
9537else
9538 echo "$as_me: failed program was:" >&5
9539sed 's/^/| /' conftest.$ac_ext >&5
9540
9541 ac_header_preproc=no
9542fi
9543rm -f conftest.err conftest.$ac_ext
9544echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9545echo "${ECHO_T}$ac_header_preproc" >&6
9546
9547# So? What about this header?
ab509236
L
9548case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9549 yes:no: )
13b2be9c
DJ
9550 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9551echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
9552 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9553echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9554 ac_header_preproc=yes
13b2be9c 9555 ;;
ab509236 9556 no:yes:* )
13b2be9c
DJ
9557 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9558echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
9559 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9560echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9561 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9562echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9563 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9564echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
9565 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9566echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
9567 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9568echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
9569 (
9570 cat <<\_ASBOX
ab509236
L
9571## ------------------------------------------ ##
9572## Report this to the AC_PACKAGE_NAME lists. ##
9573## ------------------------------------------ ##
13b2be9c
DJ
9574_ASBOX
9575 ) |
9576 sed "s/^/$as_me: WARNING: /" >&2
9577 ;;
9578esac
9579echo "$as_me:$LINENO: checking for $ac_header" >&5
9580echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9581if eval "test \"\${$as_ac_Header+set}\" = set"; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9583else
ab509236 9584 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 9585fi
13b2be9c
DJ
9586echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9587echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9588
252b5132 9589fi
13b2be9c
DJ
9590if test `eval echo '${'$as_ac_Header'}'` = yes; then
9591 cat >>confdefs.h <<_ACEOF
9592#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9593_ACEOF
9594
252b5132 9595fi
13b2be9c 9596
252b5132
RH
9597done
9598
d6d788bd 9599
252b5132
RH
9600# Put this here so that autoconf's "cross-compiling" message doesn't confuse
9601# people who are not cross-compiling but are compiling cross-assemblers.
13b2be9c
DJ
9602echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
9603echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
252b5132
RH
9604if test "${host}" = "${target}"; then
9605 cross_gas=no
9606else
9607 cross_gas=yes
13b2be9c
DJ
9608
9609cat >>confdefs.h <<\_ACEOF
252b5132 9610#define CROSS_COMPILE 1
13b2be9c 9611_ACEOF
252b5132
RH
9612
9613fi
13b2be9c
DJ
9614echo "$as_me:$LINENO: result: $cross_gas" >&5
9615echo "${ECHO_T}$cross_gas" >&6
252b5132
RH
9616
9617# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9618# for constant arguments. Useless!
13b2be9c
DJ
9619echo "$as_me:$LINENO: checking for working alloca.h" >&5
9620echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
9621if test "${ac_cv_working_alloca_h+set}" = set; then
9622 echo $ECHO_N "(cached) $ECHO_C" >&6
9623else
9624 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9625/* confdefs.h. */
9626_ACEOF
9627cat confdefs.h >>conftest.$ac_ext
9628cat >>conftest.$ac_ext <<_ACEOF
9629/* end confdefs.h. */
252b5132 9630#include <alloca.h>
13b2be9c
DJ
9631int
9632main ()
9633{
9634char *p = (char *) alloca (2 * sizeof (int));
9635 ;
9636 return 0;
9637}
9638_ACEOF
9639rm -f conftest.$ac_objext conftest$ac_exeext
9640if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9641 (eval $ac_link) 2>conftest.er1
13b2be9c 9642 ac_status=$?
ab509236
L
9643 grep -v '^ *+' conftest.er1 >conftest.err
9644 rm -f conftest.er1
9645 cat conftest.err >&5
13b2be9c
DJ
9646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9647 (exit $ac_status); } &&
ab509236
L
9648 { ac_try='test -z "$ac_c_werror_flag"
9649 || test ! -s conftest.err'
9650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9651 (eval $ac_try) 2>&5
9652 ac_status=$?
9653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654 (exit $ac_status); }; } &&
9655 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9657 (eval $ac_try) 2>&5
9658 ac_status=$?
9659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9660 (exit $ac_status); }; }; then
9661 ac_cv_working_alloca_h=yes
9662else
9663 echo "$as_me: failed program was:" >&5
9664sed 's/^/| /' conftest.$ac_ext >&5
9665
9666ac_cv_working_alloca_h=no
9667fi
ab509236
L
9668rm -f conftest.err conftest.$ac_objext \
9669 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9670fi
9671echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
9672echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
9673if test $ac_cv_working_alloca_h = yes; then
9674
9675cat >>confdefs.h <<\_ACEOF
252b5132 9676#define HAVE_ALLOCA_H 1
13b2be9c 9677_ACEOF
252b5132
RH
9678
9679fi
9680
13b2be9c
DJ
9681echo "$as_me:$LINENO: checking for alloca" >&5
9682echo $ECHO_N "checking for alloca... $ECHO_C" >&6
9683if test "${ac_cv_func_alloca_works+set}" = set; then
9684 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9685else
13b2be9c 9686 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9687/* confdefs.h. */
9688_ACEOF
9689cat confdefs.h >>conftest.$ac_ext
9690cat >>conftest.$ac_ext <<_ACEOF
9691/* end confdefs.h. */
252b5132
RH
9692#ifdef __GNUC__
9693# define alloca __builtin_alloca
9694#else
9695# ifdef _MSC_VER
9696# include <malloc.h>
9697# define alloca _alloca
9698# else
9699# if HAVE_ALLOCA_H
9700# include <alloca.h>
9701# else
9702# ifdef _AIX
9703 #pragma alloca
9704# else
9705# ifndef alloca /* predefined by HP cc +Olibcalls */
9706char *alloca ();
9707# endif
9708# endif
9709# endif
9710# endif
9711#endif
9712
13b2be9c
DJ
9713int
9714main ()
9715{
9716char *p = (char *) alloca (1);
9717 ;
9718 return 0;
9719}
9720_ACEOF
9721rm -f conftest.$ac_objext conftest$ac_exeext
9722if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9723 (eval $ac_link) 2>conftest.er1
13b2be9c 9724 ac_status=$?
ab509236
L
9725 grep -v '^ *+' conftest.er1 >conftest.err
9726 rm -f conftest.er1
9727 cat conftest.err >&5
13b2be9c
DJ
9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9729 (exit $ac_status); } &&
ab509236
L
9730 { ac_try='test -z "$ac_c_werror_flag"
9731 || test ! -s conftest.err'
9732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9733 (eval $ac_try) 2>&5
9734 ac_status=$?
9735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9736 (exit $ac_status); }; } &&
9737 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9739 (eval $ac_try) 2>&5
9740 ac_status=$?
9741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9742 (exit $ac_status); }; }; then
252b5132
RH
9743 ac_cv_func_alloca_works=yes
9744else
13b2be9c
DJ
9745 echo "$as_me: failed program was:" >&5
9746sed 's/^/| /' conftest.$ac_ext >&5
9747
9748ac_cv_func_alloca_works=no
252b5132 9749fi
ab509236
L
9750rm -f conftest.err conftest.$ac_objext \
9751 conftest$ac_exeext conftest.$ac_ext
252b5132 9752fi
13b2be9c
DJ
9753echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9754echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 9755
252b5132 9756if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 9757
13b2be9c
DJ
9758cat >>confdefs.h <<\_ACEOF
9759#define HAVE_ALLOCA 1
9760_ACEOF
9b2b7d69 9761
13b2be9c 9762else
c8615825 9763 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
9764# that cause trouble. Some versions do not even contain alloca or
9765# contain a buggy version. If you still want to use their alloca,
9766# use ar to extract alloca.o from them instead of compiling alloca.c.
9767
9768ALLOCA=alloca.$ac_objext
9769
9770cat >>confdefs.h <<\_ACEOF
252b5132 9771#define C_ALLOCA 1
13b2be9c 9772_ACEOF
252b5132 9773
d6d788bd 9774
13b2be9c
DJ
9775echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9776echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9777if test "${ac_cv_os_cray+set}" = set; then
9778 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9779else
13b2be9c 9780 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9781/* confdefs.h. */
9782_ACEOF
9783cat confdefs.h >>conftest.$ac_ext
9784cat >>conftest.$ac_ext <<_ACEOF
9785/* end confdefs.h. */
252b5132
RH
9786#if defined(CRAY) && ! defined(CRAY2)
9787webecray
9788#else
9789wenotbecray
9790#endif
9791
13b2be9c 9792_ACEOF
252b5132 9793if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 9794 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
9795 ac_cv_os_cray=yes
9796else
252b5132
RH
9797 ac_cv_os_cray=no
9798fi
9799rm -f conftest*
9800
9801fi
13b2be9c
DJ
9802echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9803echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 9804if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
9805 for ac_func in _getb67 GETB67 getb67; do
9806 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9807echo "$as_me:$LINENO: checking for $ac_func" >&5
9808echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9809if eval "test \"\${$as_ac_var+set}\" = set"; then
9810 echo $ECHO_N "(cached) $ECHO_C" >&6
9811else
9812 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9813/* confdefs.h. */
9814_ACEOF
9815cat confdefs.h >>conftest.$ac_ext
9816cat >>conftest.$ac_ext <<_ACEOF
9817/* end confdefs.h. */
ab509236
L
9818/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9819 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9820#define $ac_func innocuous_$ac_func
9821
252b5132 9822/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9823 which can conflict with char $ac_func (); below.
9824 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9825 <limits.h> exists even on freestanding compilers. */
ab509236 9826
13b2be9c
DJ
9827#ifdef __STDC__
9828# include <limits.h>
9829#else
9830# include <assert.h>
9831#endif
ab509236
L
9832
9833#undef $ac_func
9834
252b5132 9835/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9836#ifdef __cplusplus
9837extern "C"
9838{
9839#endif
252b5132 9840/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9841 builtin and then its argument prototype would still apply. */
9842char $ac_func ();
252b5132
RH
9843/* The GNU C library defines this for functions which it implements
9844 to always fail with ENOSYS. Some functions are actually named
9845 something starting with __ and the normal name is an alias. */
9846#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9847choke me
9848#else
13b2be9c
DJ
9849char (*f) () = $ac_func;
9850#endif
9851#ifdef __cplusplus
9852}
252b5132
RH
9853#endif
9854
13b2be9c
DJ
9855int
9856main ()
9857{
9858return f != $ac_func;
9859 ;
9860 return 0;
9861}
9862_ACEOF
9863rm -f conftest.$ac_objext conftest$ac_exeext
9864if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9865 (eval $ac_link) 2>conftest.er1
13b2be9c 9866 ac_status=$?
ab509236
L
9867 grep -v '^ *+' conftest.er1 >conftest.err
9868 rm -f conftest.er1
9869 cat conftest.err >&5
13b2be9c
DJ
9870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9871 (exit $ac_status); } &&
ab509236
L
9872 { ac_try='test -z "$ac_c_werror_flag"
9873 || test ! -s conftest.err'
9874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9875 (eval $ac_try) 2>&5
9876 ac_status=$?
9877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9878 (exit $ac_status); }; } &&
9879 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9881 (eval $ac_try) 2>&5
9882 ac_status=$?
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); }; }; then
9885 eval "$as_ac_var=yes"
9886else
9887 echo "$as_me: failed program was:" >&5
9888sed 's/^/| /' conftest.$ac_ext >&5
9889
9890eval "$as_ac_var=no"
9891fi
ab509236
L
9892rm -f conftest.err conftest.$ac_objext \
9893 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9894fi
9895echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9896echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9897if test `eval echo '${'$as_ac_var'}'` = yes; then
9898
9899cat >>confdefs.h <<_ACEOF
252b5132 9900#define CRAY_STACKSEG_END $ac_func
13b2be9c 9901_ACEOF
252b5132 9902
13b2be9c 9903 break
252b5132
RH
9904fi
9905
13b2be9c 9906 done
252b5132
RH
9907fi
9908
13b2be9c
DJ
9909echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9910echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9911if test "${ac_cv_c_stack_direction+set}" = set; then
9912 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9913else
9914 if test "$cross_compiling" = yes; then
9915 ac_cv_c_stack_direction=0
9916else
13b2be9c 9917 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9918/* confdefs.h. */
9919_ACEOF
9920cat confdefs.h >>conftest.$ac_ext
9921cat >>conftest.$ac_ext <<_ACEOF
9922/* end confdefs.h. */
9923int
252b5132
RH
9924find_stack_direction ()
9925{
9926 static char *addr = 0;
9927 auto char dummy;
9928 if (addr == 0)
9929 {
9930 addr = &dummy;
9931 return find_stack_direction ();
9932 }
9933 else
9934 return (&dummy > addr) ? 1 : -1;
9935}
13b2be9c
DJ
9936
9937int
252b5132
RH
9938main ()
9939{
13b2be9c 9940 exit (find_stack_direction () < 0);
252b5132 9941}
13b2be9c
DJ
9942_ACEOF
9943rm -f conftest$ac_exeext
9944if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9945 (eval $ac_link) 2>&5
9946 ac_status=$?
9947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9948 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9950 (eval $ac_try) 2>&5
9951 ac_status=$?
9952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953 (exit $ac_status); }; }; then
252b5132
RH
9954 ac_cv_c_stack_direction=1
9955else
13b2be9c
DJ
9956 echo "$as_me: program exited with status $ac_status" >&5
9957echo "$as_me: failed program was:" >&5
9958sed 's/^/| /' conftest.$ac_ext >&5
9959
9960( exit $ac_status )
9961ac_cv_c_stack_direction=-1
252b5132 9962fi
ab509236 9963rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 9964fi
252b5132 9965fi
13b2be9c
DJ
9966echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9967echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 9968
13b2be9c 9969cat >>confdefs.h <<_ACEOF
252b5132 9970#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
9971_ACEOF
9972
252b5132
RH
9973
9974fi
9975
13b2be9c
DJ
9976echo "$as_me:$LINENO: checking for inline" >&5
9977echo $ECHO_N "checking for inline... $ECHO_C" >&6
9978if test "${ac_cv_c_inline+set}" = set; then
9979 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9980else
9981 ac_cv_c_inline=no
9982for ac_kw in inline __inline__ __inline; do
13b2be9c 9983 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9984/* confdefs.h. */
9985_ACEOF
9986cat confdefs.h >>conftest.$ac_ext
9987cat >>conftest.$ac_ext <<_ACEOF
9988/* end confdefs.h. */
9989#ifndef __cplusplus
9990typedef int foo_t;
9991static $ac_kw foo_t static_foo () {return 0; }
9992$ac_kw foo_t foo () {return 0; }
9993#endif
252b5132 9994
13b2be9c
DJ
9995_ACEOF
9996rm -f conftest.$ac_objext
9997if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9998 (eval $ac_compile) 2>conftest.er1
13b2be9c 9999 ac_status=$?
ab509236
L
10000 grep -v '^ *+' conftest.er1 >conftest.err
10001 rm -f conftest.er1
10002 cat conftest.err >&5
13b2be9c
DJ
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); } &&
ab509236
L
10005 { ac_try='test -z "$ac_c_werror_flag"
10006 || test ! -s conftest.err'
10007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10008 (eval $ac_try) 2>&5
10009 ac_status=$?
10010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10011 (exit $ac_status); }; } &&
10012 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
10013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10014 (eval $ac_try) 2>&5
10015 ac_status=$?
10016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10017 (exit $ac_status); }; }; then
252b5132
RH
10018 ac_cv_c_inline=$ac_kw; break
10019else
13b2be9c
DJ
10020 echo "$as_me: failed program was:" >&5
10021sed 's/^/| /' conftest.$ac_ext >&5
10022
252b5132 10023fi
ab509236 10024rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
10025done
10026
10027fi
13b2be9c
DJ
10028echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
10029echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
10030
10031
13b2be9c 10032case $ac_cv_c_inline in
252b5132 10033 inline | yes) ;;
ab509236
L
10034 *)
10035 case $ac_cv_c_inline in
10036 no) ac_val=;;
10037 *) ac_val=$ac_cv_c_inline;;
10038 esac
10039 cat >>confdefs.h <<_ACEOF
10040#ifndef __cplusplus
10041#define inline $ac_val
10042#endif
13b2be9c 10043_ACEOF
ab509236 10044 ;;
252b5132
RH
10045esac
10046
6840198f 10047
d6d788bd 10048# VMS doesn't have unlink.
13b2be9c
DJ
10049
10050
252b5132
RH
10051for ac_func in unlink remove
10052do
13b2be9c
DJ
10053as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10054echo "$as_me:$LINENO: checking for $ac_func" >&5
10055echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10056if eval "test \"\${$as_ac_var+set}\" = set"; then
10057 echo $ECHO_N "(cached) $ECHO_C" >&6
10058else
10059 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10060/* confdefs.h. */
10061_ACEOF
10062cat confdefs.h >>conftest.$ac_ext
10063cat >>conftest.$ac_ext <<_ACEOF
10064/* end confdefs.h. */
ab509236
L
10065/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10067#define $ac_func innocuous_$ac_func
10068
252b5132 10069/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
10070 which can conflict with char $ac_func (); below.
10071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10072 <limits.h> exists even on freestanding compilers. */
ab509236 10073
13b2be9c
DJ
10074#ifdef __STDC__
10075# include <limits.h>
10076#else
10077# include <assert.h>
10078#endif
ab509236
L
10079
10080#undef $ac_func
10081
252b5132 10082/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
10083#ifdef __cplusplus
10084extern "C"
10085{
10086#endif
252b5132 10087/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
10088 builtin and then its argument prototype would still apply. */
10089char $ac_func ();
252b5132
RH
10090/* The GNU C library defines this for functions which it implements
10091 to always fail with ENOSYS. Some functions are actually named
10092 something starting with __ and the normal name is an alias. */
10093#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10094choke me
10095#else
13b2be9c
DJ
10096char (*f) () = $ac_func;
10097#endif
10098#ifdef __cplusplus
10099}
252b5132
RH
10100#endif
10101
13b2be9c
DJ
10102int
10103main ()
10104{
10105return f != $ac_func;
10106 ;
10107 return 0;
10108}
10109_ACEOF
10110rm -f conftest.$ac_objext conftest$ac_exeext
10111if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10112 (eval $ac_link) 2>conftest.er1
13b2be9c 10113 ac_status=$?
ab509236
L
10114 grep -v '^ *+' conftest.er1 >conftest.err
10115 rm -f conftest.er1
10116 cat conftest.err >&5
13b2be9c
DJ
10117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10118 (exit $ac_status); } &&
ab509236
L
10119 { ac_try='test -z "$ac_c_werror_flag"
10120 || test ! -s conftest.err'
10121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10122 (eval $ac_try) 2>&5
10123 ac_status=$?
10124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10125 (exit $ac_status); }; } &&
10126 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10128 (eval $ac_try) 2>&5
10129 ac_status=$?
10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); }; }; then
10132 eval "$as_ac_var=yes"
10133else
10134 echo "$as_me: failed program was:" >&5
10135sed 's/^/| /' conftest.$ac_ext >&5
10136
10137eval "$as_ac_var=no"
10138fi
ab509236
L
10139rm -f conftest.err conftest.$ac_objext \
10140 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10141fi
10142echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10143echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10144if test `eval echo '${'$as_ac_var'}'` = yes; then
10145 cat >>confdefs.h <<_ACEOF
10146#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10147_ACEOF
252b5132 10148 break
252b5132
RH
10149fi
10150done
10151
6840198f 10152
d6d788bd 10153# Some systems don't have sbrk().
13b2be9c 10154
252b5132
RH
10155for ac_func in sbrk
10156do
13b2be9c
DJ
10157as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10158echo "$as_me:$LINENO: checking for $ac_func" >&5
10159echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10160if eval "test \"\${$as_ac_var+set}\" = set"; then
10161 echo $ECHO_N "(cached) $ECHO_C" >&6
10162else
10163 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10164/* confdefs.h. */
10165_ACEOF
10166cat confdefs.h >>conftest.$ac_ext
10167cat >>conftest.$ac_ext <<_ACEOF
10168/* end confdefs.h. */
ab509236
L
10169/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10170 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10171#define $ac_func innocuous_$ac_func
10172
252b5132 10173/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
10174 which can conflict with char $ac_func (); below.
10175 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10176 <limits.h> exists even on freestanding compilers. */
ab509236 10177
13b2be9c
DJ
10178#ifdef __STDC__
10179# include <limits.h>
10180#else
10181# include <assert.h>
10182#endif
ab509236
L
10183
10184#undef $ac_func
10185
252b5132 10186/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
10187#ifdef __cplusplus
10188extern "C"
10189{
10190#endif
252b5132 10191/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
10192 builtin and then its argument prototype would still apply. */
10193char $ac_func ();
252b5132
RH
10194/* The GNU C library defines this for functions which it implements
10195 to always fail with ENOSYS. Some functions are actually named
10196 something starting with __ and the normal name is an alias. */
10197#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10198choke me
10199#else
13b2be9c
DJ
10200char (*f) () = $ac_func;
10201#endif
10202#ifdef __cplusplus
10203}
252b5132
RH
10204#endif
10205
13b2be9c
DJ
10206int
10207main ()
10208{
10209return f != $ac_func;
10210 ;
10211 return 0;
10212}
10213_ACEOF
10214rm -f conftest.$ac_objext conftest$ac_exeext
10215if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10216 (eval $ac_link) 2>conftest.er1
13b2be9c 10217 ac_status=$?
ab509236
L
10218 grep -v '^ *+' conftest.er1 >conftest.err
10219 rm -f conftest.er1
10220 cat conftest.err >&5
13b2be9c
DJ
10221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10222 (exit $ac_status); } &&
ab509236
L
10223 { ac_try='test -z "$ac_c_werror_flag"
10224 || test ! -s conftest.err'
10225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10226 (eval $ac_try) 2>&5
10227 ac_status=$?
10228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10229 (exit $ac_status); }; } &&
10230 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10232 (eval $ac_try) 2>&5
10233 ac_status=$?
10234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10235 (exit $ac_status); }; }; then
10236 eval "$as_ac_var=yes"
10237else
10238 echo "$as_me: failed program was:" >&5
10239sed 's/^/| /' conftest.$ac_ext >&5
10240
10241eval "$as_ac_var=no"
10242fi
ab509236
L
10243rm -f conftest.err conftest.$ac_objext \
10244 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10245fi
10246echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10247echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10248if test `eval echo '${'$as_ac_var'}'` = yes; then
10249 cat >>confdefs.h <<_ACEOF
10250#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10251_ACEOF
252b5132 10252
252b5132
RH
10253fi
10254done
10255
d6d788bd 10256
39bec121
TW
10257# do we need the math library?
10258case "${need_libm}" in
13b2be9c 10259yes)
39bec121 10260 LIBM=
f9c19112 10261case $host in
996991aa 10262*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
39bec121 10263 # These system don't have libm
996991aa 10264 # on darwin the libm is a symbolic link to libSystem.dylib
39bec121
TW
10265 ;;
10266*-ncr-sysv4.3*)
13b2be9c
DJ
10267 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
10268echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
10269if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
10270 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10271else
13b2be9c 10272 ac_check_lib_save_LIBS=$LIBS
39bec121 10273LIBS="-lmw $LIBS"
13b2be9c 10274cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10275/* confdefs.h. */
10276_ACEOF
10277cat confdefs.h >>conftest.$ac_ext
10278cat >>conftest.$ac_ext <<_ACEOF
10279/* end confdefs.h. */
10280
39bec121 10281/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
10282#ifdef __cplusplus
10283extern "C"
10284#endif
39bec121 10285/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
10286 builtin and then its argument prototype would still apply. */
10287char _mwvalidcheckl ();
10288int
10289main ()
10290{
10291_mwvalidcheckl ();
10292 ;
10293 return 0;
10294}
10295_ACEOF
10296rm -f conftest.$ac_objext conftest$ac_exeext
10297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10298 (eval $ac_link) 2>conftest.er1
13b2be9c 10299 ac_status=$?
ab509236
L
10300 grep -v '^ *+' conftest.er1 >conftest.err
10301 rm -f conftest.er1
10302 cat conftest.err >&5
13b2be9c
DJ
10303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10304 (exit $ac_status); } &&
ab509236
L
10305 { ac_try='test -z "$ac_c_werror_flag"
10306 || test ! -s conftest.err'
10307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10308 (eval $ac_try) 2>&5
10309 ac_status=$?
10310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10311 (exit $ac_status); }; } &&
10312 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10314 (eval $ac_try) 2>&5
10315 ac_status=$?
10316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10317 (exit $ac_status); }; }; then
10318 ac_cv_lib_mw__mwvalidcheckl=yes
10319else
10320 echo "$as_me: failed program was:" >&5
10321sed 's/^/| /' conftest.$ac_ext >&5
10322
10323ac_cv_lib_mw__mwvalidcheckl=no
10324fi
ab509236
L
10325rm -f conftest.err conftest.$ac_objext \
10326 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10327LIBS=$ac_check_lib_save_LIBS
10328fi
10329echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
10330echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
10331if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
39bec121 10332 LIBM="-lmw"
39bec121
TW
10333fi
10334
13b2be9c
DJ
10335 echo "$as_me:$LINENO: checking for main in -lm" >&5
10336echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10337if test "${ac_cv_lib_m_main+set}" = set; then
10338 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10339else
13b2be9c 10340 ac_check_lib_save_LIBS=$LIBS
39bec121 10341LIBS="-lm $LIBS"
13b2be9c 10342cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10343/* confdefs.h. */
10344_ACEOF
10345cat confdefs.h >>conftest.$ac_ext
10346cat >>conftest.$ac_ext <<_ACEOF
10347/* end confdefs.h. */
39bec121 10348
d6d788bd 10349
13b2be9c
DJ
10350int
10351main ()
10352{
10353main ();
10354 ;
10355 return 0;
10356}
10357_ACEOF
10358rm -f conftest.$ac_objext conftest$ac_exeext
10359if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10360 (eval $ac_link) 2>conftest.er1
13b2be9c 10361 ac_status=$?
ab509236
L
10362 grep -v '^ *+' conftest.er1 >conftest.err
10363 rm -f conftest.er1
10364 cat conftest.err >&5
13b2be9c
DJ
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); } &&
ab509236
L
10367 { ac_try='test -z "$ac_c_werror_flag"
10368 || test ! -s conftest.err'
10369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10370 (eval $ac_try) 2>&5
10371 ac_status=$?
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); }; } &&
10374 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10376 (eval $ac_try) 2>&5
10377 ac_status=$?
10378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10379 (exit $ac_status); }; }; then
10380 ac_cv_lib_m_main=yes
10381else
10382 echo "$as_me: failed program was:" >&5
10383sed 's/^/| /' conftest.$ac_ext >&5
10384
10385ac_cv_lib_m_main=no
10386fi
ab509236
L
10387rm -f conftest.err conftest.$ac_objext \
10388 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10389LIBS=$ac_check_lib_save_LIBS
10390fi
10391echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10392echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10393if test $ac_cv_lib_m_main = yes; then
39bec121 10394 LIBM="$LIBM -lm"
39bec121
TW
10395fi
10396
10397 ;;
10398*)
13b2be9c
DJ
10399 echo "$as_me:$LINENO: checking for main in -lm" >&5
10400echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10401if test "${ac_cv_lib_m_main+set}" = set; then
10402 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10403else
13b2be9c 10404 ac_check_lib_save_LIBS=$LIBS
39bec121 10405LIBS="-lm $LIBS"
13b2be9c 10406cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10407/* confdefs.h. */
10408_ACEOF
10409cat confdefs.h >>conftest.$ac_ext
10410cat >>conftest.$ac_ext <<_ACEOF
10411/* end confdefs.h. */
39bec121 10412
d6d788bd 10413
13b2be9c
DJ
10414int
10415main ()
10416{
10417main ();
10418 ;
10419 return 0;
10420}
10421_ACEOF
10422rm -f conftest.$ac_objext conftest$ac_exeext
10423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10424 (eval $ac_link) 2>conftest.er1
13b2be9c 10425 ac_status=$?
ab509236
L
10426 grep -v '^ *+' conftest.er1 >conftest.err
10427 rm -f conftest.er1
10428 cat conftest.err >&5
13b2be9c
DJ
10429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10430 (exit $ac_status); } &&
ab509236
L
10431 { ac_try='test -z "$ac_c_werror_flag"
10432 || test ! -s conftest.err'
10433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10434 (eval $ac_try) 2>&5
10435 ac_status=$?
10436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10437 (exit $ac_status); }; } &&
10438 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10440 (eval $ac_try) 2>&5
10441 ac_status=$?
10442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443 (exit $ac_status); }; }; then
10444 ac_cv_lib_m_main=yes
10445else
10446 echo "$as_me: failed program was:" >&5
10447sed 's/^/| /' conftest.$ac_ext >&5
10448
10449ac_cv_lib_m_main=no
10450fi
ab509236
L
10451rm -f conftest.err conftest.$ac_objext \
10452 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10453LIBS=$ac_check_lib_save_LIBS
10454fi
10455echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10456echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10457if test $ac_cv_lib_m_main = yes; then
39bec121 10458 LIBM="-lm"
39bec121
TW
10459fi
10460
10461 ;;
10462esac
10463
13b2be9c 10464
39bec121
TW
10465 ;;
10466esac
10467
252b5132
RH
10468# Some non-ANSI preprocessors botch requoting inside strings. That's bad
10469# enough, but on some of those systems, the assert macro relies on requoting
10470# working properly!
13b2be9c
DJ
10471echo "$as_me:$LINENO: checking for working assert macro" >&5
10472echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
10473if test "${gas_cv_assert_ok+set}" = set; then
10474 echo $ECHO_N "(cached) $ECHO_C" >&6
10475else
10476 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10477/* confdefs.h. */
10478_ACEOF
10479cat confdefs.h >>conftest.$ac_ext
10480cat >>conftest.$ac_ext <<_ACEOF
10481/* end confdefs.h. */
252b5132
RH
10482#include <assert.h>
10483#include <stdio.h>
13b2be9c
DJ
10484int
10485main ()
10486{
252b5132
RH
10487
10488/* check for requoting problems */
10489static int a, b, c, d;
10490static char *s;
10491assert (!strcmp(s, "foo bar baz quux"));
10492/* check for newline handling */
10493assert (a == b
10494 || c == d);
10495
13b2be9c
DJ
10496 ;
10497 return 0;
10498}
10499_ACEOF
10500rm -f conftest.$ac_objext conftest$ac_exeext
10501if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10502 (eval $ac_link) 2>conftest.er1
13b2be9c 10503 ac_status=$?
ab509236
L
10504 grep -v '^ *+' conftest.er1 >conftest.err
10505 rm -f conftest.er1
10506 cat conftest.err >&5
13b2be9c
DJ
10507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10508 (exit $ac_status); } &&
ab509236
L
10509 { ac_try='test -z "$ac_c_werror_flag"
10510 || test ! -s conftest.err'
10511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10512 (eval $ac_try) 2>&5
10513 ac_status=$?
10514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10515 (exit $ac_status); }; } &&
10516 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10518 (eval $ac_try) 2>&5
10519 ac_status=$?
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); }; }; then
252b5132
RH
10522 gas_cv_assert_ok=yes
10523else
13b2be9c
DJ
10524 echo "$as_me: failed program was:" >&5
10525sed 's/^/| /' conftest.$ac_ext >&5
10526
10527gas_cv_assert_ok=no
252b5132 10528fi
ab509236
L
10529rm -f conftest.err conftest.$ac_objext \
10530 conftest$ac_exeext conftest.$ac_ext
252b5132 10531fi
13b2be9c
DJ
10532echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
10533echo "${ECHO_T}$gas_cv_assert_ok" >&6
10534test $gas_cv_assert_ok = yes ||
10535cat >>confdefs.h <<\_ACEOF
252b5132 10536#define BROKEN_ASSERT 1
13b2be9c 10537_ACEOF
252b5132 10538
d6d788bd
L
10539
10540
252b5132
RH
10541# On some systems, the system header files may not declare malloc, realloc,
10542# and free. There are places where gas needs these functions to have been
10543# declared -- such as when taking their addresses.
10544gas_test_headers="
10545#ifdef HAVE_MEMORY_H
10546#include <memory.h>
10547#endif
10548#ifdef HAVE_STRING_H
10549#include <string.h>
10550#else
10551#ifdef HAVE_STRINGS_H
10552#include <strings.h>
10553#endif
10554#endif
10555#ifdef HAVE_STDLIB_H
10556#include <stdlib.h>
10557#endif
10558#ifdef HAVE_UNISTD_H
10559#include <unistd.h>
10560#endif
10561"
10562
13b2be9c
DJ
10563echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
10564echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
10565if test "${gas_cv_decl_needed_strstr+set}" = set; then
10566 echo $ECHO_N "(cached) $ECHO_C" >&6
10567else
10568 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10569/* confdefs.h. */
10570_ACEOF
10571cat confdefs.h >>conftest.$ac_ext
10572cat >>conftest.$ac_ext <<_ACEOF
10573/* end confdefs.h. */
252b5132 10574$gas_test_headers
13b2be9c
DJ
10575int
10576main ()
10577{
252b5132
RH
10578
10579typedef char *(*f)();
10580f x;
10581x = (f) strstr;
10582
13b2be9c
DJ
10583 ;
10584 return 0;
10585}
10586_ACEOF
10587rm -f conftest.$ac_objext conftest$ac_exeext
10588if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10589 (eval $ac_link) 2>conftest.er1
13b2be9c 10590 ac_status=$?
ab509236
L
10591 grep -v '^ *+' conftest.er1 >conftest.err
10592 rm -f conftest.er1
10593 cat conftest.err >&5
13b2be9c
DJ
10594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595 (exit $ac_status); } &&
ab509236
L
10596 { ac_try='test -z "$ac_c_werror_flag"
10597 || test ! -s conftest.err'
10598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10599 (eval $ac_try) 2>&5
10600 ac_status=$?
10601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10602 (exit $ac_status); }; } &&
10603 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10605 (eval $ac_try) 2>&5
10606 ac_status=$?
10607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608 (exit $ac_status); }; }; then
252b5132
RH
10609 gas_cv_decl_needed_strstr=no
10610else
13b2be9c
DJ
10611 echo "$as_me: failed program was:" >&5
10612sed 's/^/| /' conftest.$ac_ext >&5
10613
10614gas_cv_decl_needed_strstr=yes
252b5132 10615fi
ab509236
L
10616rm -f conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
252b5132 10618fi
13b2be9c
DJ
10619echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
10620echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
252b5132 10621if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c
DJ
10622
10623cat >>confdefs.h <<\_ACEOF
252b5132 10624#define NEED_DECLARATION_STRSTR 1
13b2be9c
DJ
10625_ACEOF
10626
10627fi
10628
10629
10630echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
10631echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
10632if test "${gas_cv_decl_needed_malloc+set}" = set; then
10633 echo $ECHO_N "(cached) $ECHO_C" >&6
10634else
10635 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10636/* confdefs.h. */
10637_ACEOF
10638cat confdefs.h >>conftest.$ac_ext
10639cat >>conftest.$ac_ext <<_ACEOF
10640/* end confdefs.h. */
10641$gas_test_headers
10642int
10643main ()
10644{
10645
10646typedef char *(*f)();
10647f x;
10648x = (f) malloc;
10649
10650 ;
10651 return 0;
10652}
10653_ACEOF
10654rm -f conftest.$ac_objext conftest$ac_exeext
10655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10656 (eval $ac_link) 2>conftest.er1
13b2be9c 10657 ac_status=$?
ab509236
L
10658 grep -v '^ *+' conftest.er1 >conftest.err
10659 rm -f conftest.er1
10660 cat conftest.err >&5
13b2be9c
DJ
10661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10662 (exit $ac_status); } &&
ab509236
L
10663 { ac_try='test -z "$ac_c_werror_flag"
10664 || test ! -s conftest.err'
10665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10666 (eval $ac_try) 2>&5
10667 ac_status=$?
10668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669 (exit $ac_status); }; } &&
10670 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10672 (eval $ac_try) 2>&5
10673 ac_status=$?
10674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10675 (exit $ac_status); }; }; then
10676 gas_cv_decl_needed_malloc=no
10677else
10678 echo "$as_me: failed program was:" >&5
10679sed 's/^/| /' conftest.$ac_ext >&5
10680
10681gas_cv_decl_needed_malloc=yes
10682fi
ab509236
L
10683rm -f conftest.err conftest.$ac_objext \
10684 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10685fi
10686echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
10687echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
10688if test $gas_cv_decl_needed_malloc = yes; then
10689
10690cat >>confdefs.h <<\_ACEOF
10691#define NEED_DECLARATION_MALLOC 1
10692_ACEOF
10693
10694fi
10695
10696
10697echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
10698echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
10699if test "${gas_cv_decl_needed_free+set}" = set; then
10700 echo $ECHO_N "(cached) $ECHO_C" >&6
10701else
10702 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10703/* confdefs.h. */
10704_ACEOF
10705cat confdefs.h >>conftest.$ac_ext
10706cat >>conftest.$ac_ext <<_ACEOF
10707/* end confdefs.h. */
10708$gas_test_headers
10709int
10710main ()
10711{
10712
10713typedef void (*f)();
10714f x;
10715x = (f) free;
10716
10717 ;
10718 return 0;
10719}
10720_ACEOF
10721rm -f conftest.$ac_objext conftest$ac_exeext
10722if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10723 (eval $ac_link) 2>conftest.er1
13b2be9c 10724 ac_status=$?
ab509236
L
10725 grep -v '^ *+' conftest.er1 >conftest.err
10726 rm -f conftest.er1
10727 cat conftest.err >&5
13b2be9c
DJ
10728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10729 (exit $ac_status); } &&
ab509236
L
10730 { ac_try='test -z "$ac_c_werror_flag"
10731 || test ! -s conftest.err'
10732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10733 (eval $ac_try) 2>&5
10734 ac_status=$?
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); }; } &&
10737 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10739 (eval $ac_try) 2>&5
10740 ac_status=$?
10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742 (exit $ac_status); }; }; then
10743 gas_cv_decl_needed_free=no
10744else
10745 echo "$as_me: failed program was:" >&5
10746sed 's/^/| /' conftest.$ac_ext >&5
10747
10748gas_cv_decl_needed_free=yes
10749fi
ab509236
L
10750rm -f conftest.err conftest.$ac_objext \
10751 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10752fi
10753echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
10754echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
10755if test $gas_cv_decl_needed_free = yes; then
10756
10757cat >>confdefs.h <<\_ACEOF
10758#define NEED_DECLARATION_FREE 1
10759_ACEOF
10760
10761fi
10762
10763
10764echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
10765echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
10766if test "${gas_cv_decl_needed_sbrk+set}" = set; then
10767 echo $ECHO_N "(cached) $ECHO_C" >&6
10768else
10769 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10770/* confdefs.h. */
10771_ACEOF
10772cat confdefs.h >>conftest.$ac_ext
10773cat >>conftest.$ac_ext <<_ACEOF
10774/* end confdefs.h. */
10775$gas_test_headers
10776int
10777main ()
10778{
10779
10780typedef char *(*f)();
10781f x;
10782x = (f) sbrk;
10783
10784 ;
10785 return 0;
10786}
10787_ACEOF
10788rm -f conftest.$ac_objext conftest$ac_exeext
10789if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10790 (eval $ac_link) 2>conftest.er1
13b2be9c 10791 ac_status=$?
ab509236
L
10792 grep -v '^ *+' conftest.er1 >conftest.err
10793 rm -f conftest.er1
10794 cat conftest.err >&5
13b2be9c
DJ
10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10796 (exit $ac_status); } &&
ab509236
L
10797 { ac_try='test -z "$ac_c_werror_flag"
10798 || test ! -s conftest.err'
10799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10800 (eval $ac_try) 2>&5
10801 ac_status=$?
10802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10803 (exit $ac_status); }; } &&
10804 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10806 (eval $ac_try) 2>&5
10807 ac_status=$?
10808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809 (exit $ac_status); }; }; then
10810 gas_cv_decl_needed_sbrk=no
10811else
10812 echo "$as_me: failed program was:" >&5
10813sed 's/^/| /' conftest.$ac_ext >&5
10814
10815gas_cv_decl_needed_sbrk=yes
10816fi
ab509236
L
10817rm -f conftest.err conftest.$ac_objext \
10818 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10819fi
10820echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
10821echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
10822if test $gas_cv_decl_needed_sbrk = yes; then
10823
10824cat >>confdefs.h <<\_ACEOF
10825#define NEED_DECLARATION_SBRK 1
10826_ACEOF
10827
10828fi
10829
10830
10831echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
10832echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
10833if test "${gas_cv_decl_needed_environ+set}" = set; then
10834 echo $ECHO_N "(cached) $ECHO_C" >&6
10835else
10836 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10837/* confdefs.h. */
10838_ACEOF
10839cat confdefs.h >>conftest.$ac_ext
10840cat >>conftest.$ac_ext <<_ACEOF
10841/* end confdefs.h. */
10842$gas_test_headers
10843int
10844main ()
10845{
10846
10847typedef char **f;
10848f x;
10849x = (f) environ;
10850
10851 ;
10852 return 0;
10853}
10854_ACEOF
10855rm -f conftest.$ac_objext conftest$ac_exeext
10856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10857 (eval $ac_link) 2>conftest.er1
13b2be9c 10858 ac_status=$?
ab509236
L
10859 grep -v '^ *+' conftest.er1 >conftest.err
10860 rm -f conftest.er1
10861 cat conftest.err >&5
13b2be9c
DJ
10862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10863 (exit $ac_status); } &&
ab509236
L
10864 { ac_try='test -z "$ac_c_werror_flag"
10865 || test ! -s conftest.err'
10866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10867 (eval $ac_try) 2>&5
10868 ac_status=$?
10869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); }; } &&
10871 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10873 (eval $ac_try) 2>&5
10874 ac_status=$?
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); }; }; then
10877 gas_cv_decl_needed_environ=no
10878else
10879 echo "$as_me: failed program was:" >&5
10880sed 's/^/| /' conftest.$ac_ext >&5
10881
10882gas_cv_decl_needed_environ=yes
10883fi
ab509236
L
10884rm -f conftest.err conftest.$ac_objext \
10885 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10886fi
10887echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
10888echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
10889if test $gas_cv_decl_needed_environ = yes; then
10890
10891cat >>confdefs.h <<\_ACEOF
10892#define NEED_DECLARATION_ENVIRON 1
10893_ACEOF
10894
10895fi
10896
10897
10898# Does errno.h declare errno, or do we have to add a separate declaration
10899# for it?
10900
10901echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
10902echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
10903if test "${gas_cv_decl_needed_errno+set}" = set; then
10904 echo $ECHO_N "(cached) $ECHO_C" >&6
10905else
10906 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10907/* confdefs.h. */
10908_ACEOF
10909cat confdefs.h >>conftest.$ac_ext
10910cat >>conftest.$ac_ext <<_ACEOF
10911/* end confdefs.h. */
10912
10913#ifdef HAVE_ERRNO_H
10914#include <errno.h>
10915#endif
10916
10917int
10918main ()
10919{
10920
10921typedef int f;
10922f x;
10923x = (f) errno;
10924
10925 ;
10926 return 0;
10927}
10928_ACEOF
10929rm -f conftest.$ac_objext conftest$ac_exeext
10930if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10931 (eval $ac_link) 2>conftest.er1
13b2be9c 10932 ac_status=$?
ab509236
L
10933 grep -v '^ *+' conftest.er1 >conftest.err
10934 rm -f conftest.er1
10935 cat conftest.err >&5
13b2be9c
DJ
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); } &&
ab509236
L
10938 { ac_try='test -z "$ac_c_werror_flag"
10939 || test ! -s conftest.err'
10940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10941 (eval $ac_try) 2>&5
10942 ac_status=$?
10943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10944 (exit $ac_status); }; } &&
10945 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10947 (eval $ac_try) 2>&5
10948 ac_status=$?
10949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10950 (exit $ac_status); }; }; then
10951 gas_cv_decl_needed_errno=no
10952else
10953 echo "$as_me: failed program was:" >&5
10954sed 's/^/| /' conftest.$ac_ext >&5
10955
10956gas_cv_decl_needed_errno=yes
10957fi
ab509236
L
10958rm -f conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10960fi
10961echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
10962echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
10963if test $gas_cv_decl_needed_errno = yes; then
10964
10965cat >>confdefs.h <<\_ACEOF
10966#define NEED_DECLARATION_ERRNO 1
10967_ACEOF
10968
10969fi
10970
10971
10972
10973
10974 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10975
10976 ac_config_commands="$ac_config_commands default"
10977
10978
10979cat >confcache <<\_ACEOF
10980# This file is a shell script that caches the results of configure
10981# tests run on this system so they can be shared between configure
10982# scripts and configure runs, see configure's option --config-cache.
10983# It is not useful on other systems. If it contains results you don't
10984# want to keep, you may remove or edit it.
10985#
10986# config.status only pays attention to the cache file if you give it
10987# the --recheck option to rerun configure.
10988#
10989# `ac_cv_env_foo' variables (set or unset) will be overridden when
10990# loading this file, other *unset* `ac_cv_foo' will be assigned the
10991# following values.
10992
10993_ACEOF
10994
10995# The following way of writing the cache mishandles newlines in values,
10996# but we know of no workaround that is simple, portable, and efficient.
10997# So, don't put newlines in cache variables' values.
10998# Ultrix sh set writes to stderr and can't be redirected directly,
10999# and sets the high bit in the cache file unless we assign to the vars.
11000{
11001 (set) 2>&1 |
11002 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11003 *ac_space=\ *)
11004 # `set' does not quote correctly, so add quotes (double-quote
11005 # substitution turns \\\\ into \\, and sed turns \\ into \).
11006 sed -n \
ab509236
L
11007 "s/'/'\\\\''/g;
11008 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
11009 ;;
11010 *)
11011 # `set' quotes correctly as required by POSIX, so do not add quotes.
11012 sed -n \
ab509236 11013 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
11014 ;;
11015 esac;
11016} |
11017 sed '
11018 t clear
11019 : clear
11020 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11021 t end
11022 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11023 : end' >>confcache
11024if diff $cache_file confcache >/dev/null 2>&1; then :; else
11025 if test -w $cache_file; then
11026 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11027 cat confcache >$cache_file
11028 else
11029 echo "not updating unwritable cache $cache_file"
11030 fi
11031fi
11032rm -f confcache
11033
11034test "x$prefix" = xNONE && prefix=$ac_default_prefix
11035# Let make expand exec_prefix.
11036test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11037
11038# VPATH may cause trouble with some makes, so we remove $(srcdir),
11039# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11040# trailing colons and then remove the whole line if VPATH becomes empty
11041# (actually we leave an empty line to preserve line numbers).
11042if test "x$srcdir" = x.; then
ab509236 11043 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13b2be9c
DJ
11044s/:*\$(srcdir):*/:/;
11045s/:*\${srcdir}:*/:/;
11046s/:*@srcdir@:*/:/;
ab509236 11047s/^\([^=]*=[ ]*\):*/\1/;
13b2be9c 11048s/:*$//;
ab509236 11049s/^[^=]*=[ ]*$//;
13b2be9c
DJ
11050}'
11051fi
11052
11053DEFS=-DHAVE_CONFIG_H
11054
11055ac_libobjs=
11056ac_ltlibobjs=
11057for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11058 # 1. Remove the extension, and $U if already installed.
11059 ac_i=`echo "$ac_i" |
ab509236 11060 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13b2be9c
DJ
11061 # 2. Add them.
11062 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
11063 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
11064done
11065LIBOBJS=$ac_libobjs
11066
11067LTLIBOBJS=$ac_ltlibobjs
11068
11069
11070if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11071 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11072Usually this means the macro was only invoked conditionally." >&5
11073echo "$as_me: error: conditional \"AMDEP\" was never defined.
11074Usually this means the macro was only invoked conditionally." >&2;}
11075 { (exit 1); exit 1; }; }
11076fi
11077if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11078 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11079Usually this means the macro was only invoked conditionally." >&5
11080echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11081Usually this means the macro was only invoked conditionally." >&2;}
11082 { (exit 1); exit 1; }; }
11083fi
11084if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11085 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11086Usually this means the macro was only invoked conditionally." >&5
11087echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11088Usually this means the macro was only invoked conditionally." >&2;}
11089 { (exit 1); exit 1; }; }
11090fi
11091
11092: ${CONFIG_STATUS=./config.status}
11093ac_clean_files_save=$ac_clean_files
11094ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11095{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11096echo "$as_me: creating $CONFIG_STATUS" >&6;}
11097cat >$CONFIG_STATUS <<_ACEOF
11098#! $SHELL
11099# Generated by $as_me.
11100# Run this file to recreate the current configuration.
11101# Compiler output produced by configure, useful for debugging
11102# configure, is in config.log if it exists.
11103
11104debug=false
11105ac_cs_recheck=false
11106ac_cs_silent=false
11107SHELL=\${CONFIG_SHELL-$SHELL}
11108_ACEOF
11109
11110cat >>$CONFIG_STATUS <<\_ACEOF
11111## --------------------- ##
11112## M4sh Initialization. ##
11113## --------------------- ##
11114
11115# Be Bourne compatible
11116if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
11117 emulate sh
11118 NULLCMD=:
11119 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11120 # is contrary to our usage. Disable this feature.
11121 alias -g '${1+"$@"}'='"$@"'
11122elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
11123 set -o posix
11124fi
ab509236 11125DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
11126
11127# Support unset when possible.
ab509236 11128if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
11129 as_unset=unset
11130else
11131 as_unset=false
11132fi
11133
11134
11135# Work around bugs in pre-3.0 UWIN ksh.
11136$as_unset ENV MAIL MAILPATH
11137PS1='$ '
11138PS2='> '
11139PS4='+ '
11140
11141# NLS nuisances.
11142for as_var in \
11143 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11144 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11145 LC_TELEPHONE LC_TIME
11146do
ab509236 11147 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
11148 eval $as_var=C; export $as_var
11149 else
11150 $as_unset $as_var
11151 fi
11152done
11153
11154# Required to use basename.
11155if expr a : '\(a\)' >/dev/null 2>&1; then
11156 as_expr=expr
11157else
11158 as_expr=false
11159fi
11160
11161if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
11162 as_basename=basename
11163else
11164 as_basename=false
11165fi
11166
11167
11168# Name of the executable.
11169as_me=`$as_basename "$0" ||
11170$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11171 X"$0" : 'X\(//\)$' \| \
11172 X"$0" : 'X\(/\)$' \| \
11173 . : '\(.\)' 2>/dev/null ||
11174echo X/"$0" |
11175 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11176 /^X\/\(\/\/\)$/{ s//\1/; q; }
11177 /^X\/\(\/\).*/{ s//\1/; q; }
11178 s/.*/./; q'`
11179
11180
11181# PATH needs CR, and LINENO needs CR and PATH.
11182# Avoid depending upon Character Ranges.
11183as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11184as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11185as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11186as_cr_digits='0123456789'
11187as_cr_alnum=$as_cr_Letters$as_cr_digits
11188
11189# The user is always right.
11190if test "${PATH_SEPARATOR+set}" != set; then
11191 echo "#! /bin/sh" >conf$$.sh
11192 echo "exit 0" >>conf$$.sh
11193 chmod +x conf$$.sh
11194 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11195 PATH_SEPARATOR=';'
11196 else
11197 PATH_SEPARATOR=:
11198 fi
11199 rm -f conf$$.sh
11200fi
11201
11202
11203 as_lineno_1=$LINENO
11204 as_lineno_2=$LINENO
11205 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11206 test "x$as_lineno_1" != "x$as_lineno_2" &&
11207 test "x$as_lineno_3" = "x$as_lineno_2" || {
11208 # Find who we are. Look in the path if we contain no path at all
11209 # relative or not.
11210 case $0 in
11211 *[\\/]* ) as_myself=$0 ;;
11212 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11213for as_dir in $PATH
11214do
11215 IFS=$as_save_IFS
11216 test -z "$as_dir" && as_dir=.
11217 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11218done
252b5132 11219
13b2be9c
DJ
11220 ;;
11221 esac
11222 # We did not find ourselves, most probably we were run as `sh COMMAND'
11223 # in which case we are not to be found in the path.
11224 if test "x$as_myself" = x; then
11225 as_myself=$0
11226 fi
11227 if test ! -f "$as_myself"; then
11228 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11229echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11230 { (exit 1); exit 1; }; }
11231 fi
11232 case $CONFIG_SHELL in
11233 '')
11234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11235for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
11236do
11237 IFS=$as_save_IFS
11238 test -z "$as_dir" && as_dir=.
11239 for as_base in sh bash ksh sh5; do
11240 case $as_dir in
11241 /*)
11242 if ("$as_dir/$as_base" -c '
11243 as_lineno_1=$LINENO
11244 as_lineno_2=$LINENO
11245 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11246 test "x$as_lineno_1" != "x$as_lineno_2" &&
11247 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
11248 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
11249 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
11250 CONFIG_SHELL=$as_dir/$as_base
11251 export CONFIG_SHELL
11252 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11253 fi;;
11254 esac
11255 done
11256done
11257;;
11258 esac
252b5132 11259
13b2be9c
DJ
11260 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11261 # uniformly replaced by the line number. The first 'sed' inserts a
11262 # line-number line before each line; the second 'sed' does the real
11263 # work. The second script uses 'N' to pair each line-number line
11264 # with the numbered line, and appends trailing '-' during
11265 # substitution so that $LINENO is not a special case at line end.
11266 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11267 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11268 sed '=' <$as_myself |
11269 sed '
11270 N
11271 s,$,-,
11272 : loop
11273 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11274 t loop
11275 s,-$,,
11276 s,^['$as_cr_digits']*\n,,
11277 ' >$as_me.lineno &&
11278 chmod +x $as_me.lineno ||
11279 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11280echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11281 { (exit 1); exit 1; }; }
11282
11283 # Don't try to exec as it changes $[0], causing all sort of problems
11284 # (the dirname of $[0] is not the place where we might find the
11285 # original and so on. Autoconf is especially sensible to this).
11286 . ./$as_me.lineno
11287 # Exit status is that of the last command.
11288 exit
11289}
d6d788bd 11290
252b5132 11291
13b2be9c
DJ
11292case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11293 *c*,-n*) ECHO_N= ECHO_C='
11294' ECHO_T=' ' ;;
11295 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
11296 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
11297esac
252b5132 11298
13b2be9c
DJ
11299if expr a : '\(a\)' >/dev/null 2>&1; then
11300 as_expr=expr
252b5132 11301else
13b2be9c 11302 as_expr=false
252b5132 11303fi
252b5132 11304
13b2be9c
DJ
11305rm -f conf$$ conf$$.exe conf$$.file
11306echo >conf$$.file
11307if ln -s conf$$.file conf$$ 2>/dev/null; then
11308 # We could just check for DJGPP; but this test a) works b) is more generic
11309 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11310 if test -f conf$$.exe; then
11311 # Don't use ln at all; we don't have any links
11312 as_ln_s='cp -p'
11313 else
11314 as_ln_s='ln -s'
11315 fi
11316elif ln conf$$.file conf$$ 2>/dev/null; then
11317 as_ln_s=ln
11318else
11319 as_ln_s='cp -p'
252b5132 11320fi
13b2be9c 11321rm -f conf$$ conf$$.exe conf$$.file
252b5132 11322
13b2be9c
DJ
11323if mkdir -p . 2>/dev/null; then
11324 as_mkdir_p=:
252b5132 11325else
ab509236 11326 test -d ./-p && rmdir ./-p
13b2be9c
DJ
11327 as_mkdir_p=false
11328fi
252b5132 11329
13b2be9c 11330as_executable_p="test -f"
252b5132 11331
13b2be9c 11332# Sed expression to map a string onto a valid CPP name.
ab509236 11333as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 11334
13b2be9c 11335# Sed expression to map a string onto a valid variable name.
ab509236 11336as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 11337
d6d788bd 11338
13b2be9c
DJ
11339# IFS
11340# We need space, tab and new line, in precisely that order.
11341as_nl='
11342'
11343IFS=" $as_nl"
252b5132 11344
13b2be9c
DJ
11345# CDPATH.
11346$as_unset CDPATH
252b5132 11347
13b2be9c 11348exec 6>&1
252b5132 11349
13b2be9c
DJ
11350# Open the log real soon, to keep \$[0] and so on meaningful, and to
11351# report actual input values of CONFIG_FILES etc. instead of their
11352# values after options handling. Logging --version etc. is OK.
11353exec 5>>config.log
11354{
11355 echo
11356 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11357## Running $as_me. ##
11358_ASBOX
11359} >&5
11360cat >&5 <<_CSEOF
252b5132 11361
13b2be9c 11362This file was extended by $as_me, which was
ab509236 11363generated by GNU Autoconf 2.59. Invocation command line was
d6d788bd 11364
13b2be9c
DJ
11365 CONFIG_FILES = $CONFIG_FILES
11366 CONFIG_HEADERS = $CONFIG_HEADERS
11367 CONFIG_LINKS = $CONFIG_LINKS
11368 CONFIG_COMMANDS = $CONFIG_COMMANDS
11369 $ $0 $@
252b5132 11370
13b2be9c
DJ
11371_CSEOF
11372echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11373echo >&5
11374_ACEOF
252b5132 11375
13b2be9c
DJ
11376# Files that config.status was made for.
11377if test -n "$ac_config_files"; then
11378 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132 11379fi
13b2be9c
DJ
11380
11381if test -n "$ac_config_headers"; then
11382 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
252b5132 11383fi
252b5132 11384
13b2be9c
DJ
11385if test -n "$ac_config_links"; then
11386 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132
RH
11387fi
11388
13b2be9c
DJ
11389if test -n "$ac_config_commands"; then
11390 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11391fi
d6d788bd 11392
13b2be9c 11393cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 11394
13b2be9c
DJ
11395ac_cs_usage="\
11396\`$as_me' instantiates files from templates according to the
11397current configuration.
252b5132 11398
13b2be9c 11399Usage: $0 [OPTIONS] [FILE]...
252b5132 11400
13b2be9c
DJ
11401 -h, --help print this help, then exit
11402 -V, --version print version number, then exit
11403 -q, --quiet do not print progress messages
11404 -d, --debug don't remove temporary files
11405 --recheck update $as_me by reconfiguring in the same conditions
11406 --file=FILE[:TEMPLATE]
ab509236 11407 instantiate the configuration file FILE
13b2be9c 11408 --header=FILE[:TEMPLATE]
ab509236 11409 instantiate the configuration header FILE
252b5132 11410
13b2be9c
DJ
11411Configuration files:
11412$config_files
252b5132 11413
13b2be9c
DJ
11414Configuration headers:
11415$config_headers
252b5132 11416
13b2be9c
DJ
11417Configuration commands:
11418$config_commands
252b5132 11419
13b2be9c
DJ
11420Report bugs to <bug-autoconf@gnu.org>."
11421_ACEOF
d6d788bd 11422
13b2be9c
DJ
11423cat >>$CONFIG_STATUS <<_ACEOF
11424ac_cs_version="\\
11425config.status
ab509236 11426configured by $0, generated by GNU Autoconf 2.59,
13b2be9c 11427 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 11428
ab509236 11429Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
11430This config.status script is free software; the Free Software Foundation
11431gives unlimited permission to copy, distribute and modify it."
11432srcdir=$srcdir
11433INSTALL="$INSTALL"
11434_ACEOF
d6d788bd 11435
13b2be9c
DJ
11436cat >>$CONFIG_STATUS <<\_ACEOF
11437# If no file are specified by the user, then we need to provide default
11438# value. By we need to know if files were specified by the user.
11439ac_need_defaults=:
11440while test $# != 0
11441do
11442 case $1 in
11443 --*=*)
11444 ac_option=`expr "x$1" : 'x\([^=]*\)='`
11445 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
11446 ac_shift=:
c8615825 11447 ;;
13b2be9c
DJ
11448 -*)
11449 ac_option=$1
11450 ac_optarg=$2
11451 ac_shift=shift
c8615825 11452 ;;
13b2be9c
DJ
11453 *) # This is not an option, so the user has probably given explicit
11454 # arguments.
11455 ac_option=$1
11456 ac_need_defaults=false;;
11457 esac
252b5132 11458
13b2be9c
DJ
11459 case $ac_option in
11460 # Handling of the options.
11461_ACEOF
11462cat >>$CONFIG_STATUS <<\_ACEOF
11463 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11464 ac_cs_recheck=: ;;
11465 --version | --vers* | -V )
11466 echo "$ac_cs_version"; exit 0 ;;
11467 --he | --h)
11468 # Conflict between --help and --header
11469 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11470Try \`$0 --help' for more information." >&5
11471echo "$as_me: error: ambiguous option: $1
11472Try \`$0 --help' for more information." >&2;}
11473 { (exit 1); exit 1; }; };;
11474 --help | --hel | -h )
11475 echo "$ac_cs_usage"; exit 0 ;;
11476 --debug | --d* | -d )
11477 debug=: ;;
11478 --file | --fil | --fi | --f )
11479 $ac_shift
11480 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11481 ac_need_defaults=false;;
11482 --header | --heade | --head | --hea )
11483 $ac_shift
11484 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11485 ac_need_defaults=false;;
11486 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11487 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11488 ac_cs_silent=: ;;
c8615825 11489
13b2be9c
DJ
11490 # This is an error.
11491 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11492Try \`$0 --help' for more information." >&5
11493echo "$as_me: error: unrecognized option: $1
11494Try \`$0 --help' for more information." >&2;}
11495 { (exit 1); exit 1; }; } ;;
252b5132 11496
13b2be9c 11497 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 11498
13b2be9c
DJ
11499 esac
11500 shift
11501done
252b5132 11502
13b2be9c 11503ac_configure_extra_args=
d6d788bd 11504
13b2be9c
DJ
11505if $ac_cs_silent; then
11506 exec 6>/dev/null
11507 ac_configure_extra_args="$ac_configure_extra_args --silent"
11508fi
9b2b7d69 11509
13b2be9c
DJ
11510_ACEOF
11511cat >>$CONFIG_STATUS <<_ACEOF
11512if \$ac_cs_recheck; then
11513 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11514 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11515fi
11516
11517_ACEOF
11518
11519cat >>$CONFIG_STATUS <<_ACEOF
9b2b7d69 11520#
13b2be9c 11521# INIT-COMMANDS section.
9b2b7d69
MM
11522#
11523
13b2be9c
DJ
11524AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11525target_cpu_type=${target_cpu_type}
11526 cgen_cpu_prefix=${cgen_cpu_prefix}
11527 obj_format=${obj_format}
11528 te_file=${te_file}
11529
11530_ACEOF
11531
11532
11533
11534cat >>$CONFIG_STATUS <<\_ACEOF
11535for ac_config_target in $ac_config_targets
9b2b7d69 11536do
13b2be9c
DJ
11537 case "$ac_config_target" in
11538 # Handling of arguments.
11539 "gdb.ini" ) CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
11540 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
11541 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11542 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11543 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11544 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11545 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
11546 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
11547 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11548echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11549 { (exit 1); exit 1; }; };;
9b2b7d69
MM
11550 esac
11551done
11552
13b2be9c
DJ
11553# If the user did not use the arguments to specify the items to instantiate,
11554# then the envvar interface is used. Set only those that are not.
11555# We use the long form for the default assignment because of an extremely
11556# bizarre bug on SunOS 4.1.3.
11557if $ac_need_defaults; then
11558 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11559 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11560 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11561fi
11562
11563# Have a temporary directory for convenience. Make it in the build tree
11564# simply because there is no reason to put it here, and in addition,
11565# creating and moving files from /tmp can sometimes cause problems.
11566# Create a temporary directory, and hook for its removal unless debugging.
11567$debug ||
11568{
11569 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11570 trap '{ (exit 1); exit 1; }' 1 2 13 15
11571}
9b2b7d69 11572
13b2be9c 11573# Create a (secure) tmp directory for tmp files.
9b2b7d69 11574
13b2be9c
DJ
11575{
11576 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11577 test -n "$tmp" && test -d "$tmp"
11578} ||
11579{
11580 tmp=./confstat$$-$RANDOM
11581 (umask 077 && mkdir $tmp)
11582} ||
11583{
11584 echo "$me: cannot create a temporary directory in ." >&2
11585 { (exit 1); exit 1; }
11586}
9b2b7d69 11587
13b2be9c
DJ
11588_ACEOF
11589
11590cat >>$CONFIG_STATUS <<_ACEOF
11591
11592#
11593# CONFIG_FILES section.
11594#
11595
11596# No need to generate the scripts if there are no CONFIG_FILES.
11597# This happens for instance when ./config.status config.h
11598if test -n "\$CONFIG_FILES"; then
11599 # Protect against being on the right side of a sed subst in config.status.
11600 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11601 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11602s,@SHELL@,$SHELL,;t t
11603s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11604s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11605s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11606s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11607s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11608s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11609s,@exec_prefix@,$exec_prefix,;t t
11610s,@prefix@,$prefix,;t t
11611s,@program_transform_name@,$program_transform_name,;t t
11612s,@bindir@,$bindir,;t t
11613s,@sbindir@,$sbindir,;t t
11614s,@libexecdir@,$libexecdir,;t t
11615s,@datadir@,$datadir,;t t
11616s,@sysconfdir@,$sysconfdir,;t t
11617s,@sharedstatedir@,$sharedstatedir,;t t
11618s,@localstatedir@,$localstatedir,;t t
11619s,@libdir@,$libdir,;t t
11620s,@includedir@,$includedir,;t t
11621s,@oldincludedir@,$oldincludedir,;t t
11622s,@infodir@,$infodir,;t t
11623s,@mandir@,$mandir,;t t
11624s,@build_alias@,$build_alias,;t t
11625s,@host_alias@,$host_alias,;t t
11626s,@target_alias@,$target_alias,;t t
11627s,@DEFS@,$DEFS,;t t
11628s,@ECHO_C@,$ECHO_C,;t t
11629s,@ECHO_N@,$ECHO_N,;t t
11630s,@ECHO_T@,$ECHO_T,;t t
11631s,@LIBS@,$LIBS,;t t
11632s,@build@,$build,;t t
11633s,@build_cpu@,$build_cpu,;t t
11634s,@build_vendor@,$build_vendor,;t t
11635s,@build_os@,$build_os,;t t
11636s,@host@,$host,;t t
11637s,@host_cpu@,$host_cpu,;t t
11638s,@host_vendor@,$host_vendor,;t t
11639s,@host_os@,$host_os,;t t
11640s,@target@,$target,;t t
11641s,@target_cpu@,$target_cpu,;t t
11642s,@target_vendor@,$target_vendor,;t t
11643s,@target_os@,$target_os,;t t
11644s,@CC@,$CC,;t t
11645s,@CFLAGS@,$CFLAGS,;t t
11646s,@LDFLAGS@,$LDFLAGS,;t t
11647s,@CPPFLAGS@,$CPPFLAGS,;t t
11648s,@ac_ct_CC@,$ac_ct_CC,;t t
11649s,@EXEEXT@,$EXEEXT,;t t
11650s,@OBJEXT@,$OBJEXT,;t t
11651s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11652s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11653s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11654s,@CYGPATH_W@,$CYGPATH_W,;t t
11655s,@PACKAGE@,$PACKAGE,;t t
11656s,@VERSION@,$VERSION,;t t
11657s,@ACLOCAL@,$ACLOCAL,;t t
11658s,@AUTOCONF@,$AUTOCONF,;t t
11659s,@AUTOMAKE@,$AUTOMAKE,;t t
11660s,@AUTOHEADER@,$AUTOHEADER,;t t
11661s,@MAKEINFO@,$MAKEINFO,;t t
11662s,@AMTAR@,$AMTAR,;t t
11663s,@install_sh@,$install_sh,;t t
11664s,@STRIP@,$STRIP,;t t
11665s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11666s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
ab509236 11667s,@mkdir_p@,$mkdir_p,;t t
13b2be9c
DJ
11668s,@AWK@,$AWK,;t t
11669s,@SET_MAKE@,$SET_MAKE,;t t
11670s,@am__leading_dot@,$am__leading_dot,;t t
11671s,@DEPDIR@,$DEPDIR,;t t
11672s,@am__include@,$am__include,;t t
11673s,@am__quote@,$am__quote,;t t
11674s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11675s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11676s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11677s,@CCDEPMODE@,$CCDEPMODE,;t t
11678s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11679s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11680s,@LN_S@,$LN_S,;t t
11681s,@RANLIB@,$RANLIB,;t t
11682s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11683s,@LIBTOOL@,$LIBTOOL,;t t
11684s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
11685s,@GDBINIT@,$GDBINIT,;t t
11686s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
11687s,@extra_objects@,$extra_objects,;t t
11688s,@target_cpu_type@,$target_cpu_type,;t t
11689s,@obj_format@,$obj_format,;t t
11690s,@te_file@,$te_file,;t t
11691s,@install_tooldir@,$install_tooldir,;t t
11692s,@atof@,$atof,;t t
11693s,@BFDLIB@,$BFDLIB,;t t
11694s,@OPCODES_LIB@,$OPCODES_LIB,;t t
11695s,@BFDVER_H@,$BFDVER_H,;t t
11696s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
11697s,@YACC@,$YACC,;t t
11698s,@LEX@,$LEX,;t t
11699s,@LEXLIB@,$LEXLIB,;t t
11700s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11701s,@CPP@,$CPP,;t t
11702s,@EGREP@,$EGREP,;t t
11703s,@ALLOCA@,$ALLOCA,;t t
11704s,@USE_NLS@,$USE_NLS,;t t
11705s,@MSGFMT@,$MSGFMT,;t t
11706s,@GMSGFMT@,$GMSGFMT,;t t
11707s,@XGETTEXT@,$XGETTEXT,;t t
11708s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11709s,@CATALOGS@,$CATALOGS,;t t
11710s,@CATOBJEXT@,$CATOBJEXT,;t t
11711s,@DATADIRNAME@,$DATADIRNAME,;t t
11712s,@GMOFILES@,$GMOFILES,;t t
11713s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11714s,@INTLDEPS@,$INTLDEPS,;t t
11715s,@INTLLIBS@,$INTLLIBS,;t t
11716s,@INTLOBJS@,$INTLOBJS,;t t
11717s,@POFILES@,$POFILES,;t t
11718s,@POSUB@,$POSUB,;t t
11719s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11720s,@GT_NO@,$GT_NO,;t t
11721s,@GT_YES@,$GT_YES,;t t
11722s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11723s,@l@,$l,;t t
11724s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11725s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11726s,@MAINT@,$MAINT,;t t
11727s,@LIBM@,$LIBM,;t t
11728s,@LIBOBJS@,$LIBOBJS,;t t
11729s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9b2b7d69
MM
11730CEOF
11731
13b2be9c
DJ
11732_ACEOF
11733
11734 cat >>$CONFIG_STATUS <<\_ACEOF
11735 # Split the substitutions into bite-sized pieces for seds with
11736 # small command number limits, like on Digital OSF/1 and HP-UX.
11737 ac_max_sed_lines=48
11738 ac_sed_frag=1 # Number of current file.
11739 ac_beg=1 # First line for current file.
11740 ac_end=$ac_max_sed_lines # Line after last line for current file.
11741 ac_more_lines=:
11742 ac_sed_cmds=
11743 while $ac_more_lines; do
11744 if test $ac_beg -gt 1; then
11745 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11746 else
11747 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11748 fi
11749 if test ! -s $tmp/subs.frag; then
11750 ac_more_lines=false
9b2b7d69 11751 else
13b2be9c
DJ
11752 # The purpose of the label and of the branching condition is to
11753 # speed up the sed processing (if there are no `@' at all, there
11754 # is no need to browse any of the substitutions).
11755 # These are the two extra sed commands mentioned above.
11756 (echo ':t
11757 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11758 if test -z "$ac_sed_cmds"; then
ab509236 11759 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c 11760 else
ab509236 11761 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c
DJ
11762 fi
11763 ac_sed_frag=`expr $ac_sed_frag + 1`
11764 ac_beg=$ac_end
11765 ac_end=`expr $ac_end + $ac_max_sed_lines`
9b2b7d69 11766 fi
13b2be9c
DJ
11767 done
11768 if test -z "$ac_sed_cmds"; then
11769 ac_sed_cmds=cat
252b5132 11770 fi
13b2be9c 11771fi # test -n "$CONFIG_FILES"
252b5132 11772
13b2be9c
DJ
11773_ACEOF
11774cat >>$CONFIG_STATUS <<\_ACEOF
11775for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c8615825 11776 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11777 case $ac_file in
11778 - | *:- | *:-:* ) # input from stdin
ab509236
L
11779 cat >$tmp/stdin
11780 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11781 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11782 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11783 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11784 * ) ac_file_in=$ac_file.in ;;
252b5132 11785 esac
9b2b7d69 11786
13b2be9c
DJ
11787 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11788 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11789$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11790 X"$ac_file" : 'X\(//\)[^/]' \| \
11791 X"$ac_file" : 'X\(//\)$' \| \
11792 X"$ac_file" : 'X\(/\)' \| \
11793 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11794echo X"$ac_file" |
11795 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11796 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11797 /^X\(\/\/\)$/{ s//\1/; q; }
11798 /^X\(\/\).*/{ s//\1/; q; }
11799 s/.*/./; q'`
11800 { if $as_mkdir_p; then
11801 mkdir -p "$ac_dir"
c8615825 11802 else
13b2be9c
DJ
11803 as_dir="$ac_dir"
11804 as_dirs=
11805 while test ! -d "$as_dir"; do
11806 as_dirs="$as_dir $as_dirs"
11807 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11808$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11809 X"$as_dir" : 'X\(//\)[^/]' \| \
11810 X"$as_dir" : 'X\(//\)$' \| \
11811 X"$as_dir" : 'X\(/\)' \| \
11812 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11813echo X"$as_dir" |
11814 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11815 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11816 /^X\(\/\/\)$/{ s//\1/; q; }
11817 /^X\(\/\).*/{ s//\1/; q; }
11818 s/.*/./; q'`
11819 done
11820 test ! -n "$as_dirs" || mkdir $as_dirs
11821 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11822echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11823 { (exit 1); exit 1; }; }; }
11824
11825 ac_builddir=.
11826
11827if test "$ac_dir" != .; then
11828 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11829 # A "../" for each directory in $ac_dir_suffix.
11830 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11831else
11832 ac_dir_suffix= ac_top_builddir=
11833fi
9b2b7d69 11834
13b2be9c
DJ
11835case $srcdir in
11836 .) # No --srcdir option. We are building in place.
11837 ac_srcdir=.
11838 if test -z "$ac_top_builddir"; then
11839 ac_top_srcdir=.
11840 else
11841 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11842 fi ;;
11843 [\\/]* | ?:[\\/]* ) # Absolute path.
11844 ac_srcdir=$srcdir$ac_dir_suffix;
11845 ac_top_srcdir=$srcdir ;;
9b2b7d69 11846 *) # Relative path.
13b2be9c
DJ
11847 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11848 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11849esac
ab509236
L
11850
11851# Do not use `cd foo && pwd` to compute absolute paths, because
11852# the directories may not exist.
11853case `pwd` in
11854.) ac_abs_builddir="$ac_dir";;
11855*)
11856 case "$ac_dir" in
11857 .) ac_abs_builddir=`pwd`;;
11858 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11859 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11860 esac;;
11861esac
11862case $ac_abs_builddir in
11863.) ac_abs_top_builddir=${ac_top_builddir}.;;
11864*)
11865 case ${ac_top_builddir}. in
11866 .) ac_abs_top_builddir=$ac_abs_builddir;;
11867 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11868 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11869 esac;;
11870esac
11871case $ac_abs_builddir in
11872.) ac_abs_srcdir=$ac_srcdir;;
11873*)
11874 case $ac_srcdir in
11875 .) ac_abs_srcdir=$ac_abs_builddir;;
11876 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11877 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11878 esac;;
11879esac
11880case $ac_abs_builddir in
11881.) ac_abs_top_srcdir=$ac_top_srcdir;;
11882*)
11883 case $ac_top_srcdir in
11884 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11885 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11886 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11887 esac;;
11888esac
252b5132 11889
9b2b7d69 11890
13b2be9c
DJ
11891 case $INSTALL in
11892 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11893 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c8615825 11894 esac
9b2b7d69 11895
13b2be9c
DJ
11896 if test x"$ac_file" != x-; then
11897 { echo "$as_me:$LINENO: creating $ac_file" >&5
11898echo "$as_me: creating $ac_file" >&6;}
11899 rm -f "$ac_file"
11900 fi
11901 # Let's still pretend it is `configure' which instantiates (i.e., don't
11902 # use $as_me), people would be surprised to read:
11903 # /* config.h. Generated by config.status. */
11904 if test x"$ac_file" = x-; then
11905 configure_input=
11906 else
11907 configure_input="$ac_file. "
11908 fi
11909 configure_input=$configure_input"Generated from `echo $ac_file_in |
ab509236 11910 sed 's,.*/,,'` by configure."
13b2be9c
DJ
11911
11912 # First look for the input files in the build tree, otherwise in the
11913 # src tree.
11914 ac_file_inputs=`IFS=:
11915 for f in $ac_file_in; do
11916 case $f in
11917 -) echo $tmp/stdin ;;
11918 [\\/$]*)
ab509236
L
11919 # Absolute (can't be DOS-style, as IFS=:)
11920 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11921echo "$as_me: error: cannot find input file: $f" >&2;}
11922 { (exit 1); exit 1; }; }
ab509236 11923 echo "$f";;
13b2be9c 11924 *) # Relative
ab509236
L
11925 if test -f "$f"; then
11926 # Build tree
11927 echo "$f"
11928 elif test -f "$srcdir/$f"; then
11929 # Source tree
11930 echo "$srcdir/$f"
11931 else
11932 # /dev/null tree
11933 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11934echo "$as_me: error: cannot find input file: $f" >&2;}
11935 { (exit 1); exit 1; }; }
ab509236 11936 fi;;
13b2be9c
DJ
11937 esac
11938 done` || { (exit 1); exit 1; }
11939_ACEOF
11940cat >>$CONFIG_STATUS <<_ACEOF
11941 sed "$ac_vpsub
11942$extrasub
11943_ACEOF
11944cat >>$CONFIG_STATUS <<\_ACEOF
11945:t
11946/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11947s,@configure_input@,$configure_input,;t t
11948s,@srcdir@,$ac_srcdir,;t t
11949s,@abs_srcdir@,$ac_abs_srcdir,;t t
11950s,@top_srcdir@,$ac_top_srcdir,;t t
11951s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11952s,@builddir@,$ac_builddir,;t t
11953s,@abs_builddir@,$ac_abs_builddir,;t t
11954s,@top_builddir@,$ac_top_builddir,;t t
11955s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11956s,@INSTALL@,$ac_INSTALL,;t t
11957" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11958 rm -f $tmp/stdin
11959 if test x"$ac_file" != x-; then
11960 mv $tmp/out $ac_file
11961 else
11962 cat $tmp/out
11963 rm -f $tmp/out
11964 fi
11965
11966done
11967_ACEOF
11968cat >>$CONFIG_STATUS <<\_ACEOF
11969
11970#
11971# CONFIG_HEADER section.
11972#
252b5132
RH
11973
11974# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11975# NAME is the cpp macro being defined and VALUE is the value it is being given.
11976#
11977# ac_d sets the value in "#define NAME VALUE" lines.
ab509236
L
11978ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11979ac_dB='[ ].*$,\1#\2'
13b2be9c
DJ
11980ac_dC=' '
11981ac_dD=',;t'
11982# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ab509236 11983ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13b2be9c 11984ac_uB='$,\1#\2define\3'
252b5132 11985ac_uC=' '
13b2be9c
DJ
11986ac_uD=',;t'
11987
11988for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 11989 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11990 case $ac_file in
11991 - | *:- | *:-:* ) # input from stdin
ab509236
L
11992 cat >$tmp/stdin
11993 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11994 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11995 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11996 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11997 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11998 esac
11999
13b2be9c
DJ
12000 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
12001echo "$as_me: creating $ac_file" >&6;}
12002
12003 # First look for the input files in the build tree, otherwise in the
12004 # src tree.
12005 ac_file_inputs=`IFS=:
12006 for f in $ac_file_in; do
12007 case $f in
12008 -) echo $tmp/stdin ;;
12009 [\\/$]*)
ab509236
L
12010 # Absolute (can't be DOS-style, as IFS=:)
12011 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
12012echo "$as_me: error: cannot find input file: $f" >&2;}
12013 { (exit 1); exit 1; }; }
ab509236
L
12014 # Do quote $f, to prevent DOS paths from being IFS'd.
12015 echo "$f";;
13b2be9c 12016 *) # Relative
ab509236
L
12017 if test -f "$f"; then
12018 # Build tree
12019 echo "$f"
12020 elif test -f "$srcdir/$f"; then
12021 # Source tree
12022 echo "$srcdir/$f"
12023 else
12024 # /dev/null tree
12025 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
12026echo "$as_me: error: cannot find input file: $f" >&2;}
12027 { (exit 1); exit 1; }; }
ab509236 12028 fi;;
13b2be9c
DJ
12029 esac
12030 done` || { (exit 1); exit 1; }
12031 # Remove the trailing spaces.
ab509236 12032 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13b2be9c
DJ
12033
12034_ACEOF
12035
12036# Transform confdefs.h into two sed scripts, `conftest.defines' and
12037# `conftest.undefs', that substitutes the proper values into
12038# config.h.in to produce config.h. The first handles `#define'
12039# templates, and the second `#undef' templates.
12040# And first: Protect against being on the right side of a sed subst in
12041# config.status. Protect against being in an unquoted here document
12042# in config.status.
12043rm -f conftest.defines conftest.undefs
12044# Using a here document instead of a string reduces the quoting nightmare.
12045# Putting comments in sed scripts is not portable.
12046#
12047# `end' is used to avoid that the second main sed command (meant for
12048# 0-ary CPP macros) applies to n-ary macro definitions.
12049# See the Autoconf documentation for `clear'.
12050cat >confdef2sed.sed <<\_ACEOF
12051s/[\\&,]/\\&/g
12052s,[\\$`],\\&,g
12053t clear
12054: clear
ab509236 12055s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13b2be9c 12056t end
ab509236 12057s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13b2be9c
DJ
12058: end
12059_ACEOF
12060# If some macros were called several times there might be several times
12061# the same #defines, which is useless. Nevertheless, we may not want to
12062# sort them, since we want the *last* AC-DEFINE to be honored.
12063uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12064sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12065rm -f confdef2sed.sed
252b5132
RH
12066
12067# This sed command replaces #undef with comments. This is necessary, for
12068# example, in the case of _POSIX_SOURCE, which is predefined and required
12069# on some systems where configure will not decide to define it.
13b2be9c 12070cat >>conftest.undefs <<\_ACEOF
ab509236 12071s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13b2be9c
DJ
12072_ACEOF
12073
12074# Break up conftest.defines because some shells have a limit on the size
12075# of here documents, and old seds have small limits too (100 cmds).
12076echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ab509236 12077echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13b2be9c
DJ
12078echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12079echo ' :' >>$CONFIG_STATUS
12080rm -f conftest.tail
12081while grep . conftest.defines >/dev/null
12082do
12083 # Write a limited-size here document to $tmp/defines.sed.
12084 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12085 # Speed up: don't consider the non `#define' lines.
ab509236 12086 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13b2be9c
DJ
12087 # Work around the forget-to-reset-the-flag bug.
12088 echo 't clr' >>$CONFIG_STATUS
12089 echo ': clr' >>$CONFIG_STATUS
12090 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
12091 echo 'CEOF
12092 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12093 rm -f $tmp/in
12094 mv $tmp/out $tmp/in
12095' >>$CONFIG_STATUS
12096 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
12097 rm -f conftest.defines
12098 mv conftest.tail conftest.defines
12099done
12100rm -f conftest.defines
12101echo ' fi # grep' >>$CONFIG_STATUS
12102echo >>$CONFIG_STATUS
252b5132 12103
13b2be9c
DJ
12104# Break up conftest.undefs because some shells have a limit on the size
12105# of here documents, and old seds have small limits too (100 cmds).
12106echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 12107rm -f conftest.tail
13b2be9c 12108while grep . conftest.undefs >/dev/null
252b5132 12109do
13b2be9c
DJ
12110 # Write a limited-size here document to $tmp/undefs.sed.
12111 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12112 # Speed up: don't consider the non `#undef'
ab509236 12113 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13b2be9c
DJ
12114 # Work around the forget-to-reset-the-flag bug.
12115 echo 't clr' >>$CONFIG_STATUS
12116 echo ': clr' >>$CONFIG_STATUS
12117 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 12118 echo 'CEOF
13b2be9c
DJ
12119 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12120 rm -f $tmp/in
12121 mv $tmp/out $tmp/in
12122' >>$CONFIG_STATUS
12123 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12124 rm -f conftest.undefs
12125 mv conftest.tail conftest.undefs
252b5132 12126done
13b2be9c
DJ
12127rm -f conftest.undefs
12128
12129cat >>$CONFIG_STATUS <<\_ACEOF
12130 # Let's still pretend it is `configure' which instantiates (i.e., don't
12131 # use $as_me), people would be surprised to read:
12132 # /* config.h. Generated by config.status. */
12133 if test x"$ac_file" = x-; then
12134 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 12135 else
13b2be9c
DJ
12136 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12137 fi
12138 cat $tmp/in >>$tmp/config.h
12139 rm -f $tmp/in
12140 if test x"$ac_file" != x-; then
12141 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
12142 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12143echo "$as_me: $ac_file is unchanged" >&6;}
12144 else
12145 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12146$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12147 X"$ac_file" : 'X\(//\)[^/]' \| \
12148 X"$ac_file" : 'X\(//\)$' \| \
12149 X"$ac_file" : 'X\(/\)' \| \
12150 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12151echo X"$ac_file" |
12152 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12153 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12154 /^X\(\/\/\)$/{ s//\1/; q; }
12155 /^X\(\/\).*/{ s//\1/; q; }
12156 s/.*/./; q'`
12157 { if $as_mkdir_p; then
12158 mkdir -p "$ac_dir"
12159 else
12160 as_dir="$ac_dir"
12161 as_dirs=
12162 while test ! -d "$as_dir"; do
12163 as_dirs="$as_dir $as_dirs"
12164 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12165$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12166 X"$as_dir" : 'X\(//\)[^/]' \| \
12167 X"$as_dir" : 'X\(//\)$' \| \
12168 X"$as_dir" : 'X\(/\)' \| \
12169 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12170echo X"$as_dir" |
12171 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12172 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12173 /^X\(\/\/\)$/{ s//\1/; q; }
12174 /^X\(\/\).*/{ s//\1/; q; }
12175 s/.*/./; q'`
12176 done
12177 test ! -n "$as_dirs" || mkdir $as_dirs
12178 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12179echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12180 { (exit 1); exit 1; }; }; }
12181
12182 rm -f $ac_file
12183 mv $tmp/config.h $ac_file
9b2b7d69 12184 fi
13b2be9c
DJ
12185 else
12186 cat $tmp/config.h
12187 rm -f $tmp/config.h
9b2b7d69 12188 fi
13b2be9c
DJ
12189# Compute $ac_file's index in $config_headers.
12190_am_stamp_count=1
12191for _am_header in $config_headers :; do
12192 case $_am_header in
12193 $ac_file | $ac_file:* )
12194 break ;;
12195 * )
12196 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12197 esac
12198done
12199echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12200$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12201 X$ac_file : 'X\(//\)[^/]' \| \
12202 X$ac_file : 'X\(//\)$' \| \
12203 X$ac_file : 'X\(/\)' \| \
12204 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12205echo X$ac_file |
12206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12207 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12208 /^X\(\/\/\)$/{ s//\1/; q; }
12209 /^X\(\/\).*/{ s//\1/; q; }
12210 s/.*/./; q'`/stamp-h$_am_stamp_count
12211done
12212_ACEOF
12213cat >>$CONFIG_STATUS <<\_ACEOF
6840198f 12214
13b2be9c
DJ
12215#
12216# CONFIG_COMMANDS section.
12217#
12218for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
12219 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
12220 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
12221 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
12222$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12223 X"$ac_dest" : 'X\(//\)[^/]' \| \
12224 X"$ac_dest" : 'X\(//\)$' \| \
12225 X"$ac_dest" : 'X\(/\)' \| \
12226 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12227echo X"$ac_dest" |
12228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12229 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12230 /^X\(\/\/\)$/{ s//\1/; q; }
12231 /^X\(\/\).*/{ s//\1/; q; }
12232 s/.*/./; q'`
ab509236
L
12233 { if $as_mkdir_p; then
12234 mkdir -p "$ac_dir"
12235 else
12236 as_dir="$ac_dir"
12237 as_dirs=
12238 while test ! -d "$as_dir"; do
12239 as_dirs="$as_dir $as_dirs"
12240 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12241$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12242 X"$as_dir" : 'X\(//\)[^/]' \| \
12243 X"$as_dir" : 'X\(//\)$' \| \
12244 X"$as_dir" : 'X\(/\)' \| \
12245 . : '\(.\)' 2>/dev/null ||
12246echo X"$as_dir" |
12247 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12248 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12249 /^X\(\/\/\)$/{ s//\1/; q; }
12250 /^X\(\/\).*/{ s//\1/; q; }
12251 s/.*/./; q'`
12252 done
12253 test ! -n "$as_dirs" || mkdir $as_dirs
12254 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12255echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12256 { (exit 1); exit 1; }; }; }
12257
13b2be9c
DJ
12258 ac_builddir=.
12259
12260if test "$ac_dir" != .; then
12261 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12262 # A "../" for each directory in $ac_dir_suffix.
12263 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12264else
12265 ac_dir_suffix= ac_top_builddir=
12266fi
12267
12268case $srcdir in
12269 .) # No --srcdir option. We are building in place.
12270 ac_srcdir=.
12271 if test -z "$ac_top_builddir"; then
12272 ac_top_srcdir=.
12273 else
12274 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12275 fi ;;
12276 [\\/]* | ?:[\\/]* ) # Absolute path.
12277 ac_srcdir=$srcdir$ac_dir_suffix;
12278 ac_top_srcdir=$srcdir ;;
12279 *) # Relative path.
12280 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12281 ac_top_srcdir=$ac_top_builddir$srcdir ;;
12282esac
ab509236
L
12283
12284# Do not use `cd foo && pwd` to compute absolute paths, because
12285# the directories may not exist.
12286case `pwd` in
12287.) ac_abs_builddir="$ac_dir";;
12288*)
12289 case "$ac_dir" in
12290 .) ac_abs_builddir=`pwd`;;
12291 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12292 *) ac_abs_builddir=`pwd`/"$ac_dir";;
12293 esac;;
12294esac
12295case $ac_abs_builddir in
12296.) ac_abs_top_builddir=${ac_top_builddir}.;;
12297*)
12298 case ${ac_top_builddir}. in
12299 .) ac_abs_top_builddir=$ac_abs_builddir;;
12300 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12301 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
12302 esac;;
12303esac
12304case $ac_abs_builddir in
12305.) ac_abs_srcdir=$ac_srcdir;;
12306*)
12307 case $ac_srcdir in
12308 .) ac_abs_srcdir=$ac_abs_builddir;;
12309 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
12310 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
12311 esac;;
12312esac
12313case $ac_abs_builddir in
12314.) ac_abs_top_srcdir=$ac_top_srcdir;;
12315*)
12316 case $ac_top_srcdir in
12317 .) ac_abs_top_srcdir=$ac_abs_builddir;;
12318 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
12319 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
12320 esac;;
12321esac
13b2be9c
DJ
12322
12323
12324 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12325echo "$as_me: executing $ac_dest commands" >&6;}
12326 case $ac_dest in
12327 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
12328 # Strip MF so we end up with the name of the file.
12329 mf=`echo "$mf" | sed -e 's/:.*$//'`
12330 # Check whether this is an Automake generated Makefile or not.
12331 # We used to match only the files named `Makefile.in', but
12332 # some people rename them; so instead we look at the file content.
12333 # Grep'ing the first line is not enough: some people post-process
12334 # each Makefile.in and add a new line on top of each file to say so.
12335 # So let's grep whole file.
12336 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
12337 dirpart=`(dirname "$mf") 2>/dev/null ||
12338$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12339 X"$mf" : 'X\(//\)[^/]' \| \
12340 X"$mf" : 'X\(//\)$' \| \
12341 X"$mf" : 'X\(/\)' \| \
12342 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12343echo X"$mf" |
12344 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12345 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12346 /^X\(\/\/\)$/{ s//\1/; q; }
12347 /^X\(\/\).*/{ s//\1/; q; }
12348 s/.*/./; q'`
12349 else
12350 continue
12351 fi
12352 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
12353 # Extract the definition of DEP_FILES from the Makefile without
12354 # running `make'.
12355 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
12356 test -z "$DEPDIR" && continue
12357 # When using ansi2knr, U may be empty or an underscore; expand it
12358 U=`sed -n -e '/^U = / s///p' < "$mf"`
12359 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
12360 # We invoke sed twice because it is the simplest approach to
12361 # changing $(DEPDIR) to its actual value in the expansion.
12362 for file in `sed -n -e '
12363 /^DEP_FILES = .*\\\\$/ {
12364 s/^DEP_FILES = //
12365 :loop
12366 s/\\\\$//
12367 p
12368 n
12369 /\\\\$/ b loop
12370 p
12371 }
12372 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
12373 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12374 # Make sure the directory exists.
12375 test -f "$dirpart/$file" && continue
12376 fdir=`(dirname "$file") 2>/dev/null ||
12377$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12378 X"$file" : 'X\(//\)[^/]' \| \
12379 X"$file" : 'X\(//\)$' \| \
12380 X"$file" : 'X\(/\)' \| \
12381 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12382echo X"$file" |
12383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12384 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12385 /^X\(\/\/\)$/{ s//\1/; q; }
12386 /^X\(\/\).*/{ s//\1/; q; }
12387 s/.*/./; q'`
12388 { if $as_mkdir_p; then
12389 mkdir -p $dirpart/$fdir
12390 else
12391 as_dir=$dirpart/$fdir
12392 as_dirs=
12393 while test ! -d "$as_dir"; do
12394 as_dirs="$as_dir $as_dirs"
12395 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12396$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12397 X"$as_dir" : 'X\(//\)[^/]' \| \
12398 X"$as_dir" : 'X\(//\)$' \| \
12399 X"$as_dir" : 'X\(/\)' \| \
12400 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12401echo X"$as_dir" |
12402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12403 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12404 /^X\(\/\/\)$/{ s//\1/; q; }
12405 /^X\(\/\).*/{ s//\1/; q; }
12406 s/.*/./; q'`
12407 done
12408 test ! -n "$as_dirs" || mkdir $as_dirs
12409 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12410echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12411 { (exit 1); exit 1; }; }; }
c8615825 12412
13b2be9c
DJ
12413 # echo "creating $dirpart/$file"
12414 echo '# dummy' > "$dirpart/$file"
12415 done
12416done
12417 ;;
12418 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
12419 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
12420 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
12421 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
12422 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
12423 if test "x$cgen_cpu_prefix" != x ; then
12424 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
12425 fi
12426
13b2be9c
DJ
12427 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
12428 esac
12429done
12430_ACEOF
12431
12432cat >>$CONFIG_STATUS <<\_ACEOF
12433
12434{ (exit 0); exit 0; }
12435_ACEOF
252b5132 12436chmod +x $CONFIG_STATUS
13b2be9c
DJ
12437ac_clean_files=$ac_clean_files_save
12438
12439
12440# configure is writing to config.log, and then calls config.status.
12441# config.status does its own redirection, appending to config.log.
12442# Unfortunately, on DOS this fails, as config.log is still kept open
12443# by configure, so config.status won't be able to write to it; its
12444# output is simply discarded. So we exec the FD to /dev/null,
12445# effectively closing config.log, so it can be properly (re)opened and
12446# appended to by config.status. When coming back to configure, we
12447# need to make the FD available again.
12448if test "$no_create" != yes; then
12449 ac_cs_success=:
12450 ac_config_status_args=
12451 test "$silent" = yes &&
12452 ac_config_status_args="$ac_config_status_args --quiet"
12453 exec 5>/dev/null
12454 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12455 exec 5>>config.log
12456 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12457 # would make configure fail if this is the last instruction.
12458 $ac_cs_success || { (exit 1); exit 1; }
12459fi
252b5132 12460
This page took 1.000703 seconds and 4 git commands to generate.