[ bfd/ChangeLog ]
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
13b2be9c 3# Generated by GNU Autoconf 2.57.
252b5132 4#
13b2be9c
DJ
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc.
252b5132
RH
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
13b2be9c
DJ
9## --------------------- ##
10## M4sh Initialization. ##
11## --------------------- ##
12
13# Be Bourne compatible
14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh
16 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21 set -o posix
22fi
23
24# Support unset when possible.
25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26 as_unset=unset
27else
28 as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43do
44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54else
55 as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60else
61 as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78# PATH needs CR, and LINENO needs CR and PATH.
79# Avoid depending upon Character Ranges.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110for as_dir in $PATH
111do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152done
153;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184}
185
186
187case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196else
197 as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213else
214 as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220else
221 as_mkdir_p=false
222fi
223
224as_executable_p="test -f"
225
226# Sed expression to map a string onto a valid CPP name.
227as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228
229# Sed expression to map a string onto a valid variable name.
230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231
232
233# IFS
234# We need space, tab and new line, in precisely that order.
235as_nl='
236'
237IFS=" $as_nl"
238
239# CDPATH.
240$as_unset CDPATH
241
242
243# Name of the host.
244# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245# so uname gets run too.
246ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 247
13b2be9c
DJ
248exec 6>&1
249
250#
251# Initializations.
252#
252b5132 253ac_default_prefix=/usr/local
13b2be9c
DJ
254ac_config_libobj_dir=.
255cross_compiling=no
256subdirs=
257MFLAGS=
258MAKEFLAGS=
259SHELL=${CONFIG_SHELL-/bin/sh}
260
261# Maximum number of lines to put in a shell here document.
262# This variable seems obsolete. It should probably be removed, and
263# only ac_max_sed_lines should be used.
264: ${ac_max_here_lines=38}
265
266# Identity of this package.
267PACKAGE_NAME=
268PACKAGE_TARNAME=
269PACKAGE_VERSION=
270PACKAGE_STRING=
271PACKAGE_BUGREPORT=
272
273ac_unique_file="as.h"
274# Factoring default headers for most tests.
275ac_includes_default="\
276#include <stdio.h>
277#if HAVE_SYS_TYPES_H
278# include <sys/types.h>
279#endif
280#if HAVE_SYS_STAT_H
281# include <sys/stat.h>
282#endif
283#if STDC_HEADERS
284# include <stdlib.h>
285# include <stddef.h>
286#else
287# if HAVE_STDLIB_H
288# include <stdlib.h>
289# endif
290#endif
291#if HAVE_STRING_H
292# if !STDC_HEADERS && HAVE_MEMORY_H
293# include <memory.h>
294# endif
295# include <string.h>
296#endif
297#if HAVE_STRINGS_H
298# include <strings.h>
299#endif
300#if HAVE_INTTYPES_H
301# include <inttypes.h>
302#else
303# if HAVE_STDINT_H
304# include <stdint.h>
305# endif
306#endif
307#if HAVE_UNISTD_H
308# include <unistd.h>
309#endif"
310
311ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof BFDLIB OPCODES_LIB BFDVER_H ALL_OBJ_DEPS YACC LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBM LIBOBJS LTLIBOBJS'
312ac_subst_files=''
252b5132
RH
313
314# Initialize some variables set by options.
13b2be9c
DJ
315ac_init_help=
316ac_init_version=false
252b5132
RH
317# The variables have the same names as the options, with
318# dashes changed to underlines.
13b2be9c 319cache_file=/dev/null
252b5132 320exec_prefix=NONE
252b5132 321no_create=
252b5132
RH
322no_recursion=
323prefix=NONE
324program_prefix=NONE
325program_suffix=NONE
326program_transform_name=s,x,x,
327silent=
328site=
329srcdir=
252b5132
RH
330verbose=
331x_includes=NONE
332x_libraries=NONE
13b2be9c
DJ
333
334# Installation directory options.
335# These are left unexpanded so users can "make install exec_prefix=/foo"
336# and all the variables that are supposed to be based on exec_prefix
337# by default will actually change.
338# Use braces instead of parens because sh, perl, etc. also accept them.
252b5132
RH
339bindir='${exec_prefix}/bin'
340sbindir='${exec_prefix}/sbin'
341libexecdir='${exec_prefix}/libexec'
342datadir='${prefix}/share'
343sysconfdir='${prefix}/etc'
344sharedstatedir='${prefix}/com'
345localstatedir='${prefix}/var'
346libdir='${exec_prefix}/lib'
347includedir='${prefix}/include'
348oldincludedir='/usr/include'
349infodir='${prefix}/info'
350mandir='${prefix}/man'
351
252b5132
RH
352ac_prev=
353for ac_option
354do
252b5132
RH
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
358 ac_prev=
359 continue
360 fi
361
13b2be9c 362 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
252b5132
RH
363
364 # Accept the important Cygnus configure options, so we can diagnose typos.
365
13b2be9c 366 case $ac_option in
252b5132
RH
367
368 -bindir | --bindir | --bindi | --bind | --bin | --bi)
369 ac_prev=bindir ;;
370 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 371 bindir=$ac_optarg ;;
252b5132
RH
372
373 -build | --build | --buil | --bui | --bu)
13b2be9c 374 ac_prev=build_alias ;;
252b5132 375 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 376 build_alias=$ac_optarg ;;
252b5132
RH
377
378 -cache-file | --cache-file | --cache-fil | --cache-fi \
379 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
380 ac_prev=cache_file ;;
381 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
382 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
383 cache_file=$ac_optarg ;;
384
385 --config-cache | -C)
386 cache_file=config.cache ;;
252b5132
RH
387
388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
389 ac_prev=datadir ;;
390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
391 | --da=*)
13b2be9c 392 datadir=$ac_optarg ;;
252b5132
RH
393
394 -disable-* | --disable-*)
13b2be9c 395 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 396 # Reject names that are not valid shell variable names.
13b2be9c
DJ
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
252b5132
RH
402
403 -enable-* | --enable-*)
13b2be9c 404 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 405 # Reject names that are not valid shell variable names.
13b2be9c
DJ
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
410 case $ac_option in
411 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
412 *) ac_optarg=yes ;;
413 esac
13b2be9c 414 eval "enable_$ac_feature='$ac_optarg'" ;;
252b5132
RH
415
416 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
417 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
418 | --exec | --exe | --ex)
419 ac_prev=exec_prefix ;;
420 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
421 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
422 | --exec=* | --exe=* | --ex=*)
13b2be9c 423 exec_prefix=$ac_optarg ;;
252b5132
RH
424
425 -gas | --gas | --ga | --g)
426 # Obsolete; use --with-gas.
427 with_gas=yes ;;
428
13b2be9c
DJ
429 -help | --help | --hel | --he | -h)
430 ac_init_help=long ;;
431 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
432 ac_init_help=recursive ;;
433 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
434 ac_init_help=short ;;
252b5132
RH
435
436 -host | --host | --hos | --ho)
13b2be9c 437 ac_prev=host_alias ;;
252b5132 438 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 439 host_alias=$ac_optarg ;;
252b5132
RH
440
441 -includedir | --includedir | --includedi | --included | --include \
442 | --includ | --inclu | --incl | --inc)
443 ac_prev=includedir ;;
444 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
445 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 446 includedir=$ac_optarg ;;
252b5132
RH
447
448 -infodir | --infodir | --infodi | --infod | --info | --inf)
449 ac_prev=infodir ;;
450 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 451 infodir=$ac_optarg ;;
252b5132
RH
452
453 -libdir | --libdir | --libdi | --libd)
454 ac_prev=libdir ;;
455 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 456 libdir=$ac_optarg ;;
252b5132
RH
457
458 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
459 | --libexe | --libex | --libe)
460 ac_prev=libexecdir ;;
461 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
462 | --libexe=* | --libex=* | --libe=*)
13b2be9c 463 libexecdir=$ac_optarg ;;
252b5132
RH
464
465 -localstatedir | --localstatedir | --localstatedi | --localstated \
466 | --localstate | --localstat | --localsta | --localst \
467 | --locals | --local | --loca | --loc | --lo)
468 ac_prev=localstatedir ;;
469 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
470 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
471 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
13b2be9c 472 localstatedir=$ac_optarg ;;
252b5132
RH
473
474 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
475 ac_prev=mandir ;;
476 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 477 mandir=$ac_optarg ;;
252b5132
RH
478
479 -nfp | --nfp | --nf)
480 # Obsolete; use --without-fp.
481 with_fp=no ;;
482
483 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 484 | --no-cr | --no-c | -n)
252b5132
RH
485 no_create=yes ;;
486
487 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
488 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
489 no_recursion=yes ;;
490
491 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
492 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
493 | --oldin | --oldi | --old | --ol | --o)
494 ac_prev=oldincludedir ;;
495 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
496 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
497 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 498 oldincludedir=$ac_optarg ;;
252b5132
RH
499
500 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
501 ac_prev=prefix ;;
502 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 503 prefix=$ac_optarg ;;
252b5132
RH
504
505 -program-prefix | --program-prefix | --program-prefi | --program-pref \
506 | --program-pre | --program-pr | --program-p)
507 ac_prev=program_prefix ;;
508 -program-prefix=* | --program-prefix=* | --program-prefi=* \
509 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 510 program_prefix=$ac_optarg ;;
252b5132
RH
511
512 -program-suffix | --program-suffix | --program-suffi | --program-suff \
513 | --program-suf | --program-su | --program-s)
514 ac_prev=program_suffix ;;
515 -program-suffix=* | --program-suffix=* | --program-suffi=* \
516 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 517 program_suffix=$ac_optarg ;;
252b5132
RH
518
519 -program-transform-name | --program-transform-name \
520 | --program-transform-nam | --program-transform-na \
521 | --program-transform-n | --program-transform- \
522 | --program-transform | --program-transfor \
523 | --program-transfo | --program-transf \
524 | --program-trans | --program-tran \
525 | --progr-tra | --program-tr | --program-t)
526 ac_prev=program_transform_name ;;
527 -program-transform-name=* | --program-transform-name=* \
528 | --program-transform-nam=* | --program-transform-na=* \
529 | --program-transform-n=* | --program-transform-=* \
530 | --program-transform=* | --program-transfor=* \
531 | --program-transfo=* | --program-transf=* \
532 | --program-trans=* | --program-tran=* \
533 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 534 program_transform_name=$ac_optarg ;;
252b5132
RH
535
536 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
537 | -silent | --silent | --silen | --sile | --sil)
538 silent=yes ;;
539
540 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
541 ac_prev=sbindir ;;
542 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
543 | --sbi=* | --sb=*)
13b2be9c 544 sbindir=$ac_optarg ;;
252b5132
RH
545
546 -sharedstatedir | --sharedstatedir | --sharedstatedi \
547 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
548 | --sharedst | --shareds | --shared | --share | --shar \
549 | --sha | --sh)
550 ac_prev=sharedstatedir ;;
551 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
552 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
553 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
554 | --sha=* | --sh=*)
13b2be9c 555 sharedstatedir=$ac_optarg ;;
252b5132
RH
556
557 -site | --site | --sit)
558 ac_prev=site ;;
559 -site=* | --site=* | --sit=*)
13b2be9c 560 site=$ac_optarg ;;
76bff705 561
252b5132
RH
562 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
563 ac_prev=srcdir ;;
564 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 565 srcdir=$ac_optarg ;;
252b5132
RH
566
567 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
568 | --syscon | --sysco | --sysc | --sys | --sy)
569 ac_prev=sysconfdir ;;
570 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
571 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 572 sysconfdir=$ac_optarg ;;
252b5132
RH
573
574 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 575 ac_prev=target_alias ;;
252b5132 576 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 577 target_alias=$ac_optarg ;;
252b5132
RH
578
579 -v | -verbose | --verbose | --verbos | --verbo | --verb)
580 verbose=yes ;;
581
13b2be9c
DJ
582 -version | --version | --versio | --versi | --vers | -V)
583 ac_init_version=: ;;
252b5132
RH
584
585 -with-* | --with-*)
13b2be9c 586 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 587 # Reject names that are not valid shell variable names.
13b2be9c
DJ
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
252b5132 591 ac_package=`echo $ac_package| sed 's/-/_/g'`
13b2be9c
DJ
592 case $ac_option in
593 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
252b5132
RH
594 *) ac_optarg=yes ;;
595 esac
13b2be9c 596 eval "with_$ac_package='$ac_optarg'" ;;
252b5132
RH
597
598 -without-* | --without-*)
13b2be9c 599 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 600 # Reject names that are not valid shell variable names.
13b2be9c
DJ
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
252b5132
RH
606
607 --x)
608 # Obsolete; use --with-x.
609 with_x=yes ;;
610
611 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
612 | --x-incl | --x-inc | --x-in | --x-i)
613 ac_prev=x_includes ;;
614 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
615 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 616 x_includes=$ac_optarg ;;
252b5132
RH
617
618 -x-libraries | --x-libraries | --x-librarie | --x-librari \
619 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
620 ac_prev=x_libraries ;;
621 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
622 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 623 x_libraries=$ac_optarg ;;
252b5132 624
13b2be9c
DJ
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
252b5132
RH
628 ;;
629
13b2be9c
DJ
630 *=*)
631 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
638 export $ac_envvar ;;
639
252b5132 640 *)
13b2be9c
DJ
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
646 ;;
647
648 esac
649done
650
651if test -n "$ac_prev"; then
13b2be9c
DJ
652 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
c8615825 655fi
c8615825 656
13b2be9c
DJ
657# Be sure to have absolute paths.
658for ac_var in exec_prefix prefix
659do
660 eval ac_val=$`echo $ac_var`
661 case $ac_val in
662 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
665 esac
666done
252b5132 667
13b2be9c
DJ
668# Be sure to have absolute paths.
669for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
252b5132 671do
13b2be9c
DJ
672 eval ac_val=$`echo $ac_var`
673 case $ac_val in
674 [\\/$]* | ?:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
252b5132
RH
677 esac
678done
679
13b2be9c
DJ
680# There might be people who depend on the old broken behavior: `$host'
681# used to hold the argument of --host etc.
682# FIXME: To remove some day.
683build=$build_alias
684host=$host_alias
685target=$target_alias
686
687# FIXME: To remove some day.
688if test "x$host_alias" != x; then
689 if test "x$build_alias" = x; then
690 cross_compiling=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
694 cross_compiling=yes
695 fi
696fi
9b2b7d69 697
13b2be9c
DJ
698ac_tool_prefix=
699test -n "$host_alias" && ac_tool_prefix=$host_alias-
700
701test "$silent" = yes && exec 6>/dev/null
252b5132 702
252b5132
RH
703
704# Find the source files, if location was not specified.
705if test -z "$srcdir"; then
706 ac_srcdir_defaulted=yes
707 # Try the directory containing this script, then its parent.
13b2be9c
DJ
708 ac_confdir=`(dirname "$0") 2>/dev/null ||
709$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
714echo X"$0" |
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
719 s/.*/./; q'`
252b5132
RH
720 srcdir=$ac_confdir
721 if test ! -r $srcdir/$ac_unique_file; then
722 srcdir=..
723 fi
724else
725 ac_srcdir_defaulted=no
726fi
727if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
13b2be9c
DJ
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
252b5132 731 else
13b2be9c
DJ
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
252b5132
RH
734 fi
735fi
13b2be9c
DJ
736(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740ac_env_build_alias_set=${build_alias+set}
741ac_env_build_alias_value=$build_alias
742ac_cv_env_build_alias_set=${build_alias+set}
743ac_cv_env_build_alias_value=$build_alias
744ac_env_host_alias_set=${host_alias+set}
745ac_env_host_alias_value=$host_alias
746ac_cv_env_host_alias_set=${host_alias+set}
747ac_cv_env_host_alias_value=$host_alias
748ac_env_target_alias_set=${target_alias+set}
749ac_env_target_alias_value=$target_alias
750ac_cv_env_target_alias_set=${target_alias+set}
751ac_cv_env_target_alias_value=$target_alias
752ac_env_CC_set=${CC+set}
753ac_env_CC_value=$CC
754ac_cv_env_CC_set=${CC+set}
755ac_cv_env_CC_value=$CC
756ac_env_CFLAGS_set=${CFLAGS+set}
757ac_env_CFLAGS_value=$CFLAGS
758ac_cv_env_CFLAGS_set=${CFLAGS+set}
759ac_cv_env_CFLAGS_value=$CFLAGS
760ac_env_LDFLAGS_set=${LDFLAGS+set}
761ac_env_LDFLAGS_value=$LDFLAGS
762ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
763ac_cv_env_LDFLAGS_value=$LDFLAGS
764ac_env_CPPFLAGS_set=${CPPFLAGS+set}
765ac_env_CPPFLAGS_value=$CPPFLAGS
766ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
767ac_cv_env_CPPFLAGS_value=$CPPFLAGS
768ac_env_CPP_set=${CPP+set}
769ac_env_CPP_value=$CPP
770ac_cv_env_CPP_set=${CPP+set}
771ac_cv_env_CPP_value=$CPP
d6d788bd 772
13b2be9c
DJ
773#
774# Report the --help message.
775#
776if test "$ac_init_help" = "long"; then
777 # Omit some internal or obsolete options to make the list less imposing.
778 # This message is too long to be a string in the A/UX 3.1 sh.
779 cat <<_ACEOF
780\`configure' configures this package to adapt to many kinds of systems.
9b2b7d69 781
13b2be9c 782Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 783
13b2be9c
DJ
784To assign environment variables (e.g., CC, CFLAGS...), specify them as
785VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 786
13b2be9c 787Defaults for the options are specified in brackets.
9b2b7d69 788
13b2be9c
DJ
789Configuration:
790 -h, --help display this help and exit
791 --help=short display options specific to this package
792 --help=recursive display the short help of all the included packages
793 -V, --version display version information and exit
794 -q, --quiet, --silent do not print \`checking...' messages
795 --cache-file=FILE cache test results in FILE [disabled]
796 -C, --config-cache alias for \`--cache-file=config.cache'
797 -n, --no-create do not create output files
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
799
800_ACEOF
801
802 cat <<_ACEOF
803Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX
805 [$ac_default_prefix]
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
807 [PREFIX]
9b2b7d69 808
13b2be9c
DJ
809By default, \`make install' will install all the files in
810\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
811an installation prefix other than \`$ac_default_prefix' using \`--prefix',
812for instance \`--prefix=\$HOME'.
9b2b7d69 813
13b2be9c 814For better control, use the options below.
9b2b7d69 815
13b2be9c
DJ
816Fine tuning of the installation directories:
817 --bindir=DIR user executables [EPREFIX/bin]
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
819 --libexecdir=DIR program executables [EPREFIX/libexec]
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
824 --libdir=DIR object code libraries [EPREFIX/lib]
825 --includedir=DIR C header files [PREFIX/include]
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
827 --infodir=DIR info documentation [PREFIX/info]
828 --mandir=DIR man documentation [PREFIX/man]
829_ACEOF
9b2b7d69 830
13b2be9c 831 cat <<\_ACEOF
9b2b7d69 832
13b2be9c
DJ
833Program names:
834 --program-prefix=PREFIX prepend PREFIX to installed program names
835 --program-suffix=SUFFIX append SUFFIX to installed program names
836 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 837
13b2be9c
DJ
838System types:
839 --build=BUILD configure for building on BUILD [guessed]
840 --host=HOST cross-compile to build programs to run on HOST [BUILD]
841 --target=TARGET configure for building compilers for TARGET [HOST]
842_ACEOF
9b2b7d69 843fi
9b2b7d69 844
13b2be9c 845if test -n "$ac_init_help"; then
9b2b7d69 846
13b2be9c 847 cat <<\_ACEOF
9b2b7d69 848
13b2be9c
DJ
849Optional Features:
850 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
852 --disable-dependency-tracking Speeds up one-time builds
853 --enable-dependency-tracking Do not reject slow dependency extractors
854 --enable-shared=PKGS build shared libraries default=yes
855 --enable-static=PKGS build static libraries default=yes
856 --enable-fast-install=PKGS optimize for fast installation default=yes
857 --disable-libtool-lock avoid locking (might break parallel builds)
858 --enable-bfd-assembler use BFD back end for writing object files
859 targets alternative target configurations besides the primary
860 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
861 --enable-build-warnings Enable build-time compiler warnings if gcc is used
862 --disable-nls do not use Native Language Support
863 --enable-maintainer-mode enable make rules and dependencies not useful
864 (and sometimes confusing) to the casual installer
9b2b7d69 865
13b2be9c
DJ
866Optional Packages:
867 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
868 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
869 --with-gnu-ld assume the C compiler uses GNU ld default=no
870 --with-pic try to use only PIC/non-PIC objects default=use both
871 --with-included-gettext use the GNU gettext library included here
9b2b7d69 872
13b2be9c
DJ
873Some influential environment variables:
874 CC C compiler command
875 CFLAGS C compiler flags
876 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
877 nonstandard directory <lib dir>
878 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
879 headers in a nonstandard directory <include dir>
880 CPP C preprocessor
881
882Use these variables to override the choices made by `configure' or to help
883it to find libraries and programs with nonstandard names/locations.
884
885_ACEOF
9b2b7d69 886fi
9b2b7d69 887
13b2be9c
DJ
888if test "$ac_init_help" = "recursive"; then
889 # If there are subdirs, report their specific --help.
890 ac_popdir=`pwd`
891 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
892 test -d $ac_dir || continue
893 ac_builddir=.
894
895if test "$ac_dir" != .; then
896 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
897 # A "../" for each directory in $ac_dir_suffix.
898 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
899else
900 ac_dir_suffix= ac_top_builddir=
901fi
9b2b7d69 902
13b2be9c
DJ
903case $srcdir in
904 .) # No --srcdir option. We are building in place.
905 ac_srcdir=.
906 if test -z "$ac_top_builddir"; then
907 ac_top_srcdir=.
908 else
909 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
c8615825 910 fi ;;
13b2be9c
DJ
911 [\\/]* | ?:[\\/]* ) # Absolute path.
912 ac_srcdir=$srcdir$ac_dir_suffix;
913 ac_top_srcdir=$srcdir ;;
914 *) # Relative path.
915 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
916 ac_top_srcdir=$ac_top_builddir$srcdir ;;
c8615825 917esac
13b2be9c
DJ
918# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
919# absolute.
920ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
921ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
922ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
923ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
924
925 cd $ac_dir
926 # Check for guested configure; otherwise get Cygnus style configure.
927 if test -f $ac_srcdir/configure.gnu; then
928 echo
929 $SHELL $ac_srcdir/configure.gnu --help=recursive
930 elif test -f $ac_srcdir/configure; then
931 echo
932 $SHELL $ac_srcdir/configure --help=recursive
933 elif test -f $ac_srcdir/configure.ac ||
934 test -f $ac_srcdir/configure.in; then
935 echo
936 $ac_configure --help
937 else
938 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
939 fi
13dfd2d0 940 cd $ac_popdir
13b2be9c
DJ
941 done
942fi
6840198f 943
13b2be9c
DJ
944test -n "$ac_init_help" && exit 0
945if $ac_init_version; then
946 cat <<\_ACEOF
c8615825 947
13b2be9c
DJ
948Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
949Free Software Foundation, Inc.
950This configure script is free software; the Free Software Foundation
951gives unlimited permission to copy, distribute and modify it.
952_ACEOF
953 exit 0
954fi
955exec 5>config.log
956cat >&5 <<_ACEOF
957This file contains any messages produced by compilers while
958running configure, to aid debugging if configure makes a mistake.
c8615825 959
13b2be9c
DJ
960It was created by $as_me, which was
961generated by GNU Autoconf 2.57. Invocation command line was
c8615825 962
13b2be9c 963 $ $0 $@
c8615825 964
13b2be9c
DJ
965_ACEOF
966{
967cat <<_ASUNAME
968## --------- ##
969## Platform. ##
970## --------- ##
971
972hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
973uname -m = `(uname -m) 2>/dev/null || echo unknown`
974uname -r = `(uname -r) 2>/dev/null || echo unknown`
975uname -s = `(uname -s) 2>/dev/null || echo unknown`
976uname -v = `(uname -v) 2>/dev/null || echo unknown`
977
978/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
979/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
980
981/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
982/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
983/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
984hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
985/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
986/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
987/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
988
989_ASUNAME
990
991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
992for as_dir in $PATH
993do
994 IFS=$as_save_IFS
995 test -z "$as_dir" && as_dir=.
996 echo "PATH: $as_dir"
997done
9b2b7d69 998
13b2be9c 999} >&5
6840198f 1000
13b2be9c 1001cat >&5 <<_ACEOF
c8615825 1002
9b2b7d69 1003
13b2be9c
DJ
1004## ----------- ##
1005## Core tests. ##
1006## ----------- ##
87ccc1b0 1007
13b2be9c 1008_ACEOF
9b2b7d69 1009
13b2be9c
DJ
1010
1011# Keep a trace of the command line.
1012# Strip out --no-create and --no-recursion so they do not pile up.
1013# Strip out --silent because we don't want to record it for future runs.
1014# Also quote any args containing shell meta-characters.
1015# Make two passes to allow for proper duplicate-argument suppression.
1016ac_configure_args=
1017ac_configure_args0=
1018ac_configure_args1=
1019ac_sep=
1020ac_must_keep_next=false
1021for ac_pass in 1 2
1022do
1023 for ac_arg
1024 do
1025 case $ac_arg in
1026 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1027 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1028 | -silent | --silent | --silen | --sile | --sil)
1029 continue ;;
1030 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1031 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1032 esac
1033 case $ac_pass in
1034 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1035 2)
1036 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1037 if test $ac_must_keep_next = true; then
1038 ac_must_keep_next=false # Got value, back to normal.
1039 else
1040 case $ac_arg in
1041 *=* | --config-cache | -C | -disable-* | --disable-* \
1042 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1043 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1044 | -with-* | --with-* | -without-* | --without-* | --x)
1045 case "$ac_configure_args0 " in
1046 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1047 esac
1048 ;;
1049 -* ) ac_must_keep_next=true ;;
1050 esac
1051 fi
1052 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1053 # Get rid of the leading space.
1054 ac_sep=" "
c8615825
AM
1055 ;;
1056 esac
1057 done
13b2be9c
DJ
1058done
1059$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1060$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1061
1062# When interrupted or exit'd, cleanup temporary files, and complete
1063# config.log. We remove comments because anyway the quotes in there
1064# would cause problems or look ugly.
1065# WARNING: Be sure not to use single quotes in there, as some shells,
1066# such as our DU 5.0 friend, will then `close' the trap.
1067trap 'exit_status=$?
1068 # Save into config.log some information that might help in debugging.
1069 {
1070 echo
1071
1072 cat <<\_ASBOX
1073## ---------------- ##
1074## Cache variables. ##
1075## ---------------- ##
1076_ASBOX
1077 echo
1078 # The following way of writing the cache mishandles newlines in values,
1079{
1080 (set) 2>&1 |
1081 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1082 *ac_space=\ *)
1083 sed -n \
1084 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1085 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1086 ;;
1087 *)
1088 sed -n \
1089 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1090 ;;
1091 esac;
1092}
1093 echo
1094
1095 cat <<\_ASBOX
1096## ----------------- ##
1097## Output variables. ##
1098## ----------------- ##
1099_ASBOX
1100 echo
1101 for ac_var in $ac_subst_vars
1102 do
1103 eval ac_val=$`echo $ac_var`
1104 echo "$ac_var='"'"'$ac_val'"'"'"
1105 done | sort
1106 echo
1107
1108 if test -n "$ac_subst_files"; then
1109 cat <<\_ASBOX
1110## ------------- ##
1111## Output files. ##
1112## ------------- ##
1113_ASBOX
1114 echo
1115 for ac_var in $ac_subst_files
1116 do
1117 eval ac_val=$`echo $ac_var`
1118 echo "$ac_var='"'"'$ac_val'"'"'"
1119 done | sort
1120 echo
1121 fi
1122
1123 if test -s confdefs.h; then
1124 cat <<\_ASBOX
1125## ----------- ##
1126## confdefs.h. ##
1127## ----------- ##
1128_ASBOX
1129 echo
1130 sed "/^$/d" confdefs.h | sort
1131 echo
1132 fi
1133 test "$ac_signal" != 0 &&
1134 echo "$as_me: caught signal $ac_signal"
1135 echo "$as_me: exit $exit_status"
1136 } >&5
13dfd2d0 1137 rm -f core core.* *.core &&
13b2be9c
DJ
1138 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1139 exit $exit_status
1140 ' 0
1141for ac_signal in 1 2 13 15; do
1142 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1143done
1144ac_signal=0
1145
1146# confdefs.h avoids OS command line length limits that DEFS can exceed.
1147rm -rf conftest* confdefs.h
1148# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1149echo >confdefs.h
1150
1151# Predefined preprocessor variables.
1152
1153cat >>confdefs.h <<_ACEOF
1154#define PACKAGE_NAME "$PACKAGE_NAME"
1155_ACEOF
1156
1157
1158cat >>confdefs.h <<_ACEOF
1159#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1160_ACEOF
1161
1162
1163cat >>confdefs.h <<_ACEOF
1164#define PACKAGE_VERSION "$PACKAGE_VERSION"
1165_ACEOF
1166
1167
1168cat >>confdefs.h <<_ACEOF
1169#define PACKAGE_STRING "$PACKAGE_STRING"
1170_ACEOF
1171
1172
1173cat >>confdefs.h <<_ACEOF
1174#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1175_ACEOF
1176
1177
1178# Let the site file select an alternate cache file if it wants to.
1179# Prefer explicitly selected file to automatically selected ones.
1180if test -z "$CONFIG_SITE"; then
1181 if test "x$prefix" != xNONE; then
1182 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1183 else
1184 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1185 fi
1186fi
1187for ac_site_file in $CONFIG_SITE; do
1188 if test -r "$ac_site_file"; then
1189 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1190echo "$as_me: loading site script $ac_site_file" >&6;}
1191 sed 's/^/| /' "$ac_site_file" >&5
1192 . "$ac_site_file"
1193 fi
1194done
1195
1196if test -r "$cache_file"; then
1197 # Some versions of bash will fail to source /dev/null (special
1198 # files actually), so we avoid doing that.
1199 if test -f "$cache_file"; then
1200 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1201echo "$as_me: loading cache $cache_file" >&6;}
1202 case $cache_file in
1203 [\\/]* | ?:[\\/]* ) . $cache_file;;
1204 *) . ./$cache_file;;
1205 esac
1206 fi
1207else
1208 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1209echo "$as_me: creating cache $cache_file" >&6;}
1210 >$cache_file
1211fi
1212
1213# Check that the precious variables saved in the cache have kept the same
1214# value.
1215ac_cache_corrupted=false
1216for ac_var in `(set) 2>&1 |
1217 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1218 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1219 eval ac_new_set=\$ac_env_${ac_var}_set
1220 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1221 eval ac_new_val="\$ac_env_${ac_var}_value"
1222 case $ac_old_set,$ac_new_set in
1223 set,)
1224 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1225echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1226 ac_cache_corrupted=: ;;
1227 ,set)
1228 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1229echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1230 ac_cache_corrupted=: ;;
1231 ,);;
1232 *)
1233 if test "x$ac_old_val" != "x$ac_new_val"; then
1234 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1235echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1236 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1237echo "$as_me: former value: $ac_old_val" >&2;}
1238 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1239echo "$as_me: current value: $ac_new_val" >&2;}
1240 ac_cache_corrupted=:
1241 fi;;
1242 esac
1243 # Pass precious variables to config.status.
1244 if test "$ac_new_set" = set; then
1245 case $ac_new_val in
1246 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1247 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1248 *) ac_arg=$ac_var=$ac_new_val ;;
1249 esac
1250 case " $ac_configure_args " in
1251 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1252 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1253 esac
1254 fi
1255done
1256if $ac_cache_corrupted; then
1257 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1258echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1259 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1260echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1261 { (exit 1); exit 1; }; }
1262fi
1263
1264ac_ext=c
1265ac_cpp='$CPP $CPPFLAGS'
1266ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1267ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1268ac_compiler_gnu=$ac_cv_c_compiler_gnu
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289ac_aux_dir=
1290for ac_dir in .. $srcdir/..; do
1291 if test -f $ac_dir/install-sh; then
1292 ac_aux_dir=$ac_dir
1293 ac_install_sh="$ac_aux_dir/install-sh -c"
1294 break
1295 elif test -f $ac_dir/install.sh; then
1296 ac_aux_dir=$ac_dir
1297 ac_install_sh="$ac_aux_dir/install.sh -c"
1298 break
1299 elif test -f $ac_dir/shtool; then
1300 ac_aux_dir=$ac_dir
1301 ac_install_sh="$ac_aux_dir/shtool install -c"
1302 break
1303 fi
1304done
1305if test -z "$ac_aux_dir"; then
1306 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in .. $srcdir/.." >&5
1307echo "$as_me: error: cannot find install-sh or install.sh in .. $srcdir/.." >&2;}
1308 { (exit 1); exit 1; }; }
1309fi
1310ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1311ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1312ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1313
1314# Make sure we can run config.sub.
1315$ac_config_sub sun4 >/dev/null 2>&1 ||
1316 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1317echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1318 { (exit 1); exit 1; }; }
1319
1320echo "$as_me:$LINENO: checking build system type" >&5
1321echo $ECHO_N "checking build system type... $ECHO_C" >&6
1322if test "${ac_cv_build+set}" = set; then
1323 echo $ECHO_N "(cached) $ECHO_C" >&6
1324else
1325 ac_cv_build_alias=$build_alias
1326test -z "$ac_cv_build_alias" &&
1327 ac_cv_build_alias=`$ac_config_guess`
1328test -z "$ac_cv_build_alias" &&
1329 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1330echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1331 { (exit 1); exit 1; }; }
1332ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1333 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1334echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1335 { (exit 1); exit 1; }; }
1336
1337fi
1338echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1339echo "${ECHO_T}$ac_cv_build" >&6
1340build=$ac_cv_build
1341build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1342build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1343build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1344
1345
1346echo "$as_me:$LINENO: checking host system type" >&5
1347echo $ECHO_N "checking host system type... $ECHO_C" >&6
1348if test "${ac_cv_host+set}" = set; then
1349 echo $ECHO_N "(cached) $ECHO_C" >&6
1350else
1351 ac_cv_host_alias=$host_alias
1352test -z "$ac_cv_host_alias" &&
1353 ac_cv_host_alias=$ac_cv_build_alias
1354ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1355 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1356echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1357 { (exit 1); exit 1; }; }
1358
1359fi
1360echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1361echo "${ECHO_T}$ac_cv_host" >&6
1362host=$ac_cv_host
1363host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1364host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1365host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1366
1367
1368echo "$as_me:$LINENO: checking target system type" >&5
1369echo $ECHO_N "checking target system type... $ECHO_C" >&6
1370if test "${ac_cv_target+set}" = set; then
1371 echo $ECHO_N "(cached) $ECHO_C" >&6
1372else
1373 ac_cv_target_alias=$target_alias
1374test "x$ac_cv_target_alias" = "x" &&
1375 ac_cv_target_alias=$ac_cv_host_alias
1376ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1377 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1378echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1379 { (exit 1); exit 1; }; }
1380
1381fi
1382echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1383echo "${ECHO_T}$ac_cv_target" >&6
1384target=$ac_cv_target
1385target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1386target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1387target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1388
1389
1390# The aliases save the names the user supplied, while $host etc.
1391# will get canonicalized.
1392test -n "$target_alias" &&
1393 test "$program_prefix$program_suffix$program_transform_name" = \
1394 NONENONEs,x,x, &&
1395 program_prefix=${target_alias}-
1396ac_ext=c
1397ac_cpp='$CPP $CPPFLAGS'
1398ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1399ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1400ac_compiler_gnu=$ac_cv_c_compiler_gnu
1401if test -n "$ac_tool_prefix"; then
1402 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1403set dummy ${ac_tool_prefix}gcc; ac_word=$2
1404echo "$as_me:$LINENO: checking for $ac_word" >&5
1405echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1406if test "${ac_cv_prog_CC+set}" = set; then
1407 echo $ECHO_N "(cached) $ECHO_C" >&6
1408else
1409 if test -n "$CC"; then
1410 ac_cv_prog_CC="$CC" # Let the user override the test.
1411else
1412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1413for as_dir in $PATH
1414do
1415 IFS=$as_save_IFS
1416 test -z "$as_dir" && as_dir=.
1417 for ac_exec_ext in '' $ac_executable_extensions; do
1418 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1419 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1421 break 2
1422 fi
1423done
1424done
1425
1426fi
1427fi
1428CC=$ac_cv_prog_CC
1429if test -n "$CC"; then
1430 echo "$as_me:$LINENO: result: $CC" >&5
1431echo "${ECHO_T}$CC" >&6
1432else
1433 echo "$as_me:$LINENO: result: no" >&5
1434echo "${ECHO_T}no" >&6
1435fi
1436
1437fi
1438if test -z "$ac_cv_prog_CC"; then
1439 ac_ct_CC=$CC
1440 # Extract the first word of "gcc", so it can be a program name with args.
1441set dummy gcc; ac_word=$2
1442echo "$as_me:$LINENO: checking for $ac_word" >&5
1443echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1444if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1445 echo $ECHO_N "(cached) $ECHO_C" >&6
1446else
1447 if test -n "$ac_ct_CC"; then
1448 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1449else
1450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1451for as_dir in $PATH
1452do
1453 IFS=$as_save_IFS
1454 test -z "$as_dir" && as_dir=.
1455 for ac_exec_ext in '' $ac_executable_extensions; do
1456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1457 ac_cv_prog_ac_ct_CC="gcc"
1458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1459 break 2
1460 fi
1461done
1462done
1463
1464fi
1465fi
1466ac_ct_CC=$ac_cv_prog_ac_ct_CC
1467if test -n "$ac_ct_CC"; then
1468 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1469echo "${ECHO_T}$ac_ct_CC" >&6
1470else
1471 echo "$as_me:$LINENO: result: no" >&5
1472echo "${ECHO_T}no" >&6
1473fi
1474
1475 CC=$ac_ct_CC
1476else
1477 CC="$ac_cv_prog_CC"
1478fi
1479
1480if test -z "$CC"; then
1481 if test -n "$ac_tool_prefix"; then
1482 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1483set dummy ${ac_tool_prefix}cc; ac_word=$2
1484echo "$as_me:$LINENO: checking for $ac_word" >&5
1485echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1486if test "${ac_cv_prog_CC+set}" = set; then
1487 echo $ECHO_N "(cached) $ECHO_C" >&6
1488else
1489 if test -n "$CC"; then
1490 ac_cv_prog_CC="$CC" # Let the user override the test.
1491else
1492as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1493for as_dir in $PATH
1494do
1495 IFS=$as_save_IFS
1496 test -z "$as_dir" && as_dir=.
1497 for ac_exec_ext in '' $ac_executable_extensions; do
1498 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1499 ac_cv_prog_CC="${ac_tool_prefix}cc"
1500 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1501 break 2
1502 fi
1503done
1504done
1505
1506fi
1507fi
1508CC=$ac_cv_prog_CC
1509if test -n "$CC"; then
1510 echo "$as_me:$LINENO: result: $CC" >&5
1511echo "${ECHO_T}$CC" >&6
1512else
1513 echo "$as_me:$LINENO: result: no" >&5
1514echo "${ECHO_T}no" >&6
1515fi
1516
1517fi
1518if test -z "$ac_cv_prog_CC"; then
1519 ac_ct_CC=$CC
1520 # Extract the first word of "cc", so it can be a program name with args.
1521set dummy cc; ac_word=$2
1522echo "$as_me:$LINENO: checking for $ac_word" >&5
1523echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1526else
1527 if test -n "$ac_ct_CC"; then
1528 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1529else
1530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1531for as_dir in $PATH
1532do
1533 IFS=$as_save_IFS
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_ac_ct_CC="cc"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1539 break 2
1540 fi
1541done
1542done
1543
1544fi
1545fi
1546ac_ct_CC=$ac_cv_prog_ac_ct_CC
1547if test -n "$ac_ct_CC"; then
1548 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1549echo "${ECHO_T}$ac_ct_CC" >&6
1550else
1551 echo "$as_me:$LINENO: result: no" >&5
1552echo "${ECHO_T}no" >&6
1553fi
1554
1555 CC=$ac_ct_CC
1556else
1557 CC="$ac_cv_prog_CC"
1558fi
1559
1560fi
1561if test -z "$CC"; then
1562 # Extract the first word of "cc", so it can be a program name with args.
1563set dummy cc; ac_word=$2
1564echo "$as_me:$LINENO: checking for $ac_word" >&5
1565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1566if test "${ac_cv_prog_CC+set}" = set; then
1567 echo $ECHO_N "(cached) $ECHO_C" >&6
1568else
1569 if test -n "$CC"; then
1570 ac_cv_prog_CC="$CC" # Let the user override the test.
1571else
1572 ac_prog_rejected=no
1573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1574for as_dir in $PATH
1575do
1576 IFS=$as_save_IFS
1577 test -z "$as_dir" && as_dir=.
1578 for ac_exec_ext in '' $ac_executable_extensions; do
1579 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1580 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1581 ac_prog_rejected=yes
1582 continue
1583 fi
1584 ac_cv_prog_CC="cc"
1585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1586 break 2
1587 fi
1588done
1589done
1590
1591if test $ac_prog_rejected = yes; then
1592 # We found a bogon in the path, so make sure we never use it.
1593 set dummy $ac_cv_prog_CC
1594 shift
1595 if test $# != 0; then
1596 # We chose a different compiler from the bogus one.
1597 # However, it has the same basename, so the bogon will be chosen
1598 # first if we set CC to just the basename; use the full file name.
1599 shift
1600 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1601 fi
1602fi
1603fi
1604fi
1605CC=$ac_cv_prog_CC
1606if test -n "$CC"; then
1607 echo "$as_me:$LINENO: result: $CC" >&5
1608echo "${ECHO_T}$CC" >&6
1609else
1610 echo "$as_me:$LINENO: result: no" >&5
1611echo "${ECHO_T}no" >&6
1612fi
1613
1614fi
1615if test -z "$CC"; then
1616 if test -n "$ac_tool_prefix"; then
1617 for ac_prog in cl
1618 do
1619 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1620set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1621echo "$as_me:$LINENO: checking for $ac_word" >&5
1622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1623if test "${ac_cv_prog_CC+set}" = set; then
1624 echo $ECHO_N "(cached) $ECHO_C" >&6
1625else
1626 if test -n "$CC"; then
1627 ac_cv_prog_CC="$CC" # Let the user override the test.
1628else
1629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630for as_dir in $PATH
1631do
1632 IFS=$as_save_IFS
1633 test -z "$as_dir" && as_dir=.
1634 for ac_exec_ext in '' $ac_executable_extensions; do
1635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638 break 2
1639 fi
1640done
1641done
1642
1643fi
1644fi
1645CC=$ac_cv_prog_CC
1646if test -n "$CC"; then
1647 echo "$as_me:$LINENO: result: $CC" >&5
1648echo "${ECHO_T}$CC" >&6
1649else
1650 echo "$as_me:$LINENO: result: no" >&5
1651echo "${ECHO_T}no" >&6
1652fi
1653
1654 test -n "$CC" && break
1655 done
1656fi
1657if test -z "$CC"; then
1658 ac_ct_CC=$CC
1659 for ac_prog in cl
1660do
1661 # Extract the first word of "$ac_prog", so it can be a program name with args.
1662set dummy $ac_prog; ac_word=$2
1663echo "$as_me:$LINENO: checking for $ac_word" >&5
1664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1665if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1666 echo $ECHO_N "(cached) $ECHO_C" >&6
1667else
1668 if test -n "$ac_ct_CC"; then
1669 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1670else
1671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672for as_dir in $PATH
1673do
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 for ac_exec_ext in '' $ac_executable_extensions; do
1677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1678 ac_cv_prog_ac_ct_CC="$ac_prog"
1679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1680 break 2
1681 fi
1682done
1683done
1684
1685fi
1686fi
1687ac_ct_CC=$ac_cv_prog_ac_ct_CC
1688if test -n "$ac_ct_CC"; then
1689 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1690echo "${ECHO_T}$ac_ct_CC" >&6
1691else
1692 echo "$as_me:$LINENO: result: no" >&5
1693echo "${ECHO_T}no" >&6
1694fi
1695
1696 test -n "$ac_ct_CC" && break
1697done
1698
1699 CC=$ac_ct_CC
1700fi
1701
1702fi
1703
1704
1705test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1706See \`config.log' for more details." >&5
1707echo "$as_me: error: no acceptable C compiler found in \$PATH
1708See \`config.log' for more details." >&2;}
1709 { (exit 1); exit 1; }; }
1710
1711# Provide some information about the compiler.
1712echo "$as_me:$LINENO:" \
1713 "checking for C compiler version" >&5
1714ac_compiler=`set X $ac_compile; echo $2`
1715{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1716 (eval $ac_compiler --version </dev/null >&5) 2>&5
1717 ac_status=$?
1718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1719 (exit $ac_status); }
1720{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1721 (eval $ac_compiler -v </dev/null >&5) 2>&5
1722 ac_status=$?
1723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1724 (exit $ac_status); }
1725{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1726 (eval $ac_compiler -V </dev/null >&5) 2>&5
1727 ac_status=$?
1728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1729 (exit $ac_status); }
1730
1731cat >conftest.$ac_ext <<_ACEOF
1732#line $LINENO "configure"
1733/* confdefs.h. */
1734_ACEOF
1735cat confdefs.h >>conftest.$ac_ext
1736cat >>conftest.$ac_ext <<_ACEOF
1737/* end confdefs.h. */
1738
1739int
1740main ()
1741{
1742
1743 ;
1744 return 0;
1745}
1746_ACEOF
1747ac_clean_files_save=$ac_clean_files
1748ac_clean_files="$ac_clean_files a.out a.exe b.out"
1749# Try to create an executable without -o first, disregard a.out.
1750# It will help us diagnose broken compilers, and finding out an intuition
1751# of exeext.
1752echo "$as_me:$LINENO: checking for C compiler default output" >&5
1753echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1754ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1755if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1756 (eval $ac_link_default) 2>&5
1757 ac_status=$?
1758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1759 (exit $ac_status); }; then
1760 # Find the output, starting from the most likely. This scheme is
1761# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1762# resort.
1763
1764# Be careful to initialize this variable, since it used to be cached.
1765# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1766ac_cv_exeext=
1767# b.out is created by i960 compilers.
1768for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1769do
1770 test -f "$ac_file" || continue
1771 case $ac_file in
1772 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1773 ;;
1774 conftest.$ac_ext )
1775 # This is the source file.
1776 ;;
1777 [ab].out )
1778 # We found the default executable, but exeext='' is most
1779 # certainly right.
1780 break;;
1781 *.* )
1782 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1783 # FIXME: I believe we export ac_cv_exeext for Libtool,
1784 # but it would be cool to find out if it's true. Does anybody
1785 # maintain Libtool? --akim.
1786 export ac_cv_exeext
1787 break;;
1788 * )
1789 break;;
1790 esac
1791done
1792else
1793 echo "$as_me: failed program was:" >&5
1794sed 's/^/| /' conftest.$ac_ext >&5
1795
1796{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1797See \`config.log' for more details." >&5
1798echo "$as_me: error: C compiler cannot create executables
1799See \`config.log' for more details." >&2;}
1800 { (exit 77); exit 77; }; }
1801fi
1802
1803ac_exeext=$ac_cv_exeext
1804echo "$as_me:$LINENO: result: $ac_file" >&5
1805echo "${ECHO_T}$ac_file" >&6
1806
1807# Check the compiler produces executables we can run. If not, either
1808# the compiler is broken, or we cross compile.
1809echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1810echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1811# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1812# If not cross compiling, check that we can run a simple program.
1813if test "$cross_compiling" != yes; then
1814 if { ac_try='./$ac_file'
1815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1816 (eval $ac_try) 2>&5
1817 ac_status=$?
1818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1819 (exit $ac_status); }; }; then
1820 cross_compiling=no
1821 else
1822 if test "$cross_compiling" = maybe; then
1823 cross_compiling=yes
1824 else
1825 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1826If you meant to cross compile, use \`--host'.
1827See \`config.log' for more details." >&5
1828echo "$as_me: error: cannot run C compiled programs.
1829If you meant to cross compile, use \`--host'.
1830See \`config.log' for more details." >&2;}
1831 { (exit 1); exit 1; }; }
1832 fi
1833 fi
1834fi
1835echo "$as_me:$LINENO: result: yes" >&5
1836echo "${ECHO_T}yes" >&6
1837
1838rm -f a.out a.exe conftest$ac_cv_exeext b.out
1839ac_clean_files=$ac_clean_files_save
1840# Check the compiler produces executables we can run. If not, either
1841# the compiler is broken, or we cross compile.
1842echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1843echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1844echo "$as_me:$LINENO: result: $cross_compiling" >&5
1845echo "${ECHO_T}$cross_compiling" >&6
1846
1847echo "$as_me:$LINENO: checking for suffix of executables" >&5
1848echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1849if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1850 (eval $ac_link) 2>&5
1851 ac_status=$?
1852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1853 (exit $ac_status); }; then
1854 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1855# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1856# work properly (i.e., refer to `conftest.exe'), while it won't with
1857# `rm'.
1858for ac_file in conftest.exe conftest conftest.*; do
1859 test -f "$ac_file" || continue
1860 case $ac_file in
1861 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1862 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1863 export ac_cv_exeext
1864 break;;
1865 * ) break;;
1866 esac
1867done
1868else
1869 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1870See \`config.log' for more details." >&5
1871echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1872See \`config.log' for more details." >&2;}
1873 { (exit 1); exit 1; }; }
1874fi
1875
1876rm -f conftest$ac_cv_exeext
1877echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1878echo "${ECHO_T}$ac_cv_exeext" >&6
1879
1880rm -f conftest.$ac_ext
1881EXEEXT=$ac_cv_exeext
1882ac_exeext=$EXEEXT
1883echo "$as_me:$LINENO: checking for suffix of object files" >&5
1884echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1885if test "${ac_cv_objext+set}" = set; then
1886 echo $ECHO_N "(cached) $ECHO_C" >&6
1887else
1888 cat >conftest.$ac_ext <<_ACEOF
1889#line $LINENO "configure"
1890/* confdefs.h. */
1891_ACEOF
1892cat confdefs.h >>conftest.$ac_ext
1893cat >>conftest.$ac_ext <<_ACEOF
1894/* end confdefs.h. */
1895
1896int
1897main ()
1898{
1899
1900 ;
1901 return 0;
1902}
1903_ACEOF
1904rm -f conftest.o conftest.obj
1905if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1906 (eval $ac_compile) 2>&5
1907 ac_status=$?
1908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1909 (exit $ac_status); }; then
1910 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1911 case $ac_file in
1912 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1913 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1914 break;;
1915 esac
1916done
1917else
1918 echo "$as_me: failed program was:" >&5
1919sed 's/^/| /' conftest.$ac_ext >&5
1920
1921{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1922See \`config.log' for more details." >&5
1923echo "$as_me: error: cannot compute suffix of object files: cannot compile
1924See \`config.log' for more details." >&2;}
1925 { (exit 1); exit 1; }; }
1926fi
1927
1928rm -f conftest.$ac_cv_objext conftest.$ac_ext
1929fi
1930echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1931echo "${ECHO_T}$ac_cv_objext" >&6
1932OBJEXT=$ac_cv_objext
1933ac_objext=$OBJEXT
1934echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1935echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1936if test "${ac_cv_c_compiler_gnu+set}" = set; then
1937 echo $ECHO_N "(cached) $ECHO_C" >&6
1938else
1939 cat >conftest.$ac_ext <<_ACEOF
1940#line $LINENO "configure"
1941/* confdefs.h. */
1942_ACEOF
1943cat confdefs.h >>conftest.$ac_ext
1944cat >>conftest.$ac_ext <<_ACEOF
1945/* end confdefs.h. */
1946
1947int
1948main ()
1949{
1950#ifndef __GNUC__
1951 choke me
1952#endif
1953
1954 ;
1955 return 0;
1956}
1957_ACEOF
1958rm -f conftest.$ac_objext
1959if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1960 (eval $ac_compile) 2>&5
1961 ac_status=$?
1962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1963 (exit $ac_status); } &&
1964 { ac_try='test -s conftest.$ac_objext'
1965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1966 (eval $ac_try) 2>&5
1967 ac_status=$?
1968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1969 (exit $ac_status); }; }; then
1970 ac_compiler_gnu=yes
1971else
1972 echo "$as_me: failed program was:" >&5
1973sed 's/^/| /' conftest.$ac_ext >&5
1974
1975ac_compiler_gnu=no
1976fi
1977rm -f conftest.$ac_objext conftest.$ac_ext
1978ac_cv_c_compiler_gnu=$ac_compiler_gnu
1979
1980fi
1981echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1982echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1983GCC=`test $ac_compiler_gnu = yes && echo yes`
1984ac_test_CFLAGS=${CFLAGS+set}
1985ac_save_CFLAGS=$CFLAGS
1986CFLAGS="-g"
1987echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1988echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1989if test "${ac_cv_prog_cc_g+set}" = set; then
1990 echo $ECHO_N "(cached) $ECHO_C" >&6
1991else
1992 cat >conftest.$ac_ext <<_ACEOF
1993#line $LINENO "configure"
1994/* confdefs.h. */
1995_ACEOF
1996cat confdefs.h >>conftest.$ac_ext
1997cat >>conftest.$ac_ext <<_ACEOF
1998/* end confdefs.h. */
1999
2000int
2001main ()
2002{
2003
2004 ;
2005 return 0;
2006}
2007_ACEOF
2008rm -f conftest.$ac_objext
2009if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2010 (eval $ac_compile) 2>&5
2011 ac_status=$?
2012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2013 (exit $ac_status); } &&
2014 { ac_try='test -s conftest.$ac_objext'
2015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2016 (eval $ac_try) 2>&5
2017 ac_status=$?
2018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2019 (exit $ac_status); }; }; then
2020 ac_cv_prog_cc_g=yes
2021else
2022 echo "$as_me: failed program was:" >&5
2023sed 's/^/| /' conftest.$ac_ext >&5
2024
2025ac_cv_prog_cc_g=no
2026fi
2027rm -f conftest.$ac_objext conftest.$ac_ext
2028fi
2029echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2030echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2031if test "$ac_test_CFLAGS" = set; then
2032 CFLAGS=$ac_save_CFLAGS
2033elif test $ac_cv_prog_cc_g = yes; then
2034 if test "$GCC" = yes; then
2035 CFLAGS="-g -O2"
2036 else
2037 CFLAGS="-g"
2038 fi
2039else
2040 if test "$GCC" = yes; then
2041 CFLAGS="-O2"
2042 else
2043 CFLAGS=
2044 fi
2045fi
2046echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2047echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2048if test "${ac_cv_prog_cc_stdc+set}" = set; then
2049 echo $ECHO_N "(cached) $ECHO_C" >&6
2050else
2051 ac_cv_prog_cc_stdc=no
2052ac_save_CC=$CC
2053cat >conftest.$ac_ext <<_ACEOF
2054#line $LINENO "configure"
2055/* confdefs.h. */
2056_ACEOF
2057cat confdefs.h >>conftest.$ac_ext
2058cat >>conftest.$ac_ext <<_ACEOF
2059/* end confdefs.h. */
2060#include <stdarg.h>
2061#include <stdio.h>
2062#include <sys/types.h>
2063#include <sys/stat.h>
2064/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2065struct buf { int x; };
2066FILE * (*rcsopen) (struct buf *, struct stat *, int);
2067static char *e (p, i)
2068 char **p;
2069 int i;
2070{
2071 return p[i];
2072}
2073static char *f (char * (*g) (char **, int), char **p, ...)
2074{
2075 char *s;
2076 va_list v;
2077 va_start (v,p);
2078 s = g (p, va_arg (v,int));
2079 va_end (v);
2080 return s;
2081}
2082int test (int i, double x);
2083struct s1 {int (*f) (int a);};
2084struct s2 {int (*f) (double a);};
2085int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2086int argc;
2087char **argv;
2088int
2089main ()
2090{
2091return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2092 ;
2093 return 0;
2094}
2095_ACEOF
2096# Don't try gcc -ansi; that turns off useful extensions and
2097# breaks some systems' header files.
2098# AIX -qlanglvl=ansi
2099# Ultrix and OSF/1 -std1
2100# HP-UX 10.20 and later -Ae
2101# HP-UX older versions -Aa -D_HPUX_SOURCE
2102# SVR4 -Xc -D__EXTENSIONS__
2103for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2104do
2105 CC="$ac_save_CC $ac_arg"
2106 rm -f conftest.$ac_objext
2107if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2108 (eval $ac_compile) 2>&5
2109 ac_status=$?
2110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2111 (exit $ac_status); } &&
2112 { ac_try='test -s conftest.$ac_objext'
2113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2114 (eval $ac_try) 2>&5
2115 ac_status=$?
2116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117 (exit $ac_status); }; }; then
2118 ac_cv_prog_cc_stdc=$ac_arg
2119break
2120else
2121 echo "$as_me: failed program was:" >&5
2122sed 's/^/| /' conftest.$ac_ext >&5
2123
2124fi
2125rm -f conftest.$ac_objext
2126done
2127rm -f conftest.$ac_ext conftest.$ac_objext
2128CC=$ac_save_CC
2129
2130fi
2131
2132case "x$ac_cv_prog_cc_stdc" in
2133 x|xno)
2134 echo "$as_me:$LINENO: result: none needed" >&5
2135echo "${ECHO_T}none needed" >&6 ;;
2136 *)
2137 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2138echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2139 CC="$CC $ac_cv_prog_cc_stdc" ;;
2140esac
2141
2142# Some people use a C++ compiler to compile C. Since we use `exit',
2143# in C++ we need to declare it. In case someone uses the same compiler
2144# for both compiling C and C++ we need to have the C++ compiler decide
2145# the declaration of exit, since it's the most demanding environment.
2146cat >conftest.$ac_ext <<_ACEOF
2147#ifndef __cplusplus
2148 choke me
2149#endif
2150_ACEOF
2151rm -f conftest.$ac_objext
2152if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2153 (eval $ac_compile) 2>&5
2154 ac_status=$?
2155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156 (exit $ac_status); } &&
2157 { ac_try='test -s conftest.$ac_objext'
2158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2159 (eval $ac_try) 2>&5
2160 ac_status=$?
2161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2162 (exit $ac_status); }; }; then
2163 for ac_declaration in \
13dfd2d0
NC
2164 ''\
2165 '#include <stdlib.h>' \
13b2be9c
DJ
2166 'extern "C" void std::exit (int) throw (); using std::exit;' \
2167 'extern "C" void std::exit (int); using std::exit;' \
2168 'extern "C" void exit (int) throw ();' \
2169 'extern "C" void exit (int);' \
2170 'void exit (int);'
2171do
2172 cat >conftest.$ac_ext <<_ACEOF
2173#line $LINENO "configure"
2174/* confdefs.h. */
2175_ACEOF
2176cat confdefs.h >>conftest.$ac_ext
2177cat >>conftest.$ac_ext <<_ACEOF
2178/* end confdefs.h. */
13b2be9c 2179#include <stdlib.h>
13dfd2d0 2180$ac_declaration
13b2be9c
DJ
2181int
2182main ()
2183{
2184exit (42);
2185 ;
2186 return 0;
2187}
2188_ACEOF
2189rm -f conftest.$ac_objext
2190if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2191 (eval $ac_compile) 2>&5
2192 ac_status=$?
2193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2194 (exit $ac_status); } &&
2195 { ac_try='test -s conftest.$ac_objext'
2196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2197 (eval $ac_try) 2>&5
2198 ac_status=$?
2199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2200 (exit $ac_status); }; }; then
2201 :
2202else
2203 echo "$as_me: failed program was:" >&5
2204sed 's/^/| /' conftest.$ac_ext >&5
2205
2206continue
2207fi
2208rm -f conftest.$ac_objext conftest.$ac_ext
2209 cat >conftest.$ac_ext <<_ACEOF
2210#line $LINENO "configure"
2211/* confdefs.h. */
2212_ACEOF
2213cat confdefs.h >>conftest.$ac_ext
2214cat >>conftest.$ac_ext <<_ACEOF
2215/* end confdefs.h. */
2216$ac_declaration
2217int
2218main ()
2219{
2220exit (42);
2221 ;
2222 return 0;
2223}
2224_ACEOF
2225rm -f conftest.$ac_objext
2226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2227 (eval $ac_compile) 2>&5
2228 ac_status=$?
2229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2230 (exit $ac_status); } &&
2231 { ac_try='test -s conftest.$ac_objext'
2232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2233 (eval $ac_try) 2>&5
2234 ac_status=$?
2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2236 (exit $ac_status); }; }; then
2237 break
2238else
2239 echo "$as_me: failed program was:" >&5
2240sed 's/^/| /' conftest.$ac_ext >&5
2241
2242fi
2243rm -f conftest.$ac_objext conftest.$ac_ext
2244done
2245rm -f conftest*
2246if test -n "$ac_declaration"; then
2247 echo '#ifdef __cplusplus' >>confdefs.h
2248 echo $ac_declaration >>confdefs.h
2249 echo '#endif' >>confdefs.h
2250fi
2251
2252else
2253 echo "$as_me: failed program was:" >&5
2254sed 's/^/| /' conftest.$ac_ext >&5
2255
2256fi
2257rm -f conftest.$ac_objext conftest.$ac_ext
2258ac_ext=c
2259ac_cpp='$CPP $CPPFLAGS'
2260ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2261ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2262ac_compiler_gnu=$ac_cv_c_compiler_gnu
2263
2264
2265
2266 echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
2267echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
2268if test "${ac_cv_lib_cposix_strerror+set}" = set; then
2269 echo $ECHO_N "(cached) $ECHO_C" >&6
2270else
2271 ac_check_lib_save_LIBS=$LIBS
2272LIBS="-lcposix $LIBS"
2273cat >conftest.$ac_ext <<_ACEOF
2274#line $LINENO "configure"
2275/* confdefs.h. */
2276_ACEOF
2277cat confdefs.h >>conftest.$ac_ext
2278cat >>conftest.$ac_ext <<_ACEOF
2279/* end confdefs.h. */
2280
2281/* Override any gcc2 internal prototype to avoid an error. */
2282#ifdef __cplusplus
2283extern "C"
2284#endif
2285/* We use char because int might match the return type of a gcc2
2286 builtin and then its argument prototype would still apply. */
2287char strerror ();
2288int
2289main ()
2290{
2291strerror ();
2292 ;
2293 return 0;
2294}
2295_ACEOF
2296rm -f conftest.$ac_objext conftest$ac_exeext
2297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2298 (eval $ac_link) 2>&5
2299 ac_status=$?
2300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2301 (exit $ac_status); } &&
2302 { ac_try='test -s conftest$ac_exeext'
2303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2304 (eval $ac_try) 2>&5
2305 ac_status=$?
2306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2307 (exit $ac_status); }; }; then
2308 ac_cv_lib_cposix_strerror=yes
2309else
2310 echo "$as_me: failed program was:" >&5
2311sed 's/^/| /' conftest.$ac_ext >&5
2312
2313ac_cv_lib_cposix_strerror=no
2314fi
2315rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2316LIBS=$ac_check_lib_save_LIBS
2317fi
2318echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
2319echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
2320if test $ac_cv_lib_cposix_strerror = yes; then
2321 LIBS="$LIBS -lcposix"
2322fi
2323
2324
2325
2326
2327BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2328am__api_version="1.7"
2329# Find a good install program. We prefer a C program (faster),
2330# so one script is as good as another. But avoid the broken or
2331# incompatible versions:
2332# SysV /etc/install, /usr/sbin/install
2333# SunOS /usr/etc/install
2334# IRIX /sbin/install
2335# AIX /bin/install
2336# AmigaOS /C/install, which installs bootblocks on floppy discs
2337# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2338# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2339# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2340# ./install, which can be erroneously created by make from ./install.sh.
2341echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2342echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2343if test -z "$INSTALL"; then
2344if test "${ac_cv_path_install+set}" = set; then
2345 echo $ECHO_N "(cached) $ECHO_C" >&6
2346else
2347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2348for as_dir in $PATH
2349do
2350 IFS=$as_save_IFS
2351 test -z "$as_dir" && as_dir=.
2352 # Account for people who put trailing slashes in PATH elements.
2353case $as_dir/ in
2354 ./ | .// | /cC/* | \
2355 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2356 /usr/ucb/* ) ;;
2357 *)
2358 # OSF1 and SCO ODT 3.0 have their own names for install.
2359 # Don't use installbsd from OSF since it installs stuff as root
2360 # by default.
2361 for ac_prog in ginstall scoinst install; do
2362 for ac_exec_ext in '' $ac_executable_extensions; do
2363 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2364 if test $ac_prog = install &&
2365 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2366 # AIX install. It has an incompatible calling convention.
2367 :
2368 elif test $ac_prog = install &&
2369 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2370 # program-specific install script used by HP pwplus--don't use.
2371 :
2372 else
2373 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2374 break 3
2375 fi
2376 fi
2377 done
2378 done
2379 ;;
2380esac
2381done
2382
252b5132
RH
2383
2384fi
2385 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 2386 INSTALL=$ac_cv_path_install
252b5132
RH
2387 else
2388 # As a last resort, use the slow shell script. We don't cache a
2389 # path for INSTALL within a source directory, because that will
2390 # break other packages using the cache if that directory is
2391 # removed, or if the path is relative.
13b2be9c 2392 INSTALL=$ac_install_sh
252b5132
RH
2393 fi
2394fi
13b2be9c
DJ
2395echo "$as_me:$LINENO: result: $INSTALL" >&5
2396echo "${ECHO_T}$INSTALL" >&6
252b5132
RH
2397
2398# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2399# It thinks the first close brace ends the variable substitution.
2400test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2401
13b2be9c 2402test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2403
2404test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2405
13b2be9c
DJ
2406echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2407echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
252b5132
RH
2408# Just in case
2409sleep 1
13b2be9c 2410echo timestamp > conftest.file
252b5132
RH
2411# Do `set' in a subshell so we don't clobber the current shell's
2412# arguments. Must try -L first in case configure is actually a
2413# symlink; some systems play weird games with the mod time of symlinks
2414# (eg FreeBSD returns the mod time of the symlink's containing
2415# directory).
2416if (
13b2be9c 2417 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
252b5132
RH
2418 if test "$*" = "X"; then
2419 # -L didn't work.
13b2be9c 2420 set X `ls -t $srcdir/configure conftest.file`
252b5132 2421 fi
13b2be9c
DJ
2422 rm -f conftest.file
2423 if test "$*" != "X $srcdir/configure conftest.file" \
2424 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
2425
2426 # If neither matched, then we have a broken ls. This can happen
2427 # if, for instance, CONFIG_SHELL is bash and it inherits a
2428 # broken ls alias from the environment. This has actually
2429 # happened. Such a system could not be considered "sane".
13b2be9c
DJ
2430 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2431alias in your environment" >&5
2432echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2433alias in your environment" >&2;}
2434 { (exit 1); exit 1; }; }
252b5132
RH
2435 fi
2436
13b2be9c
DJ
2437 test "$2" = conftest.file
2438 )
2439then
2440 # Ok.
2441 :
2442else
2443 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2444Check your system clock" >&5
2445echo "$as_me: error: newly created file is older than distributed files!
2446Check your system clock" >&2;}
2447 { (exit 1); exit 1; }; }
2448fi
2449echo "$as_me:$LINENO: result: yes" >&5
2450echo "${ECHO_T}yes" >&6
2451test "$program_prefix" != NONE &&
2452 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2453# Use a double $ so make ignores it.
2454test "$program_suffix" != NONE &&
2455 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2456# Double any \ or $. echo might interpret backslashes.
2457# By default was `s,x,x', remove it if useless.
2458cat <<\_ACEOF >conftest.sed
2459s/[\\$]/&&/g;s/;s,x,x,$//
2460_ACEOF
2461program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2462rm conftest.sed
2463
2464
2465# expand $ac_aux_dir to an absolute path
2466am_aux_dir=`cd $ac_aux_dir && pwd`
2467
2468test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2469# Use eval to expand $SHELL
2470if eval "$MISSING --run true"; then
2471 am_missing_run="$MISSING --run "
2472else
2473 am_missing_run=
2474 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2475echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2476fi
2477
2478for ac_prog in gawk mawk nawk awk
2479do
2480 # Extract the first word of "$ac_prog", so it can be a program name with args.
2481set dummy $ac_prog; ac_word=$2
2482echo "$as_me:$LINENO: checking for $ac_word" >&5
2483echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2484if test "${ac_cv_prog_AWK+set}" = set; then
2485 echo $ECHO_N "(cached) $ECHO_C" >&6
2486else
2487 if test -n "$AWK"; then
2488 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2489else
2490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2491for as_dir in $PATH
2492do
2493 IFS=$as_save_IFS
2494 test -z "$as_dir" && as_dir=.
2495 for ac_exec_ext in '' $ac_executable_extensions; do
2496 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2497 ac_cv_prog_AWK="$ac_prog"
2498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2499 break 2
2500 fi
2501done
2502done
2503
2504fi
2505fi
2506AWK=$ac_cv_prog_AWK
2507if test -n "$AWK"; then
2508 echo "$as_me:$LINENO: result: $AWK" >&5
2509echo "${ECHO_T}$AWK" >&6
2510else
2511 echo "$as_me:$LINENO: result: no" >&5
2512echo "${ECHO_T}no" >&6
2513fi
2514
2515 test -n "$AWK" && break
2516done
2517
2518echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2519echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2520set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
2521if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2522 echo $ECHO_N "(cached) $ECHO_C" >&6
2523else
2524 cat >conftest.make <<\_ACEOF
2525all:
2526 @echo 'ac_maketemp="$(MAKE)"'
2527_ACEOF
2528# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2529eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2530if test -n "$ac_maketemp"; then
2531 eval ac_cv_prog_make_${ac_make}_set=yes
2532else
2533 eval ac_cv_prog_make_${ac_make}_set=no
2534fi
2535rm -f conftest.make
2536fi
2537if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2538 echo "$as_me:$LINENO: result: yes" >&5
2539echo "${ECHO_T}yes" >&6
2540 SET_MAKE=
2541else
2542 echo "$as_me:$LINENO: result: no" >&5
2543echo "${ECHO_T}no" >&6
2544 SET_MAKE="MAKE=${MAKE-make}"
2545fi
2546
2547rm -rf .tst 2>/dev/null
2548mkdir .tst 2>/dev/null
2549if test -d .tst; then
2550 am__leading_dot=.
2551else
2552 am__leading_dot=_
2553fi
2554rmdir .tst 2>/dev/null
2555
2556DEPDIR="${am__leading_dot}deps"
2557
2558 ac_config_commands="$ac_config_commands depfiles"
2559
2560
2561am_make=${MAKE-make}
2562cat > confinc << 'END'
2563am__doit:
2564 @echo done
2565.PHONY: am__doit
2566END
2567# If we don't find an include directive, just comment out the code.
2568echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2569echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2570am__include="#"
2571am__quote=
2572_am_result=none
2573# First try GNU make style include.
2574echo "include confinc" > confmf
2575# We grep out `Entering directory' and `Leaving directory'
2576# messages which can occur if `w' ends up in MAKEFLAGS.
2577# In particular we don't look at `^make:' because GNU make might
2578# be invoked under some other name (usually "gmake"), in which
2579# case it prints its new name instead of `make'.
2580if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2581 am__include=include
2582 am__quote=
2583 _am_result=GNU
2584fi
2585# Now try BSD make style include.
2586if test "$am__include" = "#"; then
2587 echo '.include "confinc"' > confmf
2588 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2589 am__include=.include
2590 am__quote="\""
2591 _am_result=BSD
2592 fi
2593fi
2594
2595
2596echo "$as_me:$LINENO: result: $_am_result" >&5
2597echo "${ECHO_T}$_am_result" >&6
2598rm -f confinc confmf
2599
2600# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2601if test "${enable_dependency_tracking+set}" = set; then
2602 enableval="$enable_dependency_tracking"
2603
2604fi;
2605if test "x$enable_dependency_tracking" != xno; then
2606 am_depcomp="$ac_aux_dir/depcomp"
2607 AMDEPBACKSLASH='\'
2608fi
2609
2610
2611if test "x$enable_dependency_tracking" != xno; then
2612 AMDEP_TRUE=
2613 AMDEP_FALSE='#'
2614else
2615 AMDEP_TRUE='#'
2616 AMDEP_FALSE=
2617fi
2618
2619
2620
2621 # test to see if srcdir already configured
2622if test "`cd $srcdir && pwd`" != "`pwd`" &&
2623 test -f $srcdir/config.status; then
2624 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2625echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2626 { (exit 1); exit 1; }; }
2627fi
2628
2629# test whether we have cygpath
2630if test -z "$CYGPATH_W"; then
2631 if (cygpath --version) >/dev/null 2>/dev/null; then
2632 CYGPATH_W='cygpath -w'
2633 else
2634 CYGPATH_W=echo
2635 fi
2636fi
2637
2638
2639# Define the identity of the package.
2640 PACKAGE=gas
2641 VERSION=${BFD_VERSION}
2642
2643
2644cat >>confdefs.h <<_ACEOF
2645#define PACKAGE "$PACKAGE"
2646_ACEOF
2647
2648
2649cat >>confdefs.h <<_ACEOF
2650#define VERSION "$VERSION"
2651_ACEOF
2652
2653# Some tools Automake needs.
2654
2655ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2656
2657
2658AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2659
2660
2661AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2662
2663
2664AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2665
2666
2667MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2668
2669
2670AMTAR=${AMTAR-"${am_missing_run}tar"}
2671
2672install_sh=${install_sh-"$am_aux_dir/install-sh"}
2673
2674# Installed binaries are usually stripped using `strip' when the user
2675# run `make install-strip'. However `strip' might not be the right
2676# tool to use in cross-compilation environments, therefore Automake
2677# will honor the `STRIP' environment variable to overrule this program.
2678if test "$cross_compiling" != no; then
2679 if test -n "$ac_tool_prefix"; then
2680 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2681set dummy ${ac_tool_prefix}strip; ac_word=$2
2682echo "$as_me:$LINENO: checking for $ac_word" >&5
2683echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2684if test "${ac_cv_prog_STRIP+set}" = set; then
2685 echo $ECHO_N "(cached) $ECHO_C" >&6
2686else
2687 if test -n "$STRIP"; then
2688 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
252b5132 2689else
13b2be9c
DJ
2690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691for as_dir in $PATH
2692do
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2697 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 break 2
2700 fi
2701done
2702done
2703
252b5132 2704fi
13b2be9c
DJ
2705fi
2706STRIP=$ac_cv_prog_STRIP
2707if test -n "$STRIP"; then
2708 echo "$as_me:$LINENO: result: $STRIP" >&5
2709echo "${ECHO_T}$STRIP" >&6
c8615825 2710else
13b2be9c
DJ
2711 echo "$as_me:$LINENO: result: no" >&5
2712echo "${ECHO_T}no" >&6
c8615825 2713fi
c8615825 2714
13b2be9c
DJ
2715fi
2716if test -z "$ac_cv_prog_STRIP"; then
2717 ac_ct_STRIP=$STRIP
2718 # Extract the first word of "strip", so it can be a program name with args.
2719set dummy strip; ac_word=$2
2720echo "$as_me:$LINENO: checking for $ac_word" >&5
2721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2722if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2723 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 2724else
13b2be9c
DJ
2725 if test -n "$ac_ct_STRIP"; then
2726 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
252b5132 2727else
13b2be9c
DJ
2728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2729for as_dir in $PATH
2730do
2731 IFS=$as_save_IFS
2732 test -z "$as_dir" && as_dir=.
2733 for ac_exec_ext in '' $ac_executable_extensions; do
2734 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2735 ac_cv_prog_ac_ct_STRIP="strip"
2736 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2737 break 2
2738 fi
2739done
2740done
2741
2742 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
252b5132 2743fi
252b5132 2744fi
13b2be9c
DJ
2745ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2746if test -n "$ac_ct_STRIP"; then
2747 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2748echo "${ECHO_T}$ac_ct_STRIP" >&6
252b5132 2749else
13b2be9c
DJ
2750 echo "$as_me:$LINENO: result: no" >&5
2751echo "${ECHO_T}no" >&6
252b5132
RH
2752fi
2753
13b2be9c
DJ
2754 STRIP=$ac_ct_STRIP
2755else
2756 STRIP="$ac_cv_prog_STRIP"
2757fi
d6d788bd 2758
252b5132 2759fi
13b2be9c 2760INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
252b5132 2761
13b2be9c
DJ
2762# We need awk for the "check" target. The system "awk" is bad on
2763# some platforms.
252b5132 2764
d6d788bd 2765
13b2be9c 2766depcc="$CC" am_compiler_list=
d6d788bd 2767
13b2be9c
DJ
2768echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2769echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2770if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2771 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 2772else
13b2be9c
DJ
2773 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2774 # We make a subdir and do the tests there. Otherwise we can end up
2775 # making bogus files that we don't know about and never remove. For
2776 # instance it was reported that on HP-UX the gcc test will end up
2777 # making a dummy file named `D' -- because `-MD' means `put the output
2778 # in D'.
2779 mkdir conftest.dir
2780 # Copy depcomp to subdir because otherwise we won't find it if we're
2781 # using a relative directory.
2782 cp "$am_depcomp" conftest.dir
2783 cd conftest.dir
2784 # We will build objects and dependencies in a subdirectory because
2785 # it helps to detect inapplicable dependency modes. For instance
2786 # both Tru64's cc and ICC support -MD to output dependencies as a
2787 # side effect of compilation, but ICC will put the dependencies in
2788 # the current directory while Tru64 will put them in the object
2789 # directory.
2790 mkdir sub
252b5132 2791
13b2be9c
DJ
2792 am_cv_CC_dependencies_compiler_type=none
2793 if test "$am_compiler_list" = ""; then
2794 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2795 fi
2796 for depmode in $am_compiler_list; do
2797 # Setup a source with many dependencies, because some compilers
2798 # like to wrap large dependency lists on column 80 (with \), and
2799 # we should not choose a depcomp mode which is confused by this.
2800 #
2801 # We need to recreate these files for each test, as the compiler may
2802 # overwrite some of them when testing with obscure command lines.
2803 # This happens at least with the AIX C compiler.
2804 : > sub/conftest.c
2805 for i in 1 2 3 4 5 6; do
2806 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2807 : > sub/conftst$i.h
2808 done
2809 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2810
2811 case $depmode in
2812 nosideeffect)
2813 # after this tag, mechanisms are not by side-effect, so they'll
2814 # only be used when explicitly requested
2815 if test "x$enable_dependency_tracking" = xyes; then
2816 continue
2817 else
2818 break
2819 fi
2820 ;;
2821 none) break ;;
2822 esac
2823 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2824 # mode. It turns out that the SunPro C++ compiler does not properly
2825 # handle `-M -o', and we need to detect this.
2826 if depmode=$depmode \
2827 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2828 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2829 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2830 >/dev/null 2>conftest.err &&
2831 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2832 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2833 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2834 # icc doesn't choke on unknown options, it will just issue warnings
2835 # (even with -Werror). So we grep stderr for any message
2836 # that says an option was ignored.
2837 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2838 am_cv_CC_dependencies_compiler_type=$depmode
2839 break
2840 fi
2841 fi
2842 done
252b5132 2843
13b2be9c
DJ
2844 cd ..
2845 rm -rf conftest.dir
252b5132 2846else
13b2be9c 2847 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
2848fi
2849
252b5132 2850fi
13b2be9c
DJ
2851echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2852echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2853CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 2854
13b2be9c
DJ
2855
2856
2857if
2858 test "x$enable_dependency_tracking" != xno \
2859 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2860 am__fastdepCC_TRUE=
2861 am__fastdepCC_FALSE='#'
252b5132 2862else
13b2be9c
DJ
2863 am__fastdepCC_TRUE='#'
2864 am__fastdepCC_FALSE=
252b5132
RH
2865fi
2866
d6d788bd
L
2867
2868
13b2be9c 2869
252b5132
RH
2870# Check whether --enable-shared or --disable-shared was given.
2871if test "${enable_shared+set}" = set; then
2872 enableval="$enable_shared"
2873 p=${PACKAGE-default}
f9c19112 2874case $enableval in
252b5132
RH
2875yes) enable_shared=yes ;;
2876no) enable_shared=no ;;
2877*)
2878 enable_shared=no
2879 # Look at the argument we got. We use all the common list separators.
2880 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
2881 for pkg in $enableval; do
2882 if test "X$pkg" = "X$p"; then
2883 enable_shared=yes
2884 fi
2885 done
2886 IFS="$ac_save_ifs"
2887 ;;
2888esac
2889else
2890 enable_shared=yes
13b2be9c 2891fi;
252b5132
RH
2892# Check whether --enable-static or --disable-static was given.
2893if test "${enable_static+set}" = set; then
2894 enableval="$enable_static"
2895 p=${PACKAGE-default}
f9c19112 2896case $enableval in
252b5132
RH
2897yes) enable_static=yes ;;
2898no) enable_static=no ;;
2899*)
2900 enable_static=no
2901 # Look at the argument we got. We use all the common list separators.
2902 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
2903 for pkg in $enableval; do
2904 if test "X$pkg" = "X$p"; then
2905 enable_static=yes
2906 fi
2907 done
2908 IFS="$ac_save_ifs"
2909 ;;
2910esac
2911else
2912 enable_static=yes
13b2be9c 2913fi;
bedf545c
ILT
2914# Check whether --enable-fast-install or --disable-fast-install was given.
2915if test "${enable_fast_install+set}" = set; then
2916 enableval="$enable_fast_install"
2917 p=${PACKAGE-default}
f9c19112 2918case $enableval in
bedf545c
ILT
2919yes) enable_fast_install=yes ;;
2920no) enable_fast_install=no ;;
2921*)
2922 enable_fast_install=no
2923 # Look at the argument we got. We use all the common list separators.
2924 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
2925 for pkg in $enableval; do
2926 if test "X$pkg" = "X$p"; then
2927 enable_fast_install=yes
2928 fi
2929 done
2930 IFS="$ac_save_ifs"
2931 ;;
2932esac
2933else
2934 enable_fast_install=yes
13b2be9c 2935fi;
87ccc1b0 2936
6840198f
NC
2937# Check whether --with-gnu-ld or --without-gnu-ld was given.
2938if test "${with_gnu_ld+set}" = set; then
2939 withval="$with_gnu_ld"
2940 test "$withval" = no || with_gnu_ld=yes
27b7e12d 2941else
6840198f 2942 with_gnu_ld=no
13b2be9c 2943fi;
6840198f
NC
2944ac_prog=ld
2945if test "$GCC" = yes; then
2946 # Check if gcc -print-prog-name=ld gives a path.
13b2be9c
DJ
2947 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
2948echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
6840198f
NC
2949 case $host in
2950 *-*-mingw*)
2951 # gcc leaves a trailing carriage return which upsets mingw
2952 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2953 *)
2954 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2955 esac
2956 case $ac_prog in
2957 # Accept absolute paths.
2958 [\\/]* | [A-Za-z]:[\\/]*)
2959 re_direlt='/[^/][^/]*/\.\./'
2960 # Canonicalize the path of ld
2961 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
2962 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2963 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
2964 done
2965 test -z "$LD" && LD="$ac_prog"
2966 ;;
2967 "")
2968 # If it fails, then pretend we aren't using GCC.
2969 ac_prog=ld
2970 ;;
2971 *)
2972 # If it is relative, then search for the first ld in PATH.
2973 with_gnu_ld=unknown
2974 ;;
2975 esac
2976elif test "$with_gnu_ld" = yes; then
13b2be9c
DJ
2977 echo "$as_me:$LINENO: checking for GNU ld" >&5
2978echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
27b7e12d 2979else
13b2be9c
DJ
2980 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
2981echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
27b7e12d 2982fi
13b2be9c
DJ
2983if test "${lt_cv_path_LD+set}" = set; then
2984 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
2985else
2986 if test -z "$LD"; then
a74801ba 2987 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
252b5132
RH
2988 for ac_dir in $PATH; do
2989 test -z "$ac_dir" && ac_dir=.
a74801ba 2990 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
f9c19112 2991 lt_cv_path_LD="$ac_dir/$ac_prog"
252b5132
RH
2992 # Check to see if the program is GNU ld. I'd rather use --version,
2993 # but apparently some GNU ld's only accept -v.
2994 # Break only if it was the GNU/non-GNU ld that we prefer.
f9c19112 2995 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
252b5132
RH
2996 test "$with_gnu_ld" != no && break
2997 else
bedf545c 2998 test "$with_gnu_ld" != yes && break
252b5132
RH
2999 fi
3000 fi
3001 done
3002 IFS="$ac_save_ifs"
3003else
f9c19112 3004 lt_cv_path_LD="$LD" # Let the user override the test with a path.
252b5132
RH
3005fi
3006fi
3007
f9c19112 3008LD="$lt_cv_path_LD"
252b5132 3009if test -n "$LD"; then
13b2be9c
DJ
3010 echo "$as_me:$LINENO: result: $LD" >&5
3011echo "${ECHO_T}$LD" >&6
252b5132 3012else
13b2be9c
DJ
3013 echo "$as_me:$LINENO: result: no" >&5
3014echo "${ECHO_T}no" >&6
252b5132 3015fi
13b2be9c
DJ
3016test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3017echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3018 { (exit 1); exit 1; }; }
3019echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3020echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3021if test "${lt_cv_prog_gnu_ld+set}" = set; then
3022 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3023else
3024 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3025if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
f9c19112 3026 lt_cv_prog_gnu_ld=yes
252b5132 3027else
f9c19112 3028 lt_cv_prog_gnu_ld=no
252b5132
RH
3029fi
3030fi
13b2be9c
DJ
3031echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3032echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
f9c19112 3033with_gnu_ld=$lt_cv_prog_gnu_ld
ac48eca1 3034
d6d788bd 3035
13b2be9c
DJ
3036echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3037echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3038if test "${lt_cv_ld_reload_flag+set}" = set; then
3039 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3040else
3041 lt_cv_ld_reload_flag='-r'
3042fi
13b2be9c
DJ
3043echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3044echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
ac48eca1
AO
3045reload_flag=$lt_cv_ld_reload_flag
3046test -n "$reload_flag" && reload_flag=" $reload_flag"
252b5132 3047
13b2be9c
DJ
3048echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3049echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3050if test "${lt_cv_path_NM+set}" = set; then
3051 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
3052else
3053 if test -n "$NM"; then
3054 # Let the user override the test.
f9c19112 3055 lt_cv_path_NM="$NM"
252b5132 3056else
a74801ba 3057 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
bedf545c 3058 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
252b5132 3059 test -z "$ac_dir" && ac_dir=.
ac48eca1
AO
3060 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3061 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
252b5132
RH
3062 # Check to see if the nm accepts a BSD-compat flag.
3063 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3064 # nm: unknown option "B" ignored
58cccadb
AO
3065 # Tru64's nm complains that /dev/null is an invalid object file
3066 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
f9c19112 3067 lt_cv_path_NM="$tmp_nm -B"
bedf545c 3068 break
ac48eca1 3069 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
f9c19112 3070 lt_cv_path_NM="$tmp_nm -p"
bedf545c 3071 break
252b5132 3072 else
f9c19112 3073 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
bedf545c 3074 continue # so that we can try to find one that supports BSD flags
252b5132 3075 fi
252b5132
RH
3076 fi
3077 done
3078 IFS="$ac_save_ifs"
f9c19112 3079 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
252b5132
RH
3080fi
3081fi
3082
f9c19112 3083NM="$lt_cv_path_NM"
13b2be9c
DJ
3084echo "$as_me:$LINENO: result: $NM" >&5
3085echo "${ECHO_T}$NM" >&6
252b5132 3086
13b2be9c
DJ
3087echo "$as_me:$LINENO: checking whether ln -s works" >&5
3088echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3089LN_S=$as_ln_s
3090if test "$LN_S" = "ln -s"; then
3091 echo "$as_me:$LINENO: result: yes" >&5
3092echo "${ECHO_T}yes" >&6
252b5132 3093else
13b2be9c
DJ
3094 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3095echo "${ECHO_T}no, using $LN_S" >&6
252b5132
RH
3096fi
3097
13b2be9c
DJ
3098echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3099echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3100if test "${lt_cv_deplibs_check_method+set}" = set; then
3101 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3102else
d64552c5 3103 lt_cv_file_magic_cmd='$MAGIC_CMD'
ac48eca1
AO
3104lt_cv_file_magic_test_file=
3105lt_cv_deplibs_check_method='unknown'
3106# Need to set the preceding variable on all platforms that support
3107# interlibrary dependencies.
3108# 'none' -- dependencies not supported.
3109# `unknown' -- same as none, but documents that we really don't know.
3110# 'pass_all' -- all dependencies passed with no checks.
3111# 'test_compile' -- check by making test program.
3112# 'file_magic [regex]' -- check by looking for files in library path
3113# which responds to the $file_magic_cmd with a given egrep regex.
3114# If you have `file' or equivalent on your system and you're not sure
3115# whether `pass_all' will *always* work, you probably want this one.
3116
f9c19112
HPN
3117case $host_os in
3118aix*)
ac48eca1
AO
3119 lt_cv_deplibs_check_method=pass_all
3120 ;;
3121
3122beos*)
3123 lt_cv_deplibs_check_method=pass_all
3124 ;;
3125
3126bsdi4*)
f9c19112
HPN
3127 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3128 lt_cv_file_magic_cmd='/usr/bin/file -L'
ac48eca1
AO
3129 lt_cv_file_magic_test_file=/shlib/libc.so
3130 ;;
3131
d64552c5 3132cygwin* | mingw* |pw32*)
ac48eca1 3133 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d64552c5 3134 lt_cv_file_magic_cmd='$OBJDUMP -f'
ac48eca1
AO
3135 ;;
3136
f9c19112
HPN
3137darwin* | rhapsody*)
3138 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
6840198f
NC
3139 lt_cv_file_magic_cmd='/usr/bin/file -L'
3140 case "$host_os" in
3141 rhapsody* | darwin1.012)
3142 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3143 ;;
3144 *) # Darwin 1.3 on
3145 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3146 ;;
3147 esac
f9c19112
HPN
3148 ;;
3149
ac48eca1
AO
3150freebsd* )
3151 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
f9c19112 3152 case $host_cpu in
ac48eca1 3153 i*86 )
58cccadb
AO
3154 # Not sure whether the presence of OpenBSD here was a mistake.
3155 # Let's accept both of them until this is cleared up.
f9c19112
HPN
3156 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3157 lt_cv_file_magic_cmd=/usr/bin/file
ac48eca1
AO
3158 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3159 ;;
3160 esac
3161 else
3162 lt_cv_deplibs_check_method=pass_all
3163 fi
3164 ;;
3165
3166gnu*)
3167 lt_cv_deplibs_check_method=pass_all
3168 ;;
3169
f9c19112 3170hpux10.20*|hpux11*)
4867be41
DJ
3171 case $host_cpu in
3172 hppa*)
3173 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3174 lt_cv_file_magic_cmd=/usr/bin/file
3175 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3176 ;;
3177 ia64*)
3178 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3179 lt_cv_file_magic_cmd=/usr/bin/file
3180 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3181 ;;
3182 esac
ac48eca1
AO
3183 ;;
3184
3185irix5* | irix6*)
f9c19112 3186 case $host_os in
ac48eca1
AO
3187 irix5*)
3188 # this will be overridden with pass_all, but let us keep it just in case
3189 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3190 ;;
3191 *)
f9c19112 3192 case $LD in
ac48eca1
AO
3193 *-32|*"-32 ") libmagic=32-bit;;
3194 *-n32|*"-n32 ") libmagic=N32;;
3195 *-64|*"-64 ") libmagic=64-bit;;
3196 *) libmagic=never-match;;
3197 esac
3198 # this will be overridden with pass_all, but let us keep it just in case
f9c19112
HPN
3199 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3200 ;;
ac48eca1
AO
3201 esac
3202 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3203 lt_cv_deplibs_check_method=pass_all
3204 ;;
3205
3206# This must be Linux ELF.
58cccadb 3207linux-gnu*)
f9c19112 3208 case $host_cpu in
dbeba5e5 3209 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
ac48eca1
AO
3210 lt_cv_deplibs_check_method=pass_all ;;
3211 *)
3212 # glibc up to 2.1.1 does not perform some relocations on ARM
f9c19112
HPN
3213 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3214 esac
ac48eca1
AO
3215 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3216 ;;
3217
3218netbsd*)
f9c19112 3219 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
6840198f 3220 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
ac48eca1 3221 else
6840198f 3222 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
ac48eca1 3223 fi
f9c19112
HPN
3224 ;;
3225
3226newsos6)
3227 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3228 lt_cv_file_magic_cmd=/usr/bin/file
3229 lt_cv_file_magic_test_file=/usr/lib/libnls.so
ac48eca1
AO
3230 ;;
3231
3232osf3* | osf4* | osf5*)
3233 # this will be overridden with pass_all, but let us keep it just in case
3234 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3235 lt_cv_file_magic_test_file=/shlib/libc.so
3236 lt_cv_deplibs_check_method=pass_all
3237 ;;
3238
3239sco3.2v5*)
3240 lt_cv_deplibs_check_method=pass_all
3241 ;;
3242
3243solaris*)
3244 lt_cv_deplibs_check_method=pass_all
3245 lt_cv_file_magic_test_file=/lib/libc.so
3246 ;;
3247
6be7c12c
AO
3248sysv5uw[78]* | sysv4*uw2*)
3249 lt_cv_deplibs_check_method=pass_all
3250 ;;
3251
ac48eca1 3252sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
f9c19112 3253 case $host_vendor in
ac48eca1
AO
3254 ncr)
3255 lt_cv_deplibs_check_method=pass_all
3256 ;;
3257 motorola)
f9c19112
HPN
3258 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]'
3259 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
ac48eca1
AO
3260 ;;
3261 esac
3262 ;;
3263esac
3264
3265fi
13b2be9c
DJ
3266echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3267echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
ac48eca1
AO
3268file_magic_cmd=$lt_cv_file_magic_cmd
3269deplibs_check_method=$lt_cv_deplibs_check_method
3270
c8615825 3271
c8615825 3272
c8615825 3273
ac48eca1
AO
3274# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3275
3276# Only perform the check for file, if the check method requires it
f9c19112 3277case $deplibs_check_method in
ac48eca1 3278file_magic*)
d64552c5 3279 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
13b2be9c
DJ
3280 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3281echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3282if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3283 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3284else
f9c19112 3285 case $MAGIC_CMD in
ac48eca1 3286 /*)
d64552c5 3287 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3288 ;;
3289 ?:/*)
d64552c5 3290 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3291 ;;
3292 *)
d64552c5 3293 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3294 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3295 ac_dummy="/usr/bin:$PATH"
3296 for ac_dir in $ac_dummy; do
3297 test -z "$ac_dir" && ac_dir=.
3298 if test -f $ac_dir/${ac_tool_prefix}file; then
d64552c5 3299 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
ac48eca1 3300 if test -n "$file_magic_test_file"; then
f9c19112 3301 case $deplibs_check_method in
ac48eca1
AO
3302 "file_magic "*)
3303 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3304 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3305 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3306 egrep "$file_magic_regex" > /dev/null; then
3307 :
3308 else
3309 cat <<EOF 1>&2
3310
3311*** Warning: the command libtool uses to detect shared libraries,
3312*** $file_magic_cmd, produces output that libtool cannot recognize.
3313*** The result is that libtool may fail to recognize shared libraries
3314*** as such. This will affect the creation of libtool libraries that
3315*** depend on shared libraries, but programs linked with such libtool
3316*** libraries will work regardless of this problem. Nevertheless, you
3317*** may want to report the problem to your system manager and/or to
3318*** bug-libtool@gnu.org
3319
3320EOF
3321 fi ;;
3322 esac
3323 fi
3324 break
3325 fi
3326 done
3327 IFS="$ac_save_ifs"
d64552c5 3328 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3329 ;;
3330esac
3331fi
3332
d64552c5
AO
3333MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3334if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3335 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3336echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3337else
13b2be9c
DJ
3338 echo "$as_me:$LINENO: result: no" >&5
3339echo "${ECHO_T}no" >&6
ac48eca1
AO
3340fi
3341
d64552c5 3342if test -z "$lt_cv_path_MAGIC_CMD"; then
ac48eca1 3343 if test -n "$ac_tool_prefix"; then
13b2be9c
DJ
3344 echo "$as_me:$LINENO: checking for file" >&5
3345echo $ECHO_N "checking for file... $ECHO_C" >&6
3346if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3347 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3348else
f9c19112 3349 case $MAGIC_CMD in
ac48eca1 3350 /*)
d64552c5 3351 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
ac48eca1
AO
3352 ;;
3353 ?:/*)
d64552c5 3354 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
ac48eca1
AO
3355 ;;
3356 *)
d64552c5 3357 ac_save_MAGIC_CMD="$MAGIC_CMD"
ac48eca1
AO
3358 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3359 ac_dummy="/usr/bin:$PATH"
3360 for ac_dir in $ac_dummy; do
3361 test -z "$ac_dir" && ac_dir=.
3362 if test -f $ac_dir/file; then
d64552c5 3363 lt_cv_path_MAGIC_CMD="$ac_dir/file"
ac48eca1 3364 if test -n "$file_magic_test_file"; then
f9c19112 3365 case $deplibs_check_method in
ac48eca1
AO
3366 "file_magic "*)
3367 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
d64552c5 3368 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
ac48eca1
AO
3369 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3370 egrep "$file_magic_regex" > /dev/null; then
3371 :
3372 else
3373 cat <<EOF 1>&2
3374
3375*** Warning: the command libtool uses to detect shared libraries,
3376*** $file_magic_cmd, produces output that libtool cannot recognize.
3377*** The result is that libtool may fail to recognize shared libraries
3378*** as such. This will affect the creation of libtool libraries that
3379*** depend on shared libraries, but programs linked with such libtool
3380*** libraries will work regardless of this problem. Nevertheless, you
3381*** may want to report the problem to your system manager and/or to
3382*** bug-libtool@gnu.org
3383
3384EOF
3385 fi ;;
3386 esac
3387 fi
3388 break
3389 fi
3390 done
3391 IFS="$ac_save_ifs"
d64552c5 3392 MAGIC_CMD="$ac_save_MAGIC_CMD"
ac48eca1
AO
3393 ;;
3394esac
3395fi
3396
d64552c5
AO
3397MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3398if test -n "$MAGIC_CMD"; then
13b2be9c
DJ
3399 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3400echo "${ECHO_T}$MAGIC_CMD" >&6
ac48eca1 3401else
13b2be9c
DJ
3402 echo "$as_me:$LINENO: result: no" >&5
3403echo "${ECHO_T}no" >&6
ac48eca1
AO
3404fi
3405
3406 else
d64552c5 3407 MAGIC_CMD=:
ac48eca1
AO
3408 fi
3409fi
3410
3411 fi
3412 ;;
3413esac
3414
13b2be9c
DJ
3415if test -n "$ac_tool_prefix"; then
3416 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
ac48eca1 3417set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13b2be9c
DJ
3418echo "$as_me:$LINENO: checking for $ac_word" >&5
3419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3420if test "${ac_cv_prog_RANLIB+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3422else
3423 if test -n "$RANLIB"; then
3424 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3425else
13b2be9c
DJ
3426as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3427for as_dir in $PATH
3428do
3429 IFS=$as_save_IFS
3430 test -z "$as_dir" && as_dir=.
3431 for ac_exec_ext in '' $ac_executable_extensions; do
3432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3433 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3435 break 2
3436 fi
3437done
3438done
3439
ac48eca1
AO
3440fi
3441fi
13b2be9c 3442RANLIB=$ac_cv_prog_RANLIB
ac48eca1 3443if test -n "$RANLIB"; then
13b2be9c
DJ
3444 echo "$as_me:$LINENO: result: $RANLIB" >&5
3445echo "${ECHO_T}$RANLIB" >&6
ac48eca1 3446else
13b2be9c
DJ
3447 echo "$as_me:$LINENO: result: no" >&5
3448echo "${ECHO_T}no" >&6
ac48eca1
AO
3449fi
3450
13b2be9c 3451fi
ac48eca1 3452if test -z "$ac_cv_prog_RANLIB"; then
13b2be9c 3453 ac_ct_RANLIB=$RANLIB
ac48eca1
AO
3454 # Extract the first word of "ranlib", so it can be a program name with args.
3455set dummy ranlib; ac_word=$2
13b2be9c
DJ
3456echo "$as_me:$LINENO: checking for $ac_word" >&5
3457echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3458if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3459 echo $ECHO_N "(cached) $ECHO_C" >&6
d6d788bd 3460else
13b2be9c
DJ
3461 if test -n "$ac_ct_RANLIB"; then
3462 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
d6d788bd 3463else
13b2be9c
DJ
3464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3465for as_dir in $PATH
3466do
3467 IFS=$as_save_IFS
3468 test -z "$as_dir" && as_dir=.
3469 for ac_exec_ext in '' $ac_executable_extensions; do
3470 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3471 ac_cv_prog_ac_ct_RANLIB="ranlib"
3472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3473 break 2
3474 fi
3475done
3476done
3477
3478 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
ac48eca1
AO
3479fi
3480fi
13b2be9c
DJ
3481ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3482if test -n "$ac_ct_RANLIB"; then
3483 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3484echo "${ECHO_T}$ac_ct_RANLIB" >&6
ac48eca1 3485else
13b2be9c
DJ
3486 echo "$as_me:$LINENO: result: no" >&5
3487echo "${ECHO_T}no" >&6
ac48eca1
AO
3488fi
3489
13b2be9c 3490 RANLIB=$ac_ct_RANLIB
ac48eca1 3491else
13b2be9c 3492 RANLIB="$ac_cv_prog_RANLIB"
ac48eca1
AO
3493fi
3494
13b2be9c
DJ
3495if test -n "$ac_tool_prefix"; then
3496 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
ac48eca1 3497set dummy ${ac_tool_prefix}strip; ac_word=$2
13b2be9c
DJ
3498echo "$as_me:$LINENO: checking for $ac_word" >&5
3499echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3500if test "${ac_cv_prog_STRIP+set}" = set; then
3501 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1
AO
3502else
3503 if test -n "$STRIP"; then
3504 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3505else
13b2be9c
DJ
3506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507for as_dir in $PATH
3508do
3509 IFS=$as_save_IFS
3510 test -z "$as_dir" && as_dir=.
3511 for ac_exec_ext in '' $ac_executable_extensions; do
3512 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3513 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3515 break 2
3516 fi
3517done
3518done
3519
ac48eca1
AO
3520fi
3521fi
13b2be9c 3522STRIP=$ac_cv_prog_STRIP
ac48eca1 3523if test -n "$STRIP"; then
13b2be9c
DJ
3524 echo "$as_me:$LINENO: result: $STRIP" >&5
3525echo "${ECHO_T}$STRIP" >&6
ac48eca1 3526else
13b2be9c
DJ
3527 echo "$as_me:$LINENO: result: no" >&5
3528echo "${ECHO_T}no" >&6
ac48eca1
AO
3529fi
3530
13b2be9c 3531fi
ac48eca1 3532if test -z "$ac_cv_prog_STRIP"; then
13b2be9c 3533 ac_ct_STRIP=$STRIP
ac48eca1
AO
3534 # Extract the first word of "strip", so it can be a program name with args.
3535set dummy strip; ac_word=$2
13b2be9c
DJ
3536echo "$as_me:$LINENO: checking for $ac_word" >&5
3537echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3538if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3539 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 3540else
13b2be9c
DJ
3541 if test -n "$ac_ct_STRIP"; then
3542 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
ac48eca1 3543else
13b2be9c
DJ
3544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3545for as_dir in $PATH
3546do
3547 IFS=$as_save_IFS
3548 test -z "$as_dir" && as_dir=.
3549 for ac_exec_ext in '' $ac_executable_extensions; do
3550 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3551 ac_cv_prog_ac_ct_STRIP="strip"
3552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3553 break 2
3554 fi
3555done
3556done
3557
3558 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
d6d788bd
L
3559fi
3560fi
13b2be9c
DJ
3561ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3562if test -n "$ac_ct_STRIP"; then
3563 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3564echo "${ECHO_T}$ac_ct_STRIP" >&6
d6d788bd 3565else
13b2be9c
DJ
3566 echo "$as_me:$LINENO: result: no" >&5
3567echo "${ECHO_T}no" >&6
d6d788bd
L
3568fi
3569
13b2be9c 3570 STRIP=$ac_ct_STRIP
d6d788bd 3571else
13b2be9c 3572 STRIP="$ac_cv_prog_STRIP"
d6d788bd
L
3573fi
3574
252b5132 3575
252b5132 3576# Check for any special flags to pass to ltconfig.
bedf545c 3577libtool_flags="--cache-file=$cache_file"
252b5132
RH
3578test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3579test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
bedf545c 3580test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
f9c19112
HPN
3581test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3582test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
252b5132 3583
d6d788bd 3584
a74801ba
ILT
3585# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3586if test "${enable_libtool_lock+set}" = set; then
3587 enableval="$enable_libtool_lock"
a74801ba 3588
13b2be9c 3589fi;
a74801ba
ILT
3590test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3591test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3592
13b2be9c 3593
ac48eca1
AO
3594# Check whether --with-pic or --without-pic was given.
3595if test "${with_pic+set}" = set; then
3596 withval="$with_pic"
3597 pic_mode="$withval"
3598else
3599 pic_mode=default
13b2be9c 3600fi;
ac48eca1
AO
3601test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3602test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3603
252b5132
RH
3604# Some flags need to be propagated to the compiler or linker for good
3605# libtool support.
f9c19112 3606case $host in
252b5132
RH
3607*-*-irix6*)
3608 # Find out which ABI we are using.
13dfd2d0 3609 echo '#line 3609 "configure"' > conftest.$ac_ext
13b2be9c
DJ
3610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3611 (eval $ac_compile) 2>&5
3612 ac_status=$?
3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614 (exit $ac_status); }; then
e0001a05
NC
3615 if test "$lt_cv_prog_gnu_ld" = yes; then
3616 case `/usr/bin/file conftest.$ac_objext` in
3617 *32-bit*)
3618 LD="${LD-ld} -melf32bsmip"
3619 ;;
3620 *N32*)
3621 LD="${LD-ld} -melf32bmipn32"
3622 ;;
3623 *64-bit*)
3624 LD="${LD-ld} -melf64bmip"
3625 ;;
3626 esac
3627 else
f9c19112 3628 case `/usr/bin/file conftest.$ac_objext` in
252b5132
RH
3629 *32-bit*)
3630 LD="${LD-ld} -32"
3631 ;;
3632 *N32*)
3633 LD="${LD-ld} -n32"
3634 ;;
3635 *64-bit*)
3636 LD="${LD-ld} -64"
3637 ;;
3638 esac
e0001a05 3639 fi
252b5132
RH
3640 fi
3641 rm -rf conftest*
3642 ;;
3643
4867be41
DJ
3644ia64-*-hpux*)
3645 # Find out which ABI we are using.
3646 echo 'int i;' > conftest.$ac_ext
13b2be9c
DJ
3647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3648 (eval $ac_compile) 2>&5
3649 ac_status=$?
3650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3651 (exit $ac_status); }; then
4867be41
DJ
3652 case "`/usr/bin/file conftest.o`" in
3653 *ELF-32*)
3654 HPUX_IA64_MODE="32"
3655 ;;
3656 *ELF-64*)
3657 HPUX_IA64_MODE="64"
3658 ;;
3659 esac
3660 fi
3661 rm -rf conftest*
3662 ;;
3663
252b5132
RH
3664*-*-sco3.2v5*)
3665 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
bedf545c 3666 SAVE_CFLAGS="$CFLAGS"
252b5132 3667 CFLAGS="$CFLAGS -belf"
13b2be9c
DJ
3668 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3669echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3670if test "${lt_cv_cc_needs_belf+set}" = set; then
3671 echo $ECHO_N "(cached) $ECHO_C" >&6
bedf545c 3672else
13b2be9c
DJ
3673
3674
ac48eca1 3675 ac_ext=c
ac48eca1 3676ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3677ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680
3681 cat >conftest.$ac_ext <<_ACEOF
3682#line $LINENO "configure"
3683/* confdefs.h. */
3684_ACEOF
3685cat confdefs.h >>conftest.$ac_ext
3686cat >>conftest.$ac_ext <<_ACEOF
3687/* end confdefs.h. */
bedf545c 3688
13b2be9c
DJ
3689int
3690main ()
3691{
6840198f 3692
13b2be9c
DJ
3693 ;
3694 return 0;
3695}
3696_ACEOF
3697rm -f conftest.$ac_objext conftest$ac_exeext
3698if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3699 (eval $ac_link) 2>&5
3700 ac_status=$?
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 (exit $ac_status); } &&
3703 { ac_try='test -s conftest$ac_exeext'
3704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3705 (eval $ac_try) 2>&5
3706 ac_status=$?
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); }; }; then
bedf545c
ILT
3709 lt_cv_cc_needs_belf=yes
3710else
13b2be9c
DJ
3711 echo "$as_me: failed program was:" >&5
3712sed 's/^/| /' conftest.$ac_ext >&5
3713
3714lt_cv_cc_needs_belf=no
bedf545c 3715fi
13b2be9c 3716rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
ac48eca1 3717 ac_ext=c
ac48eca1 3718ac_cpp='$CPP $CPPFLAGS'
13b2be9c
DJ
3719ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3720ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3721ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 3722
bedf545c 3723fi
13b2be9c
DJ
3724echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3725echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
bedf545c
ILT
3726 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
3727 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3728 CFLAGS="$SAVE_CFLAGS"
3729 fi
252b5132
RH
3730 ;;
3731
d6d788bd 3732
252b5132
RH
3733esac
3734
d6d788bd 3735
bedf545c 3736# Save cache, so that ltconfig can load it
13b2be9c 3737cat >confcache <<\_ACEOF
bedf545c
ILT
3738# This file is a shell script that caches the results of configure
3739# tests run on this system so they can be shared between configure
13b2be9c
DJ
3740# scripts and configure runs, see configure's option --config-cache.
3741# It is not useful on other systems. If it contains results you don't
3742# want to keep, you may remove or edit it.
bedf545c 3743#
13b2be9c
DJ
3744# config.status only pays attention to the cache file if you give it
3745# the --recheck option to rerun configure.
bedf545c 3746#
13b2be9c
DJ
3747# `ac_cv_env_foo' variables (set or unset) will be overridden when
3748# loading this file, other *unset* `ac_cv_foo' will be assigned the
3749# following values.
3750
3751_ACEOF
3752
bedf545c 3753# The following way of writing the cache mishandles newlines in values,
9b2b7d69
MM
3754# but we know of no workaround that is simple, portable, and efficient.
3755# So, don't put newlines in cache variables' values.
3756# Ultrix sh set writes to stderr and can't be redirected directly,
3757# and sets the high bit in the cache file unless we assign to the vars.
13b2be9c
DJ
3758{
3759 (set) 2>&1 |
3760 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3761 *ac_space=\ *)
3762 # `set' does not quote correctly, so add quotes (double-quote
3763 # substitution turns \\\\ into \\, and sed turns \\ into \).
3764 sed -n \
3765 "s/'/'\\\\''/g;
3766 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3767 ;;
3768 *)
3769 # `set' quotes correctly as required by POSIX, so do not add quotes.
3770 sed -n \
3771 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3772 ;;
3773 esac;
3774} |
3775 sed '
3776 t clear
3777 : clear
3778 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3779 t end
3780 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3781 : end' >>confcache
3782if diff $cache_file confcache >/dev/null 2>&1; then :; else
bedf545c 3783 if test -w $cache_file; then
13b2be9c
DJ
3784 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3785 cat confcache >$cache_file
bedf545c
ILT
3786 else
3787 echo "not updating unwritable cache $cache_file"
3788 fi
3789fi
3790rm -f confcache
3791
252b5132 3792# Actually configure libtool. ac_aux_dir is where install-sh is found.
ac48eca1 3793AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
d64552c5 3794MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
ac48eca1
AO
3795LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
3796AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
3797objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
3798deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
252b5132 3799${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
ac48eca1 3800$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
13b2be9c
DJ
3801|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
3802echo "$as_me: error: libtool configure failed" >&2;}
3803 { (exit 1); exit 1; }; }
252b5132 3804
bedf545c
ILT
3805# Reload cache, that may have been modified by ltconfig
3806if test -r "$cache_file"; then
13b2be9c
DJ
3807 # Some versions of bash will fail to source /dev/null (special
3808 # files actually), so we avoid doing that.
3809 if test -f "$cache_file"; then
3810 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3811echo "$as_me: loading cache $cache_file" >&6;}
3812 case $cache_file in
3813 [\\/]* | ?:[\\/]* ) . $cache_file;;
3814 *) . ./$cache_file;;
3815 esac
3816 fi
bedf545c 3817else
13b2be9c
DJ
3818 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3819echo "$as_me: creating cache $cache_file" >&6;}
3820 >$cache_file
bedf545c
ILT
3821fi
3822
d6d788bd 3823
bedf545c 3824# This can be used to rebuild libtool when needed
ac48eca1 3825LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
bedf545c
ILT
3826
3827# Always use our own libtool.
3828LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3829
252b5132
RH
3830# Redirect the config.log output again, so that the ltconfig log is not
3831# clobbered by the next message.
3832exec 5>>./config.log
3833
d6d788bd 3834
13b2be9c
DJ
3835
3836
3837
3838
d6d788bd 3839
252b5132
RH
3840user_bfd_gas=
3841# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
3842if test "${enable_bfd_assembler+set}" = set; then
3843 enableval="$enable_bfd_assembler"
3844 case "${enableval}" in
3845 yes) need_bfd=yes user_bfd_gas=yes ;;
3846 no) user_bfd_gas=no ;;
13b2be9c
DJ
3847 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} given for bfd-assembler option" >&5
3848echo "$as_me: error: bad value ${enableval} given for bfd-assembler option" >&2;}
3849 { (exit 1); exit 1; }; } ;;
252b5132 3850esac
13b2be9c 3851fi; # Check whether --enable-targets or --disable-targets was given.
252b5132
RH
3852if test "${enable_targets+set}" = set; then
3853 enableval="$enable_targets"
3854 case "${enableval}" in
13b2be9c
DJ
3855 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
3856echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
3857 { (exit 1); exit 1; }; }
252b5132
RH
3858 ;;
3859 no) enable_targets= ;;
3860 *) enable_targets=$enableval ;;
3861esac
13b2be9c 3862fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
252b5132
RH
3863if test "${enable_commonbfdlib+set}" = set; then
3864 enableval="$enable_commonbfdlib"
3865 case "${enableval}" in
3866 yes) commonbfdlib=true ;;
3867 no) commonbfdlib=false ;;
13b2be9c
DJ
3868 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
3869echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
3870 { (exit 1); exit 1; }; } ;;
252b5132 3871esac
13b2be9c 3872fi;
252b5132
RH
3873using_cgen=no
3874
0218d1e4 3875build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
a2d91340
AC
3876# Check whether --enable-build-warnings or --disable-build-warnings was given.
3877if test "${enable_build_warnings+set}" = set; then
3878 enableval="$enable_build_warnings"
3879 case "${enableval}" in
3880 yes) ;;
3881 no) build_warnings="-w";;
3882 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
3883 build_warnings="${build_warnings} ${t}";;
3884 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
3885 build_warnings="${t} ${build_warnings}";;
3886 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
3887esac
3888if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
3889 echo "Setting warning flags = $build_warnings" 6>&1
3890fi
13b2be9c 3891fi; WARN_CFLAGS=""
a2d91340
AC
3892if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
3893 WARN_CFLAGS="${build_warnings}"
3894fi
3895
d6d788bd 3896
252b5132 3897# Generate a header file
13b2be9c 3898 ac_config_headers="$ac_config_headers config.h:config.in"
d6d788bd 3899
252b5132 3900
76a27922
ILT
3901# If we are on a DOS filesystem, we must use gdb.ini rather than
3902# .gdbinit.
76a27922 3903case "${host}" in
591d4689 3904 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
76a27922 3905 GDBINIT="gdb.ini"
13b2be9c
DJ
3906 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
3907
3908 ;;
3909 *)
3910 GDBINIT=".gdbinit"
3911 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
3912
76a27922
ILT
3913 ;;
3914esac
3915
d6d788bd 3916
252b5132
RH
3917te_file=generic
3918
3919# Makefile target for installing gas in $(tooldir)/bin.
3920install_tooldir=install-exec-tooldir
3921
3922canon_targets=""
15886821 3923all_targets=no
252b5132
RH
3924if test -n "$enable_targets" ; then
3925 for t in `echo $enable_targets | sed 's/,/ /g'`; do
15886821
L
3926 if test $t = "all"; then
3927 all_targets=yes
3928 continue
3929 fi
6d83c84b 3930 result=`$ac_config_sub $t 2>/dev/null`
252b5132
RH
3931 if test -n "$result" ; then
3932 canon_targets="$canon_targets $result"
3933# else
3934# # Permit "all", etc. We don't support it yet though.
3935# canon_targets="$canon_targets $t"
3936 fi
3937 done
3938 _gas_uniq_list="$canon_targets"
3939_gas_uniq_newlist=""
3940for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
3941 case $_gas_uniq_i in
3942 _gas_uniq_dummy) ;;
3943 *) case " $_gas_uniq_newlist " in
3944 *" $_gas_uniq_i "*) ;;
3945 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
3946 esac ;;
3947 esac
3948done
3949canon_targets=$_gas_uniq_newlist
3950
3951fi
3952
3953emulations=""
3954
3955for this_target in $target $canon_targets ; do
3956
3957 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
3958
3959 # check for architecture variants
3960 arch=
3961 endian=
3962 case ${cpu} in
2ce28d43 3963 am33_2.0) cpu_type=mn10300 endian=little ;;
252b5132 3964 alpha*) cpu_type=alpha ;;
54847c76
DJ
3965 arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
3966 arm*|xscale*|strongarm*) cpu_type=arm endian=little ;;
2fe04c57 3967 c4x*) cpu_type=tic4x ;;
252b5132 3968 hppa*) cpu_type=hppa ;;
80c7c40a 3969 i[3-7]86) cpu_type=i386 arch=i386;;
a735d1cd 3970 x86_64) cpu_type=i386 arch=x86_64;;
800eeca4 3971 ia64) cpu_type=ia64 ;;
13b2be9c
DJ
3972 ip2k) cpu_type=ip2k endian=big ;;
3973 iq2000) cpu_type=iq2000 endian=big ;;
6f6ef0fa 3974 m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
252b5132
RH
3975 m680[012346]0) cpu_type=m68k ;;
3976 m68008) cpu_type=m68k ;;
3977 m683??) cpu_type=m68k ;;
3978 m5200) cpu_type=m68k ;;
3979 m8*) cpu_type=m88k ;;
3980 mips*el) cpu_type=mips endian=little ;;
3981 mips*) cpu_type=mips endian=big ;;
3b16e843 3982 or32*) cpu_type=or32 endian=big ;;
041dd5a9
ILT
3983 pjl*) cpu_type=pj endian=little ;;
3984 pj*) cpu_type=pj endian=big ;;
0baf16f2 3985 powerpc*le*) cpu_type=ppc endian=little ;;
252b5132
RH
3986 powerpc*) cpu_type=ppc endian=big ;;
3987 rs6000*) cpu_type=ppc ;;
a85d7ed0
NC
3988 s390x*) cpu_type=s390 arch=s390x ;;
3989 s390*) cpu_type=s390 arch=s390 ;;
5b0e55b6
JT
3990 sh5*) cpu_type=sh64 endian=big ;;
3991 sh5le*) cpu_type=sh64 endian=little ;;
3992 sh64*) cpu_type=sh64 endian=big ;;
3993 sh64le*) cpu_type=sh64 endian=little ;;
8d05742f 3994 sh*le) cpu_type=sh endian=little ;;
05982cac 3995 sh*) cpu_type=sh endian=big ;;
252b5132
RH
3996 sparclite*) cpu_type=sparc arch=sparclite ;;
3997 sparclet*) cpu_type=sparc arch=sparclet ;;
3998 sparc64*) cpu_type=sparc arch=v9-64 ;;
3999 sparc86x*) cpu_type=sparc arch=sparc86x ;;
4000 sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
4001 v850*) cpu_type=v850 ;;
e0001a05 4002 xtensa*) cpu_type=xtensa arch=xtensa ;;
252b5132
RH
4003 *) cpu_type=${cpu} ;;
4004 esac
4005
4006 if test ${this_target} = $target ; then
4007 target_cpu_type=${cpu_type}
4008 elif test ${target_cpu_type} != ${cpu_type} ; then
4009 continue
4010 fi
4011
4012 generic_target=${cpu_type}-$vendor-$os
4013 dev=no
4014 bfd_gas=no
4015 em=generic
4016
4017 # assign object format
4018 case ${generic_target} in
79500683
AM
4019 a29k-*-coff) fmt=coff ;;
4020 a29k-amd-udi) fmt=coff ;;
4021 a29k-amd-ebmon) fmt=coff ;;
4022 a29k-nyu-sym1) fmt=coff ;;
4023 a29k-*-rtems*) fmt=coff ;;
4024 a29k-*-vxworks*) fmt=coff ;;
4025
4026 alpha*-*-*vms*) fmt=evax ;;
4027 alpha*-*-netware*) fmt=ecoff ;;
4028 alpha*-*-osf*) fmt=ecoff ;;
4029 alpha*-*-linuxecoff*) fmt=ecoff ;;
4030 alpha*-*-linux-gnu*) fmt=elf em=linux ;;
4031 alpha*-*-netbsd*) fmt=elf em=nbsd ;;
4032 alpha*-*-openbsd*) fmt=elf em=obsd ;;
4033
2ce28d43
AO
4034 # cpu_type for am33_2.0 is set to mn10300
4035 mn10300-*-linux*) fmt=elf bfd_gas=yes em=linux ;;
4036
79500683
AM
4037 arc-*-elf*) fmt=elf ;;
4038
4039 arm-*-aout) fmt=aout ;;
4040 arm-*-coff | thumb-*-coff) fmt=coff ;;
28d297de 4041 arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
79500683 4042 arm-*-elf | thumb-*-elf) fmt=elf ;;
42b5d0ea 4043 arm-*-kaos*) fmt=elf ;;
0decc840 4044 arm*-*-conix*) fmt=elf ;;
79500683
AM
4045 arm-*-linux*aout*) fmt=aout em=linux ;;
4046 arm*-*-linux-gnu*) fmt=elf em=linux ;;
4047 arm*-*-uclinux*) fmt=elf em=linux ;;
8bdcf8ca 4048 arm-*-netbsdelf*) fmt=elf em=nbsd ;;
79500683
AM
4049 arm-*-*n*bsd*) fmt=aout em=nbsd ;;
4050 arm-**-nto*) fmt=elf ;;
4051 arm-*-oabi | thumb-*-oabi) fmt=elf ;;
4052 arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
c1e73230 4053 arm-*-wince) fmt=coff em=wince-pe ;;
79500683
AM
4054 arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
4055 arm-*-riscix*) fmt=aout em=riscix ;;
4056 arm-*-vxworks) fmt=coff ;;
4057
4058 avr-*-*) fmt=elf ;;
4059
399f703e 4060 cris-*-linux-gnu*) fmt=multi bfd_gas=yes em=linux ;;
79500683
AM
4061 cris-*-*) fmt=multi bfd_gas=yes ;;
4062
4063 d10v-*-*) fmt=elf ;;
4064 d30v-*-*) fmt=elf ;;
4065 dlx-*-*) fmt=elf ;;
4066
4067 fr30-*-*) fmt=elf ;;
4068 frv-*-*) fmt=elf ;;
4069
4070 hppa-*-linux*) case ${cpu} in
4071 hppa*64*) fmt=elf em=hppalinux64;;
4072 hppa*) fmt=elf em=linux;;
4073 esac ;;
4074 hppa-*-*elf*) fmt=elf em=hppa ;;
4075 hppa-*-lites*) fmt=elf em=hppa ;;
4076 hppa-*-netbsd*) fmt=elf em=nbsd ;;
4077 hppa-*-openbsd*) fmt=elf em=hppa ;;
4078 hppa-*-osf*) fmt=som em=hppa ;;
4079 hppa-*-rtems*) fmt=elf em=hppa ;;
4080 hppa-*-hpux11*) case ${cpu} in
4081 hppa*64*) fmt=elf em=hppa64 ;;
4082 hppa*) fmt=som em=hppa ;;
4083 esac ;;
4084 hppa-*-hpux*) fmt=som em=hppa ;;
4085 hppa-*-mpeix*) fmt=som em=hppa ;;
4086 hppa-*-bsd*) fmt=som em=hppa ;;
4087 hppa-*-hiux*) fmt=som em=hppa ;;
4088
4089 h8300-*-rtems*) fmt=coff ;;
4090 h8300-*-coff) fmt=coff ;;
4091 h8300-*-elf) fmt=elf ;;
4092 h8500-*-rtems*) fmt=coff ;;
4093 h8500-*-coff) fmt=coff ;;
4094
4095 i370-*-elf* | i370-*-linux*) fmt=elf ;;
4096 i386-ibm-aix*) fmt=coff em=i386aix ;;
4097 i386-sequent-bsd*) fmt=aout em=dynix ;;
4098 i386-*-beospe*) fmt=coff em=pe ;;
4099 i386-*-beos*) fmt=elf ;;
4100 i386-*-coff) fmt=coff ;;
4101 i386-*-elf) fmt=elf ;;
42b5d0ea 4102 i386-*-kaos*) fmt=elf ;;
79500683
AM
4103 i386-*-bsd*) fmt=aout em=386bsd ;;
4104 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
4105 i386-*-netbsdpe*) fmt=coff em=pe ;;
a06a29f2 4106 i386-*-netbsd*-gnu*) fmt=elf em=nbsd ;;
79500683
AM
4107 i386-*-netbsdelf*) fmt=elf em=nbsd ;;
4108 i386-*-*n*bsd*) case ${cpu} in
4109 x86_64) fmt=elf em=nbsd ;;
4110 *) fmt=aout em=nbsd ;;
4111 esac ;;
4112 i386-*-linux*aout*) fmt=aout em=linux ;;
4113 i386-*-linux*oldld) fmt=aout em=linux ;;
4114 i386-*-linux*coff*) fmt=coff em=linux ;;
4115 i386-*-linux-gnu*) fmt=elf em=linux ;;
4116 x86_64-*-linux-gnu*) fmt=elf em=linux ;;
4117 i386-*-lynxos*) fmt=coff em=lynx ;;
4118 i386-*-sysv[45]*) fmt=elf ;;
4119 i386-*-solaris*) fmt=elf ;;
4120 i386-*-freebsdaout*) fmt=aout em=386bsd ;;
4121 i386-*-freebsd[12].*) fmt=aout em=386bsd ;;
4122 i386-*-freebsd[12]) fmt=aout em=386bsd ;;
13dfd2d0
NC
4123 i386-*-freebsd* | i386-*-kfreebsd*-gnu)
4124 fmt=elf em=freebsd ;;
79500683
AM
4125 i386-*-sysv*) fmt=coff ;;
4126 i386-*-sco3.2v5*coff) fmt=coff ;;
4127 i386-*-isc*) fmt=coff ;;
4128 i386-*-sco3.2v5*) fmt=elf
4129 if test ${this_target} = $target; then
13b2be9c
DJ
4130
4131cat >>confdefs.h <<\_ACEOF
252b5132 4132#define SCO_ELF 1
13b2be9c 4133_ACEOF
252b5132 4134
79500683
AM
4135 fi ;;
4136 i386-*-sco3.2*) fmt=coff ;;
4137 i386-*-vsta) fmt=aout ;;
4138 i386-*-msdosdjgpp* \
4139 | i386-*-go32* \
4140 | i386-go32-rtems*) fmt=coff em=go32
13b2be9c
DJ
4141
4142cat >>confdefs.h <<\_ACEOF
56385375 4143#define STRICTCOFF 1
13b2be9c 4144_ACEOF
79500683
AM
4145 ;;
4146 i386-*-rtemself*) fmt=elf ;;
4147 i386-*-rtemscoff*) fmt=coff ;;
4148 i386-*-rtems*) fmt=elf ;;
4149 i386-*-gnu*) fmt=elf ;;
4150 i386-*-mach*) fmt=aout em=mach ;;
4151 i386-*-msdos*) fmt=aout ;;
4152 i386-*-moss*) fmt=elf ;;
4153 i386-*-pe) fmt=coff em=pe ;;
4154 i386-*-cygwin*) fmt=coff em=pe ;;
4155 i386-*-interix*) fmt=coff em=interix ;;
4156 i386-*-mingw32*) fmt=coff em=pe ;;
4157 i386-*-nto-qnx*) fmt=elf ;;
4158 i386-*-*nt*) fmt=coff em=pe ;;
4159 i386-*-vxworks*) fmt=aout ;;
4160 i386-*-chaos) fmt=elf ;;
4161
4162 i860-*-*) fmt=elf endian=little
13b2be9c
DJ
4163 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
4164echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;} ;;
79500683
AM
4165 i960-*-bout) fmt=bout ;;
4166 i960-*-coff) fmt=coff em=ic960 ;;
4167 i960-*-rtems*) fmt=coff em=ic960 ;;
4168 i960-*-nindy*) fmt=bout ;;
4169 i960-*-vxworks5.0) fmt=bout ;;
4170 i960-*-vxworks5.*) fmt=coff em=ic960 ;;
4171 i960-*-vxworks*) fmt=bout ;;
4172 i960-*-elf*) fmt=elf ;;
4173
4174 ia64-*-elf*) fmt=elf ;;
4175 ia64-*-aix*) fmt=elf em=ia64aix ;;
4176 ia64-*-linux-gnu*) fmt=elf em=linux ;;
4177 ia64-*-hpux*) fmt=elf em=hpux ;;
4178 ia64-*-netbsd*) fmt=elf em=nbsd ;;
4179
4180 ip2k-*-*) fmt=elf ;;
4181
da896d3f 4182 iq2000-*-elf) fmt=elf bfd_gas=yes ;;
1c53c80d 4183
79500683
AM
4184 m32r-*-*) fmt=elf ;;
4185
4186 m68hc11-*-* | m6811-*-*) fmt=elf ;;
4187 m68hc12-*-* | m6812-*-*) fmt=elf ;;
4188
4189 m68k-*-vxworks*) fmt=aout em=sun3 ;;
4190 m68k-ericsson-ose) fmt=aout em=sun3 ;;
4191 m68k-*-sunos*) fmt=aout em=sun3 ;;
4192 m68k-motorola-sysv*) fmt=coff em=delta ;;
4193 m68k-bull-sysv3*) fmt=coff em=dpx2 ;;
4194 m68k-apollo-*) fmt=coff em=apollo ;;
4195 m68k-*-elf*) fmt=elf ;;
4196 m68k-*-sysv4*) fmt=elf em=svr4 ;;
4197 m68k-*-sysv*) fmt=coff ;;
4198 m68k-*-coff | m68k-*-rtemscoff*) fmt=coff ;;
4199 m68k-*-rtems*) fmt=elf ;;
4200 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
4201 m68k-*-linux*aout*) fmt=aout em=linux ;;
4202 m68k-*-linux-gnu*) fmt=elf em=linux ;;
4203 m68k-*-gnu*) fmt=elf ;;
4204 m68k-*-lynxos*) fmt=coff em=lynx ;;
4205 m68k-*-netbsdelf*) fmt=elf em=nbsd ;;
4206 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
4207 m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
4208 m68k-apple-aux*) fmt=coff em=aux ;;
4209 m68k-*-psos*) fmt=elf em=psos;;
4210
4211 m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
4212 m88k-*-coff*) fmt=coff ;;
4213
4214 mcore-*-elf) fmt=elf ;;
4215 mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
252b5132
RH
4216
4217 # don't change em like *-*-bsd does
79500683
AM
4218 mips-dec-openbsd*) fmt=elf endian=little ;;
4219 mips-dec-bsd*) fmt=aout endian=little ;;
4220 mips-sony-bsd*) fmt=ecoff ;;
4221 mips-*-bsd*)
13b2be9c
DJ
4222 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
4223echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
4224 { (exit 1); exit 1; }; } ;;
79500683
AM
4225 mips-*-ultrix*) fmt=ecoff endian=little ;;
4226 mips-*-osf*) fmt=ecoff endian=little ;;
4227 mips-*-ecoff*) fmt=ecoff ;;
4228 mips-*-pe*) fmt=coff endian=little em=pe ;;
1de5b6a1
AO
4229 mips-*-irix6*) fmt=elf em=irix ;;
4230 mips-*-irix5*) fmt=elf em=irix ;;
4231 mips-*-irix*) fmt=ecoff em=irix ;;
79500683
AM
4232 mips-*-lnews*) fmt=ecoff em=lnews ;;
4233 mips-*-riscos*) fmt=ecoff ;;
4234 mips*-*-linux*) fmt=elf em=tmips ;;
4235 mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;;
4236 mips-*-sysv*) fmt=ecoff ;;
4237 mips-*-elf* | mips-*-rtems*) fmt=elf ;;
dbeba5e5
CD
4238 mips-*-netbsd*) fmt=elf ;;
4239 mips-*-openbsd*) fmt=elf ;;
79500683
AM
4240 mips-*-vxworks*) fmt=elf ;;
4241
4242 mmix-*-*) fmt=elf ;;
4243 mn10200-*-*) fmt=elf ;;
4244 mn10300-*-*) fmt=elf ;;
2469cfa2 4245 msp430-*-*) fmt=elf ;;
79500683
AM
4246 openrisc-*-*) fmt=elf ;;
4247 or32-*-rtems*) fmt=coff ;;
4248 or32-*-coff) fmt=coff ;;
4249 or32-*-elf) fmt=elf ;;
4250 pj*) fmt=elf ;;
4251
4252 ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;;
4253 ppc-*-winnt*) fmt=coff em=pe ;;
4254 ppc-*-aix5*) fmt=coff em=aix5 ;;
4255 ppc-*-aix*) fmt=coff ;;
4256 ppc-*-beos*) fmt=coff ;;
4257 ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
4258 ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;
4259 ppc-*-linux-gnu*) fmt=elf
4260 case "$endian" in
4261 big) ;;
13b2be9c
DJ
4262 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
4263echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
4264 { (exit 1); exit 1; }; } ;;
79500683
AM
4265 esac ;;
4266 ppc-*-solaris*) fmt=elf
4267 if test ${this_target} = $target; then
13b2be9c
DJ
4268
4269cat >>confdefs.h <<\_ACEOF
252b5132 4270#define TARGET_SOLARIS_COMMENT 1
13b2be9c 4271_ACEOF
252b5132 4272
79500683
AM
4273 fi
4274 if test x${endian} = xbig; then
13b2be9c
DJ
4275 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
4276echo "$as_me: error: Solaris must be configured little endian" >&2;}
4277 { (exit 1); exit 1; }; }
79500683
AM
4278 fi ;;
4279 ppc-*-rtems*) fmt=elf ;;
4280 ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;;
4281 ppc-*-netware*) fmt=elf em=ppcnw ;;
59bc061d 4282 ppc-**-nto*) fmt=elf ;;
79500683
AM
4283 ppc-*-vxworks*) fmt=elf ;;
4284 ppc-*-windiss*) fmt=elf ;;
42b5d0ea 4285 ppc-*-kaos*) fmt=elf ;;
79500683
AM
4286
4287 s390x-*-linux-gnu*) fmt=elf em=linux ;;
4288 s390-*-linux-gnu*) fmt=elf em=linux ;;
4289
4290 sh*-*-linux*) fmt=elf em=linux
4291 case ${cpu} in
4292 sh*eb) endian=big ;;
4293 *) endian=little ;;
4294 esac ;;
4295 sh5*-*-netbsd*) fmt=elf em=nbsd ;;
4296 sh64*-*-netbsd*) fmt=elf em=nbsd ;;
4297 sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
4298 sh-*-elf*) fmt=elf ;;
4299 sh-*-coff*) fmt=coff ;;
ed71e111
NC
4300 sh-*-nto*) fmt=elf ;;
4301 sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
79500683
AM
4302 sh-*-rtemself*) fmt=elf ;;
4303 sh-*-rtems*) fmt=coff ;;
42b5d0ea
NC
4304 sh-*-kaos*) fmt=elf ;;
4305 shle*-*-kaos*) fmt=elf ;;
79500683
AM
4306 sh64-*-elf*) fmt=elf ;;
4307
4308 ns32k-pc532-mach*) fmt=aout em=pc532mach ;;
4309 ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
4310 ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
4311 ns32k-*-*n*bsd*) fmt=aout em=nbsd532 ;;
4312
4313 sparc-*-rtemsaout*) fmt=aout ;;
4314 sparc-*-rtemself*) fmt=elf ;;
4315 sparc-*-rtems*) fmt=elf ;;
4316 sparc-*-sunos4*) fmt=aout em=sun3 ;;
4317 sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
4318 sparc-*-coff) fmt=coff ;;
4319 sparc-*-linux*aout*) fmt=aout em=linux ;;
4320 sparc-*-linux-gnu*) fmt=elf em=linux ;;
4321 sparc-*-lynxos*) fmt=coff em=lynx ;;
4322 sparc-fujitsu-none) fmt=aout ;;
4323 sparc-*-elf) fmt=elf ;;
4324 sparc-*-sysv4*) fmt=elf ;;
4325 sparc-*-solaris*) fmt=elf ;;
4326 sparc-*-netbsdelf*) fmt=elf em=nbsd ;;
4327 sparc-*-*n*bsd*) case ${cpu} in
4328 sparc64) fmt=elf em=nbsd ;;
4329 *) fmt=aout em=nbsd ;;
4330 esac ;;
4331 strongarm-*-coff) fmt=coff ;;
4332 strongarm-*-elf) fmt=elf ;;
42b5d0ea 4333 strongarm-*-kaos*) fmt=elf ;;
79500683
AM
4334 xscale-*-coff) fmt=coff ;;
4335 xscale-*-elf) fmt=elf ;;
4336
4337 tic30-*-*aout*) fmt=aout bfd_gas=yes ;;
4338 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
026df7c5 4339 tic4x-*-* | c4x-*-*) fmt=coff bfd_gas=yes ;;
79500683
AM
4340 tic54x-*-* | c54x*-*-*) fmt=coff bfd_gas=yes need_libm=yes;;
4341 tic80-*-*) fmt=coff ;;
4342
4343 v850-*-*) fmt=elf ;;
4344 v850e-*-*) fmt=elf ;;
4345 v850ea-*-*) fmt=elf ;;
4346
4347 vax-*-netbsdelf*) fmt=elf em=nbsd ;;
4348 vax-*-netbsd*) fmt=aout em=nbsd ;;
4349 vax-*-bsd* | vax-*-ultrix*) fmt=aout ;;
4350 vax-*-vms) fmt=vms ;;
4351
4352 w65-*-*) fmt=coff ;;
4353
4354 xstormy16-*-*) fmt=elf ;;
4355
e0001a05
NC
4356 xtensa-*-*) fmt=elf ;;
4357
79500683
AM
4358 z8k-*-coff | z8k-*-sim) fmt=coff ;;
4359
4360 *-*-aout | *-*-scout) fmt=aout ;;
13dfd2d0 4361 *-*-freebsd* | *-*-kfreebsd*-gnu) fmt=elf em=freebsd ;;
79500683
AM
4362 *-*-nindy*) fmt=bout ;;
4363 *-*-bsd*) fmt=aout em=sun3 ;;
4364 *-*-generic) fmt=generic ;;
4365 *-*-xray | *-*-hms) fmt=coff ;;
4366 *-*-sim) fmt=coff ;;
4367 *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
da896d3f 4368 *-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
79500683
AM
4369 *-*-vxworks) fmt=aout ;;
4370 *-*-netware) fmt=elf ;;
252b5132
RH
4371 esac
4372
4373 if test ${this_target} = $target ; then
4374 endian_def=
4375 if test x${endian} = xbig; then
4376 endian_def=1
4377 elif test x${endian} = xlittle; then
4378 endian_def=0
4379 fi
4380 if test x${endian_def} != x; then
13b2be9c
DJ
4381
4382cat >>confdefs.h <<_ACEOF
252b5132 4383#define TARGET_BYTES_BIG_ENDIAN $endian_def
13b2be9c 4384_ACEOF
252b5132
RH
4385
4386 fi
4387 fi
4388
4389 case ${cpu_type}-${fmt} in
79500683
AM
4390 alpha*-* | arm-* | i386-* | ia64*-* | mips-* | ns32k-* \
4391 | pdp11-* | ppc-* | sparc-* | strongarm-* | xscale-* \
4392 | *-elf | *-ecoff | *-som)
4393 bfd_gas=yes ;;
252b5132
RH
4394 esac
4395
4396# Other random stuff.
4397
316f5878
RS
4398 case ${cpu_type} in
4399 mips)
4400 # Set mips_cpu to the name of the default CPU.
4401 case ${target_cpu} in
4402 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
4403 mips_cpu=from-abi
4404 ;;
4405 mipsisa32 | mipsisa32el)
4406 mips_cpu=mips32
4407 ;;
af7ee8bf
CD
4408 mipsisa32r2 | mipsisa32r2el)
4409 mips_cpu=mips32r2
4410 ;;
316f5878
RS
4411 mipsisa64 | mipsisa64el)
4412 mips_cpu=mips64
4413 ;;
5f74bc13
CD
4414 mipsisa64r2 | mipsisa64r2el)
4415 mips_cpu=mips64r2
4416 ;;
316f5878
RS
4417 mipstx39 | mipstx39el)
4418 mips_cpu=r3900
4419 ;;
8f6847cb
RS
4420 mips64vr | mips64vrel)
4421 mips_cpu=vr4100
4422 ;;
5f74bc13 4423 mipsisa32r2* | mipsisa64r2*)
af7ee8bf
CD
4424 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
4425 ;;
316f5878
RS
4426 mips64* | mipsisa64* | mipsisa32*)
4427 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
4428 ;;
4429 *)
13b2be9c
DJ
4430 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
4431echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
4432 { (exit 1); exit 1; }; }
316f5878
RS
4433 ;;
4434 esac
4435 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
4436 # binaries. It's a GNU extension that some OSes don't understand.
4437 # The value only matters on ELF targets.
4438 case ${target} in
4439 *-*-irix*)
4440 use_e_mips_abi_o32=0
4441 ;;
4442 *)
4443 use_e_mips_abi_o32=1
4444 ;;
4445 esac
4446 # Decide whether to generate 32-bit or 64-bit code by default.
4447 # Used to resolve -march=from-abi when an embedded ABI is selected.
4448 case ${target} in
4449 mips64*-*-* | mipsisa64*-*-*)
4450 mips_default_64bit=1
4451 ;;
4452 *)
4453 mips_default_64bit=0
4454 ;;
4455 esac
cac012d6
AO
4456 # Decide which ABI to target by default.
4457 case ${target} in
4458 mips64*-linux* | mips-sgi-irix6*)
4459 mips_default_abi=N32_ABI
4460 ;;
4461 mips*-linux*)
4462 mips_default_abi=O32_ABI
4463 ;;
4464 *)
4465 mips_default_abi=NO_ABI
4466 ;;
4467 esac
13b2be9c
DJ
4468
4469cat >>confdefs.h <<_ACEOF
316f5878 4470#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
13b2be9c 4471_ACEOF
316f5878 4472
13b2be9c
DJ
4473
4474cat >>confdefs.h <<_ACEOF
316f5878 4475#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
13b2be9c 4476_ACEOF
316f5878 4477
13b2be9c
DJ
4478
4479cat >>confdefs.h <<_ACEOF
316f5878 4480#define MIPS_DEFAULT_64BIT $mips_default_64bit
13b2be9c 4481_ACEOF
cac012d6 4482
13b2be9c
DJ
4483
4484cat >>confdefs.h <<_ACEOF
cac012d6 4485#define MIPS_DEFAULT_ABI $mips_default_abi
13b2be9c 4486_ACEOF
316f5878
RS
4487
4488 ;;
4489 esac
4490
252b5132
RH
4491 # Do we need the opcodes library?
4492 case ${cpu_type} in
4493 vax | i386 | tic30)
4494 ;;
4495
4496 *)
4497 need_opcodes=yes
4498
4499 case "${enable_shared}" in
4500 yes) shared_opcodes=true ;;
4501 *opcodes*) shared_opcodes=true ;;
4502 *) shared_opcodes=false ;;
4503 esac
4504 if test "${shared_opcodes}" = "true"; then
4505 # A shared libopcodes must be linked against libbfd.
4506 need_bfd=yes
4507 fi
4508 ;;
4509 esac
4510
4511 # Any other special object files needed ?
4512 case ${cpu_type} in
1c53c80d 4513 fr30 | ip2k | iq2000 | m32r | openrisc)
252b5132
RH
4514 using_cgen=yes
4515 ;;
4516
0ebb9a87
DB
4517 frv)
4518 using_cgen=yes
4519 ;;
252b5132
RH
4520 m68k)
4521 case ${extra_objects} in
4522 *m68k-parse.o*) ;;
4523 *) extra_objects="$extra_objects m68k-parse.o" ;;
4524 esac
4525 ;;
4526
4527 mips)
13b2be9c 4528 echo ${extra_objects} | grep -s "itbl-parse.o"
252b5132
RH
4529 if test $? -ne 0 ; then
4530 extra_objects="$extra_objects itbl-parse.o"
4531 fi
4532
13b2be9c 4533 echo ${extra_objects} | grep -s "itbl-lex.o"
252b5132
RH
4534 if test $? -ne 0 ; then
4535 extra_objects="$extra_objects itbl-lex.o"
4536 fi
4537
13b2be9c 4538 echo ${extra_objects} | grep -s "itbl-ops.o"
252b5132
RH
4539 if test $? -ne 0 ; then
4540 extra_objects="$extra_objects itbl-ops.o"
4541 fi
4542 ;;
4543
c1e4eef7 4544 i386 | s390 | sparc)
252b5132 4545 if test $this_target = $target ; then
13b2be9c
DJ
4546
4547cat >>confdefs.h <<_ACEOF
252b5132 4548#define DEFAULT_ARCH "${arch}"
13b2be9c 4549_ACEOF
252b5132
RH
4550
4551 fi
4552 ;;
93fbbb04
GK
4553
4554 xstormy16)
4555 using_cgen=yes
4556 ;;
4557
e0001a05
NC
4558 xtensa)
4559 echo ${extra_objects} | grep -s "xtensa-relax.o"
4560 if test $? -ne 0 ; then
4561 extra_objects="$extra_objects xtensa-relax.o"
4562 fi
4563 ;;
4564
252b5132
RH
4565 *)
4566 ;;
4567 esac
4568
4569 if test $using_cgen = yes ; then
4570 case "x${extra_objects}" in
4571 *cgen.o*) ;;
4572 *) extra_objects="$extra_objects cgen.o" ;;
4573 esac
4574 fi
4575
4576# See if we really can support this configuration with the emulation code.
4577
4578 if test $this_target = $target ; then
4579 primary_bfd_gas=$bfd_gas
4580 obj_format=$fmt
4581 te_file=$em
4582
4583 if test $bfd_gas = no ; then
4584 # Can't support other configurations this way.
4585 break
4586 fi
4587 elif test $bfd_gas = no ; then
4588 # Can't support this configuration.
4589 break
4590 fi
4591
4592# From target name and format, produce a list of supported emulations.
4593
4594 case ${generic_target}-${fmt} in
4595 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
056a1d49 4596 mips*-*-linux*-*) case "$endian" in
df3bcd6f
L
4597 big) emulation="mipsbelf mipslelf mipself" ;;
4598 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132
RH
4599 esac ;;
4600 mips-*-lnews*-ecoff) ;;
4601 mips-*-*-ecoff) case "$endian" in
4602 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
4603 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
4604 esac ;;
4605 mips-*-*-elf) case "$endian" in
4606 big) emulation="mipsbelf mipslelf mipself" ;;
4607 *) emulation="mipslelf mipsbelf mipself" ;;
252b5132 4608 esac ;;
906fac54 4609 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
119caedd
L
4610 # i386-pc-pe-coff != i386-pc-coff.
4611 i386-*-pe-coff) ;;
4c63da97
AM
4612 # Uncommenting the next line will turn on support for i386 AOUT
4613 # for the default linux configuration
4614 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
4615 #
4616 i386-*-aout) emulation="i386aout" ;;
4ca72d38 4617 i386-*-coff) emulation="i386coff" ;;
4c63da97 4618 i386-*-elf) emulation="i386elf" ;;
3bcbcc3d 4619
f9c19112
HPN
4620 # Always all formats. The first stated emulation becomes the default.
4621 cris-*-*aout*) emulation="crisaout criself" ;;
4622 cris-*-*) emulation="criself crisaout" ;;
252b5132
RH
4623 esac
4624
4625 emulations="$emulations $emulation"
4626
4627done
4628
15886821
L
4629# Turn on all targets if possible
4630if test ${all_targets} = "yes"; then
4631 case ${target_cpu_type} in
4632 i386)
4633 case ${obj_format} in
4634 aout)
4635 emulations="$emulations i386coff i386elf"
4636 ;;
4637 coff)
4638 emulations="$emulations i386aout i386elf"
4639 ;;
4640 elf)
4641 emulations="$emulations i386aout i386coff"
4642 ;;
4643 esac
4644 ;;
4645 esac
4646fi
4647
252b5132
RH
4648# Assign floating point type. Most processors with FP support
4649# IEEE FP. On those that don't support FP at all, usually IEEE
4650# is emulated.
4651case ${target_cpu} in
4652 vax | tahoe ) atof=${target_cpu} ;;
e135f41b 4653 pdp11) atof=vax ;;
252b5132
RH
4654 *) atof=ieee ;;
4655esac
4656
4657case "${obj_format}" in
13b2be9c
DJ
4658 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
4659echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
4660 { (exit 1); exit 1; }; } ;;
252b5132
RH
4661esac
4662
4663# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
4664cgen_cpu_prefix=""
4665if test $using_cgen = yes ; then
4666 case ${target_cpu} in
4667 *) cgen_cpu_prefix=${target_cpu} ;;
4668 esac
13b2be9c
DJ
4669
4670
4671cat >>confdefs.h <<\_ACEOF
252b5132 4672#define USING_CGEN 1
13b2be9c 4673_ACEOF
252b5132
RH
4674
4675fi
4676
d6d788bd 4677
252b5132 4678if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13b2be9c
DJ
4679 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
4680echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
4681 { (exit 1); exit 1; }; }
252b5132
RH
4682fi
4683
4684if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13b2be9c
DJ
4685 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
4686echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
4687 { (exit 1); exit 1; }; }
252b5132
RH
4688fi
4689
4690case ${user_bfd_gas}-${primary_bfd_gas} in
4691 yes-yes | no-no)
4692 # We didn't override user's choice.
4693 ;;
4694 no-yes)
13b2be9c
DJ
4695 { echo "$as_me:$LINENO: WARNING: Use of BFD is required for ${target}; overriding config options." >&5
4696echo "$as_me: WARNING: Use of BFD is required for ${target}; overriding config options." >&2;}
252b5132
RH
4697 ;;
4698 no-preferred)
4699 primary_bfd_gas=no
4700 ;;
4701 *-preferred)
4702 primary_bfd_gas=yes
4703 ;;
4704 yes-*)
4705 primary_bfd_gas=yes
4706 ;;
4707 -*)
4708 # User specified nothing.
4709 ;;
4710esac
4711
4712# Some COFF configurations want these random other flags set.
4713case ${obj_format} in
4714 coff)
4715 case ${target_cpu_type} in
13b2be9c
DJ
4716 i386)
4717cat >>confdefs.h <<\_ACEOF
252b5132 4718#define I386COFF 1
13b2be9c 4719_ACEOF
252b5132 4720 ;;
13b2be9c
DJ
4721 m68k)
4722cat >>confdefs.h <<\_ACEOF
252b5132 4723#define M68KCOFF 1
13b2be9c 4724_ACEOF
252b5132 4725 ;;
13b2be9c
DJ
4726 m88k)
4727cat >>confdefs.h <<\_ACEOF
252b5132 4728#define M88KCOFF 1
13b2be9c 4729_ACEOF
252b5132
RH
4730 ;;
4731 esac
4732 ;;
4733esac
4734
4735# Getting this done right is going to be a bitch. Each configuration specified
4736# with --enable-targets=... should be checked for environment, format, cpu, and
4737# bfd_gas setting.
4738#
4739# For each configuration, the necessary object file support code must be linked
4740# in. This might be only one, it might be up to four. The necessary emulation
4741# code needs to be provided, too.
4742#
4743# And then there's "--enable-targets=all"....
4744#
4745# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
4746
4747formats="${obj_format}"
4748emfiles=""
4749EMULATIONS=""
4750_gas_uniq_list="$emulations"
4751_gas_uniq_newlist=""
4752for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4753 case $_gas_uniq_i in
4754 _gas_uniq_dummy) ;;
4755 *) case " $_gas_uniq_newlist " in
4756 *" $_gas_uniq_i "*) ;;
4757 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4758 esac ;;
4759 esac
4760done
4761emulations=$_gas_uniq_newlist
4762
4763for em in . $emulations ; do
4764 case $em in
4765 .) continue ;;
97238fbd 4766 mipsbelf | mipslelf | mipself)
252b5132 4767 fmt=elf file=mipself ;;
97238fbd 4768 mipsbecoff | mipslecoff | mipsecoff)
252b5132 4769 fmt=ecoff file=mipsecoff ;;
0aa5d426
HPN
4770 *coff)
4771 fmt=coff file=$em ;;
4772 *aout)
4773 fmt=aout file=$em ;;
4774 *elf)
4775 fmt=elf file=$em ;;
252b5132
RH
4776 esac
4777 formats="$formats $fmt"
4778 emfiles="$emfiles e-$file.o"
4779 EMULATIONS="$EMULATIONS &$em,"
4780done
4781_gas_uniq_list="$formats"
4782_gas_uniq_newlist=""
4783for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4784 case $_gas_uniq_i in
4785 _gas_uniq_dummy) ;;
4786 *) case " $_gas_uniq_newlist " in
4787 *" $_gas_uniq_i "*) ;;
4788 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4789 esac ;;
4790 esac
4791done
4792formats=$_gas_uniq_newlist
4793
4794_gas_uniq_list="$emfiles"
4795_gas_uniq_newlist=""
4796for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
4797 case $_gas_uniq_i in
4798 _gas_uniq_dummy) ;;
4799 *) case " $_gas_uniq_newlist " in
4800 *" $_gas_uniq_i "*) ;;
4801 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
4802 esac ;;
4803 esac
4804done
4805emfiles=$_gas_uniq_newlist
4806
4807if test `set . $formats ; shift ; echo $#` -gt 1 ; then
4808 for fmt in $formats ; do
4809 case $fmt in
13b2be9c
DJ
4810 aout)
4811cat >>confdefs.h <<\_ACEOF
252b5132 4812#define OBJ_MAYBE_AOUT 1
13b2be9c 4813_ACEOF
252b5132 4814 ;;
13b2be9c
DJ
4815 bout)
4816cat >>confdefs.h <<\_ACEOF
252b5132 4817#define OBJ_MAYBE_BOUT 1
13b2be9c 4818_ACEOF
252b5132 4819 ;;
13b2be9c
DJ
4820 coff)
4821cat >>confdefs.h <<\_ACEOF
252b5132 4822#define OBJ_MAYBE_COFF 1
13b2be9c 4823_ACEOF
252b5132 4824 ;;
13b2be9c
DJ
4825 ecoff)
4826cat >>confdefs.h <<\_ACEOF
252b5132 4827#define OBJ_MAYBE_ECOFF 1
13b2be9c 4828_ACEOF
252b5132 4829 ;;
13b2be9c
DJ
4830 elf)
4831cat >>confdefs.h <<\_ACEOF
252b5132 4832#define OBJ_MAYBE_ELF 1
13b2be9c 4833_ACEOF
252b5132 4834 ;;
13b2be9c
DJ
4835 generic)
4836cat >>confdefs.h <<\_ACEOF
252b5132 4837#define OBJ_MAYBE_GENERIC 1
13b2be9c 4838_ACEOF
252b5132 4839 ;;
13b2be9c
DJ
4840 hp300)
4841cat >>confdefs.h <<\_ACEOF
252b5132 4842#define OBJ_MAYBE_HP300 1
13b2be9c 4843_ACEOF
252b5132 4844 ;;
13b2be9c
DJ
4845 ieee)
4846cat >>confdefs.h <<\_ACEOF
252b5132 4847#define OBJ_MAYBE_IEEE 1
13b2be9c 4848_ACEOF
252b5132 4849 ;;
13b2be9c
DJ
4850 som)
4851cat >>confdefs.h <<\_ACEOF
252b5132 4852#define OBJ_MAYBE_SOM 1
13b2be9c 4853_ACEOF
252b5132 4854 ;;
13b2be9c
DJ
4855 vms)
4856cat >>confdefs.h <<\_ACEOF
252b5132 4857#define OBJ_MAYBE_VMS 1
13b2be9c 4858_ACEOF
252b5132
RH
4859 ;;
4860 esac
4861 extra_objects="$extra_objects obj-$fmt.o"
4862 done
4863 obj_format=multi
4864fi
4865if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
252b5132 4866 DEFAULT_EMULATION=`set . $emulations ; echo $2`
4ca72d38
AM
4867 # e-mips* has more than one emulation per file, e-i386* has just one at the
4868 # moment. If only one emulation is specified, then don't define
4869 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
4870 case "${obj_format}${emfiles}" in
4871 multi* | *mips*)
4ca72d38 4872 extra_objects="$extra_objects $emfiles"
13b2be9c
DJ
4873
4874cat >>confdefs.h <<\_ACEOF
252b5132 4875#define USE_EMULATIONS 1
13b2be9c 4876_ACEOF
4ca72d38
AM
4877 ;;
4878 esac
252b5132
RH
4879fi
4880
13b2be9c
DJ
4881
4882cat >>confdefs.h <<_ACEOF
252b5132 4883#define EMULATIONS $EMULATIONS
13b2be9c
DJ
4884_ACEOF
4885
252b5132 4886
13b2be9c 4887cat >>confdefs.h <<_ACEOF
252b5132 4888#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13b2be9c 4889_ACEOF
252b5132 4890
d6d788bd 4891
252b5132
RH
4892case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
4893 yes-*-coff) need_bfd=yes ;;
4894 no-*-coff) need_bfd=yes
13b2be9c
DJ
4895
4896cat >>confdefs.h <<\_ACEOF
252b5132 4897#define MANY_SEGMENTS 1
13b2be9c 4898_ACEOF
252b5132
RH
4899 ;;
4900esac
4901
4902reject_dev_configs=yes
4903
4904case ${reject_dev_configs}-${dev} in
4905 yes-yes) # Oops.
13b2be9c
DJ
4906 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
4907echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
4908 { (exit 1); exit 1; }; }
252b5132
RH
4909 ;;
4910esac
4911
d6d788bd
L
4912
4913
4914
4915
4916
4917
252b5132 4918case "${primary_bfd_gas}" in
13b2be9c
DJ
4919 yes)
4920cat >>confdefs.h <<\_ACEOF
252b5132 4921#define BFD_ASSEMBLER 1
13b2be9c 4922_ACEOF
252b5132
RH
4923
4924 need_bfd=yes ;;
4925esac
4926
4927# do we need the opcodes library?
4928case "${need_opcodes}" in
4929yes)
4930 OPCODES_LIB=../opcodes/libopcodes.la
4931 ;;
4932esac
4933
4934case "${need_bfd}" in
4935yes)
4936 BFDLIB=../bfd/libbfd.la
4001ad8c 4937 BFDVER_H=../bfd/bfdver.h
29589b0c 4938 ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
252b5132
RH
4939 ;;
4940esac
4941
d6d788bd
L
4942
4943
4944
4945
4946
4001ad8c 4947
13b2be9c
DJ
4948
4949cat >>confdefs.h <<_ACEOF
252b5132 4950#define TARGET_ALIAS "${target_alias}"
13b2be9c 4951_ACEOF
9b2b7d69 4952
13b2be9c
DJ
4953
4954cat >>confdefs.h <<_ACEOF
252b5132 4955#define TARGET_CANONICAL "${target}"
13b2be9c 4956_ACEOF
9b2b7d69 4957
13b2be9c
DJ
4958
4959cat >>confdefs.h <<_ACEOF
252b5132 4960#define TARGET_CPU "${target_cpu}"
13b2be9c 4961_ACEOF
9b2b7d69 4962
13b2be9c
DJ
4963
4964cat >>confdefs.h <<_ACEOF
252b5132 4965#define TARGET_VENDOR "${target_vendor}"
13b2be9c 4966_ACEOF
9b2b7d69 4967
13b2be9c
DJ
4968
4969cat >>confdefs.h <<_ACEOF
252b5132 4970#define TARGET_OS "${target_os}"
13b2be9c
DJ
4971_ACEOF
4972
4973
4974ac_ext=c
4975ac_cpp='$CPP $CPPFLAGS'
4976ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4977ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4978ac_compiler_gnu=$ac_cv_c_compiler_gnu
4979if test -n "$ac_tool_prefix"; then
4980 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4981set dummy ${ac_tool_prefix}gcc; ac_word=$2
4982echo "$as_me:$LINENO: checking for $ac_word" >&5
4983echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4984if test "${ac_cv_prog_CC+set}" = set; then
4985 echo $ECHO_N "(cached) $ECHO_C" >&6
4986else
4987 if test -n "$CC"; then
4988 ac_cv_prog_CC="$CC" # Let the user override the test.
4989else
4990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4991for as_dir in $PATH
4992do
4993 IFS=$as_save_IFS
4994 test -z "$as_dir" && as_dir=.
4995 for ac_exec_ext in '' $ac_executable_extensions; do
4996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4997 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4999 break 2
5000 fi
5001done
5002done
252b5132 5003
13b2be9c
DJ
5004fi
5005fi
5006CC=$ac_cv_prog_CC
5007if test -n "$CC"; then
5008 echo "$as_me:$LINENO: result: $CC" >&5
5009echo "${ECHO_T}$CC" >&6
5010else
5011 echo "$as_me:$LINENO: result: no" >&5
5012echo "${ECHO_T}no" >&6
5013fi
252b5132 5014
13b2be9c
DJ
5015fi
5016if test -z "$ac_cv_prog_CC"; then
5017 ac_ct_CC=$CC
5018 # Extract the first word of "gcc", so it can be a program name with args.
252b5132 5019set dummy gcc; ac_word=$2
13b2be9c
DJ
5020echo "$as_me:$LINENO: checking for $ac_word" >&5
5021echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5022if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5023 echo $ECHO_N "(cached) $ECHO_C" >&6
5024else
5025 if test -n "$ac_ct_CC"; then
5026 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5027else
5028as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5029for as_dir in $PATH
5030do
5031 IFS=$as_save_IFS
5032 test -z "$as_dir" && as_dir=.
5033 for ac_exec_ext in '' $ac_executable_extensions; do
5034 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5035 ac_cv_prog_ac_ct_CC="gcc"
5036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5037 break 2
5038 fi
5039done
5040done
5041
5042fi
5043fi
5044ac_ct_CC=$ac_cv_prog_ac_ct_CC
5045if test -n "$ac_ct_CC"; then
5046 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5047echo "${ECHO_T}$ac_ct_CC" >&6
5048else
5049 echo "$as_me:$LINENO: result: no" >&5
5050echo "${ECHO_T}no" >&6
5051fi
5052
5053 CC=$ac_ct_CC
5054else
5055 CC="$ac_cv_prog_CC"
5056fi
5057
5058if test -z "$CC"; then
5059 if test -n "$ac_tool_prefix"; then
5060 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5061set dummy ${ac_tool_prefix}cc; ac_word=$2
5062echo "$as_me:$LINENO: checking for $ac_word" >&5
5063echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5064if test "${ac_cv_prog_CC+set}" = set; then
5065 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5066else
5067 if test -n "$CC"; then
5068 ac_cv_prog_CC="$CC" # Let the user override the test.
5069else
13b2be9c
DJ
5070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5071for as_dir in $PATH
5072do
5073 IFS=$as_save_IFS
5074 test -z "$as_dir" && as_dir=.
5075 for ac_exec_ext in '' $ac_executable_extensions; do
5076 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5077 ac_cv_prog_CC="${ac_tool_prefix}cc"
5078 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5079 break 2
5080 fi
5081done
5082done
5083
252b5132
RH
5084fi
5085fi
13b2be9c 5086CC=$ac_cv_prog_CC
252b5132 5087if test -n "$CC"; then
13b2be9c
DJ
5088 echo "$as_me:$LINENO: result: $CC" >&5
5089echo "${ECHO_T}$CC" >&6
5090else
5091 echo "$as_me:$LINENO: result: no" >&5
5092echo "${ECHO_T}no" >&6
5093fi
5094
5095fi
5096if test -z "$ac_cv_prog_CC"; then
5097 ac_ct_CC=$CC
5098 # Extract the first word of "cc", so it can be a program name with args.
5099set dummy cc; ac_word=$2
5100echo "$as_me:$LINENO: checking for $ac_word" >&5
5101echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5102if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5103 echo $ECHO_N "(cached) $ECHO_C" >&6
9b2b7d69 5104else
13b2be9c
DJ
5105 if test -n "$ac_ct_CC"; then
5106 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5107else
5108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109for as_dir in $PATH
5110do
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_exec_ext in '' $ac_executable_extensions; do
5114 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5115 ac_cv_prog_ac_ct_CC="cc"
5116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5117 break 2
5118 fi
5119done
5120done
5121
5122fi
5123fi
5124ac_ct_CC=$ac_cv_prog_ac_ct_CC
5125if test -n "$ac_ct_CC"; then
5126 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5127echo "${ECHO_T}$ac_ct_CC" >&6
5128else
5129 echo "$as_me:$LINENO: result: no" >&5
5130echo "${ECHO_T}no" >&6
5131fi
5132
5133 CC=$ac_ct_CC
5134else
5135 CC="$ac_cv_prog_CC"
6840198f
NC
5136fi
5137
13b2be9c 5138fi
252b5132
RH
5139if test -z "$CC"; then
5140 # Extract the first word of "cc", so it can be a program name with args.
5141set dummy cc; ac_word=$2
13b2be9c
DJ
5142echo "$as_me:$LINENO: checking for $ac_word" >&5
5143echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5144if test "${ac_cv_prog_CC+set}" = set; then
5145 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5146else
5147 if test -n "$CC"; then
5148 ac_cv_prog_CC="$CC" # Let the user override the test.
5149else
252b5132 5150 ac_prog_rejected=no
13b2be9c
DJ
5151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152for as_dir in $PATH
5153do
5154 IFS=$as_save_IFS
5155 test -z "$as_dir" && as_dir=.
5156 for ac_exec_ext in '' $ac_executable_extensions; do
5157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5158 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5159 ac_prog_rejected=yes
5160 continue
5161 fi
5162 ac_cv_prog_CC="cc"
5163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5164 break 2
5165 fi
5166done
5167done
5168
252b5132
RH
5169if test $ac_prog_rejected = yes; then
5170 # We found a bogon in the path, so make sure we never use it.
5171 set dummy $ac_cv_prog_CC
5172 shift
13b2be9c 5173 if test $# != 0; then
252b5132
RH
5174 # We chose a different compiler from the bogus one.
5175 # However, it has the same basename, so the bogon will be chosen
5176 # first if we set CC to just the basename; use the full file name.
5177 shift
13b2be9c 5178 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
252b5132
RH
5179 fi
5180fi
5181fi
5182fi
13b2be9c 5183CC=$ac_cv_prog_CC
252b5132 5184if test -n "$CC"; then
13b2be9c
DJ
5185 echo "$as_me:$LINENO: result: $CC" >&5
5186echo "${ECHO_T}$CC" >&6
252b5132 5187else
13b2be9c
DJ
5188 echo "$as_me:$LINENO: result: no" >&5
5189echo "${ECHO_T}no" >&6
252b5132
RH
5190fi
5191
13b2be9c
DJ
5192fi
5193if test -z "$CC"; then
5194 if test -n "$ac_tool_prefix"; then
5195 for ac_prog in cl
5196 do
5197 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5198set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5199echo "$as_me:$LINENO: checking for $ac_word" >&5
5200echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5201if test "${ac_cv_prog_CC+set}" = set; then
5202 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
5203else
5204 if test -n "$CC"; then
5205 ac_cv_prog_CC="$CC" # Let the user override the test.
5206else
13b2be9c
DJ
5207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208for as_dir in $PATH
5209do
5210 IFS=$as_save_IFS
5211 test -z "$as_dir" && as_dir=.
5212 for ac_exec_ext in '' $ac_executable_extensions; do
5213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5214 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5216 break 2
5217 fi
5218done
5219done
5220
252b5132
RH
5221fi
5222fi
13b2be9c 5223CC=$ac_cv_prog_CC
252b5132 5224if test -n "$CC"; then
13b2be9c
DJ
5225 echo "$as_me:$LINENO: result: $CC" >&5
5226echo "${ECHO_T}$CC" >&6
c8615825 5227else
13b2be9c
DJ
5228 echo "$as_me:$LINENO: result: no" >&5
5229echo "${ECHO_T}no" >&6
c8615825 5230fi
6840198f 5231
13b2be9c
DJ
5232 test -n "$CC" && break
5233 done
5234fi
5235if test -z "$CC"; then
5236 ac_ct_CC=$CC
5237 for ac_prog in cl
5238do
5239 # Extract the first word of "$ac_prog", so it can be a program name with args.
5240set dummy $ac_prog; ac_word=$2
5241echo "$as_me:$LINENO: checking for $ac_word" >&5
5242echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5243if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5244 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5245else
13b2be9c
DJ
5246 if test -n "$ac_ct_CC"; then
5247 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
c8615825 5248else
13b2be9c
DJ
5249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5250for as_dir in $PATH
5251do
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
5254 for ac_exec_ext in '' $ac_executable_extensions; do
5255 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5256 ac_cv_prog_ac_ct_CC="$ac_prog"
5257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5258 break 2
5259 fi
5260done
5261done
5262
c8615825
AM
5263fi
5264fi
13b2be9c
DJ
5265ac_ct_CC=$ac_cv_prog_ac_ct_CC
5266if test -n "$ac_ct_CC"; then
5267 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5268echo "${ECHO_T}$ac_ct_CC" >&6
c8615825 5269else
13b2be9c
DJ
5270 echo "$as_me:$LINENO: result: no" >&5
5271echo "${ECHO_T}no" >&6
c8615825 5272fi
252b5132 5273
13b2be9c
DJ
5274 test -n "$ac_ct_CC" && break
5275done
5276
5277 CC=$ac_ct_CC
5278fi
5279
5280fi
5281
5282
5283test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5284See \`config.log' for more details." >&5
5285echo "$as_me: error: no acceptable C compiler found in \$PATH
5286See \`config.log' for more details." >&2;}
5287 { (exit 1); exit 1; }; }
5288
5289# Provide some information about the compiler.
5290echo "$as_me:$LINENO:" \
5291 "checking for C compiler version" >&5
5292ac_compiler=`set X $ac_compile; echo $2`
5293{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5294 (eval $ac_compiler --version </dev/null >&5) 2>&5
5295 ac_status=$?
5296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5297 (exit $ac_status); }
5298{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5299 (eval $ac_compiler -v </dev/null >&5) 2>&5
5300 ac_status=$?
5301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5302 (exit $ac_status); }
5303{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5304 (eval $ac_compiler -V </dev/null >&5) 2>&5
5305 ac_status=$?
5306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5307 (exit $ac_status); }
5308
5309echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5310echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5311if test "${ac_cv_c_compiler_gnu+set}" = set; then
5312 echo $ECHO_N "(cached) $ECHO_C" >&6
5313else
5314 cat >conftest.$ac_ext <<_ACEOF
5315#line $LINENO "configure"
5316/* confdefs.h. */
5317_ACEOF
5318cat confdefs.h >>conftest.$ac_ext
5319cat >>conftest.$ac_ext <<_ACEOF
5320/* end confdefs.h. */
5321
5322int
5323main ()
5324{
5325#ifndef __GNUC__
5326 choke me
5327#endif
5328
5329 ;
5330 return 0;
5331}
5332_ACEOF
5333rm -f conftest.$ac_objext
5334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5335 (eval $ac_compile) 2>&5
5336 ac_status=$?
5337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 (exit $ac_status); } &&
5339 { ac_try='test -s conftest.$ac_objext'
5340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5341 (eval $ac_try) 2>&5
5342 ac_status=$?
5343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5344 (exit $ac_status); }; }; then
5345 ac_compiler_gnu=yes
5346else
5347 echo "$as_me: failed program was:" >&5
5348sed 's/^/| /' conftest.$ac_ext >&5
5349
5350ac_compiler_gnu=no
5351fi
5352rm -f conftest.$ac_objext conftest.$ac_ext
5353ac_cv_c_compiler_gnu=$ac_compiler_gnu
5354
5355fi
5356echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5357echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5358GCC=`test $ac_compiler_gnu = yes && echo yes`
5359ac_test_CFLAGS=${CFLAGS+set}
5360ac_save_CFLAGS=$CFLAGS
5361CFLAGS="-g"
5362echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5363echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5364if test "${ac_cv_prog_cc_g+set}" = set; then
5365 echo $ECHO_N "(cached) $ECHO_C" >&6
5366else
5367 cat >conftest.$ac_ext <<_ACEOF
5368#line $LINENO "configure"
5369/* confdefs.h. */
5370_ACEOF
5371cat confdefs.h >>conftest.$ac_ext
5372cat >>conftest.$ac_ext <<_ACEOF
5373/* end confdefs.h. */
5374
5375int
5376main ()
5377{
5378
5379 ;
5380 return 0;
5381}
5382_ACEOF
5383rm -f conftest.$ac_objext
5384if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5385 (eval $ac_compile) 2>&5
5386 ac_status=$?
5387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5388 (exit $ac_status); } &&
5389 { ac_try='test -s conftest.$ac_objext'
5390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5391 (eval $ac_try) 2>&5
5392 ac_status=$?
5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5394 (exit $ac_status); }; }; then
252b5132
RH
5395 ac_cv_prog_cc_g=yes
5396else
13b2be9c
DJ
5397 echo "$as_me: failed program was:" >&5
5398sed 's/^/| /' conftest.$ac_ext >&5
c8615825 5399
13b2be9c 5400ac_cv_prog_cc_g=no
252b5132 5401fi
13b2be9c
DJ
5402rm -f conftest.$ac_objext conftest.$ac_ext
5403fi
5404echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5405echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
252b5132 5406if test "$ac_test_CFLAGS" = set; then
13b2be9c 5407 CFLAGS=$ac_save_CFLAGS
252b5132
RH
5408elif test $ac_cv_prog_cc_g = yes; then
5409 if test "$GCC" = yes; then
5410 CFLAGS="-g -O2"
5411 else
5412 CFLAGS="-g"
5413 fi
5414else
9b2b7d69
MM
5415 if test "$GCC" = yes; then
5416 CFLAGS="-O2"
5417 else
5418 CFLAGS=
5419 fi
5420fi
13b2be9c
DJ
5421echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5422echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5423if test "${ac_cv_prog_cc_stdc+set}" = set; then
5424 echo $ECHO_N "(cached) $ECHO_C" >&6
5425else
5426 ac_cv_prog_cc_stdc=no
5427ac_save_CC=$CC
5428cat >conftest.$ac_ext <<_ACEOF
5429#line $LINENO "configure"
5430/* confdefs.h. */
5431_ACEOF
5432cat confdefs.h >>conftest.$ac_ext
5433cat >>conftest.$ac_ext <<_ACEOF
5434/* end confdefs.h. */
5435#include <stdarg.h>
5436#include <stdio.h>
5437#include <sys/types.h>
5438#include <sys/stat.h>
5439/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5440struct buf { int x; };
5441FILE * (*rcsopen) (struct buf *, struct stat *, int);
5442static char *e (p, i)
5443 char **p;
5444 int i;
5445{
5446 return p[i];
5447}
5448static char *f (char * (*g) (char **, int), char **p, ...)
5449{
5450 char *s;
5451 va_list v;
5452 va_start (v,p);
5453 s = g (p, va_arg (v,int));
5454 va_end (v);
5455 return s;
5456}
5457int test (int i, double x);
5458struct s1 {int (*f) (int a);};
5459struct s2 {int (*f) (double a);};
5460int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5461int argc;
5462char **argv;
5463int
5464main ()
5465{
5466return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5467 ;
5468 return 0;
5469}
5470_ACEOF
5471# Don't try gcc -ansi; that turns off useful extensions and
5472# breaks some systems' header files.
5473# AIX -qlanglvl=ansi
5474# Ultrix and OSF/1 -std1
5475# HP-UX 10.20 and later -Ae
5476# HP-UX older versions -Aa -D_HPUX_SOURCE
5477# SVR4 -Xc -D__EXTENSIONS__
5478for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5479do
5480 CC="$ac_save_CC $ac_arg"
5481 rm -f conftest.$ac_objext
5482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5483 (eval $ac_compile) 2>&5
5484 ac_status=$?
5485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5486 (exit $ac_status); } &&
5487 { ac_try='test -s conftest.$ac_objext'
5488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5489 (eval $ac_try) 2>&5
5490 ac_status=$?
5491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5492 (exit $ac_status); }; }; then
5493 ac_cv_prog_cc_stdc=$ac_arg
5494break
5495else
5496 echo "$as_me: failed program was:" >&5
5497sed 's/^/| /' conftest.$ac_ext >&5
5498
5499fi
5500rm -f conftest.$ac_objext
5501done
5502rm -f conftest.$ac_ext conftest.$ac_objext
5503CC=$ac_save_CC
5504
5505fi
5506
5507case "x$ac_cv_prog_cc_stdc" in
5508 x|xno)
5509 echo "$as_me:$LINENO: result: none needed" >&5
5510echo "${ECHO_T}none needed" >&6 ;;
5511 *)
5512 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5513echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5514 CC="$CC $ac_cv_prog_cc_stdc" ;;
5515esac
5516
5517# Some people use a C++ compiler to compile C. Since we use `exit',
5518# in C++ we need to declare it. In case someone uses the same compiler
5519# for both compiling C and C++ we need to have the C++ compiler decide
5520# the declaration of exit, since it's the most demanding environment.
5521cat >conftest.$ac_ext <<_ACEOF
5522#ifndef __cplusplus
5523 choke me
5524#endif
5525_ACEOF
5526rm -f conftest.$ac_objext
5527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5528 (eval $ac_compile) 2>&5
5529 ac_status=$?
5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); } &&
5532 { ac_try='test -s conftest.$ac_objext'
5533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5534 (eval $ac_try) 2>&5
5535 ac_status=$?
5536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5537 (exit $ac_status); }; }; then
5538 for ac_declaration in \
13dfd2d0
NC
5539 ''\
5540 '#include <stdlib.h>' \
13b2be9c
DJ
5541 'extern "C" void std::exit (int) throw (); using std::exit;' \
5542 'extern "C" void std::exit (int); using std::exit;' \
5543 'extern "C" void exit (int) throw ();' \
5544 'extern "C" void exit (int);' \
5545 'void exit (int);'
5546do
5547 cat >conftest.$ac_ext <<_ACEOF
5548#line $LINENO "configure"
5549/* confdefs.h. */
5550_ACEOF
5551cat confdefs.h >>conftest.$ac_ext
5552cat >>conftest.$ac_ext <<_ACEOF
5553/* end confdefs.h. */
13b2be9c 5554#include <stdlib.h>
13dfd2d0 5555$ac_declaration
13b2be9c
DJ
5556int
5557main ()
5558{
5559exit (42);
5560 ;
5561 return 0;
5562}
5563_ACEOF
5564rm -f conftest.$ac_objext
5565if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5566 (eval $ac_compile) 2>&5
5567 ac_status=$?
5568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5569 (exit $ac_status); } &&
5570 { ac_try='test -s conftest.$ac_objext'
5571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5572 (eval $ac_try) 2>&5
5573 ac_status=$?
5574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5575 (exit $ac_status); }; }; then
5576 :
5577else
5578 echo "$as_me: failed program was:" >&5
5579sed 's/^/| /' conftest.$ac_ext >&5
5580
5581continue
5582fi
5583rm -f conftest.$ac_objext conftest.$ac_ext
5584 cat >conftest.$ac_ext <<_ACEOF
5585#line $LINENO "configure"
5586/* confdefs.h. */
5587_ACEOF
5588cat confdefs.h >>conftest.$ac_ext
5589cat >>conftest.$ac_ext <<_ACEOF
5590/* end confdefs.h. */
5591$ac_declaration
5592int
5593main ()
5594{
5595exit (42);
5596 ;
5597 return 0;
5598}
5599_ACEOF
5600rm -f conftest.$ac_objext
5601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5602 (eval $ac_compile) 2>&5
5603 ac_status=$?
5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605 (exit $ac_status); } &&
5606 { ac_try='test -s conftest.$ac_objext'
5607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5608 (eval $ac_try) 2>&5
5609 ac_status=$?
5610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611 (exit $ac_status); }; }; then
5612 break
5613else
5614 echo "$as_me: failed program was:" >&5
5615sed 's/^/| /' conftest.$ac_ext >&5
5616
5617fi
5618rm -f conftest.$ac_objext conftest.$ac_ext
5619done
5620rm -f conftest*
5621if test -n "$ac_declaration"; then
5622 echo '#ifdef __cplusplus' >>confdefs.h
5623 echo $ac_declaration >>confdefs.h
5624 echo '#endif' >>confdefs.h
5625fi
5626
5627else
5628 echo "$as_me: failed program was:" >&5
5629sed 's/^/| /' conftest.$ac_ext >&5
5630
5631fi
5632rm -f conftest.$ac_objext conftest.$ac_ext
5633ac_ext=c
5634ac_cpp='$CPP $CPPFLAGS'
5635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5637ac_compiler_gnu=$ac_cv_c_compiler_gnu
c8615825
AM
5638
5639
5640for ac_prog in 'bison -y' byacc
9b2b7d69 5641do
13b2be9c 5642 # Extract the first word of "$ac_prog", so it can be a program name with args.
c8615825 5643set dummy $ac_prog; ac_word=$2
13b2be9c
DJ
5644echo "$as_me:$LINENO: checking for $ac_word" >&5
5645echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5646if test "${ac_cv_prog_YACC+set}" = set; then
5647 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825
AM
5648else
5649 if test -n "$YACC"; then
5650 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5651else
13b2be9c
DJ
5652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653for as_dir in $PATH
5654do
5655 IFS=$as_save_IFS
5656 test -z "$as_dir" && as_dir=.
5657 for ac_exec_ext in '' $ac_executable_extensions; do
5658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5659 ac_cv_prog_YACC="$ac_prog"
5660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 break 2
5662 fi
5663done
5664done
5665
c8615825
AM
5666fi
5667fi
13b2be9c 5668YACC=$ac_cv_prog_YACC
c8615825 5669if test -n "$YACC"; then
13b2be9c
DJ
5670 echo "$as_me:$LINENO: result: $YACC" >&5
5671echo "${ECHO_T}$YACC" >&6
c8615825 5672else
13b2be9c
DJ
5673 echo "$as_me:$LINENO: result: no" >&5
5674echo "${ECHO_T}no" >&6
c8615825
AM
5675fi
5676
13b2be9c 5677 test -n "$YACC" && break
c8615825
AM
5678done
5679test -n "$YACC" || YACC="yacc"
5680
13b2be9c
DJ
5681for ac_prog in flex lex
5682do
5683 # Extract the first word of "$ac_prog", so it can be a program name with args.
5684set dummy $ac_prog; ac_word=$2
5685echo "$as_me:$LINENO: checking for $ac_word" >&5
5686echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5687if test "${ac_cv_prog_LEX+set}" = set; then
5688 echo $ECHO_N "(cached) $ECHO_C" >&6
c8615825 5689else
13b2be9c
DJ
5690 if test -n "$LEX"; then
5691 ac_cv_prog_LEX="$LEX" # Let the user override the test.
9b2b7d69 5692else
13b2be9c
DJ
5693as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5694for as_dir in $PATH
5695do
5696 IFS=$as_save_IFS
5697 test -z "$as_dir" && as_dir=.
5698 for ac_exec_ext in '' $ac_executable_extensions; do
5699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5700 ac_cv_prog_LEX="$ac_prog"
5701 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5702 break 2
5703 fi
5704done
5705done
5706
5707fi
5708fi
5709LEX=$ac_cv_prog_LEX
5710if test -n "$LEX"; then
5711 echo "$as_me:$LINENO: result: $LEX" >&5
5712echo "${ECHO_T}$LEX" >&6
c8615825 5713else
13b2be9c
DJ
5714 echo "$as_me:$LINENO: result: no" >&5
5715echo "${ECHO_T}no" >&6
5716fi
5717
5718 test -n "$LEX" && break
5719done
5720test -n "$LEX" || LEX=":"
5721
5722if test -z "$LEXLIB"
5723then
5724 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5725echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5726if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5727 echo $ECHO_N "(cached) $ECHO_C" >&6
5728else
5729 ac_check_lib_save_LIBS=$LIBS
5730LIBS="-lfl $LIBS"
5731cat >conftest.$ac_ext <<_ACEOF
5732#line $LINENO "configure"
5733/* confdefs.h. */
5734_ACEOF
5735cat confdefs.h >>conftest.$ac_ext
5736cat >>conftest.$ac_ext <<_ACEOF
5737/* end confdefs.h. */
5738
5739/* Override any gcc2 internal prototype to avoid an error. */
5740#ifdef __cplusplus
5741extern "C"
5742#endif
5743/* We use char because int might match the return type of a gcc2
5744 builtin and then its argument prototype would still apply. */
5745char yywrap ();
5746int
5747main ()
5748{
5749yywrap ();
5750 ;
5751 return 0;
5752}
5753_ACEOF
5754rm -f conftest.$ac_objext conftest$ac_exeext
5755if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5756 (eval $ac_link) 2>&5
5757 ac_status=$?
5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5759 (exit $ac_status); } &&
5760 { ac_try='test -s conftest$ac_exeext'
5761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5762 (eval $ac_try) 2>&5
5763 ac_status=$?
5764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5765 (exit $ac_status); }; }; then
5766 ac_cv_lib_fl_yywrap=yes
5767else
5768 echo "$as_me: failed program was:" >&5
5769sed 's/^/| /' conftest.$ac_ext >&5
5770
5771ac_cv_lib_fl_yywrap=no
5772fi
5773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5774LIBS=$ac_check_lib_save_LIBS
5775fi
5776echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5777echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5778if test $ac_cv_lib_fl_yywrap = yes; then
5779 LEXLIB="-lfl"
5780else
5781 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5782echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5783if test "${ac_cv_lib_l_yywrap+set}" = set; then
5784 echo $ECHO_N "(cached) $ECHO_C" >&6
5785else
5786 ac_check_lib_save_LIBS=$LIBS
5787LIBS="-ll $LIBS"
5788cat >conftest.$ac_ext <<_ACEOF
5789#line $LINENO "configure"
5790/* confdefs.h. */
5791_ACEOF
5792cat confdefs.h >>conftest.$ac_ext
5793cat >>conftest.$ac_ext <<_ACEOF
5794/* end confdefs.h. */
5795
5796/* Override any gcc2 internal prototype to avoid an error. */
5797#ifdef __cplusplus
5798extern "C"
5799#endif
5800/* We use char because int might match the return type of a gcc2
5801 builtin and then its argument prototype would still apply. */
5802char yywrap ();
5803int
5804main ()
5805{
5806yywrap ();
5807 ;
5808 return 0;
5809}
5810_ACEOF
5811rm -f conftest.$ac_objext conftest$ac_exeext
5812if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5813 (eval $ac_link) 2>&5
5814 ac_status=$?
5815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5816 (exit $ac_status); } &&
5817 { ac_try='test -s conftest$ac_exeext'
5818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5819 (eval $ac_try) 2>&5
5820 ac_status=$?
5821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5822 (exit $ac_status); }; }; then
5823 ac_cv_lib_l_yywrap=yes
9b2b7d69 5824else
13b2be9c
DJ
5825 echo "$as_me: failed program was:" >&5
5826sed 's/^/| /' conftest.$ac_ext >&5
5827
5828ac_cv_lib_l_yywrap=no
9b2b7d69 5829fi
13b2be9c
DJ
5830rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5831LIBS=$ac_check_lib_save_LIBS
9b2b7d69 5832fi
13b2be9c
DJ
5833echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5834echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5835if test $ac_cv_lib_l_yywrap = yes; then
5836 LEXLIB="-ll"
252b5132 5837fi
13b2be9c
DJ
5838
5839fi
5840
252b5132 5841fi
13b2be9c
DJ
5842
5843if test "x$LEX" != "x:"; then
5844 echo "$as_me:$LINENO: checking lex output file root" >&5
5845echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5846if test "${ac_cv_prog_lex_root+set}" = set; then
5847 echo $ECHO_N "(cached) $ECHO_C" >&6
5848else
5849 # The minimal lex program is just a single line: %%. But some broken lexes
5850# (Solaris, I think it was) want two %% lines, so accommodate them.
5851cat >conftest.l <<_ACEOF
5852%%
5853%%
5854_ACEOF
5855{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5856 (eval $LEX conftest.l) 2>&5
5857 ac_status=$?
5858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); }
5860if test -f lex.yy.c; then
5861 ac_cv_prog_lex_root=lex.yy
5862elif test -f lexyy.c; then
5863 ac_cv_prog_lex_root=lexyy
252b5132 5864else
13b2be9c
DJ
5865 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5866echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5867 { (exit 1); exit 1; }; }
252b5132 5868fi
13b2be9c
DJ
5869fi
5870echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5871echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5872rm -f conftest.l
5873LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
252b5132 5874
13b2be9c
DJ
5875echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5876echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5877if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5878 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 5879else
13b2be9c
DJ
5880 # POSIX says lex can declare yytext either as a pointer or an array; the
5881# default is implementation-dependent. Figure out which it is, since
5882# not all implementations provide the %pointer and %array declarations.
5883ac_cv_prog_lex_yytext_pointer=no
5884echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5885ac_save_LIBS=$LIBS
5886LIBS="$LIBS $LEXLIB"
5887cat >conftest.$ac_ext <<_ACEOF
5888`cat $LEX_OUTPUT_ROOT.c`
5889_ACEOF
5890rm -f conftest.$ac_objext conftest$ac_exeext
5891if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5892 (eval $ac_link) 2>&5
5893 ac_status=$?
5894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5895 (exit $ac_status); } &&
5896 { ac_try='test -s conftest$ac_exeext'
5897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898 (eval $ac_try) 2>&5
5899 ac_status=$?
5900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901 (exit $ac_status); }; }; then
5902 ac_cv_prog_lex_yytext_pointer=yes
252b5132 5903else
13b2be9c
DJ
5904 echo "$as_me: failed program was:" >&5
5905sed 's/^/| /' conftest.$ac_ext >&5
5906
252b5132 5907fi
13b2be9c
DJ
5908rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5909LIBS=$ac_save_LIBS
5910rm -f "${LEX_OUTPUT_ROOT}.c"
5911
252b5132 5912fi
13b2be9c
DJ
5913echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5914echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
5915if test $ac_cv_prog_lex_yytext_pointer = yes; then
5916
5917cat >>confdefs.h <<\_ACEOF
5918#define YYTEXT_POINTER 1
5919_ACEOF
5920
5921fi
5922
5923fi
5924if test "$LEX" = :; then
5925 LEX=${am_missing_run}flex
5926fi
5927
5928ALL_LINGUAS="fr tr es"
5929if test -n "$ac_tool_prefix"; then
5930 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5931set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5932echo "$as_me:$LINENO: checking for $ac_word" >&5
5933echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5934if test "${ac_cv_prog_RANLIB+set}" = set; then
5935 echo $ECHO_N "(cached) $ECHO_C" >&6
5936else
5937 if test -n "$RANLIB"; then
5938 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5939else
5940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5941for as_dir in $PATH
5942do
5943 IFS=$as_save_IFS
5944 test -z "$as_dir" && as_dir=.
5945 for ac_exec_ext in '' $ac_executable_extensions; do
5946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5947 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5949 break 2
5950 fi
5951done
5952done
5953
5954fi
5955fi
5956RANLIB=$ac_cv_prog_RANLIB
5957if test -n "$RANLIB"; then
5958 echo "$as_me:$LINENO: result: $RANLIB" >&5
5959echo "${ECHO_T}$RANLIB" >&6
252b5132 5960else
13b2be9c
DJ
5961 echo "$as_me:$LINENO: result: no" >&5
5962echo "${ECHO_T}no" >&6
252b5132
RH
5963fi
5964
13b2be9c
DJ
5965fi
5966if test -z "$ac_cv_prog_RANLIB"; then
5967 ac_ct_RANLIB=$RANLIB
5968 # Extract the first word of "ranlib", so it can be a program name with args.
5969set dummy ranlib; ac_word=$2
5970echo "$as_me:$LINENO: checking for $ac_word" >&5
5971echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5972if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5973 echo $ECHO_N "(cached) $ECHO_C" >&6
5974else
5975 if test -n "$ac_ct_RANLIB"; then
5976 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5977else
5978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5979for as_dir in $PATH
5980do
5981 IFS=$as_save_IFS
5982 test -z "$as_dir" && as_dir=.
5983 for ac_exec_ext in '' $ac_executable_extensions; do
5984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5985 ac_cv_prog_ac_ct_RANLIB="ranlib"
5986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5987 break 2
5988 fi
5989done
6840198f 5990done
d6d788bd 5991
13b2be9c
DJ
5992 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5993fi
5994fi
5995ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5996if test -n "$ac_ct_RANLIB"; then
5997 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5998echo "${ECHO_T}$ac_ct_RANLIB" >&6
d6d788bd 5999else
13b2be9c
DJ
6000 echo "$as_me:$LINENO: result: no" >&5
6001echo "${ECHO_T}no" >&6
6002fi
6003
6004 RANLIB=$ac_ct_RANLIB
d6d788bd 6005else
13b2be9c
DJ
6006 RANLIB="$ac_cv_prog_RANLIB"
6007fi
6008
6009ac_ext=c
6010ac_cpp='$CPP $CPPFLAGS'
6011ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6012ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6013ac_compiler_gnu=$ac_cv_c_compiler_gnu
6014echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6015echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6016# On Suns, sometimes $CPP names a directory.
6017if test -n "$CPP" && test -d "$CPP"; then
6018 CPP=
d6d788bd 6019fi
13b2be9c
DJ
6020if test -z "$CPP"; then
6021 if test "${ac_cv_prog_CPP+set}" = set; then
6022 echo $ECHO_N "(cached) $ECHO_C" >&6
6023else
6024 # Double quotes because CPP needs to be expanded
6025 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6026 do
6027 ac_preproc_ok=false
6028for ac_c_preproc_warn_flag in '' yes
6029do
6030 # Use a header file that comes with gcc, so configuring glibc
6031 # with a fresh cross-compiler works.
6032 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6033 # <limits.h> exists even on freestanding compilers.
6034 # On the NeXT, cc -E runs the code through the compiler's parser,
6035 # not just through cpp. "Syntax error" is here to catch this case.
6036 cat >conftest.$ac_ext <<_ACEOF
6037#line $LINENO "configure"
6038/* confdefs.h. */
6039_ACEOF
6040cat confdefs.h >>conftest.$ac_ext
6041cat >>conftest.$ac_ext <<_ACEOF
6042/* end confdefs.h. */
6043#ifdef __STDC__
6044# include <limits.h>
6045#else
6046# include <assert.h>
6047#endif
6048 Syntax error
6049_ACEOF
6050if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6052 ac_status=$?
6053 grep -v '^ *+' conftest.er1 >conftest.err
6054 rm -f conftest.er1
6055 cat conftest.err >&5
6056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6057 (exit $ac_status); } >/dev/null; then
6058 if test -s conftest.err; then
6059 ac_cpp_err=$ac_c_preproc_warn_flag
6060 else
6061 ac_cpp_err=
6062 fi
6063else
6064 ac_cpp_err=yes
d6d788bd 6065fi
13b2be9c
DJ
6066if test -z "$ac_cpp_err"; then
6067 :
6068else
6069 echo "$as_me: failed program was:" >&5
6070sed 's/^/| /' conftest.$ac_ext >&5
6071
6072 # Broken: fails on valid input.
6073continue
6074fi
6075rm -f conftest.err conftest.$ac_ext
6076
6077 # OK, works on sane cases. Now check whether non-existent headers
6078 # can be detected and how.
6079 cat >conftest.$ac_ext <<_ACEOF
6080#line $LINENO "configure"
6081/* confdefs.h. */
6082_ACEOF
6083cat confdefs.h >>conftest.$ac_ext
6084cat >>conftest.$ac_ext <<_ACEOF
6085/* end confdefs.h. */
6086#include <ac_nonexistent.h>
6087_ACEOF
6088if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6089 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6090 ac_status=$?
6091 grep -v '^ *+' conftest.er1 >conftest.err
6092 rm -f conftest.er1
6093 cat conftest.err >&5
6094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6095 (exit $ac_status); } >/dev/null; then
6096 if test -s conftest.err; then
6097 ac_cpp_err=$ac_c_preproc_warn_flag
6098 else
6099 ac_cpp_err=
6100 fi
d6d788bd 6101else
13b2be9c 6102 ac_cpp_err=yes
d6d788bd 6103fi
13b2be9c
DJ
6104if test -z "$ac_cpp_err"; then
6105 # Broken: success on invalid input.
6106continue
6107else
6108 echo "$as_me: failed program was:" >&5
6109sed 's/^/| /' conftest.$ac_ext >&5
6840198f 6110
13b2be9c
DJ
6111 # Passes both tests.
6112ac_preproc_ok=:
6113break
6114fi
6115rm -f conftest.err conftest.$ac_ext
252b5132 6116
13b2be9c
DJ
6117done
6118# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6119rm -f conftest.err conftest.$ac_ext
6120if $ac_preproc_ok; then
6121 break
9b2b7d69 6122fi
13b2be9c
DJ
6123
6124 done
6125 ac_cv_prog_CPP=$CPP
9b2b7d69 6126
d6d788bd 6127fi
13b2be9c 6128 CPP=$ac_cv_prog_CPP
c8615825 6129else
13b2be9c 6130 ac_cv_prog_CPP=$CPP
c8615825 6131fi
13b2be9c
DJ
6132echo "$as_me:$LINENO: result: $CPP" >&5
6133echo "${ECHO_T}$CPP" >&6
6134ac_preproc_ok=false
6135for ac_c_preproc_warn_flag in '' yes
6136do
6137 # Use a header file that comes with gcc, so configuring glibc
6138 # with a fresh cross-compiler works.
6139 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6140 # <limits.h> exists even on freestanding compilers.
6141 # On the NeXT, cc -E runs the code through the compiler's parser,
6142 # not just through cpp. "Syntax error" is here to catch this case.
6143 cat >conftest.$ac_ext <<_ACEOF
6144#line $LINENO "configure"
6145/* confdefs.h. */
6146_ACEOF
6147cat confdefs.h >>conftest.$ac_ext
6148cat >>conftest.$ac_ext <<_ACEOF
6149/* end confdefs.h. */
6150#ifdef __STDC__
6151# include <limits.h>
6152#else
6153# include <assert.h>
6154#endif
6155 Syntax error
6156_ACEOF
6157if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6158 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6159 ac_status=$?
6160 grep -v '^ *+' conftest.er1 >conftest.err
6161 rm -f conftest.er1
6162 cat conftest.err >&5
6163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 (exit $ac_status); } >/dev/null; then
6165 if test -s conftest.err; then
6166 ac_cpp_err=$ac_c_preproc_warn_flag
6167 else
6168 ac_cpp_err=
6169 fi
6170else
6171 ac_cpp_err=yes
252b5132 6172fi
13b2be9c
DJ
6173if test -z "$ac_cpp_err"; then
6174 :
252b5132 6175else
13b2be9c
DJ
6176 echo "$as_me: failed program was:" >&5
6177sed 's/^/| /' conftest.$ac_ext >&5
6178
6179 # Broken: fails on valid input.
6180continue
6181fi
6182rm -f conftest.err conftest.$ac_ext
6183
6184 # OK, works on sane cases. Now check whether non-existent headers
6185 # can be detected and how.
6186 cat >conftest.$ac_ext <<_ACEOF
6187#line $LINENO "configure"
6188/* confdefs.h. */
6189_ACEOF
6190cat confdefs.h >>conftest.$ac_ext
6191cat >>conftest.$ac_ext <<_ACEOF
6192/* end confdefs.h. */
6193#include <ac_nonexistent.h>
6194_ACEOF
6195if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6196 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6197 ac_status=$?
6198 grep -v '^ *+' conftest.er1 >conftest.err
6199 rm -f conftest.er1
6200 cat conftest.err >&5
6201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6202 (exit $ac_status); } >/dev/null; then
6203 if test -s conftest.err; then
6204 ac_cpp_err=$ac_c_preproc_warn_flag
6205 else
6206 ac_cpp_err=
6207 fi
252b5132 6208else
13b2be9c 6209 ac_cpp_err=yes
252b5132 6210fi
13b2be9c
DJ
6211if test -z "$ac_cpp_err"; then
6212 # Broken: success on invalid input.
6213continue
252b5132 6214else
13b2be9c
DJ
6215 echo "$as_me: failed program was:" >&5
6216sed 's/^/| /' conftest.$ac_ext >&5
c8615825 6217
13b2be9c
DJ
6218 # Passes both tests.
6219ac_preproc_ok=:
6220break
252b5132 6221fi
13b2be9c 6222rm -f conftest.err conftest.$ac_ext
252b5132 6223
13b2be9c
DJ
6224done
6225# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6226rm -f conftest.err conftest.$ac_ext
6227if $ac_preproc_ok; then
6228 :
6229else
6230 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6231See \`config.log' for more details." >&5
6232echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6233See \`config.log' for more details." >&2;}
6234 { (exit 1); exit 1; }; }
252b5132 6235fi
9b2b7d69 6236
13b2be9c
DJ
6237ac_ext=c
6238ac_cpp='$CPP $CPPFLAGS'
6239ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6240ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6241ac_compiler_gnu=$ac_cv_c_compiler_gnu
252b5132
RH
6242
6243
13b2be9c
DJ
6244echo "$as_me:$LINENO: checking for egrep" >&5
6245echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6246if test "${ac_cv_prog_egrep+set}" = set; then
6247 echo $ECHO_N "(cached) $ECHO_C" >&6
ac48eca1 6248else
13b2be9c
DJ
6249 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6250 then ac_cv_prog_egrep='grep -E'
6251 else ac_cv_prog_egrep='egrep'
c8615825 6252 fi
6840198f 6253fi
13b2be9c
DJ
6254echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6255echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6256 EGREP=$ac_cv_prog_egrep
6840198f 6257
13b2be9c
DJ
6258
6259echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6260echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6261if test "${ac_cv_header_stdc+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6840198f 6263else
13b2be9c
DJ
6264 cat >conftest.$ac_ext <<_ACEOF
6265#line $LINENO "configure"
6266/* confdefs.h. */
6267_ACEOF
6268cat confdefs.h >>conftest.$ac_ext
6269cat >>conftest.$ac_ext <<_ACEOF
6270/* end confdefs.h. */
252b5132
RH
6271#include <stdlib.h>
6272#include <stdarg.h>
6273#include <string.h>
6274#include <float.h>
13b2be9c
DJ
6275
6276int
6277main ()
6278{
6279
6280 ;
6281 return 0;
6282}
6283_ACEOF
6284rm -f conftest.$ac_objext
6285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6286 (eval $ac_compile) 2>&5
6287 ac_status=$?
6288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6289 (exit $ac_status); } &&
6290 { ac_try='test -s conftest.$ac_objext'
6291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6292 (eval $ac_try) 2>&5
6293 ac_status=$?
6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6295 (exit $ac_status); }; }; then
252b5132
RH
6296 ac_cv_header_stdc=yes
6297else
13b2be9c
DJ
6298 echo "$as_me: failed program was:" >&5
6299sed 's/^/| /' conftest.$ac_ext >&5
6300
6301ac_cv_header_stdc=no
252b5132 6302fi
13b2be9c 6303rm -f conftest.$ac_objext conftest.$ac_ext
252b5132
RH
6304
6305if test $ac_cv_header_stdc = yes; then
6306 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13b2be9c
DJ
6307 cat >conftest.$ac_ext <<_ACEOF
6308#line $LINENO "configure"
6309/* confdefs.h. */
6310_ACEOF
6311cat confdefs.h >>conftest.$ac_ext
6312cat >>conftest.$ac_ext <<_ACEOF
6313/* end confdefs.h. */
252b5132 6314#include <string.h>
13b2be9c
DJ
6315
6316_ACEOF
252b5132 6317if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6318 $EGREP "memchr" >/dev/null 2>&1; then
252b5132
RH
6319 :
6320else
252b5132
RH
6321 ac_cv_header_stdc=no
6322fi
6323rm -f conftest*
6324
6325fi
6326
6327if test $ac_cv_header_stdc = yes; then
6328 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13b2be9c
DJ
6329 cat >conftest.$ac_ext <<_ACEOF
6330#line $LINENO "configure"
6331/* confdefs.h. */
6332_ACEOF
6333cat confdefs.h >>conftest.$ac_ext
6334cat >>conftest.$ac_ext <<_ACEOF
6335/* end confdefs.h. */
252b5132 6336#include <stdlib.h>
13b2be9c
DJ
6337
6338_ACEOF
252b5132 6339if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6340 $EGREP "free" >/dev/null 2>&1; then
252b5132
RH
6341 :
6342else
252b5132
RH
6343 ac_cv_header_stdc=no
6344fi
6345rm -f conftest*
6346
6347fi
6348
6349if test $ac_cv_header_stdc = yes; then
6350 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13b2be9c 6351 if test "$cross_compiling" = yes; then
252b5132
RH
6352 :
6353else
13b2be9c
DJ
6354 cat >conftest.$ac_ext <<_ACEOF
6355#line $LINENO "configure"
6356/* confdefs.h. */
6357_ACEOF
6358cat confdefs.h >>conftest.$ac_ext
6359cat >>conftest.$ac_ext <<_ACEOF
6360/* end confdefs.h. */
252b5132 6361#include <ctype.h>
13b2be9c
DJ
6362#if ((' ' & 0x0FF) == 0x020)
6363# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6364# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6365#else
6366# define ISLOWER(c) \
6367 (('a' <= (c) && (c) <= 'i') \
6368 || ('j' <= (c) && (c) <= 'r') \
6369 || ('s' <= (c) && (c) <= 'z'))
6370# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6371#endif
c8615825 6372
13b2be9c
DJ
6373#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6374int
6375main ()
6376{
6377 int i;
6378 for (i = 0; i < 256; i++)
6379 if (XOR (islower (i), ISLOWER (i))
6380 || toupper (i) != TOUPPER (i))
6381 exit(2);
6382 exit (0);
6383}
6384_ACEOF
6385rm -f conftest$ac_exeext
6386if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6387 (eval $ac_link) 2>&5
6388 ac_status=$?
6389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6392 (eval $ac_try) 2>&5
6393 ac_status=$?
6394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6395 (exit $ac_status); }; }; then
c8615825
AM
6396 :
6397else
13b2be9c
DJ
6398 echo "$as_me: program exited with status $ac_status" >&5
6399echo "$as_me: failed program was:" >&5
6400sed 's/^/| /' conftest.$ac_ext >&5
6401
6402( exit $ac_status )
6403ac_cv_header_stdc=no
c8615825 6404fi
13dfd2d0 6405rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
c8615825 6406fi
c8615825 6407fi
9b2b7d69 6408fi
13b2be9c
DJ
6409echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6410echo "${ECHO_T}$ac_cv_header_stdc" >&6
c8615825 6411if test $ac_cv_header_stdc = yes; then
13b2be9c
DJ
6412
6413cat >>confdefs.h <<\_ACEOF
c8615825 6414#define STDC_HEADERS 1
13b2be9c 6415_ACEOF
9b2b7d69 6416
c8615825
AM
6417fi
6418
13b2be9c
DJ
6419echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
6420echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
6421if test "${ac_cv_c_const+set}" = set; then
6422 echo $ECHO_N "(cached) $ECHO_C" >&6
6423else
6424 cat >conftest.$ac_ext <<_ACEOF
6425#line $LINENO "configure"
6426/* confdefs.h. */
6427_ACEOF
6428cat confdefs.h >>conftest.$ac_ext
6429cat >>conftest.$ac_ext <<_ACEOF
6430/* end confdefs.h. */
c8615825 6431
13b2be9c
DJ
6432int
6433main ()
6434{
6435/* FIXME: Include the comments suggested by Paul. */
6436#ifndef __cplusplus
6437 /* Ultrix mips cc rejects this. */
6438 typedef int charset[2];
6439 const charset x;
6440 /* SunOS 4.1.1 cc rejects this. */
6441 char const *const *ccp;
6442 char **p;
6443 /* NEC SVR4.0.2 mips cc rejects this. */
6444 struct point {int x, y;};
6445 static struct point const zero = {0,0};
6446 /* AIX XL C 1.02.0.0 rejects this.
6447 It does not let you subtract one const X* pointer from another in
6448 an arm of an if-expression whose if-part is not a constant
6449 expression */
6450 const char *g = "string";
6451 ccp = &g + (g ? g-g : 0);
6452 /* HPUX 7.0 cc rejects these. */
6453 ++ccp;
6454 p = (char**) ccp;
6455 ccp = (char const *const *) p;
6456 { /* SCO 3.2v4 cc rejects this. */
6457 char *t;
6458 char const *s = 0 ? (char *) 0 : (char const *) 0;
6459
6460 *t++ = 0;
6461 }
6462 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6463 int x[] = {25, 17};
6464 const int *foo = &x[0];
6465 ++foo;
6466 }
6467 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6468 typedef const int *iptr;
6469 iptr p = 0;
6470 ++p;
6471 }
6472 { /* AIX XL C 1.02.0.0 rejects this saying
6473 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6474 struct s { int j; const int *ap[3]; };
6475 struct s *b; b->j = 5;
6476 }
6477 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6478 const int foo = 10;
6479 }
6480#endif
6481
6482 ;
6483 return 0;
6484}
6485_ACEOF
6486rm -f conftest.$ac_objext
6487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6488 (eval $ac_compile) 2>&5
6489 ac_status=$?
6490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6491 (exit $ac_status); } &&
6492 { ac_try='test -s conftest.$ac_objext'
6493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6494 (eval $ac_try) 2>&5
6495 ac_status=$?
6496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6497 (exit $ac_status); }; }; then
252b5132
RH
6498 ac_cv_c_const=yes
6499else
13b2be9c
DJ
6500 echo "$as_me: failed program was:" >&5
6501sed 's/^/| /' conftest.$ac_ext >&5
6502
6503ac_cv_c_const=no
252b5132 6504fi
13b2be9c 6505rm -f conftest.$ac_objext conftest.$ac_ext
252b5132 6506fi
13b2be9c
DJ
6507echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6508echo "${ECHO_T}$ac_cv_c_const" >&6
c8615825 6509if test $ac_cv_c_const = no; then
13b2be9c
DJ
6510
6511cat >>confdefs.h <<\_ACEOF
6512#define const
6513_ACEOF
252b5132
RH
6514
6515fi
6516
13b2be9c
DJ
6517echo "$as_me:$LINENO: checking for inline" >&5
6518echo $ECHO_N "checking for inline... $ECHO_C" >&6
6519if test "${ac_cv_c_inline+set}" = set; then
6520 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
6521else
6522 ac_cv_c_inline=no
6523for ac_kw in inline __inline__ __inline; do
13b2be9c
DJ
6524 cat >conftest.$ac_ext <<_ACEOF
6525#line $LINENO "configure"
6526/* confdefs.h. */
6527_ACEOF
6528cat confdefs.h >>conftest.$ac_ext
6529cat >>conftest.$ac_ext <<_ACEOF
6530/* end confdefs.h. */
6531#ifndef __cplusplus
6532typedef int foo_t;
6533static $ac_kw foo_t static_foo () {return 0; }
6534$ac_kw foo_t foo () {return 0; }
6535#endif
252b5132 6536
13b2be9c
DJ
6537_ACEOF
6538rm -f conftest.$ac_objext
6539if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6540 (eval $ac_compile) 2>&5
6541 ac_status=$?
6542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6543 (exit $ac_status); } &&
6544 { ac_try='test -s conftest.$ac_objext'
6545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6546 (eval $ac_try) 2>&5
6547 ac_status=$?
6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6549 (exit $ac_status); }; }; then
d6d788bd 6550 ac_cv_c_inline=$ac_kw; break
6840198f 6551else
13b2be9c
DJ
6552 echo "$as_me: failed program was:" >&5
6553sed 's/^/| /' conftest.$ac_ext >&5
6554
6840198f 6555fi
13b2be9c 6556rm -f conftest.$ac_objext conftest.$ac_ext
d6d788bd 6557done
6840198f
NC
6558
6559fi
13b2be9c
DJ
6560echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
6561echo "${ECHO_T}$ac_cv_c_inline" >&6
6562case $ac_cv_c_inline in
d6d788bd 6563 inline | yes) ;;
13b2be9c
DJ
6564 no)
6565cat >>confdefs.h <<\_ACEOF
6566#define inline
6567_ACEOF
d6d788bd 6568 ;;
13b2be9c 6569 *) cat >>confdefs.h <<_ACEOF
d6d788bd 6570#define inline $ac_cv_c_inline
13b2be9c 6571_ACEOF
d6d788bd
L
6572 ;;
6573esac
6574
13b2be9c
DJ
6575# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6586 inttypes.h stdint.h unistd.h
6587do
6588as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6589echo "$as_me:$LINENO: checking for $ac_header" >&5
6590echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6591if eval "test \"\${$as_ac_Header+set}\" = set"; then
6592 echo $ECHO_N "(cached) $ECHO_C" >&6
6593else
6594 cat >conftest.$ac_ext <<_ACEOF
6595#line $LINENO "configure"
6596/* confdefs.h. */
6597_ACEOF
6598cat confdefs.h >>conftest.$ac_ext
6599cat >>conftest.$ac_ext <<_ACEOF
6600/* end confdefs.h. */
6601$ac_includes_default
6602
6603#include <$ac_header>
6604_ACEOF
6605rm -f conftest.$ac_objext
6606if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6607 (eval $ac_compile) 2>&5
6608 ac_status=$?
6609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6610 (exit $ac_status); } &&
6611 { ac_try='test -s conftest.$ac_objext'
6612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6613 (eval $ac_try) 2>&5
6614 ac_status=$?
6615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6616 (exit $ac_status); }; }; then
6617 eval "$as_ac_Header=yes"
6618else
6619 echo "$as_me: failed program was:" >&5
6620sed 's/^/| /' conftest.$ac_ext >&5
6621
6622eval "$as_ac_Header=no"
6623fi
6624rm -f conftest.$ac_objext conftest.$ac_ext
6625fi
6626echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6627echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6628if test `eval echo '${'$as_ac_Header'}'` = yes; then
6629 cat >>confdefs.h <<_ACEOF
6630#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6631_ACEOF
6632
6633fi
6634
6635done
6636
6637
6638echo "$as_me:$LINENO: checking for off_t" >&5
6639echo $ECHO_N "checking for off_t... $ECHO_C" >&6
6640if test "${ac_cv_type_off_t+set}" = set; then
6641 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6642else
13b2be9c
DJ
6643 cat >conftest.$ac_ext <<_ACEOF
6644#line $LINENO "configure"
6645/* confdefs.h. */
6646_ACEOF
6647cat confdefs.h >>conftest.$ac_ext
6648cat >>conftest.$ac_ext <<_ACEOF
6649/* end confdefs.h. */
6650$ac_includes_default
6651int
6652main ()
6653{
6654if ((off_t *) 0)
6655 return 0;
6656if (sizeof (off_t))
6657 return 0;
6658 ;
6659 return 0;
6660}
6661_ACEOF
6662rm -f conftest.$ac_objext
6663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6664 (eval $ac_compile) 2>&5
6665 ac_status=$?
6666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6667 (exit $ac_status); } &&
6668 { ac_try='test -s conftest.$ac_objext'
6669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6670 (eval $ac_try) 2>&5
6671 ac_status=$?
6672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6673 (exit $ac_status); }; }; then
a2d91340 6674 ac_cv_type_off_t=yes
252b5132 6675else
13b2be9c
DJ
6676 echo "$as_me: failed program was:" >&5
6677sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6678
13b2be9c 6679ac_cv_type_off_t=no
c8615825 6680fi
13b2be9c
DJ
6681rm -f conftest.$ac_objext conftest.$ac_ext
6682fi
6683echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
6684echo "${ECHO_T}$ac_cv_type_off_t" >&6
6685if test $ac_cv_type_off_t = yes; then
6686 :
6687else
6688
6689cat >>confdefs.h <<_ACEOF
252b5132 6690#define off_t long
13b2be9c 6691_ACEOF
252b5132
RH
6692
6693fi
6694
13b2be9c
DJ
6695echo "$as_me:$LINENO: checking for size_t" >&5
6696echo $ECHO_N "checking for size_t... $ECHO_C" >&6
6697if test "${ac_cv_type_size_t+set}" = set; then
6698 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6699else
13b2be9c
DJ
6700 cat >conftest.$ac_ext <<_ACEOF
6701#line $LINENO "configure"
6702/* confdefs.h. */
6703_ACEOF
6704cat confdefs.h >>conftest.$ac_ext
6705cat >>conftest.$ac_ext <<_ACEOF
6706/* end confdefs.h. */
6707$ac_includes_default
6708int
6709main ()
6710{
6711if ((size_t *) 0)
6712 return 0;
6713if (sizeof (size_t))
6714 return 0;
6715 ;
6716 return 0;
6717}
6718_ACEOF
6719rm -f conftest.$ac_objext
6720if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6721 (eval $ac_compile) 2>&5
6722 ac_status=$?
6723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6724 (exit $ac_status); } &&
6725 { ac_try='test -s conftest.$ac_objext'
6726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6727 (eval $ac_try) 2>&5
6728 ac_status=$?
6729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6730 (exit $ac_status); }; }; then
a2d91340 6731 ac_cv_type_size_t=yes
252b5132 6732else
13b2be9c
DJ
6733 echo "$as_me: failed program was:" >&5
6734sed 's/^/| /' conftest.$ac_ext >&5
9b2b7d69 6735
13b2be9c
DJ
6736ac_cv_type_size_t=no
6737fi
6738rm -f conftest.$ac_objext conftest.$ac_ext
c8615825 6739fi
13b2be9c
DJ
6740echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6741echo "${ECHO_T}$ac_cv_type_size_t" >&6
6742if test $ac_cv_type_size_t = yes; then
6743 :
6744else
6745
6746cat >>confdefs.h <<_ACEOF
252b5132 6747#define size_t unsigned
13b2be9c 6748_ACEOF
252b5132
RH
6749
6750fi
6751
6752# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6753# for constant arguments. Useless!
13b2be9c
DJ
6754echo "$as_me:$LINENO: checking for working alloca.h" >&5
6755echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6756if test "${ac_cv_working_alloca_h+set}" = set; then
6757 echo $ECHO_N "(cached) $ECHO_C" >&6
6758else
6759 cat >conftest.$ac_ext <<_ACEOF
6760#line $LINENO "configure"
6761/* confdefs.h. */
6762_ACEOF
6763cat confdefs.h >>conftest.$ac_ext
6764cat >>conftest.$ac_ext <<_ACEOF
6765/* end confdefs.h. */
252b5132 6766#include <alloca.h>
13b2be9c
DJ
6767int
6768main ()
6769{
6770char *p = (char *) alloca (2 * sizeof (int));
6771 ;
6772 return 0;
6773}
6774_ACEOF
6775rm -f conftest.$ac_objext conftest$ac_exeext
6776if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6777 (eval $ac_link) 2>&5
6778 ac_status=$?
6779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6780 (exit $ac_status); } &&
6781 { ac_try='test -s conftest$ac_exeext'
6782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6783 (eval $ac_try) 2>&5
6784 ac_status=$?
6785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6786 (exit $ac_status); }; }; then
6787 ac_cv_working_alloca_h=yes
6788else
6789 echo "$as_me: failed program was:" >&5
6790sed 's/^/| /' conftest.$ac_ext >&5
6791
6792ac_cv_working_alloca_h=no
6793fi
6794rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6795fi
6796echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6797echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6798if test $ac_cv_working_alloca_h = yes; then
6799
6800cat >>confdefs.h <<\_ACEOF
252b5132 6801#define HAVE_ALLOCA_H 1
13b2be9c 6802_ACEOF
252b5132
RH
6803
6804fi
6805
13b2be9c
DJ
6806echo "$as_me:$LINENO: checking for alloca" >&5
6807echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6808if test "${ac_cv_func_alloca_works+set}" = set; then
6809 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6810else
13b2be9c
DJ
6811 cat >conftest.$ac_ext <<_ACEOF
6812#line $LINENO "configure"
6813/* confdefs.h. */
6814_ACEOF
6815cat confdefs.h >>conftest.$ac_ext
6816cat >>conftest.$ac_ext <<_ACEOF
6817/* end confdefs.h. */
252b5132
RH
6818#ifdef __GNUC__
6819# define alloca __builtin_alloca
6820#else
6821# ifdef _MSC_VER
6822# include <malloc.h>
6823# define alloca _alloca
6824# else
6825# if HAVE_ALLOCA_H
6826# include <alloca.h>
6827# else
6828# ifdef _AIX
6829 #pragma alloca
6830# else
6831# ifndef alloca /* predefined by HP cc +Olibcalls */
6832char *alloca ();
6833# endif
6834# endif
6835# endif
6836# endif
6837#endif
6838
13b2be9c
DJ
6839int
6840main ()
6841{
6842char *p = (char *) alloca (1);
6843 ;
6844 return 0;
6845}
6846_ACEOF
6847rm -f conftest.$ac_objext conftest$ac_exeext
6848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6849 (eval $ac_link) 2>&5
6850 ac_status=$?
6851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6852 (exit $ac_status); } &&
6853 { ac_try='test -s conftest$ac_exeext'
6854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6855 (eval $ac_try) 2>&5
6856 ac_status=$?
6857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6858 (exit $ac_status); }; }; then
252b5132
RH
6859 ac_cv_func_alloca_works=yes
6860else
13b2be9c
DJ
6861 echo "$as_me: failed program was:" >&5
6862sed 's/^/| /' conftest.$ac_ext >&5
6863
6864ac_cv_func_alloca_works=no
252b5132 6865fi
13b2be9c 6866rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 6867fi
13b2be9c
DJ
6868echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6869echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 6870
252b5132 6871if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 6872
13b2be9c
DJ
6873cat >>confdefs.h <<\_ACEOF
6874#define HAVE_ALLOCA 1
6875_ACEOF
9b2b7d69 6876
13b2be9c 6877else
c8615825 6878 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
6879# that cause trouble. Some versions do not even contain alloca or
6880# contain a buggy version. If you still want to use their alloca,
6881# use ar to extract alloca.o from them instead of compiling alloca.c.
6882
6883ALLOCA=alloca.$ac_objext
6884
6885cat >>confdefs.h <<\_ACEOF
252b5132 6886#define C_ALLOCA 1
13b2be9c 6887_ACEOF
252b5132 6888
d6d788bd 6889
13b2be9c
DJ
6890echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6891echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6892if test "${ac_cv_os_cray+set}" = set; then
6893 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 6894else
13b2be9c
DJ
6895 cat >conftest.$ac_ext <<_ACEOF
6896#line $LINENO "configure"
6897/* confdefs.h. */
6898_ACEOF
6899cat confdefs.h >>conftest.$ac_ext
6900cat >>conftest.$ac_ext <<_ACEOF
6901/* end confdefs.h. */
252b5132
RH
6902#if defined(CRAY) && ! defined(CRAY2)
6903webecray
6904#else
6905wenotbecray
6906#endif
6907
13b2be9c 6908_ACEOF
252b5132 6909if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 6910 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
6911 ac_cv_os_cray=yes
6912else
252b5132
RH
6913 ac_cv_os_cray=no
6914fi
6915rm -f conftest*
6916
6917fi
13b2be9c
DJ
6918echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6919echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 6920if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
6921 for ac_func in _getb67 GETB67 getb67; do
6922 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6923echo "$as_me:$LINENO: checking for $ac_func" >&5
6924echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6925if eval "test \"\${$as_ac_var+set}\" = set"; then
6926 echo $ECHO_N "(cached) $ECHO_C" >&6
6927else
6928 cat >conftest.$ac_ext <<_ACEOF
6929#line $LINENO "configure"
6930/* confdefs.h. */
6931_ACEOF
6932cat confdefs.h >>conftest.$ac_ext
6933cat >>conftest.$ac_ext <<_ACEOF
6934/* end confdefs.h. */
252b5132 6935/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
6936 which can conflict with char $ac_func (); below.
6937 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6938 <limits.h> exists even on freestanding compilers. */
6939#ifdef __STDC__
6940# include <limits.h>
6941#else
6942# include <assert.h>
6943#endif
252b5132 6944/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
6945#ifdef __cplusplus
6946extern "C"
6947{
6948#endif
252b5132 6949/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
6950 builtin and then its argument prototype would still apply. */
6951char $ac_func ();
252b5132
RH
6952/* The GNU C library defines this for functions which it implements
6953 to always fail with ENOSYS. Some functions are actually named
6954 something starting with __ and the normal name is an alias. */
6955#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6956choke me
6957#else
13b2be9c
DJ
6958char (*f) () = $ac_func;
6959#endif
6960#ifdef __cplusplus
6961}
252b5132
RH
6962#endif
6963
13b2be9c
DJ
6964int
6965main ()
6966{
6967return f != $ac_func;
6968 ;
6969 return 0;
6970}
6971_ACEOF
6972rm -f conftest.$ac_objext conftest$ac_exeext
6973if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6974 (eval $ac_link) 2>&5
6975 ac_status=$?
6976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6977 (exit $ac_status); } &&
6978 { ac_try='test -s conftest$ac_exeext'
6979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6980 (eval $ac_try) 2>&5
6981 ac_status=$?
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); }; }; then
6984 eval "$as_ac_var=yes"
6985else
6986 echo "$as_me: failed program was:" >&5
6987sed 's/^/| /' conftest.$ac_ext >&5
6988
6989eval "$as_ac_var=no"
6990fi
6991rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6992fi
6993echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6994echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6995if test `eval echo '${'$as_ac_var'}'` = yes; then
6996
6997cat >>confdefs.h <<_ACEOF
252b5132 6998#define CRAY_STACKSEG_END $ac_func
13b2be9c 6999_ACEOF
252b5132 7000
13b2be9c 7001 break
252b5132
RH
7002fi
7003
13b2be9c 7004 done
252b5132
RH
7005fi
7006
13b2be9c
DJ
7007echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
7008echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7009if test "${ac_cv_c_stack_direction+set}" = set; then
7010 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7011else
7012 if test "$cross_compiling" = yes; then
7013 ac_cv_c_stack_direction=0
7014else
13b2be9c
DJ
7015 cat >conftest.$ac_ext <<_ACEOF
7016#line $LINENO "configure"
7017/* confdefs.h. */
7018_ACEOF
7019cat confdefs.h >>conftest.$ac_ext
7020cat >>conftest.$ac_ext <<_ACEOF
7021/* end confdefs.h. */
7022int
252b5132
RH
7023find_stack_direction ()
7024{
7025 static char *addr = 0;
7026 auto char dummy;
7027 if (addr == 0)
7028 {
7029 addr = &dummy;
7030 return find_stack_direction ();
7031 }
7032 else
7033 return (&dummy > addr) ? 1 : -1;
7034}
13b2be9c
DJ
7035
7036int
252b5132
RH
7037main ()
7038{
13b2be9c 7039 exit (find_stack_direction () < 0);
252b5132 7040}
13b2be9c
DJ
7041_ACEOF
7042rm -f conftest$ac_exeext
7043if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7044 (eval $ac_link) 2>&5
7045 ac_status=$?
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7049 (eval $ac_try) 2>&5
7050 ac_status=$?
7051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052 (exit $ac_status); }; }; then
252b5132
RH
7053 ac_cv_c_stack_direction=1
7054else
13b2be9c
DJ
7055 echo "$as_me: program exited with status $ac_status" >&5
7056echo "$as_me: failed program was:" >&5
7057sed 's/^/| /' conftest.$ac_ext >&5
7058
7059( exit $ac_status )
7060ac_cv_c_stack_direction=-1
252b5132 7061fi
13dfd2d0 7062rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7063fi
252b5132 7064fi
13b2be9c
DJ
7065echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
7066echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 7067
13b2be9c 7068cat >>confdefs.h <<_ACEOF
252b5132 7069#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
7070_ACEOF
7071
252b5132
RH
7072
7073fi
7074
13b2be9c
DJ
7075
7076
7077for ac_header in stdlib.h unistd.h
252b5132 7078do
13b2be9c
DJ
7079as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7080if eval "test \"\${$as_ac_Header+set}\" = set"; then
7081 echo "$as_me:$LINENO: checking for $ac_header" >&5
7082echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7083if eval "test \"\${$as_ac_Header+set}\" = set"; then
7084 echo $ECHO_N "(cached) $ECHO_C" >&6
7085fi
7086echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7087echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7088else
7089 # Is the header compilable?
7090echo "$as_me:$LINENO: checking $ac_header usability" >&5
7091echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7092cat >conftest.$ac_ext <<_ACEOF
7093#line $LINENO "configure"
7094/* confdefs.h. */
7095_ACEOF
7096cat confdefs.h >>conftest.$ac_ext
7097cat >>conftest.$ac_ext <<_ACEOF
7098/* end confdefs.h. */
7099$ac_includes_default
7100#include <$ac_header>
7101_ACEOF
7102rm -f conftest.$ac_objext
7103if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7104 (eval $ac_compile) 2>&5
7105 ac_status=$?
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); } &&
7108 { ac_try='test -s conftest.$ac_objext'
7109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7110 (eval $ac_try) 2>&5
7111 ac_status=$?
7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113 (exit $ac_status); }; }; then
7114 ac_header_compiler=yes
7115else
7116 echo "$as_me: failed program was:" >&5
7117sed 's/^/| /' conftest.$ac_ext >&5
7118
7119ac_header_compiler=no
7120fi
7121rm -f conftest.$ac_objext conftest.$ac_ext
7122echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7123echo "${ECHO_T}$ac_header_compiler" >&6
7124
7125# Is the header present?
7126echo "$as_me:$LINENO: checking $ac_header presence" >&5
7127echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7128cat >conftest.$ac_ext <<_ACEOF
7129#line $LINENO "configure"
7130/* confdefs.h. */
7131_ACEOF
7132cat confdefs.h >>conftest.$ac_ext
7133cat >>conftest.$ac_ext <<_ACEOF
7134/* end confdefs.h. */
7135#include <$ac_header>
7136_ACEOF
7137if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7138 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7139 ac_status=$?
7140 grep -v '^ *+' conftest.er1 >conftest.err
7141 rm -f conftest.er1
7142 cat conftest.err >&5
7143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144 (exit $ac_status); } >/dev/null; then
7145 if test -s conftest.err; then
7146 ac_cpp_err=$ac_c_preproc_warn_flag
7147 else
7148 ac_cpp_err=
7149 fi
252b5132 7150else
13b2be9c
DJ
7151 ac_cpp_err=yes
7152fi
7153if test -z "$ac_cpp_err"; then
7154 ac_header_preproc=yes
7155else
7156 echo "$as_me: failed program was:" >&5
7157sed 's/^/| /' conftest.$ac_ext >&5
7158
7159 ac_header_preproc=no
7160fi
7161rm -f conftest.err conftest.$ac_ext
7162echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7163echo "${ECHO_T}$ac_header_preproc" >&6
7164
7165# So? What about this header?
7166case $ac_header_compiler:$ac_header_preproc in
7167 yes:no )
7168 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7169echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7170 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7171echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7172 (
7173 cat <<\_ASBOX
7174## ------------------------------------ ##
7175## Report this to bug-autoconf@gnu.org. ##
7176## ------------------------------------ ##
7177_ASBOX
7178 ) |
7179 sed "s/^/$as_me: WARNING: /" >&2
7180 ;;
7181 no:yes )
7182 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7183echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7184 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7185echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7186 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7187echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7188 (
7189 cat <<\_ASBOX
7190## ------------------------------------ ##
7191## Report this to bug-autoconf@gnu.org. ##
7192## ------------------------------------ ##
7193_ASBOX
7194 ) |
7195 sed "s/^/$as_me: WARNING: /" >&2
7196 ;;
7197esac
7198echo "$as_me:$LINENO: checking for $ac_header" >&5
7199echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7200if eval "test \"\${$as_ac_Header+set}\" = set"; then
7201 echo $ECHO_N "(cached) $ECHO_C" >&6
7202else
7203 eval "$as_ac_Header=$ac_header_preproc"
252b5132 7204fi
13b2be9c
DJ
7205echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7206echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7207
252b5132 7208fi
13b2be9c
DJ
7209if test `eval echo '${'$as_ac_Header'}'` = yes; then
7210 cat >>confdefs.h <<_ACEOF
7211#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7212_ACEOF
7213
252b5132 7214fi
13b2be9c 7215
252b5132
RH
7216done
7217
13b2be9c 7218
252b5132
RH
7219for ac_func in getpagesize
7220do
13b2be9c
DJ
7221as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7222echo "$as_me:$LINENO: checking for $ac_func" >&5
7223echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7224if eval "test \"\${$as_ac_var+set}\" = set"; then
7225 echo $ECHO_N "(cached) $ECHO_C" >&6
7226else
7227 cat >conftest.$ac_ext <<_ACEOF
7228#line $LINENO "configure"
7229/* confdefs.h. */
7230_ACEOF
7231cat confdefs.h >>conftest.$ac_ext
7232cat >>conftest.$ac_ext <<_ACEOF
7233/* end confdefs.h. */
252b5132 7234/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7235 which can conflict with char $ac_func (); below.
7236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7237 <limits.h> exists even on freestanding compilers. */
7238#ifdef __STDC__
7239# include <limits.h>
7240#else
7241# include <assert.h>
7242#endif
252b5132 7243/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7244#ifdef __cplusplus
7245extern "C"
7246{
7247#endif
252b5132 7248/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7249 builtin and then its argument prototype would still apply. */
7250char $ac_func ();
252b5132
RH
7251/* The GNU C library defines this for functions which it implements
7252 to always fail with ENOSYS. Some functions are actually named
7253 something starting with __ and the normal name is an alias. */
7254#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7255choke me
7256#else
13b2be9c
DJ
7257char (*f) () = $ac_func;
7258#endif
7259#ifdef __cplusplus
7260}
252b5132
RH
7261#endif
7262
13b2be9c
DJ
7263int
7264main ()
7265{
7266return f != $ac_func;
7267 ;
7268 return 0;
7269}
7270_ACEOF
7271rm -f conftest.$ac_objext conftest$ac_exeext
7272if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7273 (eval $ac_link) 2>&5
7274 ac_status=$?
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); } &&
7277 { ac_try='test -s conftest$ac_exeext'
7278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7279 (eval $ac_try) 2>&5
7280 ac_status=$?
7281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7282 (exit $ac_status); }; }; then
7283 eval "$as_ac_var=yes"
7284else
7285 echo "$as_me: failed program was:" >&5
7286sed 's/^/| /' conftest.$ac_ext >&5
7287
7288eval "$as_ac_var=no"
7289fi
7290rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7291fi
7292echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7293echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7294if test `eval echo '${'$as_ac_var'}'` = yes; then
7295 cat >>confdefs.h <<_ACEOF
7296#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7297_ACEOF
252b5132 7298
252b5132
RH
7299fi
7300done
7301
13b2be9c
DJ
7302echo "$as_me:$LINENO: checking for working mmap" >&5
7303echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
7304if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7305 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
7306else
7307 if test "$cross_compiling" = yes; then
7308 ac_cv_func_mmap_fixed_mapped=no
7309else
13b2be9c
DJ
7310 cat >conftest.$ac_ext <<_ACEOF
7311#line $LINENO "configure"
7312/* confdefs.h. */
7313_ACEOF
7314cat confdefs.h >>conftest.$ac_ext
7315cat >>conftest.$ac_ext <<_ACEOF
7316/* end confdefs.h. */
7317$ac_includes_default
7318/* malloc might have been renamed as rpl_malloc. */
7319#undef malloc
d6d788bd 7320
252b5132
RH
7321/* Thanks to Mike Haertel and Jim Avera for this test.
7322 Here is a matrix of mmap possibilities:
7323 mmap private not fixed
7324 mmap private fixed at somewhere currently unmapped
7325 mmap private fixed at somewhere already mapped
7326 mmap shared not fixed
7327 mmap shared fixed at somewhere currently unmapped
7328 mmap shared fixed at somewhere already mapped
7329 For private mappings, we should verify that changes cannot be read()
7330 back from the file, nor mmap's back from the file at a different
7331 address. (There have been systems where private was not correctly
7332 implemented like the infamous i386 svr4.0, and systems where the
13b2be9c 7333 VM page cache was not coherent with the file system buffer cache
252b5132
RH
7334 like early versions of FreeBSD and possibly contemporary NetBSD.)
7335 For shared mappings, we should conversely verify that changes get
13b2be9c 7336 propagated back to all the places they're supposed to be.
252b5132
RH
7337
7338 Grep wants private fixed already mapped.
7339 The main things grep needs to know about mmap are:
7340 * does it exist and is it safe to write into the mmap'd area
7341 * how to use it (BSD variants) */
13b2be9c 7342
252b5132
RH
7343#include <fcntl.h>
7344#include <sys/mman.h>
7345
13b2be9c
DJ
7346#if !STDC_HEADERS && !HAVE_STDLIB_H
7347char *malloc ();
7348#endif
c8615825 7349
13b2be9c
DJ
7350/* This mess was copied from the GNU getpagesize.h. */
7351#if !HAVE_GETPAGESIZE
252b5132 7352/* Assume that all systems that can run configure have sys/param.h. */
13b2be9c 7353# if !HAVE_SYS_PARAM_H
252b5132
RH
7354# define HAVE_SYS_PARAM_H 1
7355# endif
7356
7357# ifdef _SC_PAGESIZE
7358# define getpagesize() sysconf(_SC_PAGESIZE)
7359# else /* no _SC_PAGESIZE */
13b2be9c 7360# if HAVE_SYS_PARAM_H
252b5132
RH
7361# include <sys/param.h>
7362# ifdef EXEC_PAGESIZE
7363# define getpagesize() EXEC_PAGESIZE
7364# else /* no EXEC_PAGESIZE */
7365# ifdef NBPG
7366# define getpagesize() NBPG * CLSIZE
7367# ifndef CLSIZE
7368# define CLSIZE 1
7369# endif /* no CLSIZE */
7370# else /* no NBPG */
7371# ifdef NBPC
7372# define getpagesize() NBPC
7373# else /* no NBPC */
7374# ifdef PAGESIZE
7375# define getpagesize() PAGESIZE
7376# endif /* PAGESIZE */
7377# endif /* no NBPC */
7378# endif /* no NBPG */
7379# endif /* no EXEC_PAGESIZE */
7380# else /* no HAVE_SYS_PARAM_H */
7381# define getpagesize() 8192 /* punt totally */
7382# endif /* no HAVE_SYS_PARAM_H */
7383# endif /* no _SC_PAGESIZE */
7384
7385#endif /* no HAVE_GETPAGESIZE */
7386
252b5132 7387int
13b2be9c 7388main ()
252b5132 7389{
13b2be9c
DJ
7390 char *data, *data2, *data3;
7391 int i, pagesize;
7392 int fd;
7393
7394 pagesize = getpagesize ();
7395
7396 /* First, make a file with some known garbage in it. */
7397 data = (char *) malloc (pagesize);
7398 if (!data)
7399 exit (1);
7400 for (i = 0; i < pagesize; ++i)
7401 *(data + i) = rand ();
7402 umask (0);
7403 fd = creat ("conftest.mmap", 0600);
7404 if (fd < 0)
7405 exit (1);
7406 if (write (fd, data, pagesize) != pagesize)
7407 exit (1);
7408 close (fd);
7409
7410 /* Next, try to mmap the file at a fixed address which already has
7411 something else allocated at it. If we can, also make sure that
7412 we see the same garbage. */
7413 fd = open ("conftest.mmap", O_RDWR);
7414 if (fd < 0)
7415 exit (1);
7416 data2 = (char *) malloc (2 * pagesize);
7417 if (!data2)
7418 exit (1);
7419 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
7420 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7421 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7422 exit (1);
7423 for (i = 0; i < pagesize; ++i)
7424 if (*(data + i) != *(data2 + i))
7425 exit (1);
7426
7427 /* Finally, make sure that changes to the mapped area do not
7428 percolate back to the file as seen by read(). (This is a bug on
7429 some variants of i386 svr4.0.) */
7430 for (i = 0; i < pagesize; ++i)
7431 *(data2 + i) = *(data2 + i) + 1;
7432 data3 = (char *) malloc (pagesize);
7433 if (!data3)
7434 exit (1);
7435 if (read (fd, data3, pagesize) != pagesize)
7436 exit (1);
7437 for (i = 0; i < pagesize; ++i)
7438 if (*(data + i) != *(data3 + i))
7439 exit (1);
7440 close (fd);
7441 exit (0);
252b5132 7442}
13b2be9c
DJ
7443_ACEOF
7444rm -f conftest$ac_exeext
7445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7446 (eval $ac_link) 2>&5
7447 ac_status=$?
7448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7449 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7451 (eval $ac_try) 2>&5
7452 ac_status=$?
7453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7454 (exit $ac_status); }; }; then
252b5132
RH
7455 ac_cv_func_mmap_fixed_mapped=yes
7456else
13b2be9c
DJ
7457 echo "$as_me: program exited with status $ac_status" >&5
7458echo "$as_me: failed program was:" >&5
7459sed 's/^/| /' conftest.$ac_ext >&5
7460
7461( exit $ac_status )
7462ac_cv_func_mmap_fixed_mapped=no
9b2b7d69 7463fi
13dfd2d0 7464rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 7465fi
252b5132 7466fi
13b2be9c
DJ
7467echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7468echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
c8615825 7469if test $ac_cv_func_mmap_fixed_mapped = yes; then
13b2be9c
DJ
7470
7471cat >>confdefs.h <<\_ACEOF
9b2b7d69 7472#define HAVE_MMAP 1
13b2be9c 7473_ACEOF
9b2b7d69
MM
7474
7475fi
13b2be9c
DJ
7476rm -f conftest.mmap
7477
7478
7479
7480
7481
7482
7483
6840198f 7484
13b2be9c
DJ
7485
7486
7487
7488for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
252b5132
RH
7489unistd.h values.h sys/param.h
7490do
13b2be9c
DJ
7491as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7492if eval "test \"\${$as_ac_Header+set}\" = set"; then
7493 echo "$as_me:$LINENO: checking for $ac_header" >&5
7494echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7495if eval "test \"\${$as_ac_Header+set}\" = set"; then
7496 echo $ECHO_N "(cached) $ECHO_C" >&6
7497fi
7498echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7499echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7500else
7501 # Is the header compilable?
7502echo "$as_me:$LINENO: checking $ac_header usability" >&5
7503echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7504cat >conftest.$ac_ext <<_ACEOF
7505#line $LINENO "configure"
7506/* confdefs.h. */
7507_ACEOF
7508cat confdefs.h >>conftest.$ac_ext
7509cat >>conftest.$ac_ext <<_ACEOF
7510/* end confdefs.h. */
7511$ac_includes_default
7512#include <$ac_header>
7513_ACEOF
7514rm -f conftest.$ac_objext
7515if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7516 (eval $ac_compile) 2>&5
7517 ac_status=$?
7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519 (exit $ac_status); } &&
7520 { ac_try='test -s conftest.$ac_objext'
7521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7522 (eval $ac_try) 2>&5
7523 ac_status=$?
7524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7525 (exit $ac_status); }; }; then
7526 ac_header_compiler=yes
7527else
7528 echo "$as_me: failed program was:" >&5
7529sed 's/^/| /' conftest.$ac_ext >&5
7530
7531ac_header_compiler=no
7532fi
7533rm -f conftest.$ac_objext conftest.$ac_ext
7534echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7535echo "${ECHO_T}$ac_header_compiler" >&6
7536
7537# Is the header present?
7538echo "$as_me:$LINENO: checking $ac_header presence" >&5
7539echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7540cat >conftest.$ac_ext <<_ACEOF
7541#line $LINENO "configure"
7542/* confdefs.h. */
7543_ACEOF
7544cat confdefs.h >>conftest.$ac_ext
7545cat >>conftest.$ac_ext <<_ACEOF
7546/* end confdefs.h. */
7547#include <$ac_header>
7548_ACEOF
7549if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7550 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7551 ac_status=$?
7552 grep -v '^ *+' conftest.er1 >conftest.err
7553 rm -f conftest.er1
7554 cat conftest.err >&5
7555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7556 (exit $ac_status); } >/dev/null; then
7557 if test -s conftest.err; then
7558 ac_cpp_err=$ac_c_preproc_warn_flag
7559 else
7560 ac_cpp_err=
7561 fi
9b2b7d69 7562else
13b2be9c
DJ
7563 ac_cpp_err=yes
7564fi
7565if test -z "$ac_cpp_err"; then
7566 ac_header_preproc=yes
7567else
7568 echo "$as_me: failed program was:" >&5
7569sed 's/^/| /' conftest.$ac_ext >&5
7570
7571 ac_header_preproc=no
7572fi
7573rm -f conftest.err conftest.$ac_ext
7574echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7575echo "${ECHO_T}$ac_header_preproc" >&6
7576
7577# So? What about this header?
7578case $ac_header_compiler:$ac_header_preproc in
7579 yes:no )
7580 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7581echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7582 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7583echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7584 (
7585 cat <<\_ASBOX
7586## ------------------------------------ ##
7587## Report this to bug-autoconf@gnu.org. ##
7588## ------------------------------------ ##
7589_ASBOX
7590 ) |
7591 sed "s/^/$as_me: WARNING: /" >&2
7592 ;;
7593 no:yes )
7594 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7595echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7596 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7597echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7598 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7599echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7600 (
7601 cat <<\_ASBOX
7602## ------------------------------------ ##
7603## Report this to bug-autoconf@gnu.org. ##
7604## ------------------------------------ ##
7605_ASBOX
7606 ) |
7607 sed "s/^/$as_me: WARNING: /" >&2
7608 ;;
7609esac
7610echo "$as_me:$LINENO: checking for $ac_header" >&5
7611echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7612if eval "test \"\${$as_ac_Header+set}\" = set"; then
7613 echo $ECHO_N "(cached) $ECHO_C" >&6
7614else
7615 eval "$as_ac_Header=$ac_header_preproc"
252b5132 7616fi
13b2be9c
DJ
7617echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7618echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7619
252b5132 7620fi
13b2be9c
DJ
7621if test `eval echo '${'$as_ac_Header'}'` = yes; then
7622 cat >>confdefs.h <<_ACEOF
7623#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7624_ACEOF
7625
252b5132 7626fi
13b2be9c 7627
252b5132
RH
7628done
7629
13b2be9c
DJ
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
252b5132
RH
7641__argz_count __argz_stringify __argz_next
7642do
13b2be9c
DJ
7643as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7644echo "$as_me:$LINENO: checking for $ac_func" >&5
7645echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7646if eval "test \"\${$as_ac_var+set}\" = set"; then
7647 echo $ECHO_N "(cached) $ECHO_C" >&6
7648else
7649 cat >conftest.$ac_ext <<_ACEOF
7650#line $LINENO "configure"
7651/* confdefs.h. */
7652_ACEOF
7653cat confdefs.h >>conftest.$ac_ext
7654cat >>conftest.$ac_ext <<_ACEOF
7655/* end confdefs.h. */
252b5132 7656/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7657 which can conflict with char $ac_func (); below.
7658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7659 <limits.h> exists even on freestanding compilers. */
7660#ifdef __STDC__
7661# include <limits.h>
7662#else
7663# include <assert.h>
7664#endif
252b5132 7665/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7666#ifdef __cplusplus
7667extern "C"
7668{
7669#endif
252b5132 7670/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7671 builtin and then its argument prototype would still apply. */
7672char $ac_func ();
252b5132
RH
7673/* The GNU C library defines this for functions which it implements
7674 to always fail with ENOSYS. Some functions are actually named
7675 something starting with __ and the normal name is an alias. */
7676#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7677choke me
7678#else
13b2be9c
DJ
7679char (*f) () = $ac_func;
7680#endif
7681#ifdef __cplusplus
7682}
252b5132
RH
7683#endif
7684
13b2be9c
DJ
7685int
7686main ()
7687{
7688return f != $ac_func;
7689 ;
7690 return 0;
7691}
7692_ACEOF
7693rm -f conftest.$ac_objext conftest$ac_exeext
7694if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7695 (eval $ac_link) 2>&5
7696 ac_status=$?
7697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698 (exit $ac_status); } &&
7699 { ac_try='test -s conftest$ac_exeext'
7700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7701 (eval $ac_try) 2>&5
7702 ac_status=$?
7703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7704 (exit $ac_status); }; }; then
7705 eval "$as_ac_var=yes"
7706else
7707 echo "$as_me: failed program was:" >&5
7708sed 's/^/| /' conftest.$ac_ext >&5
7709
7710eval "$as_ac_var=no"
7711fi
7712rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7713fi
7714echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7715echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7716if test `eval echo '${'$as_ac_var'}'` = yes; then
7717 cat >>confdefs.h <<_ACEOF
7718#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7719_ACEOF
252b5132 7720
252b5132
RH
7721fi
7722done
7723
6840198f 7724
d6d788bd 7725 if test "${ac_cv_func_stpcpy+set}" != "set"; then
13b2be9c
DJ
7726
7727for ac_func in stpcpy
252b5132 7728do
13b2be9c
DJ
7729as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7730echo "$as_me:$LINENO: checking for $ac_func" >&5
7731echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7732if eval "test \"\${$as_ac_var+set}\" = set"; then
7733 echo $ECHO_N "(cached) $ECHO_C" >&6
7734else
7735 cat >conftest.$ac_ext <<_ACEOF
7736#line $LINENO "configure"
7737/* confdefs.h. */
7738_ACEOF
7739cat confdefs.h >>conftest.$ac_ext
7740cat >>conftest.$ac_ext <<_ACEOF
7741/* end confdefs.h. */
252b5132 7742/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
7743 which can conflict with char $ac_func (); below.
7744 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7745 <limits.h> exists even on freestanding compilers. */
7746#ifdef __STDC__
7747# include <limits.h>
7748#else
7749# include <assert.h>
7750#endif
252b5132 7751/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
7752#ifdef __cplusplus
7753extern "C"
7754{
7755#endif
252b5132 7756/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
7757 builtin and then its argument prototype would still apply. */
7758char $ac_func ();
252b5132
RH
7759/* The GNU C library defines this for functions which it implements
7760 to always fail with ENOSYS. Some functions are actually named
7761 something starting with __ and the normal name is an alias. */
7762#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7763choke me
7764#else
13b2be9c
DJ
7765char (*f) () = $ac_func;
7766#endif
7767#ifdef __cplusplus
7768}
252b5132
RH
7769#endif
7770
13b2be9c
DJ
7771int
7772main ()
7773{
7774return f != $ac_func;
7775 ;
7776 return 0;
7777}
7778_ACEOF
7779rm -f conftest.$ac_objext conftest$ac_exeext
7780if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7781 (eval $ac_link) 2>&5
7782 ac_status=$?
7783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7784 (exit $ac_status); } &&
7785 { ac_try='test -s conftest$ac_exeext'
7786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7787 (eval $ac_try) 2>&5
7788 ac_status=$?
7789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7790 (exit $ac_status); }; }; then
7791 eval "$as_ac_var=yes"
7792else
7793 echo "$as_me: failed program was:" >&5
7794sed 's/^/| /' conftest.$ac_ext >&5
7795
7796eval "$as_ac_var=no"
7797fi
7798rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7799fi
7800echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7801echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7802if test `eval echo '${'$as_ac_var'}'` = yes; then
7803 cat >>confdefs.h <<_ACEOF
7804#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7805_ACEOF
252b5132 7806
252b5132
RH
7807fi
7808done
7809
7810 fi
7811 if test "${ac_cv_func_stpcpy}" = "yes"; then
13b2be9c
DJ
7812
7813cat >>confdefs.h <<\_ACEOF
252b5132 7814#define HAVE_STPCPY 1
13b2be9c 7815_ACEOF
252b5132
RH
7816
7817 fi
7818
7819 if test $ac_cv_header_locale_h = yes; then
13b2be9c
DJ
7820 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7821echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7822if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7823 echo $ECHO_N "(cached) $ECHO_C" >&6
7824else
7825 cat >conftest.$ac_ext <<_ACEOF
7826#line $LINENO "configure"
7827/* confdefs.h. */
7828_ACEOF
7829cat confdefs.h >>conftest.$ac_ext
7830cat >>conftest.$ac_ext <<_ACEOF
7831/* end confdefs.h. */
252b5132 7832#include <locale.h>
13b2be9c
DJ
7833int
7834main ()
7835{
252b5132 7836return LC_MESSAGES
13b2be9c
DJ
7837 ;
7838 return 0;
7839}
7840_ACEOF
7841rm -f conftest.$ac_objext conftest$ac_exeext
7842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7843 (eval $ac_link) 2>&5
7844 ac_status=$?
7845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846 (exit $ac_status); } &&
7847 { ac_try='test -s conftest$ac_exeext'
7848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7849 (eval $ac_try) 2>&5
7850 ac_status=$?
7851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7852 (exit $ac_status); }; }; then
252b5132
RH
7853 am_cv_val_LC_MESSAGES=yes
7854else
13b2be9c
DJ
7855 echo "$as_me: failed program was:" >&5
7856sed 's/^/| /' conftest.$ac_ext >&5
7857
7858am_cv_val_LC_MESSAGES=no
252b5132 7859fi
13b2be9c 7860rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 7861fi
13b2be9c
DJ
7862echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7863echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
c8615825 7864 if test $am_cv_val_LC_MESSAGES = yes; then
13b2be9c
DJ
7865
7866cat >>confdefs.h <<\_ACEOF
252b5132 7867#define HAVE_LC_MESSAGES 1
13b2be9c 7868_ACEOF
252b5132
RH
7869
7870 fi
7871 fi
13b2be9c
DJ
7872 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7873echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
252b5132
RH
7874 # Check whether --enable-nls or --disable-nls was given.
7875if test "${enable_nls+set}" = set; then
7876 enableval="$enable_nls"
7877 USE_NLS=$enableval
7878else
7879 USE_NLS=yes
13b2be9c
DJ
7880fi;
7881 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7882echo "${ECHO_T}$USE_NLS" >&6
d6d788bd 7883
252b5132
RH
7884
7885 USE_INCLUDED_LIBINTL=no
7886
7887 if test "$USE_NLS" = "yes"; then
13b2be9c
DJ
7888
7889cat >>confdefs.h <<\_ACEOF
252b5132 7890#define ENABLE_NLS 1
13b2be9c 7891_ACEOF
252b5132 7892
13b2be9c
DJ
7893 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7894echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7895
7896# Check whether --with-included-gettext or --without-included-gettext was given.
252b5132
RH
7897if test "${with_included_gettext+set}" = set; then
7898 withval="$with_included_gettext"
7899 nls_cv_force_use_gnu_gettext=$withval
7900else
7901 nls_cv_force_use_gnu_gettext=no
13b2be9c
DJ
7902fi;
7903 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7904echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
252b5132
RH
7905
7906 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
7907 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7908 nls_cv_header_intl=
7909 nls_cv_header_libgt=
7910 CATOBJEXT=NONE
7911
13b2be9c
DJ
7912 if test "${ac_cv_header_libintl_h+set}" = set; then
7913 echo "$as_me:$LINENO: checking for libintl.h" >&5
7914echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7915if test "${ac_cv_header_libintl_h+set}" = set; then
7916 echo $ECHO_N "(cached) $ECHO_C" >&6
7917fi
7918echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7919echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7920else
7921 # Is the header compilable?
7922echo "$as_me:$LINENO: checking libintl.h usability" >&5
7923echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7924cat >conftest.$ac_ext <<_ACEOF
7925#line $LINENO "configure"
7926/* confdefs.h. */
7927_ACEOF
7928cat confdefs.h >>conftest.$ac_ext
7929cat >>conftest.$ac_ext <<_ACEOF
7930/* end confdefs.h. */
7931$ac_includes_default
9b2b7d69 7932#include <libintl.h>
13b2be9c
DJ
7933_ACEOF
7934rm -f conftest.$ac_objext
7935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7936 (eval $ac_compile) 2>&5
7937 ac_status=$?
7938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7939 (exit $ac_status); } &&
7940 { ac_try='test -s conftest.$ac_objext'
7941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7942 (eval $ac_try) 2>&5
7943 ac_status=$?
7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 (exit $ac_status); }; }; then
7946 ac_header_compiler=yes
7947else
7948 echo "$as_me: failed program was:" >&5
7949sed 's/^/| /' conftest.$ac_ext >&5
7950
7951ac_header_compiler=no
7952fi
7953rm -f conftest.$ac_objext conftest.$ac_ext
7954echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7955echo "${ECHO_T}$ac_header_compiler" >&6
7956
7957# Is the header present?
7958echo "$as_me:$LINENO: checking libintl.h presence" >&5
7959echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7960cat >conftest.$ac_ext <<_ACEOF
7961#line $LINENO "configure"
7962/* confdefs.h. */
7963_ACEOF
7964cat confdefs.h >>conftest.$ac_ext
7965cat >>conftest.$ac_ext <<_ACEOF
7966/* end confdefs.h. */
7967#include <libintl.h>
7968_ACEOF
7969if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7970 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7971 ac_status=$?
7972 grep -v '^ *+' conftest.er1 >conftest.err
7973 rm -f conftest.er1
7974 cat conftest.err >&5
7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7976 (exit $ac_status); } >/dev/null; then
7977 if test -s conftest.err; then
7978 ac_cpp_err=$ac_c_preproc_warn_flag
7979 else
7980 ac_cpp_err=
7981 fi
252b5132 7982else
13b2be9c
DJ
7983 ac_cpp_err=yes
7984fi
7985if test -z "$ac_cpp_err"; then
7986 ac_header_preproc=yes
7987else
7988 echo "$as_me: failed program was:" >&5
7989sed 's/^/| /' conftest.$ac_ext >&5
7990
7991 ac_header_preproc=no
7992fi
7993rm -f conftest.err conftest.$ac_ext
7994echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7995echo "${ECHO_T}$ac_header_preproc" >&6
7996
7997# So? What about this header?
7998case $ac_header_compiler:$ac_header_preproc in
7999 yes:no )
8000 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
8001echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8002 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8003echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
8004 (
8005 cat <<\_ASBOX
8006## ------------------------------------ ##
8007## Report this to bug-autoconf@gnu.org. ##
8008## ------------------------------------ ##
8009_ASBOX
8010 ) |
8011 sed "s/^/$as_me: WARNING: /" >&2
8012 ;;
8013 no:yes )
8014 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
8015echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
8016 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
8017echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
8018 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
8019echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
8020 (
8021 cat <<\_ASBOX
8022## ------------------------------------ ##
8023## Report this to bug-autoconf@gnu.org. ##
8024## ------------------------------------ ##
8025_ASBOX
8026 ) |
8027 sed "s/^/$as_me: WARNING: /" >&2
8028 ;;
8029esac
8030echo "$as_me:$LINENO: checking for libintl.h" >&5
8031echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
8032if test "${ac_cv_header_libintl_h+set}" = set; then
8033 echo $ECHO_N "(cached) $ECHO_C" >&6
8034else
8035 ac_cv_header_libintl_h=$ac_header_preproc
8036fi
8037echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
8038echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
8039
8040fi
8041if test $ac_cv_header_libintl_h = yes; then
8042 echo "$as_me:$LINENO: checking for gettext in libc" >&5
8043echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
8044if test "${gt_cv_func_gettext_libc+set}" = set; then
8045 echo $ECHO_N "(cached) $ECHO_C" >&6
8046else
8047 cat >conftest.$ac_ext <<_ACEOF
8048#line $LINENO "configure"
8049/* confdefs.h. */
8050_ACEOF
8051cat confdefs.h >>conftest.$ac_ext
8052cat >>conftest.$ac_ext <<_ACEOF
8053/* end confdefs.h. */
252b5132 8054#include <libintl.h>
13b2be9c
DJ
8055int
8056main ()
8057{
252b5132 8058return (int) gettext ("")
13b2be9c
DJ
8059 ;
8060 return 0;
8061}
8062_ACEOF
8063rm -f conftest.$ac_objext conftest$ac_exeext
8064if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8065 (eval $ac_link) 2>&5
8066 ac_status=$?
8067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8068 (exit $ac_status); } &&
8069 { ac_try='test -s conftest$ac_exeext'
8070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8071 (eval $ac_try) 2>&5
8072 ac_status=$?
8073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074 (exit $ac_status); }; }; then
252b5132
RH
8075 gt_cv_func_gettext_libc=yes
8076else
13b2be9c
DJ
8077 echo "$as_me: failed program was:" >&5
8078sed 's/^/| /' conftest.$ac_ext >&5
8079
8080gt_cv_func_gettext_libc=no
252b5132 8081fi
13b2be9c 8082rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 8083fi
13b2be9c
DJ
8084echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
8085echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
252b5132
RH
8086
8087 if test "$gt_cv_func_gettext_libc" != "yes"; then
13b2be9c
DJ
8088 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
8089echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
8090if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
8091 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8092else
13b2be9c 8093 ac_check_lib_save_LIBS=$LIBS
252b5132 8094LIBS="-lintl $LIBS"
13b2be9c
DJ
8095cat >conftest.$ac_ext <<_ACEOF
8096#line $LINENO "configure"
8097/* confdefs.h. */
8098_ACEOF
8099cat confdefs.h >>conftest.$ac_ext
8100cat >>conftest.$ac_ext <<_ACEOF
8101/* end confdefs.h. */
8102
252b5132 8103/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8104#ifdef __cplusplus
8105extern "C"
8106#endif
252b5132 8107/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8108 builtin and then its argument prototype would still apply. */
8109char bindtextdomain ();
8110int
8111main ()
8112{
8113bindtextdomain ();
8114 ;
8115 return 0;
8116}
8117_ACEOF
8118rm -f conftest.$ac_objext conftest$ac_exeext
8119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8120 (eval $ac_link) 2>&5
8121 ac_status=$?
8122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123 (exit $ac_status); } &&
8124 { ac_try='test -s conftest$ac_exeext'
8125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8126 (eval $ac_try) 2>&5
8127 ac_status=$?
8128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8129 (exit $ac_status); }; }; then
8130 ac_cv_lib_intl_bindtextdomain=yes
8131else
8132 echo "$as_me: failed program was:" >&5
8133sed 's/^/| /' conftest.$ac_ext >&5
8134
8135ac_cv_lib_intl_bindtextdomain=no
8136fi
8137rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8138LIBS=$ac_check_lib_save_LIBS
8139fi
8140echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
8141echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
8142if test $ac_cv_lib_intl_bindtextdomain = yes; then
8143 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
8144echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
8145if test "${gt_cv_func_gettext_libintl+set}" = set; then
8146 echo $ECHO_N "(cached) $ECHO_C" >&6
8147else
8148 cat >conftest.$ac_ext <<_ACEOF
8149#line $LINENO "configure"
8150/* confdefs.h. */
8151_ACEOF
8152cat confdefs.h >>conftest.$ac_ext
8153cat >>conftest.$ac_ext <<_ACEOF
8154/* end confdefs.h. */
d6d788bd 8155
13b2be9c
DJ
8156int
8157main ()
8158{
252b5132 8159return (int) gettext ("")
13b2be9c
DJ
8160 ;
8161 return 0;
8162}
8163_ACEOF
8164rm -f conftest.$ac_objext conftest$ac_exeext
8165if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8166 (eval $ac_link) 2>&5
8167 ac_status=$?
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 (exit $ac_status); } &&
8170 { ac_try='test -s conftest$ac_exeext'
8171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8172 (eval $ac_try) 2>&5
8173 ac_status=$?
8174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8175 (exit $ac_status); }; }; then
252b5132
RH
8176 gt_cv_func_gettext_libintl=yes
8177else
13b2be9c
DJ
8178 echo "$as_me: failed program was:" >&5
8179sed 's/^/| /' conftest.$ac_ext >&5
8180
8181gt_cv_func_gettext_libintl=no
252b5132 8182fi
13b2be9c 8183rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 8184fi
13b2be9c
DJ
8185echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
8186echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
252b5132
RH
8187fi
8188
8189 fi
8190
8191 if test "$gt_cv_func_gettext_libc" = "yes" \
8192 || test "$gt_cv_func_gettext_libintl" = "yes"; then
13b2be9c
DJ
8193
8194cat >>confdefs.h <<\_ACEOF
252b5132 8195#define HAVE_GETTEXT 1
13b2be9c 8196_ACEOF
252b5132
RH
8197
8198 # Extract the first word of "msgfmt", so it can be a program name with args.
8199set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8200echo "$as_me:$LINENO: checking for $ac_word" >&5
8201echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8202if test "${ac_cv_path_MSGFMT+set}" = set; then
8203 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8204else
8205 case "$MSGFMT" in
8206 /*)
8207 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8208 ;;
8209 *)
8210 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8211 for ac_dir in $PATH; do
8212 test -z "$ac_dir" && ac_dir=.
8213 if test -f $ac_dir/$ac_word; then
8214 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8215 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8216 break
8217 fi
8218 fi
8219 done
8220 IFS="$ac_save_ifs"
8221 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
8222 ;;
8223esac
8224fi
8225MSGFMT="$ac_cv_path_MSGFMT"
8226if test -n "$MSGFMT"; then
13b2be9c
DJ
8227 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8228echo "${ECHO_T}$MSGFMT" >&6
252b5132 8229else
13b2be9c
DJ
8230 echo "$as_me:$LINENO: result: no" >&5
8231echo "${ECHO_T}no" >&6
252b5132
RH
8232fi
8233 if test "$MSGFMT" != "no"; then
13b2be9c
DJ
8234
8235for ac_func in dcgettext
252b5132 8236do
13b2be9c
DJ
8237as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8238echo "$as_me:$LINENO: checking for $ac_func" >&5
8239echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8240if eval "test \"\${$as_ac_var+set}\" = set"; then
8241 echo $ECHO_N "(cached) $ECHO_C" >&6
8242else
8243 cat >conftest.$ac_ext <<_ACEOF
8244#line $LINENO "configure"
8245/* confdefs.h. */
8246_ACEOF
8247cat confdefs.h >>conftest.$ac_ext
8248cat >>conftest.$ac_ext <<_ACEOF
8249/* end confdefs.h. */
252b5132 8250/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
8251 which can conflict with char $ac_func (); below.
8252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8253 <limits.h> exists even on freestanding compilers. */
8254#ifdef __STDC__
8255# include <limits.h>
8256#else
8257# include <assert.h>
8258#endif
252b5132 8259/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
8260#ifdef __cplusplus
8261extern "C"
8262{
8263#endif
252b5132 8264/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
8265 builtin and then its argument prototype would still apply. */
8266char $ac_func ();
252b5132
RH
8267/* The GNU C library defines this for functions which it implements
8268 to always fail with ENOSYS. Some functions are actually named
8269 something starting with __ and the normal name is an alias. */
8270#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8271choke me
8272#else
13b2be9c
DJ
8273char (*f) () = $ac_func;
8274#endif
8275#ifdef __cplusplus
8276}
252b5132
RH
8277#endif
8278
13b2be9c
DJ
8279int
8280main ()
8281{
8282return f != $ac_func;
8283 ;
8284 return 0;
8285}
8286_ACEOF
8287rm -f conftest.$ac_objext conftest$ac_exeext
8288if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8289 (eval $ac_link) 2>&5
8290 ac_status=$?
8291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8292 (exit $ac_status); } &&
8293 { ac_try='test -s conftest$ac_exeext'
8294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8295 (eval $ac_try) 2>&5
8296 ac_status=$?
8297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8298 (exit $ac_status); }; }; then
8299 eval "$as_ac_var=yes"
8300else
8301 echo "$as_me: failed program was:" >&5
8302sed 's/^/| /' conftest.$ac_ext >&5
8303
8304eval "$as_ac_var=no"
8305fi
8306rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8307fi
8308echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8309echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8310if test `eval echo '${'$as_ac_var'}'` = yes; then
8311 cat >>confdefs.h <<_ACEOF
8312#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8313_ACEOF
252b5132 8314
252b5132
RH
8315fi
8316done
8317
8318 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8319set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8320echo "$as_me:$LINENO: checking for $ac_word" >&5
8321echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8322if test "${ac_cv_path_GMSGFMT+set}" = set; then
8323 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8324else
13b2be9c
DJ
8325 case $GMSGFMT in
8326 [\\/]* | ?:[\\/]*)
252b5132
RH
8327 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8328 ;;
252b5132 8329 *)
13b2be9c
DJ
8330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8331for as_dir in $PATH
8332do
8333 IFS=$as_save_IFS
8334 test -z "$as_dir" && as_dir=.
8335 for ac_exec_ext in '' $ac_executable_extensions; do
8336 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8337 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8339 break 2
8340 fi
8341done
8342done
8343
252b5132
RH
8344 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8345 ;;
8346esac
8347fi
13b2be9c
DJ
8348GMSGFMT=$ac_cv_path_GMSGFMT
8349
252b5132 8350if test -n "$GMSGFMT"; then
13b2be9c
DJ
8351 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8352echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8353else
13b2be9c
DJ
8354 echo "$as_me:$LINENO: result: no" >&5
8355echo "${ECHO_T}no" >&6
252b5132
RH
8356fi
8357
8358 # Extract the first word of "xgettext", so it can be a program name with args.
8359set dummy xgettext; ac_word=$2
13b2be9c
DJ
8360echo "$as_me:$LINENO: checking for $ac_word" >&5
8361echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8362if test "${ac_cv_path_XGETTEXT+set}" = set; then
8363 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8364else
8365 case "$XGETTEXT" in
8366 /*)
8367 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8368 ;;
8369 *)
8370 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8371 for ac_dir in $PATH; do
8372 test -z "$ac_dir" && ac_dir=.
8373 if test -f $ac_dir/$ac_word; then
8374 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8375 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8376 break
8377 fi
8378 fi
8379 done
8380 IFS="$ac_save_ifs"
8381 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8382 ;;
8383esac
8384fi
8385XGETTEXT="$ac_cv_path_XGETTEXT"
8386if test -n "$XGETTEXT"; then
13b2be9c
DJ
8387 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8388echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8389else
13b2be9c
DJ
8390 echo "$as_me:$LINENO: result: no" >&5
8391echo "${ECHO_T}no" >&6
252b5132
RH
8392fi
8393
13b2be9c
DJ
8394 cat >conftest.$ac_ext <<_ACEOF
8395#line $LINENO "configure"
8396/* confdefs.h. */
8397_ACEOF
8398cat confdefs.h >>conftest.$ac_ext
8399cat >>conftest.$ac_ext <<_ACEOF
8400/* end confdefs.h. */
252b5132 8401
13b2be9c
DJ
8402int
8403main ()
8404{
252b5132
RH
8405extern int _nl_msg_cat_cntr;
8406 return _nl_msg_cat_cntr
13b2be9c
DJ
8407 ;
8408 return 0;
8409}
8410_ACEOF
8411rm -f conftest.$ac_objext conftest$ac_exeext
8412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8413 (eval $ac_link) 2>&5
8414 ac_status=$?
8415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8416 (exit $ac_status); } &&
8417 { ac_try='test -s conftest$ac_exeext'
8418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8419 (eval $ac_try) 2>&5
8420 ac_status=$?
8421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8422 (exit $ac_status); }; }; then
252b5132
RH
8423 CATOBJEXT=.gmo
8424 DATADIRNAME=share
8425else
13b2be9c
DJ
8426 echo "$as_me: failed program was:" >&5
8427sed 's/^/| /' conftest.$ac_ext >&5
8428
8429CATOBJEXT=.mo
252b5132
RH
8430 DATADIRNAME=lib
8431fi
13b2be9c 8432rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132
RH
8433 INSTOBJEXT=.mo
8434 fi
8435 fi
13b2be9c 8436
6840198f 8437fi
252b5132 8438
d6d788bd 8439
13b2be9c
DJ
8440
8441
252b5132
RH
8442 if test "$CATOBJEXT" = "NONE"; then
8443 nls_cv_use_gnu_gettext=yes
8444 fi
8445 fi
8446
8447 if test "$nls_cv_use_gnu_gettext" = "yes"; then
8448 INTLOBJS="\$(GETTOBJS)"
8449 # Extract the first word of "msgfmt", so it can be a program name with args.
8450set dummy msgfmt; ac_word=$2
13b2be9c
DJ
8451echo "$as_me:$LINENO: checking for $ac_word" >&5
8452echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8453if test "${ac_cv_path_MSGFMT+set}" = set; then
8454 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8455else
8456 case "$MSGFMT" in
8457 /*)
8458 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
8459 ;;
8460 *)
8461 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8462 for ac_dir in $PATH; do
8463 test -z "$ac_dir" && ac_dir=.
8464 if test -f $ac_dir/$ac_word; then
8465 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
8466 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
8467 break
8468 fi
8469 fi
8470 done
8471 IFS="$ac_save_ifs"
8472 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
8473 ;;
8474esac
8475fi
8476MSGFMT="$ac_cv_path_MSGFMT"
8477if test -n "$MSGFMT"; then
13b2be9c
DJ
8478 echo "$as_me:$LINENO: result: $MSGFMT" >&5
8479echo "${ECHO_T}$MSGFMT" >&6
252b5132 8480else
13b2be9c
DJ
8481 echo "$as_me:$LINENO: result: no" >&5
8482echo "${ECHO_T}no" >&6
252b5132
RH
8483fi
8484
8485 # Extract the first word of "gmsgfmt", so it can be a program name with args.
8486set dummy gmsgfmt; ac_word=$2
13b2be9c
DJ
8487echo "$as_me:$LINENO: checking for $ac_word" >&5
8488echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8489if test "${ac_cv_path_GMSGFMT+set}" = set; then
8490 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 8491else
13b2be9c
DJ
8492 case $GMSGFMT in
8493 [\\/]* | ?:[\\/]*)
252b5132
RH
8494 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
8495 ;;
252b5132 8496 *)
13b2be9c
DJ
8497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498for as_dir in $PATH
8499do
8500 IFS=$as_save_IFS
8501 test -z "$as_dir" && as_dir=.
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8504 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
8505 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8506 break 2
8507 fi
8508done
8509done
8510
252b5132
RH
8511 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
8512 ;;
8513esac
8514fi
13b2be9c
DJ
8515GMSGFMT=$ac_cv_path_GMSGFMT
8516
252b5132 8517if test -n "$GMSGFMT"; then
13b2be9c
DJ
8518 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
8519echo "${ECHO_T}$GMSGFMT" >&6
252b5132 8520else
13b2be9c
DJ
8521 echo "$as_me:$LINENO: result: no" >&5
8522echo "${ECHO_T}no" >&6
252b5132
RH
8523fi
8524
8525 # Extract the first word of "xgettext", so it can be a program name with args.
8526set dummy xgettext; ac_word=$2
13b2be9c
DJ
8527echo "$as_me:$LINENO: checking for $ac_word" >&5
8528echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8529if test "${ac_cv_path_XGETTEXT+set}" = set; then
8530 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
8531else
8532 case "$XGETTEXT" in
8533 /*)
8534 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
8535 ;;
8536 *)
8537 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
8538 for ac_dir in $PATH; do
8539 test -z "$ac_dir" && ac_dir=.
8540 if test -f $ac_dir/$ac_word; then
8541 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8542 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
8543 break
8544 fi
8545 fi
8546 done
8547 IFS="$ac_save_ifs"
8548 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
8549 ;;
8550esac
8551fi
8552XGETTEXT="$ac_cv_path_XGETTEXT"
8553if test -n "$XGETTEXT"; then
13b2be9c
DJ
8554 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8555echo "${ECHO_T}$XGETTEXT" >&6
252b5132 8556else
13b2be9c
DJ
8557 echo "$as_me:$LINENO: result: no" >&5
8558echo "${ECHO_T}no" >&6
252b5132
RH
8559fi
8560
13b2be9c 8561
252b5132
RH
8562 USE_INCLUDED_LIBINTL=yes
8563 CATOBJEXT=.gmo
8564 INSTOBJEXT=.mo
8565 DATADIRNAME=share
8566 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8567 INTLLIBS=$INTLDEPS
8568 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8569 nls_cv_header_intl=libintl.h
8570 nls_cv_header_libgt=libgettext.h
8571 fi
8572
8573 if test "$XGETTEXT" != ":"; then
8574 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8575 : ;
8576 else
13b2be9c
DJ
8577 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8578echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
252b5132
RH
8579 XGETTEXT=":"
8580 fi
8581 fi
8582
8583 # We need to process the po/ directory.
8584 POSUB=po
8585 else
8586 DATADIRNAME=share
8587 nls_cv_header_intl=libintl.h
8588 nls_cv_header_libgt=libgettext.h
8589 fi
8590
8591 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8592 # because some of the sources are only built for this goal.
8593 if test "$PACKAGE" = gettext; then
8594 USE_NLS=yes
8595 USE_INCLUDED_LIBINTL=yes
8596 fi
8597
8598 for lang in $ALL_LINGUAS; do
8599 GMOFILES="$GMOFILES $lang.gmo"
8600 POFILES="$POFILES $lang.po"
8601 done
8602
13b2be9c
DJ
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
d6d788bd 8615
252b5132
RH
8616 if test "x$CATOBJEXT" != "x"; then
8617 if test "x$ALL_LINGUAS" = "x"; then
8618 LINGUAS=
8619 else
13b2be9c
DJ
8620 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8621echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
252b5132
RH
8622 NEW_LINGUAS=
8623 for lang in ${LINGUAS=$ALL_LINGUAS}; do
8624 case "$ALL_LINGUAS" in
8625 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
8626 esac
8627 done
8628 LINGUAS=$NEW_LINGUAS
13b2be9c
DJ
8629 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8630echo "${ECHO_T}$LINGUAS" >&6
252b5132
RH
8631 fi
8632
8633 if test -n "$LINGUAS"; then
8634 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
8635 fi
8636 fi
8637
8638 if test $ac_cv_header_locale_h = yes; then
8639 INCLUDE_LOCALE_H="#include <locale.h>"
8640 else
8641 INCLUDE_LOCALE_H="\
8642/* The system does not provide the header <locale.h>. Take care yourself. */"
8643 fi
13b2be9c 8644
252b5132
RH
8645
8646 if test -f $srcdir/po2tbl.sed.in; then
8647 if test "$CATOBJEXT" = ".cat"; then
13b2be9c
DJ
8648 if test "${ac_cv_header_linux_version_h+set}" = set; then
8649 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8650echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8651if test "${ac_cv_header_linux_version_h+set}" = set; then
8652 echo $ECHO_N "(cached) $ECHO_C" >&6
8653fi
8654echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8655echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8656else
8657 # Is the header compilable?
8658echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8659echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8660cat >conftest.$ac_ext <<_ACEOF
8661#line $LINENO "configure"
8662/* confdefs.h. */
8663_ACEOF
8664cat confdefs.h >>conftest.$ac_ext
8665cat >>conftest.$ac_ext <<_ACEOF
8666/* end confdefs.h. */
8667$ac_includes_default
9b2b7d69 8668#include <linux/version.h>
13b2be9c
DJ
8669_ACEOF
8670rm -f conftest.$ac_objext
8671if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8672 (eval $ac_compile) 2>&5
8673 ac_status=$?
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); } &&
8676 { ac_try='test -s conftest.$ac_objext'
8677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8678 (eval $ac_try) 2>&5
8679 ac_status=$?
8680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8681 (exit $ac_status); }; }; then
8682 ac_header_compiler=yes
8683else
8684 echo "$as_me: failed program was:" >&5
8685sed 's/^/| /' conftest.$ac_ext >&5
8686
8687ac_header_compiler=no
8688fi
8689rm -f conftest.$ac_objext conftest.$ac_ext
8690echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8691echo "${ECHO_T}$ac_header_compiler" >&6
8692
8693# Is the header present?
8694echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8695echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8696cat >conftest.$ac_ext <<_ACEOF
8697#line $LINENO "configure"
8698/* confdefs.h. */
8699_ACEOF
8700cat confdefs.h >>conftest.$ac_ext
8701cat >>conftest.$ac_ext <<_ACEOF
8702/* end confdefs.h. */
8703#include <linux/version.h>
8704_ACEOF
8705if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8706 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8707 ac_status=$?
8708 grep -v '^ *+' conftest.er1 >conftest.err
8709 rm -f conftest.er1
8710 cat conftest.err >&5
8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8712 (exit $ac_status); } >/dev/null; then
8713 if test -s conftest.err; then
8714 ac_cpp_err=$ac_c_preproc_warn_flag
8715 else
8716 ac_cpp_err=
8717 fi
252b5132 8718else
13b2be9c
DJ
8719 ac_cpp_err=yes
8720fi
8721if test -z "$ac_cpp_err"; then
8722 ac_header_preproc=yes
8723else
8724 echo "$as_me: failed program was:" >&5
8725sed 's/^/| /' conftest.$ac_ext >&5
8726
8727 ac_header_preproc=no
8728fi
8729rm -f conftest.err conftest.$ac_ext
8730echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8731echo "${ECHO_T}$ac_header_preproc" >&6
8732
8733# So? What about this header?
8734case $ac_header_compiler:$ac_header_preproc in
8735 yes:no )
8736 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8737echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8738 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8739echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8740 (
8741 cat <<\_ASBOX
8742## ------------------------------------ ##
8743## Report this to bug-autoconf@gnu.org. ##
8744## ------------------------------------ ##
8745_ASBOX
8746 ) |
8747 sed "s/^/$as_me: WARNING: /" >&2
8748 ;;
8749 no:yes )
8750 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8751echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8752 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8753echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8754 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8755echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8756 (
8757 cat <<\_ASBOX
8758## ------------------------------------ ##
8759## Report this to bug-autoconf@gnu.org. ##
8760## ------------------------------------ ##
8761_ASBOX
8762 ) |
8763 sed "s/^/$as_me: WARNING: /" >&2
8764 ;;
8765esac
8766echo "$as_me:$LINENO: checking for linux/version.h" >&5
8767echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8768if test "${ac_cv_header_linux_version_h+set}" = set; then
8769 echo $ECHO_N "(cached) $ECHO_C" >&6
8770else
8771 ac_cv_header_linux_version_h=$ac_header_preproc
252b5132 8772fi
13b2be9c
DJ
8773echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8774echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8775
252b5132 8776fi
13b2be9c 8777if test $ac_cv_header_linux_version_h = yes; then
252b5132
RH
8778 msgformat=linux
8779else
13b2be9c 8780 msgformat=xopen
252b5132
RH
8781fi
8782
d6d788bd 8783
13b2be9c 8784
252b5132
RH
8785 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
8786 fi
8787 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8788 $srcdir/po2tbl.sed.in > po2tbl.sed
8789 fi
8790
8791 if test "$PACKAGE" = "gettext"; then
8792 GT_NO="#NO#"
8793 GT_YES=
8794 else
8795 GT_NO=
8796 GT_YES="#YES#"
8797 fi
13b2be9c
DJ
8798
8799
252b5132
RH
8800
8801 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
13b2be9c 8802
252b5132
RH
8803
8804 l=
13b2be9c 8805
252b5132 8806
fcd8210c 8807 if test -f $srcdir/po/POTFILES.in; then
252b5132
RH
8808 test -d po || mkdir po
8809 if test "x$srcdir" != "x."; then
8810 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8811 posrcprefix="$srcdir/"
8812 else
8813 posrcprefix="../$srcdir/"
8814 fi
8815 else
8816 posrcprefix="../"
8817 fi
8818 rm -f po/POTFILES
8819 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8820 < $srcdir/po/POTFILES.in > po/POTFILES
8821 fi
252b5132 8822
13b2be9c
DJ
8823
8824echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
8825echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
252b5132
RH
8826 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
8827if test "${enable_maintainer_mode+set}" = set; then
8828 enableval="$enable_maintainer_mode"
8829 USE_MAINTAINER_MODE=$enableval
8830else
8831 USE_MAINTAINER_MODE=no
13b2be9c
DJ
8832fi;
8833 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
8834echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
d6d788bd 8835
252b5132
RH
8836
8837if test $USE_MAINTAINER_MODE = yes; then
8838 MAINTAINER_MODE_TRUE=
c8615825
AM
8839 MAINTAINER_MODE_FALSE='#'
8840else
8841 MAINTAINER_MODE_TRUE='#'
8842 MAINTAINER_MODE_FALSE=
8843fi
13b2be9c 8844
c8615825 8845 MAINT=$MAINTAINER_MODE_TRUE
9b2b7d69
MM
8846
8847
8848
8849
8850
8851
13b2be9c
DJ
8852
8853
8854
8855
8856
8857
8858
8859for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
d6d788bd 8860do
13b2be9c
DJ
8861as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8862if eval "test \"\${$as_ac_Header+set}\" = set"; then
8863 echo "$as_me:$LINENO: checking for $ac_header" >&5
8864echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8865if eval "test \"\${$as_ac_Header+set}\" = set"; then
8866 echo $ECHO_N "(cached) $ECHO_C" >&6
8867fi
8868echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8869echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8870else
8871 # Is the header compilable?
8872echo "$as_me:$LINENO: checking $ac_header usability" >&5
8873echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8874cat >conftest.$ac_ext <<_ACEOF
8875#line $LINENO "configure"
8876/* confdefs.h. */
8877_ACEOF
8878cat confdefs.h >>conftest.$ac_ext
8879cat >>conftest.$ac_ext <<_ACEOF
8880/* end confdefs.h. */
8881$ac_includes_default
8882#include <$ac_header>
8883_ACEOF
8884rm -f conftest.$ac_objext
8885if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8886 (eval $ac_compile) 2>&5
8887 ac_status=$?
8888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8889 (exit $ac_status); } &&
8890 { ac_try='test -s conftest.$ac_objext'
8891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8892 (eval $ac_try) 2>&5
8893 ac_status=$?
8894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8895 (exit $ac_status); }; }; then
8896 ac_header_compiler=yes
8897else
8898 echo "$as_me: failed program was:" >&5
8899sed 's/^/| /' conftest.$ac_ext >&5
8900
8901ac_header_compiler=no
8902fi
8903rm -f conftest.$ac_objext conftest.$ac_ext
8904echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8905echo "${ECHO_T}$ac_header_compiler" >&6
8906
8907# Is the header present?
8908echo "$as_me:$LINENO: checking $ac_header presence" >&5
8909echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8910cat >conftest.$ac_ext <<_ACEOF
8911#line $LINENO "configure"
8912/* confdefs.h. */
8913_ACEOF
8914cat confdefs.h >>conftest.$ac_ext
8915cat >>conftest.$ac_ext <<_ACEOF
8916/* end confdefs.h. */
8917#include <$ac_header>
8918_ACEOF
8919if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8920 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8921 ac_status=$?
8922 grep -v '^ *+' conftest.er1 >conftest.err
8923 rm -f conftest.er1
8924 cat conftest.err >&5
8925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } >/dev/null; then
8927 if test -s conftest.err; then
8928 ac_cpp_err=$ac_c_preproc_warn_flag
8929 else
8930 ac_cpp_err=
8931 fi
9b2b7d69 8932else
13b2be9c
DJ
8933 ac_cpp_err=yes
8934fi
8935if test -z "$ac_cpp_err"; then
8936 ac_header_preproc=yes
8937else
8938 echo "$as_me: failed program was:" >&5
8939sed 's/^/| /' conftest.$ac_ext >&5
8940
8941 ac_header_preproc=no
8942fi
8943rm -f conftest.err conftest.$ac_ext
8944echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8945echo "${ECHO_T}$ac_header_preproc" >&6
8946
8947# So? What about this header?
8948case $ac_header_compiler:$ac_header_preproc in
8949 yes:no )
8950 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8951echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8952 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8953echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8954 (
8955 cat <<\_ASBOX
8956## ------------------------------------ ##
8957## Report this to bug-autoconf@gnu.org. ##
8958## ------------------------------------ ##
8959_ASBOX
8960 ) |
8961 sed "s/^/$as_me: WARNING: /" >&2
8962 ;;
8963 no:yes )
8964 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8965echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8966 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8967echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8969echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8970 (
8971 cat <<\_ASBOX
8972## ------------------------------------ ##
8973## Report this to bug-autoconf@gnu.org. ##
8974## ------------------------------------ ##
8975_ASBOX
8976 ) |
8977 sed "s/^/$as_me: WARNING: /" >&2
8978 ;;
8979esac
8980echo "$as_me:$LINENO: checking for $ac_header" >&5
8981echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8982if eval "test \"\${$as_ac_Header+set}\" = set"; then
8983 echo $ECHO_N "(cached) $ECHO_C" >&6
8984else
8985 eval "$as_ac_Header=$ac_header_preproc"
252b5132 8986fi
13b2be9c
DJ
8987echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8988echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8989
252b5132 8990fi
13b2be9c
DJ
8991if test `eval echo '${'$as_ac_Header'}'` = yes; then
8992 cat >>confdefs.h <<_ACEOF
8993#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8994_ACEOF
8995
252b5132 8996fi
13b2be9c 8997
252b5132
RH
8998done
8999
d6d788bd 9000
252b5132
RH
9001# Put this here so that autoconf's "cross-compiling" message doesn't confuse
9002# people who are not cross-compiling but are compiling cross-assemblers.
13b2be9c
DJ
9003echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
9004echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
252b5132
RH
9005if test "${host}" = "${target}"; then
9006 cross_gas=no
9007else
9008 cross_gas=yes
13b2be9c
DJ
9009
9010cat >>confdefs.h <<\_ACEOF
252b5132 9011#define CROSS_COMPILE 1
13b2be9c 9012_ACEOF
252b5132
RH
9013
9014fi
13b2be9c
DJ
9015echo "$as_me:$LINENO: result: $cross_gas" >&5
9016echo "${ECHO_T}$cross_gas" >&6
252b5132
RH
9017
9018# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
9019# for constant arguments. Useless!
13b2be9c
DJ
9020echo "$as_me:$LINENO: checking for working alloca.h" >&5
9021echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
9022if test "${ac_cv_working_alloca_h+set}" = set; then
9023 echo $ECHO_N "(cached) $ECHO_C" >&6
9024else
9025 cat >conftest.$ac_ext <<_ACEOF
9026#line $LINENO "configure"
9027/* confdefs.h. */
9028_ACEOF
9029cat confdefs.h >>conftest.$ac_ext
9030cat >>conftest.$ac_ext <<_ACEOF
9031/* end confdefs.h. */
252b5132 9032#include <alloca.h>
13b2be9c
DJ
9033int
9034main ()
9035{
9036char *p = (char *) alloca (2 * sizeof (int));
9037 ;
9038 return 0;
9039}
9040_ACEOF
9041rm -f conftest.$ac_objext conftest$ac_exeext
9042if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9043 (eval $ac_link) 2>&5
9044 ac_status=$?
9045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); } &&
9047 { ac_try='test -s conftest$ac_exeext'
9048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9049 (eval $ac_try) 2>&5
9050 ac_status=$?
9051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9052 (exit $ac_status); }; }; then
9053 ac_cv_working_alloca_h=yes
9054else
9055 echo "$as_me: failed program was:" >&5
9056sed 's/^/| /' conftest.$ac_ext >&5
9057
9058ac_cv_working_alloca_h=no
9059fi
9060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9061fi
9062echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
9063echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
9064if test $ac_cv_working_alloca_h = yes; then
9065
9066cat >>confdefs.h <<\_ACEOF
252b5132 9067#define HAVE_ALLOCA_H 1
13b2be9c 9068_ACEOF
252b5132
RH
9069
9070fi
9071
13b2be9c
DJ
9072echo "$as_me:$LINENO: checking for alloca" >&5
9073echo $ECHO_N "checking for alloca... $ECHO_C" >&6
9074if test "${ac_cv_func_alloca_works+set}" = set; then
9075 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9076else
13b2be9c
DJ
9077 cat >conftest.$ac_ext <<_ACEOF
9078#line $LINENO "configure"
9079/* confdefs.h. */
9080_ACEOF
9081cat confdefs.h >>conftest.$ac_ext
9082cat >>conftest.$ac_ext <<_ACEOF
9083/* end confdefs.h. */
252b5132
RH
9084#ifdef __GNUC__
9085# define alloca __builtin_alloca
9086#else
9087# ifdef _MSC_VER
9088# include <malloc.h>
9089# define alloca _alloca
9090# else
9091# if HAVE_ALLOCA_H
9092# include <alloca.h>
9093# else
9094# ifdef _AIX
9095 #pragma alloca
9096# else
9097# ifndef alloca /* predefined by HP cc +Olibcalls */
9098char *alloca ();
9099# endif
9100# endif
9101# endif
9102# endif
9103#endif
9104
13b2be9c
DJ
9105int
9106main ()
9107{
9108char *p = (char *) alloca (1);
9109 ;
9110 return 0;
9111}
9112_ACEOF
9113rm -f conftest.$ac_objext conftest$ac_exeext
9114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9115 (eval $ac_link) 2>&5
9116 ac_status=$?
9117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9118 (exit $ac_status); } &&
9119 { ac_try='test -s conftest$ac_exeext'
9120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9121 (eval $ac_try) 2>&5
9122 ac_status=$?
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); }; }; then
252b5132
RH
9125 ac_cv_func_alloca_works=yes
9126else
13b2be9c
DJ
9127 echo "$as_me: failed program was:" >&5
9128sed 's/^/| /' conftest.$ac_ext >&5
9129
9130ac_cv_func_alloca_works=no
252b5132 9131fi
13b2be9c 9132rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 9133fi
13b2be9c
DJ
9134echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9135echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
252b5132 9136
252b5132 9137if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 9138
13b2be9c
DJ
9139cat >>confdefs.h <<\_ACEOF
9140#define HAVE_ALLOCA 1
9141_ACEOF
9b2b7d69 9142
13b2be9c 9143else
c8615825 9144 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
9145# that cause trouble. Some versions do not even contain alloca or
9146# contain a buggy version. If you still want to use their alloca,
9147# use ar to extract alloca.o from them instead of compiling alloca.c.
9148
9149ALLOCA=alloca.$ac_objext
9150
9151cat >>confdefs.h <<\_ACEOF
252b5132 9152#define C_ALLOCA 1
13b2be9c 9153_ACEOF
252b5132 9154
d6d788bd 9155
13b2be9c
DJ
9156echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9157echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9158if test "${ac_cv_os_cray+set}" = set; then
9159 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132 9160else
13b2be9c
DJ
9161 cat >conftest.$ac_ext <<_ACEOF
9162#line $LINENO "configure"
9163/* confdefs.h. */
9164_ACEOF
9165cat confdefs.h >>conftest.$ac_ext
9166cat >>conftest.$ac_ext <<_ACEOF
9167/* end confdefs.h. */
252b5132
RH
9168#if defined(CRAY) && ! defined(CRAY2)
9169webecray
9170#else
9171wenotbecray
9172#endif
9173
13b2be9c 9174_ACEOF
252b5132 9175if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13b2be9c 9176 $EGREP "webecray" >/dev/null 2>&1; then
252b5132
RH
9177 ac_cv_os_cray=yes
9178else
252b5132
RH
9179 ac_cv_os_cray=no
9180fi
9181rm -f conftest*
9182
9183fi
13b2be9c
DJ
9184echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9185echo "${ECHO_T}$ac_cv_os_cray" >&6
252b5132 9186if test $ac_cv_os_cray = yes; then
13b2be9c
DJ
9187 for ac_func in _getb67 GETB67 getb67; do
9188 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9189echo "$as_me:$LINENO: checking for $ac_func" >&5
9190echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9191if eval "test \"\${$as_ac_var+set}\" = set"; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9193else
9194 cat >conftest.$ac_ext <<_ACEOF
9195#line $LINENO "configure"
9196/* confdefs.h. */
9197_ACEOF
9198cat confdefs.h >>conftest.$ac_ext
9199cat >>conftest.$ac_ext <<_ACEOF
9200/* end confdefs.h. */
252b5132 9201/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9202 which can conflict with char $ac_func (); below.
9203 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9204 <limits.h> exists even on freestanding compilers. */
9205#ifdef __STDC__
9206# include <limits.h>
9207#else
9208# include <assert.h>
9209#endif
252b5132 9210/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9211#ifdef __cplusplus
9212extern "C"
9213{
9214#endif
252b5132 9215/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9216 builtin and then its argument prototype would still apply. */
9217char $ac_func ();
252b5132
RH
9218/* The GNU C library defines this for functions which it implements
9219 to always fail with ENOSYS. Some functions are actually named
9220 something starting with __ and the normal name is an alias. */
9221#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9222choke me
9223#else
13b2be9c
DJ
9224char (*f) () = $ac_func;
9225#endif
9226#ifdef __cplusplus
9227}
252b5132
RH
9228#endif
9229
13b2be9c
DJ
9230int
9231main ()
9232{
9233return f != $ac_func;
9234 ;
9235 return 0;
9236}
9237_ACEOF
9238rm -f conftest.$ac_objext conftest$ac_exeext
9239if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9240 (eval $ac_link) 2>&5
9241 ac_status=$?
9242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9243 (exit $ac_status); } &&
9244 { ac_try='test -s conftest$ac_exeext'
9245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9246 (eval $ac_try) 2>&5
9247 ac_status=$?
9248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249 (exit $ac_status); }; }; then
9250 eval "$as_ac_var=yes"
9251else
9252 echo "$as_me: failed program was:" >&5
9253sed 's/^/| /' conftest.$ac_ext >&5
9254
9255eval "$as_ac_var=no"
9256fi
9257rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9258fi
9259echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9260echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9261if test `eval echo '${'$as_ac_var'}'` = yes; then
9262
9263cat >>confdefs.h <<_ACEOF
252b5132 9264#define CRAY_STACKSEG_END $ac_func
13b2be9c 9265_ACEOF
252b5132 9266
13b2be9c 9267 break
252b5132
RH
9268fi
9269
13b2be9c 9270 done
252b5132
RH
9271fi
9272
13b2be9c
DJ
9273echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9274echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9275if test "${ac_cv_c_stack_direction+set}" = set; then
9276 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9277else
9278 if test "$cross_compiling" = yes; then
9279 ac_cv_c_stack_direction=0
9280else
13b2be9c
DJ
9281 cat >conftest.$ac_ext <<_ACEOF
9282#line $LINENO "configure"
9283/* confdefs.h. */
9284_ACEOF
9285cat confdefs.h >>conftest.$ac_ext
9286cat >>conftest.$ac_ext <<_ACEOF
9287/* end confdefs.h. */
9288int
252b5132
RH
9289find_stack_direction ()
9290{
9291 static char *addr = 0;
9292 auto char dummy;
9293 if (addr == 0)
9294 {
9295 addr = &dummy;
9296 return find_stack_direction ();
9297 }
9298 else
9299 return (&dummy > addr) ? 1 : -1;
9300}
13b2be9c
DJ
9301
9302int
252b5132
RH
9303main ()
9304{
13b2be9c 9305 exit (find_stack_direction () < 0);
252b5132 9306}
13b2be9c
DJ
9307_ACEOF
9308rm -f conftest$ac_exeext
9309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9310 (eval $ac_link) 2>&5
9311 ac_status=$?
9312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9313 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9315 (eval $ac_try) 2>&5
9316 ac_status=$?
9317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9318 (exit $ac_status); }; }; then
252b5132
RH
9319 ac_cv_c_stack_direction=1
9320else
13b2be9c
DJ
9321 echo "$as_me: program exited with status $ac_status" >&5
9322echo "$as_me: failed program was:" >&5
9323sed 's/^/| /' conftest.$ac_ext >&5
9324
9325( exit $ac_status )
9326ac_cv_c_stack_direction=-1
252b5132 9327fi
13dfd2d0 9328rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
252b5132 9329fi
252b5132 9330fi
13b2be9c
DJ
9331echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9332echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
252b5132 9333
13b2be9c 9334cat >>confdefs.h <<_ACEOF
252b5132 9335#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
9336_ACEOF
9337
252b5132
RH
9338
9339fi
9340
13b2be9c
DJ
9341echo "$as_me:$LINENO: checking for inline" >&5
9342echo $ECHO_N "checking for inline... $ECHO_C" >&6
9343if test "${ac_cv_c_inline+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
252b5132
RH
9345else
9346 ac_cv_c_inline=no
9347for ac_kw in inline __inline__ __inline; do
13b2be9c
DJ
9348 cat >conftest.$ac_ext <<_ACEOF
9349#line $LINENO "configure"
9350/* confdefs.h. */
9351_ACEOF
9352cat confdefs.h >>conftest.$ac_ext
9353cat >>conftest.$ac_ext <<_ACEOF
9354/* end confdefs.h. */
9355#ifndef __cplusplus
9356typedef int foo_t;
9357static $ac_kw foo_t static_foo () {return 0; }
9358$ac_kw foo_t foo () {return 0; }
9359#endif
252b5132 9360
13b2be9c
DJ
9361_ACEOF
9362rm -f conftest.$ac_objext
9363if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9364 (eval $ac_compile) 2>&5
9365 ac_status=$?
9366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9367 (exit $ac_status); } &&
9368 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
252b5132
RH
9374 ac_cv_c_inline=$ac_kw; break
9375else
13b2be9c
DJ
9376 echo "$as_me: failed program was:" >&5
9377sed 's/^/| /' conftest.$ac_ext >&5
9378
252b5132 9379fi
13b2be9c 9380rm -f conftest.$ac_objext conftest.$ac_ext
252b5132
RH
9381done
9382
9383fi
13b2be9c
DJ
9384echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
9385echo "${ECHO_T}$ac_cv_c_inline" >&6
9386case $ac_cv_c_inline in
252b5132 9387 inline | yes) ;;
13b2be9c
DJ
9388 no)
9389cat >>confdefs.h <<\_ACEOF
9390#define inline
9391_ACEOF
252b5132 9392 ;;
13b2be9c 9393 *) cat >>confdefs.h <<_ACEOF
252b5132 9394#define inline $ac_cv_c_inline
13b2be9c 9395_ACEOF
252b5132
RH
9396 ;;
9397esac
9398
6840198f 9399
d6d788bd 9400# VMS doesn't have unlink.
13b2be9c
DJ
9401
9402
252b5132
RH
9403for ac_func in unlink remove
9404do
13b2be9c
DJ
9405as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9406echo "$as_me:$LINENO: checking for $ac_func" >&5
9407echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9408if eval "test \"\${$as_ac_var+set}\" = set"; then
9409 echo $ECHO_N "(cached) $ECHO_C" >&6
9410else
9411 cat >conftest.$ac_ext <<_ACEOF
9412#line $LINENO "configure"
9413/* confdefs.h. */
9414_ACEOF
9415cat confdefs.h >>conftest.$ac_ext
9416cat >>conftest.$ac_ext <<_ACEOF
9417/* end confdefs.h. */
252b5132 9418/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9419 which can conflict with char $ac_func (); below.
9420 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9421 <limits.h> exists even on freestanding compilers. */
9422#ifdef __STDC__
9423# include <limits.h>
9424#else
9425# include <assert.h>
9426#endif
252b5132 9427/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9428#ifdef __cplusplus
9429extern "C"
9430{
9431#endif
252b5132 9432/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9433 builtin and then its argument prototype would still apply. */
9434char $ac_func ();
252b5132
RH
9435/* The GNU C library defines this for functions which it implements
9436 to always fail with ENOSYS. Some functions are actually named
9437 something starting with __ and the normal name is an alias. */
9438#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9439choke me
9440#else
13b2be9c
DJ
9441char (*f) () = $ac_func;
9442#endif
9443#ifdef __cplusplus
9444}
252b5132
RH
9445#endif
9446
13b2be9c
DJ
9447int
9448main ()
9449{
9450return f != $ac_func;
9451 ;
9452 return 0;
9453}
9454_ACEOF
9455rm -f conftest.$ac_objext conftest$ac_exeext
9456if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9457 (eval $ac_link) 2>&5
9458 ac_status=$?
9459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9460 (exit $ac_status); } &&
9461 { ac_try='test -s conftest$ac_exeext'
9462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9463 (eval $ac_try) 2>&5
9464 ac_status=$?
9465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9466 (exit $ac_status); }; }; then
9467 eval "$as_ac_var=yes"
9468else
9469 echo "$as_me: failed program was:" >&5
9470sed 's/^/| /' conftest.$ac_ext >&5
9471
9472eval "$as_ac_var=no"
9473fi
9474rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9475fi
9476echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9477echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9478if test `eval echo '${'$as_ac_var'}'` = yes; then
9479 cat >>confdefs.h <<_ACEOF
9480#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9481_ACEOF
252b5132 9482 break
252b5132
RH
9483fi
9484done
9485
6840198f 9486
d6d788bd 9487# Some systems don't have sbrk().
13b2be9c 9488
252b5132
RH
9489for ac_func in sbrk
9490do
13b2be9c
DJ
9491as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9492echo "$as_me:$LINENO: checking for $ac_func" >&5
9493echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9494if eval "test \"\${$as_ac_var+set}\" = set"; then
9495 echo $ECHO_N "(cached) $ECHO_C" >&6
9496else
9497 cat >conftest.$ac_ext <<_ACEOF
9498#line $LINENO "configure"
9499/* confdefs.h. */
9500_ACEOF
9501cat confdefs.h >>conftest.$ac_ext
9502cat >>conftest.$ac_ext <<_ACEOF
9503/* end confdefs.h. */
252b5132 9504/* System header to define __stub macros and hopefully few prototypes,
13b2be9c
DJ
9505 which can conflict with char $ac_func (); below.
9506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9507 <limits.h> exists even on freestanding compilers. */
9508#ifdef __STDC__
9509# include <limits.h>
9510#else
9511# include <assert.h>
9512#endif
252b5132 9513/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9514#ifdef __cplusplus
9515extern "C"
9516{
9517#endif
252b5132 9518/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9519 builtin and then its argument prototype would still apply. */
9520char $ac_func ();
252b5132
RH
9521/* The GNU C library defines this for functions which it implements
9522 to always fail with ENOSYS. Some functions are actually named
9523 something starting with __ and the normal name is an alias. */
9524#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9525choke me
9526#else
13b2be9c
DJ
9527char (*f) () = $ac_func;
9528#endif
9529#ifdef __cplusplus
9530}
252b5132
RH
9531#endif
9532
13b2be9c
DJ
9533int
9534main ()
9535{
9536return f != $ac_func;
9537 ;
9538 return 0;
9539}
9540_ACEOF
9541rm -f conftest.$ac_objext conftest$ac_exeext
9542if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9543 (eval $ac_link) 2>&5
9544 ac_status=$?
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 (exit $ac_status); } &&
9547 { ac_try='test -s conftest$ac_exeext'
9548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9549 (eval $ac_try) 2>&5
9550 ac_status=$?
9551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9552 (exit $ac_status); }; }; then
9553 eval "$as_ac_var=yes"
9554else
9555 echo "$as_me: failed program was:" >&5
9556sed 's/^/| /' conftest.$ac_ext >&5
9557
9558eval "$as_ac_var=no"
9559fi
9560rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9561fi
9562echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9563echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9564if test `eval echo '${'$as_ac_var'}'` = yes; then
9565 cat >>confdefs.h <<_ACEOF
9566#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9567_ACEOF
252b5132 9568
252b5132
RH
9569fi
9570done
9571
d6d788bd 9572
39bec121
TW
9573# do we need the math library?
9574case "${need_libm}" in
13b2be9c 9575yes)
39bec121 9576 LIBM=
f9c19112 9577case $host in
d64552c5 9578*-*-beos* | *-*-cygwin* | *-*-pw32*)
39bec121
TW
9579 # These system don't have libm
9580 ;;
9581*-ncr-sysv4.3*)
13b2be9c
DJ
9582 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
9583echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
9584if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
9585 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 9586else
13b2be9c 9587 ac_check_lib_save_LIBS=$LIBS
39bec121 9588LIBS="-lmw $LIBS"
13b2be9c
DJ
9589cat >conftest.$ac_ext <<_ACEOF
9590#line $LINENO "configure"
9591/* confdefs.h. */
9592_ACEOF
9593cat confdefs.h >>conftest.$ac_ext
9594cat >>conftest.$ac_ext <<_ACEOF
9595/* end confdefs.h. */
9596
39bec121 9597/* Override any gcc2 internal prototype to avoid an error. */
13b2be9c
DJ
9598#ifdef __cplusplus
9599extern "C"
9600#endif
39bec121 9601/* We use char because int might match the return type of a gcc2
13b2be9c
DJ
9602 builtin and then its argument prototype would still apply. */
9603char _mwvalidcheckl ();
9604int
9605main ()
9606{
9607_mwvalidcheckl ();
9608 ;
9609 return 0;
9610}
9611_ACEOF
9612rm -f conftest.$ac_objext conftest$ac_exeext
9613if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9614 (eval $ac_link) 2>&5
9615 ac_status=$?
9616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9617 (exit $ac_status); } &&
9618 { ac_try='test -s conftest$ac_exeext'
9619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9620 (eval $ac_try) 2>&5
9621 ac_status=$?
9622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9623 (exit $ac_status); }; }; then
9624 ac_cv_lib_mw__mwvalidcheckl=yes
9625else
9626 echo "$as_me: failed program was:" >&5
9627sed 's/^/| /' conftest.$ac_ext >&5
9628
9629ac_cv_lib_mw__mwvalidcheckl=no
9630fi
9631rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9632LIBS=$ac_check_lib_save_LIBS
9633fi
9634echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
9635echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
9636if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
39bec121 9637 LIBM="-lmw"
39bec121
TW
9638fi
9639
13b2be9c
DJ
9640 echo "$as_me:$LINENO: checking for main in -lm" >&5
9641echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
9642if test "${ac_cv_lib_m_main+set}" = set; then
9643 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 9644else
13b2be9c 9645 ac_check_lib_save_LIBS=$LIBS
39bec121 9646LIBS="-lm $LIBS"
13b2be9c
DJ
9647cat >conftest.$ac_ext <<_ACEOF
9648#line $LINENO "configure"
9649/* confdefs.h. */
9650_ACEOF
9651cat confdefs.h >>conftest.$ac_ext
9652cat >>conftest.$ac_ext <<_ACEOF
9653/* end confdefs.h. */
39bec121 9654
d6d788bd 9655
13b2be9c
DJ
9656int
9657main ()
9658{
9659main ();
9660 ;
9661 return 0;
9662}
9663_ACEOF
9664rm -f conftest.$ac_objext conftest$ac_exeext
9665if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9666 (eval $ac_link) 2>&5
9667 ac_status=$?
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } &&
9670 { ac_try='test -s conftest$ac_exeext'
9671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9672 (eval $ac_try) 2>&5
9673 ac_status=$?
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; }; then
9676 ac_cv_lib_m_main=yes
9677else
9678 echo "$as_me: failed program was:" >&5
9679sed 's/^/| /' conftest.$ac_ext >&5
9680
9681ac_cv_lib_m_main=no
9682fi
9683rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9684LIBS=$ac_check_lib_save_LIBS
9685fi
9686echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
9687echo "${ECHO_T}$ac_cv_lib_m_main" >&6
9688if test $ac_cv_lib_m_main = yes; then
39bec121 9689 LIBM="$LIBM -lm"
39bec121
TW
9690fi
9691
9692 ;;
9693*)
13b2be9c
DJ
9694 echo "$as_me:$LINENO: checking for main in -lm" >&5
9695echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
9696if test "${ac_cv_lib_m_main+set}" = set; then
9697 echo $ECHO_N "(cached) $ECHO_C" >&6
39bec121 9698else
13b2be9c 9699 ac_check_lib_save_LIBS=$LIBS
39bec121 9700LIBS="-lm $LIBS"
13b2be9c
DJ
9701cat >conftest.$ac_ext <<_ACEOF
9702#line $LINENO "configure"
9703/* confdefs.h. */
9704_ACEOF
9705cat confdefs.h >>conftest.$ac_ext
9706cat >>conftest.$ac_ext <<_ACEOF
9707/* end confdefs.h. */
39bec121 9708
d6d788bd 9709
13b2be9c
DJ
9710int
9711main ()
9712{
9713main ();
9714 ;
9715 return 0;
9716}
9717_ACEOF
9718rm -f conftest.$ac_objext conftest$ac_exeext
9719if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9720 (eval $ac_link) 2>&5
9721 ac_status=$?
9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9723 (exit $ac_status); } &&
9724 { ac_try='test -s conftest$ac_exeext'
9725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9726 (eval $ac_try) 2>&5
9727 ac_status=$?
9728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9729 (exit $ac_status); }; }; then
9730 ac_cv_lib_m_main=yes
9731else
9732 echo "$as_me: failed program was:" >&5
9733sed 's/^/| /' conftest.$ac_ext >&5
9734
9735ac_cv_lib_m_main=no
9736fi
9737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9738LIBS=$ac_check_lib_save_LIBS
9739fi
9740echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
9741echo "${ECHO_T}$ac_cv_lib_m_main" >&6
9742if test $ac_cv_lib_m_main = yes; then
39bec121 9743 LIBM="-lm"
39bec121
TW
9744fi
9745
9746 ;;
9747esac
9748
13b2be9c 9749
39bec121
TW
9750 ;;
9751esac
9752
252b5132
RH
9753# Some non-ANSI preprocessors botch requoting inside strings. That's bad
9754# enough, but on some of those systems, the assert macro relies on requoting
9755# working properly!
13b2be9c
DJ
9756echo "$as_me:$LINENO: checking for working assert macro" >&5
9757echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
9758if test "${gas_cv_assert_ok+set}" = set; then
9759 echo $ECHO_N "(cached) $ECHO_C" >&6
9760else
9761 cat >conftest.$ac_ext <<_ACEOF
9762#line $LINENO "configure"
9763/* confdefs.h. */
9764_ACEOF
9765cat confdefs.h >>conftest.$ac_ext
9766cat >>conftest.$ac_ext <<_ACEOF
9767/* end confdefs.h. */
252b5132
RH
9768#include <assert.h>
9769#include <stdio.h>
13b2be9c
DJ
9770int
9771main ()
9772{
252b5132
RH
9773
9774/* check for requoting problems */
9775static int a, b, c, d;
9776static char *s;
9777assert (!strcmp(s, "foo bar baz quux"));
9778/* check for newline handling */
9779assert (a == b
9780 || c == d);
9781
13b2be9c
DJ
9782 ;
9783 return 0;
9784}
9785_ACEOF
9786rm -f conftest.$ac_objext conftest$ac_exeext
9787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9788 (eval $ac_link) 2>&5
9789 ac_status=$?
9790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9791 (exit $ac_status); } &&
9792 { ac_try='test -s conftest$ac_exeext'
9793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9794 (eval $ac_try) 2>&5
9795 ac_status=$?
9796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797 (exit $ac_status); }; }; then
252b5132
RH
9798 gas_cv_assert_ok=yes
9799else
13b2be9c
DJ
9800 echo "$as_me: failed program was:" >&5
9801sed 's/^/| /' conftest.$ac_ext >&5
9802
9803gas_cv_assert_ok=no
252b5132 9804fi
13b2be9c 9805rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 9806fi
13b2be9c
DJ
9807echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
9808echo "${ECHO_T}$gas_cv_assert_ok" >&6
9809test $gas_cv_assert_ok = yes ||
9810cat >>confdefs.h <<\_ACEOF
252b5132 9811#define BROKEN_ASSERT 1
13b2be9c 9812_ACEOF
252b5132 9813
d6d788bd
L
9814
9815
252b5132
RH
9816# On some systems, the system header files may not declare malloc, realloc,
9817# and free. There are places where gas needs these functions to have been
9818# declared -- such as when taking their addresses.
9819gas_test_headers="
9820#ifdef HAVE_MEMORY_H
9821#include <memory.h>
9822#endif
9823#ifdef HAVE_STRING_H
9824#include <string.h>
9825#else
9826#ifdef HAVE_STRINGS_H
9827#include <strings.h>
9828#endif
9829#endif
9830#ifdef HAVE_STDLIB_H
9831#include <stdlib.h>
9832#endif
9833#ifdef HAVE_UNISTD_H
9834#include <unistd.h>
9835#endif
9836"
9837
13b2be9c
DJ
9838echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
9839echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
9840if test "${gas_cv_decl_needed_strstr+set}" = set; then
9841 echo $ECHO_N "(cached) $ECHO_C" >&6
9842else
9843 cat >conftest.$ac_ext <<_ACEOF
9844#line $LINENO "configure"
9845/* confdefs.h. */
9846_ACEOF
9847cat confdefs.h >>conftest.$ac_ext
9848cat >>conftest.$ac_ext <<_ACEOF
9849/* end confdefs.h. */
252b5132 9850$gas_test_headers
13b2be9c
DJ
9851int
9852main ()
9853{
252b5132
RH
9854
9855typedef char *(*f)();
9856f x;
9857x = (f) strstr;
9858
13b2be9c
DJ
9859 ;
9860 return 0;
9861}
9862_ACEOF
9863rm -f conftest.$ac_objext conftest$ac_exeext
9864if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9865 (eval $ac_link) 2>&5
9866 ac_status=$?
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); } &&
9869 { ac_try='test -s conftest$ac_exeext'
9870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9871 (eval $ac_try) 2>&5
9872 ac_status=$?
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); }; }; then
252b5132
RH
9875 gas_cv_decl_needed_strstr=no
9876else
13b2be9c
DJ
9877 echo "$as_me: failed program was:" >&5
9878sed 's/^/| /' conftest.$ac_ext >&5
9879
9880gas_cv_decl_needed_strstr=yes
252b5132 9881fi
13b2be9c 9882rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
252b5132 9883fi
13b2be9c
DJ
9884echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
9885echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
252b5132 9886if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c
DJ
9887
9888cat >>confdefs.h <<\_ACEOF
252b5132 9889#define NEED_DECLARATION_STRSTR 1
13b2be9c
DJ
9890_ACEOF
9891
9892fi
9893
9894
9895echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
9896echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
9897if test "${gas_cv_decl_needed_malloc+set}" = set; then
9898 echo $ECHO_N "(cached) $ECHO_C" >&6
9899else
9900 cat >conftest.$ac_ext <<_ACEOF
9901#line $LINENO "configure"
9902/* confdefs.h. */
9903_ACEOF
9904cat confdefs.h >>conftest.$ac_ext
9905cat >>conftest.$ac_ext <<_ACEOF
9906/* end confdefs.h. */
9907$gas_test_headers
9908int
9909main ()
9910{
9911
9912typedef char *(*f)();
9913f x;
9914x = (f) malloc;
9915
9916 ;
9917 return 0;
9918}
9919_ACEOF
9920rm -f conftest.$ac_objext conftest$ac_exeext
9921if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9922 (eval $ac_link) 2>&5
9923 ac_status=$?
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); } &&
9926 { ac_try='test -s conftest$ac_exeext'
9927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9928 (eval $ac_try) 2>&5
9929 ac_status=$?
9930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9931 (exit $ac_status); }; }; then
9932 gas_cv_decl_needed_malloc=no
9933else
9934 echo "$as_me: failed program was:" >&5
9935sed 's/^/| /' conftest.$ac_ext >&5
9936
9937gas_cv_decl_needed_malloc=yes
9938fi
9939rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9940fi
9941echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
9942echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
9943if test $gas_cv_decl_needed_malloc = yes; then
9944
9945cat >>confdefs.h <<\_ACEOF
9946#define NEED_DECLARATION_MALLOC 1
9947_ACEOF
9948
9949fi
9950
9951
9952echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
9953echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
9954if test "${gas_cv_decl_needed_free+set}" = set; then
9955 echo $ECHO_N "(cached) $ECHO_C" >&6
9956else
9957 cat >conftest.$ac_ext <<_ACEOF
9958#line $LINENO "configure"
9959/* confdefs.h. */
9960_ACEOF
9961cat confdefs.h >>conftest.$ac_ext
9962cat >>conftest.$ac_ext <<_ACEOF
9963/* end confdefs.h. */
9964$gas_test_headers
9965int
9966main ()
9967{
9968
9969typedef void (*f)();
9970f x;
9971x = (f) free;
9972
9973 ;
9974 return 0;
9975}
9976_ACEOF
9977rm -f conftest.$ac_objext conftest$ac_exeext
9978if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9979 (eval $ac_link) 2>&5
9980 ac_status=$?
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 (exit $ac_status); } &&
9983 { ac_try='test -s conftest$ac_exeext'
9984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9985 (eval $ac_try) 2>&5
9986 ac_status=$?
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); }; }; then
9989 gas_cv_decl_needed_free=no
9990else
9991 echo "$as_me: failed program was:" >&5
9992sed 's/^/| /' conftest.$ac_ext >&5
9993
9994gas_cv_decl_needed_free=yes
9995fi
9996rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9997fi
9998echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
9999echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
10000if test $gas_cv_decl_needed_free = yes; then
10001
10002cat >>confdefs.h <<\_ACEOF
10003#define NEED_DECLARATION_FREE 1
10004_ACEOF
10005
10006fi
10007
10008
10009echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
10010echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
10011if test "${gas_cv_decl_needed_sbrk+set}" = set; then
10012 echo $ECHO_N "(cached) $ECHO_C" >&6
10013else
10014 cat >conftest.$ac_ext <<_ACEOF
10015#line $LINENO "configure"
10016/* confdefs.h. */
10017_ACEOF
10018cat confdefs.h >>conftest.$ac_ext
10019cat >>conftest.$ac_ext <<_ACEOF
10020/* end confdefs.h. */
10021$gas_test_headers
10022int
10023main ()
10024{
10025
10026typedef char *(*f)();
10027f x;
10028x = (f) sbrk;
10029
10030 ;
10031 return 0;
10032}
10033_ACEOF
10034rm -f conftest.$ac_objext conftest$ac_exeext
10035if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10036 (eval $ac_link) 2>&5
10037 ac_status=$?
10038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 (exit $ac_status); } &&
10040 { ac_try='test -s conftest$ac_exeext'
10041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10042 (eval $ac_try) 2>&5
10043 ac_status=$?
10044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10045 (exit $ac_status); }; }; then
10046 gas_cv_decl_needed_sbrk=no
10047else
10048 echo "$as_me: failed program was:" >&5
10049sed 's/^/| /' conftest.$ac_ext >&5
10050
10051gas_cv_decl_needed_sbrk=yes
10052fi
10053rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10054fi
10055echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
10056echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
10057if test $gas_cv_decl_needed_sbrk = yes; then
10058
10059cat >>confdefs.h <<\_ACEOF
10060#define NEED_DECLARATION_SBRK 1
10061_ACEOF
10062
10063fi
10064
10065
10066echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
10067echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
10068if test "${gas_cv_decl_needed_environ+set}" = set; then
10069 echo $ECHO_N "(cached) $ECHO_C" >&6
10070else
10071 cat >conftest.$ac_ext <<_ACEOF
10072#line $LINENO "configure"
10073/* confdefs.h. */
10074_ACEOF
10075cat confdefs.h >>conftest.$ac_ext
10076cat >>conftest.$ac_ext <<_ACEOF
10077/* end confdefs.h. */
10078$gas_test_headers
10079int
10080main ()
10081{
10082
10083typedef char **f;
10084f x;
10085x = (f) environ;
10086
10087 ;
10088 return 0;
10089}
10090_ACEOF
10091rm -f conftest.$ac_objext conftest$ac_exeext
10092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10093 (eval $ac_link) 2>&5
10094 ac_status=$?
10095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10096 (exit $ac_status); } &&
10097 { ac_try='test -s conftest$ac_exeext'
10098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10099 (eval $ac_try) 2>&5
10100 ac_status=$?
10101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10102 (exit $ac_status); }; }; then
10103 gas_cv_decl_needed_environ=no
10104else
10105 echo "$as_me: failed program was:" >&5
10106sed 's/^/| /' conftest.$ac_ext >&5
10107
10108gas_cv_decl_needed_environ=yes
10109fi
10110rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10111fi
10112echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
10113echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
10114if test $gas_cv_decl_needed_environ = yes; then
10115
10116cat >>confdefs.h <<\_ACEOF
10117#define NEED_DECLARATION_ENVIRON 1
10118_ACEOF
10119
10120fi
10121
10122
10123# Does errno.h declare errno, or do we have to add a separate declaration
10124# for it?
10125
10126echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
10127echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
10128if test "${gas_cv_decl_needed_errno+set}" = set; then
10129 echo $ECHO_N "(cached) $ECHO_C" >&6
10130else
10131 cat >conftest.$ac_ext <<_ACEOF
10132#line $LINENO "configure"
10133/* confdefs.h. */
10134_ACEOF
10135cat confdefs.h >>conftest.$ac_ext
10136cat >>conftest.$ac_ext <<_ACEOF
10137/* end confdefs.h. */
10138
10139#ifdef HAVE_ERRNO_H
10140#include <errno.h>
10141#endif
10142
10143int
10144main ()
10145{
10146
10147typedef int f;
10148f x;
10149x = (f) errno;
10150
10151 ;
10152 return 0;
10153}
10154_ACEOF
10155rm -f conftest.$ac_objext conftest$ac_exeext
10156if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10157 (eval $ac_link) 2>&5
10158 ac_status=$?
10159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10160 (exit $ac_status); } &&
10161 { ac_try='test -s conftest$ac_exeext'
10162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10163 (eval $ac_try) 2>&5
10164 ac_status=$?
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); }; }; then
10167 gas_cv_decl_needed_errno=no
10168else
10169 echo "$as_me: failed program was:" >&5
10170sed 's/^/| /' conftest.$ac_ext >&5
10171
10172gas_cv_decl_needed_errno=yes
10173fi
10174rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10175fi
10176echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
10177echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
10178if test $gas_cv_decl_needed_errno = yes; then
10179
10180cat >>confdefs.h <<\_ACEOF
10181#define NEED_DECLARATION_ERRNO 1
10182_ACEOF
10183
10184fi
10185
10186
10187
10188
10189 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
10190
10191 ac_config_commands="$ac_config_commands default"
10192
10193
10194cat >confcache <<\_ACEOF
10195# This file is a shell script that caches the results of configure
10196# tests run on this system so they can be shared between configure
10197# scripts and configure runs, see configure's option --config-cache.
10198# It is not useful on other systems. If it contains results you don't
10199# want to keep, you may remove or edit it.
10200#
10201# config.status only pays attention to the cache file if you give it
10202# the --recheck option to rerun configure.
10203#
10204# `ac_cv_env_foo' variables (set or unset) will be overridden when
10205# loading this file, other *unset* `ac_cv_foo' will be assigned the
10206# following values.
10207
10208_ACEOF
10209
10210# The following way of writing the cache mishandles newlines in values,
10211# but we know of no workaround that is simple, portable, and efficient.
10212# So, don't put newlines in cache variables' values.
10213# Ultrix sh set writes to stderr and can't be redirected directly,
10214# and sets the high bit in the cache file unless we assign to the vars.
10215{
10216 (set) 2>&1 |
10217 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10218 *ac_space=\ *)
10219 # `set' does not quote correctly, so add quotes (double-quote
10220 # substitution turns \\\\ into \\, and sed turns \\ into \).
10221 sed -n \
10222 "s/'/'\\\\''/g;
10223 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10224 ;;
10225 *)
10226 # `set' quotes correctly as required by POSIX, so do not add quotes.
10227 sed -n \
10228 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10229 ;;
10230 esac;
10231} |
10232 sed '
10233 t clear
10234 : clear
10235 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10236 t end
10237 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10238 : end' >>confcache
10239if diff $cache_file confcache >/dev/null 2>&1; then :; else
10240 if test -w $cache_file; then
10241 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10242 cat confcache >$cache_file
10243 else
10244 echo "not updating unwritable cache $cache_file"
10245 fi
10246fi
10247rm -f confcache
10248
10249test "x$prefix" = xNONE && prefix=$ac_default_prefix
10250# Let make expand exec_prefix.
10251test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10252
10253# VPATH may cause trouble with some makes, so we remove $(srcdir),
10254# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10255# trailing colons and then remove the whole line if VPATH becomes empty
10256# (actually we leave an empty line to preserve line numbers).
10257if test "x$srcdir" = x.; then
10258 ac_vpsub='/^[ ]*VPATH[ ]*=/{
10259s/:*\$(srcdir):*/:/;
10260s/:*\${srcdir}:*/:/;
10261s/:*@srcdir@:*/:/;
10262s/^\([^=]*=[ ]*\):*/\1/;
10263s/:*$//;
10264s/^[^=]*=[ ]*$//;
10265}'
10266fi
10267
10268DEFS=-DHAVE_CONFIG_H
10269
10270ac_libobjs=
10271ac_ltlibobjs=
10272for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10273 # 1. Remove the extension, and $U if already installed.
10274 ac_i=`echo "$ac_i" |
10275 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10276 # 2. Add them.
10277 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
10278 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
10279done
10280LIBOBJS=$ac_libobjs
10281
10282LTLIBOBJS=$ac_ltlibobjs
10283
10284
10285if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10286 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10287Usually this means the macro was only invoked conditionally." >&5
10288echo "$as_me: error: conditional \"AMDEP\" was never defined.
10289Usually this means the macro was only invoked conditionally." >&2;}
10290 { (exit 1); exit 1; }; }
10291fi
10292if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10293 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10294Usually this means the macro was only invoked conditionally." >&5
10295echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10296Usually this means the macro was only invoked conditionally." >&2;}
10297 { (exit 1); exit 1; }; }
10298fi
10299if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10300 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10301Usually this means the macro was only invoked conditionally." >&5
10302echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10303Usually this means the macro was only invoked conditionally." >&2;}
10304 { (exit 1); exit 1; }; }
10305fi
10306
10307: ${CONFIG_STATUS=./config.status}
10308ac_clean_files_save=$ac_clean_files
10309ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10310{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10311echo "$as_me: creating $CONFIG_STATUS" >&6;}
10312cat >$CONFIG_STATUS <<_ACEOF
10313#! $SHELL
10314# Generated by $as_me.
10315# Run this file to recreate the current configuration.
10316# Compiler output produced by configure, useful for debugging
10317# configure, is in config.log if it exists.
10318
10319debug=false
10320ac_cs_recheck=false
10321ac_cs_silent=false
10322SHELL=\${CONFIG_SHELL-$SHELL}
10323_ACEOF
10324
10325cat >>$CONFIG_STATUS <<\_ACEOF
10326## --------------------- ##
10327## M4sh Initialization. ##
10328## --------------------- ##
10329
10330# Be Bourne compatible
10331if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
10332 emulate sh
10333 NULLCMD=:
10334 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10335 # is contrary to our usage. Disable this feature.
10336 alias -g '${1+"$@"}'='"$@"'
10337elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10338 set -o posix
10339fi
10340
10341# Support unset when possible.
10342if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
10343 as_unset=unset
10344else
10345 as_unset=false
10346fi
10347
10348
10349# Work around bugs in pre-3.0 UWIN ksh.
10350$as_unset ENV MAIL MAILPATH
10351PS1='$ '
10352PS2='> '
10353PS4='+ '
10354
10355# NLS nuisances.
10356for as_var in \
10357 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10358 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10359 LC_TELEPHONE LC_TIME
10360do
10361 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
10362 eval $as_var=C; export $as_var
10363 else
10364 $as_unset $as_var
10365 fi
10366done
10367
10368# Required to use basename.
10369if expr a : '\(a\)' >/dev/null 2>&1; then
10370 as_expr=expr
10371else
10372 as_expr=false
10373fi
10374
10375if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
10376 as_basename=basename
10377else
10378 as_basename=false
10379fi
10380
10381
10382# Name of the executable.
10383as_me=`$as_basename "$0" ||
10384$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10385 X"$0" : 'X\(//\)$' \| \
10386 X"$0" : 'X\(/\)$' \| \
10387 . : '\(.\)' 2>/dev/null ||
10388echo X/"$0" |
10389 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10390 /^X\/\(\/\/\)$/{ s//\1/; q; }
10391 /^X\/\(\/\).*/{ s//\1/; q; }
10392 s/.*/./; q'`
10393
10394
10395# PATH needs CR, and LINENO needs CR and PATH.
10396# Avoid depending upon Character Ranges.
10397as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10398as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10399as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10400as_cr_digits='0123456789'
10401as_cr_alnum=$as_cr_Letters$as_cr_digits
10402
10403# The user is always right.
10404if test "${PATH_SEPARATOR+set}" != set; then
10405 echo "#! /bin/sh" >conf$$.sh
10406 echo "exit 0" >>conf$$.sh
10407 chmod +x conf$$.sh
10408 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10409 PATH_SEPARATOR=';'
10410 else
10411 PATH_SEPARATOR=:
10412 fi
10413 rm -f conf$$.sh
10414fi
10415
10416
10417 as_lineno_1=$LINENO
10418 as_lineno_2=$LINENO
10419 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10420 test "x$as_lineno_1" != "x$as_lineno_2" &&
10421 test "x$as_lineno_3" = "x$as_lineno_2" || {
10422 # Find who we are. Look in the path if we contain no path at all
10423 # relative or not.
10424 case $0 in
10425 *[\\/]* ) as_myself=$0 ;;
10426 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10427for as_dir in $PATH
10428do
10429 IFS=$as_save_IFS
10430 test -z "$as_dir" && as_dir=.
10431 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10432done
252b5132 10433
13b2be9c
DJ
10434 ;;
10435 esac
10436 # We did not find ourselves, most probably we were run as `sh COMMAND'
10437 # in which case we are not to be found in the path.
10438 if test "x$as_myself" = x; then
10439 as_myself=$0
10440 fi
10441 if test ! -f "$as_myself"; then
10442 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10443echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10444 { (exit 1); exit 1; }; }
10445 fi
10446 case $CONFIG_SHELL in
10447 '')
10448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10449for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
10450do
10451 IFS=$as_save_IFS
10452 test -z "$as_dir" && as_dir=.
10453 for as_base in sh bash ksh sh5; do
10454 case $as_dir in
10455 /*)
10456 if ("$as_dir/$as_base" -c '
10457 as_lineno_1=$LINENO
10458 as_lineno_2=$LINENO
10459 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10460 test "x$as_lineno_1" != "x$as_lineno_2" &&
10461 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
10462 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10463 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10464 CONFIG_SHELL=$as_dir/$as_base
10465 export CONFIG_SHELL
10466 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10467 fi;;
10468 esac
10469 done
10470done
10471;;
10472 esac
252b5132 10473
13b2be9c
DJ
10474 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10475 # uniformly replaced by the line number. The first 'sed' inserts a
10476 # line-number line before each line; the second 'sed' does the real
10477 # work. The second script uses 'N' to pair each line-number line
10478 # with the numbered line, and appends trailing '-' during
10479 # substitution so that $LINENO is not a special case at line end.
10480 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10481 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
10482 sed '=' <$as_myself |
10483 sed '
10484 N
10485 s,$,-,
10486 : loop
10487 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10488 t loop
10489 s,-$,,
10490 s,^['$as_cr_digits']*\n,,
10491 ' >$as_me.lineno &&
10492 chmod +x $as_me.lineno ||
10493 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10494echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10495 { (exit 1); exit 1; }; }
10496
10497 # Don't try to exec as it changes $[0], causing all sort of problems
10498 # (the dirname of $[0] is not the place where we might find the
10499 # original and so on. Autoconf is especially sensible to this).
10500 . ./$as_me.lineno
10501 # Exit status is that of the last command.
10502 exit
10503}
d6d788bd 10504
252b5132 10505
13b2be9c
DJ
10506case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10507 *c*,-n*) ECHO_N= ECHO_C='
10508' ECHO_T=' ' ;;
10509 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10510 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
10511esac
252b5132 10512
13b2be9c
DJ
10513if expr a : '\(a\)' >/dev/null 2>&1; then
10514 as_expr=expr
252b5132 10515else
13b2be9c 10516 as_expr=false
252b5132 10517fi
252b5132 10518
13b2be9c
DJ
10519rm -f conf$$ conf$$.exe conf$$.file
10520echo >conf$$.file
10521if ln -s conf$$.file conf$$ 2>/dev/null; then
10522 # We could just check for DJGPP; but this test a) works b) is more generic
10523 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10524 if test -f conf$$.exe; then
10525 # Don't use ln at all; we don't have any links
10526 as_ln_s='cp -p'
10527 else
10528 as_ln_s='ln -s'
10529 fi
10530elif ln conf$$.file conf$$ 2>/dev/null; then
10531 as_ln_s=ln
10532else
10533 as_ln_s='cp -p'
252b5132 10534fi
13b2be9c 10535rm -f conf$$ conf$$.exe conf$$.file
252b5132 10536
13b2be9c
DJ
10537if mkdir -p . 2>/dev/null; then
10538 as_mkdir_p=:
252b5132 10539else
13b2be9c
DJ
10540 as_mkdir_p=false
10541fi
252b5132 10542
13b2be9c 10543as_executable_p="test -f"
252b5132 10544
13b2be9c
DJ
10545# Sed expression to map a string onto a valid CPP name.
10546as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
252b5132 10547
13b2be9c
DJ
10548# Sed expression to map a string onto a valid variable name.
10549as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
252b5132 10550
d6d788bd 10551
13b2be9c
DJ
10552# IFS
10553# We need space, tab and new line, in precisely that order.
10554as_nl='
10555'
10556IFS=" $as_nl"
252b5132 10557
13b2be9c
DJ
10558# CDPATH.
10559$as_unset CDPATH
252b5132 10560
13b2be9c 10561exec 6>&1
252b5132 10562
13b2be9c
DJ
10563# Open the log real soon, to keep \$[0] and so on meaningful, and to
10564# report actual input values of CONFIG_FILES etc. instead of their
10565# values after options handling. Logging --version etc. is OK.
10566exec 5>>config.log
10567{
10568 echo
10569 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10570## Running $as_me. ##
10571_ASBOX
10572} >&5
10573cat >&5 <<_CSEOF
252b5132 10574
13b2be9c
DJ
10575This file was extended by $as_me, which was
10576generated by GNU Autoconf 2.57. Invocation command line was
d6d788bd 10577
13b2be9c
DJ
10578 CONFIG_FILES = $CONFIG_FILES
10579 CONFIG_HEADERS = $CONFIG_HEADERS
10580 CONFIG_LINKS = $CONFIG_LINKS
10581 CONFIG_COMMANDS = $CONFIG_COMMANDS
10582 $ $0 $@
252b5132 10583
13b2be9c
DJ
10584_CSEOF
10585echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10586echo >&5
10587_ACEOF
252b5132 10588
13b2be9c
DJ
10589# Files that config.status was made for.
10590if test -n "$ac_config_files"; then
10591 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
252b5132 10592fi
13b2be9c
DJ
10593
10594if test -n "$ac_config_headers"; then
10595 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
252b5132 10596fi
252b5132 10597
13b2be9c
DJ
10598if test -n "$ac_config_links"; then
10599 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
252b5132
RH
10600fi
10601
13b2be9c
DJ
10602if test -n "$ac_config_commands"; then
10603 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10604fi
d6d788bd 10605
13b2be9c 10606cat >>$CONFIG_STATUS <<\_ACEOF
252b5132 10607
13b2be9c
DJ
10608ac_cs_usage="\
10609\`$as_me' instantiates files from templates according to the
10610current configuration.
252b5132 10611
13b2be9c 10612Usage: $0 [OPTIONS] [FILE]...
252b5132 10613
13b2be9c
DJ
10614 -h, --help print this help, then exit
10615 -V, --version print version number, then exit
10616 -q, --quiet do not print progress messages
10617 -d, --debug don't remove temporary files
10618 --recheck update $as_me by reconfiguring in the same conditions
10619 --file=FILE[:TEMPLATE]
10620 instantiate the configuration file FILE
10621 --header=FILE[:TEMPLATE]
10622 instantiate the configuration header FILE
252b5132 10623
13b2be9c
DJ
10624Configuration files:
10625$config_files
252b5132 10626
13b2be9c
DJ
10627Configuration headers:
10628$config_headers
252b5132 10629
13b2be9c
DJ
10630Configuration commands:
10631$config_commands
252b5132 10632
13b2be9c
DJ
10633Report bugs to <bug-autoconf@gnu.org>."
10634_ACEOF
d6d788bd 10635
13b2be9c
DJ
10636cat >>$CONFIG_STATUS <<_ACEOF
10637ac_cs_version="\\
10638config.status
10639configured by $0, generated by GNU Autoconf 2.57,
10640 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 10641
13b2be9c
DJ
10642Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
10643Free Software Foundation, Inc.
10644This config.status script is free software; the Free Software Foundation
10645gives unlimited permission to copy, distribute and modify it."
10646srcdir=$srcdir
10647INSTALL="$INSTALL"
10648_ACEOF
d6d788bd 10649
13b2be9c
DJ
10650cat >>$CONFIG_STATUS <<\_ACEOF
10651# If no file are specified by the user, then we need to provide default
10652# value. By we need to know if files were specified by the user.
10653ac_need_defaults=:
10654while test $# != 0
10655do
10656 case $1 in
10657 --*=*)
10658 ac_option=`expr "x$1" : 'x\([^=]*\)='`
10659 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10660 ac_shift=:
c8615825 10661 ;;
13b2be9c
DJ
10662 -*)
10663 ac_option=$1
10664 ac_optarg=$2
10665 ac_shift=shift
c8615825 10666 ;;
13b2be9c
DJ
10667 *) # This is not an option, so the user has probably given explicit
10668 # arguments.
10669 ac_option=$1
10670 ac_need_defaults=false;;
10671 esac
252b5132 10672
13b2be9c
DJ
10673 case $ac_option in
10674 # Handling of the options.
10675_ACEOF
10676cat >>$CONFIG_STATUS <<\_ACEOF
10677 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10678 ac_cs_recheck=: ;;
10679 --version | --vers* | -V )
10680 echo "$ac_cs_version"; exit 0 ;;
10681 --he | --h)
10682 # Conflict between --help and --header
10683 { { echo "$as_me:$LINENO: error: ambiguous option: $1
10684Try \`$0 --help' for more information." >&5
10685echo "$as_me: error: ambiguous option: $1
10686Try \`$0 --help' for more information." >&2;}
10687 { (exit 1); exit 1; }; };;
10688 --help | --hel | -h )
10689 echo "$ac_cs_usage"; exit 0 ;;
10690 --debug | --d* | -d )
10691 debug=: ;;
10692 --file | --fil | --fi | --f )
10693 $ac_shift
10694 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10695 ac_need_defaults=false;;
10696 --header | --heade | --head | --hea )
10697 $ac_shift
10698 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10699 ac_need_defaults=false;;
10700 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10701 | -silent | --silent | --silen | --sile | --sil | --si | --s)
10702 ac_cs_silent=: ;;
c8615825 10703
13b2be9c
DJ
10704 # This is an error.
10705 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10706Try \`$0 --help' for more information." >&5
10707echo "$as_me: error: unrecognized option: $1
10708Try \`$0 --help' for more information." >&2;}
10709 { (exit 1); exit 1; }; } ;;
252b5132 10710
13b2be9c 10711 *) ac_config_targets="$ac_config_targets $1" ;;
252b5132 10712
13b2be9c
DJ
10713 esac
10714 shift
10715done
252b5132 10716
13b2be9c 10717ac_configure_extra_args=
d6d788bd 10718
13b2be9c
DJ
10719if $ac_cs_silent; then
10720 exec 6>/dev/null
10721 ac_configure_extra_args="$ac_configure_extra_args --silent"
10722fi
9b2b7d69 10723
13b2be9c
DJ
10724_ACEOF
10725cat >>$CONFIG_STATUS <<_ACEOF
10726if \$ac_cs_recheck; then
10727 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10728 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10729fi
10730
10731_ACEOF
10732
10733cat >>$CONFIG_STATUS <<_ACEOF
9b2b7d69 10734#
13b2be9c 10735# INIT-COMMANDS section.
9b2b7d69
MM
10736#
10737
13b2be9c
DJ
10738AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10739target_cpu_type=${target_cpu_type}
10740 cgen_cpu_prefix=${cgen_cpu_prefix}
10741 obj_format=${obj_format}
10742 te_file=${te_file}
10743
10744_ACEOF
10745
10746
10747
10748cat >>$CONFIG_STATUS <<\_ACEOF
10749for ac_config_target in $ac_config_targets
9b2b7d69 10750do
13b2be9c
DJ
10751 case "$ac_config_target" in
10752 # Handling of arguments.
10753 "gdb.ini" ) CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
10754 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
10755 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10756 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10757 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
10758 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10759 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
10760 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
10761 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10762echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10763 { (exit 1); exit 1; }; };;
9b2b7d69
MM
10764 esac
10765done
10766
13b2be9c
DJ
10767# If the user did not use the arguments to specify the items to instantiate,
10768# then the envvar interface is used. Set only those that are not.
10769# We use the long form for the default assignment because of an extremely
10770# bizarre bug on SunOS 4.1.3.
10771if $ac_need_defaults; then
10772 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10773 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10774 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10775fi
10776
10777# Have a temporary directory for convenience. Make it in the build tree
10778# simply because there is no reason to put it here, and in addition,
10779# creating and moving files from /tmp can sometimes cause problems.
10780# Create a temporary directory, and hook for its removal unless debugging.
10781$debug ||
10782{
10783 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10784 trap '{ (exit 1); exit 1; }' 1 2 13 15
10785}
9b2b7d69 10786
13b2be9c 10787# Create a (secure) tmp directory for tmp files.
9b2b7d69 10788
13b2be9c
DJ
10789{
10790 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10791 test -n "$tmp" && test -d "$tmp"
10792} ||
10793{
10794 tmp=./confstat$$-$RANDOM
10795 (umask 077 && mkdir $tmp)
10796} ||
10797{
10798 echo "$me: cannot create a temporary directory in ." >&2
10799 { (exit 1); exit 1; }
10800}
9b2b7d69 10801
13b2be9c
DJ
10802_ACEOF
10803
10804cat >>$CONFIG_STATUS <<_ACEOF
10805
10806#
10807# CONFIG_FILES section.
10808#
10809
10810# No need to generate the scripts if there are no CONFIG_FILES.
10811# This happens for instance when ./config.status config.h
10812if test -n "\$CONFIG_FILES"; then
10813 # Protect against being on the right side of a sed subst in config.status.
10814 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10815 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10816s,@SHELL@,$SHELL,;t t
10817s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10818s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10819s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10820s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10821s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10822s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10823s,@exec_prefix@,$exec_prefix,;t t
10824s,@prefix@,$prefix,;t t
10825s,@program_transform_name@,$program_transform_name,;t t
10826s,@bindir@,$bindir,;t t
10827s,@sbindir@,$sbindir,;t t
10828s,@libexecdir@,$libexecdir,;t t
10829s,@datadir@,$datadir,;t t
10830s,@sysconfdir@,$sysconfdir,;t t
10831s,@sharedstatedir@,$sharedstatedir,;t t
10832s,@localstatedir@,$localstatedir,;t t
10833s,@libdir@,$libdir,;t t
10834s,@includedir@,$includedir,;t t
10835s,@oldincludedir@,$oldincludedir,;t t
10836s,@infodir@,$infodir,;t t
10837s,@mandir@,$mandir,;t t
10838s,@build_alias@,$build_alias,;t t
10839s,@host_alias@,$host_alias,;t t
10840s,@target_alias@,$target_alias,;t t
10841s,@DEFS@,$DEFS,;t t
10842s,@ECHO_C@,$ECHO_C,;t t
10843s,@ECHO_N@,$ECHO_N,;t t
10844s,@ECHO_T@,$ECHO_T,;t t
10845s,@LIBS@,$LIBS,;t t
10846s,@build@,$build,;t t
10847s,@build_cpu@,$build_cpu,;t t
10848s,@build_vendor@,$build_vendor,;t t
10849s,@build_os@,$build_os,;t t
10850s,@host@,$host,;t t
10851s,@host_cpu@,$host_cpu,;t t
10852s,@host_vendor@,$host_vendor,;t t
10853s,@host_os@,$host_os,;t t
10854s,@target@,$target,;t t
10855s,@target_cpu@,$target_cpu,;t t
10856s,@target_vendor@,$target_vendor,;t t
10857s,@target_os@,$target_os,;t t
10858s,@CC@,$CC,;t t
10859s,@CFLAGS@,$CFLAGS,;t t
10860s,@LDFLAGS@,$LDFLAGS,;t t
10861s,@CPPFLAGS@,$CPPFLAGS,;t t
10862s,@ac_ct_CC@,$ac_ct_CC,;t t
10863s,@EXEEXT@,$EXEEXT,;t t
10864s,@OBJEXT@,$OBJEXT,;t t
10865s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10866s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10867s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10868s,@CYGPATH_W@,$CYGPATH_W,;t t
10869s,@PACKAGE@,$PACKAGE,;t t
10870s,@VERSION@,$VERSION,;t t
10871s,@ACLOCAL@,$ACLOCAL,;t t
10872s,@AUTOCONF@,$AUTOCONF,;t t
10873s,@AUTOMAKE@,$AUTOMAKE,;t t
10874s,@AUTOHEADER@,$AUTOHEADER,;t t
10875s,@MAKEINFO@,$MAKEINFO,;t t
10876s,@AMTAR@,$AMTAR,;t t
10877s,@install_sh@,$install_sh,;t t
10878s,@STRIP@,$STRIP,;t t
10879s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10880s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10881s,@AWK@,$AWK,;t t
10882s,@SET_MAKE@,$SET_MAKE,;t t
10883s,@am__leading_dot@,$am__leading_dot,;t t
10884s,@DEPDIR@,$DEPDIR,;t t
10885s,@am__include@,$am__include,;t t
10886s,@am__quote@,$am__quote,;t t
10887s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10888s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10889s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10890s,@CCDEPMODE@,$CCDEPMODE,;t t
10891s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10892s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10893s,@LN_S@,$LN_S,;t t
10894s,@RANLIB@,$RANLIB,;t t
10895s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
10896s,@LIBTOOL@,$LIBTOOL,;t t
10897s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
10898s,@GDBINIT@,$GDBINIT,;t t
10899s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
10900s,@extra_objects@,$extra_objects,;t t
10901s,@target_cpu_type@,$target_cpu_type,;t t
10902s,@obj_format@,$obj_format,;t t
10903s,@te_file@,$te_file,;t t
10904s,@install_tooldir@,$install_tooldir,;t t
10905s,@atof@,$atof,;t t
10906s,@BFDLIB@,$BFDLIB,;t t
10907s,@OPCODES_LIB@,$OPCODES_LIB,;t t
10908s,@BFDVER_H@,$BFDVER_H,;t t
10909s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
10910s,@YACC@,$YACC,;t t
10911s,@LEX@,$LEX,;t t
10912s,@LEXLIB@,$LEXLIB,;t t
10913s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
10914s,@CPP@,$CPP,;t t
10915s,@EGREP@,$EGREP,;t t
10916s,@ALLOCA@,$ALLOCA,;t t
10917s,@USE_NLS@,$USE_NLS,;t t
10918s,@MSGFMT@,$MSGFMT,;t t
10919s,@GMSGFMT@,$GMSGFMT,;t t
10920s,@XGETTEXT@,$XGETTEXT,;t t
10921s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
10922s,@CATALOGS@,$CATALOGS,;t t
10923s,@CATOBJEXT@,$CATOBJEXT,;t t
10924s,@DATADIRNAME@,$DATADIRNAME,;t t
10925s,@GMOFILES@,$GMOFILES,;t t
10926s,@INSTOBJEXT@,$INSTOBJEXT,;t t
10927s,@INTLDEPS@,$INTLDEPS,;t t
10928s,@INTLLIBS@,$INTLLIBS,;t t
10929s,@INTLOBJS@,$INTLOBJS,;t t
10930s,@POFILES@,$POFILES,;t t
10931s,@POSUB@,$POSUB,;t t
10932s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
10933s,@GT_NO@,$GT_NO,;t t
10934s,@GT_YES@,$GT_YES,;t t
10935s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
10936s,@l@,$l,;t t
10937s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
10938s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
10939s,@MAINT@,$MAINT,;t t
10940s,@LIBM@,$LIBM,;t t
10941s,@LIBOBJS@,$LIBOBJS,;t t
10942s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9b2b7d69
MM
10943CEOF
10944
13b2be9c
DJ
10945_ACEOF
10946
10947 cat >>$CONFIG_STATUS <<\_ACEOF
10948 # Split the substitutions into bite-sized pieces for seds with
10949 # small command number limits, like on Digital OSF/1 and HP-UX.
10950 ac_max_sed_lines=48
10951 ac_sed_frag=1 # Number of current file.
10952 ac_beg=1 # First line for current file.
10953 ac_end=$ac_max_sed_lines # Line after last line for current file.
10954 ac_more_lines=:
10955 ac_sed_cmds=
10956 while $ac_more_lines; do
10957 if test $ac_beg -gt 1; then
10958 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10959 else
10960 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
10961 fi
10962 if test ! -s $tmp/subs.frag; then
10963 ac_more_lines=false
9b2b7d69 10964 else
13b2be9c
DJ
10965 # The purpose of the label and of the branching condition is to
10966 # speed up the sed processing (if there are no `@' at all, there
10967 # is no need to browse any of the substitutions).
10968 # These are the two extra sed commands mentioned above.
10969 (echo ':t
10970 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
10971 if test -z "$ac_sed_cmds"; then
10972 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
10973 else
10974 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
10975 fi
10976 ac_sed_frag=`expr $ac_sed_frag + 1`
10977 ac_beg=$ac_end
10978 ac_end=`expr $ac_end + $ac_max_sed_lines`
9b2b7d69 10979 fi
13b2be9c
DJ
10980 done
10981 if test -z "$ac_sed_cmds"; then
10982 ac_sed_cmds=cat
252b5132 10983 fi
13b2be9c 10984fi # test -n "$CONFIG_FILES"
252b5132 10985
13b2be9c
DJ
10986_ACEOF
10987cat >>$CONFIG_STATUS <<\_ACEOF
10988for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
c8615825 10989 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
10990 case $ac_file in
10991 - | *:- | *:-:* ) # input from stdin
10992 cat >$tmp/stdin
10993 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10994 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10995 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
10996 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
10997 * ) ac_file_in=$ac_file.in ;;
252b5132 10998 esac
9b2b7d69 10999
13b2be9c
DJ
11000 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11001 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11002$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11003 X"$ac_file" : 'X\(//\)[^/]' \| \
11004 X"$ac_file" : 'X\(//\)$' \| \
11005 X"$ac_file" : 'X\(/\)' \| \
11006 . : '\(.\)' 2>/dev/null ||
11007echo X"$ac_file" |
11008 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11009 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11010 /^X\(\/\/\)$/{ s//\1/; q; }
11011 /^X\(\/\).*/{ s//\1/; q; }
11012 s/.*/./; q'`
11013 { if $as_mkdir_p; then
11014 mkdir -p "$ac_dir"
c8615825 11015 else
13b2be9c
DJ
11016 as_dir="$ac_dir"
11017 as_dirs=
11018 while test ! -d "$as_dir"; do
11019 as_dirs="$as_dir $as_dirs"
11020 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11021$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11022 X"$as_dir" : 'X\(//\)[^/]' \| \
11023 X"$as_dir" : 'X\(//\)$' \| \
11024 X"$as_dir" : 'X\(/\)' \| \
11025 . : '\(.\)' 2>/dev/null ||
11026echo X"$as_dir" |
11027 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11028 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11029 /^X\(\/\/\)$/{ s//\1/; q; }
11030 /^X\(\/\).*/{ s//\1/; q; }
11031 s/.*/./; q'`
11032 done
11033 test ! -n "$as_dirs" || mkdir $as_dirs
11034 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11035echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11036 { (exit 1); exit 1; }; }; }
11037
11038 ac_builddir=.
11039
11040if test "$ac_dir" != .; then
11041 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11042 # A "../" for each directory in $ac_dir_suffix.
11043 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11044else
11045 ac_dir_suffix= ac_top_builddir=
11046fi
9b2b7d69 11047
13b2be9c
DJ
11048case $srcdir in
11049 .) # No --srcdir option. We are building in place.
11050 ac_srcdir=.
11051 if test -z "$ac_top_builddir"; then
11052 ac_top_srcdir=.
11053 else
11054 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11055 fi ;;
11056 [\\/]* | ?:[\\/]* ) # Absolute path.
11057 ac_srcdir=$srcdir$ac_dir_suffix;
11058 ac_top_srcdir=$srcdir ;;
9b2b7d69 11059 *) # Relative path.
13b2be9c
DJ
11060 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11061 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11062esac
11063# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
11064# absolute.
11065ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
11066ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
11067ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
11068ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
252b5132 11069
9b2b7d69 11070
13b2be9c
DJ
11071 case $INSTALL in
11072 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11073 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
c8615825 11074 esac
9b2b7d69 11075
13b2be9c
DJ
11076 if test x"$ac_file" != x-; then
11077 { echo "$as_me:$LINENO: creating $ac_file" >&5
11078echo "$as_me: creating $ac_file" >&6;}
11079 rm -f "$ac_file"
11080 fi
11081 # Let's still pretend it is `configure' which instantiates (i.e., don't
11082 # use $as_me), people would be surprised to read:
11083 # /* config.h. Generated by config.status. */
11084 if test x"$ac_file" = x-; then
11085 configure_input=
11086 else
11087 configure_input="$ac_file. "
11088 fi
11089 configure_input=$configure_input"Generated from `echo $ac_file_in |
11090 sed 's,.*/,,'` by configure."
11091
11092 # First look for the input files in the build tree, otherwise in the
11093 # src tree.
11094 ac_file_inputs=`IFS=:
11095 for f in $ac_file_in; do
11096 case $f in
11097 -) echo $tmp/stdin ;;
11098 [\\/$]*)
11099 # Absolute (can't be DOS-style, as IFS=:)
11100 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11101echo "$as_me: error: cannot find input file: $f" >&2;}
11102 { (exit 1); exit 1; }; }
11103 echo $f;;
11104 *) # Relative
11105 if test -f "$f"; then
11106 # Build tree
11107 echo $f
11108 elif test -f "$srcdir/$f"; then
11109 # Source tree
11110 echo $srcdir/$f
11111 else
11112 # /dev/null tree
11113 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11114echo "$as_me: error: cannot find input file: $f" >&2;}
11115 { (exit 1); exit 1; }; }
11116 fi;;
11117 esac
11118 done` || { (exit 1); exit 1; }
11119_ACEOF
11120cat >>$CONFIG_STATUS <<_ACEOF
11121 sed "$ac_vpsub
11122$extrasub
11123_ACEOF
11124cat >>$CONFIG_STATUS <<\_ACEOF
11125:t
11126/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11127s,@configure_input@,$configure_input,;t t
11128s,@srcdir@,$ac_srcdir,;t t
11129s,@abs_srcdir@,$ac_abs_srcdir,;t t
11130s,@top_srcdir@,$ac_top_srcdir,;t t
11131s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11132s,@builddir@,$ac_builddir,;t t
11133s,@abs_builddir@,$ac_abs_builddir,;t t
11134s,@top_builddir@,$ac_top_builddir,;t t
11135s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11136s,@INSTALL@,$ac_INSTALL,;t t
11137" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11138 rm -f $tmp/stdin
11139 if test x"$ac_file" != x-; then
11140 mv $tmp/out $ac_file
11141 else
11142 cat $tmp/out
11143 rm -f $tmp/out
11144 fi
11145
11146done
11147_ACEOF
11148cat >>$CONFIG_STATUS <<\_ACEOF
11149
11150#
11151# CONFIG_HEADER section.
11152#
252b5132
RH
11153
11154# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11155# NAME is the cpp macro being defined and VALUE is the value it is being given.
11156#
11157# ac_d sets the value in "#define NAME VALUE" lines.
13b2be9c
DJ
11158ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11159ac_dB='[ ].*$,\1#\2'
11160ac_dC=' '
11161ac_dD=',;t'
11162# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11163ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11164ac_uB='$,\1#\2define\3'
252b5132 11165ac_uC=' '
13b2be9c
DJ
11166ac_uD=',;t'
11167
11168for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
252b5132 11169 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13b2be9c
DJ
11170 case $ac_file in
11171 - | *:- | *:-:* ) # input from stdin
11172 cat >$tmp/stdin
11173 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11174 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11175 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11176 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11177 * ) ac_file_in=$ac_file.in ;;
252b5132
RH
11178 esac
11179
13b2be9c
DJ
11180 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11181echo "$as_me: creating $ac_file" >&6;}
11182
11183 # First look for the input files in the build tree, otherwise in the
11184 # src tree.
11185 ac_file_inputs=`IFS=:
11186 for f in $ac_file_in; do
11187 case $f in
11188 -) echo $tmp/stdin ;;
11189 [\\/$]*)
11190 # Absolute (can't be DOS-style, as IFS=:)
11191 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11192echo "$as_me: error: cannot find input file: $f" >&2;}
11193 { (exit 1); exit 1; }; }
11194 echo $f;;
11195 *) # Relative
11196 if test -f "$f"; then
11197 # Build tree
11198 echo $f
11199 elif test -f "$srcdir/$f"; then
11200 # Source tree
11201 echo $srcdir/$f
11202 else
11203 # /dev/null tree
11204 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11205echo "$as_me: error: cannot find input file: $f" >&2;}
11206 { (exit 1); exit 1; }; }
11207 fi;;
11208 esac
11209 done` || { (exit 1); exit 1; }
11210 # Remove the trailing spaces.
11211 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11212
11213_ACEOF
11214
11215# Transform confdefs.h into two sed scripts, `conftest.defines' and
11216# `conftest.undefs', that substitutes the proper values into
11217# config.h.in to produce config.h. The first handles `#define'
11218# templates, and the second `#undef' templates.
11219# And first: Protect against being on the right side of a sed subst in
11220# config.status. Protect against being in an unquoted here document
11221# in config.status.
11222rm -f conftest.defines conftest.undefs
11223# Using a here document instead of a string reduces the quoting nightmare.
11224# Putting comments in sed scripts is not portable.
11225#
11226# `end' is used to avoid that the second main sed command (meant for
11227# 0-ary CPP macros) applies to n-ary macro definitions.
11228# See the Autoconf documentation for `clear'.
11229cat >confdef2sed.sed <<\_ACEOF
11230s/[\\&,]/\\&/g
11231s,[\\$`],\\&,g
11232t clear
11233: clear
11234s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11235t end
11236s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11237: end
11238_ACEOF
11239# If some macros were called several times there might be several times
11240# the same #defines, which is useless. Nevertheless, we may not want to
11241# sort them, since we want the *last* AC-DEFINE to be honored.
11242uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11243sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11244rm -f confdef2sed.sed
252b5132
RH
11245
11246# This sed command replaces #undef with comments. This is necessary, for
11247# example, in the case of _POSIX_SOURCE, which is predefined and required
11248# on some systems where configure will not decide to define it.
13b2be9c
DJ
11249cat >>conftest.undefs <<\_ACEOF
11250s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11251_ACEOF
11252
11253# Break up conftest.defines because some shells have a limit on the size
11254# of here documents, and old seds have small limits too (100 cmds).
11255echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11256echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11257echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11258echo ' :' >>$CONFIG_STATUS
11259rm -f conftest.tail
11260while grep . conftest.defines >/dev/null
11261do
11262 # Write a limited-size here document to $tmp/defines.sed.
11263 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11264 # Speed up: don't consider the non `#define' lines.
11265 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11266 # Work around the forget-to-reset-the-flag bug.
11267 echo 't clr' >>$CONFIG_STATUS
11268 echo ': clr' >>$CONFIG_STATUS
11269 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11270 echo 'CEOF
11271 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11272 rm -f $tmp/in
11273 mv $tmp/out $tmp/in
11274' >>$CONFIG_STATUS
11275 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11276 rm -f conftest.defines
11277 mv conftest.tail conftest.defines
11278done
11279rm -f conftest.defines
11280echo ' fi # grep' >>$CONFIG_STATUS
11281echo >>$CONFIG_STATUS
252b5132 11282
13b2be9c
DJ
11283# Break up conftest.undefs because some shells have a limit on the size
11284# of here documents, and old seds have small limits too (100 cmds).
11285echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
252b5132 11286rm -f conftest.tail
13b2be9c 11287while grep . conftest.undefs >/dev/null
252b5132 11288do
13b2be9c
DJ
11289 # Write a limited-size here document to $tmp/undefs.sed.
11290 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11291 # Speed up: don't consider the non `#undef'
11292 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11293 # Work around the forget-to-reset-the-flag bug.
11294 echo 't clr' >>$CONFIG_STATUS
11295 echo ': clr' >>$CONFIG_STATUS
11296 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
252b5132 11297 echo 'CEOF
13b2be9c
DJ
11298 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11299 rm -f $tmp/in
11300 mv $tmp/out $tmp/in
11301' >>$CONFIG_STATUS
11302 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11303 rm -f conftest.undefs
11304 mv conftest.tail conftest.undefs
252b5132 11305done
13b2be9c
DJ
11306rm -f conftest.undefs
11307
11308cat >>$CONFIG_STATUS <<\_ACEOF
11309 # Let's still pretend it is `configure' which instantiates (i.e., don't
11310 # use $as_me), people would be surprised to read:
11311 # /* config.h. Generated by config.status. */
11312 if test x"$ac_file" = x-; then
11313 echo "/* Generated by configure. */" >$tmp/config.h
252b5132 11314 else
13b2be9c
DJ
11315 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11316 fi
11317 cat $tmp/in >>$tmp/config.h
11318 rm -f $tmp/in
11319 if test x"$ac_file" != x-; then
11320 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11321 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11322echo "$as_me: $ac_file is unchanged" >&6;}
11323 else
11324 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11325$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11326 X"$ac_file" : 'X\(//\)[^/]' \| \
11327 X"$ac_file" : 'X\(//\)$' \| \
11328 X"$ac_file" : 'X\(/\)' \| \
11329 . : '\(.\)' 2>/dev/null ||
11330echo X"$ac_file" |
11331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11332 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11333 /^X\(\/\/\)$/{ s//\1/; q; }
11334 /^X\(\/\).*/{ s//\1/; q; }
11335 s/.*/./; q'`
11336 { if $as_mkdir_p; then
11337 mkdir -p "$ac_dir"
11338 else
11339 as_dir="$ac_dir"
11340 as_dirs=
11341 while test ! -d "$as_dir"; do
11342 as_dirs="$as_dir $as_dirs"
11343 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11344$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11345 X"$as_dir" : 'X\(//\)[^/]' \| \
11346 X"$as_dir" : 'X\(//\)$' \| \
11347 X"$as_dir" : 'X\(/\)' \| \
11348 . : '\(.\)' 2>/dev/null ||
11349echo X"$as_dir" |
11350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11351 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11352 /^X\(\/\/\)$/{ s//\1/; q; }
11353 /^X\(\/\).*/{ s//\1/; q; }
11354 s/.*/./; q'`
11355 done
11356 test ! -n "$as_dirs" || mkdir $as_dirs
11357 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11358echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11359 { (exit 1); exit 1; }; }; }
11360
11361 rm -f $ac_file
11362 mv $tmp/config.h $ac_file
9b2b7d69 11363 fi
13b2be9c
DJ
11364 else
11365 cat $tmp/config.h
11366 rm -f $tmp/config.h
9b2b7d69 11367 fi
13b2be9c
DJ
11368# Compute $ac_file's index in $config_headers.
11369_am_stamp_count=1
11370for _am_header in $config_headers :; do
11371 case $_am_header in
11372 $ac_file | $ac_file:* )
11373 break ;;
11374 * )
11375 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11376 esac
11377done
11378echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11379$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11380 X$ac_file : 'X\(//\)[^/]' \| \
11381 X$ac_file : 'X\(//\)$' \| \
11382 X$ac_file : 'X\(/\)' \| \
11383 . : '\(.\)' 2>/dev/null ||
11384echo X$ac_file |
11385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11386 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11387 /^X\(\/\/\)$/{ s//\1/; q; }
11388 /^X\(\/\).*/{ s//\1/; q; }
11389 s/.*/./; q'`/stamp-h$_am_stamp_count
11390done
11391_ACEOF
11392cat >>$CONFIG_STATUS <<\_ACEOF
6840198f 11393
13b2be9c
DJ
11394#
11395# CONFIG_COMMANDS section.
11396#
11397for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11398 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11399 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11400 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11401$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11402 X"$ac_dest" : 'X\(//\)[^/]' \| \
11403 X"$ac_dest" : 'X\(//\)$' \| \
11404 X"$ac_dest" : 'X\(/\)' \| \
11405 . : '\(.\)' 2>/dev/null ||
11406echo X"$ac_dest" |
11407 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11408 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11409 /^X\(\/\/\)$/{ s//\1/; q; }
11410 /^X\(\/\).*/{ s//\1/; q; }
11411 s/.*/./; q'`
11412 ac_builddir=.
11413
11414if test "$ac_dir" != .; then
11415 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11416 # A "../" for each directory in $ac_dir_suffix.
11417 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11418else
11419 ac_dir_suffix= ac_top_builddir=
11420fi
11421
11422case $srcdir in
11423 .) # No --srcdir option. We are building in place.
11424 ac_srcdir=.
11425 if test -z "$ac_top_builddir"; then
11426 ac_top_srcdir=.
11427 else
11428 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11429 fi ;;
11430 [\\/]* | ?:[\\/]* ) # Absolute path.
11431 ac_srcdir=$srcdir$ac_dir_suffix;
11432 ac_top_srcdir=$srcdir ;;
11433 *) # Relative path.
11434 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11435 ac_top_srcdir=$ac_top_builddir$srcdir ;;
11436esac
11437# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
11438# absolute.
11439ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
11440ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
11441ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
11442ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
11443
11444
11445 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11446echo "$as_me: executing $ac_dest commands" >&6;}
11447 case $ac_dest in
11448 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11449 # Strip MF so we end up with the name of the file.
11450 mf=`echo "$mf" | sed -e 's/:.*$//'`
11451 # Check whether this is an Automake generated Makefile or not.
11452 # We used to match only the files named `Makefile.in', but
11453 # some people rename them; so instead we look at the file content.
11454 # Grep'ing the first line is not enough: some people post-process
11455 # each Makefile.in and add a new line on top of each file to say so.
11456 # So let's grep whole file.
11457 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11458 dirpart=`(dirname "$mf") 2>/dev/null ||
11459$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11460 X"$mf" : 'X\(//\)[^/]' \| \
11461 X"$mf" : 'X\(//\)$' \| \
11462 X"$mf" : 'X\(/\)' \| \
11463 . : '\(.\)' 2>/dev/null ||
11464echo X"$mf" |
11465 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11466 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11467 /^X\(\/\/\)$/{ s//\1/; q; }
11468 /^X\(\/\).*/{ s//\1/; q; }
11469 s/.*/./; q'`
11470 else
11471 continue
11472 fi
11473 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
11474 # Extract the definition of DEP_FILES from the Makefile without
11475 # running `make'.
11476 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
11477 test -z "$DEPDIR" && continue
11478 # When using ansi2knr, U may be empty or an underscore; expand it
11479 U=`sed -n -e '/^U = / s///p' < "$mf"`
11480 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
11481 # We invoke sed twice because it is the simplest approach to
11482 # changing $(DEPDIR) to its actual value in the expansion.
11483 for file in `sed -n -e '
11484 /^DEP_FILES = .*\\\\$/ {
11485 s/^DEP_FILES = //
11486 :loop
11487 s/\\\\$//
11488 p
11489 n
11490 /\\\\$/ b loop
11491 p
11492 }
11493 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
11494 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11495 # Make sure the directory exists.
11496 test -f "$dirpart/$file" && continue
11497 fdir=`(dirname "$file") 2>/dev/null ||
11498$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11499 X"$file" : 'X\(//\)[^/]' \| \
11500 X"$file" : 'X\(//\)$' \| \
11501 X"$file" : 'X\(/\)' \| \
11502 . : '\(.\)' 2>/dev/null ||
11503echo X"$file" |
11504 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11505 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11506 /^X\(\/\/\)$/{ s//\1/; q; }
11507 /^X\(\/\).*/{ s//\1/; q; }
11508 s/.*/./; q'`
11509 { if $as_mkdir_p; then
11510 mkdir -p $dirpart/$fdir
11511 else
11512 as_dir=$dirpart/$fdir
11513 as_dirs=
11514 while test ! -d "$as_dir"; do
11515 as_dirs="$as_dir $as_dirs"
11516 as_dir=`(dirname "$as_dir") 2>/dev/null ||
11517$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11518 X"$as_dir" : 'X\(//\)[^/]' \| \
11519 X"$as_dir" : 'X\(//\)$' \| \
11520 X"$as_dir" : 'X\(/\)' \| \
11521 . : '\(.\)' 2>/dev/null ||
11522echo X"$as_dir" |
11523 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11524 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11525 /^X\(\/\/\)$/{ s//\1/; q; }
11526 /^X\(\/\).*/{ s//\1/; q; }
11527 s/.*/./; q'`
11528 done
11529 test ! -n "$as_dirs" || mkdir $as_dirs
11530 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
11531echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
11532 { (exit 1); exit 1; }; }; }
c8615825 11533
13b2be9c
DJ
11534 # echo "creating $dirpart/$file"
11535 echo '# dummy' > "$dirpart/$file"
11536 done
11537done
11538 ;;
11539 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
11540 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
11541 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
11542 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
11543 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
11544 if test "x$cgen_cpu_prefix" != x ; then
11545 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
11546 fi
11547
13b2be9c
DJ
11548 sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
11549 esac
11550done
11551_ACEOF
11552
11553cat >>$CONFIG_STATUS <<\_ACEOF
11554
11555{ (exit 0); exit 0; }
11556_ACEOF
252b5132 11557chmod +x $CONFIG_STATUS
13b2be9c
DJ
11558ac_clean_files=$ac_clean_files_save
11559
11560
11561# configure is writing to config.log, and then calls config.status.
11562# config.status does its own redirection, appending to config.log.
11563# Unfortunately, on DOS this fails, as config.log is still kept open
11564# by configure, so config.status won't be able to write to it; its
11565# output is simply discarded. So we exec the FD to /dev/null,
11566# effectively closing config.log, so it can be properly (re)opened and
11567# appended to by config.status. When coming back to configure, we
11568# need to make the FD available again.
11569if test "$no_create" != yes; then
11570 ac_cs_success=:
11571 ac_config_status_args=
11572 test "$silent" = yes &&
11573 ac_config_status_args="$ac_config_status_args --quiet"
11574 exec 5>/dev/null
11575 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
11576 exec 5>>config.log
11577 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
11578 # would make configure fail if this is the last instruction.
11579 $ac_cs_success || { (exit 1); exit 1; }
11580fi
252b5132 11581
This page took 0.861126 seconds and 4 git commands to generate.