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