* bout.c (b_out_write_object_contents): Don't use sizeof on host
[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
8ea2b00f 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS 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
7499d566 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); } &&
7499d566
NC
1997 { ac_try='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
ab509236
L
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000 (eval $ac_try) 2>&5
2001 ac_status=$?
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003 (exit $ac_status); }; } &&
2004 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2006 (eval $ac_try) 2>&5
2007 ac_status=$?
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2009 (exit $ac_status); }; }; then
2010 ac_compiler_gnu=yes
2011else
2012 echo "$as_me: failed program was:" >&5
2013sed 's/^/| /' conftest.$ac_ext >&5
2014
2015ac_compiler_gnu=no
2016fi
ab509236 2017rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2018ac_cv_c_compiler_gnu=$ac_compiler_gnu
2019
2020fi
2021echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2022echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2023GCC=`test $ac_compiler_gnu = yes && echo yes`
2024ac_test_CFLAGS=${CFLAGS+set}
2025ac_save_CFLAGS=$CFLAGS
2026CFLAGS="-g"
2027echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2028echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2029if test "${ac_cv_prog_cc_g+set}" = set; then
2030 echo $ECHO_N "(cached) $ECHO_C" >&6
2031else
2032 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2033/* confdefs.h. */
2034_ACEOF
2035cat confdefs.h >>conftest.$ac_ext
2036cat >>conftest.$ac_ext <<_ACEOF
2037/* end confdefs.h. */
2038
2039int
2040main ()
2041{
2042
2043 ;
2044 return 0;
2045}
2046_ACEOF
2047rm -f conftest.$ac_objext
2048if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2049 (eval $ac_compile) 2>conftest.er1
13b2be9c 2050 ac_status=$?
ab509236
L
2051 grep -v '^ *+' conftest.er1 >conftest.err
2052 rm -f conftest.er1
2053 cat conftest.err >&5
13b2be9c
DJ
2054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2055 (exit $ac_status); } &&
7499d566
NC
2056 { ac_try='test -z "$ac_c_werror_flag"
2057 || test ! -s conftest.err'
ab509236
L
2058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2059 (eval $ac_try) 2>&5
2060 ac_status=$?
2061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 (exit $ac_status); }; } &&
2063 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2065 (eval $ac_try) 2>&5
2066 ac_status=$?
2067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068 (exit $ac_status); }; }; then
2069 ac_cv_prog_cc_g=yes
2070else
2071 echo "$as_me: failed program was:" >&5
2072sed 's/^/| /' conftest.$ac_ext >&5
2073
2074ac_cv_prog_cc_g=no
2075fi
ab509236 2076rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2077fi
2078echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2079echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2080if test "$ac_test_CFLAGS" = set; then
2081 CFLAGS=$ac_save_CFLAGS
2082elif test $ac_cv_prog_cc_g = yes; then
2083 if test "$GCC" = yes; then
2084 CFLAGS="-g -O2"
2085 else
2086 CFLAGS="-g"
2087 fi
2088else
2089 if test "$GCC" = yes; then
2090 CFLAGS="-O2"
2091 else
2092 CFLAGS=
2093 fi
2094fi
2095echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2096echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2097if test "${ac_cv_prog_cc_stdc+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2099else
2100 ac_cv_prog_cc_stdc=no
2101ac_save_CC=$CC
2102cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2103/* confdefs.h. */
2104_ACEOF
2105cat confdefs.h >>conftest.$ac_ext
2106cat >>conftest.$ac_ext <<_ACEOF
2107/* end confdefs.h. */
2108#include <stdarg.h>
2109#include <stdio.h>
2110#include <sys/types.h>
2111#include <sys/stat.h>
2112/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2113struct buf { int x; };
2114FILE * (*rcsopen) (struct buf *, struct stat *, int);
2115static char *e (p, i)
2116 char **p;
2117 int i;
2118{
2119 return p[i];
2120}
2121static char *f (char * (*g) (char **, int), char **p, ...)
2122{
2123 char *s;
2124 va_list v;
2125 va_start (v,p);
2126 s = g (p, va_arg (v,int));
2127 va_end (v);
2128 return s;
2129}
ab509236
L
2130
2131/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2132 function prototypes and stuff, but not '\xHH' hex character constants.
2133 These don't provoke an error unfortunately, instead are silently treated
2134 as 'x'. The following induces an error, until -std1 is added to get
2135 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2136 array size at least. It's necessary to write '\x00'==0 to get something
2137 that's true only with -std1. */
2138int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2139
13b2be9c
DJ
2140int test (int i, double x);
2141struct s1 {int (*f) (int a);};
2142struct s2 {int (*f) (double a);};
2143int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2144int argc;
2145char **argv;
2146int
2147main ()
2148{
2149return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2150 ;
2151 return 0;
2152}
2153_ACEOF
2154# Don't try gcc -ansi; that turns off useful extensions and
2155# breaks some systems' header files.
2156# AIX -qlanglvl=ansi
2157# Ultrix and OSF/1 -std1
2158# HP-UX 10.20 and later -Ae
2159# HP-UX older versions -Aa -D_HPUX_SOURCE
2160# SVR4 -Xc -D__EXTENSIONS__
2161for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2162do
2163 CC="$ac_save_CC $ac_arg"
2164 rm -f conftest.$ac_objext
2165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2166 (eval $ac_compile) 2>conftest.er1
13b2be9c 2167 ac_status=$?
ab509236
L
2168 grep -v '^ *+' conftest.er1 >conftest.err
2169 rm -f conftest.er1
2170 cat conftest.err >&5
13b2be9c
DJ
2171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172 (exit $ac_status); } &&
7499d566
NC
2173 { ac_try='test -z "$ac_c_werror_flag"
2174 || test ! -s conftest.err'
ab509236
L
2175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2176 (eval $ac_try) 2>&5
2177 ac_status=$?
2178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2179 (exit $ac_status); }; } &&
2180 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182 (eval $ac_try) 2>&5
2183 ac_status=$?
2184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2185 (exit $ac_status); }; }; then
2186 ac_cv_prog_cc_stdc=$ac_arg
2187break
2188else
2189 echo "$as_me: failed program was:" >&5
2190sed 's/^/| /' conftest.$ac_ext >&5
2191
2192fi
ab509236 2193rm -f conftest.err conftest.$ac_objext
13b2be9c
DJ
2194done
2195rm -f conftest.$ac_ext conftest.$ac_objext
2196CC=$ac_save_CC
2197
2198fi
2199
2200case "x$ac_cv_prog_cc_stdc" in
2201 x|xno)
2202 echo "$as_me:$LINENO: result: none needed" >&5
2203echo "${ECHO_T}none needed" >&6 ;;
2204 *)
2205 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2206echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2207 CC="$CC $ac_cv_prog_cc_stdc" ;;
2208esac
2209
2210# Some people use a C++ compiler to compile C. Since we use `exit',
2211# in C++ we need to declare it. In case someone uses the same compiler
2212# for both compiling C and C++ we need to have the C++ compiler decide
2213# the declaration of exit, since it's the most demanding environment.
2214cat >conftest.$ac_ext <<_ACEOF
2215#ifndef __cplusplus
2216 choke me
2217#endif
2218_ACEOF
2219rm -f conftest.$ac_objext
2220if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2221 (eval $ac_compile) 2>conftest.er1
13b2be9c 2222 ac_status=$?
ab509236
L
2223 grep -v '^ *+' conftest.er1 >conftest.err
2224 rm -f conftest.er1
2225 cat conftest.err >&5
13b2be9c
DJ
2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227 (exit $ac_status); } &&
7499d566
NC
2228 { ac_try='test -z "$ac_c_werror_flag"
2229 || test ! -s conftest.err'
ab509236
L
2230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2231 (eval $ac_try) 2>&5
2232 ac_status=$?
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); }; } &&
2235 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2237 (eval $ac_try) 2>&5
2238 ac_status=$?
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); }; }; then
2241 for ac_declaration in \
ab509236 2242 '' \
13b2be9c
DJ
2243 'extern "C" void std::exit (int) throw (); using std::exit;' \
2244 'extern "C" void std::exit (int); using std::exit;' \
2245 'extern "C" void exit (int) throw ();' \
2246 'extern "C" void exit (int);' \
2247 'void exit (int);'
2248do
2249 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2250/* confdefs.h. */
2251_ACEOF
2252cat confdefs.h >>conftest.$ac_ext
2253cat >>conftest.$ac_ext <<_ACEOF
2254/* end confdefs.h. */
13dfd2d0 2255$ac_declaration
ab509236 2256#include <stdlib.h>
13b2be9c
DJ
2257int
2258main ()
2259{
2260exit (42);
2261 ;
2262 return 0;
2263}
2264_ACEOF
2265rm -f conftest.$ac_objext
2266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2267 (eval $ac_compile) 2>conftest.er1
13b2be9c 2268 ac_status=$?
ab509236
L
2269 grep -v '^ *+' conftest.er1 >conftest.err
2270 rm -f conftest.er1
2271 cat conftest.err >&5
13b2be9c
DJ
2272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2273 (exit $ac_status); } &&
7499d566
NC
2274 { ac_try='test -z "$ac_c_werror_flag"
2275 || test ! -s conftest.err'
ab509236
L
2276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2277 (eval $ac_try) 2>&5
2278 ac_status=$?
2279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2280 (exit $ac_status); }; } &&
2281 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 (eval $ac_try) 2>&5
2284 ac_status=$?
2285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2286 (exit $ac_status); }; }; then
2287 :
2288else
2289 echo "$as_me: failed program was:" >&5
2290sed 's/^/| /' conftest.$ac_ext >&5
2291
2292continue
2293fi
ab509236 2294rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 2295 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2296/* confdefs.h. */
2297_ACEOF
2298cat confdefs.h >>conftest.$ac_ext
2299cat >>conftest.$ac_ext <<_ACEOF
2300/* end confdefs.h. */
2301$ac_declaration
2302int
2303main ()
2304{
2305exit (42);
2306 ;
2307 return 0;
2308}
2309_ACEOF
2310rm -f conftest.$ac_objext
2311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 2312 (eval $ac_compile) 2>conftest.er1
13b2be9c 2313 ac_status=$?
ab509236
L
2314 grep -v '^ *+' conftest.er1 >conftest.err
2315 rm -f conftest.er1
2316 cat conftest.err >&5
13b2be9c
DJ
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); } &&
7499d566
NC
2319 { ac_try='test -z "$ac_c_werror_flag"
2320 || test ! -s conftest.err'
ab509236
L
2321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322 (eval $ac_try) 2>&5
2323 ac_status=$?
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); }; } &&
2326 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
2327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2328 (eval $ac_try) 2>&5
2329 ac_status=$?
2330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2331 (exit $ac_status); }; }; then
2332 break
2333else
2334 echo "$as_me: failed program was:" >&5
2335sed 's/^/| /' conftest.$ac_ext >&5
2336
2337fi
ab509236 2338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2339done
2340rm -f conftest*
2341if test -n "$ac_declaration"; then
2342 echo '#ifdef __cplusplus' >>confdefs.h
2343 echo $ac_declaration >>confdefs.h
2344 echo '#endif' >>confdefs.h
2345fi
2346
2347else
2348 echo "$as_me: failed program was:" >&5
2349sed 's/^/| /' conftest.$ac_ext >&5
2350
2351fi
ab509236 2352rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358
2359
ab509236
L
2360echo "$as_me:$LINENO: checking for library containing strerror" >&5
2361echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2362if test "${ac_cv_search_strerror+set}" = set; then
13b2be9c
DJ
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2364else
ab509236
L
2365 ac_func_search_save_LIBS=$LIBS
2366ac_cv_search_strerror=no
13b2be9c 2367cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
2368/* confdefs.h. */
2369_ACEOF
2370cat confdefs.h >>conftest.$ac_ext
2371cat >>conftest.$ac_ext <<_ACEOF
2372/* end confdefs.h. */
2373
2374/* Override any gcc2 internal prototype to avoid an error. */
2375#ifdef __cplusplus
2376extern "C"
2377#endif
2378/* We use char because int might match the return type of a gcc2
2379 builtin and then its argument prototype would still apply. */
2380char strerror ();
2381int
2382main ()
2383{
2384strerror ();
2385 ;
2386 return 0;
2387}
2388_ACEOF
2389rm -f conftest.$ac_objext conftest$ac_exeext
2390if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 2391 (eval $ac_link) 2>conftest.er1
13b2be9c 2392 ac_status=$?
ab509236
L
2393 grep -v '^ *+' conftest.er1 >conftest.err
2394 rm -f conftest.er1
2395 cat conftest.err >&5
13b2be9c
DJ
2396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397 (exit $ac_status); } &&
7499d566
NC
2398 { ac_try='test -z "$ac_c_werror_flag"
2399 || test ! -s conftest.err'
ab509236
L
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2401 (eval $ac_try) 2>&5
2402 ac_status=$?
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; } &&
2405 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
2406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2407 (eval $ac_try) 2>&5
2408 ac_status=$?
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; }; then
ab509236 2411 ac_cv_search_strerror="none required"
13b2be9c
DJ
2412else
2413 echo "$as_me: failed program was:" >&5
2414sed 's/^/| /' conftest.$ac_ext >&5
2415
13b2be9c 2416fi
ab509236
L
2417rm -f conftest.err conftest.$ac_objext \
2418 conftest$ac_exeext conftest.$ac_ext
2419if test "$ac_cv_search_strerror" = no; then
2420 for ac_lib in cposix; do
2421 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2422 cat >conftest.$ac_ext <<_ACEOF
2423/* confdefs.h. */
2424_ACEOF
2425cat confdefs.h >>conftest.$ac_ext
2426cat >>conftest.$ac_ext <<_ACEOF
2427/* end confdefs.h. */
2428
2429/* Override any gcc2 internal prototype to avoid an error. */
2430#ifdef __cplusplus
2431extern "C"
2432#endif
2433/* We use char because int might match the return type of a gcc2
2434 builtin and then its argument prototype would still apply. */
2435char strerror ();
2436int
2437main ()
2438{
2439strerror ();
2440 ;
2441 return 0;
2442}
2443_ACEOF
2444rm -f conftest.$ac_objext conftest$ac_exeext
2445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2446 (eval $ac_link) 2>conftest.er1
2447 ac_status=$?
2448 grep -v '^ *+' conftest.er1 >conftest.err
2449 rm -f conftest.er1
2450 cat conftest.err >&5
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
7499d566
NC
2453 { ac_try='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
ab509236
L
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2456 (eval $ac_try) 2>&5
2457 ac_status=$?
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try='test -s conftest$ac_exeext'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 (eval $ac_try) 2>&5
2463 ac_status=$?
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2466 ac_cv_search_strerror="-l$ac_lib"
2467break
2468else
2469 echo "$as_me: failed program was:" >&5
2470sed 's/^/| /' conftest.$ac_ext >&5
2471
13b2be9c 2472fi
ab509236
L
2473rm -f conftest.err conftest.$ac_objext \
2474 conftest$ac_exeext conftest.$ac_ext
2475 done
13b2be9c 2476fi
ab509236
L
2477LIBS=$ac_func_search_save_LIBS
2478fi
2479echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2480echo "${ECHO_T}$ac_cv_search_strerror" >&6
2481if test "$ac_cv_search_strerror" != no; then
2482 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
13b2be9c 2483
ab509236 2484fi
13b2be9c
DJ
2485
2486
2487BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
8ea2b00f 2488am__api_version="1.9"
13b2be9c
DJ
2489# Find a good install program. We prefer a C program (faster),
2490# so one script is as good as another. But avoid the broken or
2491# incompatible versions:
2492# SysV /etc/install, /usr/sbin/install
2493# SunOS /usr/etc/install
2494# IRIX /sbin/install
2495# AIX /bin/install
2496# AmigaOS /C/install, which installs bootblocks on floppy discs
2497# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2498# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2499# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 2500# OS/2's system install, which has a completely different semantic
13b2be9c
DJ
2501# ./install, which can be erroneously created by make from ./install.sh.
2502echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2503echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2504if test -z "$INSTALL"; then
2505if test "${ac_cv_path_install+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507else
2508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509for as_dir in $PATH
2510do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
2513 # Account for people who put trailing slashes in PATH elements.
2514case $as_dir/ in
2515 ./ | .// | /cC/* | \
2516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ab509236 2517 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13b2be9c
DJ
2518 /usr/ucb/* ) ;;
2519 *)
2520 # OSF1 and SCO ODT 3.0 have their own names for install.
2521 # Don't use installbsd from OSF since it installs stuff as root
2522 # by default.
2523 for ac_prog in ginstall scoinst install; do
2524 for ac_exec_ext in '' $ac_executable_extensions; do
ab509236
L
2525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2526 if test $ac_prog = install &&
2527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2528 # AIX install. It has an incompatible calling convention.
2529 :
2530 elif test $ac_prog = install &&
2531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2532 # program-specific install script used by HP pwplus--don't use.
2533 :
2534 else
2535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2536 break 3
2537 fi
2538 fi
13b2be9c
DJ
2539 done
2540 done
2541 ;;
2542esac
2543done
2544
252b5132
RH
2545
2546fi
2547 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2548 INSTALL=$ac_cv_path_install
252b5132
RH
2549 else
2550 # As a last resort, use the slow shell script. We don't cache a
2551 # path for INSTALL within a source directory, because that will
2552 # break other packages using the cache if that directory is
2553 # removed, or if the path is relative.
13b2be9c 2554 INSTALL=$ac_install_sh
252b5132
RH
2555 fi
2556fi
13b2be9c
DJ
2557echo "$as_me:$LINENO: result: $INSTALL" >&5
2558echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2559
2560# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2561# It thinks the first close brace ends the variable substitution.
2562test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2563
13b2be9c 2564test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2565
2566test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2567
13b2be9c
DJ
2568echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2569echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2570# Just in case
2571sleep 1
13b2be9c 2572echo timestamp > conftest.file
252b5132
RH
2573# Do `set' in a subshell so we don't clobber the current shell's
2574# arguments. Must try -L first in case configure is actually a
2575# symlink; some systems play weird games with the mod time of symlinks
2576# (eg FreeBSD returns the mod time of the symlink's containing
2577# directory).
2578if (
13b2be9c 2579 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2580 if test "$*" = "X"; then
2581 # -L didn't work.
13b2be9c 2582 set X `ls -t $srcdir/configure conftest.file`
252b5132 2583 fi
13b2be9c
DJ
2584 rm -f conftest.file
2585 if test "$*" != "X $srcdir/configure conftest.file" \
2586 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2587
2588 # If neither matched, then we have a broken ls. This can happen
2589 # if, for instance, CONFIG_SHELL is bash and it inherits a
2590 # broken ls alias from the environment. This has actually
2591 # happened. Such a system could not be considered "sane".
13b2be9c
DJ
2592 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2593alias in your environment" >&5
2594echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2595alias in your environment" >&2;}
2596 { (exit 1); exit 1; }; }
252b5132
RH
2597 fi
2598
13b2be9c
DJ
2599 test "$2" = conftest.file
2600 )
2601then
2602 # Ok.
2603 :
2604else
2605 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2606Check your system clock" >&5
2607echo "$as_me: error: newly created file is older than distributed files!
2608Check your system clock" >&2;}
2609 { (exit 1); exit 1; }; }
2610fi
2611echo "$as_me:$LINENO: result: yes" >&5
2612echo "${ECHO_T}yes" >&6
2613test "$program_prefix" != NONE &&
2614 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2615# Use a double $ so make ignores it.
2616test "$program_suffix" != NONE &&
2617 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2618# Double any \ or $. echo might interpret backslashes.
2619# By default was `s,x,x', remove it if useless.
2620cat <<\_ACEOF >conftest.sed
2621s/[\\$]/&&/g;s/;s,x,x,$//
2622_ACEOF
2623program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2624rm conftest.sed
2625
13b2be9c
DJ
2626# expand $ac_aux_dir to an absolute path
2627am_aux_dir=`cd $ac_aux_dir && pwd`
2628
2629test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2630# Use eval to expand $SHELL
2631if eval "$MISSING --run true"; then
2632 am_missing_run="$MISSING --run "
2633else
2634 am_missing_run=
2635 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2636echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2637fi
2638
4b363073 2639if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
8ea2b00f
AM
2640 # We used to keeping the `.' as first argument, in order to
2641 # allow $(mkdir_p) to be used without argument. As in
ab509236 2642 # $(mkdir_p) $(somedir)
8ea2b00f
AM
2643 # where $(somedir) is conditionally defined. However this is wrong
2644 # for two reasons:
2645 # 1. if the package is installed by a user who cannot write `.'
2646 # make install will fail,
2647 # 2. the above comment should most certainly read
2648 # $(mkdir_p) $(DESTDIR)$(somedir)
2649 # so it does not work when $(somedir) is undefined and
2650 # $(DESTDIR) is not.
2651 # To support the latter case, we have to write
2652 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2653 # so the `.' trick is pointless.
2654 mkdir_p='mkdir -p --'
ab509236
L
2655else
2656 # On NextStep and OpenStep, the `mkdir' command does not
2657 # recognize any option. It will interpret all options as
2658 # directories to create, and then abort because `.' already
2659 # exists.
4b363073 2660 for d in ./-p ./--version;
ab509236
L
2661 do
2662 test -d $d && rmdir $d
2663 done
2664 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2665 if test -f "$ac_aux_dir/mkinstalldirs"; then
2666 mkdir_p='$(mkinstalldirs)'
2667 else
2668 mkdir_p='$(install_sh) -d'
2669 fi
2670fi
2671
13b2be9c
DJ
2672for ac_prog in gawk mawk nawk awk
2673do
2674 # Extract the first word of "$ac_prog", so it can be a program name with args.
2675set dummy $ac_prog; ac_word=$2
2676echo "$as_me:$LINENO: checking for $ac_word" >&5
2677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2678if test "${ac_cv_prog_AWK+set}" = set; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2680else
2681 if test -n "$AWK"; then
2682 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2683else
2684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2685for as_dir in $PATH
2686do
2687 IFS=$as_save_IFS
2688 test -z "$as_dir" && as_dir=.
2689 for ac_exec_ext in '' $ac_executable_extensions; do
2690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2691 ac_cv_prog_AWK="$ac_prog"
2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 break 2
2694 fi
2695done
2696done
2697
2698fi
2699fi
2700AWK=$ac_cv_prog_AWK
2701if test -n "$AWK"; then
2702 echo "$as_me:$LINENO: result: $AWK" >&5
2703echo "${ECHO_T}$AWK" >&6
2704else
2705 echo "$as_me:$LINENO: result: no" >&5
2706echo "${ECHO_T}no" >&6
2707fi
2708
2709 test -n "$AWK" && break
2710done
2711
2712echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2713echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ab509236 2714set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
13b2be9c
DJ
2715if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2716 echo $ECHO_N "(cached) $ECHO_C" >&6
2717else
2718 cat >conftest.make <<\_ACEOF
2719all:
2720 @echo 'ac_maketemp="$(MAKE)"'
2721_ACEOF
2722# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2723eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2724if test -n "$ac_maketemp"; then
2725 eval ac_cv_prog_make_${ac_make}_set=yes
2726else
2727 eval ac_cv_prog_make_${ac_make}_set=no
2728fi
2729rm -f conftest.make
2730fi
2731if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2732 echo "$as_me:$LINENO: result: yes" >&5
2733echo "${ECHO_T}yes" >&6
2734 SET_MAKE=
2735else
2736 echo "$as_me:$LINENO: result: no" >&5
2737echo "${ECHO_T}no" >&6
2738 SET_MAKE="MAKE=${MAKE-make}"
2739fi
2740
2741rm -rf .tst 2>/dev/null
2742mkdir .tst 2>/dev/null
2743if test -d .tst; then
2744 am__leading_dot=.
2745else
2746 am__leading_dot=_
2747fi
2748rmdir .tst 2>/dev/null
2749
2750DEPDIR="${am__leading_dot}deps"
2751
2752 ac_config_commands="$ac_config_commands depfiles"
2753
2754
2755am_make=${MAKE-make}
2756cat > confinc << 'END'
2757am__doit:
2758 @echo done
2759.PHONY: am__doit
2760END
2761# If we don't find an include directive, just comment out the code.
2762echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2763echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2764am__include="#"
2765am__quote=
2766_am_result=none
2767# First try GNU make style include.
2768echo "include confinc" > confmf
2769# We grep out `Entering directory' and `Leaving directory'
2770# messages which can occur if `w' ends up in MAKEFLAGS.
2771# In particular we don't look at `^make:' because GNU make might
2772# be invoked under some other name (usually "gmake"), in which
2773# case it prints its new name instead of `make'.
2774if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2775 am__include=include
2776 am__quote=
2777 _am_result=GNU
2778fi
2779# Now try BSD make style include.
2780if test "$am__include" = "#"; then
2781 echo '.include "confinc"' > confmf
2782 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2783 am__include=.include
2784 am__quote="\""
2785 _am_result=BSD
2786 fi
2787fi
2788
2789
2790echo "$as_me:$LINENO: result: $_am_result" >&5
2791echo "${ECHO_T}$_am_result" >&6
2792rm -f confinc confmf
2793
2794# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2795if test "${enable_dependency_tracking+set}" = set; then
2796 enableval="$enable_dependency_tracking"
2797
2798fi;
2799if test "x$enable_dependency_tracking" != xno; then
2800 am_depcomp="$ac_aux_dir/depcomp"
2801 AMDEPBACKSLASH='\'
2802fi
2803
2804
2805if test "x$enable_dependency_tracking" != xno; then
2806 AMDEP_TRUE=
2807 AMDEP_FALSE='#'
2808else
2809 AMDEP_TRUE='#'
2810 AMDEP_FALSE=
2811fi
2812
2813
2814
ab509236 2815# test to see if srcdir already configured
13b2be9c
DJ
2816if test "`cd $srcdir && pwd`" != "`pwd`" &&
2817 test -f $srcdir/config.status; then
2818 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2819echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2820 { (exit 1); exit 1; }; }
2821fi
2822
2823# test whether we have cygpath
2824if test -z "$CYGPATH_W"; then
2825 if (cygpath --version) >/dev/null 2>/dev/null; then
2826 CYGPATH_W='cygpath -w'
2827 else
2828 CYGPATH_W=echo
2829 fi
2830fi
2831
2832
2833# Define the identity of the package.
2834 PACKAGE=gas
2835 VERSION=${BFD_VERSION}
2836
2837
2838cat >>confdefs.h <<_ACEOF
2839#define PACKAGE "$PACKAGE"
2840_ACEOF
2841
2842
2843cat >>confdefs.h <<_ACEOF
2844#define VERSION "$VERSION"
2845_ACEOF
2846
2847# Some tools Automake needs.
2848
2849ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2850
2851
2852AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2853
2854
2855AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2856
2857
2858AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2859
2860
2861MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2862
13b2be9c
DJ
2863install_sh=${install_sh-"$am_aux_dir/install-sh"}
2864
2865# Installed binaries are usually stripped using `strip' when the user
2866# run `make install-strip'. However `strip' might not be the right
2867# tool to use in cross-compilation environments, therefore Automake
2868# will honor the `STRIP' environment variable to overrule this program.
2869if test "$cross_compiling" != no; then
2870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2872set dummy ${ac_tool_prefix}strip; ac_word=$2
2873echo "$as_me:$LINENO: checking for $ac_word" >&5
2874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2875if test "${ac_cv_prog_STRIP+set}" = set; then
2876 echo $ECHO_N "(cached) $ECHO_C" >&6
2877else
2878 if test -n "$STRIP"; then
2879 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 2880else
13b2be9c
DJ
2881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2888 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2891 fi
2892done
2893done
2894
252b5132 2895fi
13b2be9c
DJ
2896fi
2897STRIP=$ac_cv_prog_STRIP
2898if test -n "$STRIP"; then
2899 echo "$as_me:$LINENO: result: $STRIP" >&5
2900echo "${ECHO_T}$STRIP" >&6
c8615825 2901else
13b2be9c
DJ
2902 echo "$as_me:$LINENO: result: no" >&5
2903echo "${ECHO_T}no" >&6
c8615825 2904fi
c8615825 2905
13b2be9c
DJ
2906fi
2907if test -z "$ac_cv_prog_STRIP"; then
2908 ac_ct_STRIP=$STRIP
2909 # Extract the first word of "strip", so it can be a program name with args.
2910set dummy strip; ac_word=$2
2911echo "$as_me:$LINENO: checking for $ac_word" >&5
2912echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2913if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 2915else
13b2be9c
DJ
2916 if test -n "$ac_ct_STRIP"; then
2917 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 2918else
13b2be9c
DJ
2919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2920for as_dir in $PATH
2921do
2922 IFS=$as_save_IFS
2923 test -z "$as_dir" && as_dir=.
2924 for ac_exec_ext in '' $ac_executable_extensions; do
2925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2926 ac_cv_prog_ac_ct_STRIP="strip"
2927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2928 break 2
2929 fi
2930done
2931done
2932
2933 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 2934fi
252b5132 2935fi
13b2be9c
DJ
2936ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2937if test -n "$ac_ct_STRIP"; then
2938 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2939echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2940else
13b2be9c
DJ
2941 echo "$as_me:$LINENO: result: no" >&5
2942echo "${ECHO_T}no" >&6
252b5132
RH
2943fi
2944
13b2be9c
DJ
2945 STRIP=$ac_ct_STRIP
2946else
2947 STRIP="$ac_cv_prog_STRIP"
2948fi
d6d788bd 2949
252b5132 2950fi
13b2be9c 2951INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 2952
13b2be9c
DJ
2953# We need awk for the "check" target. The system "awk" is bad on
2954# some platforms.
8ea2b00f
AM
2955# Always define AMTAR for backward compatibility.
2956
2957AMTAR=${AMTAR-"${am_missing_run}tar"}
2958
2959am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2960
2961
252b5132 2962
d6d788bd 2963
13b2be9c 2964depcc="$CC" am_compiler_list=
d6d788bd 2965
13b2be9c
DJ
2966echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2967echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2968if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2969 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2970else
13b2be9c
DJ
2971 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2972 # We make a subdir and do the tests there. Otherwise we can end up
2973 # making bogus files that we don't know about and never remove. For
2974 # instance it was reported that on HP-UX the gcc test will end up
2975 # making a dummy file named `D' -- because `-MD' means `put the output
2976 # in D'.
2977 mkdir conftest.dir
2978 # Copy depcomp to subdir because otherwise we won't find it if we're
2979 # using a relative directory.
2980 cp "$am_depcomp" conftest.dir
2981 cd conftest.dir
2982 # We will build objects and dependencies in a subdirectory because
2983 # it helps to detect inapplicable dependency modes. For instance
2984 # both Tru64's cc and ICC support -MD to output dependencies as a
2985 # side effect of compilation, but ICC will put the dependencies in
2986 # the current directory while Tru64 will put them in the object
2987 # directory.
2988 mkdir sub
252b5132 2989
13b2be9c
DJ
2990 am_cv_CC_dependencies_compiler_type=none
2991 if test "$am_compiler_list" = ""; then
2992 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2993 fi
2994 for depmode in $am_compiler_list; do
2995 # Setup a source with many dependencies, because some compilers
2996 # like to wrap large dependency lists on column 80 (with \), and
2997 # we should not choose a depcomp mode which is confused by this.
2998 #
2999 # We need to recreate these files for each test, as the compiler may
3000 # overwrite some of them when testing with obscure command lines.
3001 # This happens at least with the AIX C compiler.
3002 : > sub/conftest.c
3003 for i in 1 2 3 4 5 6; do
3004 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3005 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3006 # Solaris 8's {/usr,}/bin/sh.
3007 touch sub/conftst$i.h
13b2be9c
DJ
3008 done
3009 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3010
3011 case $depmode in
3012 nosideeffect)
3013 # after this tag, mechanisms are not by side-effect, so they'll
3014 # only be used when explicitly requested
3015 if test "x$enable_dependency_tracking" = xyes; then
3016 continue
3017 else
3018 break
3019 fi
3020 ;;
3021 none) break ;;
3022 esac
3023 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3024 # mode. It turns out that the SunPro C++ compiler does not properly
3025 # handle `-M -o', and we need to detect this.
3026 if depmode=$depmode \
3027 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3028 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3029 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3030 >/dev/null 2>conftest.err &&
3031 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3032 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3033 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3034 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3035 # or remarks (even with -Werror). So we grep stderr for any message
3036 # that says an option was ignored or not supported.
3037 # When given -MP, icc 7.0 and 7.1 complain thusly:
3038 # icc: Command line warning: ignoring option '-M'; no argument required
3039 # The diagnosis changed in icc 8.0:
3040 # icc: Command line remark: option '-MP' not supported
3041 if (grep 'ignoring option' conftest.err ||
3042 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3043 am_cv_CC_dependencies_compiler_type=$depmode
3044 break
3045 fi
3046 fi
3047 done
252b5132 3048
13b2be9c
DJ
3049 cd ..
3050 rm -rf conftest.dir
252b5132 3051else
13b2be9c 3052 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3053fi
3054
252b5132 3055fi
13b2be9c
DJ
3056echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3057echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3058CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3059
13b2be9c
DJ
3060
3061
3062if
3063 test "x$enable_dependency_tracking" != xno \
3064 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3065 am__fastdepCC_TRUE=
3066 am__fastdepCC_FALSE='#'
252b5132 3067else
13b2be9c
DJ
3068 am__fastdepCC_TRUE='#'
3069 am__fastdepCC_FALSE=
252b5132
RH
3070fi
3071
d6d788bd
L
3072
3073
13b2be9c 3074
252b5132
RH
3075# Check whether --enable-shared or --disable-shared was given.
3076if test "${enable_shared+set}" = set; then
3077 enableval="$enable_shared"
3078 p=${PACKAGE-default}
f9c19112 3079case $enableval in
252b5132
RH
3080yes) enable_shared=yes ;;
3081no) enable_shared=no ;;
3082*)
3083 enable_shared=no
3084 # Look at the argument we got. We use all the common list separators.
3085 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3086 for pkg in $enableval; do
3087 if test "X$pkg" = "X$p"; then
3088 enable_shared=yes
3089 fi
3090 done
3091 IFS="$ac_save_ifs"
3092 ;;
3093esac
3094else
3095 enable_shared=yes
13b2be9c 3096fi;
252b5132
RH
3097# Check whether --enable-static or --disable-static was given.
3098if test "${enable_static+set}" = set; then
3099 enableval="$enable_static"
3100 p=${PACKAGE-default}
f9c19112 3101case $enableval in
252b5132
RH
3102yes) enable_static=yes ;;
3103no) enable_static=no ;;
3104*)
3105 enable_static=no
3106 # Look at the argument we got. We use all the common list separators.
3107 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3108 for pkg in $enableval; do
3109 if test "X$pkg" = "X$p"; then
3110 enable_static=yes
3111 fi
3112 done
3113 IFS="$ac_save_ifs"
3114 ;;
3115esac
3116else
3117 enable_static=yes
13b2be9c 3118fi;
bedf545c
ILT
3119# Check whether --enable-fast-install or --disable-fast-install was given.
3120if test "${enable_fast_install+set}" = set; then
3121 enableval="$enable_fast_install"
3122 p=${PACKAGE-default}
f9c19112 3123case $enableval in
bedf545c
ILT
3124yes) enable_fast_install=yes ;;
3125no) enable_fast_install=no ;;
3126*)
3127 enable_fast_install=no
3128 # Look at the argument we got. We use all the common list separators.
3129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3130 for pkg in $enableval; do
3131 if test "X$pkg" = "X$p"; then
3132 enable_fast_install=yes
3133 fi
3134 done
3135 IFS="$ac_save_ifs"
3136 ;;
3137esac
3138else
3139 enable_fast_install=yes
13b2be9c 3140fi;
87ccc1b0 3141
6840198f
NC
3142# Check whether --with-gnu-ld or --without-gnu-ld was given.
3143if test "${with_gnu_ld+set}" = set; then
3144 withval="$with_gnu_ld"
3145 test "$withval" = no || with_gnu_ld=yes
27b7e12d 3146else
6840198f 3147 with_gnu_ld=no
13b2be9c 3148fi;
6840198f
NC
3149ac_prog=ld
3150if test "$GCC" = yes; then
3151 # Check if gcc -print-prog-name=ld gives a path.
13b2be9c
DJ
3152 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3153echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
6840198f
NC
3154 case $host in
3155 *-*-mingw*)
3156 # gcc leaves a trailing carriage return which upsets mingw
3157 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3158 *)
3159 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3160 esac
3161 case $ac_prog in
3162 # Accept absolute paths.
3163 [\\/]* | [A-Za-z]:[\\/]*)
3164 re_direlt='/[^/][^/]*/\.\./'
3165 # Canonicalize the path of ld
3166 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3167 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3168 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3169 done
3170 test -z "$LD" && LD="$ac_prog"
3171 ;;
3172 "")
3173 # If it fails, then pretend we aren't using GCC.
3174 ac_prog=ld
3175 ;;
3176 *)
3177 # If it is relative, then search for the first ld in PATH.
3178 with_gnu_ld=unknown
3179 ;;
3180 esac
3181elif test "$with_gnu_ld" = yes; then
13b2be9c
DJ
3182 echo "$as_me:$LINENO: checking for GNU ld" >&5
3183echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
27b7e12d 3184else
13b2be9c
DJ
3185 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3186echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
27b7e12d 3187fi
13b2be9c
DJ
3188if test "${lt_cv_path_LD+set}" = set; then
3189 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3190else
3191 if test -z "$LD"; then
a74801ba 3192 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
3193 for ac_dir in $PATH; do
3194 test -z "$ac_dir" && ac_dir=.
a74801ba 3195 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
f9c19112 3196 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
3197 # Check to see if the program is GNU ld. I'd rather use --version,
3198 # but apparently some GNU ld's only accept -v.
3199 # Break only if it was the GNU/non-GNU ld that we prefer.
f9c19112 3200 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
3201 test "$with_gnu_ld" != no && break
3202 else
bedf545c 3203 test "$with_gnu_ld" != yes && break
252b5132
RH
3204 fi
3205 fi
3206 done
3207 IFS="$ac_save_ifs"
3208else
f9c19112 3209 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3210fi
3211fi
3212
f9c19112 3213LD="$lt_cv_path_LD"
252b5132 3214if test -n "$LD"; then
13b2be9c
DJ
3215 echo "$as_me:$LINENO: result: $LD" >&5
3216echo "${ECHO_T}$LD" >&6
252b5132 3217else
13b2be9c
DJ
3218 echo "$as_me:$LINENO: result: no" >&5
3219echo "${ECHO_T}no" >&6
252b5132 3220fi
13b2be9c
DJ
3221test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3222echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3223 { (exit 1); exit 1; }; }
3224echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3225echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3226if test "${lt_cv_prog_gnu_ld+set}" = set; then
3227 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3228else
3229 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3230if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
f9c19112 3231 lt_cv_prog_gnu_ld=yes
252b5132 3232else
f9c19112 3233 lt_cv_prog_gnu_ld=no
252b5132
RH
3234fi
3235fi
13b2be9c
DJ
3236echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3237echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
f9c19112 3238with_gnu_ld=$lt_cv_prog_gnu_ld
ac48eca1 3239
d6d788bd 3240
13b2be9c
DJ
3241echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3242echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3243if test "${lt_cv_ld_reload_flag+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3245else
3246 lt_cv_ld_reload_flag='-r'
3247fi
13b2be9c
DJ
3248echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3249echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3250reload_flag=$lt_cv_ld_reload_flag
3251test -n "$reload_flag" && reload_flag=" $reload_flag"
252b5132 3252
13b2be9c
DJ
3253echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3254echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3255if test "${lt_cv_path_NM+set}" = set; then
3256 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3257else
3258 if test -n "$NM"; then
3259 # Let the user override the test.
f9c19112 3260 lt_cv_path_NM="$NM"
252b5132 3261else
a74801ba 3262 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
bedf545c 3263 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 3264 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3265 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3266 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3267 # Check to see if the nm accepts a BSD-compat flag.
3268 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3269 # nm: unknown option "B" ignored
58cccadb
AO
3270 # Tru64's nm complains that /dev/null is an invalid object file
3271 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
f9c19112 3272 lt_cv_path_NM="$tmp_nm -B"
bedf545c 3273 break
ac48eca1 3274 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
f9c19112 3275 lt_cv_path_NM="$tmp_nm -p"
bedf545c 3276 break
252b5132 3277 else
f9c19112 3278 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
bedf545c 3279 continue # so that we can try to find one that supports BSD flags
252b5132 3280 fi
252b5132
RH
3281 fi
3282 done
3283 IFS="$ac_save_ifs"
f9c19112 3284 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3285fi
3286fi
3287
f9c19112 3288NM="$lt_cv_path_NM"
13b2be9c
DJ
3289echo "$as_me:$LINENO: result: $NM" >&5
3290echo "${ECHO_T}$NM" >&6
252b5132 3291
13b2be9c
DJ
3292echo "$as_me:$LINENO: checking whether ln -s works" >&5
3293echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3294LN_S=$as_ln_s
3295if test "$LN_S" = "ln -s"; then
3296 echo "$as_me:$LINENO: result: yes" >&5
3297echo "${ECHO_T}yes" >&6
252b5132 3298else
13b2be9c
DJ
3299 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3300echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3301fi
3302
13b2be9c
DJ
3303echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3304echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3305if test "${lt_cv_deplibs_check_method+set}" = set; then
3306 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3307else
d64552c5 3308 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3309lt_cv_file_magic_test_file=
3310lt_cv_deplibs_check_method='unknown'
3311# Need to set the preceding variable on all platforms that support
3312# interlibrary dependencies.
3313# 'none' -- dependencies not supported.
3314# `unknown' -- same as none, but documents that we really don't know.
3315# 'pass_all' -- all dependencies passed with no checks.
3316# 'test_compile' -- check by making test program.
3317# 'file_magic [regex]' -- check by looking for files in library path
3318# which responds to the $file_magic_cmd with a given egrep regex.
3319# If you have `file' or equivalent on your system and you're not sure
3320# whether `pass_all' will *always* work, you probably want this one.
3321
f9c19112
HPN
3322case $host_os in
3323aix*)
ac48eca1
AO
3324 lt_cv_deplibs_check_method=pass_all
3325 ;;
3326
3327beos*)
3328 lt_cv_deplibs_check_method=pass_all
3329 ;;
3330
3331bsdi4*)
f9c19112
HPN
3332 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3333 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3334 lt_cv_file_magic_test_file=/shlib/libc.so
3335 ;;
3336
d64552c5 3337cygwin* | mingw* |pw32*)
ac48eca1 3338 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3339 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3340 ;;
3341
f9c19112
HPN
3342darwin* | rhapsody*)
3343 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
6840198f
NC
3344 lt_cv_file_magic_cmd='/usr/bin/file -L'
3345 case "$host_os" in
3346 rhapsody* | darwin1.012)
3347 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3348 ;;
3349 *) # Darwin 1.3 on
3350 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3351 ;;
3352 esac
f9c19112
HPN
3353 ;;
3354
4101eec8 3355freebsd* | kfreebsd*-gnu)
ac48eca1 3356 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
f9c19112 3357 case $host_cpu in
ac48eca1 3358 i*86 )
58cccadb
AO
3359 # Not sure whether the presence of OpenBSD here was a mistake.
3360 # Let's accept both of them until this is cleared up.
f9c19112
HPN
3361 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3362 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3363 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3364 ;;
3365 esac
3366 else
3367 lt_cv_deplibs_check_method=pass_all
3368 fi
3369 ;;
3370
3371gnu*)
3372 lt_cv_deplibs_check_method=pass_all
3373 ;;
3374
f9c19112 3375hpux10.20*|hpux11*)
4867be41
DJ
3376 case $host_cpu in
3377 hppa*)
3378 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3379 lt_cv_file_magic_cmd=/usr/bin/file
3380 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3381 ;;
3382 ia64*)
3383 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3384 lt_cv_file_magic_cmd=/usr/bin/file
3385 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3386 ;;
3387 esac
ac48eca1
AO
3388 ;;
3389
3390irix5* | irix6*)
f9c19112 3391 case $host_os in
ac48eca1
AO
3392 irix5*)
3393 # this will be overridden with pass_all, but let us keep it just in case
3394 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3395 ;;
3396 *)
f9c19112 3397 case $LD in
ac48eca1
AO
3398 *-32|*"-32 ") libmagic=32-bit;;
3399 *-n32|*"-n32 ") libmagic=N32;;
3400 *-64|*"-64 ") libmagic=64-bit;;
3401 *) libmagic=never-match;;
3402 esac
3403 # this will be overridden with pass_all, but let us keep it just in case
f9c19112
HPN
3404 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3405 ;;
ac48eca1
AO
3406 esac
3407 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3408 lt_cv_deplibs_check_method=pass_all
3409 ;;
3410
3411# This must be Linux ELF.
58cccadb 3412linux-gnu*)
f9c19112 3413 case $host_cpu in
dbeba5e5 3414 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3415 lt_cv_deplibs_check_method=pass_all ;;
3416 *)
3417 # glibc up to 2.1.1 does not perform some relocations on ARM
f9c19112
HPN
3418 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3419 esac
ac48eca1
AO
3420 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3421 ;;
3422
4101eec8 3423netbsd* | knetbsd*-gnu)
f9c19112 3424 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6840198f 3425 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3426 else
6840198f 3427 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1 3428 fi
f9c19112
HPN
3429 ;;
3430
3431newsos6)
3432 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3433 lt_cv_file_magic_cmd=/usr/bin/file
3434 lt_cv_file_magic_test_file=/usr/lib/libnls.so
ac48eca1
AO
3435 ;;
3436
3437osf3* | osf4* | osf5*)
3438 # this will be overridden with pass_all, but let us keep it just in case
3439 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3440 lt_cv_file_magic_test_file=/shlib/libc.so
3441 lt_cv_deplibs_check_method=pass_all
3442 ;;
3443
3444sco3.2v5*)
3445 lt_cv_deplibs_check_method=pass_all
3446 ;;
3447
3448solaris*)
3449 lt_cv_deplibs_check_method=pass_all
3450 lt_cv_file_magic_test_file=/lib/libc.so
3451 ;;
3452
6be7c12c
AO
3453sysv5uw[78]* | sysv4*uw2*)
3454 lt_cv_deplibs_check_method=pass_all
3455 ;;
3456
ac48eca1 3457sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
f9c19112 3458 case $host_vendor in
ac48eca1
AO
3459 ncr)
3460 lt_cv_deplibs_check_method=pass_all
3461 ;;
3462 motorola)
f9c19112
HPN
3463 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3464 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3465 ;;
3466 esac
3467 ;;
3468esac
3469
3470fi
13b2be9c
DJ
3471echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3472echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3473file_magic_cmd=$lt_cv_file_magic_cmd
3474deplibs_check_method=$lt_cv_deplibs_check_method
3475
c8615825 3476
c8615825 3477
c8615825 3478
ac48eca1
AO
3479# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3480
3481# Only perform the check for file, if the check method requires it
f9c19112 3482case $deplibs_check_method in
ac48eca1 3483file_magic*)
d64552c5 3484 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
13b2be9c
DJ
3485 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3486echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3487if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3489else
f9c19112 3490 case $MAGIC_CMD in
ac48eca1 3491 /*)
d64552c5 3492 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3493 ;;
3494 ?:/*)
d64552c5 3495 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3496 ;;
3497 *)
d64552c5 3498 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3499 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3500 ac_dummy="/usr/bin:$PATH"
3501 for ac_dir in $ac_dummy; do
3502 test -z "$ac_dir" && ac_dir=.
3503 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3504 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3505 if test -n "$file_magic_test_file"; then
f9c19112 3506 case $deplibs_check_method in
ac48eca1
AO
3507 "file_magic "*)
3508 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3509 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3510 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3511 egrep "$file_magic_regex" > /dev/null; then
3512 :
3513 else
3514 cat <<EOF 1>&2
3515
3516*** Warning: the command libtool uses to detect shared libraries,
3517*** $file_magic_cmd, produces output that libtool cannot recognize.
3518*** The result is that libtool may fail to recognize shared libraries
3519*** as such. This will affect the creation of libtool libraries that
3520*** depend on shared libraries, but programs linked with such libtool
3521*** libraries will work regardless of this problem. Nevertheless, you
3522*** may want to report the problem to your system manager and/or to
3523*** bug-libtool@gnu.org
3524
3525EOF
3526 fi ;;
3527 esac
3528 fi
3529 break
3530 fi
3531 done
3532 IFS="$ac_save_ifs"
d64552c5 3533 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3534 ;;
3535esac
3536fi
3537
d64552c5
AO
3538MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3539if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3540 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3541echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3542else
13b2be9c
DJ
3543 echo "$as_me:$LINENO: result: no" >&5
3544echo "${ECHO_T}no" >&6
ac48eca1
AO
3545fi
3546
d64552c5 3547if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3548 if test -n "$ac_tool_prefix"; then
13b2be9c
DJ
3549 echo "$as_me:$LINENO: checking for file" >&5
3550echo $ECHO_N "checking for file... $ECHO_C" >&6
3551if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3552 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3553else
f9c19112 3554 case $MAGIC_CMD in
ac48eca1 3555 /*)
d64552c5 3556 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3557 ;;
3558 ?:/*)
d64552c5 3559 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3560 ;;
3561 *)
d64552c5 3562 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3563 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3564 ac_dummy="/usr/bin:$PATH"
3565 for ac_dir in $ac_dummy; do
3566 test -z "$ac_dir" && ac_dir=.
3567 if test -f $ac_dir/file; then
d64552c5 3568 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3569 if test -n "$file_magic_test_file"; then
f9c19112 3570 case $deplibs_check_method in
ac48eca1
AO
3571 "file_magic "*)
3572 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3573 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3574 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3575 egrep "$file_magic_regex" > /dev/null; then
3576 :
3577 else
3578 cat <<EOF 1>&2
3579
3580*** Warning: the command libtool uses to detect shared libraries,
3581*** $file_magic_cmd, produces output that libtool cannot recognize.
3582*** The result is that libtool may fail to recognize shared libraries
3583*** as such. This will affect the creation of libtool libraries that
3584*** depend on shared libraries, but programs linked with such libtool
3585*** libraries will work regardless of this problem. Nevertheless, you
3586*** may want to report the problem to your system manager and/or to
3587*** bug-libtool@gnu.org
3588
3589EOF
3590 fi ;;
3591 esac
3592 fi
3593 break
3594 fi
3595 done
3596 IFS="$ac_save_ifs"
d64552c5 3597 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3598 ;;
3599esac
3600fi
3601
d64552c5
AO
3602MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3603if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3604 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3605echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3606else
13b2be9c
DJ
3607 echo "$as_me:$LINENO: result: no" >&5
3608echo "${ECHO_T}no" >&6
ac48eca1
AO
3609fi
3610
3611 else
d64552c5 3612 MAGIC_CMD=:
ac48eca1
AO
3613 fi
3614fi
3615
3616 fi
3617 ;;
3618esac
3619
13b2be9c
DJ
3620if test -n "$ac_tool_prefix"; then
3621 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3622set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13b2be9c
DJ
3623echo "$as_me:$LINENO: checking for $ac_word" >&5
3624echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3625if test "${ac_cv_prog_RANLIB+set}" = set; then
3626 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3627else
3628 if test -n "$RANLIB"; then
3629 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3630else
13b2be9c
DJ
3631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634 IFS=$as_save_IFS
3635 test -z "$as_dir" && as_dir=.
3636 for ac_exec_ext in '' $ac_executable_extensions; do
3637 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3638 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3640 break 2
3641 fi
3642done
3643done
3644
ac48eca1
AO
3645fi
3646fi
13b2be9c 3647RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3648if test -n "$RANLIB"; then
13b2be9c
DJ
3649 echo "$as_me:$LINENO: result: $RANLIB" >&5
3650echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3651else
13b2be9c
DJ
3652 echo "$as_me:$LINENO: result: no" >&5
3653echo "${ECHO_T}no" >&6
ac48eca1
AO
3654fi
3655
13b2be9c 3656fi
ac48eca1 3657if test -z "$ac_cv_prog_RANLIB"; then
13b2be9c 3658 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3659 # Extract the first word of "ranlib", so it can be a program name with args.
3660set dummy ranlib; ac_word=$2
13b2be9c
DJ
3661echo "$as_me:$LINENO: checking for $ac_word" >&5
3662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3663if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3664 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 3665else
13b2be9c
DJ
3666 if test -n "$ac_ct_RANLIB"; then
3667 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
d6d788bd 3668else
13b2be9c
DJ
3669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670for as_dir in $PATH
3671do
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3676 ac_cv_prog_ac_ct_RANLIB="ranlib"
3677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3679 fi
3680done
3681done
3682
3683 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3684fi
3685fi
13b2be9c
DJ
3686ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3687if test -n "$ac_ct_RANLIB"; then
3688 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3689echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3690else
13b2be9c
DJ
3691 echo "$as_me:$LINENO: result: no" >&5
3692echo "${ECHO_T}no" >&6
ac48eca1
AO
3693fi
3694
13b2be9c 3695 RANLIB=$ac_ct_RANLIB
ac48eca1 3696else
13b2be9c 3697 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3698fi
3699
13b2be9c
DJ
3700if test -n "$ac_tool_prefix"; then
3701 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3702set dummy ${ac_tool_prefix}strip; ac_word=$2
13b2be9c
DJ
3703echo "$as_me:$LINENO: checking for $ac_word" >&5
3704echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3705if test "${ac_cv_prog_STRIP+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3707else
3708 if test -n "$STRIP"; then
3709 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3710else
13b2be9c
DJ
3711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3712for as_dir in $PATH
3713do
3714 IFS=$as_save_IFS
3715 test -z "$as_dir" && as_dir=.
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3718 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3720 break 2
3721 fi
3722done
3723done
3724
ac48eca1
AO
3725fi
3726fi
13b2be9c 3727STRIP=$ac_cv_prog_STRIP
ac48eca1 3728if test -n "$STRIP"; then
13b2be9c
DJ
3729 echo "$as_me:$LINENO: result: $STRIP" >&5
3730echo "${ECHO_T}$STRIP" >&6
ac48eca1 3731else
13b2be9c
DJ
3732 echo "$as_me:$LINENO: result: no" >&5
3733echo "${ECHO_T}no" >&6
ac48eca1
AO
3734fi
3735
13b2be9c 3736fi
ac48eca1 3737if test -z "$ac_cv_prog_STRIP"; then
13b2be9c 3738 ac_ct_STRIP=$STRIP
ac48eca1
AO
3739 # Extract the first word of "strip", so it can be a program name with args.
3740set dummy strip; ac_word=$2
13b2be9c
DJ
3741echo "$as_me:$LINENO: checking for $ac_word" >&5
3742echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3743if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3744 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3745else
13b2be9c
DJ
3746 if test -n "$ac_ct_STRIP"; then
3747 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 3748else
13b2be9c
DJ
3749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750for as_dir in $PATH
3751do
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_exec_ext in '' $ac_executable_extensions; do
3755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756 ac_cv_prog_ac_ct_STRIP="strip"
3757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3758 break 2
3759 fi
3760done
3761done
3762
3763 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
d6d788bd
L
3764fi
3765fi
13b2be9c
DJ
3766ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3767if test -n "$ac_ct_STRIP"; then
3768 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3769echo "${ECHO_T}$ac_ct_STRIP" >&6
d6d788bd 3770else
13b2be9c
DJ
3771 echo "$as_me:$LINENO: result: no" >&5
3772echo "${ECHO_T}no" >&6
d6d788bd
L
3773fi
3774
13b2be9c 3775 STRIP=$ac_ct_STRIP
d6d788bd 3776else
13b2be9c 3777 STRIP="$ac_cv_prog_STRIP"
d6d788bd
L
3778fi
3779
252b5132 3780
252b5132 3781# Check for any special flags to pass to ltconfig.
bedf545c 3782libtool_flags="--cache-file=$cache_file"
252b5132
RH
3783test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3784test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
bedf545c 3785test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
f9c19112
HPN
3786test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3787test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3788
d6d788bd 3789
a74801ba
ILT
3790# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3791if test "${enable_libtool_lock+set}" = set; then
3792 enableval="$enable_libtool_lock"
a74801ba 3793
13b2be9c 3794fi;
a74801ba
ILT
3795test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3796test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3797
13b2be9c 3798
ac48eca1
AO
3799# Check whether --with-pic or --without-pic was given.
3800if test "${with_pic+set}" = set; then
3801 withval="$with_pic"
3802 pic_mode="$withval"
3803else
3804 pic_mode=default
13b2be9c 3805fi;
ac48eca1
AO
3806test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3807test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3808
252b5132
RH
3809# Some flags need to be propagated to the compiler or linker for good
3810# libtool support.
f9c19112 3811case $host in
252b5132
RH
3812*-*-irix6*)
3813 # Find out which ABI we are using.
7499d566 3814 echo '#line 3814 "configure"' > conftest.$ac_ext
13b2be9c
DJ
3815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3816 (eval $ac_compile) 2>&5
3817 ac_status=$?
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); }; then
e0001a05
NC
3820 if test "$lt_cv_prog_gnu_ld" = yes; then
3821 case `/usr/bin/file conftest.$ac_objext` in
3822 *32-bit*)
3823 LD="${LD-ld} -melf32bsmip"
3824 ;;
3825 *N32*)
3826 LD="${LD-ld} -melf32bmipn32"
3827 ;;
3828 *64-bit*)
3829 LD="${LD-ld} -melf64bmip"
3830 ;;
3831 esac
3832 else
f9c19112 3833 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3834 *32-bit*)
3835 LD="${LD-ld} -32"
3836 ;;
3837 *N32*)
3838 LD="${LD-ld} -n32"
3839 ;;
3840 *64-bit*)
3841 LD="${LD-ld} -64"
3842 ;;
3843 esac
e0001a05 3844 fi
252b5132
RH
3845 fi
3846 rm -rf conftest*
3847 ;;
3848
4867be41
DJ
3849ia64-*-hpux*)
3850 # Find out which ABI we are using.
3851 echo 'int i;' > conftest.$ac_ext
13b2be9c
DJ
3852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3853 (eval $ac_compile) 2>&5
3854 ac_status=$?
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); }; then
4867be41
DJ
3857 case "`/usr/bin/file conftest.o`" in
3858 *ELF-32*)
3859 HPUX_IA64_MODE="32"
3860 ;;
3861 *ELF-64*)
3862 HPUX_IA64_MODE="64"
3863 ;;
3864 esac
3865 fi
3866 rm -rf conftest*
3867 ;;
3868
252b5132
RH
3869*-*-sco3.2v5*)
3870 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
bedf545c 3871 SAVE_CFLAGS="$CFLAGS"
252b5132 3872 CFLAGS="$CFLAGS -belf"
13b2be9c
DJ
3873 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3874echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3875if test "${lt_cv_cc_needs_belf+set}" = set; then
3876 echo $ECHO_N "(cached) $ECHO_C" >&6
bedf545c 3877else
13b2be9c
DJ
3878
3879
ac48eca1 3880 ac_ext=c
ac48eca1 3881ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3884ac_compiler_gnu=$ac_cv_c_compiler_gnu
3885
3886 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
3887/* confdefs.h. */
3888_ACEOF
3889cat confdefs.h >>conftest.$ac_ext
3890cat >>conftest.$ac_ext <<_ACEOF
3891/* end confdefs.h. */
bedf545c 3892
13b2be9c
DJ
3893int
3894main ()
3895{
6840198f 3896
13b2be9c
DJ
3897 ;
3898 return 0;
3899}
3900_ACEOF
3901rm -f conftest.$ac_objext conftest$ac_exeext
3902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 3903 (eval $ac_link) 2>conftest.er1
13b2be9c 3904 ac_status=$?
ab509236
L
3905 grep -v '^ *+' conftest.er1 >conftest.err
3906 rm -f conftest.er1
3907 cat conftest.err >&5
13b2be9c
DJ
3908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3909 (exit $ac_status); } &&
7499d566
NC
3910 { ac_try='test -z "$ac_c_werror_flag"
3911 || test ! -s conftest.err'
ab509236
L
3912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3913 (eval $ac_try) 2>&5
3914 ac_status=$?
3915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3916 (exit $ac_status); }; } &&
3917 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
3918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 (eval $ac_try) 2>&5
3920 ac_status=$?
3921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922 (exit $ac_status); }; }; then
bedf545c
ILT
3923 lt_cv_cc_needs_belf=yes
3924else
13b2be9c
DJ
3925 echo "$as_me: failed program was:" >&5
3926sed 's/^/| /' conftest.$ac_ext >&5
3927
3928lt_cv_cc_needs_belf=no
bedf545c 3929fi
ab509236
L
3930rm -f conftest.err conftest.$ac_objext \
3931 conftest$ac_exeext conftest.$ac_ext
ac48eca1 3932 ac_ext=c
ac48eca1 3933ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3937
bedf545c 3938fi
13b2be9c
DJ
3939echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3940echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
bedf545c
ILT
3941 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
3942 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3943 CFLAGS="$SAVE_CFLAGS"
3944 fi
252b5132
RH
3945 ;;
3946
d6d788bd 3947
252b5132
RH
3948esac
3949
d6d788bd 3950
bedf545c 3951# Save cache, so that ltconfig can load it
13b2be9c 3952cat >confcache <<\_ACEOF
bedf545c
ILT
3953# This file is a shell script that caches the results of configure
3954# tests run on this system so they can be shared between configure
13b2be9c
DJ
3955# scripts and configure runs, see configure's option --config-cache.
3956# It is not useful on other systems. If it contains results you don't
3957# want to keep, you may remove or edit it.
bedf545c 3958#
13b2be9c
DJ
3959# config.status only pays attention to the cache file if you give it
3960# the --recheck option to rerun configure.
bedf545c 3961#
13b2be9c
DJ
3962# `ac_cv_env_foo' variables (set or unset) will be overridden when
3963# loading this file, other *unset* `ac_cv_foo' will be assigned the
3964# following values.
3965
3966_ACEOF
3967
bedf545c 3968# The following way of writing the cache mishandles newlines in values,
9b2b7d69
MM
3969# but we know of no workaround that is simple, portable, and efficient.
3970# So, don't put newlines in cache variables' values.
3971# Ultrix sh set writes to stderr and can't be redirected directly,
3972# and sets the high bit in the cache file unless we assign to the vars.
13b2be9c
DJ
3973{
3974 (set) 2>&1 |
3975 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3976 *ac_space=\ *)
3977 # `set' does not quote correctly, so add quotes (double-quote
3978 # substitution turns \\\\ into \\, and sed turns \\ into \).
3979 sed -n \
ab509236
L
3980 "s/'/'\\\\''/g;
3981 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
3982 ;;
3983 *)
3984 # `set' quotes correctly as required by POSIX, so do not add quotes.
3985 sed -n \
ab509236 3986 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
3987 ;;
3988 esac;
3989} |
3990 sed '
3991 t clear
3992 : clear
3993 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3994 t end
3995 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3996 : end' >>confcache
3997if diff $cache_file confcache >/dev/null 2>&1; then :; else
bedf545c 3998 if test -w $cache_file; then
13b2be9c
DJ
3999 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4000 cat confcache >$cache_file
bedf545c
ILT
4001 else
4002 echo "not updating unwritable cache $cache_file"
4003 fi
4004fi
4005rm -f confcache
4006
252b5132 4007# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 4008AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 4009MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
4010LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4011AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4012objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4013deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 4014${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 4015$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
13b2be9c
DJ
4016|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4017echo "$as_me: error: libtool configure failed" >&2;}
4018 { (exit 1); exit 1; }; }
252b5132 4019
bedf545c
ILT
4020# Reload cache, that may have been modified by ltconfig
4021if test -r "$cache_file"; then
13b2be9c
DJ
4022 # Some versions of bash will fail to source /dev/null (special
4023 # files actually), so we avoid doing that.
4024 if test -f "$cache_file"; then
4025 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4026echo "$as_me: loading cache $cache_file" >&6;}
4027 case $cache_file in
4028 [\\/]* | ?:[\\/]* ) . $cache_file;;
4029 *) . ./$cache_file;;
4030 esac
4031 fi
bedf545c 4032else
13b2be9c
DJ
4033 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4034echo "$as_me: creating cache $cache_file" >&6;}
4035 >$cache_file
bedf545c
ILT
4036fi
4037
d6d788bd 4038
bedf545c 4039# This can be used to rebuild libtool when needed
ac48eca1 4040LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
bedf545c
ILT
4041
4042# Always use our own libtool.
4043LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4044
252b5132
RH
4045# Redirect the config.log output again, so that the ltconfig log is not
4046# clobbered by the next message.
4047exec 5>>./config.log
4048
d6d788bd 4049
13b2be9c
DJ
4050
4051
4052
4053
d6d788bd 4054
252b5132
RH
4055user_bfd_gas=
4056# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
4057if test "${enable_bfd_assembler+set}" = set; then
4058 enableval="$enable_bfd_assembler"
4059 case "${enableval}" in
4060 yes) need_bfd=yes user_bfd_gas=yes ;;
4061 no) user_bfd_gas=no ;;
13b2be9c
DJ
4062 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} given for bfd-assembler option" >&5
4063echo "$as_me: error: bad value ${enableval} given for bfd-assembler option" >&2;}
4064 { (exit 1); exit 1; }; } ;;
252b5132 4065esac
13b2be9c 4066fi; # Check whether --enable-targets or --disable-targets was given.
252b5132
RH
4067if test "${enable_targets+set}" = set; then
4068 enableval="$enable_targets"
4069 case "${enableval}" in
13b2be9c
DJ
4070 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4071echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4072 { (exit 1); exit 1; }; }
252b5132
RH
4073 ;;
4074 no) enable_targets= ;;
4075 *) enable_targets=$enableval ;;
4076esac
13b2be9c 4077fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
4078if test "${enable_commonbfdlib+set}" = set; then
4079 enableval="$enable_commonbfdlib"
4080 case "${enableval}" in
4081 yes) commonbfdlib=true ;;
4082 no) commonbfdlib=false ;;
13b2be9c
DJ
4083 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4084echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4085 { (exit 1); exit 1; }; } ;;
252b5132 4086esac
13b2be9c 4087fi;
252b5132
RH
4088using_cgen=no
4089
0218d1e4 4090build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
a2d91340
AC
4091# Check whether --enable-build-warnings or --disable-build-warnings was given.
4092if test "${enable_build_warnings+set}" = set; then
4093 enableval="$enable_build_warnings"
4094 case "${enableval}" in
4095 yes) ;;
4096 no) build_warnings="-w";;
4097 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4098 build_warnings="${build_warnings} ${t}";;
4099 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4100 build_warnings="${t} ${build_warnings}";;
4101 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4102esac
4103if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4104 echo "Setting warning flags = $build_warnings" 6>&1
4105fi
13b2be9c 4106fi; WARN_CFLAGS=""
a2d91340
AC
4107if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
4108 WARN_CFLAGS="${build_warnings}"
4109fi
4110
d6d788bd 4111
252b5132 4112# Generate a header file
13b2be9c 4113 ac_config_headers="$ac_config_headers config.h:config.in"
d6d788bd 4114
252b5132 4115
76a27922
ILT
4116# If we are on a DOS filesystem, we must use gdb.ini rather than
4117# .gdbinit.
76a27922 4118case "${host}" in
591d4689 4119 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
76a27922 4120 GDBINIT="gdb.ini"
13b2be9c
DJ
4121 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
4122
4123 ;;
4124 *)
4125 GDBINIT=".gdbinit"
4126 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
4127
76a27922
ILT
4128 ;;
4129esac
4130
d6d788bd 4131
252b5132
RH
4132te_file=generic
4133
4134# Makefile target for installing gas in $(tooldir)/bin.
4135install_tooldir=install-exec-tooldir
4136
4137canon_targets=""
15886821 4138all_targets=no
252b5132
RH
4139if test -n "$enable_targets" ; then
4140 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
4141 if test $t = "all"; then
4142 all_targets=yes
4143 continue
4144 fi
6d83c84b 4145 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
4146 if test -n "$result" ; then
4147 canon_targets="$canon_targets $result"
4148# else
4149# # Permit "all", etc. We don't support it yet though.
4150# canon_targets="$canon_targets $t"
4151 fi
4152 done
4153 _gas_uniq_list="$canon_targets"
4154_gas_uniq_newlist=""
4155for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4156 case $_gas_uniq_i in
4157 _gas_uniq_dummy) ;;
4158 *) case " $_gas_uniq_newlist " in
4159 *" $_gas_uniq_i "*) ;;
4160 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4161 esac ;;
4162 esac
4163done
4164canon_targets=$_gas_uniq_newlist
4165
4166fi
4167
4168emulations=""
4169
4170for this_target in $target $canon_targets ; do
4171
14ee9f48
ILT
4172 targ=${this_target}
4173 . ${srcdir}/configure.tgt
4174
4175 case ${target_cpu} in
4176 crisv32)
ae57792d
HPN
4177
4178cat >>confdefs.h <<_ACEOF
4179#define DEFAULT_CRIS_ARCH $arch
4180_ACEOF
4181
14ee9f48 4182 ;;
252b5132
RH
4183 esac
4184
4185 if test ${this_target} = $target ; then
4186 target_cpu_type=${cpu_type}
4187 elif test ${target_cpu_type} != ${cpu_type} ; then
4188 continue
4189 fi
4190
14ee9f48 4191 generic_target=${cpu_type}-${target_vendor}-${target_os}
252b5132 4192 case ${generic_target} in
14ee9f48
ILT
4193 i386-*-sco3.2v5*)
4194 if test ${this_target} = $target; then
13b2be9c
DJ
4195
4196cat >>confdefs.h <<\_ACEOF
252b5132 4197#define SCO_ELF 1
13b2be9c 4198_ACEOF
252b5132 4199
14ee9f48
ILT
4200 fi
4201 ;;
4202
79500683
AM
4203 i386-*-msdosdjgpp* \
4204 | i386-*-go32* \
14ee9f48 4205 | i386-go32-rtems*)
13b2be9c
DJ
4206
4207cat >>confdefs.h <<\_ACEOF
56385375 4208#define STRICTCOFF 1
13b2be9c 4209_ACEOF
14ee9f48
ILT
4210
4211 ;;
4212
4213 i860-*-*)
4214 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4215echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
4216 ;;
4217
4218 mips-sony-bsd*)
4219 ;;
79500683 4220 mips-*-bsd*)
14ee9f48 4221 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
13b2be9c 4222echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
14ee9f48
ILT
4223 { (exit 1); exit 1; }; }
4224 ;;
4225
4226 ppc-*-aix5.*)
f8fc3443
NC
4227
4228cat >>confdefs.h <<\_ACEOF
4229#define AIX_WEAK_SUPPORT 1
4230_ACEOF
4231
14ee9f48
ILT
4232 ;;
4233 ppc-*-linux-gnu*)
4234 case "$endian" in
4235 big) ;;
4236 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
13b2be9c
DJ
4237echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4238 { (exit 1); exit 1; }; } ;;
14ee9f48
ILT
4239 esac
4240 ;;
4241 ppc-*-solaris*)
4242 if test ${this_target} = $target; then
13b2be9c
DJ
4243
4244cat >>confdefs.h <<\_ACEOF
252b5132 4245#define TARGET_SOLARIS_COMMENT 1
13b2be9c 4246_ACEOF
252b5132 4247
14ee9f48
ILT
4248 fi
4249 if test x${endian} = xbig; then
4250 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
13b2be9c
DJ
4251echo "$as_me: error: Solaris must be configured little endian" >&2;}
4252 { (exit 1); exit 1; }; }
14ee9f48
ILT
4253 fi
4254 ;;
4255
4256 sh*-*-symbianelf*)
85fbca6a
NC
4257
4258cat >>confdefs.h <<\_ACEOF
4259#define TARGET_SYMBIAN 1
4260_ACEOF
4261
14ee9f48 4262 ;;
252b5132
RH
4263 esac
4264
4265 if test ${this_target} = $target ; then
4266 endian_def=
4267 if test x${endian} = xbig; then
4268 endian_def=1
4269 elif test x${endian} = xlittle; then
4270 endian_def=0
4271 fi
4272 if test x${endian_def} != x; then
13b2be9c
DJ
4273
4274cat >>confdefs.h <<_ACEOF
252b5132 4275#define TARGET_BYTES_BIG_ENDIAN $endian_def
13b2be9c 4276_ACEOF
252b5132
RH
4277
4278 fi
4279 fi
4280
252b5132
RH
4281# Other random stuff.
4282
316f5878
RS
4283 case ${cpu_type} in
4284 mips)
4285 # Set mips_cpu to the name of the default CPU.
4286 case ${target_cpu} in
4287 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
4288 mips_cpu=from-abi
4289 ;;
4290 mipsisa32 | mipsisa32el)
4291 mips_cpu=mips32
4292 ;;
af7ee8bf
CD
4293 mipsisa32r2 | mipsisa32r2el)
4294 mips_cpu=mips32r2
4295 ;;
316f5878
RS
4296 mipsisa64 | mipsisa64el)
4297 mips_cpu=mips64
4298 ;;
5f74bc13
CD
4299 mipsisa64r2 | mipsisa64r2el)
4300 mips_cpu=mips64r2
4301 ;;
316f5878
RS
4302 mipstx39 | mipstx39el)
4303 mips_cpu=r3900
4304 ;;
8f6847cb
RS
4305 mips64vr | mips64vrel)
4306 mips_cpu=vr4100
4307 ;;
5f74bc13 4308 mipsisa32r2* | mipsisa64r2*)
af7ee8bf
CD
4309 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4310 ;;
316f5878
RS
4311 mips64* | mipsisa64* | mipsisa32*)
4312 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4313 ;;
4314 *)
13b2be9c
DJ
4315 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4316echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4317 { (exit 1); exit 1; }; }
316f5878
RS
4318 ;;
4319 esac
4320 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4321 # binaries. It's a GNU extension that some OSes don't understand.
4322 # The value only matters on ELF targets.
4323 case ${target} in
4324 *-*-irix*)
4325 use_e_mips_abi_o32=0
4326 ;;
4327 *)
4328 use_e_mips_abi_o32=1
4329 ;;
4330 esac
4331 # Decide whether to generate 32-bit or 64-bit code by default.
4332 # Used to resolve -march=from-abi when an embedded ABI is selected.
4333 case ${target} in
4334 mips64*-*-* | mipsisa64*-*-*)
4335 mips_default_64bit=1
4336 ;;
4337 *)
4338 mips_default_64bit=0
4339 ;;
4340 esac
cac012d6
AO
4341 # Decide which ABI to target by default.
4342 case ${target} in
4343 mips64*-linux* | mips-sgi-irix6*)
4344 mips_default_abi=N32_ABI
4345 ;;
4346 mips*-linux*)
4347 mips_default_abi=O32_ABI
4348 ;;
4349 *)
4350 mips_default_abi=NO_ABI
4351 ;;
4352 esac
13b2be9c
DJ
4353
4354cat >>confdefs.h <<_ACEOF
316f5878 4355#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
13b2be9c 4356_ACEOF
316f5878 4357
13b2be9c
DJ
4358
4359cat >>confdefs.h <<_ACEOF
316f5878 4360#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
13b2be9c 4361_ACEOF
316f5878 4362
13b2be9c
DJ
4363
4364cat >>confdefs.h <<_ACEOF
316f5878 4365#define MIPS_DEFAULT_64BIT $mips_default_64bit
13b2be9c 4366_ACEOF
cac012d6 4367
13b2be9c
DJ
4368
4369cat >>confdefs.h <<_ACEOF
cac012d6 4370#define MIPS_DEFAULT_ABI $mips_default_abi
13b2be9c 4371_ACEOF
316f5878
RS
4372
4373 ;;
4374 esac
4375
252b5132
RH
4376 # Do we need the opcodes library?
4377 case ${cpu_type} in
4378 vax | i386 | tic30)
4379 ;;
4380
4381 *)
4382 need_opcodes=yes
4383
4384 case "${enable_shared}" in
4385 yes) shared_opcodes=true ;;
4386 *opcodes*) shared_opcodes=true ;;
4387 *) shared_opcodes=false ;;
4388 esac
4389 if test "${shared_opcodes}" = "true"; then
4390 # A shared libopcodes must be linked against libbfd.
4391 need_bfd=yes
4392 fi
4393 ;;
4394 esac
4395
4396 # Any other special object files needed ?
4397 case ${cpu_type} in
1c53c80d 4398 fr30 | ip2k | iq2000 | m32r | openrisc)
252b5132
RH
4399 using_cgen=yes
4400 ;;
4401
0ebb9a87
DB
4402 frv)
4403 using_cgen=yes
4404 ;;
252b5132
RH
4405 m68k)
4406 case ${extra_objects} in
4407 *m68k-parse.o*) ;;
4408 *) extra_objects="$extra_objects m68k-parse.o" ;;
4409 esac
4410 ;;
4411
4412 mips)
13b2be9c 4413 echo ${extra_objects} | grep -s "itbl-parse.o"
252b5132
RH
4414 if test $? -ne 0 ; then
4415 extra_objects="$extra_objects itbl-parse.o"
4416 fi
4417
13b2be9c 4418 echo ${extra_objects} | grep -s "itbl-lex.o"
252b5132
RH
4419 if test $? -ne 0 ; then
4420 extra_objects="$extra_objects itbl-lex.o"
4421 fi
4422
13b2be9c 4423 echo ${extra_objects} | grep -s "itbl-ops.o"
252b5132
RH
4424 if test $? -ne 0 ; then
4425 extra_objects="$extra_objects itbl-ops.o"
4426 fi
4427 ;;
4428
c1e4eef7 4429 i386 | s390 | sparc)
252b5132 4430 if test $this_target = $target ; then
13b2be9c
DJ
4431
4432cat >>confdefs.h <<_ACEOF
252b5132 4433#define DEFAULT_ARCH "${arch}"
13b2be9c 4434_ACEOF
252b5132
RH
4435
4436 fi
4437 ;;
93fbbb04
GK
4438
4439 xstormy16)
4440 using_cgen=yes
4441 ;;
4442
e0001a05
NC
4443 xtensa)
4444 echo ${extra_objects} | grep -s "xtensa-relax.o"
4445 if test $? -ne 0 ; then
4446 extra_objects="$extra_objects xtensa-relax.o"
4447 fi
4448 ;;
4449
252b5132
RH
4450 *)
4451 ;;
4452 esac
4453
4454 if test $using_cgen = yes ; then
4455 case "x${extra_objects}" in
4456 *cgen.o*) ;;
4457 *) extra_objects="$extra_objects cgen.o" ;;
4458 esac
4459 fi
4460
4461# See if we really can support this configuration with the emulation code.
4462
4463 if test $this_target = $target ; then
4464 primary_bfd_gas=$bfd_gas
4465 obj_format=$fmt
4466 te_file=$em
4467
4468 if test $bfd_gas = no ; then
4469 # Can't support other configurations this way.
4470 break
4471 fi
4472 elif test $bfd_gas = no ; then
4473 # Can't support this configuration.
4474 break
4475 fi
4476
4477# From target name and format, produce a list of supported emulations.
4478
4479 case ${generic_target}-${fmt} in
4480 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
056a1d49 4481 mips*-*-linux*-*) case "$endian" in
df3bcd6f
L
4482 big) emulation="mipsbelf mipslelf mipself" ;;
4483 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132
RH
4484 esac ;;
4485 mips-*-lnews*-ecoff) ;;
4486 mips-*-*-ecoff) case "$endian" in
4487 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
4488 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
4489 esac ;;
4490 mips-*-*-elf) case "$endian" in
4491 big) emulation="mipsbelf mipslelf mipself" ;;
4492 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 4493 esac ;;
906fac54 4494 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
119caedd
L
4495 # i386-pc-pe-coff != i386-pc-coff.
4496 i386-*-pe-coff) ;;
4c63da97
AM
4497 # Uncommenting the next line will turn on support for i386 AOUT
4498 # for the default linux configuration
4499 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4500 #
4501 i386-*-aout) emulation="i386aout" ;;
4ca72d38 4502 i386-*-coff) emulation="i386coff" ;;
4c63da97 4503 i386-*-elf) emulation="i386elf" ;;
3bcbcc3d 4504
f9c19112
HPN
4505 # Always all formats. The first stated emulation becomes the default.
4506 cris-*-*aout*) emulation="crisaout criself" ;;
4507 cris-*-*) emulation="criself crisaout" ;;
252b5132
RH
4508 esac
4509
4510 emulations="$emulations $emulation"
4511
4512done
4513
15886821
L
4514# Turn on all targets if possible
4515if test ${all_targets} = "yes"; then
4516 case ${target_cpu_type} in
4517 i386)
4518 case ${obj_format} in
4519 aout)
4520 emulations="$emulations i386coff i386elf"
4521 ;;
4522 coff)
4523 emulations="$emulations i386aout i386elf"
4524 ;;
4525 elf)
4526 emulations="$emulations i386aout i386coff"
4527 ;;
4528 esac
4529 ;;
4530 esac
4531fi
4532
252b5132
RH
4533# Assign floating point type. Most processors with FP support
4534# IEEE FP. On those that don't support FP at all, usually IEEE
4535# is emulated.
4536case ${target_cpu} in
4537 vax | tahoe ) atof=${target_cpu} ;;
e135f41b 4538 pdp11) atof=vax ;;
252b5132
RH
4539 *) atof=ieee ;;
4540esac
4541
4542case "${obj_format}" in
13b2be9c
DJ
4543 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4544echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4545 { (exit 1); exit 1; }; } ;;
252b5132
RH
4546esac
4547
4548# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4549cgen_cpu_prefix=""
4550if test $using_cgen = yes ; then
4551 case ${target_cpu} in
4552 *) cgen_cpu_prefix=${target_cpu} ;;
4553 esac
13b2be9c
DJ
4554
4555
4556cat >>confdefs.h <<\_ACEOF
252b5132 4557#define USING_CGEN 1
13b2be9c 4558_ACEOF
252b5132
RH
4559
4560fi
4561
d6d788bd 4562
252b5132 4563if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13b2be9c
DJ
4564 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4565echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4566 { (exit 1); exit 1; }; }
252b5132
RH
4567fi
4568
4569if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13b2be9c
DJ
4570 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4571echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4572 { (exit 1); exit 1; }; }
252b5132
RH
4573fi
4574
4575case ${user_bfd_gas}-${primary_bfd_gas} in
4576 yes-yes | no-no)
4577 # We didn't override user's choice.
4578 ;;
4579 no-yes)
13b2be9c
DJ
4580 { echo "$as_me:$LINENO: WARNING: Use of BFD is required for ${target}; overriding config options." >&5
4581echo "$as_me: WARNING: Use of BFD is required for ${target}; overriding config options." >&2;}
252b5132
RH
4582 ;;
4583 no-preferred)
4584 primary_bfd_gas=no
4585 ;;
4586 *-preferred)
4587 primary_bfd_gas=yes
4588 ;;
4589 yes-*)
4590 primary_bfd_gas=yes
4591 ;;
4592 -*)
4593 # User specified nothing.
4594 ;;
4595esac
4596
4597# Some COFF configurations want these random other flags set.
4598case ${obj_format} in
4599 coff)
4600 case ${target_cpu_type} in
13b2be9c
DJ
4601 i386)
4602cat >>confdefs.h <<\_ACEOF
252b5132 4603#define I386COFF 1
13b2be9c 4604_ACEOF
252b5132 4605 ;;
13b2be9c
DJ
4606 m68k)
4607cat >>confdefs.h <<\_ACEOF
252b5132 4608#define M68KCOFF 1
13b2be9c 4609_ACEOF
252b5132 4610 ;;
13b2be9c
DJ
4611 m88k)
4612cat >>confdefs.h <<\_ACEOF
252b5132 4613#define M88KCOFF 1
13b2be9c 4614_ACEOF
252b5132
RH
4615 ;;
4616 esac
4617 ;;
4618esac
4619
4620# Getting this done right is going to be a bitch. Each configuration specified
4621# with --enable-targets=... should be checked for environment, format, cpu, and
4622# bfd_gas setting.
4623#
4624# For each configuration, the necessary object file support code must be linked
4625# in. This might be only one, it might be up to four. The necessary emulation
4626# code needs to be provided, too.
4627#
4628# And then there's "--enable-targets=all"....
4629#
4630# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
4631
4632formats="${obj_format}"
4633emfiles=""
4634EMULATIONS=""
4635_gas_uniq_list="$emulations"
4636_gas_uniq_newlist=""
4637for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4638 case $_gas_uniq_i in
4639 _gas_uniq_dummy) ;;
4640 *) case " $_gas_uniq_newlist " in
4641 *" $_gas_uniq_i "*) ;;
4642 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4643 esac ;;
4644 esac
4645done
4646emulations=$_gas_uniq_newlist
4647
4648for em in . $emulations ; do
4649 case $em in
4650 .) continue ;;
97238fbd 4651 mipsbelf | mipslelf | mipself)
252b5132 4652 fmt=elf file=mipself ;;
97238fbd 4653 mipsbecoff | mipslecoff | mipsecoff)
252b5132 4654 fmt=ecoff file=mipsecoff ;;
0aa5d426
HPN
4655 *coff)
4656 fmt=coff file=$em ;;
4657 *aout)
4658 fmt=aout file=$em ;;
4659 *elf)
4660 fmt=elf file=$em ;;
252b5132
RH
4661 esac
4662 formats="$formats $fmt"
4663 emfiles="$emfiles e-$file.o"
4664 EMULATIONS="$EMULATIONS &$em,"
4665done
4666_gas_uniq_list="$formats"
4667_gas_uniq_newlist=""
4668for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4669 case $_gas_uniq_i in
4670 _gas_uniq_dummy) ;;
4671 *) case " $_gas_uniq_newlist " in
4672 *" $_gas_uniq_i "*) ;;
4673 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4674 esac ;;
4675 esac
4676done
4677formats=$_gas_uniq_newlist
4678
4679_gas_uniq_list="$emfiles"
4680_gas_uniq_newlist=""
4681for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4682 case $_gas_uniq_i in
4683 _gas_uniq_dummy) ;;
4684 *) case " $_gas_uniq_newlist " in
4685 *" $_gas_uniq_i "*) ;;
4686 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4687 esac ;;
4688 esac
4689done
4690emfiles=$_gas_uniq_newlist
4691
4692if test `set . $formats ; shift ; echo $#` -gt 1 ; then
4693 for fmt in $formats ; do
4694 case $fmt in
13b2be9c
DJ
4695 aout)
4696cat >>confdefs.h <<\_ACEOF
252b5132 4697#define OBJ_MAYBE_AOUT 1
13b2be9c 4698_ACEOF
252b5132 4699 ;;
13b2be9c
DJ
4700 bout)
4701cat >>confdefs.h <<\_ACEOF
252b5132 4702#define OBJ_MAYBE_BOUT 1
13b2be9c 4703_ACEOF
252b5132 4704 ;;
13b2be9c
DJ
4705 coff)
4706cat >>confdefs.h <<\_ACEOF
252b5132 4707#define OBJ_MAYBE_COFF 1
13b2be9c 4708_ACEOF
252b5132 4709 ;;
13b2be9c
DJ
4710 ecoff)
4711cat >>confdefs.h <<\_ACEOF
252b5132 4712#define OBJ_MAYBE_ECOFF 1
13b2be9c 4713_ACEOF
252b5132 4714 ;;
13b2be9c
DJ
4715 elf)
4716cat >>confdefs.h <<\_ACEOF
252b5132 4717#define OBJ_MAYBE_ELF 1
13b2be9c 4718_ACEOF
252b5132 4719 ;;
13b2be9c
DJ
4720 generic)
4721cat >>confdefs.h <<\_ACEOF
252b5132 4722#define OBJ_MAYBE_GENERIC 1
13b2be9c 4723_ACEOF
252b5132 4724 ;;
13b2be9c
DJ
4725 hp300)
4726cat >>confdefs.h <<\_ACEOF
252b5132 4727#define OBJ_MAYBE_HP300 1
13b2be9c 4728_ACEOF
252b5132 4729 ;;
13b2be9c
DJ
4730 ieee)
4731cat >>confdefs.h <<\_ACEOF
252b5132 4732#define OBJ_MAYBE_IEEE 1
13b2be9c 4733_ACEOF
252b5132 4734 ;;
13b2be9c
DJ
4735 som)
4736cat >>confdefs.h <<\_ACEOF
252b5132 4737#define OBJ_MAYBE_SOM 1
13b2be9c 4738_ACEOF
252b5132 4739 ;;
13b2be9c
DJ
4740 vms)
4741cat >>confdefs.h <<\_ACEOF
252b5132 4742#define OBJ_MAYBE_VMS 1
13b2be9c 4743_ACEOF
252b5132
RH
4744 ;;
4745 esac
4746 extra_objects="$extra_objects obj-$fmt.o"
4747 done
4748 obj_format=multi
4749fi
4750if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 4751 DEFAULT_EMULATION=`set . $emulations ; echo $2`
4ca72d38
AM
4752 # e-mips* has more than one emulation per file, e-i386* has just one at the
4753 # moment. If only one emulation is specified, then don't define
4754 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
4755 case "${obj_format}${emfiles}" in
4756 multi* | *mips*)
4ca72d38 4757 extra_objects="$extra_objects $emfiles"
13b2be9c
DJ
4758
4759cat >>confdefs.h <<\_ACEOF
252b5132 4760#define USE_EMULATIONS 1
13b2be9c 4761_ACEOF
4ca72d38
AM
4762 ;;
4763 esac
252b5132
RH
4764fi
4765
13b2be9c
DJ
4766
4767cat >>confdefs.h <<_ACEOF
252b5132 4768#define EMULATIONS $EMULATIONS
13b2be9c
DJ
4769_ACEOF
4770
252b5132 4771
13b2be9c 4772cat >>confdefs.h <<_ACEOF
252b5132 4773#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13b2be9c 4774_ACEOF
252b5132 4775
d6d788bd 4776
252b5132
RH
4777case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
4778 yes-*-coff) need_bfd=yes ;;
4779 no-*-coff) need_bfd=yes
13b2be9c
DJ
4780
4781cat >>confdefs.h <<\_ACEOF
252b5132 4782#define MANY_SEGMENTS 1
13b2be9c 4783_ACEOF
252b5132
RH
4784 ;;
4785esac
4786
4787reject_dev_configs=yes
4788
4789case ${reject_dev_configs}-${dev} in
4790 yes-yes) # Oops.
13b2be9c
DJ
4791 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
4792echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
4793 { (exit 1); exit 1; }; }
252b5132
RH
4794 ;;
4795esac
4796
d6d788bd
L
4797
4798
4799
4800
4801
4802
252b5132 4803case "${primary_bfd_gas}" in
13b2be9c
DJ
4804 yes)
4805cat >>confdefs.h <<\_ACEOF
252b5132 4806#define BFD_ASSEMBLER 1
13b2be9c 4807_ACEOF
252b5132
RH
4808
4809 need_bfd=yes ;;
4810esac
4811
4812# do we need the opcodes library?
4813case "${need_opcodes}" in
4814yes)
4815 OPCODES_LIB=../opcodes/libopcodes.la
4816 ;;
4817esac
4818
4819case "${need_bfd}" in
4820yes)
4821 BFDLIB=../bfd/libbfd.la
4001ad8c 4822 BFDVER_H=../bfd/bfdver.h
29589b0c 4823 ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
252b5132
RH
4824 ;;
4825esac
4826
d6d788bd
L
4827
4828
4829
4830
4831
4001ad8c 4832
13b2be9c
DJ
4833
4834cat >>confdefs.h <<_ACEOF
252b5132 4835#define TARGET_ALIAS "${target_alias}"
13b2be9c 4836_ACEOF
9b2b7d69 4837
13b2be9c
DJ
4838
4839cat >>confdefs.h <<_ACEOF
252b5132 4840#define TARGET_CANONICAL "${target}"
13b2be9c 4841_ACEOF
9b2b7d69 4842
13b2be9c
DJ
4843
4844cat >>confdefs.h <<_ACEOF
252b5132 4845#define TARGET_CPU "${target_cpu}"
13b2be9c 4846_ACEOF
9b2b7d69 4847
13b2be9c
DJ
4848
4849cat >>confdefs.h <<_ACEOF
252b5132 4850#define TARGET_VENDOR "${target_vendor}"
13b2be9c 4851_ACEOF
9b2b7d69 4852
13b2be9c
DJ
4853
4854cat >>confdefs.h <<_ACEOF
252b5132 4855#define TARGET_OS "${target_os}"
13b2be9c
DJ
4856_ACEOF
4857
4858
4859ac_ext=c
4860ac_cpp='$CPP $CPPFLAGS'
4861ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4862ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4863ac_compiler_gnu=$ac_cv_c_compiler_gnu
4864if test -n "$ac_tool_prefix"; then
4865 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4866set dummy ${ac_tool_prefix}gcc; ac_word=$2
4867echo "$as_me:$LINENO: checking for $ac_word" >&5
4868echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4869if test "${ac_cv_prog_CC+set}" = set; then
4870 echo $ECHO_N "(cached) $ECHO_C" >&6
4871else
4872 if test -n "$CC"; then
4873 ac_cv_prog_CC="$CC" # Let the user override the test.
4874else
4875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4876for as_dir in $PATH
4877do
4878 IFS=$as_save_IFS
4879 test -z "$as_dir" && as_dir=.
4880 for ac_exec_ext in '' $ac_executable_extensions; do
4881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4882 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4884 break 2
4885 fi
4886done
4887done
252b5132 4888
13b2be9c
DJ
4889fi
4890fi
4891CC=$ac_cv_prog_CC
4892if test -n "$CC"; then
4893 echo "$as_me:$LINENO: result: $CC" >&5
4894echo "${ECHO_T}$CC" >&6
4895else
4896 echo "$as_me:$LINENO: result: no" >&5
4897echo "${ECHO_T}no" >&6
4898fi
252b5132 4899
13b2be9c
DJ
4900fi
4901if test -z "$ac_cv_prog_CC"; then
4902 ac_ct_CC=$CC
4903 # Extract the first word of "gcc", so it can be a program name with args.
252b5132 4904set dummy gcc; ac_word=$2
13b2be9c
DJ
4905echo "$as_me:$LINENO: checking for $ac_word" >&5
4906echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4907if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4908 echo $ECHO_N "(cached) $ECHO_C" >&6
4909else
4910 if test -n "$ac_ct_CC"; then
4911 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4912else
4913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914for as_dir in $PATH
4915do
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
4919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4920 ac_cv_prog_ac_ct_CC="gcc"
4921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4923 fi
4924done
4925done
4926
4927fi
4928fi
4929ac_ct_CC=$ac_cv_prog_ac_ct_CC
4930if test -n "$ac_ct_CC"; then
4931 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4932echo "${ECHO_T}$ac_ct_CC" >&6
4933else
4934 echo "$as_me:$LINENO: result: no" >&5
4935echo "${ECHO_T}no" >&6
4936fi
4937
4938 CC=$ac_ct_CC
4939else
4940 CC="$ac_cv_prog_CC"
4941fi
4942
4943if test -z "$CC"; then
4944 if test -n "$ac_tool_prefix"; then
4945 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4946set dummy ${ac_tool_prefix}cc; ac_word=$2
4947echo "$as_me:$LINENO: checking for $ac_word" >&5
4948echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4949if test "${ac_cv_prog_CC+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
4951else
4952 if test -n "$CC"; then
4953 ac_cv_prog_CC="$CC" # Let the user override the test.
4954else
13b2be9c
DJ
4955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4956for as_dir in $PATH
4957do
4958 IFS=$as_save_IFS
4959 test -z "$as_dir" && as_dir=.
4960 for ac_exec_ext in '' $ac_executable_extensions; do
4961 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4962 ac_cv_prog_CC="${ac_tool_prefix}cc"
4963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4964 break 2
4965 fi
4966done
4967done
4968
252b5132
RH
4969fi
4970fi
13b2be9c 4971CC=$ac_cv_prog_CC
252b5132 4972if test -n "$CC"; then
13b2be9c
DJ
4973 echo "$as_me:$LINENO: result: $CC" >&5
4974echo "${ECHO_T}$CC" >&6
4975else
4976 echo "$as_me:$LINENO: result: no" >&5
4977echo "${ECHO_T}no" >&6
4978fi
4979
4980fi
4981if test -z "$ac_cv_prog_CC"; then
4982 ac_ct_CC=$CC
4983 # Extract the first word of "cc", so it can be a program name with args.
4984set dummy cc; ac_word=$2
4985echo "$as_me:$LINENO: checking for $ac_word" >&5
4986echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4987if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4988 echo $ECHO_N "(cached) $ECHO_C" >&6
9b2b7d69 4989else
13b2be9c
DJ
4990 if test -n "$ac_ct_CC"; then
4991 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4992else
4993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994for as_dir in $PATH
4995do
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5000 ac_cv_prog_ac_ct_CC="cc"
5001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5002 break 2
5003 fi
5004done
5005done
5006
5007fi
5008fi
5009ac_ct_CC=$ac_cv_prog_ac_ct_CC
5010if test -n "$ac_ct_CC"; then
5011 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5012echo "${ECHO_T}$ac_ct_CC" >&6
5013else
5014 echo "$as_me:$LINENO: result: no" >&5
5015echo "${ECHO_T}no" >&6
5016fi
5017
5018 CC=$ac_ct_CC
5019else
5020 CC="$ac_cv_prog_CC"
6840198f
NC
5021fi
5022
13b2be9c 5023fi
252b5132
RH
5024if test -z "$CC"; then
5025 # Extract the first word of "cc", so it can be a program name with args.
5026set dummy cc; ac_word=$2
13b2be9c
DJ
5027echo "$as_me:$LINENO: checking for $ac_word" >&5
5028echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5029if test "${ac_cv_prog_CC+set}" = set; then
5030 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5031else
5032 if test -n "$CC"; then
5033 ac_cv_prog_CC="$CC" # Let the user override the test.
5034else
252b5132 5035 ac_prog_rejected=no
13b2be9c
DJ
5036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5037for as_dir in $PATH
5038do
5039 IFS=$as_save_IFS
5040 test -z "$as_dir" && as_dir=.
5041 for ac_exec_ext in '' $ac_executable_extensions; do
5042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5043 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5044 ac_prog_rejected=yes
5045 continue
5046 fi
5047 ac_cv_prog_CC="cc"
5048 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5049 break 2
5050 fi
5051done
5052done
5053
252b5132
RH
5054if test $ac_prog_rejected = yes; then
5055 # We found a bogon in the path, so make sure we never use it.
5056 set dummy $ac_cv_prog_CC
5057 shift
13b2be9c 5058 if test $# != 0; then
252b5132
RH
5059 # We chose a different compiler from the bogus one.
5060 # However, it has the same basename, so the bogon will be chosen
5061 # first if we set CC to just the basename; use the full file name.
5062 shift
13b2be9c 5063 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
252b5132
RH
5064 fi
5065fi
5066fi
5067fi
13b2be9c 5068CC=$ac_cv_prog_CC
252b5132 5069if test -n "$CC"; then
13b2be9c
DJ
5070 echo "$as_me:$LINENO: result: $CC" >&5
5071echo "${ECHO_T}$CC" >&6
252b5132 5072else
13b2be9c
DJ
5073 echo "$as_me:$LINENO: result: no" >&5
5074echo "${ECHO_T}no" >&6
252b5132
RH
5075fi
5076
13b2be9c
DJ
5077fi
5078if test -z "$CC"; then
5079 if test -n "$ac_tool_prefix"; then
5080 for ac_prog in cl
5081 do
5082 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5083set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5084echo "$as_me:$LINENO: checking for $ac_word" >&5
5085echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5086if test "${ac_cv_prog_CC+set}" = set; then
5087 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5088else
5089 if test -n "$CC"; then
5090 ac_cv_prog_CC="$CC" # Let the user override the test.
5091else
13b2be9c
DJ
5092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093for as_dir in $PATH
5094do
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5099 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5100 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5102 fi
5103done
5104done
5105
252b5132
RH
5106fi
5107fi
13b2be9c 5108CC=$ac_cv_prog_CC
252b5132 5109if test -n "$CC"; then
13b2be9c
DJ
5110 echo "$as_me:$LINENO: result: $CC" >&5
5111echo "${ECHO_T}$CC" >&6
c8615825 5112else
13b2be9c
DJ
5113 echo "$as_me:$LINENO: result: no" >&5
5114echo "${ECHO_T}no" >&6
c8615825 5115fi
6840198f 5116
13b2be9c
DJ
5117 test -n "$CC" && break
5118 done
5119fi
5120if test -z "$CC"; then
5121 ac_ct_CC=$CC
5122 for ac_prog in cl
5123do
5124 # Extract the first word of "$ac_prog", so it can be a program name with args.
5125set dummy $ac_prog; ac_word=$2
5126echo "$as_me:$LINENO: checking for $ac_word" >&5
5127echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5128if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5129 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5130else
13b2be9c
DJ
5131 if test -n "$ac_ct_CC"; then
5132 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
c8615825 5133else
13b2be9c
DJ
5134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135for as_dir in $PATH
5136do
5137 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=.
5139 for ac_exec_ext in '' $ac_executable_extensions; do
5140 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5141 ac_cv_prog_ac_ct_CC="$ac_prog"
5142 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 break 2
5144 fi
5145done
5146done
5147
c8615825
AM
5148fi
5149fi
13b2be9c
DJ
5150ac_ct_CC=$ac_cv_prog_ac_ct_CC
5151if test -n "$ac_ct_CC"; then
5152 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5153echo "${ECHO_T}$ac_ct_CC" >&6
c8615825 5154else
13b2be9c
DJ
5155 echo "$as_me:$LINENO: result: no" >&5
5156echo "${ECHO_T}no" >&6
c8615825 5157fi
252b5132 5158
13b2be9c
DJ
5159 test -n "$ac_ct_CC" && break
5160done
5161
5162 CC=$ac_ct_CC
5163fi
5164
5165fi
5166
5167
5168test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5169See \`config.log' for more details." >&5
5170echo "$as_me: error: no acceptable C compiler found in \$PATH
5171See \`config.log' for more details." >&2;}
5172 { (exit 1); exit 1; }; }
5173
5174# Provide some information about the compiler.
5175echo "$as_me:$LINENO:" \
5176 "checking for C compiler version" >&5
5177ac_compiler=`set X $ac_compile; echo $2`
5178{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5179 (eval $ac_compiler --version </dev/null >&5) 2>&5
5180 ac_status=$?
5181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5182 (exit $ac_status); }
5183{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5184 (eval $ac_compiler -v </dev/null >&5) 2>&5
5185 ac_status=$?
5186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5187 (exit $ac_status); }
5188{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5189 (eval $ac_compiler -V </dev/null >&5) 2>&5
5190 ac_status=$?
5191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5192 (exit $ac_status); }
5193
5194echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5195echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5196if test "${ac_cv_c_compiler_gnu+set}" = set; then
5197 echo $ECHO_N "(cached) $ECHO_C" >&6
5198else
5199 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5200/* confdefs.h. */
5201_ACEOF
5202cat confdefs.h >>conftest.$ac_ext
5203cat >>conftest.$ac_ext <<_ACEOF
5204/* end confdefs.h. */
5205
5206int
5207main ()
5208{
5209#ifndef __GNUC__
5210 choke me
5211#endif
5212
5213 ;
5214 return 0;
5215}
5216_ACEOF
5217rm -f conftest.$ac_objext
5218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5219 (eval $ac_compile) 2>conftest.er1
13b2be9c 5220 ac_status=$?
ab509236
L
5221 grep -v '^ *+' conftest.er1 >conftest.err
5222 rm -f conftest.er1
5223 cat conftest.err >&5
13b2be9c
DJ
5224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5225 (exit $ac_status); } &&
7499d566
NC
5226 { ac_try='test -z "$ac_c_werror_flag"
5227 || test ! -s conftest.err'
ab509236
L
5228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5229 (eval $ac_try) 2>&5
5230 ac_status=$?
5231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5232 (exit $ac_status); }; } &&
5233 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5235 (eval $ac_try) 2>&5
5236 ac_status=$?
5237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238 (exit $ac_status); }; }; then
5239 ac_compiler_gnu=yes
5240else
5241 echo "$as_me: failed program was:" >&5
5242sed 's/^/| /' conftest.$ac_ext >&5
5243
5244ac_compiler_gnu=no
5245fi
ab509236 5246rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5247ac_cv_c_compiler_gnu=$ac_compiler_gnu
5248
5249fi
5250echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5251echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5252GCC=`test $ac_compiler_gnu = yes && echo yes`
5253ac_test_CFLAGS=${CFLAGS+set}
5254ac_save_CFLAGS=$CFLAGS
5255CFLAGS="-g"
5256echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5257echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5258if test "${ac_cv_prog_cc_g+set}" = set; then
5259 echo $ECHO_N "(cached) $ECHO_C" >&6
5260else
5261 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5262/* confdefs.h. */
5263_ACEOF
5264cat confdefs.h >>conftest.$ac_ext
5265cat >>conftest.$ac_ext <<_ACEOF
5266/* end confdefs.h. */
5267
5268int
5269main ()
5270{
5271
5272 ;
5273 return 0;
5274}
5275_ACEOF
5276rm -f conftest.$ac_objext
5277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5278 (eval $ac_compile) 2>conftest.er1
13b2be9c 5279 ac_status=$?
ab509236
L
5280 grep -v '^ *+' conftest.er1 >conftest.err
5281 rm -f conftest.er1
5282 cat conftest.err >&5
13b2be9c
DJ
5283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5284 (exit $ac_status); } &&
7499d566
NC
5285 { ac_try='test -z "$ac_c_werror_flag"
5286 || test ! -s conftest.err'
ab509236
L
5287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5288 (eval $ac_try) 2>&5
5289 ac_status=$?
5290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5291 (exit $ac_status); }; } &&
5292 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5294 (eval $ac_try) 2>&5
5295 ac_status=$?
5296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5297 (exit $ac_status); }; }; then
252b5132
RH
5298 ac_cv_prog_cc_g=yes
5299else
13b2be9c
DJ
5300 echo "$as_me: failed program was:" >&5
5301sed 's/^/| /' conftest.$ac_ext >&5
c8615825 5302
13b2be9c 5303ac_cv_prog_cc_g=no
252b5132 5304fi
ab509236 5305rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5306fi
5307echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5308echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
252b5132 5309if test "$ac_test_CFLAGS" = set; then
13b2be9c 5310 CFLAGS=$ac_save_CFLAGS
252b5132
RH
5311elif test $ac_cv_prog_cc_g = yes; then
5312 if test "$GCC" = yes; then
5313 CFLAGS="-g -O2"
5314 else
5315 CFLAGS="-g"
5316 fi
5317else
9b2b7d69
MM
5318 if test "$GCC" = yes; then
5319 CFLAGS="-O2"
5320 else
5321 CFLAGS=
5322 fi
5323fi
13b2be9c
DJ
5324echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5325echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5326if test "${ac_cv_prog_cc_stdc+set}" = set; then
5327 echo $ECHO_N "(cached) $ECHO_C" >&6
5328else
5329 ac_cv_prog_cc_stdc=no
5330ac_save_CC=$CC
5331cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5332/* confdefs.h. */
5333_ACEOF
5334cat confdefs.h >>conftest.$ac_ext
5335cat >>conftest.$ac_ext <<_ACEOF
5336/* end confdefs.h. */
5337#include <stdarg.h>
5338#include <stdio.h>
5339#include <sys/types.h>
5340#include <sys/stat.h>
5341/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5342struct buf { int x; };
5343FILE * (*rcsopen) (struct buf *, struct stat *, int);
5344static char *e (p, i)
5345 char **p;
5346 int i;
5347{
5348 return p[i];
5349}
5350static char *f (char * (*g) (char **, int), char **p, ...)
5351{
5352 char *s;
5353 va_list v;
5354 va_start (v,p);
5355 s = g (p, va_arg (v,int));
5356 va_end (v);
5357 return s;
5358}
ab509236
L
5359
5360/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5361 function prototypes and stuff, but not '\xHH' hex character constants.
5362 These don't provoke an error unfortunately, instead are silently treated
5363 as 'x'. The following induces an error, until -std1 is added to get
5364 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5365 array size at least. It's necessary to write '\x00'==0 to get something
5366 that's true only with -std1. */
5367int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5368
13b2be9c
DJ
5369int test (int i, double x);
5370struct s1 {int (*f) (int a);};
5371struct s2 {int (*f) (double a);};
5372int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5373int argc;
5374char **argv;
5375int
5376main ()
5377{
5378return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5379 ;
5380 return 0;
5381}
5382_ACEOF
5383# Don't try gcc -ansi; that turns off useful extensions and
5384# breaks some systems' header files.
5385# AIX -qlanglvl=ansi
5386# Ultrix and OSF/1 -std1
5387# HP-UX 10.20 and later -Ae
5388# HP-UX older versions -Aa -D_HPUX_SOURCE
5389# SVR4 -Xc -D__EXTENSIONS__
5390for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5391do
5392 CC="$ac_save_CC $ac_arg"
5393 rm -f conftest.$ac_objext
5394if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5395 (eval $ac_compile) 2>conftest.er1
13b2be9c 5396 ac_status=$?
ab509236
L
5397 grep -v '^ *+' conftest.er1 >conftest.err
5398 rm -f conftest.er1
5399 cat conftest.err >&5
13b2be9c
DJ
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); } &&
7499d566
NC
5402 { ac_try='test -z "$ac_c_werror_flag"
5403 || test ! -s conftest.err'
ab509236
L
5404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5405 (eval $ac_try) 2>&5
5406 ac_status=$?
5407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5408 (exit $ac_status); }; } &&
5409 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5411 (eval $ac_try) 2>&5
5412 ac_status=$?
5413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5414 (exit $ac_status); }; }; then
5415 ac_cv_prog_cc_stdc=$ac_arg
5416break
5417else
5418 echo "$as_me: failed program was:" >&5
5419sed 's/^/| /' conftest.$ac_ext >&5
5420
5421fi
ab509236 5422rm -f conftest.err conftest.$ac_objext
13b2be9c
DJ
5423done
5424rm -f conftest.$ac_ext conftest.$ac_objext
5425CC=$ac_save_CC
5426
5427fi
5428
5429case "x$ac_cv_prog_cc_stdc" in
5430 x|xno)
5431 echo "$as_me:$LINENO: result: none needed" >&5
5432echo "${ECHO_T}none needed" >&6 ;;
5433 *)
5434 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5435echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5436 CC="$CC $ac_cv_prog_cc_stdc" ;;
5437esac
5438
5439# Some people use a C++ compiler to compile C. Since we use `exit',
5440# in C++ we need to declare it. In case someone uses the same compiler
5441# for both compiling C and C++ we need to have the C++ compiler decide
5442# the declaration of exit, since it's the most demanding environment.
5443cat >conftest.$ac_ext <<_ACEOF
5444#ifndef __cplusplus
5445 choke me
5446#endif
5447_ACEOF
5448rm -f conftest.$ac_objext
5449if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5450 (eval $ac_compile) 2>conftest.er1
13b2be9c 5451 ac_status=$?
ab509236
L
5452 grep -v '^ *+' conftest.er1 >conftest.err
5453 rm -f conftest.er1
5454 cat conftest.err >&5
13b2be9c
DJ
5455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5456 (exit $ac_status); } &&
7499d566
NC
5457 { ac_try='test -z "$ac_c_werror_flag"
5458 || test ! -s conftest.err'
ab509236
L
5459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5460 (eval $ac_try) 2>&5
5461 ac_status=$?
5462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5463 (exit $ac_status); }; } &&
5464 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5466 (eval $ac_try) 2>&5
5467 ac_status=$?
5468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5469 (exit $ac_status); }; }; then
5470 for ac_declaration in \
ab509236 5471 '' \
13b2be9c
DJ
5472 'extern "C" void std::exit (int) throw (); using std::exit;' \
5473 'extern "C" void std::exit (int); using std::exit;' \
5474 'extern "C" void exit (int) throw ();' \
5475 'extern "C" void exit (int);' \
5476 'void exit (int);'
5477do
5478 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5479/* confdefs.h. */
5480_ACEOF
5481cat confdefs.h >>conftest.$ac_ext
5482cat >>conftest.$ac_ext <<_ACEOF
5483/* end confdefs.h. */
13dfd2d0 5484$ac_declaration
ab509236 5485#include <stdlib.h>
13b2be9c
DJ
5486int
5487main ()
5488{
5489exit (42);
5490 ;
5491 return 0;
5492}
5493_ACEOF
5494rm -f conftest.$ac_objext
5495if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5496 (eval $ac_compile) 2>conftest.er1
13b2be9c 5497 ac_status=$?
ab509236
L
5498 grep -v '^ *+' conftest.er1 >conftest.err
5499 rm -f conftest.er1
5500 cat conftest.err >&5
13b2be9c
DJ
5501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5502 (exit $ac_status); } &&
7499d566
NC
5503 { ac_try='test -z "$ac_c_werror_flag"
5504 || test ! -s conftest.err'
ab509236
L
5505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5506 (eval $ac_try) 2>&5
5507 ac_status=$?
5508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5509 (exit $ac_status); }; } &&
5510 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5512 (eval $ac_try) 2>&5
5513 ac_status=$?
5514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5515 (exit $ac_status); }; }; then
5516 :
5517else
5518 echo "$as_me: failed program was:" >&5
5519sed 's/^/| /' conftest.$ac_ext >&5
5520
5521continue
5522fi
ab509236 5523rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 5524 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5525/* confdefs.h. */
5526_ACEOF
5527cat confdefs.h >>conftest.$ac_ext
5528cat >>conftest.$ac_ext <<_ACEOF
5529/* end confdefs.h. */
5530$ac_declaration
5531int
5532main ()
5533{
5534exit (42);
5535 ;
5536 return 0;
5537}
5538_ACEOF
5539rm -f conftest.$ac_objext
5540if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 5541 (eval $ac_compile) 2>conftest.er1
13b2be9c 5542 ac_status=$?
ab509236
L
5543 grep -v '^ *+' conftest.er1 >conftest.err
5544 rm -f conftest.er1
5545 cat conftest.err >&5
13b2be9c
DJ
5546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5547 (exit $ac_status); } &&
7499d566
NC
5548 { ac_try='test -z "$ac_c_werror_flag"
5549 || test ! -s conftest.err'
ab509236
L
5550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5551 (eval $ac_try) 2>&5
5552 ac_status=$?
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); }; } &&
5555 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
5556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5557 (eval $ac_try) 2>&5
5558 ac_status=$?
5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); }; }; then
5561 break
5562else
5563 echo "$as_me: failed program was:" >&5
5564sed 's/^/| /' conftest.$ac_ext >&5
5565
5566fi
ab509236 5567rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5568done
5569rm -f conftest*
5570if test -n "$ac_declaration"; then
5571 echo '#ifdef __cplusplus' >>confdefs.h
5572 echo $ac_declaration >>confdefs.h
5573 echo '#endif' >>confdefs.h
5574fi
5575
5576else
5577 echo "$as_me: failed program was:" >&5
5578sed 's/^/| /' conftest.$ac_ext >&5
5579
5580fi
ab509236 5581rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
5582ac_ext=c
5583ac_cpp='$CPP $CPPFLAGS'
5584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5586ac_compiler_gnu=$ac_cv_c_compiler_gnu
c8615825
AM
5587
5588
5589for ac_prog in 'bison -y' byacc
9b2b7d69 5590do
13b2be9c 5591 # Extract the first word of "$ac_prog", so it can be a program name with args.
c8615825 5592set dummy $ac_prog; ac_word=$2
13b2be9c
DJ
5593echo "$as_me:$LINENO: checking for $ac_word" >&5
5594echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5595if test "${ac_cv_prog_YACC+set}" = set; then
5596 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825
AM
5597else
5598 if test -n "$YACC"; then
5599 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5600else
13b2be9c
DJ
5601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602for as_dir in $PATH
5603do
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
5606 for ac_exec_ext in '' $ac_executable_extensions; do
5607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5608 ac_cv_prog_YACC="$ac_prog"
5609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5610 break 2
5611 fi
5612done
5613done
5614
c8615825
AM
5615fi
5616fi
13b2be9c 5617YACC=$ac_cv_prog_YACC
c8615825 5618if test -n "$YACC"; then
13b2be9c
DJ
5619 echo "$as_me:$LINENO: result: $YACC" >&5
5620echo "${ECHO_T}$YACC" >&6
c8615825 5621else
13b2be9c
DJ
5622 echo "$as_me:$LINENO: result: no" >&5
5623echo "${ECHO_T}no" >&6
c8615825
AM
5624fi
5625
13b2be9c 5626 test -n "$YACC" && break
c8615825
AM
5627done
5628test -n "$YACC" || YACC="yacc"
5629
13b2be9c
DJ
5630for ac_prog in flex lex
5631do
5632 # Extract the first word of "$ac_prog", so it can be a program name with args.
5633set dummy $ac_prog; ac_word=$2
5634echo "$as_me:$LINENO: checking for $ac_word" >&5
5635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5636if test "${ac_cv_prog_LEX+set}" = set; then
5637 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 5638else
13b2be9c
DJ
5639 if test -n "$LEX"; then
5640 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9b2b7d69 5641else
13b2be9c
DJ
5642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643for as_dir in $PATH
5644do
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
5647 for ac_exec_ext in '' $ac_executable_extensions; do
5648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5649 ac_cv_prog_LEX="$ac_prog"
5650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 2
5652 fi
5653done
5654done
5655
5656fi
5657fi
5658LEX=$ac_cv_prog_LEX
5659if test -n "$LEX"; then
5660 echo "$as_me:$LINENO: result: $LEX" >&5
5661echo "${ECHO_T}$LEX" >&6
c8615825 5662else
13b2be9c
DJ
5663 echo "$as_me:$LINENO: result: no" >&5
5664echo "${ECHO_T}no" >&6
5665fi
5666
5667 test -n "$LEX" && break
5668done
5669test -n "$LEX" || LEX=":"
5670
5671if test -z "$LEXLIB"
5672then
5673 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5674echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5675if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5676 echo $ECHO_N "(cached) $ECHO_C" >&6
5677else
5678 ac_check_lib_save_LIBS=$LIBS
5679LIBS="-lfl $LIBS"
5680cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5681/* confdefs.h. */
5682_ACEOF
5683cat confdefs.h >>conftest.$ac_ext
5684cat >>conftest.$ac_ext <<_ACEOF
5685/* end confdefs.h. */
5686
5687/* Override any gcc2 internal prototype to avoid an error. */
5688#ifdef __cplusplus
5689extern "C"
5690#endif
5691/* We use char because int might match the return type of a gcc2
5692 builtin and then its argument prototype would still apply. */
5693char yywrap ();
5694int
5695main ()
5696{
5697yywrap ();
5698 ;
5699 return 0;
5700}
5701_ACEOF
5702rm -f conftest.$ac_objext conftest$ac_exeext
5703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 5704 (eval $ac_link) 2>conftest.er1
13b2be9c 5705 ac_status=$?
ab509236
L
5706 grep -v '^ *+' conftest.er1 >conftest.err
5707 rm -f conftest.er1
5708 cat conftest.err >&5
13b2be9c
DJ
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } &&
7499d566
NC
5711 { ac_try='test -z "$ac_c_werror_flag"
5712 || test ! -s conftest.err'
ab509236
L
5713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5714 (eval $ac_try) 2>&5
5715 ac_status=$?
5716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5717 (exit $ac_status); }; } &&
5718 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
5719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5720 (eval $ac_try) 2>&5
5721 ac_status=$?
5722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5723 (exit $ac_status); }; }; then
5724 ac_cv_lib_fl_yywrap=yes
5725else
5726 echo "$as_me: failed program was:" >&5
5727sed 's/^/| /' conftest.$ac_ext >&5
5728
5729ac_cv_lib_fl_yywrap=no
5730fi
ab509236
L
5731rm -f conftest.err conftest.$ac_objext \
5732 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
5733LIBS=$ac_check_lib_save_LIBS
5734fi
5735echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5736echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5737if test $ac_cv_lib_fl_yywrap = yes; then
5738 LEXLIB="-lfl"
5739else
5740 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5741echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5742if test "${ac_cv_lib_l_yywrap+set}" = set; then
5743 echo $ECHO_N "(cached) $ECHO_C" >&6
5744else
5745 ac_check_lib_save_LIBS=$LIBS
5746LIBS="-ll $LIBS"
5747cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
5748/* confdefs.h. */
5749_ACEOF
5750cat confdefs.h >>conftest.$ac_ext
5751cat >>conftest.$ac_ext <<_ACEOF
5752/* end confdefs.h. */
5753
5754/* Override any gcc2 internal prototype to avoid an error. */
5755#ifdef __cplusplus
5756extern "C"
5757#endif
5758/* We use char because int might match the return type of a gcc2
5759 builtin and then its argument prototype would still apply. */
5760char yywrap ();
5761int
5762main ()
5763{
5764yywrap ();
5765 ;
5766 return 0;
5767}
5768_ACEOF
5769rm -f conftest.$ac_objext conftest$ac_exeext
5770if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 5771 (eval $ac_link) 2>conftest.er1
13b2be9c 5772 ac_status=$?
ab509236
L
5773 grep -v '^ *+' conftest.er1 >conftest.err
5774 rm -f conftest.er1
5775 cat conftest.err >&5
13b2be9c
DJ
5776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5777 (exit $ac_status); } &&
7499d566
NC
5778 { ac_try='test -z "$ac_c_werror_flag"
5779 || test ! -s conftest.err'
ab509236
L
5780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5781 (eval $ac_try) 2>&5
5782 ac_status=$?
5783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784 (exit $ac_status); }; } &&
5785 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
5786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5787 (eval $ac_try) 2>&5
5788 ac_status=$?
5789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5790 (exit $ac_status); }; }; then
5791 ac_cv_lib_l_yywrap=yes
9b2b7d69 5792else
13b2be9c
DJ
5793 echo "$as_me: failed program was:" >&5
5794sed 's/^/| /' conftest.$ac_ext >&5
5795
5796ac_cv_lib_l_yywrap=no
9b2b7d69 5797fi
ab509236
L
5798rm -f conftest.err conftest.$ac_objext \
5799 conftest$ac_exeext conftest.$ac_ext
13b2be9c 5800LIBS=$ac_check_lib_save_LIBS
9b2b7d69 5801fi
13b2be9c
DJ
5802echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5803echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5804if test $ac_cv_lib_l_yywrap = yes; then
5805 LEXLIB="-ll"
252b5132 5806fi
13b2be9c
DJ
5807
5808fi
5809
252b5132 5810fi
13b2be9c
DJ
5811
5812if test "x$LEX" != "x:"; then
5813 echo "$as_me:$LINENO: checking lex output file root" >&5
5814echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5815if test "${ac_cv_prog_lex_root+set}" = set; then
5816 echo $ECHO_N "(cached) $ECHO_C" >&6
5817else
5818 # The minimal lex program is just a single line: %%. But some broken lexes
5819# (Solaris, I think it was) want two %% lines, so accommodate them.
5820cat >conftest.l <<_ACEOF
5821%%
5822%%
5823_ACEOF
5824{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5825 (eval $LEX conftest.l) 2>&5
5826 ac_status=$?
5827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5828 (exit $ac_status); }
5829if test -f lex.yy.c; then
5830 ac_cv_prog_lex_root=lex.yy
5831elif test -f lexyy.c; then
5832 ac_cv_prog_lex_root=lexyy
252b5132 5833else
13b2be9c
DJ
5834 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5835echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5836 { (exit 1); exit 1; }; }
252b5132 5837fi
13b2be9c
DJ
5838fi
5839echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5840echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5841rm -f conftest.l
5842LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
252b5132 5843
13b2be9c
DJ
5844echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5845echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5846if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5847 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5848else
13b2be9c
DJ
5849 # POSIX says lex can declare yytext either as a pointer or an array; the
5850# default is implementation-dependent. Figure out which it is, since
5851# not all implementations provide the %pointer and %array declarations.
5852ac_cv_prog_lex_yytext_pointer=no
5853echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5854ac_save_LIBS=$LIBS
5855LIBS="$LIBS $LEXLIB"
5856cat >conftest.$ac_ext <<_ACEOF
5857`cat $LEX_OUTPUT_ROOT.c`
5858_ACEOF
5859rm -f conftest.$ac_objext conftest$ac_exeext
5860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 5861 (eval $ac_link) 2>conftest.er1
13b2be9c 5862 ac_status=$?
ab509236
L
5863 grep -v '^ *+' conftest.er1 >conftest.err
5864 rm -f conftest.er1
5865 cat conftest.err >&5
13b2be9c
DJ
5866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5867 (exit $ac_status); } &&
7499d566
NC
5868 { ac_try='test -z "$ac_c_werror_flag"
5869 || test ! -s conftest.err'
ab509236
L
5870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5871 (eval $ac_try) 2>&5
5872 ac_status=$?
5873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5874 (exit $ac_status); }; } &&
5875 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
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); }; }; then
5881 ac_cv_prog_lex_yytext_pointer=yes
252b5132 5882else
13b2be9c
DJ
5883 echo "$as_me: failed program was:" >&5
5884sed 's/^/| /' conftest.$ac_ext >&5
5885
252b5132 5886fi
ab509236
L
5887rm -f conftest.err conftest.$ac_objext \
5888 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
5889LIBS=$ac_save_LIBS
5890rm -f "${LEX_OUTPUT_ROOT}.c"
5891
252b5132 5892fi
13b2be9c
DJ
5893echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5894echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
5895if test $ac_cv_prog_lex_yytext_pointer = yes; then
5896
5897cat >>confdefs.h <<\_ACEOF
5898#define YYTEXT_POINTER 1
5899_ACEOF
5900
5901fi
5902
5903fi
5904if test "$LEX" = :; then
5905 LEX=${am_missing_run}flex
5906fi
5907
5908ALL_LINGUAS="fr tr es"
5909if test -n "$ac_tool_prefix"; then
5910 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5911set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5912echo "$as_me:$LINENO: checking for $ac_word" >&5
5913echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5914if test "${ac_cv_prog_RANLIB+set}" = set; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6
5916else
5917 if test -n "$RANLIB"; then
5918 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5919else
5920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921for as_dir in $PATH
5922do
5923 IFS=$as_save_IFS
5924 test -z "$as_dir" && as_dir=.
5925 for ac_exec_ext in '' $ac_executable_extensions; do
5926 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5927 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929 break 2
5930 fi
5931done
5932done
5933
5934fi
5935fi
5936RANLIB=$ac_cv_prog_RANLIB
5937if test -n "$RANLIB"; then
5938 echo "$as_me:$LINENO: result: $RANLIB" >&5
5939echo "${ECHO_T}$RANLIB" >&6
252b5132 5940else
13b2be9c
DJ
5941 echo "$as_me:$LINENO: result: no" >&5
5942echo "${ECHO_T}no" >&6
252b5132
RH
5943fi
5944
13b2be9c
DJ
5945fi
5946if test -z "$ac_cv_prog_RANLIB"; then
5947 ac_ct_RANLIB=$RANLIB
5948 # Extract the first word of "ranlib", so it can be a program name with args.
5949set dummy ranlib; ac_word=$2
5950echo "$as_me:$LINENO: checking for $ac_word" >&5
5951echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5952if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5953 echo $ECHO_N "(cached) $ECHO_C" >&6
5954else
5955 if test -n "$ac_ct_RANLIB"; then
5956 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5957else
5958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5959for as_dir in $PATH
5960do
5961 IFS=$as_save_IFS
5962 test -z "$as_dir" && as_dir=.
5963 for ac_exec_ext in '' $ac_executable_extensions; do
5964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5965 ac_cv_prog_ac_ct_RANLIB="ranlib"
5966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5967 break 2
5968 fi
5969done
6840198f 5970done
d6d788bd 5971
13b2be9c
DJ
5972 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5973fi
5974fi
5975ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5976if test -n "$ac_ct_RANLIB"; then
5977 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5978echo "${ECHO_T}$ac_ct_RANLIB" >&6
d6d788bd 5979else
13b2be9c
DJ
5980 echo "$as_me:$LINENO: result: no" >&5
5981echo "${ECHO_T}no" >&6
5982fi
5983
5984 RANLIB=$ac_ct_RANLIB
d6d788bd 5985else
13b2be9c
DJ
5986 RANLIB="$ac_cv_prog_RANLIB"
5987fi
5988
5989ac_ext=c
5990ac_cpp='$CPP $CPPFLAGS'
5991ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5992ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5993ac_compiler_gnu=$ac_cv_c_compiler_gnu
5994echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5995echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5996# On Suns, sometimes $CPP names a directory.
5997if test -n "$CPP" && test -d "$CPP"; then
5998 CPP=
d6d788bd 5999fi
13b2be9c
DJ
6000if test -z "$CPP"; then
6001 if test "${ac_cv_prog_CPP+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003else
6004 # Double quotes because CPP needs to be expanded
6005 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6006 do
6007 ac_preproc_ok=false
6008for ac_c_preproc_warn_flag in '' yes
6009do
6010 # Use a header file that comes with gcc, so configuring glibc
6011 # with a fresh cross-compiler works.
6012 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6013 # <limits.h> exists even on freestanding compilers.
6014 # On the NeXT, cc -E runs the code through the compiler's parser,
6015 # not just through cpp. "Syntax error" is here to catch this case.
6016 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6017/* confdefs.h. */
6018_ACEOF
6019cat confdefs.h >>conftest.$ac_ext
6020cat >>conftest.$ac_ext <<_ACEOF
6021/* end confdefs.h. */
6022#ifdef __STDC__
6023# include <limits.h>
6024#else
6025# include <assert.h>
6026#endif
ab509236 6027 Syntax error
13b2be9c
DJ
6028_ACEOF
6029if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6030 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6031 ac_status=$?
6032 grep -v '^ *+' conftest.er1 >conftest.err
6033 rm -f conftest.er1
6034 cat conftest.err >&5
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); } >/dev/null; then
6037 if test -s conftest.err; then
6038 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6039 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6040 else
6041 ac_cpp_err=
6042 fi
6043else
6044 ac_cpp_err=yes
d6d788bd 6045fi
13b2be9c
DJ
6046if test -z "$ac_cpp_err"; then
6047 :
6048else
6049 echo "$as_me: failed program was:" >&5
6050sed 's/^/| /' conftest.$ac_ext >&5
6051
6052 # Broken: fails on valid input.
6053continue
6054fi
6055rm -f conftest.err conftest.$ac_ext
6056
6057 # OK, works on sane cases. Now check whether non-existent headers
6058 # can be detected and how.
6059 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6060/* confdefs.h. */
6061_ACEOF
6062cat confdefs.h >>conftest.$ac_ext
6063cat >>conftest.$ac_ext <<_ACEOF
6064/* end confdefs.h. */
6065#include <ac_nonexistent.h>
6066_ACEOF
6067if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6069 ac_status=$?
6070 grep -v '^ *+' conftest.er1 >conftest.err
6071 rm -f conftest.er1
6072 cat conftest.err >&5
6073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6074 (exit $ac_status); } >/dev/null; then
6075 if test -s conftest.err; then
6076 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6077 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6078 else
6079 ac_cpp_err=
6080 fi
d6d788bd 6081else
13b2be9c 6082 ac_cpp_err=yes
d6d788bd 6083fi
13b2be9c
DJ
6084if test -z "$ac_cpp_err"; then
6085 # Broken: success on invalid input.
6086continue
6087else
6088 echo "$as_me: failed program was:" >&5
6089sed 's/^/| /' conftest.$ac_ext >&5
6840198f 6090
13b2be9c
DJ
6091 # Passes both tests.
6092ac_preproc_ok=:
6093break
6094fi
6095rm -f conftest.err conftest.$ac_ext
252b5132 6096
13b2be9c
DJ
6097done
6098# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6099rm -f conftest.err conftest.$ac_ext
6100if $ac_preproc_ok; then
6101 break
9b2b7d69 6102fi
13b2be9c
DJ
6103
6104 done
6105 ac_cv_prog_CPP=$CPP
9b2b7d69 6106
d6d788bd 6107fi
13b2be9c 6108 CPP=$ac_cv_prog_CPP
c8615825 6109else
13b2be9c 6110 ac_cv_prog_CPP=$CPP
c8615825 6111fi
13b2be9c
DJ
6112echo "$as_me:$LINENO: result: $CPP" >&5
6113echo "${ECHO_T}$CPP" >&6
6114ac_preproc_ok=false
6115for ac_c_preproc_warn_flag in '' yes
6116do
6117 # Use a header file that comes with gcc, so configuring glibc
6118 # with a fresh cross-compiler works.
6119 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6120 # <limits.h> exists even on freestanding compilers.
6121 # On the NeXT, cc -E runs the code through the compiler's parser,
6122 # not just through cpp. "Syntax error" is here to catch this case.
6123 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6124/* confdefs.h. */
6125_ACEOF
6126cat confdefs.h >>conftest.$ac_ext
6127cat >>conftest.$ac_ext <<_ACEOF
6128/* end confdefs.h. */
6129#ifdef __STDC__
6130# include <limits.h>
6131#else
6132# include <assert.h>
6133#endif
ab509236 6134 Syntax error
13b2be9c
DJ
6135_ACEOF
6136if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6137 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6138 ac_status=$?
6139 grep -v '^ *+' conftest.er1 >conftest.err
6140 rm -f conftest.er1
6141 cat conftest.err >&5
6142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6143 (exit $ac_status); } >/dev/null; then
6144 if test -s conftest.err; then
6145 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6146 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6147 else
6148 ac_cpp_err=
6149 fi
6150else
6151 ac_cpp_err=yes
252b5132 6152fi
13b2be9c
DJ
6153if test -z "$ac_cpp_err"; then
6154 :
252b5132 6155else
13b2be9c
DJ
6156 echo "$as_me: failed program was:" >&5
6157sed 's/^/| /' conftest.$ac_ext >&5
6158
6159 # Broken: fails on valid input.
6160continue
6161fi
6162rm -f conftest.err conftest.$ac_ext
6163
6164 # OK, works on sane cases. Now check whether non-existent headers
6165 # can be detected and how.
6166 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6167/* confdefs.h. */
6168_ACEOF
6169cat confdefs.h >>conftest.$ac_ext
6170cat >>conftest.$ac_ext <<_ACEOF
6171/* end confdefs.h. */
6172#include <ac_nonexistent.h>
6173_ACEOF
6174if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6175 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6176 ac_status=$?
6177 grep -v '^ *+' conftest.er1 >conftest.err
6178 rm -f conftest.er1
6179 cat conftest.err >&5
6180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6181 (exit $ac_status); } >/dev/null; then
6182 if test -s conftest.err; then
6183 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 6184 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
6185 else
6186 ac_cpp_err=
6187 fi
252b5132 6188else
13b2be9c 6189 ac_cpp_err=yes
252b5132 6190fi
13b2be9c
DJ
6191if test -z "$ac_cpp_err"; then
6192 # Broken: success on invalid input.
6193continue
252b5132 6194else
13b2be9c
DJ
6195 echo "$as_me: failed program was:" >&5
6196sed 's/^/| /' conftest.$ac_ext >&5
c8615825 6197
13b2be9c
DJ
6198 # Passes both tests.
6199ac_preproc_ok=:
6200break
252b5132 6201fi
13b2be9c 6202rm -f conftest.err conftest.$ac_ext
252b5132 6203
13b2be9c
DJ
6204done
6205# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6206rm -f conftest.err conftest.$ac_ext
6207if $ac_preproc_ok; then
6208 :
6209else
6210 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6211See \`config.log' for more details." >&5
6212echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6213See \`config.log' for more details." >&2;}
6214 { (exit 1); exit 1; }; }
252b5132 6215fi
9b2b7d69 6216
13b2be9c
DJ
6217ac_ext=c
6218ac_cpp='$CPP $CPPFLAGS'
6219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6221ac_compiler_gnu=$ac_cv_c_compiler_gnu
252b5132
RH
6222
6223
13b2be9c
DJ
6224echo "$as_me:$LINENO: checking for egrep" >&5
6225echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6226if test "${ac_cv_prog_egrep+set}" = set; then
6227 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 6228else
13b2be9c
DJ
6229 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6230 then ac_cv_prog_egrep='grep -E'
6231 else ac_cv_prog_egrep='egrep'
c8615825 6232 fi
6840198f 6233fi
13b2be9c
DJ
6234echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6235echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6236 EGREP=$ac_cv_prog_egrep
6840198f 6237
13b2be9c
DJ
6238
6239echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6240echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6241if test "${ac_cv_header_stdc+set}" = set; then
6242 echo $ECHO_N "(cached) $ECHO_C" >&6
6840198f 6243else
13b2be9c 6244 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6245/* confdefs.h. */
6246_ACEOF
6247cat confdefs.h >>conftest.$ac_ext
6248cat >>conftest.$ac_ext <<_ACEOF
6249/* end confdefs.h. */
252b5132
RH
6250#include <stdlib.h>
6251#include <stdarg.h>
6252#include <string.h>
6253#include <float.h>
13b2be9c
DJ
6254
6255int
6256main ()
6257{
6258
6259 ;
6260 return 0;
6261}
6262_ACEOF
6263rm -f conftest.$ac_objext
6264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6265 (eval $ac_compile) 2>conftest.er1
13b2be9c 6266 ac_status=$?
ab509236
L
6267 grep -v '^ *+' conftest.er1 >conftest.err
6268 rm -f conftest.er1
6269 cat conftest.err >&5
13b2be9c
DJ
6270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6271 (exit $ac_status); } &&
7499d566
NC
6272 { ac_try='test -z "$ac_c_werror_flag"
6273 || test ! -s conftest.err'
ab509236
L
6274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6275 (eval $ac_try) 2>&5
6276 ac_status=$?
6277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6278 (exit $ac_status); }; } &&
6279 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6281 (eval $ac_try) 2>&5
6282 ac_status=$?
6283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6284 (exit $ac_status); }; }; then
252b5132
RH
6285 ac_cv_header_stdc=yes
6286else
13b2be9c
DJ
6287 echo "$as_me: failed program was:" >&5
6288sed 's/^/| /' conftest.$ac_ext >&5
6289
6290ac_cv_header_stdc=no
252b5132 6291fi
ab509236 6292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
6293
6294if test $ac_cv_header_stdc = yes; then
6295 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13b2be9c 6296 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6297/* confdefs.h. */
6298_ACEOF
6299cat confdefs.h >>conftest.$ac_ext
6300cat >>conftest.$ac_ext <<_ACEOF
6301/* end confdefs.h. */
252b5132 6302#include <string.h>
13b2be9c
DJ
6303
6304_ACEOF
252b5132 6305if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6306 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
6307 :
6308else
252b5132
RH
6309 ac_cv_header_stdc=no
6310fi
6311rm -f conftest*
6312
6313fi
6314
6315if test $ac_cv_header_stdc = yes; then
6316 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13b2be9c 6317 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6318/* confdefs.h. */
6319_ACEOF
6320cat confdefs.h >>conftest.$ac_ext
6321cat >>conftest.$ac_ext <<_ACEOF
6322/* end confdefs.h. */
252b5132 6323#include <stdlib.h>
13b2be9c
DJ
6324
6325_ACEOF
252b5132 6326if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6327 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
6328 :
6329else
252b5132
RH
6330 ac_cv_header_stdc=no
6331fi
6332rm -f conftest*
6333
6334fi
6335
6336if test $ac_cv_header_stdc = yes; then
6337 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13b2be9c 6338 if test "$cross_compiling" = yes; then
252b5132
RH
6339 :
6340else
13b2be9c 6341 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6342/* confdefs.h. */
6343_ACEOF
6344cat confdefs.h >>conftest.$ac_ext
6345cat >>conftest.$ac_ext <<_ACEOF
6346/* end confdefs.h. */
252b5132 6347#include <ctype.h>
13b2be9c
DJ
6348#if ((' ' & 0x0FF) == 0x020)
6349# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6350# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6351#else
6352# define ISLOWER(c) \
ab509236
L
6353 (('a' <= (c) && (c) <= 'i') \
6354 || ('j' <= (c) && (c) <= 'r') \
6355 || ('s' <= (c) && (c) <= 'z'))
13b2be9c
DJ
6356# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6357#endif
c8615825 6358
13b2be9c
DJ
6359#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6360int
6361main ()
6362{
6363 int i;
6364 for (i = 0; i < 256; i++)
6365 if (XOR (islower (i), ISLOWER (i))
ab509236 6366 || toupper (i) != TOUPPER (i))
13b2be9c
DJ
6367 exit(2);
6368 exit (0);
6369}
6370_ACEOF
6371rm -f conftest$ac_exeext
6372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6373 (eval $ac_link) 2>&5
6374 ac_status=$?
6375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6376 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6378 (eval $ac_try) 2>&5
6379 ac_status=$?
6380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6381 (exit $ac_status); }; }; then
c8615825
AM
6382 :
6383else
13b2be9c
DJ
6384 echo "$as_me: program exited with status $ac_status" >&5
6385echo "$as_me: failed program was:" >&5
6386sed 's/^/| /' conftest.$ac_ext >&5
6387
6388( exit $ac_status )
6389ac_cv_header_stdc=no
c8615825 6390fi
ab509236 6391rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c8615825 6392fi
c8615825 6393fi
9b2b7d69 6394fi
13b2be9c
DJ
6395echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6396echo "${ECHO_T}$ac_cv_header_stdc" >&6
c8615825 6397if test $ac_cv_header_stdc = yes; then
13b2be9c
DJ
6398
6399cat >>confdefs.h <<\_ACEOF
c8615825 6400#define STDC_HEADERS 1
13b2be9c 6401_ACEOF
9b2b7d69 6402
c8615825
AM
6403fi
6404
13b2be9c
DJ
6405echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
6406echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
6407if test "${ac_cv_c_const+set}" = set; then
6408 echo $ECHO_N "(cached) $ECHO_C" >&6
6409else
6410 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6411/* confdefs.h. */
6412_ACEOF
6413cat confdefs.h >>conftest.$ac_ext
6414cat >>conftest.$ac_ext <<_ACEOF
6415/* end confdefs.h. */
c8615825 6416
13b2be9c
DJ
6417int
6418main ()
6419{
6420/* FIXME: Include the comments suggested by Paul. */
6421#ifndef __cplusplus
6422 /* Ultrix mips cc rejects this. */
6423 typedef int charset[2];
6424 const charset x;
6425 /* SunOS 4.1.1 cc rejects this. */
6426 char const *const *ccp;
6427 char **p;
6428 /* NEC SVR4.0.2 mips cc rejects this. */
6429 struct point {int x, y;};
6430 static struct point const zero = {0,0};
6431 /* AIX XL C 1.02.0.0 rejects this.
6432 It does not let you subtract one const X* pointer from another in
6433 an arm of an if-expression whose if-part is not a constant
6434 expression */
6435 const char *g = "string";
6436 ccp = &g + (g ? g-g : 0);
6437 /* HPUX 7.0 cc rejects these. */
6438 ++ccp;
6439 p = (char**) ccp;
6440 ccp = (char const *const *) p;
6441 { /* SCO 3.2v4 cc rejects this. */
6442 char *t;
6443 char const *s = 0 ? (char *) 0 : (char const *) 0;
6444
6445 *t++ = 0;
6446 }
6447 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6448 int x[] = {25, 17};
6449 const int *foo = &x[0];
6450 ++foo;
6451 }
6452 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6453 typedef const int *iptr;
6454 iptr p = 0;
6455 ++p;
6456 }
6457 { /* AIX XL C 1.02.0.0 rejects this saying
6458 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6459 struct s { int j; const int *ap[3]; };
6460 struct s *b; b->j = 5;
6461 }
6462 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6463 const int foo = 10;
6464 }
6465#endif
6466
6467 ;
6468 return 0;
6469}
6470_ACEOF
6471rm -f conftest.$ac_objext
6472if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6473 (eval $ac_compile) 2>conftest.er1
13b2be9c 6474 ac_status=$?
ab509236
L
6475 grep -v '^ *+' conftest.er1 >conftest.err
6476 rm -f conftest.er1
6477 cat conftest.err >&5
13b2be9c
DJ
6478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6479 (exit $ac_status); } &&
7499d566
NC
6480 { ac_try='test -z "$ac_c_werror_flag"
6481 || test ! -s conftest.err'
ab509236
L
6482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6483 (eval $ac_try) 2>&5
6484 ac_status=$?
6485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6486 (exit $ac_status); }; } &&
6487 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6489 (eval $ac_try) 2>&5
6490 ac_status=$?
6491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6492 (exit $ac_status); }; }; then
252b5132
RH
6493 ac_cv_c_const=yes
6494else
13b2be9c
DJ
6495 echo "$as_me: failed program was:" >&5
6496sed 's/^/| /' conftest.$ac_ext >&5
6497
6498ac_cv_c_const=no
252b5132 6499fi
ab509236 6500rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 6501fi
13b2be9c
DJ
6502echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6503echo "${ECHO_T}$ac_cv_c_const" >&6
c8615825 6504if test $ac_cv_c_const = no; then
13b2be9c
DJ
6505
6506cat >>confdefs.h <<\_ACEOF
6507#define const
6508_ACEOF
252b5132
RH
6509
6510fi
6511
13b2be9c
DJ
6512echo "$as_me:$LINENO: checking for inline" >&5
6513echo $ECHO_N "checking for inline... $ECHO_C" >&6
6514if test "${ac_cv_c_inline+set}" = set; then
6515 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6516else
6517 ac_cv_c_inline=no
6518for ac_kw in inline __inline__ __inline; do
13b2be9c 6519 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6520/* confdefs.h. */
6521_ACEOF
6522cat confdefs.h >>conftest.$ac_ext
6523cat >>conftest.$ac_ext <<_ACEOF
6524/* end confdefs.h. */
6525#ifndef __cplusplus
6526typedef int foo_t;
6527static $ac_kw foo_t static_foo () {return 0; }
6528$ac_kw foo_t foo () {return 0; }
6529#endif
252b5132 6530
13b2be9c
DJ
6531_ACEOF
6532rm -f conftest.$ac_objext
6533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6534 (eval $ac_compile) 2>conftest.er1
13b2be9c 6535 ac_status=$?
ab509236
L
6536 grep -v '^ *+' conftest.er1 >conftest.err
6537 rm -f conftest.er1
6538 cat conftest.err >&5
13b2be9c
DJ
6539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6540 (exit $ac_status); } &&
7499d566
NC
6541 { ac_try='test -z "$ac_c_werror_flag"
6542 || test ! -s conftest.err'
ab509236
L
6543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6544 (eval $ac_try) 2>&5
6545 ac_status=$?
6546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6547 (exit $ac_status); }; } &&
6548 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6550 (eval $ac_try) 2>&5
6551 ac_status=$?
6552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6553 (exit $ac_status); }; }; then
d6d788bd 6554 ac_cv_c_inline=$ac_kw; break
6840198f 6555else
13b2be9c
DJ
6556 echo "$as_me: failed program was:" >&5
6557sed 's/^/| /' conftest.$ac_ext >&5
6558
6840198f 6559fi
ab509236 6560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
d6d788bd 6561done
6840198f
NC
6562
6563fi
13b2be9c
DJ
6564echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
6565echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
6566
6567
13b2be9c 6568case $ac_cv_c_inline in
d6d788bd 6569 inline | yes) ;;
ab509236
L
6570 *)
6571 case $ac_cv_c_inline in
6572 no) ac_val=;;
6573 *) ac_val=$ac_cv_c_inline;;
6574 esac
6575 cat >>confdefs.h <<_ACEOF
6576#ifndef __cplusplus
6577#define inline $ac_val
6578#endif
13b2be9c 6579_ACEOF
ab509236 6580 ;;
d6d788bd
L
6581esac
6582
13b2be9c
DJ
6583# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ab509236 6594 inttypes.h stdint.h unistd.h
13b2be9c
DJ
6595do
6596as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6597echo "$as_me:$LINENO: checking for $ac_header" >&5
6598echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6599if eval "test \"\${$as_ac_Header+set}\" = set"; then
6600 echo $ECHO_N "(cached) $ECHO_C" >&6
6601else
6602 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6603/* confdefs.h. */
6604_ACEOF
6605cat confdefs.h >>conftest.$ac_ext
6606cat >>conftest.$ac_ext <<_ACEOF
6607/* end confdefs.h. */
6608$ac_includes_default
6609
6610#include <$ac_header>
6611_ACEOF
6612rm -f conftest.$ac_objext
6613if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6614 (eval $ac_compile) 2>conftest.er1
13b2be9c 6615 ac_status=$?
ab509236
L
6616 grep -v '^ *+' conftest.er1 >conftest.err
6617 rm -f conftest.er1
6618 cat conftest.err >&5
13b2be9c
DJ
6619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6620 (exit $ac_status); } &&
7499d566
NC
6621 { ac_try='test -z "$ac_c_werror_flag"
6622 || test ! -s conftest.err'
ab509236
L
6623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6624 (eval $ac_try) 2>&5
6625 ac_status=$?
6626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6627 (exit $ac_status); }; } &&
6628 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6630 (eval $ac_try) 2>&5
6631 ac_status=$?
6632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6633 (exit $ac_status); }; }; then
6634 eval "$as_ac_Header=yes"
6635else
6636 echo "$as_me: failed program was:" >&5
6637sed 's/^/| /' conftest.$ac_ext >&5
6638
6639eval "$as_ac_Header=no"
6640fi
ab509236 6641rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
6642fi
6643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6645if test `eval echo '${'$as_ac_Header'}'` = yes; then
6646 cat >>confdefs.h <<_ACEOF
6647#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6648_ACEOF
6649
6650fi
6651
6652done
6653
6654
6655echo "$as_me:$LINENO: checking for off_t" >&5
6656echo $ECHO_N "checking for off_t... $ECHO_C" >&6
6657if test "${ac_cv_type_off_t+set}" = set; then
6658 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6659else
13b2be9c 6660 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6661/* confdefs.h. */
6662_ACEOF
6663cat confdefs.h >>conftest.$ac_ext
6664cat >>conftest.$ac_ext <<_ACEOF
6665/* end confdefs.h. */
6666$ac_includes_default
6667int
6668main ()
6669{
6670if ((off_t *) 0)
6671 return 0;
6672if (sizeof (off_t))
6673 return 0;
6674 ;
6675 return 0;
6676}
6677_ACEOF
6678rm -f conftest.$ac_objext
6679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6680 (eval $ac_compile) 2>conftest.er1
13b2be9c 6681 ac_status=$?
ab509236
L
6682 grep -v '^ *+' conftest.er1 >conftest.err
6683 rm -f conftest.er1
6684 cat conftest.err >&5
13b2be9c
DJ
6685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686 (exit $ac_status); } &&
7499d566
NC
6687 { ac_try='test -z "$ac_c_werror_flag"
6688 || test ! -s conftest.err'
ab509236
L
6689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6690 (eval $ac_try) 2>&5
6691 ac_status=$?
6692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693 (exit $ac_status); }; } &&
6694 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6696 (eval $ac_try) 2>&5
6697 ac_status=$?
6698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6699 (exit $ac_status); }; }; then
a2d91340 6700 ac_cv_type_off_t=yes
252b5132 6701else
13b2be9c
DJ
6702 echo "$as_me: failed program was:" >&5
6703sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6704
13b2be9c 6705ac_cv_type_off_t=no
c8615825 6706fi
ab509236 6707rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
6708fi
6709echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
6710echo "${ECHO_T}$ac_cv_type_off_t" >&6
6711if test $ac_cv_type_off_t = yes; then
6712 :
6713else
6714
6715cat >>confdefs.h <<_ACEOF
252b5132 6716#define off_t long
13b2be9c 6717_ACEOF
252b5132
RH
6718
6719fi
6720
13b2be9c
DJ
6721echo "$as_me:$LINENO: checking for size_t" >&5
6722echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6723if test "${ac_cv_type_size_t+set}" = set; then
6724 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6725else
13b2be9c 6726 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6727/* confdefs.h. */
6728_ACEOF
6729cat confdefs.h >>conftest.$ac_ext
6730cat >>conftest.$ac_ext <<_ACEOF
6731/* end confdefs.h. */
6732$ac_includes_default
6733int
6734main ()
6735{
6736if ((size_t *) 0)
6737 return 0;
6738if (sizeof (size_t))
6739 return 0;
6740 ;
6741 return 0;
6742}
6743_ACEOF
6744rm -f conftest.$ac_objext
6745if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 6746 (eval $ac_compile) 2>conftest.er1
13b2be9c 6747 ac_status=$?
ab509236
L
6748 grep -v '^ *+' conftest.er1 >conftest.err
6749 rm -f conftest.er1
6750 cat conftest.err >&5
13b2be9c
DJ
6751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6752 (exit $ac_status); } &&
7499d566
NC
6753 { ac_try='test -z "$ac_c_werror_flag"
6754 || test ! -s conftest.err'
ab509236
L
6755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6756 (eval $ac_try) 2>&5
6757 ac_status=$?
6758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6759 (exit $ac_status); }; } &&
6760 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
6761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6762 (eval $ac_try) 2>&5
6763 ac_status=$?
6764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765 (exit $ac_status); }; }; then
a2d91340 6766 ac_cv_type_size_t=yes
252b5132 6767else
13b2be9c
DJ
6768 echo "$as_me: failed program was:" >&5
6769sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6770
13b2be9c
DJ
6771ac_cv_type_size_t=no
6772fi
ab509236 6773rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
c8615825 6774fi
13b2be9c
DJ
6775echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6776echo "${ECHO_T}$ac_cv_type_size_t" >&6
6777if test $ac_cv_type_size_t = yes; then
6778 :
6779else
6780
6781cat >>confdefs.h <<_ACEOF
252b5132 6782#define size_t unsigned
13b2be9c 6783_ACEOF
252b5132
RH
6784
6785fi
6786
6787# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6788# for constant arguments. Useless!
13b2be9c
DJ
6789echo "$as_me:$LINENO: checking for working alloca.h" >&5
6790echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6791if test "${ac_cv_working_alloca_h+set}" = set; then
6792 echo $ECHO_N "(cached) $ECHO_C" >&6
6793else
6794 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6795/* confdefs.h. */
6796_ACEOF
6797cat confdefs.h >>conftest.$ac_ext
6798cat >>conftest.$ac_ext <<_ACEOF
6799/* end confdefs.h. */
252b5132 6800#include <alloca.h>
13b2be9c
DJ
6801int
6802main ()
6803{
6804char *p = (char *) alloca (2 * sizeof (int));
6805 ;
6806 return 0;
6807}
6808_ACEOF
6809rm -f conftest.$ac_objext conftest$ac_exeext
6810if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6811 (eval $ac_link) 2>conftest.er1
13b2be9c 6812 ac_status=$?
ab509236
L
6813 grep -v '^ *+' conftest.er1 >conftest.err
6814 rm -f conftest.er1
6815 cat conftest.err >&5
13b2be9c
DJ
6816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6817 (exit $ac_status); } &&
7499d566
NC
6818 { ac_try='test -z "$ac_c_werror_flag"
6819 || test ! -s conftest.err'
ab509236
L
6820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6821 (eval $ac_try) 2>&5
6822 ac_status=$?
6823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6824 (exit $ac_status); }; } &&
6825 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6827 (eval $ac_try) 2>&5
6828 ac_status=$?
6829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830 (exit $ac_status); }; }; then
6831 ac_cv_working_alloca_h=yes
6832else
6833 echo "$as_me: failed program was:" >&5
6834sed 's/^/| /' conftest.$ac_ext >&5
6835
6836ac_cv_working_alloca_h=no
6837fi
ab509236
L
6838rm -f conftest.err conftest.$ac_objext \
6839 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
6840fi
6841echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6842echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6843if test $ac_cv_working_alloca_h = yes; then
6844
6845cat >>confdefs.h <<\_ACEOF
252b5132 6846#define HAVE_ALLOCA_H 1
13b2be9c 6847_ACEOF
252b5132
RH
6848
6849fi
6850
13b2be9c
DJ
6851echo "$as_me:$LINENO: checking for alloca" >&5
6852echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6853if test "${ac_cv_func_alloca_works+set}" = set; then
6854 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6855else
13b2be9c 6856 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6857/* confdefs.h. */
6858_ACEOF
6859cat confdefs.h >>conftest.$ac_ext
6860cat >>conftest.$ac_ext <<_ACEOF
6861/* end confdefs.h. */
252b5132
RH
6862#ifdef __GNUC__
6863# define alloca __builtin_alloca
6864#else
6865# ifdef _MSC_VER
6866# include <malloc.h>
6867# define alloca _alloca
6868# else
6869# if HAVE_ALLOCA_H
6870# include <alloca.h>
6871# else
6872# ifdef _AIX
6873 #pragma alloca
6874# else
6875# ifndef alloca /* predefined by HP cc +Olibcalls */
6876char *alloca ();
6877# endif
6878# endif
6879# endif
6880# endif
6881#endif
6882
13b2be9c
DJ
6883int
6884main ()
6885{
6886char *p = (char *) alloca (1);
6887 ;
6888 return 0;
6889}
6890_ACEOF
6891rm -f conftest.$ac_objext conftest$ac_exeext
6892if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 6893 (eval $ac_link) 2>conftest.er1
13b2be9c 6894 ac_status=$?
ab509236
L
6895 grep -v '^ *+' conftest.er1 >conftest.err
6896 rm -f conftest.er1
6897 cat conftest.err >&5
13b2be9c
DJ
6898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6899 (exit $ac_status); } &&
7499d566
NC
6900 { ac_try='test -z "$ac_c_werror_flag"
6901 || test ! -s conftest.err'
ab509236
L
6902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6903 (eval $ac_try) 2>&5
6904 ac_status=$?
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); }; } &&
6907 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
6908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6909 (eval $ac_try) 2>&5
6910 ac_status=$?
6911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6912 (exit $ac_status); }; }; then
252b5132
RH
6913 ac_cv_func_alloca_works=yes
6914else
13b2be9c
DJ
6915 echo "$as_me: failed program was:" >&5
6916sed 's/^/| /' conftest.$ac_ext >&5
6917
6918ac_cv_func_alloca_works=no
252b5132 6919fi
ab509236
L
6920rm -f conftest.err conftest.$ac_objext \
6921 conftest$ac_exeext conftest.$ac_ext
252b5132 6922fi
13b2be9c
DJ
6923echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6924echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 6925
252b5132 6926if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 6927
13b2be9c
DJ
6928cat >>confdefs.h <<\_ACEOF
6929#define HAVE_ALLOCA 1
6930_ACEOF
9b2b7d69 6931
13b2be9c 6932else
c8615825 6933 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
6934# that cause trouble. Some versions do not even contain alloca or
6935# contain a buggy version. If you still want to use their alloca,
6936# use ar to extract alloca.o from them instead of compiling alloca.c.
6937
6938ALLOCA=alloca.$ac_objext
6939
6940cat >>confdefs.h <<\_ACEOF
252b5132 6941#define C_ALLOCA 1
13b2be9c 6942_ACEOF
252b5132 6943
d6d788bd 6944
13b2be9c
DJ
6945echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6946echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6947if test "${ac_cv_os_cray+set}" = set; then
6948 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6949else
13b2be9c 6950 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6951/* confdefs.h. */
6952_ACEOF
6953cat confdefs.h >>conftest.$ac_ext
6954cat >>conftest.$ac_ext <<_ACEOF
6955/* end confdefs.h. */
252b5132
RH
6956#if defined(CRAY) && ! defined(CRAY2)
6957webecray
6958#else
6959wenotbecray
6960#endif
6961
13b2be9c 6962_ACEOF
252b5132 6963if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6964 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
6965 ac_cv_os_cray=yes
6966else
252b5132
RH
6967 ac_cv_os_cray=no
6968fi
6969rm -f conftest*
6970
6971fi
13b2be9c
DJ
6972echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6973echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 6974if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
6975 for ac_func in _getb67 GETB67 getb67; do
6976 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6977echo "$as_me:$LINENO: checking for $ac_func" >&5
6978echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6979if eval "test \"\${$as_ac_var+set}\" = set"; then
6980 echo $ECHO_N "(cached) $ECHO_C" >&6
6981else
6982 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
6983/* confdefs.h. */
6984_ACEOF
6985cat confdefs.h >>conftest.$ac_ext
6986cat >>conftest.$ac_ext <<_ACEOF
6987/* end confdefs.h. */
ab509236
L
6988/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6989 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6990#define $ac_func innocuous_$ac_func
6991
252b5132 6992/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
6993 which can conflict with char $ac_func (); below.
6994 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6995 <limits.h> exists even on freestanding compilers. */
ab509236 6996
13b2be9c
DJ
6997#ifdef __STDC__
6998# include <limits.h>
6999#else
7000# include <assert.h>
7001#endif
ab509236
L
7002
7003#undef $ac_func
7004
252b5132 7005/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7006#ifdef __cplusplus
7007extern "C"
7008{
7009#endif
252b5132 7010/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7011 builtin and then its argument prototype would still apply. */
7012char $ac_func ();
252b5132
RH
7013/* The GNU C library defines this for functions which it implements
7014 to always fail with ENOSYS. Some functions are actually named
7015 something starting with __ and the normal name is an alias. */
7016#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7017choke me
7018#else
13b2be9c
DJ
7019char (*f) () = $ac_func;
7020#endif
7021#ifdef __cplusplus
7022}
252b5132
RH
7023#endif
7024
13b2be9c
DJ
7025int
7026main ()
7027{
7028return f != $ac_func;
7029 ;
7030 return 0;
7031}
7032_ACEOF
7033rm -f conftest.$ac_objext conftest$ac_exeext
7034if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7035 (eval $ac_link) 2>conftest.er1
13b2be9c 7036 ac_status=$?
ab509236
L
7037 grep -v '^ *+' conftest.er1 >conftest.err
7038 rm -f conftest.er1
7039 cat conftest.err >&5
13b2be9c
DJ
7040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7041 (exit $ac_status); } &&
7499d566
NC
7042 { ac_try='test -z "$ac_c_werror_flag"
7043 || test ! -s conftest.err'
ab509236
L
7044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7045 (eval $ac_try) 2>&5
7046 ac_status=$?
7047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7048 (exit $ac_status); }; } &&
7049 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7051 (eval $ac_try) 2>&5
7052 ac_status=$?
7053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7054 (exit $ac_status); }; }; then
7055 eval "$as_ac_var=yes"
7056else
7057 echo "$as_me: failed program was:" >&5
7058sed 's/^/| /' conftest.$ac_ext >&5
7059
7060eval "$as_ac_var=no"
7061fi
ab509236
L
7062rm -f conftest.err conftest.$ac_objext \
7063 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7064fi
7065echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7066echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7067if test `eval echo '${'$as_ac_var'}'` = yes; then
7068
7069cat >>confdefs.h <<_ACEOF
252b5132 7070#define CRAY_STACKSEG_END $ac_func
13b2be9c 7071_ACEOF
252b5132 7072
13b2be9c 7073 break
252b5132
RH
7074fi
7075
13b2be9c 7076 done
252b5132
RH
7077fi
7078
13b2be9c
DJ
7079echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7080echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7081if test "${ac_cv_c_stack_direction+set}" = set; then
7082 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7083else
7084 if test "$cross_compiling" = yes; then
7085 ac_cv_c_stack_direction=0
7086else
13b2be9c 7087 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7088/* confdefs.h. */
7089_ACEOF
7090cat confdefs.h >>conftest.$ac_ext
7091cat >>conftest.$ac_ext <<_ACEOF
7092/* end confdefs.h. */
7093int
252b5132
RH
7094find_stack_direction ()
7095{
7096 static char *addr = 0;
7097 auto char dummy;
7098 if (addr == 0)
7099 {
7100 addr = &dummy;
7101 return find_stack_direction ();
7102 }
7103 else
7104 return (&dummy > addr) ? 1 : -1;
7105}
13b2be9c
DJ
7106
7107int
252b5132
RH
7108main ()
7109{
13b2be9c 7110 exit (find_stack_direction () < 0);
252b5132 7111}
13b2be9c
DJ
7112_ACEOF
7113rm -f conftest$ac_exeext
7114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7115 (eval $ac_link) 2>&5
7116 ac_status=$?
7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7118 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7120 (eval $ac_try) 2>&5
7121 ac_status=$?
7122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123 (exit $ac_status); }; }; then
252b5132
RH
7124 ac_cv_c_stack_direction=1
7125else
13b2be9c
DJ
7126 echo "$as_me: program exited with status $ac_status" >&5
7127echo "$as_me: failed program was:" >&5
7128sed 's/^/| /' conftest.$ac_ext >&5
7129
7130( exit $ac_status )
7131ac_cv_c_stack_direction=-1
252b5132 7132fi
ab509236 7133rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7134fi
252b5132 7135fi
13b2be9c
DJ
7136echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7137echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 7138
13b2be9c 7139cat >>confdefs.h <<_ACEOF
252b5132 7140#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
7141_ACEOF
7142
252b5132
RH
7143
7144fi
7145
13b2be9c
DJ
7146
7147
7148for ac_header in stdlib.h unistd.h
252b5132 7149do
13b2be9c
DJ
7150as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7151if eval "test \"\${$as_ac_Header+set}\" = set"; then
7152 echo "$as_me:$LINENO: checking for $ac_header" >&5
7153echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7154if eval "test \"\${$as_ac_Header+set}\" = set"; then
7155 echo $ECHO_N "(cached) $ECHO_C" >&6
7156fi
7157echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7158echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7159else
7160 # Is the header compilable?
7161echo "$as_me:$LINENO: checking $ac_header usability" >&5
7162echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7163cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7164/* confdefs.h. */
7165_ACEOF
7166cat confdefs.h >>conftest.$ac_ext
7167cat >>conftest.$ac_ext <<_ACEOF
7168/* end confdefs.h. */
7169$ac_includes_default
7170#include <$ac_header>
7171_ACEOF
7172rm -f conftest.$ac_objext
7173if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7174 (eval $ac_compile) 2>conftest.er1
13b2be9c 7175 ac_status=$?
ab509236
L
7176 grep -v '^ *+' conftest.er1 >conftest.err
7177 rm -f conftest.er1
7178 cat conftest.err >&5
13b2be9c
DJ
7179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); } &&
7499d566
NC
7181 { ac_try='test -z "$ac_c_werror_flag"
7182 || test ! -s conftest.err'
ab509236
L
7183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7184 (eval $ac_try) 2>&5
7185 ac_status=$?
7186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7187 (exit $ac_status); }; } &&
7188 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7190 (eval $ac_try) 2>&5
7191 ac_status=$?
7192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7193 (exit $ac_status); }; }; then
7194 ac_header_compiler=yes
7195else
7196 echo "$as_me: failed program was:" >&5
7197sed 's/^/| /' conftest.$ac_ext >&5
7198
7199ac_header_compiler=no
7200fi
ab509236 7201rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7202echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7203echo "${ECHO_T}$ac_header_compiler" >&6
7204
7205# Is the header present?
7206echo "$as_me:$LINENO: checking $ac_header presence" >&5
7207echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7208cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7209/* confdefs.h. */
7210_ACEOF
7211cat confdefs.h >>conftest.$ac_ext
7212cat >>conftest.$ac_ext <<_ACEOF
7213/* end confdefs.h. */
7214#include <$ac_header>
7215_ACEOF
7216if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7217 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7218 ac_status=$?
7219 grep -v '^ *+' conftest.er1 >conftest.err
7220 rm -f conftest.er1
7221 cat conftest.err >&5
7222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7223 (exit $ac_status); } >/dev/null; then
7224 if test -s conftest.err; then
7225 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 7226 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
7227 else
7228 ac_cpp_err=
7229 fi
252b5132 7230else
13b2be9c
DJ
7231 ac_cpp_err=yes
7232fi
7233if test -z "$ac_cpp_err"; then
7234 ac_header_preproc=yes
7235else
7236 echo "$as_me: failed program was:" >&5
7237sed 's/^/| /' conftest.$ac_ext >&5
7238
7239 ac_header_preproc=no
7240fi
7241rm -f conftest.err conftest.$ac_ext
7242echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7243echo "${ECHO_T}$ac_header_preproc" >&6
7244
7245# So? What about this header?
ab509236
L
7246case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7247 yes:no: )
13b2be9c
DJ
7248 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7249echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
7250 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7251echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7252 ac_header_preproc=yes
13b2be9c 7253 ;;
ab509236 7254 no:yes:* )
13b2be9c
DJ
7255 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7256echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
7257 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7258echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7259 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7260echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7261 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7262echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
7263 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7264echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
7265 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7266echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
7267 (
7268 cat <<\_ASBOX
ab509236
L
7269## ------------------------------------------ ##
7270## Report this to the AC_PACKAGE_NAME lists. ##
7271## ------------------------------------------ ##
13b2be9c
DJ
7272_ASBOX
7273 ) |
7274 sed "s/^/$as_me: WARNING: /" >&2
7275 ;;
7276esac
7277echo "$as_me:$LINENO: checking for $ac_header" >&5
7278echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7279if eval "test \"\${$as_ac_Header+set}\" = set"; then
7280 echo $ECHO_N "(cached) $ECHO_C" >&6
7281else
ab509236 7282 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 7283fi
13b2be9c
DJ
7284echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7285echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7286
252b5132 7287fi
13b2be9c
DJ
7288if test `eval echo '${'$as_ac_Header'}'` = yes; then
7289 cat >>confdefs.h <<_ACEOF
7290#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7291_ACEOF
7292
252b5132 7293fi
13b2be9c 7294
252b5132
RH
7295done
7296
13b2be9c 7297
252b5132
RH
7298for ac_func in getpagesize
7299do
13b2be9c
DJ
7300as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7301echo "$as_me:$LINENO: checking for $ac_func" >&5
7302echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7303if eval "test \"\${$as_ac_var+set}\" = set"; then
7304 echo $ECHO_N "(cached) $ECHO_C" >&6
7305else
7306 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7307/* confdefs.h. */
7308_ACEOF
7309cat confdefs.h >>conftest.$ac_ext
7310cat >>conftest.$ac_ext <<_ACEOF
7311/* end confdefs.h. */
ab509236
L
7312/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7313 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7314#define $ac_func innocuous_$ac_func
7315
252b5132 7316/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7317 which can conflict with char $ac_func (); below.
7318 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7319 <limits.h> exists even on freestanding compilers. */
ab509236 7320
13b2be9c
DJ
7321#ifdef __STDC__
7322# include <limits.h>
7323#else
7324# include <assert.h>
7325#endif
ab509236
L
7326
7327#undef $ac_func
7328
252b5132 7329/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7330#ifdef __cplusplus
7331extern "C"
7332{
7333#endif
252b5132 7334/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7335 builtin and then its argument prototype would still apply. */
7336char $ac_func ();
252b5132
RH
7337/* The GNU C library defines this for functions which it implements
7338 to always fail with ENOSYS. Some functions are actually named
7339 something starting with __ and the normal name is an alias. */
7340#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7341choke me
7342#else
13b2be9c
DJ
7343char (*f) () = $ac_func;
7344#endif
7345#ifdef __cplusplus
7346}
252b5132
RH
7347#endif
7348
13b2be9c
DJ
7349int
7350main ()
7351{
7352return f != $ac_func;
7353 ;
7354 return 0;
7355}
7356_ACEOF
7357rm -f conftest.$ac_objext conftest$ac_exeext
7358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7359 (eval $ac_link) 2>conftest.er1
13b2be9c 7360 ac_status=$?
ab509236
L
7361 grep -v '^ *+' conftest.er1 >conftest.err
7362 rm -f conftest.er1
7363 cat conftest.err >&5
13b2be9c
DJ
7364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7365 (exit $ac_status); } &&
7499d566
NC
7366 { ac_try='test -z "$ac_c_werror_flag"
7367 || test ! -s conftest.err'
ab509236
L
7368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7369 (eval $ac_try) 2>&5
7370 ac_status=$?
7371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372 (exit $ac_status); }; } &&
7373 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7375 (eval $ac_try) 2>&5
7376 ac_status=$?
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); }; }; then
7379 eval "$as_ac_var=yes"
7380else
7381 echo "$as_me: failed program was:" >&5
7382sed 's/^/| /' conftest.$ac_ext >&5
7383
7384eval "$as_ac_var=no"
7385fi
ab509236
L
7386rm -f conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7388fi
7389echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7390echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7391if test `eval echo '${'$as_ac_var'}'` = yes; then
7392 cat >>confdefs.h <<_ACEOF
7393#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7394_ACEOF
252b5132 7395
252b5132
RH
7396fi
7397done
7398
13b2be9c
DJ
7399echo "$as_me:$LINENO: checking for working mmap" >&5
7400echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
7401if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7402 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7403else
7404 if test "$cross_compiling" = yes; then
7405 ac_cv_func_mmap_fixed_mapped=no
7406else
13b2be9c 7407 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7408/* confdefs.h. */
7409_ACEOF
7410cat confdefs.h >>conftest.$ac_ext
7411cat >>conftest.$ac_ext <<_ACEOF
7412/* end confdefs.h. */
7413$ac_includes_default
7414/* malloc might have been renamed as rpl_malloc. */
7415#undef malloc
d6d788bd 7416
252b5132
RH
7417/* Thanks to Mike Haertel and Jim Avera for this test.
7418 Here is a matrix of mmap possibilities:
7419 mmap private not fixed
7420 mmap private fixed at somewhere currently unmapped
7421 mmap private fixed at somewhere already mapped
7422 mmap shared not fixed
7423 mmap shared fixed at somewhere currently unmapped
7424 mmap shared fixed at somewhere already mapped
7425 For private mappings, we should verify that changes cannot be read()
7426 back from the file, nor mmap's back from the file at a different
7427 address. (There have been systems where private was not correctly
7428 implemented like the infamous i386 svr4.0, and systems where the
13b2be9c 7429 VM page cache was not coherent with the file system buffer cache
252b5132
RH
7430 like early versions of FreeBSD and possibly contemporary NetBSD.)
7431 For shared mappings, we should conversely verify that changes get
13b2be9c 7432 propagated back to all the places they're supposed to be.
252b5132
RH
7433
7434 Grep wants private fixed already mapped.
7435 The main things grep needs to know about mmap are:
7436 * does it exist and is it safe to write into the mmap'd area
7437 * how to use it (BSD variants) */
13b2be9c 7438
252b5132
RH
7439#include <fcntl.h>
7440#include <sys/mman.h>
7441
13b2be9c
DJ
7442#if !STDC_HEADERS && !HAVE_STDLIB_H
7443char *malloc ();
7444#endif
c8615825 7445
13b2be9c
DJ
7446/* This mess was copied from the GNU getpagesize.h. */
7447#if !HAVE_GETPAGESIZE
252b5132 7448/* Assume that all systems that can run configure have sys/param.h. */
13b2be9c 7449# if !HAVE_SYS_PARAM_H
252b5132
RH
7450# define HAVE_SYS_PARAM_H 1
7451# endif
7452
7453# ifdef _SC_PAGESIZE
7454# define getpagesize() sysconf(_SC_PAGESIZE)
7455# else /* no _SC_PAGESIZE */
13b2be9c 7456# if HAVE_SYS_PARAM_H
252b5132
RH
7457# include <sys/param.h>
7458# ifdef EXEC_PAGESIZE
7459# define getpagesize() EXEC_PAGESIZE
7460# else /* no EXEC_PAGESIZE */
7461# ifdef NBPG
7462# define getpagesize() NBPG * CLSIZE
7463# ifndef CLSIZE
7464# define CLSIZE 1
7465# endif /* no CLSIZE */
7466# else /* no NBPG */
7467# ifdef NBPC
7468# define getpagesize() NBPC
7469# else /* no NBPC */
7470# ifdef PAGESIZE
7471# define getpagesize() PAGESIZE
7472# endif /* PAGESIZE */
7473# endif /* no NBPC */
7474# endif /* no NBPG */
7475# endif /* no EXEC_PAGESIZE */
7476# else /* no HAVE_SYS_PARAM_H */
7477# define getpagesize() 8192 /* punt totally */
7478# endif /* no HAVE_SYS_PARAM_H */
7479# endif /* no _SC_PAGESIZE */
7480
7481#endif /* no HAVE_GETPAGESIZE */
7482
252b5132 7483int
13b2be9c 7484main ()
252b5132 7485{
13b2be9c
DJ
7486 char *data, *data2, *data3;
7487 int i, pagesize;
7488 int fd;
7489
7490 pagesize = getpagesize ();
7491
7492 /* First, make a file with some known garbage in it. */
7493 data = (char *) malloc (pagesize);
7494 if (!data)
7495 exit (1);
7496 for (i = 0; i < pagesize; ++i)
7497 *(data + i) = rand ();
7498 umask (0);
7499 fd = creat ("conftest.mmap", 0600);
7500 if (fd < 0)
7501 exit (1);
7502 if (write (fd, data, pagesize) != pagesize)
7503 exit (1);
7504 close (fd);
7505
7506 /* Next, try to mmap the file at a fixed address which already has
7507 something else allocated at it. If we can, also make sure that
7508 we see the same garbage. */
7509 fd = open ("conftest.mmap", O_RDWR);
7510 if (fd < 0)
7511 exit (1);
7512 data2 = (char *) malloc (2 * pagesize);
7513 if (!data2)
7514 exit (1);
ab509236 7515 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
13b2be9c 7516 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
ab509236 7517 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13b2be9c
DJ
7518 exit (1);
7519 for (i = 0; i < pagesize; ++i)
7520 if (*(data + i) != *(data2 + i))
7521 exit (1);
7522
7523 /* Finally, make sure that changes to the mapped area do not
7524 percolate back to the file as seen by read(). (This is a bug on
7525 some variants of i386 svr4.0.) */
7526 for (i = 0; i < pagesize; ++i)
7527 *(data2 + i) = *(data2 + i) + 1;
7528 data3 = (char *) malloc (pagesize);
7529 if (!data3)
7530 exit (1);
7531 if (read (fd, data3, pagesize) != pagesize)
7532 exit (1);
7533 for (i = 0; i < pagesize; ++i)
7534 if (*(data + i) != *(data3 + i))
7535 exit (1);
7536 close (fd);
7537 exit (0);
252b5132 7538}
13b2be9c
DJ
7539_ACEOF
7540rm -f conftest$ac_exeext
7541if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7542 (eval $ac_link) 2>&5
7543 ac_status=$?
7544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7545 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7547 (eval $ac_try) 2>&5
7548 ac_status=$?
7549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7550 (exit $ac_status); }; }; then
252b5132
RH
7551 ac_cv_func_mmap_fixed_mapped=yes
7552else
13b2be9c
DJ
7553 echo "$as_me: program exited with status $ac_status" >&5
7554echo "$as_me: failed program was:" >&5
7555sed 's/^/| /' conftest.$ac_ext >&5
7556
7557( exit $ac_status )
7558ac_cv_func_mmap_fixed_mapped=no
9b2b7d69 7559fi
ab509236 7560rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7561fi
252b5132 7562fi
13b2be9c
DJ
7563echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7564echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
c8615825 7565if test $ac_cv_func_mmap_fixed_mapped = yes; then
13b2be9c
DJ
7566
7567cat >>confdefs.h <<\_ACEOF
9b2b7d69 7568#define HAVE_MMAP 1
13b2be9c 7569_ACEOF
9b2b7d69
MM
7570
7571fi
13b2be9c
DJ
7572rm -f conftest.mmap
7573
7574
7575
7576
7577
7578
7579
6840198f 7580
13b2be9c
DJ
7581
7582
7583
7584for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
7585unistd.h values.h sys/param.h
7586do
13b2be9c
DJ
7587as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7588if eval "test \"\${$as_ac_Header+set}\" = set"; then
7589 echo "$as_me:$LINENO: checking for $ac_header" >&5
7590echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7591if eval "test \"\${$as_ac_Header+set}\" = set"; then
7592 echo $ECHO_N "(cached) $ECHO_C" >&6
7593fi
7594echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7595echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7596else
7597 # Is the header compilable?
7598echo "$as_me:$LINENO: checking $ac_header usability" >&5
7599echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7600cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7601/* confdefs.h. */
7602_ACEOF
7603cat confdefs.h >>conftest.$ac_ext
7604cat >>conftest.$ac_ext <<_ACEOF
7605/* end confdefs.h. */
7606$ac_includes_default
7607#include <$ac_header>
7608_ACEOF
7609rm -f conftest.$ac_objext
7610if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 7611 (eval $ac_compile) 2>conftest.er1
13b2be9c 7612 ac_status=$?
ab509236
L
7613 grep -v '^ *+' conftest.er1 >conftest.err
7614 rm -f conftest.er1
7615 cat conftest.err >&5
13b2be9c
DJ
7616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617 (exit $ac_status); } &&
7499d566
NC
7618 { ac_try='test -z "$ac_c_werror_flag"
7619 || test ! -s conftest.err'
ab509236
L
7620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7621 (eval $ac_try) 2>&5
7622 ac_status=$?
7623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7624 (exit $ac_status); }; } &&
7625 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
7626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7627 (eval $ac_try) 2>&5
7628 ac_status=$?
7629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7630 (exit $ac_status); }; }; then
7631 ac_header_compiler=yes
7632else
7633 echo "$as_me: failed program was:" >&5
7634sed 's/^/| /' conftest.$ac_ext >&5
7635
7636ac_header_compiler=no
7637fi
ab509236 7638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
7639echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7640echo "${ECHO_T}$ac_header_compiler" >&6
7641
7642# Is the header present?
7643echo "$as_me:$LINENO: checking $ac_header presence" >&5
7644echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7645cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7646/* confdefs.h. */
7647_ACEOF
7648cat confdefs.h >>conftest.$ac_ext
7649cat >>conftest.$ac_ext <<_ACEOF
7650/* end confdefs.h. */
7651#include <$ac_header>
7652_ACEOF
7653if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7654 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7655 ac_status=$?
7656 grep -v '^ *+' conftest.er1 >conftest.err
7657 rm -f conftest.er1
7658 cat conftest.err >&5
7659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7660 (exit $ac_status); } >/dev/null; then
7661 if test -s conftest.err; then
7662 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 7663 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
7664 else
7665 ac_cpp_err=
7666 fi
9b2b7d69 7667else
13b2be9c
DJ
7668 ac_cpp_err=yes
7669fi
7670if test -z "$ac_cpp_err"; then
7671 ac_header_preproc=yes
7672else
7673 echo "$as_me: failed program was:" >&5
7674sed 's/^/| /' conftest.$ac_ext >&5
7675
7676 ac_header_preproc=no
7677fi
7678rm -f conftest.err conftest.$ac_ext
7679echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7680echo "${ECHO_T}$ac_header_preproc" >&6
7681
7682# So? What about this header?
ab509236
L
7683case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7684 yes:no: )
13b2be9c
DJ
7685 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7686echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
7687 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7688echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7689 ac_header_preproc=yes
13b2be9c 7690 ;;
ab509236 7691 no:yes:* )
13b2be9c
DJ
7692 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7693echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
7694 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7695echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7696 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7697echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7698 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7699echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
7700 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7701echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
7702 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7703echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
7704 (
7705 cat <<\_ASBOX
ab509236
L
7706## ------------------------------------------ ##
7707## Report this to the AC_PACKAGE_NAME lists. ##
7708## ------------------------------------------ ##
13b2be9c
DJ
7709_ASBOX
7710 ) |
7711 sed "s/^/$as_me: WARNING: /" >&2
7712 ;;
7713esac
7714echo "$as_me:$LINENO: checking for $ac_header" >&5
7715echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7716if eval "test \"\${$as_ac_Header+set}\" = set"; then
7717 echo $ECHO_N "(cached) $ECHO_C" >&6
7718else
ab509236 7719 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 7720fi
13b2be9c
DJ
7721echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7722echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7723
252b5132 7724fi
13b2be9c
DJ
7725if test `eval echo '${'$as_ac_Header'}'` = yes; then
7726 cat >>confdefs.h <<_ACEOF
7727#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7728_ACEOF
7729
252b5132 7730fi
13b2be9c 7731
252b5132
RH
7732done
7733
13b2be9c
DJ
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
7745__argz_count __argz_stringify __argz_next
7746do
13b2be9c
DJ
7747as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7748echo "$as_me:$LINENO: checking for $ac_func" >&5
7749echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7750if eval "test \"\${$as_ac_var+set}\" = set"; then
7751 echo $ECHO_N "(cached) $ECHO_C" >&6
7752else
7753 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7754/* confdefs.h. */
7755_ACEOF
7756cat confdefs.h >>conftest.$ac_ext
7757cat >>conftest.$ac_ext <<_ACEOF
7758/* end confdefs.h. */
ab509236
L
7759/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7761#define $ac_func innocuous_$ac_func
7762
252b5132 7763/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7764 which can conflict with char $ac_func (); below.
7765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7766 <limits.h> exists even on freestanding compilers. */
ab509236 7767
13b2be9c
DJ
7768#ifdef __STDC__
7769# include <limits.h>
7770#else
7771# include <assert.h>
7772#endif
ab509236
L
7773
7774#undef $ac_func
7775
252b5132 7776/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7777#ifdef __cplusplus
7778extern "C"
7779{
7780#endif
252b5132 7781/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7782 builtin and then its argument prototype would still apply. */
7783char $ac_func ();
252b5132
RH
7784/* The GNU C library defines this for functions which it implements
7785 to always fail with ENOSYS. Some functions are actually named
7786 something starting with __ and the normal name is an alias. */
7787#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7788choke me
7789#else
13b2be9c
DJ
7790char (*f) () = $ac_func;
7791#endif
7792#ifdef __cplusplus
7793}
252b5132
RH
7794#endif
7795
13b2be9c
DJ
7796int
7797main ()
7798{
7799return f != $ac_func;
7800 ;
7801 return 0;
7802}
7803_ACEOF
7804rm -f conftest.$ac_objext conftest$ac_exeext
7805if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7806 (eval $ac_link) 2>conftest.er1
13b2be9c 7807 ac_status=$?
ab509236
L
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
13b2be9c
DJ
7811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } &&
7499d566
NC
7813 { ac_try='test -z "$ac_c_werror_flag"
7814 || test ! -s conftest.err'
ab509236
L
7815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7816 (eval $ac_try) 2>&5
7817 ac_status=$?
7818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7819 (exit $ac_status); }; } &&
7820 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7822 (eval $ac_try) 2>&5
7823 ac_status=$?
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); }; }; then
7826 eval "$as_ac_var=yes"
7827else
7828 echo "$as_me: failed program was:" >&5
7829sed 's/^/| /' conftest.$ac_ext >&5
7830
7831eval "$as_ac_var=no"
7832fi
ab509236
L
7833rm -f conftest.err conftest.$ac_objext \
7834 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7835fi
7836echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7837echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7838if test `eval echo '${'$as_ac_var'}'` = yes; then
7839 cat >>confdefs.h <<_ACEOF
7840#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7841_ACEOF
252b5132 7842
252b5132
RH
7843fi
7844done
7845
6840198f 7846
d6d788bd 7847 if test "${ac_cv_func_stpcpy+set}" != "set"; then
13b2be9c
DJ
7848
7849for ac_func in stpcpy
252b5132 7850do
13b2be9c
DJ
7851as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7852echo "$as_me:$LINENO: checking for $ac_func" >&5
7853echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7854if eval "test \"\${$as_ac_var+set}\" = set"; then
7855 echo $ECHO_N "(cached) $ECHO_C" >&6
7856else
7857 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7858/* confdefs.h. */
7859_ACEOF
7860cat confdefs.h >>conftest.$ac_ext
7861cat >>conftest.$ac_ext <<_ACEOF
7862/* end confdefs.h. */
ab509236
L
7863/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7864 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7865#define $ac_func innocuous_$ac_func
7866
252b5132 7867/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7868 which can conflict with char $ac_func (); below.
7869 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7870 <limits.h> exists even on freestanding compilers. */
ab509236 7871
13b2be9c
DJ
7872#ifdef __STDC__
7873# include <limits.h>
7874#else
7875# include <assert.h>
7876#endif
ab509236
L
7877
7878#undef $ac_func
7879
252b5132 7880/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7881#ifdef __cplusplus
7882extern "C"
7883{
7884#endif
252b5132 7885/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7886 builtin and then its argument prototype would still apply. */
7887char $ac_func ();
252b5132
RH
7888/* The GNU C library defines this for functions which it implements
7889 to always fail with ENOSYS. Some functions are actually named
7890 something starting with __ and the normal name is an alias. */
7891#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7892choke me
7893#else
13b2be9c
DJ
7894char (*f) () = $ac_func;
7895#endif
7896#ifdef __cplusplus
7897}
252b5132
RH
7898#endif
7899
13b2be9c
DJ
7900int
7901main ()
7902{
7903return f != $ac_func;
7904 ;
7905 return 0;
7906}
7907_ACEOF
7908rm -f conftest.$ac_objext conftest$ac_exeext
7909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7910 (eval $ac_link) 2>conftest.er1
13b2be9c 7911 ac_status=$?
ab509236
L
7912 grep -v '^ *+' conftest.er1 >conftest.err
7913 rm -f conftest.er1
7914 cat conftest.err >&5
13b2be9c
DJ
7915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7916 (exit $ac_status); } &&
7499d566
NC
7917 { ac_try='test -z "$ac_c_werror_flag"
7918 || test ! -s conftest.err'
ab509236
L
7919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7920 (eval $ac_try) 2>&5
7921 ac_status=$?
7922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7923 (exit $ac_status); }; } &&
7924 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7926 (eval $ac_try) 2>&5
7927 ac_status=$?
7928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7929 (exit $ac_status); }; }; then
7930 eval "$as_ac_var=yes"
7931else
7932 echo "$as_me: failed program was:" >&5
7933sed 's/^/| /' conftest.$ac_ext >&5
7934
7935eval "$as_ac_var=no"
7936fi
ab509236
L
7937rm -f conftest.err conftest.$ac_objext \
7938 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
7939fi
7940echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7941echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7942if test `eval echo '${'$as_ac_var'}'` = yes; then
7943 cat >>confdefs.h <<_ACEOF
7944#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7945_ACEOF
252b5132 7946
252b5132
RH
7947fi
7948done
7949
7950 fi
7951 if test "${ac_cv_func_stpcpy}" = "yes"; then
13b2be9c
DJ
7952
7953cat >>confdefs.h <<\_ACEOF
252b5132 7954#define HAVE_STPCPY 1
13b2be9c 7955_ACEOF
252b5132
RH
7956
7957 fi
7958
7959 if test $ac_cv_header_locale_h = yes; then
13b2be9c
DJ
7960 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7961echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7962if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7963 echo $ECHO_N "(cached) $ECHO_C" >&6
7964else
7965 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
7966/* confdefs.h. */
7967_ACEOF
7968cat confdefs.h >>conftest.$ac_ext
7969cat >>conftest.$ac_ext <<_ACEOF
7970/* end confdefs.h. */
252b5132 7971#include <locale.h>
13b2be9c
DJ
7972int
7973main ()
7974{
252b5132 7975return LC_MESSAGES
13b2be9c
DJ
7976 ;
7977 return 0;
7978}
7979_ACEOF
7980rm -f conftest.$ac_objext conftest$ac_exeext
7981if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 7982 (eval $ac_link) 2>conftest.er1
13b2be9c 7983 ac_status=$?
ab509236
L
7984 grep -v '^ *+' conftest.er1 >conftest.err
7985 rm -f conftest.er1
7986 cat conftest.err >&5
13b2be9c
DJ
7987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988 (exit $ac_status); } &&
7499d566
NC
7989 { ac_try='test -z "$ac_c_werror_flag"
7990 || test ! -s conftest.err'
ab509236
L
7991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7992 (eval $ac_try) 2>&5
7993 ac_status=$?
7994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7995 (exit $ac_status); }; } &&
7996 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
7997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7998 (eval $ac_try) 2>&5
7999 ac_status=$?
8000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001 (exit $ac_status); }; }; then
252b5132
RH
8002 am_cv_val_LC_MESSAGES=yes
8003else
13b2be9c
DJ
8004 echo "$as_me: failed program was:" >&5
8005sed 's/^/| /' conftest.$ac_ext >&5
8006
8007am_cv_val_LC_MESSAGES=no
252b5132 8008fi
ab509236
L
8009rm -f conftest.err conftest.$ac_objext \
8010 conftest$ac_exeext conftest.$ac_ext
252b5132 8011fi
13b2be9c
DJ
8012echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
8013echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
c8615825 8014 if test $am_cv_val_LC_MESSAGES = yes; then
13b2be9c
DJ
8015
8016cat >>confdefs.h <<\_ACEOF
252b5132 8017#define HAVE_LC_MESSAGES 1
13b2be9c 8018_ACEOF
252b5132
RH
8019
8020 fi
8021 fi
13b2be9c
DJ
8022 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
8023echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
8024 # Check whether --enable-nls or --disable-nls was given.
8025if test "${enable_nls+set}" = set; then
8026 enableval="$enable_nls"
8027 USE_NLS=$enableval
8028else
8029 USE_NLS=yes
13b2be9c
DJ
8030fi;
8031 echo "$as_me:$LINENO: result: $USE_NLS" >&5
8032echo "${ECHO_T}$USE_NLS" >&6
d6d788bd 8033
252b5132
RH
8034
8035 USE_INCLUDED_LIBINTL=no
8036
8037 if test "$USE_NLS" = "yes"; then
13b2be9c
DJ
8038 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
8039echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
8040
8041# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
8042if test "${with_included_gettext+set}" = set; then
8043 withval="$with_included_gettext"
8044 nls_cv_force_use_gnu_gettext=$withval
8045else
8046 nls_cv_force_use_gnu_gettext=no
13b2be9c
DJ
8047fi;
8048 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
8049echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
8050
8051 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
8052 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
8053 nls_cv_header_intl=
8054 nls_cv_header_libgt=
e8093792 8055 CATOBJEXT=
252b5132 8056
13b2be9c
DJ
8057 if test "${ac_cv_header_libintl_h+set}" = set; then
8058 echo "$as_me:$LINENO: checking for libintl.h" >&5
8059echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8060if test "${ac_cv_header_libintl_h+set}" = set; then
8061 echo $ECHO_N "(cached) $ECHO_C" >&6
8062fi
8063echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8064echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8065else
8066 # Is the header compilable?
8067echo "$as_me:$LINENO: checking libintl.h usability" >&5
8068echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
8069cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8070/* confdefs.h. */
8071_ACEOF
8072cat confdefs.h >>conftest.$ac_ext
8073cat >>conftest.$ac_ext <<_ACEOF
8074/* end confdefs.h. */
8075$ac_includes_default
9b2b7d69 8076#include <libintl.h>
13b2be9c
DJ
8077_ACEOF
8078rm -f conftest.$ac_objext
8079if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 8080 (eval $ac_compile) 2>conftest.er1
13b2be9c 8081 ac_status=$?
ab509236
L
8082 grep -v '^ *+' conftest.er1 >conftest.err
8083 rm -f conftest.er1
8084 cat conftest.err >&5
13b2be9c
DJ
8085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086 (exit $ac_status); } &&
7499d566
NC
8087 { ac_try='test -z "$ac_c_werror_flag"
8088 || test ! -s conftest.err'
ab509236
L
8089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8090 (eval $ac_try) 2>&5
8091 ac_status=$?
8092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8093 (exit $ac_status); }; } &&
8094 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
8095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8096 (eval $ac_try) 2>&5
8097 ac_status=$?
8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 (exit $ac_status); }; }; then
8100 ac_header_compiler=yes
8101else
8102 echo "$as_me: failed program was:" >&5
8103sed 's/^/| /' conftest.$ac_ext >&5
8104
8105ac_header_compiler=no
8106fi
ab509236 8107rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
8108echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8109echo "${ECHO_T}$ac_header_compiler" >&6
8110
8111# Is the header present?
8112echo "$as_me:$LINENO: checking libintl.h presence" >&5
8113echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
8114cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8115/* confdefs.h. */
8116_ACEOF
8117cat confdefs.h >>conftest.$ac_ext
8118cat >>conftest.$ac_ext <<_ACEOF
8119/* end confdefs.h. */
8120#include <libintl.h>
8121_ACEOF
8122if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8123 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8124 ac_status=$?
8125 grep -v '^ *+' conftest.er1 >conftest.err
8126 rm -f conftest.er1
8127 cat conftest.err >&5
8128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8129 (exit $ac_status); } >/dev/null; then
8130 if test -s conftest.err; then
8131 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 8132 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
8133 else
8134 ac_cpp_err=
8135 fi
252b5132 8136else
13b2be9c
DJ
8137 ac_cpp_err=yes
8138fi
8139if test -z "$ac_cpp_err"; then
8140 ac_header_preproc=yes
8141else
8142 echo "$as_me: failed program was:" >&5
8143sed 's/^/| /' conftest.$ac_ext >&5
8144
8145 ac_header_preproc=no
8146fi
8147rm -f conftest.err conftest.$ac_ext
8148echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8149echo "${ECHO_T}$ac_header_preproc" >&6
8150
8151# So? What about this header?
ab509236
L
8152case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8153 yes:no: )
13b2be9c
DJ
8154 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
8155echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
8156 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
8157echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
8158 ac_header_preproc=yes
13b2be9c 8159 ;;
ab509236 8160 no:yes:* )
13b2be9c
DJ
8161 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8162echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
ab509236
L
8163 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8164echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8165 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
8166echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
8167 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
8168echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
8169 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8170echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
8171 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
8172echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
8173 (
8174 cat <<\_ASBOX
ab509236
L
8175## ------------------------------------------ ##
8176## Report this to the AC_PACKAGE_NAME lists. ##
8177## ------------------------------------------ ##
13b2be9c
DJ
8178_ASBOX
8179 ) |
8180 sed "s/^/$as_me: WARNING: /" >&2
8181 ;;
8182esac
8183echo "$as_me:$LINENO: checking for libintl.h" >&5
8184echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8185if test "${ac_cv_header_libintl_h+set}" = set; then
8186 echo $ECHO_N "(cached) $ECHO_C" >&6
8187else
8188 ac_cv_header_libintl_h=$ac_header_preproc
8189fi
8190echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8191echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8192
8193fi
8194if test $ac_cv_header_libintl_h = yes; then
8195 echo "$as_me:$LINENO: checking for gettext in libc" >&5
8196echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
8197if test "${gt_cv_func_gettext_libc+set}" = set; then
8198 echo $ECHO_N "(cached) $ECHO_C" >&6
8199else
8200 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8201/* confdefs.h. */
8202_ACEOF
8203cat confdefs.h >>conftest.$ac_ext
8204cat >>conftest.$ac_ext <<_ACEOF
8205/* end confdefs.h. */
252b5132 8206#include <libintl.h>
13b2be9c
DJ
8207int
8208main ()
8209{
252b5132 8210return (int) gettext ("")
13b2be9c
DJ
8211 ;
8212 return 0;
8213}
8214_ACEOF
8215rm -f conftest.$ac_objext conftest$ac_exeext
8216if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8217 (eval $ac_link) 2>conftest.er1
13b2be9c 8218 ac_status=$?
ab509236
L
8219 grep -v '^ *+' conftest.er1 >conftest.err
8220 rm -f conftest.er1
8221 cat conftest.err >&5
13b2be9c
DJ
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } &&
7499d566
NC
8224 { ac_try='test -z "$ac_c_werror_flag"
8225 || test ! -s conftest.err'
ab509236
L
8226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8227 (eval $ac_try) 2>&5
8228 ac_status=$?
8229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230 (exit $ac_status); }; } &&
8231 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8233 (eval $ac_try) 2>&5
8234 ac_status=$?
8235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8236 (exit $ac_status); }; }; then
252b5132
RH
8237 gt_cv_func_gettext_libc=yes
8238else
13b2be9c
DJ
8239 echo "$as_me: failed program was:" >&5
8240sed 's/^/| /' conftest.$ac_ext >&5
8241
8242gt_cv_func_gettext_libc=no
252b5132 8243fi
ab509236
L
8244rm -f conftest.err conftest.$ac_objext \
8245 conftest$ac_exeext conftest.$ac_ext
252b5132 8246fi
13b2be9c
DJ
8247echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
8248echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
8249
8250 if test "$gt_cv_func_gettext_libc" != "yes"; then
13b2be9c
DJ
8251 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
8252echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
8253if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
8254 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8255else
13b2be9c 8256 ac_check_lib_save_LIBS=$LIBS
252b5132 8257LIBS="-lintl $LIBS"
13b2be9c 8258cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8259/* confdefs.h. */
8260_ACEOF
8261cat confdefs.h >>conftest.$ac_ext
8262cat >>conftest.$ac_ext <<_ACEOF
8263/* end confdefs.h. */
8264
252b5132 8265/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8266#ifdef __cplusplus
8267extern "C"
8268#endif
252b5132 8269/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8270 builtin and then its argument prototype would still apply. */
8271char bindtextdomain ();
8272int
8273main ()
8274{
8275bindtextdomain ();
8276 ;
8277 return 0;
8278}
8279_ACEOF
8280rm -f conftest.$ac_objext conftest$ac_exeext
8281if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8282 (eval $ac_link) 2>conftest.er1
13b2be9c 8283 ac_status=$?
ab509236
L
8284 grep -v '^ *+' conftest.er1 >conftest.err
8285 rm -f conftest.er1
8286 cat conftest.err >&5
13b2be9c
DJ
8287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8288 (exit $ac_status); } &&
7499d566
NC
8289 { ac_try='test -z "$ac_c_werror_flag"
8290 || test ! -s conftest.err'
ab509236
L
8291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8292 (eval $ac_try) 2>&5
8293 ac_status=$?
8294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8295 (exit $ac_status); }; } &&
8296 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8298 (eval $ac_try) 2>&5
8299 ac_status=$?
8300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8301 (exit $ac_status); }; }; then
8302 ac_cv_lib_intl_bindtextdomain=yes
8303else
8304 echo "$as_me: failed program was:" >&5
8305sed 's/^/| /' conftest.$ac_ext >&5
8306
8307ac_cv_lib_intl_bindtextdomain=no
8308fi
ab509236
L
8309rm -f conftest.err conftest.$ac_objext \
8310 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8311LIBS=$ac_check_lib_save_LIBS
8312fi
8313echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
8314echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
8315if test $ac_cv_lib_intl_bindtextdomain = yes; then
8316 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
8317echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
8318if test "${gt_cv_func_gettext_libintl+set}" = set; then
8319 echo $ECHO_N "(cached) $ECHO_C" >&6
8320else
8321 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8322/* confdefs.h. */
8323_ACEOF
8324cat confdefs.h >>conftest.$ac_ext
8325cat >>conftest.$ac_ext <<_ACEOF
8326/* end confdefs.h. */
d6d788bd 8327
13b2be9c
DJ
8328int
8329main ()
8330{
252b5132 8331return (int) gettext ("")
13b2be9c
DJ
8332 ;
8333 return 0;
8334}
8335_ACEOF
8336rm -f conftest.$ac_objext conftest$ac_exeext
8337if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8338 (eval $ac_link) 2>conftest.er1
13b2be9c 8339 ac_status=$?
ab509236
L
8340 grep -v '^ *+' conftest.er1 >conftest.err
8341 rm -f conftest.er1
8342 cat conftest.err >&5
13b2be9c
DJ
8343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344 (exit $ac_status); } &&
7499d566
NC
8345 { ac_try='test -z "$ac_c_werror_flag"
8346 || test ! -s conftest.err'
ab509236
L
8347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8348 (eval $ac_try) 2>&5
8349 ac_status=$?
8350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351 (exit $ac_status); }; } &&
8352 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8354 (eval $ac_try) 2>&5
8355 ac_status=$?
8356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357 (exit $ac_status); }; }; then
252b5132
RH
8358 gt_cv_func_gettext_libintl=yes
8359else
13b2be9c
DJ
8360 echo "$as_me: failed program was:" >&5
8361sed 's/^/| /' conftest.$ac_ext >&5
8362
8363gt_cv_func_gettext_libintl=no
252b5132 8364fi
ab509236
L
8365rm -f conftest.err conftest.$ac_objext \
8366 conftest$ac_exeext conftest.$ac_ext
252b5132 8367fi
13b2be9c
DJ
8368echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
8369echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
8370fi
8371
8372 fi
8373
8374 if test "$gt_cv_func_gettext_libc" = "yes" \
8375 || test "$gt_cv_func_gettext_libintl" = "yes"; then
13b2be9c
DJ
8376
8377cat >>confdefs.h <<\_ACEOF
252b5132 8378#define HAVE_GETTEXT 1
13b2be9c 8379_ACEOF
252b5132
RH
8380
8381 # Extract the first word of "msgfmt", so it can be a program name with args.
8382set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8383echo "$as_me:$LINENO: checking for $ac_word" >&5
8384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8385if test "${ac_cv_path_MSGFMT+set}" = set; then
8386 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8387else
8388 case "$MSGFMT" in
8389 /*)
8390 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8391 ;;
8392 *)
8393 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8394 for ac_dir in $PATH; do
8395 test -z "$ac_dir" && ac_dir=.
8396 if test -f $ac_dir/$ac_word; then
8397 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8398 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8399 break
8400 fi
8401 fi
8402 done
8403 IFS="$ac_save_ifs"
8404 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
8405 ;;
8406esac
8407fi
8408MSGFMT="$ac_cv_path_MSGFMT"
8409if test -n "$MSGFMT"; then
13b2be9c
DJ
8410 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8411echo "${ECHO_T}$MSGFMT" >&6
252b5132 8412else
13b2be9c
DJ
8413 echo "$as_me:$LINENO: result: no" >&5
8414echo "${ECHO_T}no" >&6
252b5132
RH
8415fi
8416 if test "$MSGFMT" != "no"; then
13b2be9c
DJ
8417
8418for ac_func in dcgettext
252b5132 8419do
13b2be9c
DJ
8420as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8421echo "$as_me:$LINENO: checking for $ac_func" >&5
8422echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8423if eval "test \"\${$as_ac_var+set}\" = set"; then
8424 echo $ECHO_N "(cached) $ECHO_C" >&6
8425else
8426 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8427/* confdefs.h. */
8428_ACEOF
8429cat confdefs.h >>conftest.$ac_ext
8430cat >>conftest.$ac_ext <<_ACEOF
8431/* end confdefs.h. */
ab509236
L
8432/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8433 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8434#define $ac_func innocuous_$ac_func
8435
252b5132 8436/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8437 which can conflict with char $ac_func (); below.
8438 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8439 <limits.h> exists even on freestanding compilers. */
ab509236 8440
13b2be9c
DJ
8441#ifdef __STDC__
8442# include <limits.h>
8443#else
8444# include <assert.h>
8445#endif
ab509236
L
8446
8447#undef $ac_func
8448
252b5132 8449/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8450#ifdef __cplusplus
8451extern "C"
8452{
8453#endif
252b5132 8454/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8455 builtin and then its argument prototype would still apply. */
8456char $ac_func ();
252b5132
RH
8457/* The GNU C library defines this for functions which it implements
8458 to always fail with ENOSYS. Some functions are actually named
8459 something starting with __ and the normal name is an alias. */
8460#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8461choke me
8462#else
13b2be9c
DJ
8463char (*f) () = $ac_func;
8464#endif
8465#ifdef __cplusplus
8466}
252b5132
RH
8467#endif
8468
13b2be9c
DJ
8469int
8470main ()
8471{
8472return f != $ac_func;
8473 ;
8474 return 0;
8475}
8476_ACEOF
8477rm -f conftest.$ac_objext conftest$ac_exeext
8478if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 8479 (eval $ac_link) 2>conftest.er1
13b2be9c 8480 ac_status=$?
ab509236
L
8481 grep -v '^ *+' conftest.er1 >conftest.err
8482 rm -f conftest.er1
8483 cat conftest.err >&5
13b2be9c
DJ
8484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485 (exit $ac_status); } &&
7499d566
NC
8486 { ac_try='test -z "$ac_c_werror_flag"
8487 || test ! -s conftest.err'
ab509236
L
8488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8489 (eval $ac_try) 2>&5
8490 ac_status=$?
8491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8492 (exit $ac_status); }; } &&
8493 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
8494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8495 (eval $ac_try) 2>&5
8496 ac_status=$?
8497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8498 (exit $ac_status); }; }; then
8499 eval "$as_ac_var=yes"
8500else
8501 echo "$as_me: failed program was:" >&5
8502sed 's/^/| /' conftest.$ac_ext >&5
8503
8504eval "$as_ac_var=no"
8505fi
ab509236
L
8506rm -f conftest.err conftest.$ac_objext \
8507 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
8508fi
8509echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8510echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8511if test `eval echo '${'$as_ac_var'}'` = yes; then
8512 cat >>confdefs.h <<_ACEOF
8513#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8514_ACEOF
252b5132 8515
252b5132
RH
8516fi
8517done
8518
8519 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8520set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8521echo "$as_me:$LINENO: checking for $ac_word" >&5
8522echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8523if test "${ac_cv_path_GMSGFMT+set}" = set; then
8524 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8525else
13b2be9c
DJ
8526 case $GMSGFMT in
8527 [\\/]* | ?:[\\/]*)
252b5132
RH
8528 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8529 ;;
252b5132 8530 *)
13b2be9c
DJ
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532for as_dir in $PATH
8533do
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8538 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8541 fi
8542done
8543done
8544
252b5132
RH
8545 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8546 ;;
8547esac
8548fi
13b2be9c
DJ
8549GMSGFMT=$ac_cv_path_GMSGFMT
8550
252b5132 8551if test -n "$GMSGFMT"; then
13b2be9c
DJ
8552 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8553echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8554else
13b2be9c
DJ
8555 echo "$as_me:$LINENO: result: no" >&5
8556echo "${ECHO_T}no" >&6
252b5132
RH
8557fi
8558
8559 # Extract the first word of "xgettext", so it can be a program name with args.
8560set dummy xgettext; ac_word=$2
13b2be9c
DJ
8561echo "$as_me:$LINENO: checking for $ac_word" >&5
8562echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8563if test "${ac_cv_path_XGETTEXT+set}" = set; then
8564 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8565else
8566 case "$XGETTEXT" in
8567 /*)
8568 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8569 ;;
8570 *)
8571 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8572 for ac_dir in $PATH; do
8573 test -z "$ac_dir" && ac_dir=.
8574 if test -f $ac_dir/$ac_word; then
8575 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8576 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8577 break
8578 fi
8579 fi
8580 done
8581 IFS="$ac_save_ifs"
8582 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8583 ;;
8584esac
8585fi
8586XGETTEXT="$ac_cv_path_XGETTEXT"
8587if test -n "$XGETTEXT"; then
13b2be9c
DJ
8588 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8589echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8590else
13b2be9c
DJ
8591 echo "$as_me:$LINENO: result: no" >&5
8592echo "${ECHO_T}no" >&6
252b5132
RH
8593fi
8594
13b2be9c 8595 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8596/* confdefs.h. */
8597_ACEOF
8598cat confdefs.h >>conftest.$ac_ext
8599cat >>conftest.$ac_ext <<_ACEOF
8600/* end confdefs.h. */
252b5132 8601
13b2be9c
DJ
8602int
8603main ()
8604{
252b5132
RH
8605extern int _nl_msg_cat_cntr;
8606 return _nl_msg_cat_cntr
13b2be9c
DJ
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); } &&
7499d566
NC
8620 { ac_try='test -z "$ac_c_werror_flag"
8621 || test ! -s conftest.err'
ab509236
L
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
252b5132
RH
8633 CATOBJEXT=.gmo
8634 DATADIRNAME=share
8635else
13b2be9c
DJ
8636 echo "$as_me: failed program was:" >&5
8637sed 's/^/| /' conftest.$ac_ext >&5
8638
8639CATOBJEXT=.mo
252b5132
RH
8640 DATADIRNAME=lib
8641fi
ab509236
L
8642rm -f conftest.err conftest.$ac_objext \
8643 conftest$ac_exeext conftest.$ac_ext
252b5132
RH
8644 INSTOBJEXT=.mo
8645 fi
8646 fi
13b2be9c 8647
6840198f 8648fi
252b5132 8649
d6d788bd 8650
13b2be9c
DJ
8651
8652
e8093792
AC
8653 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
8654 # Neither gettext nor catgets in included in the C library.
8655 # Fall back on GNU gettext library (assuming it is present).
8656 nls_cv_use_gnu_gettext=yes
252b5132
RH
8657 fi
8658 fi
8659
8660 if test "$nls_cv_use_gnu_gettext" = "yes"; then
8661 INTLOBJS="\$(GETTOBJS)"
8662 # Extract the first word of "msgfmt", so it can be a program name with args.
8663set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8664echo "$as_me:$LINENO: checking for $ac_word" >&5
8665echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8666if test "${ac_cv_path_MSGFMT+set}" = set; then
8667 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8668else
8669 case "$MSGFMT" in
8670 /*)
8671 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8672 ;;
8673 *)
8674 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8675 for ac_dir in $PATH; do
8676 test -z "$ac_dir" && ac_dir=.
8677 if test -f $ac_dir/$ac_word; then
8678 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8679 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8680 break
8681 fi
8682 fi
8683 done
8684 IFS="$ac_save_ifs"
8685 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
8686 ;;
8687esac
8688fi
8689MSGFMT="$ac_cv_path_MSGFMT"
8690if test -n "$MSGFMT"; then
13b2be9c
DJ
8691 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8692echo "${ECHO_T}$MSGFMT" >&6
252b5132 8693else
13b2be9c
DJ
8694 echo "$as_me:$LINENO: result: no" >&5
8695echo "${ECHO_T}no" >&6
252b5132
RH
8696fi
8697
8698 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8699set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8700echo "$as_me:$LINENO: checking for $ac_word" >&5
8701echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8702if test "${ac_cv_path_GMSGFMT+set}" = set; then
8703 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8704else
13b2be9c
DJ
8705 case $GMSGFMT in
8706 [\\/]* | ?:[\\/]*)
252b5132
RH
8707 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8708 ;;
252b5132 8709 *)
13b2be9c
DJ
8710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8711for as_dir in $PATH
8712do
8713 IFS=$as_save_IFS
8714 test -z "$as_dir" && as_dir=.
8715 for ac_exec_ext in '' $ac_executable_extensions; do
8716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8717 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8719 break 2
8720 fi
8721done
8722done
8723
252b5132
RH
8724 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8725 ;;
8726esac
8727fi
13b2be9c
DJ
8728GMSGFMT=$ac_cv_path_GMSGFMT
8729
252b5132 8730if test -n "$GMSGFMT"; then
13b2be9c
DJ
8731 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8732echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8733else
13b2be9c
DJ
8734 echo "$as_me:$LINENO: result: no" >&5
8735echo "${ECHO_T}no" >&6
252b5132
RH
8736fi
8737
8738 # Extract the first word of "xgettext", so it can be a program name with args.
8739set dummy xgettext; ac_word=$2
13b2be9c
DJ
8740echo "$as_me:$LINENO: checking for $ac_word" >&5
8741echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8742if test "${ac_cv_path_XGETTEXT+set}" = set; then
8743 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8744else
8745 case "$XGETTEXT" in
8746 /*)
8747 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8748 ;;
8749 *)
8750 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8751 for ac_dir in $PATH; do
8752 test -z "$ac_dir" && ac_dir=.
8753 if test -f $ac_dir/$ac_word; then
8754 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8755 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8756 break
8757 fi
8758 fi
8759 done
8760 IFS="$ac_save_ifs"
8761 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8762 ;;
8763esac
8764fi
8765XGETTEXT="$ac_cv_path_XGETTEXT"
8766if test -n "$XGETTEXT"; then
13b2be9c
DJ
8767 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8768echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8769else
13b2be9c
DJ
8770 echo "$as_me:$LINENO: result: no" >&5
8771echo "${ECHO_T}no" >&6
252b5132
RH
8772fi
8773
13b2be9c 8774
252b5132
RH
8775 USE_INCLUDED_LIBINTL=yes
8776 CATOBJEXT=.gmo
8777 INSTOBJEXT=.mo
8778 DATADIRNAME=share
8779 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8780 INTLLIBS=$INTLDEPS
8781 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8782 nls_cv_header_intl=libintl.h
8783 nls_cv_header_libgt=libgettext.h
8784 fi
8785
8786 if test "$XGETTEXT" != ":"; then
8787 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8788 : ;
8789 else
13b2be9c
DJ
8790 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8791echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
8792 XGETTEXT=":"
8793 fi
8794 fi
8795
8796 # We need to process the po/ directory.
8797 POSUB=po
8798 else
8799 DATADIRNAME=share
8800 nls_cv_header_intl=libintl.h
8801 nls_cv_header_libgt=libgettext.h
8802 fi
8803
8804 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8805 # because some of the sources are only built for this goal.
8806 if test "$PACKAGE" = gettext; then
8807 USE_NLS=yes
8808 USE_INCLUDED_LIBINTL=yes
8809 fi
8810
8811 for lang in $ALL_LINGUAS; do
8812 GMOFILES="$GMOFILES $lang.gmo"
8813 POFILES="$POFILES $lang.po"
8814 done
8815
13b2be9c
DJ
8816
8817
8818
8819
8820
8821
8822
8823
8824
8825
8826
b16b813f
AM
8827 if test "x$CATOBJEXT" != "x"; then
8828
8829cat >>confdefs.h <<\_ACEOF
8830#define ENABLE_NLS 1
8831_ACEOF
8832
8833 fi
13b2be9c 8834
d6d788bd 8835
252b5132
RH
8836 if test "x$CATOBJEXT" != "x"; then
8837 if test "x$ALL_LINGUAS" = "x"; then
8838 LINGUAS=
8839 else
13b2be9c
DJ
8840 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8841echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
8842 NEW_LINGUAS=
8843 for lang in ${LINGUAS=$ALL_LINGUAS}; do
8844 case "$ALL_LINGUAS" in
8845 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
8846 esac
8847 done
8848 LINGUAS=$NEW_LINGUAS
13b2be9c
DJ
8849 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8850echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
8851 fi
8852
8853 if test -n "$LINGUAS"; then
8854 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
8855 fi
8856 fi
8857
8858 if test $ac_cv_header_locale_h = yes; then
8859 INCLUDE_LOCALE_H="#include <locale.h>"
8860 else
8861 INCLUDE_LOCALE_H="\
8862/* The system does not provide the header <locale.h>. Take care yourself. */"
8863 fi
13b2be9c 8864
252b5132
RH
8865
8866 if test -f $srcdir/po2tbl.sed.in; then
8867 if test "$CATOBJEXT" = ".cat"; then
13b2be9c
DJ
8868 if test "${ac_cv_header_linux_version_h+set}" = set; then
8869 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8870echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8871if test "${ac_cv_header_linux_version_h+set}" = set; then
8872 echo $ECHO_N "(cached) $ECHO_C" >&6
8873fi
8874echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8875echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8876else
8877 # Is the header compilable?
8878echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8879echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8880cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8881/* confdefs.h. */
8882_ACEOF
8883cat confdefs.h >>conftest.$ac_ext
8884cat >>conftest.$ac_ext <<_ACEOF
8885/* end confdefs.h. */
8886$ac_includes_default
9b2b7d69 8887#include <linux/version.h>
13b2be9c
DJ
8888_ACEOF
8889rm -f conftest.$ac_objext
8890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 8891 (eval $ac_compile) 2>conftest.er1
13b2be9c 8892 ac_status=$?
ab509236
L
8893 grep -v '^ *+' conftest.er1 >conftest.err
8894 rm -f conftest.er1
8895 cat conftest.err >&5
13b2be9c
DJ
8896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8897 (exit $ac_status); } &&
7499d566
NC
8898 { ac_try='test -z "$ac_c_werror_flag"
8899 || test ! -s conftest.err'
ab509236
L
8900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8901 (eval $ac_try) 2>&5
8902 ac_status=$?
8903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8904 (exit $ac_status); }; } &&
8905 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
8906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8907 (eval $ac_try) 2>&5
8908 ac_status=$?
8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8910 (exit $ac_status); }; }; then
8911 ac_header_compiler=yes
8912else
8913 echo "$as_me: failed program was:" >&5
8914sed 's/^/| /' conftest.$ac_ext >&5
8915
8916ac_header_compiler=no
8917fi
ab509236 8918rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
8919echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8920echo "${ECHO_T}$ac_header_compiler" >&6
8921
8922# Is the header present?
8923echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8924echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8925cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
8926/* confdefs.h. */
8927_ACEOF
8928cat confdefs.h >>conftest.$ac_ext
8929cat >>conftest.$ac_ext <<_ACEOF
8930/* end confdefs.h. */
8931#include <linux/version.h>
8932_ACEOF
8933if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8935 ac_status=$?
8936 grep -v '^ *+' conftest.er1 >conftest.err
8937 rm -f conftest.er1
8938 cat conftest.err >&5
8939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8940 (exit $ac_status); } >/dev/null; then
8941 if test -s conftest.err; then
8942 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 8943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
8944 else
8945 ac_cpp_err=
8946 fi
252b5132 8947else
13b2be9c
DJ
8948 ac_cpp_err=yes
8949fi
8950if test -z "$ac_cpp_err"; then
8951 ac_header_preproc=yes
8952else
8953 echo "$as_me: failed program was:" >&5
8954sed 's/^/| /' conftest.$ac_ext >&5
8955
8956 ac_header_preproc=no
8957fi
8958rm -f conftest.err conftest.$ac_ext
8959echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8960echo "${ECHO_T}$ac_header_preproc" >&6
8961
8962# So? What about this header?
ab509236
L
8963case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8964 yes:no: )
13b2be9c
DJ
8965 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8966echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
8967 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8968echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8969 ac_header_preproc=yes
13b2be9c 8970 ;;
ab509236 8971 no:yes:* )
13b2be9c
DJ
8972 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8973echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
ab509236
L
8974 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8975echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8976 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8977echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8978 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8979echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
8980 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8981echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
ab509236
L
8982 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8983echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
8984 (
8985 cat <<\_ASBOX
ab509236
L
8986## ------------------------------------------ ##
8987## Report this to the AC_PACKAGE_NAME lists. ##
8988## ------------------------------------------ ##
13b2be9c
DJ
8989_ASBOX
8990 ) |
8991 sed "s/^/$as_me: WARNING: /" >&2
8992 ;;
8993esac
8994echo "$as_me:$LINENO: checking for linux/version.h" >&5
8995echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8996if test "${ac_cv_header_linux_version_h+set}" = set; then
8997 echo $ECHO_N "(cached) $ECHO_C" >&6
8998else
8999 ac_cv_header_linux_version_h=$ac_header_preproc
252b5132 9000fi
13b2be9c
DJ
9001echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
9002echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
9003
252b5132 9004fi
13b2be9c 9005if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
9006 msgformat=linux
9007else
13b2be9c 9008 msgformat=xopen
252b5132
RH
9009fi
9010
d6d788bd 9011
13b2be9c 9012
252b5132
RH
9013 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
9014 fi
9015 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
9016 $srcdir/po2tbl.sed.in > po2tbl.sed
9017 fi
9018
9019 if test "$PACKAGE" = "gettext"; then
9020 GT_NO="#NO#"
9021 GT_YES=
9022 else
9023 GT_NO=
9024 GT_YES="#YES#"
9025 fi
13b2be9c
DJ
9026
9027
252b5132
RH
9028
9029 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
13b2be9c 9030
252b5132
RH
9031
9032 l=
13b2be9c 9033
252b5132 9034
fcd8210c 9035 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
9036 test -d po || mkdir po
9037 if test "x$srcdir" != "x."; then
9038 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
9039 posrcprefix="$srcdir/"
9040 else
9041 posrcprefix="../$srcdir/"
9042 fi
9043 else
9044 posrcprefix="../"
9045 fi
9046 rm -f po/POTFILES
9047 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
9048 < $srcdir/po/POTFILES.in > po/POTFILES
9049 fi
252b5132 9050
13b2be9c
DJ
9051
9052echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
9053echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
9054 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
9055if test "${enable_maintainer_mode+set}" = set; then
9056 enableval="$enable_maintainer_mode"
9057 USE_MAINTAINER_MODE=$enableval
9058else
9059 USE_MAINTAINER_MODE=no
13b2be9c
DJ
9060fi;
9061 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
9062echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
d6d788bd 9063
252b5132
RH
9064
9065if test $USE_MAINTAINER_MODE = yes; then
9066 MAINTAINER_MODE_TRUE=
c8615825
AM
9067 MAINTAINER_MODE_FALSE='#'
9068else
9069 MAINTAINER_MODE_TRUE='#'
9070 MAINTAINER_MODE_FALSE=
9071fi
13b2be9c 9072
c8615825 9073 MAINT=$MAINTAINER_MODE_TRUE
9b2b7d69
MM
9074
9075
9076
9077
9078
9079
13b2be9c
DJ
9080
9081
9082
9083
9084
9085
9086
9087for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
d6d788bd 9088do
13b2be9c
DJ
9089as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9090if eval "test \"\${$as_ac_Header+set}\" = set"; then
9091 echo "$as_me:$LINENO: checking for $ac_header" >&5
9092echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9093if eval "test \"\${$as_ac_Header+set}\" = set"; then
9094 echo $ECHO_N "(cached) $ECHO_C" >&6
9095fi
9096echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9097echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9098else
9099 # Is the header compilable?
9100echo "$as_me:$LINENO: checking $ac_header usability" >&5
9101echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9102cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9103/* confdefs.h. */
9104_ACEOF
9105cat confdefs.h >>conftest.$ac_ext
9106cat >>conftest.$ac_ext <<_ACEOF
9107/* end confdefs.h. */
9108$ac_includes_default
9109#include <$ac_header>
9110_ACEOF
9111rm -f conftest.$ac_objext
9112if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9113 (eval $ac_compile) 2>conftest.er1
13b2be9c 9114 ac_status=$?
ab509236
L
9115 grep -v '^ *+' conftest.er1 >conftest.err
9116 rm -f conftest.er1
9117 cat conftest.err >&5
13b2be9c
DJ
9118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9119 (exit $ac_status); } &&
7499d566
NC
9120 { ac_try='test -z "$ac_c_werror_flag"
9121 || test ! -s conftest.err'
ab509236
L
9122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9123 (eval $ac_try) 2>&5
9124 ac_status=$?
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); }; } &&
9127 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9129 (eval $ac_try) 2>&5
9130 ac_status=$?
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); }; }; then
9133 ac_header_compiler=yes
9134else
9135 echo "$as_me: failed program was:" >&5
9136sed 's/^/| /' conftest.$ac_ext >&5
9137
9138ac_header_compiler=no
9139fi
ab509236 9140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
9141echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9142echo "${ECHO_T}$ac_header_compiler" >&6
9143
9144# Is the header present?
9145echo "$as_me:$LINENO: checking $ac_header presence" >&5
9146echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9147cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9148/* confdefs.h. */
9149_ACEOF
9150cat confdefs.h >>conftest.$ac_ext
9151cat >>conftest.$ac_ext <<_ACEOF
9152/* end confdefs.h. */
9153#include <$ac_header>
9154_ACEOF
9155if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9156 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9157 ac_status=$?
9158 grep -v '^ *+' conftest.er1 >conftest.err
9159 rm -f conftest.er1
9160 cat conftest.err >&5
9161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9162 (exit $ac_status); } >/dev/null; then
9163 if test -s conftest.err; then
9164 ac_cpp_err=$ac_c_preproc_warn_flag
ab509236 9165 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13b2be9c
DJ
9166 else
9167 ac_cpp_err=
9168 fi
9b2b7d69 9169else
13b2be9c
DJ
9170 ac_cpp_err=yes
9171fi
9172if test -z "$ac_cpp_err"; then
9173 ac_header_preproc=yes
9174else
9175 echo "$as_me: failed program was:" >&5
9176sed 's/^/| /' conftest.$ac_ext >&5
9177
9178 ac_header_preproc=no
9179fi
9180rm -f conftest.err conftest.$ac_ext
9181echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9182echo "${ECHO_T}$ac_header_preproc" >&6
9183
9184# So? What about this header?
ab509236
L
9185case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9186 yes:no: )
13b2be9c
DJ
9187 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9188echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ab509236
L
9189 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9190echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9191 ac_header_preproc=yes
13b2be9c 9192 ;;
ab509236 9193 no:yes:* )
13b2be9c
DJ
9194 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9195echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ab509236
L
9196 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9197echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9198 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9199echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9200 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9201echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13b2be9c
DJ
9202 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9203echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ab509236
L
9204 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9205echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13b2be9c
DJ
9206 (
9207 cat <<\_ASBOX
ab509236
L
9208## ------------------------------------------ ##
9209## Report this to the AC_PACKAGE_NAME lists. ##
9210## ------------------------------------------ ##
13b2be9c
DJ
9211_ASBOX
9212 ) |
9213 sed "s/^/$as_me: WARNING: /" >&2
9214 ;;
9215esac
9216echo "$as_me:$LINENO: checking for $ac_header" >&5
9217echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9218if eval "test \"\${$as_ac_Header+set}\" = set"; then
9219 echo $ECHO_N "(cached) $ECHO_C" >&6
9220else
ab509236 9221 eval "$as_ac_Header=\$ac_header_preproc"
252b5132 9222fi
13b2be9c
DJ
9223echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9224echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9225
252b5132 9226fi
13b2be9c
DJ
9227if test `eval echo '${'$as_ac_Header'}'` = yes; then
9228 cat >>confdefs.h <<_ACEOF
9229#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9230_ACEOF
9231
252b5132 9232fi
13b2be9c 9233
252b5132
RH
9234done
9235
d6d788bd 9236
252b5132
RH
9237# Put this here so that autoconf's "cross-compiling" message doesn't confuse
9238# people who are not cross-compiling but are compiling cross-assemblers.
13b2be9c
DJ
9239echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
9240echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
252b5132
RH
9241if test "${host}" = "${target}"; then
9242 cross_gas=no
9243else
9244 cross_gas=yes
13b2be9c
DJ
9245
9246cat >>confdefs.h <<\_ACEOF
252b5132 9247#define CROSS_COMPILE 1
13b2be9c 9248_ACEOF
252b5132
RH
9249
9250fi
13b2be9c
DJ
9251echo "$as_me:$LINENO: result: $cross_gas" >&5
9252echo "${ECHO_T}$cross_gas" >&6
252b5132
RH
9253
9254# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9255# for constant arguments. Useless!
13b2be9c
DJ
9256echo "$as_me:$LINENO: checking for working alloca.h" >&5
9257echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
9258if test "${ac_cv_working_alloca_h+set}" = set; then
9259 echo $ECHO_N "(cached) $ECHO_C" >&6
9260else
9261 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9262/* confdefs.h. */
9263_ACEOF
9264cat confdefs.h >>conftest.$ac_ext
9265cat >>conftest.$ac_ext <<_ACEOF
9266/* end confdefs.h. */
252b5132 9267#include <alloca.h>
13b2be9c
DJ
9268int
9269main ()
9270{
9271char *p = (char *) alloca (2 * sizeof (int));
9272 ;
9273 return 0;
9274}
9275_ACEOF
9276rm -f conftest.$ac_objext conftest$ac_exeext
9277if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9278 (eval $ac_link) 2>conftest.er1
13b2be9c 9279 ac_status=$?
ab509236
L
9280 grep -v '^ *+' conftest.er1 >conftest.err
9281 rm -f conftest.er1
9282 cat conftest.err >&5
13b2be9c
DJ
9283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9284 (exit $ac_status); } &&
7499d566
NC
9285 { ac_try='test -z "$ac_c_werror_flag"
9286 || test ! -s conftest.err'
ab509236
L
9287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9288 (eval $ac_try) 2>&5
9289 ac_status=$?
9290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291 (exit $ac_status); }; } &&
9292 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9294 (eval $ac_try) 2>&5
9295 ac_status=$?
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); }; }; then
9298 ac_cv_working_alloca_h=yes
9299else
9300 echo "$as_me: failed program was:" >&5
9301sed 's/^/| /' conftest.$ac_ext >&5
9302
9303ac_cv_working_alloca_h=no
9304fi
ab509236
L
9305rm -f conftest.err conftest.$ac_objext \
9306 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9307fi
9308echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
9309echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
9310if test $ac_cv_working_alloca_h = yes; then
9311
9312cat >>confdefs.h <<\_ACEOF
252b5132 9313#define HAVE_ALLOCA_H 1
13b2be9c 9314_ACEOF
252b5132
RH
9315
9316fi
9317
13b2be9c
DJ
9318echo "$as_me:$LINENO: checking for alloca" >&5
9319echo $ECHO_N "checking for alloca... $ECHO_C" >&6
9320if test "${ac_cv_func_alloca_works+set}" = set; then
9321 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9322else
13b2be9c 9323 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9324/* confdefs.h. */
9325_ACEOF
9326cat confdefs.h >>conftest.$ac_ext
9327cat >>conftest.$ac_ext <<_ACEOF
9328/* end confdefs.h. */
252b5132
RH
9329#ifdef __GNUC__
9330# define alloca __builtin_alloca
9331#else
9332# ifdef _MSC_VER
9333# include <malloc.h>
9334# define alloca _alloca
9335# else
9336# if HAVE_ALLOCA_H
9337# include <alloca.h>
9338# else
9339# ifdef _AIX
9340 #pragma alloca
9341# else
9342# ifndef alloca /* predefined by HP cc +Olibcalls */
9343char *alloca ();
9344# endif
9345# endif
9346# endif
9347# endif
9348#endif
9349
13b2be9c
DJ
9350int
9351main ()
9352{
9353char *p = (char *) alloca (1);
9354 ;
9355 return 0;
9356}
9357_ACEOF
9358rm -f conftest.$ac_objext conftest$ac_exeext
9359if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9360 (eval $ac_link) 2>conftest.er1
13b2be9c 9361 ac_status=$?
ab509236
L
9362 grep -v '^ *+' conftest.er1 >conftest.err
9363 rm -f conftest.er1
9364 cat conftest.err >&5
13b2be9c
DJ
9365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9366 (exit $ac_status); } &&
7499d566
NC
9367 { ac_try='test -z "$ac_c_werror_flag"
9368 || test ! -s conftest.err'
ab509236
L
9369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9370 (eval $ac_try) 2>&5
9371 ac_status=$?
9372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373 (exit $ac_status); }; } &&
9374 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9376 (eval $ac_try) 2>&5
9377 ac_status=$?
9378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9379 (exit $ac_status); }; }; then
252b5132
RH
9380 ac_cv_func_alloca_works=yes
9381else
13b2be9c
DJ
9382 echo "$as_me: failed program was:" >&5
9383sed 's/^/| /' conftest.$ac_ext >&5
9384
9385ac_cv_func_alloca_works=no
252b5132 9386fi
ab509236
L
9387rm -f conftest.err conftest.$ac_objext \
9388 conftest$ac_exeext conftest.$ac_ext
252b5132 9389fi
13b2be9c
DJ
9390echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9391echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 9392
252b5132 9393if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 9394
13b2be9c
DJ
9395cat >>confdefs.h <<\_ACEOF
9396#define HAVE_ALLOCA 1
9397_ACEOF
9b2b7d69 9398
13b2be9c 9399else
c8615825 9400 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
9401# that cause trouble. Some versions do not even contain alloca or
9402# contain a buggy version. If you still want to use their alloca,
9403# use ar to extract alloca.o from them instead of compiling alloca.c.
9404
9405ALLOCA=alloca.$ac_objext
9406
9407cat >>confdefs.h <<\_ACEOF
252b5132 9408#define C_ALLOCA 1
13b2be9c 9409_ACEOF
252b5132 9410
d6d788bd 9411
13b2be9c
DJ
9412echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9413echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9414if test "${ac_cv_os_cray+set}" = set; then
9415 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9416else
13b2be9c 9417 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9418/* confdefs.h. */
9419_ACEOF
9420cat confdefs.h >>conftest.$ac_ext
9421cat >>conftest.$ac_ext <<_ACEOF
9422/* end confdefs.h. */
252b5132
RH
9423#if defined(CRAY) && ! defined(CRAY2)
9424webecray
9425#else
9426wenotbecray
9427#endif
9428
13b2be9c 9429_ACEOF
252b5132 9430if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 9431 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
9432 ac_cv_os_cray=yes
9433else
252b5132
RH
9434 ac_cv_os_cray=no
9435fi
9436rm -f conftest*
9437
9438fi
13b2be9c
DJ
9439echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9440echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 9441if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
9442 for ac_func in _getb67 GETB67 getb67; do
9443 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9444echo "$as_me:$LINENO: checking for $ac_func" >&5
9445echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9446if eval "test \"\${$as_ac_var+set}\" = set"; then
9447 echo $ECHO_N "(cached) $ECHO_C" >&6
9448else
9449 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9450/* confdefs.h. */
9451_ACEOF
9452cat confdefs.h >>conftest.$ac_ext
9453cat >>conftest.$ac_ext <<_ACEOF
9454/* end confdefs.h. */
ab509236
L
9455/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9456 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9457#define $ac_func innocuous_$ac_func
9458
252b5132 9459/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9460 which can conflict with char $ac_func (); below.
9461 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9462 <limits.h> exists even on freestanding compilers. */
ab509236 9463
13b2be9c
DJ
9464#ifdef __STDC__
9465# include <limits.h>
9466#else
9467# include <assert.h>
9468#endif
ab509236
L
9469
9470#undef $ac_func
9471
252b5132 9472/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9473#ifdef __cplusplus
9474extern "C"
9475{
9476#endif
252b5132 9477/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9478 builtin and then its argument prototype would still apply. */
9479char $ac_func ();
252b5132
RH
9480/* The GNU C library defines this for functions which it implements
9481 to always fail with ENOSYS. Some functions are actually named
9482 something starting with __ and the normal name is an alias. */
9483#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9484choke me
9485#else
13b2be9c
DJ
9486char (*f) () = $ac_func;
9487#endif
9488#ifdef __cplusplus
9489}
252b5132
RH
9490#endif
9491
13b2be9c
DJ
9492int
9493main ()
9494{
9495return f != $ac_func;
9496 ;
9497 return 0;
9498}
9499_ACEOF
9500rm -f conftest.$ac_objext conftest$ac_exeext
9501if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9502 (eval $ac_link) 2>conftest.er1
13b2be9c 9503 ac_status=$?
ab509236
L
9504 grep -v '^ *+' conftest.er1 >conftest.err
9505 rm -f conftest.er1
9506 cat conftest.err >&5
13b2be9c
DJ
9507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9508 (exit $ac_status); } &&
7499d566
NC
9509 { ac_try='test -z "$ac_c_werror_flag"
9510 || test ! -s conftest.err'
ab509236
L
9511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9512 (eval $ac_try) 2>&5
9513 ac_status=$?
9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9515 (exit $ac_status); }; } &&
9516 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9518 (eval $ac_try) 2>&5
9519 ac_status=$?
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); }; }; then
9522 eval "$as_ac_var=yes"
9523else
9524 echo "$as_me: failed program was:" >&5
9525sed 's/^/| /' conftest.$ac_ext >&5
9526
9527eval "$as_ac_var=no"
9528fi
ab509236
L
9529rm -f conftest.err conftest.$ac_objext \
9530 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9531fi
9532echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9533echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9534if test `eval echo '${'$as_ac_var'}'` = yes; then
9535
9536cat >>confdefs.h <<_ACEOF
252b5132 9537#define CRAY_STACKSEG_END $ac_func
13b2be9c 9538_ACEOF
252b5132 9539
13b2be9c 9540 break
252b5132
RH
9541fi
9542
13b2be9c 9543 done
252b5132
RH
9544fi
9545
13b2be9c
DJ
9546echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9547echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9548if test "${ac_cv_c_stack_direction+set}" = set; then
9549 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9550else
9551 if test "$cross_compiling" = yes; then
9552 ac_cv_c_stack_direction=0
9553else
13b2be9c 9554 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9555/* confdefs.h. */
9556_ACEOF
9557cat confdefs.h >>conftest.$ac_ext
9558cat >>conftest.$ac_ext <<_ACEOF
9559/* end confdefs.h. */
9560int
252b5132
RH
9561find_stack_direction ()
9562{
9563 static char *addr = 0;
9564 auto char dummy;
9565 if (addr == 0)
9566 {
9567 addr = &dummy;
9568 return find_stack_direction ();
9569 }
9570 else
9571 return (&dummy > addr) ? 1 : -1;
9572}
13b2be9c
DJ
9573
9574int
252b5132
RH
9575main ()
9576{
13b2be9c 9577 exit (find_stack_direction () < 0);
252b5132 9578}
13b2be9c
DJ
9579_ACEOF
9580rm -f conftest$ac_exeext
9581if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9582 (eval $ac_link) 2>&5
9583 ac_status=$?
9584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9585 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9587 (eval $ac_try) 2>&5
9588 ac_status=$?
9589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590 (exit $ac_status); }; }; then
252b5132
RH
9591 ac_cv_c_stack_direction=1
9592else
13b2be9c
DJ
9593 echo "$as_me: program exited with status $ac_status" >&5
9594echo "$as_me: failed program was:" >&5
9595sed 's/^/| /' conftest.$ac_ext >&5
9596
9597( exit $ac_status )
9598ac_cv_c_stack_direction=-1
252b5132 9599fi
ab509236 9600rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 9601fi
252b5132 9602fi
13b2be9c
DJ
9603echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9604echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 9605
13b2be9c 9606cat >>confdefs.h <<_ACEOF
252b5132 9607#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
9608_ACEOF
9609
252b5132
RH
9610
9611fi
9612
13b2be9c
DJ
9613echo "$as_me:$LINENO: checking for inline" >&5
9614echo $ECHO_N "checking for inline... $ECHO_C" >&6
9615if test "${ac_cv_c_inline+set}" = set; then
9616 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9617else
9618 ac_cv_c_inline=no
9619for ac_kw in inline __inline__ __inline; do
13b2be9c 9620 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9621/* confdefs.h. */
9622_ACEOF
9623cat confdefs.h >>conftest.$ac_ext
9624cat >>conftest.$ac_ext <<_ACEOF
9625/* end confdefs.h. */
9626#ifndef __cplusplus
9627typedef int foo_t;
9628static $ac_kw foo_t static_foo () {return 0; }
9629$ac_kw foo_t foo () {return 0; }
9630#endif
252b5132 9631
13b2be9c
DJ
9632_ACEOF
9633rm -f conftest.$ac_objext
9634if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ab509236 9635 (eval $ac_compile) 2>conftest.er1
13b2be9c 9636 ac_status=$?
ab509236
L
9637 grep -v '^ *+' conftest.er1 >conftest.err
9638 rm -f conftest.er1
9639 cat conftest.err >&5
13b2be9c
DJ
9640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9641 (exit $ac_status); } &&
7499d566
NC
9642 { ac_try='test -z "$ac_c_werror_flag"
9643 || test ! -s conftest.err'
ab509236
L
9644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9645 (eval $ac_try) 2>&5
9646 ac_status=$?
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); }; } &&
9649 { ac_try='test -s conftest.$ac_objext'
13b2be9c
DJ
9650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9651 (eval $ac_try) 2>&5
9652 ac_status=$?
9653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654 (exit $ac_status); }; }; then
252b5132
RH
9655 ac_cv_c_inline=$ac_kw; break
9656else
13b2be9c
DJ
9657 echo "$as_me: failed program was:" >&5
9658sed 's/^/| /' conftest.$ac_ext >&5
9659
252b5132 9660fi
ab509236 9661rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9662done
9663
9664fi
13b2be9c
DJ
9665echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
9666echo "${ECHO_T}$ac_cv_c_inline" >&6
ab509236
L
9667
9668
13b2be9c 9669case $ac_cv_c_inline in
252b5132 9670 inline | yes) ;;
ab509236
L
9671 *)
9672 case $ac_cv_c_inline in
9673 no) ac_val=;;
9674 *) ac_val=$ac_cv_c_inline;;
9675 esac
9676 cat >>confdefs.h <<_ACEOF
9677#ifndef __cplusplus
9678#define inline $ac_val
9679#endif
13b2be9c 9680_ACEOF
ab509236 9681 ;;
252b5132
RH
9682esac
9683
6840198f 9684
d6d788bd 9685# VMS doesn't have unlink.
13b2be9c
DJ
9686
9687
252b5132
RH
9688for ac_func in unlink remove
9689do
13b2be9c
DJ
9690as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9691echo "$as_me:$LINENO: checking for $ac_func" >&5
9692echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9693if eval "test \"\${$as_ac_var+set}\" = set"; then
9694 echo $ECHO_N "(cached) $ECHO_C" >&6
9695else
9696 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9697/* confdefs.h. */
9698_ACEOF
9699cat confdefs.h >>conftest.$ac_ext
9700cat >>conftest.$ac_ext <<_ACEOF
9701/* end confdefs.h. */
ab509236
L
9702/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9703 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9704#define $ac_func innocuous_$ac_func
9705
252b5132 9706/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9707 which can conflict with char $ac_func (); below.
9708 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9709 <limits.h> exists even on freestanding compilers. */
ab509236 9710
13b2be9c
DJ
9711#ifdef __STDC__
9712# include <limits.h>
9713#else
9714# include <assert.h>
9715#endif
ab509236
L
9716
9717#undef $ac_func
9718
252b5132 9719/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9720#ifdef __cplusplus
9721extern "C"
9722{
9723#endif
252b5132 9724/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9725 builtin and then its argument prototype would still apply. */
9726char $ac_func ();
252b5132
RH
9727/* The GNU C library defines this for functions which it implements
9728 to always fail with ENOSYS. Some functions are actually named
9729 something starting with __ and the normal name is an alias. */
9730#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9731choke me
9732#else
13b2be9c
DJ
9733char (*f) () = $ac_func;
9734#endif
9735#ifdef __cplusplus
9736}
252b5132
RH
9737#endif
9738
13b2be9c
DJ
9739int
9740main ()
9741{
9742return f != $ac_func;
9743 ;
9744 return 0;
9745}
9746_ACEOF
9747rm -f conftest.$ac_objext conftest$ac_exeext
9748if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9749 (eval $ac_link) 2>conftest.er1
13b2be9c 9750 ac_status=$?
ab509236
L
9751 grep -v '^ *+' conftest.er1 >conftest.err
9752 rm -f conftest.er1
9753 cat conftest.err >&5
13b2be9c
DJ
9754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9755 (exit $ac_status); } &&
7499d566
NC
9756 { ac_try='test -z "$ac_c_werror_flag"
9757 || test ! -s conftest.err'
ab509236
L
9758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9759 (eval $ac_try) 2>&5
9760 ac_status=$?
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); }; } &&
9763 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9765 (eval $ac_try) 2>&5
9766 ac_status=$?
9767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768 (exit $ac_status); }; }; then
9769 eval "$as_ac_var=yes"
9770else
9771 echo "$as_me: failed program was:" >&5
9772sed 's/^/| /' conftest.$ac_ext >&5
9773
9774eval "$as_ac_var=no"
9775fi
ab509236
L
9776rm -f conftest.err conftest.$ac_objext \
9777 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9778fi
9779echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9780echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9781if test `eval echo '${'$as_ac_var'}'` = yes; then
9782 cat >>confdefs.h <<_ACEOF
9783#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9784_ACEOF
252b5132 9785 break
252b5132
RH
9786fi
9787done
9788
6840198f 9789
d6d788bd 9790# Some systems don't have sbrk().
13b2be9c 9791
252b5132
RH
9792for ac_func in sbrk
9793do
13b2be9c
DJ
9794as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9795echo "$as_me:$LINENO: checking for $ac_func" >&5
9796echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9797if eval "test \"\${$as_ac_var+set}\" = set"; then
9798 echo $ECHO_N "(cached) $ECHO_C" >&6
9799else
9800 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9801/* confdefs.h. */
9802_ACEOF
9803cat confdefs.h >>conftest.$ac_ext
9804cat >>conftest.$ac_ext <<_ACEOF
9805/* end confdefs.h. */
ab509236
L
9806/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9808#define $ac_func innocuous_$ac_func
9809
252b5132 9810/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9811 which can conflict with char $ac_func (); below.
9812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9813 <limits.h> exists even on freestanding compilers. */
ab509236 9814
13b2be9c
DJ
9815#ifdef __STDC__
9816# include <limits.h>
9817#else
9818# include <assert.h>
9819#endif
ab509236
L
9820
9821#undef $ac_func
9822
252b5132 9823/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9824#ifdef __cplusplus
9825extern "C"
9826{
9827#endif
252b5132 9828/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9829 builtin and then its argument prototype would still apply. */
9830char $ac_func ();
252b5132
RH
9831/* The GNU C library defines this for functions which it implements
9832 to always fail with ENOSYS. Some functions are actually named
9833 something starting with __ and the normal name is an alias. */
9834#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9835choke me
9836#else
13b2be9c
DJ
9837char (*f) () = $ac_func;
9838#endif
9839#ifdef __cplusplus
9840}
252b5132
RH
9841#endif
9842
13b2be9c
DJ
9843int
9844main ()
9845{
9846return f != $ac_func;
9847 ;
9848 return 0;
9849}
9850_ACEOF
9851rm -f conftest.$ac_objext conftest$ac_exeext
9852if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9853 (eval $ac_link) 2>conftest.er1
13b2be9c 9854 ac_status=$?
ab509236
L
9855 grep -v '^ *+' conftest.er1 >conftest.err
9856 rm -f conftest.er1
9857 cat conftest.err >&5
13b2be9c
DJ
9858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9859 (exit $ac_status); } &&
7499d566
NC
9860 { ac_try='test -z "$ac_c_werror_flag"
9861 || test ! -s conftest.err'
ab509236
L
9862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9863 (eval $ac_try) 2>&5
9864 ac_status=$?
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); }; } &&
9867 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9869 (eval $ac_try) 2>&5
9870 ac_status=$?
9871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9872 (exit $ac_status); }; }; then
9873 eval "$as_ac_var=yes"
9874else
9875 echo "$as_me: failed program was:" >&5
9876sed 's/^/| /' conftest.$ac_ext >&5
9877
9878eval "$as_ac_var=no"
9879fi
ab509236
L
9880rm -f conftest.err conftest.$ac_objext \
9881 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9882fi
9883echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9884echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9885if test `eval echo '${'$as_ac_var'}'` = yes; then
9886 cat >>confdefs.h <<_ACEOF
9887#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9888_ACEOF
252b5132 9889
252b5132
RH
9890fi
9891done
9892
d6d788bd 9893
39bec121
TW
9894# do we need the math library?
9895case "${need_libm}" in
13b2be9c 9896yes)
39bec121 9897 LIBM=
f9c19112 9898case $host in
4b363073 9899*-*-beos* | *-*-cygwin* | *-*-pw32*)
39bec121
TW
9900 # These system don't have libm
9901 ;;
9902*-ncr-sysv4.3*)
13b2be9c
DJ
9903 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
9904echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
9905if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
9906 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 9907else
13b2be9c 9908 ac_check_lib_save_LIBS=$LIBS
39bec121 9909LIBS="-lmw $LIBS"
13b2be9c 9910cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9911/* confdefs.h. */
9912_ACEOF
9913cat confdefs.h >>conftest.$ac_ext
9914cat >>conftest.$ac_ext <<_ACEOF
9915/* end confdefs.h. */
9916
39bec121 9917/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9918#ifdef __cplusplus
9919extern "C"
9920#endif
39bec121 9921/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9922 builtin and then its argument prototype would still apply. */
9923char _mwvalidcheckl ();
9924int
9925main ()
9926{
9927_mwvalidcheckl ();
9928 ;
9929 return 0;
9930}
9931_ACEOF
9932rm -f conftest.$ac_objext conftest$ac_exeext
9933if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9934 (eval $ac_link) 2>conftest.er1
13b2be9c 9935 ac_status=$?
ab509236
L
9936 grep -v '^ *+' conftest.er1 >conftest.err
9937 rm -f conftest.er1
9938 cat conftest.err >&5
13b2be9c
DJ
9939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9940 (exit $ac_status); } &&
7499d566
NC
9941 { ac_try='test -z "$ac_c_werror_flag"
9942 || test ! -s conftest.err'
ab509236
L
9943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9944 (eval $ac_try) 2>&5
9945 ac_status=$?
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); }; } &&
9948 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
9949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9950 (eval $ac_try) 2>&5
9951 ac_status=$?
9952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953 (exit $ac_status); }; }; then
9954 ac_cv_lib_mw__mwvalidcheckl=yes
9955else
9956 echo "$as_me: failed program was:" >&5
9957sed 's/^/| /' conftest.$ac_ext >&5
9958
9959ac_cv_lib_mw__mwvalidcheckl=no
9960fi
ab509236
L
9961rm -f conftest.err conftest.$ac_objext \
9962 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
9963LIBS=$ac_check_lib_save_LIBS
9964fi
9965echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
9966echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
9967if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
39bec121 9968 LIBM="-lmw"
39bec121
TW
9969fi
9970
13b2be9c
DJ
9971 echo "$as_me:$LINENO: checking for main in -lm" >&5
9972echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
9973if test "${ac_cv_lib_m_main+set}" = set; then
9974 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 9975else
13b2be9c 9976 ac_check_lib_save_LIBS=$LIBS
39bec121 9977LIBS="-lm $LIBS"
13b2be9c 9978cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
9979/* confdefs.h. */
9980_ACEOF
9981cat confdefs.h >>conftest.$ac_ext
9982cat >>conftest.$ac_ext <<_ACEOF
9983/* end confdefs.h. */
39bec121 9984
d6d788bd 9985
13b2be9c
DJ
9986int
9987main ()
9988{
9989main ();
9990 ;
9991 return 0;
9992}
9993_ACEOF
9994rm -f conftest.$ac_objext conftest$ac_exeext
9995if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 9996 (eval $ac_link) 2>conftest.er1
13b2be9c 9997 ac_status=$?
ab509236
L
9998 grep -v '^ *+' conftest.er1 >conftest.err
9999 rm -f conftest.er1
10000 cat conftest.err >&5
13b2be9c
DJ
10001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10002 (exit $ac_status); } &&
7499d566
NC
10003 { ac_try='test -z "$ac_c_werror_flag"
10004 || test ! -s conftest.err'
ab509236
L
10005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10006 (eval $ac_try) 2>&5
10007 ac_status=$?
10008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10009 (exit $ac_status); }; } &&
10010 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10012 (eval $ac_try) 2>&5
10013 ac_status=$?
10014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015 (exit $ac_status); }; }; then
10016 ac_cv_lib_m_main=yes
10017else
10018 echo "$as_me: failed program was:" >&5
10019sed 's/^/| /' conftest.$ac_ext >&5
10020
10021ac_cv_lib_m_main=no
10022fi
ab509236
L
10023rm -f conftest.err conftest.$ac_objext \
10024 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10025LIBS=$ac_check_lib_save_LIBS
10026fi
10027echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10028echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10029if test $ac_cv_lib_m_main = yes; then
39bec121 10030 LIBM="$LIBM -lm"
39bec121
TW
10031fi
10032
10033 ;;
10034*)
13b2be9c
DJ
10035 echo "$as_me:$LINENO: checking for main in -lm" >&5
10036echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
10037if test "${ac_cv_lib_m_main+set}" = set; then
10038 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 10039else
13b2be9c 10040 ac_check_lib_save_LIBS=$LIBS
39bec121 10041LIBS="-lm $LIBS"
13b2be9c 10042cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10043/* confdefs.h. */
10044_ACEOF
10045cat confdefs.h >>conftest.$ac_ext
10046cat >>conftest.$ac_ext <<_ACEOF
10047/* end confdefs.h. */
39bec121 10048
d6d788bd 10049
13b2be9c
DJ
10050int
10051main ()
10052{
10053main ();
10054 ;
10055 return 0;
10056}
10057_ACEOF
10058rm -f conftest.$ac_objext conftest$ac_exeext
10059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10060 (eval $ac_link) 2>conftest.er1
13b2be9c 10061 ac_status=$?
ab509236
L
10062 grep -v '^ *+' conftest.er1 >conftest.err
10063 rm -f conftest.er1
10064 cat conftest.err >&5
13b2be9c
DJ
10065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10066 (exit $ac_status); } &&
7499d566
NC
10067 { ac_try='test -z "$ac_c_werror_flag"
10068 || test ! -s conftest.err'
ab509236
L
10069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10070 (eval $ac_try) 2>&5
10071 ac_status=$?
10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073 (exit $ac_status); }; } &&
10074 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10076 (eval $ac_try) 2>&5
10077 ac_status=$?
10078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10079 (exit $ac_status); }; }; then
10080 ac_cv_lib_m_main=yes
10081else
10082 echo "$as_me: failed program was:" >&5
10083sed 's/^/| /' conftest.$ac_ext >&5
10084
10085ac_cv_lib_m_main=no
10086fi
ab509236
L
10087rm -f conftest.err conftest.$ac_objext \
10088 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10089LIBS=$ac_check_lib_save_LIBS
10090fi
10091echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
10092echo "${ECHO_T}$ac_cv_lib_m_main" >&6
10093if test $ac_cv_lib_m_main = yes; then
39bec121 10094 LIBM="-lm"
39bec121
TW
10095fi
10096
10097 ;;
10098esac
10099
13b2be9c 10100
39bec121
TW
10101 ;;
10102esac
10103
252b5132
RH
10104# Some non-ANSI preprocessors botch requoting inside strings. That's bad
10105# enough, but on some of those systems, the assert macro relies on requoting
10106# working properly!
13b2be9c
DJ
10107echo "$as_me:$LINENO: checking for working assert macro" >&5
10108echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
10109if test "${gas_cv_assert_ok+set}" = set; then
10110 echo $ECHO_N "(cached) $ECHO_C" >&6
10111else
10112 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10113/* confdefs.h. */
10114_ACEOF
10115cat confdefs.h >>conftest.$ac_ext
10116cat >>conftest.$ac_ext <<_ACEOF
10117/* end confdefs.h. */
252b5132
RH
10118#include <assert.h>
10119#include <stdio.h>
13b2be9c
DJ
10120int
10121main ()
10122{
252b5132
RH
10123
10124/* check for requoting problems */
10125static int a, b, c, d;
10126static char *s;
10127assert (!strcmp(s, "foo bar baz quux"));
10128/* check for newline handling */
10129assert (a == b
10130 || c == d);
10131
13b2be9c
DJ
10132 ;
10133 return 0;
10134}
10135_ACEOF
10136rm -f conftest.$ac_objext conftest$ac_exeext
10137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10138 (eval $ac_link) 2>conftest.er1
13b2be9c 10139 ac_status=$?
ab509236
L
10140 grep -v '^ *+' conftest.er1 >conftest.err
10141 rm -f conftest.er1
10142 cat conftest.err >&5
13b2be9c
DJ
10143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10144 (exit $ac_status); } &&
7499d566
NC
10145 { ac_try='test -z "$ac_c_werror_flag"
10146 || test ! -s conftest.err'
ab509236
L
10147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10148 (eval $ac_try) 2>&5
10149 ac_status=$?
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); }; } &&
10152 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10154 (eval $ac_try) 2>&5
10155 ac_status=$?
10156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10157 (exit $ac_status); }; }; then
252b5132
RH
10158 gas_cv_assert_ok=yes
10159else
13b2be9c
DJ
10160 echo "$as_me: failed program was:" >&5
10161sed 's/^/| /' conftest.$ac_ext >&5
10162
10163gas_cv_assert_ok=no
252b5132 10164fi
ab509236
L
10165rm -f conftest.err conftest.$ac_objext \
10166 conftest$ac_exeext conftest.$ac_ext
252b5132 10167fi
13b2be9c
DJ
10168echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
10169echo "${ECHO_T}$gas_cv_assert_ok" >&6
10170test $gas_cv_assert_ok = yes ||
10171cat >>confdefs.h <<\_ACEOF
252b5132 10172#define BROKEN_ASSERT 1
13b2be9c 10173_ACEOF
252b5132 10174
d6d788bd
L
10175
10176
252b5132
RH
10177# On some systems, the system header files may not declare malloc, realloc,
10178# and free. There are places where gas needs these functions to have been
10179# declared -- such as when taking their addresses.
10180gas_test_headers="
10181#ifdef HAVE_MEMORY_H
10182#include <memory.h>
10183#endif
10184#ifdef HAVE_STRING_H
10185#include <string.h>
10186#else
10187#ifdef HAVE_STRINGS_H
10188#include <strings.h>
10189#endif
10190#endif
10191#ifdef HAVE_STDLIB_H
10192#include <stdlib.h>
10193#endif
10194#ifdef HAVE_UNISTD_H
10195#include <unistd.h>
10196#endif
10197"
10198
13b2be9c
DJ
10199echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
10200echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
10201if test "${gas_cv_decl_needed_strstr+set}" = set; then
10202 echo $ECHO_N "(cached) $ECHO_C" >&6
10203else
10204 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10205/* confdefs.h. */
10206_ACEOF
10207cat confdefs.h >>conftest.$ac_ext
10208cat >>conftest.$ac_ext <<_ACEOF
10209/* end confdefs.h. */
252b5132 10210$gas_test_headers
13b2be9c
DJ
10211int
10212main ()
10213{
252b5132
RH
10214
10215typedef char *(*f)();
10216f x;
10217x = (f) strstr;
10218
13b2be9c
DJ
10219 ;
10220 return 0;
10221}
10222_ACEOF
10223rm -f conftest.$ac_objext conftest$ac_exeext
10224if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10225 (eval $ac_link) 2>conftest.er1
13b2be9c 10226 ac_status=$?
ab509236
L
10227 grep -v '^ *+' conftest.er1 >conftest.err
10228 rm -f conftest.er1
10229 cat conftest.err >&5
13b2be9c
DJ
10230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10231 (exit $ac_status); } &&
7499d566
NC
10232 { ac_try='test -z "$ac_c_werror_flag"
10233 || test ! -s conftest.err'
ab509236
L
10234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10235 (eval $ac_try) 2>&5
10236 ac_status=$?
10237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238 (exit $ac_status); }; } &&
10239 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10241 (eval $ac_try) 2>&5
10242 ac_status=$?
10243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10244 (exit $ac_status); }; }; then
252b5132
RH
10245 gas_cv_decl_needed_strstr=no
10246else
13b2be9c
DJ
10247 echo "$as_me: failed program was:" >&5
10248sed 's/^/| /' conftest.$ac_ext >&5
10249
10250gas_cv_decl_needed_strstr=yes
252b5132 10251fi
ab509236
L
10252rm -f conftest.err conftest.$ac_objext \
10253 conftest$ac_exeext conftest.$ac_ext
252b5132 10254fi
13b2be9c
DJ
10255echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
10256echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
252b5132 10257if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c
DJ
10258
10259cat >>confdefs.h <<\_ACEOF
252b5132 10260#define NEED_DECLARATION_STRSTR 1
13b2be9c
DJ
10261_ACEOF
10262
10263fi
10264
10265
10266echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
10267echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
10268if test "${gas_cv_decl_needed_malloc+set}" = set; then
10269 echo $ECHO_N "(cached) $ECHO_C" >&6
10270else
10271 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10272/* confdefs.h. */
10273_ACEOF
10274cat confdefs.h >>conftest.$ac_ext
10275cat >>conftest.$ac_ext <<_ACEOF
10276/* end confdefs.h. */
10277$gas_test_headers
10278int
10279main ()
10280{
10281
10282typedef char *(*f)();
10283f x;
10284x = (f) malloc;
10285
10286 ;
10287 return 0;
10288}
10289_ACEOF
10290rm -f conftest.$ac_objext conftest$ac_exeext
10291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10292 (eval $ac_link) 2>conftest.er1
13b2be9c 10293 ac_status=$?
ab509236
L
10294 grep -v '^ *+' conftest.er1 >conftest.err
10295 rm -f conftest.er1
10296 cat conftest.err >&5
13b2be9c
DJ
10297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10298 (exit $ac_status); } &&
7499d566
NC
10299 { ac_try='test -z "$ac_c_werror_flag"
10300 || test ! -s conftest.err'
ab509236
L
10301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10302 (eval $ac_try) 2>&5
10303 ac_status=$?
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); }; } &&
10306 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10308 (eval $ac_try) 2>&5
10309 ac_status=$?
10310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10311 (exit $ac_status); }; }; then
10312 gas_cv_decl_needed_malloc=no
10313else
10314 echo "$as_me: failed program was:" >&5
10315sed 's/^/| /' conftest.$ac_ext >&5
10316
10317gas_cv_decl_needed_malloc=yes
10318fi
ab509236
L
10319rm -f conftest.err conftest.$ac_objext \
10320 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10321fi
10322echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
10323echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
10324if test $gas_cv_decl_needed_malloc = yes; then
10325
10326cat >>confdefs.h <<\_ACEOF
10327#define NEED_DECLARATION_MALLOC 1
10328_ACEOF
10329
10330fi
10331
10332
10333echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
10334echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
10335if test "${gas_cv_decl_needed_free+set}" = set; then
10336 echo $ECHO_N "(cached) $ECHO_C" >&6
10337else
10338 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10339/* confdefs.h. */
10340_ACEOF
10341cat confdefs.h >>conftest.$ac_ext
10342cat >>conftest.$ac_ext <<_ACEOF
10343/* end confdefs.h. */
10344$gas_test_headers
10345int
10346main ()
10347{
10348
10349typedef void (*f)();
10350f x;
10351x = (f) free;
10352
10353 ;
10354 return 0;
10355}
10356_ACEOF
10357rm -f conftest.$ac_objext conftest$ac_exeext
10358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10359 (eval $ac_link) 2>conftest.er1
13b2be9c 10360 ac_status=$?
ab509236
L
10361 grep -v '^ *+' conftest.er1 >conftest.err
10362 rm -f conftest.er1
10363 cat conftest.err >&5
13b2be9c
DJ
10364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); } &&
7499d566
NC
10366 { ac_try='test -z "$ac_c_werror_flag"
10367 || test ! -s conftest.err'
ab509236
L
10368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10369 (eval $ac_try) 2>&5
10370 ac_status=$?
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); }; } &&
10373 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10375 (eval $ac_try) 2>&5
10376 ac_status=$?
10377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10378 (exit $ac_status); }; }; then
10379 gas_cv_decl_needed_free=no
10380else
10381 echo "$as_me: failed program was:" >&5
10382sed 's/^/| /' conftest.$ac_ext >&5
10383
10384gas_cv_decl_needed_free=yes
10385fi
ab509236
L
10386rm -f conftest.err conftest.$ac_objext \
10387 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10388fi
10389echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
10390echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
10391if test $gas_cv_decl_needed_free = yes; then
10392
10393cat >>confdefs.h <<\_ACEOF
10394#define NEED_DECLARATION_FREE 1
10395_ACEOF
10396
10397fi
10398
10399
10400echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
10401echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
10402if test "${gas_cv_decl_needed_sbrk+set}" = set; then
10403 echo $ECHO_N "(cached) $ECHO_C" >&6
10404else
10405 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10406/* confdefs.h. */
10407_ACEOF
10408cat confdefs.h >>conftest.$ac_ext
10409cat >>conftest.$ac_ext <<_ACEOF
10410/* end confdefs.h. */
10411$gas_test_headers
10412int
10413main ()
10414{
10415
10416typedef char *(*f)();
10417f x;
10418x = (f) sbrk;
10419
10420 ;
10421 return 0;
10422}
10423_ACEOF
10424rm -f conftest.$ac_objext conftest$ac_exeext
10425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10426 (eval $ac_link) 2>conftest.er1
13b2be9c 10427 ac_status=$?
ab509236
L
10428 grep -v '^ *+' conftest.er1 >conftest.err
10429 rm -f conftest.er1
10430 cat conftest.err >&5
13b2be9c
DJ
10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10432 (exit $ac_status); } &&
7499d566
NC
10433 { ac_try='test -z "$ac_c_werror_flag"
10434 || test ! -s conftest.err'
ab509236
L
10435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10436 (eval $ac_try) 2>&5
10437 ac_status=$?
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 (exit $ac_status); }; } &&
10440 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10442 (eval $ac_try) 2>&5
10443 ac_status=$?
10444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10445 (exit $ac_status); }; }; then
10446 gas_cv_decl_needed_sbrk=no
10447else
10448 echo "$as_me: failed program was:" >&5
10449sed 's/^/| /' conftest.$ac_ext >&5
10450
10451gas_cv_decl_needed_sbrk=yes
10452fi
ab509236
L
10453rm -f conftest.err conftest.$ac_objext \
10454 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10455fi
10456echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
10457echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
10458if test $gas_cv_decl_needed_sbrk = yes; then
10459
10460cat >>confdefs.h <<\_ACEOF
10461#define NEED_DECLARATION_SBRK 1
10462_ACEOF
10463
10464fi
10465
10466
10467echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
10468echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
10469if test "${gas_cv_decl_needed_environ+set}" = set; then
10470 echo $ECHO_N "(cached) $ECHO_C" >&6
10471else
10472 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10473/* confdefs.h. */
10474_ACEOF
10475cat confdefs.h >>conftest.$ac_ext
10476cat >>conftest.$ac_ext <<_ACEOF
10477/* end confdefs.h. */
10478$gas_test_headers
10479int
10480main ()
10481{
10482
10483typedef char **f;
10484f x;
10485x = (f) environ;
10486
10487 ;
10488 return 0;
10489}
10490_ACEOF
10491rm -f conftest.$ac_objext conftest$ac_exeext
10492if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10493 (eval $ac_link) 2>conftest.er1
13b2be9c 10494 ac_status=$?
ab509236
L
10495 grep -v '^ *+' conftest.er1 >conftest.err
10496 rm -f conftest.er1
10497 cat conftest.err >&5
13b2be9c
DJ
10498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10499 (exit $ac_status); } &&
7499d566
NC
10500 { ac_try='test -z "$ac_c_werror_flag"
10501 || test ! -s conftest.err'
ab509236
L
10502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10503 (eval $ac_try) 2>&5
10504 ac_status=$?
10505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); }; } &&
10507 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10509 (eval $ac_try) 2>&5
10510 ac_status=$?
10511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10512 (exit $ac_status); }; }; then
10513 gas_cv_decl_needed_environ=no
10514else
10515 echo "$as_me: failed program was:" >&5
10516sed 's/^/| /' conftest.$ac_ext >&5
10517
10518gas_cv_decl_needed_environ=yes
10519fi
ab509236
L
10520rm -f conftest.err conftest.$ac_objext \
10521 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10522fi
10523echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
10524echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
10525if test $gas_cv_decl_needed_environ = yes; then
10526
10527cat >>confdefs.h <<\_ACEOF
10528#define NEED_DECLARATION_ENVIRON 1
10529_ACEOF
10530
10531fi
10532
10533
10534# Does errno.h declare errno, or do we have to add a separate declaration
10535# for it?
10536
10537echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
10538echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
10539if test "${gas_cv_decl_needed_errno+set}" = set; then
10540 echo $ECHO_N "(cached) $ECHO_C" >&6
10541else
10542 cat >conftest.$ac_ext <<_ACEOF
13b2be9c
DJ
10543/* confdefs.h. */
10544_ACEOF
10545cat confdefs.h >>conftest.$ac_ext
10546cat >>conftest.$ac_ext <<_ACEOF
10547/* end confdefs.h. */
10548
10549#ifdef HAVE_ERRNO_H
10550#include <errno.h>
10551#endif
10552
10553int
10554main ()
10555{
10556
10557typedef int f;
10558f x;
10559x = (f) errno;
10560
10561 ;
10562 return 0;
10563}
10564_ACEOF
10565rm -f conftest.$ac_objext conftest$ac_exeext
10566if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ab509236 10567 (eval $ac_link) 2>conftest.er1
13b2be9c 10568 ac_status=$?
ab509236
L
10569 grep -v '^ *+' conftest.er1 >conftest.err
10570 rm -f conftest.er1
10571 cat conftest.err >&5
13b2be9c
DJ
10572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10573 (exit $ac_status); } &&
7499d566
NC
10574 { ac_try='test -z "$ac_c_werror_flag"
10575 || test ! -s conftest.err'
ab509236
L
10576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10577 (eval $ac_try) 2>&5
10578 ac_status=$?
10579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10580 (exit $ac_status); }; } &&
10581 { ac_try='test -s conftest$ac_exeext'
13b2be9c
DJ
10582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10583 (eval $ac_try) 2>&5
10584 ac_status=$?
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); }; }; then
10587 gas_cv_decl_needed_errno=no
10588else
10589 echo "$as_me: failed program was:" >&5
10590sed 's/^/| /' conftest.$ac_ext >&5
10591
10592gas_cv_decl_needed_errno=yes
10593fi
ab509236
L
10594rm -f conftest.err conftest.$ac_objext \
10595 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
10596fi
10597echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
10598echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
10599if test $gas_cv_decl_needed_errno = yes; then
10600
10601cat >>confdefs.h <<\_ACEOF
10602#define NEED_DECLARATION_ERRNO 1
10603_ACEOF
10604
10605fi
10606
10607
10608
10609
10610 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10611
10612 ac_config_commands="$ac_config_commands default"
10613
10614
10615cat >confcache <<\_ACEOF
10616# This file is a shell script that caches the results of configure
10617# tests run on this system so they can be shared between configure
10618# scripts and configure runs, see configure's option --config-cache.
10619# It is not useful on other systems. If it contains results you don't
10620# want to keep, you may remove or edit it.
10621#
10622# config.status only pays attention to the cache file if you give it
10623# the --recheck option to rerun configure.
10624#
10625# `ac_cv_env_foo' variables (set or unset) will be overridden when
10626# loading this file, other *unset* `ac_cv_foo' will be assigned the
10627# following values.
10628
10629_ACEOF
10630
10631# The following way of writing the cache mishandles newlines in values,
10632# but we know of no workaround that is simple, portable, and efficient.
10633# So, don't put newlines in cache variables' values.
10634# Ultrix sh set writes to stderr and can't be redirected directly,
10635# and sets the high bit in the cache file unless we assign to the vars.
10636{
10637 (set) 2>&1 |
10638 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10639 *ac_space=\ *)
10640 # `set' does not quote correctly, so add quotes (double-quote
10641 # substitution turns \\\\ into \\, and sed turns \\ into \).
10642 sed -n \
ab509236
L
10643 "s/'/'\\\\''/g;
10644 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13b2be9c
DJ
10645 ;;
10646 *)
10647 # `set' quotes correctly as required by POSIX, so do not add quotes.
10648 sed -n \
ab509236 10649 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
13b2be9c
DJ
10650 ;;
10651 esac;
10652} |
10653 sed '
10654 t clear
10655 : clear
10656 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10657 t end
10658 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10659 : end' >>confcache
10660if diff $cache_file confcache >/dev/null 2>&1; then :; else
10661 if test -w $cache_file; then
10662 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10663 cat confcache >$cache_file
10664 else
10665 echo "not updating unwritable cache $cache_file"
10666 fi
10667fi
10668rm -f confcache
10669
10670test "x$prefix" = xNONE && prefix=$ac_default_prefix
10671# Let make expand exec_prefix.
10672test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10673
10674# VPATH may cause trouble with some makes, so we remove $(srcdir),
10675# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10676# trailing colons and then remove the whole line if VPATH becomes empty
10677# (actually we leave an empty line to preserve line numbers).
10678if test "x$srcdir" = x.; then
ab509236 10679 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13b2be9c
DJ
10680s/:*\$(srcdir):*/:/;
10681s/:*\${srcdir}:*/:/;
10682s/:*@srcdir@:*/:/;
ab509236 10683s/^\([^=]*=[ ]*\):*/\1/;
13b2be9c 10684s/:*$//;
ab509236 10685s/^[^=]*=[ ]*$//;
13b2be9c
DJ
10686}'
10687fi
10688
10689DEFS=-DHAVE_CONFIG_H
10690
10691ac_libobjs=
10692ac_ltlibobjs=
10693for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10694 # 1. Remove the extension, and $U if already installed.
10695 ac_i=`echo "$ac_i" |
ab509236 10696 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
13b2be9c
DJ
10697 # 2. Add them.
10698 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10699 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10700done
10701LIBOBJS=$ac_libobjs
10702
10703LTLIBOBJS=$ac_ltlibobjs
10704
10705
10706if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10707 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10708Usually this means the macro was only invoked conditionally." >&5
10709echo "$as_me: error: conditional \"AMDEP\" was never defined.
10710Usually this means the macro was only invoked conditionally." >&2;}
10711 { (exit 1); exit 1; }; }
10712fi
10713if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10714 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10715Usually this means the macro was only invoked conditionally." >&5
10716echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10717Usually this means the macro was only invoked conditionally." >&2;}
10718 { (exit 1); exit 1; }; }
10719fi
10720if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10721 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10722Usually this means the macro was only invoked conditionally." >&5
10723echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10724Usually this means the macro was only invoked conditionally." >&2;}
10725 { (exit 1); exit 1; }; }
10726fi
10727
10728: ${CONFIG_STATUS=./config.status}
10729ac_clean_files_save=$ac_clean_files
10730ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10731{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10732echo "$as_me: creating $CONFIG_STATUS" >&6;}
10733cat >$CONFIG_STATUS <<_ACEOF
10734#! $SHELL
10735# Generated by $as_me.
10736# Run this file to recreate the current configuration.
10737# Compiler output produced by configure, useful for debugging
10738# configure, is in config.log if it exists.
10739
10740debug=false
10741ac_cs_recheck=false
10742ac_cs_silent=false
10743SHELL=\${CONFIG_SHELL-$SHELL}
10744_ACEOF
10745
10746cat >>$CONFIG_STATUS <<\_ACEOF
10747## --------------------- ##
10748## M4sh Initialization. ##
10749## --------------------- ##
10750
10751# Be Bourne compatible
10752if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10753 emulate sh
10754 NULLCMD=:
10755 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10756 # is contrary to our usage. Disable this feature.
10757 alias -g '${1+"$@"}'='"$@"'
10758elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10759 set -o posix
10760fi
ab509236 10761DUALCASE=1; export DUALCASE # for MKS sh
13b2be9c
DJ
10762
10763# Support unset when possible.
ab509236 10764if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13b2be9c
DJ
10765 as_unset=unset
10766else
10767 as_unset=false
10768fi
10769
10770
10771# Work around bugs in pre-3.0 UWIN ksh.
10772$as_unset ENV MAIL MAILPATH
10773PS1='$ '
10774PS2='> '
10775PS4='+ '
10776
10777# NLS nuisances.
10778for as_var in \
10779 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10780 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10781 LC_TELEPHONE LC_TIME
10782do
ab509236 10783 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13b2be9c
DJ
10784 eval $as_var=C; export $as_var
10785 else
10786 $as_unset $as_var
10787 fi
10788done
10789
10790# Required to use basename.
10791if expr a : '\(a\)' >/dev/null 2>&1; then
10792 as_expr=expr
10793else
10794 as_expr=false
10795fi
10796
10797if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10798 as_basename=basename
10799else
10800 as_basename=false
10801fi
10802
10803
10804# Name of the executable.
10805as_me=`$as_basename "$0" ||
10806$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10807 X"$0" : 'X\(//\)$' \| \
10808 X"$0" : 'X\(/\)$' \| \
10809 . : '\(.\)' 2>/dev/null ||
10810echo X/"$0" |
10811 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10812 /^X\/\(\/\/\)$/{ s//\1/; q; }
10813 /^X\/\(\/\).*/{ s//\1/; q; }
10814 s/.*/./; q'`
10815
10816
10817# PATH needs CR, and LINENO needs CR and PATH.
10818# Avoid depending upon Character Ranges.
10819as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10820as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10821as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10822as_cr_digits='0123456789'
10823as_cr_alnum=$as_cr_Letters$as_cr_digits
10824
10825# The user is always right.
10826if test "${PATH_SEPARATOR+set}" != set; then
10827 echo "#! /bin/sh" >conf$$.sh
10828 echo "exit 0" >>conf$$.sh
10829 chmod +x conf$$.sh
10830 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10831 PATH_SEPARATOR=';'
10832 else
10833 PATH_SEPARATOR=:
10834 fi
10835 rm -f conf$$.sh
10836fi
10837
10838
10839 as_lineno_1=$LINENO
10840 as_lineno_2=$LINENO
10841 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10842 test "x$as_lineno_1" != "x$as_lineno_2" &&
10843 test "x$as_lineno_3" = "x$as_lineno_2" || {
10844 # Find who we are. Look in the path if we contain no path at all
10845 # relative or not.
10846 case $0 in
10847 *[\\/]* ) as_myself=$0 ;;
10848 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10849for as_dir in $PATH
10850do
10851 IFS=$as_save_IFS
10852 test -z "$as_dir" && as_dir=.
10853 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10854done
252b5132 10855
13b2be9c
DJ
10856 ;;
10857 esac
10858 # We did not find ourselves, most probably we were run as `sh COMMAND'
10859 # in which case we are not to be found in the path.
10860 if test "x$as_myself" = x; then
10861 as_myself=$0
10862 fi
10863 if test ! -f "$as_myself"; then
10864 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10865echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10866 { (exit 1); exit 1; }; }
10867 fi
10868 case $CONFIG_SHELL in
10869 '')
10870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10871for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10872do
10873 IFS=$as_save_IFS
10874 test -z "$as_dir" && as_dir=.
10875 for as_base in sh bash ksh sh5; do
10876 case $as_dir in
10877 /*)
10878 if ("$as_dir/$as_base" -c '
10879 as_lineno_1=$LINENO
10880 as_lineno_2=$LINENO
10881 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10882 test "x$as_lineno_1" != "x$as_lineno_2" &&
10883 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10884 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10885 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10886 CONFIG_SHELL=$as_dir/$as_base
10887 export CONFIG_SHELL
10888 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10889 fi;;
10890 esac
10891 done
10892done
10893;;
10894 esac
252b5132 10895
13b2be9c
DJ
10896 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10897 # uniformly replaced by the line number. The first 'sed' inserts a
10898 # line-number line before each line; the second 'sed' does the real
10899 # work. The second script uses 'N' to pair each line-number line
10900 # with the numbered line, and appends trailing '-' during
10901 # substitution so that $LINENO is not a special case at line end.
10902 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10903 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10904 sed '=' <$as_myself |
10905 sed '
10906 N
10907 s,$,-,
10908 : loop
10909 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10910 t loop
10911 s,-$,,
10912 s,^['$as_cr_digits']*\n,,
10913 ' >$as_me.lineno &&
10914 chmod +x $as_me.lineno ||
10915 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10916echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10917 { (exit 1); exit 1; }; }
10918
10919 # Don't try to exec as it changes $[0], causing all sort of problems
10920 # (the dirname of $[0] is not the place where we might find the
10921 # original and so on. Autoconf is especially sensible to this).
10922 . ./$as_me.lineno
10923 # Exit status is that of the last command.
10924 exit
10925}
d6d788bd 10926
252b5132 10927
13b2be9c
DJ
10928case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10929 *c*,-n*) ECHO_N= ECHO_C='
10930' ECHO_T=' ' ;;
10931 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10932 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10933esac
252b5132 10934
13b2be9c
DJ
10935if expr a : '\(a\)' >/dev/null 2>&1; then
10936 as_expr=expr
252b5132 10937else
13b2be9c 10938 as_expr=false
252b5132 10939fi
252b5132 10940
13b2be9c
DJ
10941rm -f conf$$ conf$$.exe conf$$.file
10942echo >conf$$.file
10943if ln -s conf$$.file conf$$ 2>/dev/null; then
10944 # We could just check for DJGPP; but this test a) works b) is more generic
10945 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10946 if test -f conf$$.exe; then
10947 # Don't use ln at all; we don't have any links
10948 as_ln_s='cp -p'
10949 else
10950 as_ln_s='ln -s'
10951 fi
10952elif ln conf$$.file conf$$ 2>/dev/null; then
10953 as_ln_s=ln
10954else
10955 as_ln_s='cp -p'
252b5132 10956fi
13b2be9c 10957rm -f conf$$ conf$$.exe conf$$.file
252b5132 10958
13b2be9c
DJ
10959if mkdir -p . 2>/dev/null; then
10960 as_mkdir_p=:
252b5132 10961else
ab509236 10962 test -d ./-p && rmdir ./-p
13b2be9c
DJ
10963 as_mkdir_p=false
10964fi
252b5132 10965
13b2be9c 10966as_executable_p="test -f"
252b5132 10967
13b2be9c 10968# Sed expression to map a string onto a valid CPP name.
ab509236 10969as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 10970
13b2be9c 10971# Sed expression to map a string onto a valid variable name.
ab509236 10972as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 10973
d6d788bd 10974
13b2be9c
DJ
10975# IFS
10976# We need space, tab and new line, in precisely that order.
10977as_nl='
10978'
10979IFS=" $as_nl"
252b5132 10980
13b2be9c
DJ
10981# CDPATH.
10982$as_unset CDPATH
252b5132 10983
13b2be9c 10984exec 6>&1
252b5132 10985
13b2be9c
DJ
10986# Open the log real soon, to keep \$[0] and so on meaningful, and to
10987# report actual input values of CONFIG_FILES etc. instead of their
10988# values after options handling. Logging --version etc. is OK.
10989exec 5>>config.log
10990{
10991 echo
10992 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10993## Running $as_me. ##
10994_ASBOX
10995} >&5
10996cat >&5 <<_CSEOF
252b5132 10997
13b2be9c 10998This file was extended by $as_me, which was
ab509236 10999generated by GNU Autoconf 2.59. Invocation command line was
d6d788bd 11000
13b2be9c
DJ
11001 CONFIG_FILES = $CONFIG_FILES
11002 CONFIG_HEADERS = $CONFIG_HEADERS
11003 CONFIG_LINKS = $CONFIG_LINKS
11004 CONFIG_COMMANDS = $CONFIG_COMMANDS
11005 $ $0 $@
252b5132 11006
13b2be9c
DJ
11007_CSEOF
11008echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11009echo >&5
11010_ACEOF
252b5132 11011
13b2be9c
DJ
11012# Files that config.status was made for.
11013if test -n "$ac_config_files"; then
11014 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132 11015fi
13b2be9c
DJ
11016
11017if test -n "$ac_config_headers"; then
11018 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
252b5132 11019fi
252b5132 11020
13b2be9c
DJ
11021if test -n "$ac_config_links"; then
11022 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132
RH
11023fi
11024
13b2be9c
DJ
11025if test -n "$ac_config_commands"; then
11026 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11027fi
d6d788bd 11028
13b2be9c 11029cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 11030
13b2be9c
DJ
11031ac_cs_usage="\
11032\`$as_me' instantiates files from templates according to the
11033current configuration.
252b5132 11034
13b2be9c 11035Usage: $0 [OPTIONS] [FILE]...
252b5132 11036
13b2be9c
DJ
11037 -h, --help print this help, then exit
11038 -V, --version print version number, then exit
11039 -q, --quiet do not print progress messages
11040 -d, --debug don't remove temporary files
11041 --recheck update $as_me by reconfiguring in the same conditions
11042 --file=FILE[:TEMPLATE]
ab509236 11043 instantiate the configuration file FILE
13b2be9c 11044 --header=FILE[:TEMPLATE]
ab509236 11045 instantiate the configuration header FILE
252b5132 11046
13b2be9c
DJ
11047Configuration files:
11048$config_files
252b5132 11049
13b2be9c
DJ
11050Configuration headers:
11051$config_headers
252b5132 11052
13b2be9c
DJ
11053Configuration commands:
11054$config_commands
252b5132 11055
13b2be9c
DJ
11056Report bugs to <bug-autoconf@gnu.org>."
11057_ACEOF
d6d788bd 11058
13b2be9c
DJ
11059cat >>$CONFIG_STATUS <<_ACEOF
11060ac_cs_version="\\
11061config.status
ab509236 11062configured by $0, generated by GNU Autoconf 2.59,
13b2be9c 11063 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 11064
ab509236 11065Copyright (C) 2003 Free Software Foundation, Inc.
13b2be9c
DJ
11066This config.status script is free software; the Free Software Foundation
11067gives unlimited permission to copy, distribute and modify it."
11068srcdir=$srcdir
11069INSTALL="$INSTALL"
11070_ACEOF
d6d788bd 11071
13b2be9c
DJ
11072cat >>$CONFIG_STATUS <<\_ACEOF
11073# If no file are specified by the user, then we need to provide default
11074# value. By we need to know if files were specified by the user.
11075ac_need_defaults=:
11076while test $# != 0
11077do
11078 case $1 in
11079 --*=*)
11080 ac_option=`expr "x$1" : 'x\([^=]*\)='`
11081 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
11082 ac_shift=:
c8615825 11083 ;;
13b2be9c
DJ
11084 -*)
11085 ac_option=$1
11086 ac_optarg=$2
11087 ac_shift=shift
c8615825 11088 ;;
13b2be9c
DJ
11089 *) # This is not an option, so the user has probably given explicit
11090 # arguments.
11091 ac_option=$1
11092 ac_need_defaults=false;;
11093 esac
252b5132 11094
13b2be9c
DJ
11095 case $ac_option in
11096 # Handling of the options.
11097_ACEOF
11098cat >>$CONFIG_STATUS <<\_ACEOF
11099 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11100 ac_cs_recheck=: ;;
11101 --version | --vers* | -V )
11102 echo "$ac_cs_version"; exit 0 ;;
11103 --he | --h)
11104 # Conflict between --help and --header
11105 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11106Try \`$0 --help' for more information." >&5
11107echo "$as_me: error: ambiguous option: $1
11108Try \`$0 --help' for more information." >&2;}
11109 { (exit 1); exit 1; }; };;
11110 --help | --hel | -h )
11111 echo "$ac_cs_usage"; exit 0 ;;
11112 --debug | --d* | -d )
11113 debug=: ;;
11114 --file | --fil | --fi | --f )
11115 $ac_shift
11116 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
11117 ac_need_defaults=false;;
11118 --header | --heade | --head | --hea )
11119 $ac_shift
11120 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
11121 ac_need_defaults=false;;
11122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11123 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11124 ac_cs_silent=: ;;
c8615825 11125
13b2be9c
DJ
11126 # This is an error.
11127 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11128Try \`$0 --help' for more information." >&5
11129echo "$as_me: error: unrecognized option: $1
11130Try \`$0 --help' for more information." >&2;}
11131 { (exit 1); exit 1; }; } ;;
252b5132 11132
13b2be9c 11133 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 11134
13b2be9c
DJ
11135 esac
11136 shift
11137done
252b5132 11138
13b2be9c 11139ac_configure_extra_args=
d6d788bd 11140
13b2be9c
DJ
11141if $ac_cs_silent; then
11142 exec 6>/dev/null
11143 ac_configure_extra_args="$ac_configure_extra_args --silent"
11144fi
9b2b7d69 11145
13b2be9c
DJ
11146_ACEOF
11147cat >>$CONFIG_STATUS <<_ACEOF
11148if \$ac_cs_recheck; then
11149 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11150 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11151fi
11152
11153_ACEOF
11154
11155cat >>$CONFIG_STATUS <<_ACEOF
9b2b7d69 11156#
13b2be9c 11157# INIT-COMMANDS section.
9b2b7d69
MM
11158#
11159
13b2be9c
DJ
11160AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11161target_cpu_type=${target_cpu_type}
11162 cgen_cpu_prefix=${cgen_cpu_prefix}
11163 obj_format=${obj_format}
11164 te_file=${te_file}
11165
11166_ACEOF
11167
11168
11169
11170cat >>$CONFIG_STATUS <<\_ACEOF
11171for ac_config_target in $ac_config_targets
9b2b7d69 11172do
13b2be9c
DJ
11173 case "$ac_config_target" in
11174 # Handling of arguments.
11175 "gdb.ini" ) CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
11176 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
11177 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11178 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
11179 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
11180 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11181 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
11182 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
11183 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11184echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11185 { (exit 1); exit 1; }; };;
9b2b7d69
MM
11186 esac
11187done
11188
13b2be9c
DJ
11189# If the user did not use the arguments to specify the items to instantiate,
11190# then the envvar interface is used. Set only those that are not.
11191# We use the long form for the default assignment because of an extremely
11192# bizarre bug on SunOS 4.1.3.
11193if $ac_need_defaults; then
11194 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11195 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11196 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11197fi
11198
11199# Have a temporary directory for convenience. Make it in the build tree
11200# simply because there is no reason to put it here, and in addition,
11201# creating and moving files from /tmp can sometimes cause problems.
11202# Create a temporary directory, and hook for its removal unless debugging.
11203$debug ||
11204{
11205 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11206 trap '{ (exit 1); exit 1; }' 1 2 13 15
11207}
9b2b7d69 11208
13b2be9c 11209# Create a (secure) tmp directory for tmp files.
9b2b7d69 11210
13b2be9c
DJ
11211{
11212 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11213 test -n "$tmp" && test -d "$tmp"
11214} ||
11215{
11216 tmp=./confstat$$-$RANDOM
11217 (umask 077 && mkdir $tmp)
11218} ||
11219{
11220 echo "$me: cannot create a temporary directory in ." >&2
11221 { (exit 1); exit 1; }
11222}
9b2b7d69 11223
13b2be9c
DJ
11224_ACEOF
11225
11226cat >>$CONFIG_STATUS <<_ACEOF
11227
11228#
11229# CONFIG_FILES section.
11230#
11231
11232# No need to generate the scripts if there are no CONFIG_FILES.
11233# This happens for instance when ./config.status config.h
11234if test -n "\$CONFIG_FILES"; then
11235 # Protect against being on the right side of a sed subst in config.status.
11236 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11237 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11238s,@SHELL@,$SHELL,;t t
11239s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11240s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11241s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11242s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11243s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11244s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11245s,@exec_prefix@,$exec_prefix,;t t
11246s,@prefix@,$prefix,;t t
11247s,@program_transform_name@,$program_transform_name,;t t
11248s,@bindir@,$bindir,;t t
11249s,@sbindir@,$sbindir,;t t
11250s,@libexecdir@,$libexecdir,;t t
11251s,@datadir@,$datadir,;t t
11252s,@sysconfdir@,$sysconfdir,;t t
11253s,@sharedstatedir@,$sharedstatedir,;t t
11254s,@localstatedir@,$localstatedir,;t t
11255s,@libdir@,$libdir,;t t
11256s,@includedir@,$includedir,;t t
11257s,@oldincludedir@,$oldincludedir,;t t
11258s,@infodir@,$infodir,;t t
11259s,@mandir@,$mandir,;t t
11260s,@build_alias@,$build_alias,;t t
11261s,@host_alias@,$host_alias,;t t
11262s,@target_alias@,$target_alias,;t t
11263s,@DEFS@,$DEFS,;t t
11264s,@ECHO_C@,$ECHO_C,;t t
11265s,@ECHO_N@,$ECHO_N,;t t
11266s,@ECHO_T@,$ECHO_T,;t t
11267s,@LIBS@,$LIBS,;t t
11268s,@build@,$build,;t t
11269s,@build_cpu@,$build_cpu,;t t
11270s,@build_vendor@,$build_vendor,;t t
11271s,@build_os@,$build_os,;t t
11272s,@host@,$host,;t t
11273s,@host_cpu@,$host_cpu,;t t
11274s,@host_vendor@,$host_vendor,;t t
11275s,@host_os@,$host_os,;t t
11276s,@target@,$target,;t t
11277s,@target_cpu@,$target_cpu,;t t
11278s,@target_vendor@,$target_vendor,;t t
11279s,@target_os@,$target_os,;t t
11280s,@CC@,$CC,;t t
11281s,@CFLAGS@,$CFLAGS,;t t
11282s,@LDFLAGS@,$LDFLAGS,;t t
11283s,@CPPFLAGS@,$CPPFLAGS,;t t
11284s,@ac_ct_CC@,$ac_ct_CC,;t t
11285s,@EXEEXT@,$EXEEXT,;t t
11286s,@OBJEXT@,$OBJEXT,;t t
11287s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11288s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11289s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11290s,@CYGPATH_W@,$CYGPATH_W,;t t
11291s,@PACKAGE@,$PACKAGE,;t t
11292s,@VERSION@,$VERSION,;t t
11293s,@ACLOCAL@,$ACLOCAL,;t t
11294s,@AUTOCONF@,$AUTOCONF,;t t
11295s,@AUTOMAKE@,$AUTOMAKE,;t t
11296s,@AUTOHEADER@,$AUTOHEADER,;t t
11297s,@MAKEINFO@,$MAKEINFO,;t t
13b2be9c
DJ
11298s,@install_sh@,$install_sh,;t t
11299s,@STRIP@,$STRIP,;t t
11300s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11301s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
ab509236 11302s,@mkdir_p@,$mkdir_p,;t t
13b2be9c
DJ
11303s,@AWK@,$AWK,;t t
11304s,@SET_MAKE@,$SET_MAKE,;t t
11305s,@am__leading_dot@,$am__leading_dot,;t t
8ea2b00f
AM
11306s,@AMTAR@,$AMTAR,;t t
11307s,@am__tar@,$am__tar,;t t
11308s,@am__untar@,$am__untar,;t t
13b2be9c
DJ
11309s,@DEPDIR@,$DEPDIR,;t t
11310s,@am__include@,$am__include,;t t
11311s,@am__quote@,$am__quote,;t t
11312s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11313s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11314s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11315s,@CCDEPMODE@,$CCDEPMODE,;t t
11316s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11317s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11318s,@LN_S@,$LN_S,;t t
11319s,@RANLIB@,$RANLIB,;t t
11320s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11321s,@LIBTOOL@,$LIBTOOL,;t t
11322s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
11323s,@GDBINIT@,$GDBINIT,;t t
11324s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
11325s,@extra_objects@,$extra_objects,;t t
11326s,@target_cpu_type@,$target_cpu_type,;t t
11327s,@obj_format@,$obj_format,;t t
11328s,@te_file@,$te_file,;t t
11329s,@install_tooldir@,$install_tooldir,;t t
11330s,@atof@,$atof,;t t
11331s,@BFDLIB@,$BFDLIB,;t t
11332s,@OPCODES_LIB@,$OPCODES_LIB,;t t
11333s,@BFDVER_H@,$BFDVER_H,;t t
11334s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
11335s,@YACC@,$YACC,;t t
11336s,@LEX@,$LEX,;t t
11337s,@LEXLIB@,$LEXLIB,;t t
11338s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
11339s,@CPP@,$CPP,;t t
11340s,@EGREP@,$EGREP,;t t
11341s,@ALLOCA@,$ALLOCA,;t t
11342s,@USE_NLS@,$USE_NLS,;t t
11343s,@MSGFMT@,$MSGFMT,;t t
11344s,@GMSGFMT@,$GMSGFMT,;t t
11345s,@XGETTEXT@,$XGETTEXT,;t t
11346s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
11347s,@CATALOGS@,$CATALOGS,;t t
11348s,@CATOBJEXT@,$CATOBJEXT,;t t
11349s,@DATADIRNAME@,$DATADIRNAME,;t t
11350s,@GMOFILES@,$GMOFILES,;t t
11351s,@INSTOBJEXT@,$INSTOBJEXT,;t t
11352s,@INTLDEPS@,$INTLDEPS,;t t
11353s,@INTLLIBS@,$INTLLIBS,;t t
11354s,@INTLOBJS@,$INTLOBJS,;t t
11355s,@POFILES@,$POFILES,;t t
11356s,@POSUB@,$POSUB,;t t
11357s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
11358s,@GT_NO@,$GT_NO,;t t
11359s,@GT_YES@,$GT_YES,;t t
11360s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
11361s,@l@,$l,;t t
11362s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11363s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11364s,@MAINT@,$MAINT,;t t
11365s,@LIBM@,$LIBM,;t t
11366s,@LIBOBJS@,$LIBOBJS,;t t
11367s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9b2b7d69
MM
11368CEOF
11369
13b2be9c
DJ
11370_ACEOF
11371
11372 cat >>$CONFIG_STATUS <<\_ACEOF
11373 # Split the substitutions into bite-sized pieces for seds with
11374 # small command number limits, like on Digital OSF/1 and HP-UX.
11375 ac_max_sed_lines=48
11376 ac_sed_frag=1 # Number of current file.
11377 ac_beg=1 # First line for current file.
11378 ac_end=$ac_max_sed_lines # Line after last line for current file.
11379 ac_more_lines=:
11380 ac_sed_cmds=
11381 while $ac_more_lines; do
11382 if test $ac_beg -gt 1; then
11383 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11384 else
11385 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11386 fi
11387 if test ! -s $tmp/subs.frag; then
11388 ac_more_lines=false
9b2b7d69 11389 else
13b2be9c
DJ
11390 # The purpose of the label and of the branching condition is to
11391 # speed up the sed processing (if there are no `@' at all, there
11392 # is no need to browse any of the substitutions).
11393 # These are the two extra sed commands mentioned above.
11394 (echo ':t
11395 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11396 if test -z "$ac_sed_cmds"; then
ab509236 11397 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c 11398 else
ab509236 11399 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13b2be9c
DJ
11400 fi
11401 ac_sed_frag=`expr $ac_sed_frag + 1`
11402 ac_beg=$ac_end
11403 ac_end=`expr $ac_end + $ac_max_sed_lines`
9b2b7d69 11404 fi
13b2be9c
DJ
11405 done
11406 if test -z "$ac_sed_cmds"; then
11407 ac_sed_cmds=cat
252b5132 11408 fi
13b2be9c 11409fi # test -n "$CONFIG_FILES"
252b5132 11410
13b2be9c
DJ
11411_ACEOF
11412cat >>$CONFIG_STATUS <<\_ACEOF
11413for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c8615825 11414 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11415 case $ac_file in
11416 - | *:- | *:-:* ) # input from stdin
ab509236
L
11417 cat >$tmp/stdin
11418 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11419 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11420 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11421 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11422 * ) ac_file_in=$ac_file.in ;;
252b5132 11423 esac
9b2b7d69 11424
13b2be9c
DJ
11425 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11426 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11427$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11428 X"$ac_file" : 'X\(//\)[^/]' \| \
11429 X"$ac_file" : 'X\(//\)$' \| \
11430 X"$ac_file" : 'X\(/\)' \| \
11431 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11432echo X"$ac_file" |
11433 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11434 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11435 /^X\(\/\/\)$/{ s//\1/; q; }
11436 /^X\(\/\).*/{ s//\1/; q; }
11437 s/.*/./; q'`
11438 { if $as_mkdir_p; then
11439 mkdir -p "$ac_dir"
c8615825 11440 else
13b2be9c
DJ
11441 as_dir="$ac_dir"
11442 as_dirs=
11443 while test ! -d "$as_dir"; do
11444 as_dirs="$as_dir $as_dirs"
11445 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11446$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11447 X"$as_dir" : 'X\(//\)[^/]' \| \
11448 X"$as_dir" : 'X\(//\)$' \| \
11449 X"$as_dir" : 'X\(/\)' \| \
11450 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11451echo X"$as_dir" |
11452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11453 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11454 /^X\(\/\/\)$/{ s//\1/; q; }
11455 /^X\(\/\).*/{ s//\1/; q; }
11456 s/.*/./; q'`
11457 done
11458 test ! -n "$as_dirs" || mkdir $as_dirs
11459 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11460echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11461 { (exit 1); exit 1; }; }; }
11462
11463 ac_builddir=.
11464
11465if test "$ac_dir" != .; then
11466 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11467 # A "../" for each directory in $ac_dir_suffix.
11468 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11469else
11470 ac_dir_suffix= ac_top_builddir=
11471fi
9b2b7d69 11472
13b2be9c
DJ
11473case $srcdir in
11474 .) # No --srcdir option. We are building in place.
11475 ac_srcdir=.
11476 if test -z "$ac_top_builddir"; then
11477 ac_top_srcdir=.
11478 else
11479 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11480 fi ;;
11481 [\\/]* | ?:[\\/]* ) # Absolute path.
11482 ac_srcdir=$srcdir$ac_dir_suffix;
11483 ac_top_srcdir=$srcdir ;;
9b2b7d69 11484 *) # Relative path.
13b2be9c
DJ
11485 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11486 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11487esac
ab509236
L
11488
11489# Do not use `cd foo && pwd` to compute absolute paths, because
11490# the directories may not exist.
11491case `pwd` in
11492.) ac_abs_builddir="$ac_dir";;
11493*)
11494 case "$ac_dir" in
11495 .) ac_abs_builddir=`pwd`;;
11496 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11497 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11498 esac;;
11499esac
11500case $ac_abs_builddir in
11501.) ac_abs_top_builddir=${ac_top_builddir}.;;
11502*)
11503 case ${ac_top_builddir}. in
11504 .) ac_abs_top_builddir=$ac_abs_builddir;;
11505 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11506 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11507 esac;;
11508esac
11509case $ac_abs_builddir in
11510.) ac_abs_srcdir=$ac_srcdir;;
11511*)
11512 case $ac_srcdir in
11513 .) ac_abs_srcdir=$ac_abs_builddir;;
11514 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11515 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11516 esac;;
11517esac
11518case $ac_abs_builddir in
11519.) ac_abs_top_srcdir=$ac_top_srcdir;;
11520*)
11521 case $ac_top_srcdir in
11522 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11523 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11524 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11525 esac;;
11526esac
252b5132 11527
9b2b7d69 11528
13b2be9c
DJ
11529 case $INSTALL in
11530 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11531 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c8615825 11532 esac
9b2b7d69 11533
7499d566
NC
11534 if test x"$ac_file" != x-; then
11535 { echo "$as_me:$LINENO: creating $ac_file" >&5
11536echo "$as_me: creating $ac_file" >&6;}
11537 rm -f "$ac_file"
11538 fi
13b2be9c
DJ
11539 # Let's still pretend it is `configure' which instantiates (i.e., don't
11540 # use $as_me), people would be surprised to read:
11541 # /* config.h. Generated by config.status. */
11542 if test x"$ac_file" = x-; then
11543 configure_input=
11544 else
11545 configure_input="$ac_file. "
11546 fi
11547 configure_input=$configure_input"Generated from `echo $ac_file_in |
ab509236 11548 sed 's,.*/,,'` by configure."
13b2be9c
DJ
11549
11550 # First look for the input files in the build tree, otherwise in the
11551 # src tree.
11552 ac_file_inputs=`IFS=:
11553 for f in $ac_file_in; do
11554 case $f in
11555 -) echo $tmp/stdin ;;
11556 [\\/$]*)
ab509236
L
11557 # Absolute (can't be DOS-style, as IFS=:)
11558 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11559echo "$as_me: error: cannot find input file: $f" >&2;}
11560 { (exit 1); exit 1; }; }
ab509236 11561 echo "$f";;
13b2be9c 11562 *) # Relative
ab509236
L
11563 if test -f "$f"; then
11564 # Build tree
11565 echo "$f"
11566 elif test -f "$srcdir/$f"; then
11567 # Source tree
11568 echo "$srcdir/$f"
11569 else
11570 # /dev/null tree
11571 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11572echo "$as_me: error: cannot find input file: $f" >&2;}
11573 { (exit 1); exit 1; }; }
ab509236 11574 fi;;
13b2be9c
DJ
11575 esac
11576 done` || { (exit 1); exit 1; }
11577_ACEOF
11578cat >>$CONFIG_STATUS <<_ACEOF
11579 sed "$ac_vpsub
11580$extrasub
11581_ACEOF
11582cat >>$CONFIG_STATUS <<\_ACEOF
11583:t
11584/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11585s,@configure_input@,$configure_input,;t t
11586s,@srcdir@,$ac_srcdir,;t t
11587s,@abs_srcdir@,$ac_abs_srcdir,;t t
11588s,@top_srcdir@,$ac_top_srcdir,;t t
11589s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11590s,@builddir@,$ac_builddir,;t t
11591s,@abs_builddir@,$ac_abs_builddir,;t t
11592s,@top_builddir@,$ac_top_builddir,;t t
11593s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11594s,@INSTALL@,$ac_INSTALL,;t t
11595" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11596 rm -f $tmp/stdin
11597 if test x"$ac_file" != x-; then
11598 mv $tmp/out $ac_file
11599 else
11600 cat $tmp/out
11601 rm -f $tmp/out
11602 fi
11603
11604done
11605_ACEOF
11606cat >>$CONFIG_STATUS <<\_ACEOF
11607
11608#
11609# CONFIG_HEADER section.
11610#
252b5132
RH
11611
11612# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11613# NAME is the cpp macro being defined and VALUE is the value it is being given.
11614#
11615# ac_d sets the value in "#define NAME VALUE" lines.
ab509236
L
11616ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11617ac_dB='[ ].*$,\1#\2'
13b2be9c
DJ
11618ac_dC=' '
11619ac_dD=',;t'
11620# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ab509236 11621ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13b2be9c 11622ac_uB='$,\1#\2define\3'
252b5132 11623ac_uC=' '
13b2be9c
DJ
11624ac_uD=',;t'
11625
11626for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 11627 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11628 case $ac_file in
11629 - | *:- | *:-:* ) # input from stdin
ab509236
L
11630 cat >$tmp/stdin
11631 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11632 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11633 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ab509236 11634 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13b2be9c 11635 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11636 esac
11637
13b2be9c
DJ
11638 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11639echo "$as_me: creating $ac_file" >&6;}
11640
11641 # First look for the input files in the build tree, otherwise in the
11642 # src tree.
11643 ac_file_inputs=`IFS=:
11644 for f in $ac_file_in; do
11645 case $f in
11646 -) echo $tmp/stdin ;;
11647 [\\/$]*)
ab509236
L
11648 # Absolute (can't be DOS-style, as IFS=:)
11649 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11650echo "$as_me: error: cannot find input file: $f" >&2;}
11651 { (exit 1); exit 1; }; }
ab509236
L
11652 # Do quote $f, to prevent DOS paths from being IFS'd.
11653 echo "$f";;
13b2be9c 11654 *) # Relative
ab509236
L
11655 if test -f "$f"; then
11656 # Build tree
11657 echo "$f"
11658 elif test -f "$srcdir/$f"; then
11659 # Source tree
11660 echo "$srcdir/$f"
11661 else
11662 # /dev/null tree
11663 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13b2be9c
DJ
11664echo "$as_me: error: cannot find input file: $f" >&2;}
11665 { (exit 1); exit 1; }; }
ab509236 11666 fi;;
13b2be9c
DJ
11667 esac
11668 done` || { (exit 1); exit 1; }
11669 # Remove the trailing spaces.
ab509236 11670 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13b2be9c
DJ
11671
11672_ACEOF
11673
11674# Transform confdefs.h into two sed scripts, `conftest.defines' and
11675# `conftest.undefs', that substitutes the proper values into
11676# config.h.in to produce config.h. The first handles `#define'
11677# templates, and the second `#undef' templates.
11678# And first: Protect against being on the right side of a sed subst in
11679# config.status. Protect against being in an unquoted here document
11680# in config.status.
11681rm -f conftest.defines conftest.undefs
11682# Using a here document instead of a string reduces the quoting nightmare.
11683# Putting comments in sed scripts is not portable.
11684#
11685# `end' is used to avoid that the second main sed command (meant for
11686# 0-ary CPP macros) applies to n-ary macro definitions.
11687# See the Autoconf documentation for `clear'.
11688cat >confdef2sed.sed <<\_ACEOF
11689s/[\\&,]/\\&/g
11690s,[\\$`],\\&,g
11691t clear
11692: clear
ab509236 11693s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13b2be9c 11694t end
ab509236 11695s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13b2be9c
DJ
11696: end
11697_ACEOF
11698# If some macros were called several times there might be several times
11699# the same #defines, which is useless. Nevertheless, we may not want to
11700# sort them, since we want the *last* AC-DEFINE to be honored.
11701uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11702sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11703rm -f confdef2sed.sed
252b5132
RH
11704
11705# This sed command replaces #undef with comments. This is necessary, for
11706# example, in the case of _POSIX_SOURCE, which is predefined and required
11707# on some systems where configure will not decide to define it.
13b2be9c 11708cat >>conftest.undefs <<\_ACEOF
ab509236 11709s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13b2be9c
DJ
11710_ACEOF
11711
11712# Break up conftest.defines because some shells have a limit on the size
11713# of here documents, and old seds have small limits too (100 cmds).
11714echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ab509236 11715echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13b2be9c
DJ
11716echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11717echo ' :' >>$CONFIG_STATUS
11718rm -f conftest.tail
11719while grep . conftest.defines >/dev/null
11720do
11721 # Write a limited-size here document to $tmp/defines.sed.
11722 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11723 # Speed up: don't consider the non `#define' lines.
ab509236 11724 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13b2be9c
DJ
11725 # Work around the forget-to-reset-the-flag bug.
11726 echo 't clr' >>$CONFIG_STATUS
11727 echo ': clr' >>$CONFIG_STATUS
11728 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11729 echo 'CEOF
11730 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11731 rm -f $tmp/in
11732 mv $tmp/out $tmp/in
11733' >>$CONFIG_STATUS
11734 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11735 rm -f conftest.defines
11736 mv conftest.tail conftest.defines
11737done
11738rm -f conftest.defines
11739echo ' fi # grep' >>$CONFIG_STATUS
11740echo >>$CONFIG_STATUS
252b5132 11741
13b2be9c
DJ
11742# Break up conftest.undefs because some shells have a limit on the size
11743# of here documents, and old seds have small limits too (100 cmds).
11744echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 11745rm -f conftest.tail
13b2be9c 11746while grep . conftest.undefs >/dev/null
252b5132 11747do
13b2be9c
DJ
11748 # Write a limited-size here document to $tmp/undefs.sed.
11749 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11750 # Speed up: don't consider the non `#undef'
ab509236 11751 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13b2be9c
DJ
11752 # Work around the forget-to-reset-the-flag bug.
11753 echo 't clr' >>$CONFIG_STATUS
11754 echo ': clr' >>$CONFIG_STATUS
11755 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 11756 echo 'CEOF
13b2be9c
DJ
11757 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11758 rm -f $tmp/in
11759 mv $tmp/out $tmp/in
11760' >>$CONFIG_STATUS
11761 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11762 rm -f conftest.undefs
11763 mv conftest.tail conftest.undefs
252b5132 11764done
13b2be9c
DJ
11765rm -f conftest.undefs
11766
11767cat >>$CONFIG_STATUS <<\_ACEOF
11768 # Let's still pretend it is `configure' which instantiates (i.e., don't
11769 # use $as_me), people would be surprised to read:
11770 # /* config.h. Generated by config.status. */
11771 if test x"$ac_file" = x-; then
11772 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 11773 else
13b2be9c
DJ
11774 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11775 fi
11776 cat $tmp/in >>$tmp/config.h
11777 rm -f $tmp/in
11778 if test x"$ac_file" != x-; then
11779 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11780 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11781echo "$as_me: $ac_file is unchanged" >&6;}
11782 else
11783 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11784$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11785 X"$ac_file" : 'X\(//\)[^/]' \| \
11786 X"$ac_file" : 'X\(//\)$' \| \
11787 X"$ac_file" : 'X\(/\)' \| \
11788 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11789echo X"$ac_file" |
11790 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11791 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11792 /^X\(\/\/\)$/{ s//\1/; q; }
11793 /^X\(\/\).*/{ s//\1/; q; }
11794 s/.*/./; q'`
11795 { if $as_mkdir_p; then
11796 mkdir -p "$ac_dir"
11797 else
11798 as_dir="$ac_dir"
11799 as_dirs=
11800 while test ! -d "$as_dir"; do
11801 as_dirs="$as_dir $as_dirs"
11802 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11803$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11804 X"$as_dir" : 'X\(//\)[^/]' \| \
11805 X"$as_dir" : 'X\(//\)$' \| \
11806 X"$as_dir" : 'X\(/\)' \| \
11807 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11808echo X"$as_dir" |
11809 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11810 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11811 /^X\(\/\/\)$/{ s//\1/; q; }
11812 /^X\(\/\).*/{ s//\1/; q; }
11813 s/.*/./; q'`
11814 done
11815 test ! -n "$as_dirs" || mkdir $as_dirs
11816 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11817echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11818 { (exit 1); exit 1; }; }; }
11819
11820 rm -f $ac_file
11821 mv $tmp/config.h $ac_file
9b2b7d69 11822 fi
13b2be9c
DJ
11823 else
11824 cat $tmp/config.h
11825 rm -f $tmp/config.h
9b2b7d69 11826 fi
13b2be9c
DJ
11827# Compute $ac_file's index in $config_headers.
11828_am_stamp_count=1
11829for _am_header in $config_headers :; do
11830 case $_am_header in
11831 $ac_file | $ac_file:* )
11832 break ;;
11833 * )
11834 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11835 esac
11836done
11837echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11838$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11839 X$ac_file : 'X\(//\)[^/]' \| \
11840 X$ac_file : 'X\(//\)$' \| \
11841 X$ac_file : 'X\(/\)' \| \
11842 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11843echo X$ac_file |
11844 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11845 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11846 /^X\(\/\/\)$/{ s//\1/; q; }
11847 /^X\(\/\).*/{ s//\1/; q; }
11848 s/.*/./; q'`/stamp-h$_am_stamp_count
11849done
11850_ACEOF
11851cat >>$CONFIG_STATUS <<\_ACEOF
6840198f 11852
13b2be9c
DJ
11853#
11854# CONFIG_COMMANDS section.
11855#
11856for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11857 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11858 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11859 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11860$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11861 X"$ac_dest" : 'X\(//\)[^/]' \| \
11862 X"$ac_dest" : 'X\(//\)$' \| \
11863 X"$ac_dest" : 'X\(/\)' \| \
11864 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11865echo X"$ac_dest" |
11866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11867 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11868 /^X\(\/\/\)$/{ s//\1/; q; }
11869 /^X\(\/\).*/{ s//\1/; q; }
11870 s/.*/./; q'`
ab509236
L
11871 { if $as_mkdir_p; then
11872 mkdir -p "$ac_dir"
11873 else
11874 as_dir="$ac_dir"
11875 as_dirs=
11876 while test ! -d "$as_dir"; do
11877 as_dirs="$as_dir $as_dirs"
11878 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11879$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11880 X"$as_dir" : 'X\(//\)[^/]' \| \
11881 X"$as_dir" : 'X\(//\)$' \| \
11882 X"$as_dir" : 'X\(/\)' \| \
11883 . : '\(.\)' 2>/dev/null ||
11884echo X"$as_dir" |
11885 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11886 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11887 /^X\(\/\/\)$/{ s//\1/; q; }
11888 /^X\(\/\).*/{ s//\1/; q; }
11889 s/.*/./; q'`
11890 done
11891 test ! -n "$as_dirs" || mkdir $as_dirs
11892 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11893echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11894 { (exit 1); exit 1; }; }; }
11895
13b2be9c
DJ
11896 ac_builddir=.
11897
11898if test "$ac_dir" != .; then
11899 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11900 # A "../" for each directory in $ac_dir_suffix.
11901 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11902else
11903 ac_dir_suffix= ac_top_builddir=
11904fi
11905
11906case $srcdir in
11907 .) # No --srcdir option. We are building in place.
11908 ac_srcdir=.
11909 if test -z "$ac_top_builddir"; then
11910 ac_top_srcdir=.
11911 else
11912 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11913 fi ;;
11914 [\\/]* | ?:[\\/]* ) # Absolute path.
11915 ac_srcdir=$srcdir$ac_dir_suffix;
11916 ac_top_srcdir=$srcdir ;;
11917 *) # Relative path.
11918 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11919 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11920esac
ab509236
L
11921
11922# Do not use `cd foo && pwd` to compute absolute paths, because
11923# the directories may not exist.
11924case `pwd` in
11925.) ac_abs_builddir="$ac_dir";;
11926*)
11927 case "$ac_dir" in
11928 .) ac_abs_builddir=`pwd`;;
11929 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11930 *) ac_abs_builddir=`pwd`/"$ac_dir";;
11931 esac;;
11932esac
11933case $ac_abs_builddir in
11934.) ac_abs_top_builddir=${ac_top_builddir}.;;
11935*)
11936 case ${ac_top_builddir}. in
11937 .) ac_abs_top_builddir=$ac_abs_builddir;;
11938 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11939 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11940 esac;;
11941esac
11942case $ac_abs_builddir in
11943.) ac_abs_srcdir=$ac_srcdir;;
11944*)
11945 case $ac_srcdir in
11946 .) ac_abs_srcdir=$ac_abs_builddir;;
11947 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11948 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11949 esac;;
11950esac
11951case $ac_abs_builddir in
11952.) ac_abs_top_srcdir=$ac_top_srcdir;;
11953*)
11954 case $ac_top_srcdir in
11955 .) ac_abs_top_srcdir=$ac_abs_builddir;;
11956 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11957 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11958 esac;;
11959esac
13b2be9c
DJ
11960
11961
11962 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11963echo "$as_me: executing $ac_dest commands" >&6;}
11964 case $ac_dest in
11965 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11966 # Strip MF so we end up with the name of the file.
11967 mf=`echo "$mf" | sed -e 's/:.*$//'`
11968 # Check whether this is an Automake generated Makefile or not.
11969 # We used to match only the files named `Makefile.in', but
11970 # some people rename them; so instead we look at the file content.
11971 # Grep'ing the first line is not enough: some people post-process
11972 # each Makefile.in and add a new line on top of each file to say so.
11973 # So let's grep whole file.
11974 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11975 dirpart=`(dirname "$mf") 2>/dev/null ||
11976$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
11977 X"$mf" : 'X\(//\)[^/]' \| \
11978 X"$mf" : 'X\(//\)$' \| \
11979 X"$mf" : 'X\(/\)' \| \
11980 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
11981echo X"$mf" |
11982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11983 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11984 /^X\(\/\/\)$/{ s//\1/; q; }
11985 /^X\(\/\).*/{ s//\1/; q; }
11986 s/.*/./; q'`
11987 else
11988 continue
11989 fi
8ea2b00f
AM
11990 # Extract the definition of DEPDIR, am__include, and am__quote
11991 # from the Makefile without running `make'.
4b363073 11992 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13b2be9c 11993 test -z "$DEPDIR" && continue
8ea2b00f
AM
11994 am__include=`sed -n 's/^am__include = //p' < "$mf"`
11995 test -z "am__include" && continue
11996 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13b2be9c 11997 # When using ansi2knr, U may be empty or an underscore; expand it
4b363073 11998 U=`sed -n 's/^U = //p' < "$mf"`
8ea2b00f
AM
11999 # Find all dependency output files, they are included files with
12000 # $(DEPDIR) in their names. We invoke sed twice because it is the
12001 # simplest approach to changing $(DEPDIR) to its actual value in the
12002 # expansion.
12003 for file in `sed -n "
12004 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13b2be9c
DJ
12005 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12006 # Make sure the directory exists.
12007 test -f "$dirpart/$file" && continue
12008 fdir=`(dirname "$file") 2>/dev/null ||
12009$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12010 X"$file" : 'X\(//\)[^/]' \| \
12011 X"$file" : 'X\(//\)$' \| \
12012 X"$file" : 'X\(/\)' \| \
12013 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12014echo X"$file" |
12015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12016 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12017 /^X\(\/\/\)$/{ s//\1/; q; }
12018 /^X\(\/\).*/{ s//\1/; q; }
12019 s/.*/./; q'`
12020 { if $as_mkdir_p; then
12021 mkdir -p $dirpart/$fdir
12022 else
12023 as_dir=$dirpart/$fdir
12024 as_dirs=
12025 while test ! -d "$as_dir"; do
12026 as_dirs="$as_dir $as_dirs"
12027 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12028$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
12029 X"$as_dir" : 'X\(//\)[^/]' \| \
12030 X"$as_dir" : 'X\(//\)$' \| \
12031 X"$as_dir" : 'X\(/\)' \| \
12032 . : '\(.\)' 2>/dev/null ||
13b2be9c
DJ
12033echo X"$as_dir" |
12034 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12035 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12036 /^X\(\/\/\)$/{ s//\1/; q; }
12037 /^X\(\/\).*/{ s//\1/; q; }
12038 s/.*/./; q'`
12039 done
12040 test ! -n "$as_dirs" || mkdir $as_dirs
12041 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12042echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12043 { (exit 1); exit 1; }; }; }
c8615825 12044
13b2be9c
DJ
12045 # echo "creating $dirpart/$file"
12046 echo '# dummy' > "$dirpart/$file"
12047 done
12048done
12049 ;;
12050 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
12051 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
12052 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
12053 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
12054 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
12055 if test "x$cgen_cpu_prefix" != x ; then
12056 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
12057 fi
12058
13b2be9c
DJ
12059 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
12060 esac
12061done
12062_ACEOF
12063
12064cat >>$CONFIG_STATUS <<\_ACEOF
12065
12066{ (exit 0); exit 0; }
12067_ACEOF
252b5132 12068chmod +x $CONFIG_STATUS
13b2be9c
DJ
12069ac_clean_files=$ac_clean_files_save
12070
12071
12072# configure is writing to config.log, and then calls config.status.
12073# config.status does its own redirection, appending to config.log.
12074# Unfortunately, on DOS this fails, as config.log is still kept open
12075# by configure, so config.status won't be able to write to it; its
12076# output is simply discarded. So we exec the FD to /dev/null,
12077# effectively closing config.log, so it can be properly (re)opened and
12078# appended to by config.status. When coming back to configure, we
12079# need to make the FD available again.
12080if test "$no_create" != yes; then
12081 ac_cs_success=:
12082 ac_config_status_args=
12083 test "$silent" = yes &&
12084 ac_config_status_args="$ac_config_status_args --quiet"
12085 exec 5>/dev/null
12086 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12087 exec 5>>config.log
12088 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12089 # would make configure fail if this is the last instruction.
12090 $ac_cs_success || { (exit 1); exit 1; }
12091fi
252b5132 12092
This page took 1.304541 seconds and 4 git commands to generate.