binutils-gdb/gas/configure

9018 lines
254 KiB
Plaintext
Raw Normal View History

1999-05-03 09:29:11 +02:00
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
2001-04-24 17:22:25 +02:00
# Generated by Autoconf 2.49d.
1999-05-03 09:29:11 +02:00
#
2001-04-24 17:22:25 +02:00
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
1999-05-03 09:29:11 +02:00
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
2001-04-24 17:22:25 +02:00
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
# We could just check for DJGPP; but this test a) works b) is more generic
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
if test -f conf$$.exe; then
# Don't use ln at all; we don't have any links
as_ln_s='cp -p'
else
as_ln_s='ln -s'
fi
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.file
as_executable_p="test -f"
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
# NLS nuisances.
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
# IFS
# We need space, tab and new line, in precisely that order.
as_nl='
'
IFS=" $as_nl"
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
# Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
# Name of the executable.
as_me=`echo "$0" | sed 's,.*/,,'`
cat >config.log <<EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by $as_me 2.49d, executed with
> $0 $@
EOF
{
cat <<_ASUNAME
## ---------- ##
## Platform. ##
## ---------- ##
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
uname -m = `(uname -m) 2>/dev/null || echo unknown`
uname -r = `(uname -r) 2>/dev/null || echo unknown`
uname -s = `(uname -s) 2>/dev/null || echo unknown`
uname -v = `(uname -v) 2>/dev/null || echo unknown`
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
PATH = $PATH
_ASUNAME
} >>config.log
cat >>config.log <<EOF
## ------------ ##
## Core tests. ##
## ------------ ##
EOF
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 5 compiler messages saved in config.log
# 6 checking for... messages and results
exec 5>>config.log
exec 6>&1
#
# Initializations.
#
1999-05-03 09:29:11 +02:00
ac_default_prefix=/usr/local
2001-04-24 17:22:25 +02:00
cross_compiling=no
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Maximum number of lines to put in a shell here document.
# This variable seems obsolete. It should probably be removed, and
# only ac_max_sed_lines should be used.
: ${ac_max_here_lines=38}
# Avoid depending upon Character Ranges.
ac_cr_az='abcdefghijklmnopqrstuvwxyz'
ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
ac_cr_09='0123456789'
ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
# Sed expression to map a string onto a valid sh and CPP variable names.
ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g"
ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g"
ac_unique_file="as.h"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
1999-05-03 09:29:11 +02:00
# Initialize some variables set by options.
2001-04-24 17:22:25 +02:00
ac_init_help=
ac_init_version=false
1999-05-03 09:29:11 +02:00
# The variables have the same names as the options, with
# dashes changed to underlines.
2001-04-24 17:22:25 +02:00
cache_file=/dev/null
1999-05-03 09:29:11 +02:00
exec_prefix=NONE
no_create=
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE
2001-04-24 17:22:25 +02:00
# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
1999-05-03 09:29:11 +02:00
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
2001-04-24 17:22:25 +02:00
# Identity of this package.
PACKAGE_NAME=
PACKAGE_TARNAME=
PACKAGE_VERSION=
PACKAGE_STRING=
PACKAGE_BUGREPORT=
1999-05-03 09:29:11 +02:00
ac_prev=
for ac_option
do
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
ac_prev=
continue
fi
2001-04-24 17:22:25 +02:00
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1999-05-03 09:29:11 +02:00
# Accept the important Cygnus configure options, so we can diagnose typos.
2001-04-24 17:22:25 +02:00
case $ac_option in
1999-05-03 09:29:11 +02:00
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2001-04-24 17:22:25 +02:00
bindir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-build | --build | --buil | --bui | --bu)
2001-04-24 17:22:25 +02:00
ac_prev=build_alias ;;
1999-05-03 09:29:11 +02:00
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
2001-04-24 17:22:25 +02:00
build_alias=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2001-04-24 17:22:25 +02:00
cache_file=$ac_optarg ;;
--config-cache | -C)
cache_file=config.cache ;;
1999-05-03 09:29:11 +02:00
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
2001-04-24 17:22:25 +02:00
datadir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-disable-* | --disable-*)
2001-04-24 17:22:25 +02:00
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1999-05-03 09:29:11 +02:00
# Reject names that are not valid shell variable names.
2001-04-24 17:22:25 +02:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ { echo "$as_me:276: error: invalid feature name: $ac_feature" >&5
echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
{ (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
eval "enable_$ac_feature=no" ;;
1999-05-03 09:29:11 +02:00
-enable-* | --enable-*)
2001-04-24 17:22:25 +02:00
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1999-05-03 09:29:11 +02:00
# Reject names that are not valid shell variable names.
2001-04-24 17:22:25 +02:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ { echo "$as_me:286: error: invalid feature name: $ac_feature" >&5
echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
{ (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1999-05-03 09:29:11 +02:00
*) ac_optarg=yes ;;
esac
2001-04-24 17:22:25 +02:00
eval "enable_$ac_feature='$ac_optarg'" ;;
1999-05-03 09:29:11 +02:00
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex)
ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
2001-04-24 17:22:25 +02:00
exec_prefix=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
2001-04-24 17:22:25 +02:00
-help | --help | --hel | --he | -h)
ac_init_help=long ;;
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ac_init_help=recursive ;;
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ac_init_help=short ;;
1999-05-03 09:29:11 +02:00
-host | --host | --hos | --ho)
2001-04-24 17:22:25 +02:00
ac_prev=host_alias ;;
1999-05-03 09:29:11 +02:00
-host=* | --host=* | --hos=* | --ho=*)
2001-04-24 17:22:25 +02:00
host_alias=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
2001-04-24 17:22:25 +02:00
includedir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2001-04-24 17:22:25 +02:00
infodir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
2001-04-24 17:22:25 +02:00
libdir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
2001-04-24 17:22:25 +02:00
libexecdir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
| --locals | --local | --loca | --loc | --lo)
ac_prev=localstatedir ;;
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
2001-04-24 17:22:25 +02:00
localstatedir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2001-04-24 17:22:25 +02:00
mandir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
no_recursion=yes ;;
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
| --oldin | --oldi | --old | --ol | --o)
ac_prev=oldincludedir ;;
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2001-04-24 17:22:25 +02:00
oldincludedir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2001-04-24 17:22:25 +02:00
prefix=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2001-04-24 17:22:25 +02:00
program_prefix=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2001-04-24 17:22:25 +02:00
program_suffix=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
| --program-transform-n | --program-transform- \
| --program-transform | --program-transfor \
| --program-transfo | --program-transf \
| --program-trans | --program-tran \
| --progr-tra | --program-tr | --program-t)
ac_prev=program_transform_name ;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
| --program-transform-n=* | --program-transform-=* \
| --program-transform=* | --program-transfor=* \
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
2001-04-24 17:22:25 +02:00
program_transform_name=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
2001-04-24 17:22:25 +02:00
sbindir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
| --sharedst | --shareds | --shared | --share | --shar \
| --sha | --sh)
ac_prev=sharedstatedir ;;
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
2001-04-24 17:22:25 +02:00
sharedstatedir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
2001-04-24 17:22:25 +02:00
site=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2001-04-24 17:22:25 +02:00
srcdir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2001-04-24 17:22:25 +02:00
sysconfdir=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-target | --target | --targe | --targ | --tar | --ta | --t)
2001-04-24 17:22:25 +02:00
ac_prev=target_alias ;;
1999-05-03 09:29:11 +02:00
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2001-04-24 17:22:25 +02:00
target_alias=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
2001-04-24 17:22:25 +02:00
-version | --version | --versio | --versi | --vers | -V)
ac_init_version=: ;;
1999-05-03 09:29:11 +02:00
-with-* | --with-*)
2001-04-24 17:22:25 +02:00
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1999-05-03 09:29:11 +02:00
# Reject names that are not valid shell variable names.
2001-04-24 17:22:25 +02:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ { echo "$as_me:469: error: invalid package name: $ac_package" >&5
echo "$as_me: error: invalid package name: $ac_package" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
ac_package=`echo $ac_package| sed 's/-/_/g'`
2001-04-24 17:22:25 +02:00
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1999-05-03 09:29:11 +02:00
*) ac_optarg=yes ;;
esac
2001-04-24 17:22:25 +02:00
eval "with_$ac_package='$ac_optarg'" ;;
1999-05-03 09:29:11 +02:00
-without-* | --without-*)
2001-04-24 17:22:25 +02:00
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1999-05-03 09:29:11 +02:00
# Reject names that are not valid shell variable names.
2001-04-24 17:22:25 +02:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ { echo "$as_me:483: error: invalid package name: $ac_package" >&5
echo "$as_me: error: invalid package name: $ac_package" >&2;}
{ (exit 1); exit 1; }; }
ac_package=`echo $ac_package | sed 's/-/_/g'`
eval "with_$ac_package=no" ;;
1999-05-03 09:29:11 +02:00
--x)
# Obsolete; use --with-x.
with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2001-04-24 17:22:25 +02:00
x_includes=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2001-04-24 17:22:25 +02:00
x_libraries=$ac_optarg ;;
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
-*) { { echo "$as_me:507: error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
;;
2001-04-24 17:22:25 +02:00
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
{ { echo "$as_me:518: error: invalid variable name: $ac_envvar" >&5
echo "$as_me: error: invalid variable name: $ac_envvar" >&2;}
{ (exit 1); exit 1; }; }
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
eval "$ac_envvar='$ac_optarg'"
export $ac_envvar ;;
1999-05-03 09:29:11 +02:00
*)
2001-04-24 17:22:25 +02:00
# FIXME: should be removed in autoconf 3.0.
{ echo "$as_me:527: WARNING: you should use --build, --host, --target" >&5
echo "$as_me: WARNING: you should use --build, --host, --target" >&2;}
expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
{ echo "$as_me:530: WARNING: invalid host type: $ac_option" >&5
echo "$as_me: WARNING: invalid host type: $ac_option" >&2;}
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1999-05-03 09:29:11 +02:00
;;
esac
done
if test -n "$ac_prev"; then
2001-04-24 17:22:25 +02:00
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
{ { echo "$as_me:540: error: missing argument to $ac_option" >&5
echo "$as_me: error: missing argument to $ac_option" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
# Be sure to have absolute paths.
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
localstatedir libdir includedir oldincludedir infodir mandir \
exec_prefix prefix
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
eval ac_val=$`echo $ac_var`
case $ac_val in
[\\/$]* | ?:[\\/]* ) ;;
NONE ) ;;
*) { { echo "$as_me:554: error: expected an absolute path for --$ac_var: $ac_val" >&5
echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2;}
{ (exit 1); exit 1; }; };;
1999-05-03 09:29:11 +02:00
esac
done
2001-04-24 17:22:25 +02:00
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
build=$build_alias
host=$host_alias
target=$target_alias
# FIXME: should be removed in autoconf 3.0.
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
{ echo "$as_me:570: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used." >&5
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used." >&2;}
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
fi
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
test "$silent" = yes && exec 6>/dev/null
1999-05-03 09:29:11 +02:00
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
2001-04-24 17:22:25 +02:00
ac_confdir=`echo "$ac_prog" | sed 's%/[^/][^/]*$%%'`
1999-05-03 09:29:11 +02:00
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
srcdir=..
fi
else
ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:600: error: cannot find sources in $ac_confdir or .." >&5
echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:604: error: cannot find sources in $srcdir" >&5
echo "$as_me: error: cannot find sources in $srcdir" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'`
ac_env_build_alias_set=${build_alias+set}
ac_env_build_alias_value=$build_alias
ac_cv_env_build_alias_set=${build_alias+set}
ac_cv_env_build_alias_value=$build_alias
ac_env_host_alias_set=${host_alias+set}
ac_env_host_alias_value=$host_alias
ac_cv_env_host_alias_set=${host_alias+set}
ac_cv_env_host_alias_value=$host_alias
ac_env_target_alias_set=${target_alias+set}
ac_env_target_alias_value=$target_alias
ac_cv_env_target_alias_set=${target_alias+set}
ac_cv_env_target_alias_value=$target_alias
ac_env_CC_set=${CC+set}
ac_env_CC_value=$CC
ac_cv_env_CC_set=${CC+set}
ac_cv_env_CC_value=$CC
ac_env_CFLAGS_set=${CFLAGS+set}
ac_env_CFLAGS_value=$CFLAGS
ac_cv_env_CFLAGS_set=${CFLAGS+set}
ac_cv_env_CFLAGS_value=$CFLAGS
ac_env_LDFLAGS_set=${LDFLAGS+set}
ac_env_LDFLAGS_value=$LDFLAGS
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
ac_cv_env_LDFLAGS_value=$LDFLAGS
ac_env_CPP_set=${CPP+set}
ac_env_CPP_value=$CPP
ac_cv_env_CPP_set=${CPP+set}
ac_cv_env_CPP_value=$CPP
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_env_CPPFLAGS_value=$CPPFLAGS
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
#
# Report the --help message.
#
if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF
\`configure' configures this package to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print \`checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for \`--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or \`..']
EOF
cat <<EOF
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[$ac_default_prefix]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
for instance \`--prefix=\$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]
EOF
cat <<\EOF
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST build programs to run on HOST [BUILD]
--target=TARGET configure for building compilers for TARGET [HOST]
EOF
fi
if test -n "$ac_init_help"; then
cat <<\EOF
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-shared=PKGS build shared libraries default=yes
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-bfd-assembler use BFD back end for writing object files
targets alternative target configurations besides the primary
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
--enable-build-warnings Enable build-time compiler warnings if gcc is used
--disable-nls do not use Native Language Support
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld assume the C compiler uses GNU ld default=no
--with-pic try to use only PIC/non-PIC objects default=use both
--with-included-gettext use the GNU gettext library included here
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPP C preprocessor
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
EOF
fi
if test "$ac_init_help" = "recursive"; then
# If there are subdirs, report their specific --help.
ac_popdir=`pwd`
for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
cd $ac_subdir
# A "../" for each directory in /$ac_subdir.
ac_dots=`echo $ac_subdir |
sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
case $srcdir in
.) # No --srcdir option. We are building in place.
ac_sub_srcdir=$srcdir ;;
[\\/]* | ?:[\\/]* ) # Absolute path.
ac_sub_srcdir=$srcdir/$ac_subdir ;;
*) # Relative path.
ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
esac
# Check for guested configure; otherwise get Cygnus style configure.
if test -f $ac_sub_srcdir/configure.gnu; then
echo
$SHELL $ac_sub_srcdir/configure.gnu --help=recursive
elif test -f $ac_sub_srcdir/configure; then
echo
$SHELL $ac_sub_srcdir/configure --help=recursive
elif test -f $ac_sub_srcdir/configure.ac ||
test -f $ac_sub_srcdir/configure.in; then
echo
$ac_configure --help
else
{ echo "$as_me:786: WARNING: no configuration information is in $ac_subdir" >&5
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
fi
cd $ac_popdir
done
fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
EOF
exit 0
fi
# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell meta-characters.
ac_configure_args=
ac_sep=
for ac_arg
do
case $ac_arg in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c) ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
ac_sep=" " ;;
*) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
ac_sep=" " ;;
esac
# Get rid of the leading space.
done
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log. We remove comments because anyway the quotes in there
# would cause problems or look ugly.
trap 'exit_status=$?
# Save into config.log some information that might help in debugging.
echo >&5
echo "## ----------------- ##" >&5
echo "## Cache variables. ##" >&5
echo "## ----------------- ##" >&5
echo >&5
# The following way of writing the cache mishandles newlines in values,
{
(set) 2>&1 |
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
*ac_space=\ *)
sed -n \
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
;;
*)
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} >&5
sed "/^$/d" confdefs.h >conftest.log
if test -s conftest.log; then
echo >&5
echo "## ------------ ##" >&5
echo "## confdefs.h. ##" >&5
echo "## ------------ ##" >&5
echo >&5
cat conftest.log >&5
fi
(echo; echo) >&5
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal" >&5
echo "$as_me: exit $exit_status" >&5
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal
done
ac_signal=0
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo >confdefs.h
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
# Let the site file select an alternate cache file if it wants to.
1999-05-03 09:29:11 +02:00
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
else
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1999-05-03 09:29:11 +02:00
fi
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
2001-04-24 17:22:25 +02:00
{ echo "$as_me:889: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
cat "$ac_site_file" >&5
1999-05-03 09:29:11 +02:00
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
2001-04-24 17:22:25 +02:00
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
{ echo "$as_me:900: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
{ echo "$as_me:908: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
# Check that the precious variables saved in the cache have kept the same
# value.
ac_suggest_removing_cache=false
for ac_var in `(set) 2>&1 |
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
eval ac_old_set=\$ac_cv_env_${ac_var}_set
eval ac_new_set=\$ac_env_${ac_var}_set
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
{ echo "$as_me:924: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_suggest_removing_cache=: ;;
,set)
{ echo "$as_me:928: WARNING: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
ac_suggest_removing_cache=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
{ echo "$as_me:934: WARNING: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;}
{ echo "$as_me:936: WARNING: former value: $ac_old_val" >&5
echo "$as_me: WARNING: former value: $ac_old_val" >&2;}
{ echo "$as_me:938: WARNING: current value: $ac_new_val" >&5
echo "$as_me: WARNING: current value: $ac_new_val" >&2;}
ac_suggest_removing_cache=:
fi;;
esac
done
if $ac_suggest_removing_cache; then
{ echo "$as_me:945: WARNING: changes in the environment can compromise the build" >&5
echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;}
{ echo "$as_me:947: WARNING: consider removing $cache_file and starting over" >&5
echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
1999-05-03 09:29:11 +02:00
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-04-24 17:22:25 +02:00
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
*c*,-n*) ECHO_N= ECHO_C='
' ECHO_T=' ' ;;
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
echo "#! $SHELL" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
if { (echo "$as_me:966: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
echo "$as_me:969: \$? = $ac_status" >&5
(exit $ac_status); }; then
ac_path_separator=';'
else
2001-04-24 17:22:25 +02:00
ac_path_separator=:
fi
2001-04-24 17:22:25 +02:00
PATH_SEPARATOR="$ac_path_separator"
rm -f conftest.sh
1999-05-03 09:29:11 +02:00
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
2001-04-24 17:22:25 +02:00
elif test -f $ac_dir/shtool; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
1999-05-03 09:29:11 +02:00
fi
done
if test -z "$ac_aux_dir"; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:995: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
{ { echo "$as_me:1005: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
echo "$as_me:1009: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_build_alias=$build_alias
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
{ { echo "$as_me:1018: error: cannot guess build type; you must specify one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
{ (exit 1); exit 1; }; }
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
{ { echo "$as_me:1022: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
{ (exit 1); exit 1; }; }
fi
echo "$as_me:1027: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$as_me:1034: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_host_alias=$host_alias
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
{ { echo "$as_me:1043: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
echo "$as_me:1048: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$as_me:1055: checking target system type" >&5
echo $ECHO_N "checking target system type... $ECHO_C" >&6
if test "${ac_cv_target+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_target_alias=$target_alias
test "x$ac_cv_target_alias" = "x" &&
ac_cv_target_alias=$ac_cv_host_alias
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
{ { echo "$as_me:1064: error: $ac_config_sub $ac_cv_target_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
echo "$as_me:1069: result: $ac_cv_target" >&5
echo "${ECHO_T}$ac_cv_target" >&6
target=$ac_cv_target
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1999-05-03 09:29:11 +02:00
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
2001-04-24 17:22:25 +02:00
test -n "$target_alias" &&
1999-05-03 09:29:11 +02:00
test "$program_prefix$program_suffix$program_transform_name" = \
NONENONEs,x,x, &&
program_prefix=${target_alias}-
2001-04-24 17:22:25 +02:00
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
echo "$as_me:1090: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2001-02-22 18:16:38 +01:00
else
2001-04-24 17:22:25 +02:00
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
break
done
2001-04-24 17:22:25 +02:00
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:1112: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:1115: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
2001-04-24 17:22:25 +02:00
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo "$as_me:1124: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1146: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:1149: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
2001-04-24 17:22:25 +02:00
if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
echo "$as_me:1162: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
break
done
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:1184: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:1187: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo "$as_me:1196: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1218: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:1221: result: no" >&5
echo "${ECHO_T}no" >&6
fi
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo "$as_me:1234: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_prog_rejected=no
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
fi
ac_cv_prog_CC="cc"
break
done
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
if test $# != 0; then
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
set dummy "$ac_dir/$ac_word" ${1+"$@"}
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:1275: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:1278: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
for ac_prog in cl
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
echo "$as_me:1289: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
break
done
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:1311: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:1314: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$CC" && break
done
fi
if test -z "$CC"; then
ac_ct_CC=$CC
for ac_prog in cl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo "$as_me:1327: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1349: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:1352: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$ac_ct_CC" && break
done
CC=$ac_ct_CC
fi
fi
test -z "$CC" && { { echo "$as_me:1364: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
cat >conftest.$ac_ext <<_ACEOF
#line 1369 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.exe"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compiler, and finding out an intuition
# of exeext.
echo "$as_me:1385: checking for C compiler default output" >&5
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
if { (eval echo "$as_me:1388: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
echo "$as_me:1391: \$? = $ac_status" >&5
(exit $ac_status); }; then
for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do
case $ac_file in
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
a.out ) # We found the default executable, but exeext='' is most
# certainly right.
break;;
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
export ac_cv_exeext
break;;
* ) break;;
esac
done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
{ { echo "$as_me:1408: error: C compiler cannot create executables" >&5
echo "$as_me: error: C compiler cannot create executables" >&2;}
{ (exit 77); exit 77; }; }
fi
ac_exeext=$ac_cv_exeext
echo "$as_me:1414: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
echo "$as_me:1419: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if { ac_try='./$ac_file'
{ (eval echo "$as_me:1425: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1428: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
{ { echo "$as_me:1435: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&5
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&2;}
{ (exit 1); exit 1; }; }
fi
fi
fi
echo "$as_me:1443: result: yes" >&5
echo "${ECHO_T}yes" >&6
rm -f a.out a.exe conftest$ac_cv_exeext
ac_clean_files=$ac_clean_files_save
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
echo "$as_me:1450: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
echo "$as_me:1452: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
echo "$as_me:1455: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
if { (eval echo "$as_me:1457: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:1460: \$? = $ac_status" >&5
(exit $ac_status); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
case $ac_file in
*.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
export ac_cv_exeext
break;;
* ) break;;
esac
done
else
{ { echo "$as_me:1476: error: cannot compute EXEEXT: cannot compile and link" >&5
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest$ac_cv_exeext
echo "$as_me:1482: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
echo "$as_me:1488: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 1494 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { (eval echo "$as_me:1506: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1509: \$? = $ac_status" >&5
(exit $ac_status); }; then
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
case $ac_file in
*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
{ { echo "$as_me:1521: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
echo "$as_me:1528: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
echo "$as_me:1532: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 1538 "configure"
#include "confdefs.h"
int
main ()
{
#ifndef __GNUC__
choke me
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1553: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1556: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1559: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1562: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_compiler_gnu=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
echo "$as_me:1574: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
echo "$as_me:1580: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 1586 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1598: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1601: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1604: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1607: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
echo "$as_me:1617: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
else
CFLAGS="-g"
fi
else
if test "$GCC" = yes; then
CFLAGS="-O2"
else
CFLAGS=
fi
fi
# Some people use a C++ compiler to compile C. Since we use `exit',
# in C++ we need to declare it. In case someone uses the same compiler
# for both compiling C and C++ we need to have the C++ compiler decide
# the declaration of exit, since it's the most demanding environment.
cat >conftest.$ac_ext <<_ACEOF
#ifndef __cplusplus
choke me
#endif
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1644: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1647: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1650: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1653: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
'#include <stdlib.h>' \
'extern "C" void std::exit (int) throw (); using std::exit;' \
'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
#line 1665 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1678: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1681: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1684: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1687: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
#line 1697 "configure"
#include "confdefs.h"
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1709: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1712: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1715: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1718: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
echo '#ifdef __cplusplus' >>confdefs.h
echo $ac_declaration >>confdefs.h
echo '#endif' >>confdefs.h
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "$as_me:1742: checking for POSIXized ISC" >&5
echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
echo "$as_me:1747: result: yes" >&5
echo "${ECHO_T}yes" >&6
ISC=yes # If later tests want to check for ISC.
cat >>confdefs.h <<\EOF
#define _POSIX_SOURCE 1
EOF
if test "$GCC" = yes; then
CC="$CC -posix"
else
CC="$CC -Xp"
fi
else
echo "$as_me:1761: result: no" >&5
echo "${ECHO_T}no" >&6
ISC=
fi
1999-05-03 09:29:11 +02:00
BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
1999-05-03 09:29:11 +02:00
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
2001-04-24 17:22:25 +02:00
# AmigaOS /C/install, which installs bootblocks on floppy discs
1999-05-03 09:29:11 +02:00
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
2001-04-24 17:22:25 +02:00
echo "$as_me:1779: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
if test -z "$INSTALL"; then
2001-04-24 17:22:25 +02:00
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
1999-05-03 09:29:11 +02:00
for ac_dir in $PATH; do
2001-04-24 17:22:25 +02:00
IFS=$ac_save_IFS
1999-05-03 09:29:11 +02:00
# Account for people who put trailing slashes in PATH elements.
2001-04-24 17:22:25 +02:00
case $ac_dir/ in
/ | ./ | .// | /cC/* \
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
| /usr/ucb/* ) ;;
1999-05-03 09:29:11 +02:00
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
2001-04-24 17:22:25 +02:00
if $as_executable_p "$ac_dir/$ac_prog"; then
1999-05-03 09:29:11 +02:00
if test $ac_prog = install &&
2001-04-24 17:22:25 +02:00
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1999-05-03 09:29:11 +02:00
# AIX install. It has an incompatible calling convention.
:
2001-04-24 17:22:25 +02:00
elif test $ac_prog = install &&
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
1999-05-03 09:29:11 +02:00
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
fi
if test "${ac_cv_path_install+set}" = set; then
2001-04-24 17:22:25 +02:00
INSTALL=$ac_cv_path_install
1999-05-03 09:29:11 +02:00
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
2001-04-24 17:22:25 +02:00
INSTALL=$ac_install_sh
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:1828: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
1999-05-03 09:29:11 +02:00
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2001-04-24 17:22:25 +02:00
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1999-05-03 09:29:11 +02:00
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2001-04-24 17:22:25 +02:00
echo "$as_me:1839: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Just in case
sleep 1
echo timestamp > conftestfile
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
set X `ls -t $srcdir/configure conftestfile`
fi
if test "$*" != "X $srcdir/configure conftestfile" \
&& test "$*" != "X conftestfile $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:1862: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
test "$2" = conftestfile
)
then
# Ok.
:
else
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:1875: error: newly created file is older than distributed files!
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
rm -f conftest*
2001-04-24 17:22:25 +02:00
echo "$as_me:1882: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-05-03 09:29:11 +02:00
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
else
# Double any \ or $. echo might interpret backslashes.
2001-04-24 17:22:25 +02:00
cat <<\EOF >conftest.sed
1999-05-03 09:29:11 +02:00
s,\\,\\\\,g; s,\$,$$,g
2001-04-24 17:22:25 +02:00
EOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed
1999-05-03 09:29:11 +02:00
fi
test "$program_prefix" != NONE &&
2001-04-24 17:22:25 +02:00
program_transform_name="s,^,${program_prefix},;$program_transform_name"
1999-05-03 09:29:11 +02:00
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
2001-04-24 17:22:25 +02:00
program_transform_name="s,\$\$,${program_suffix},;$program_transform_name"
1999-05-03 09:29:11 +02:00
# sed with no file args requires a program.
2001-04-24 17:22:25 +02:00
test -z "$program_transform_name" && program_transform_name="s,x,x,"
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
echo "$as_me:1903: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.make <<\EOF
1999-05-03 09:29:11 +02:00
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2001-04-24 17:22:25 +02:00
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1999-05-03 09:29:11 +02:00
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.make
1999-05-03 09:29:11 +02:00
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:1923: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-05-03 09:29:11 +02:00
SET_MAKE=
else
2001-04-24 17:22:25 +02:00
echo "$as_me:1927: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
SET_MAKE="MAKE=${MAKE-make}"
fi
PACKAGE=gas
VERSION=${BFD_VERSION}
1999-05-03 09:29:11 +02:00
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:1937: error: source directory already configured; run \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define PACKAGE "$PACKAGE"
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define VERSION "$VERSION"
EOF
missing_dir=`cd $ac_aux_dir && pwd`
2001-04-24 17:22:25 +02:00
echo "$as_me:1951: checking for working aclocal" >&5
echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (aclocal --version) < /dev/null > /dev/null 2>&1; then
ACLOCAL=aclocal
2001-04-24 17:22:25 +02:00
echo "$as_me:1958: result: found" >&5
echo "${ECHO_T}found" >&6
1999-05-03 09:29:11 +02:00
else
ACLOCAL="$missing_dir/missing aclocal"
2001-04-24 17:22:25 +02:00
echo "$as_me:1962: result: missing" >&5
echo "${ECHO_T}missing" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:1966: checking for working autoconf" >&5
echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (autoconf --version) < /dev/null > /dev/null 2>&1; then
AUTOCONF=autoconf
2001-04-24 17:22:25 +02:00
echo "$as_me:1973: result: found" >&5
echo "${ECHO_T}found" >&6
1999-05-03 09:29:11 +02:00
else
AUTOCONF="$missing_dir/missing autoconf"
2001-04-24 17:22:25 +02:00
echo "$as_me:1977: result: missing" >&5
echo "${ECHO_T}missing" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:1981: checking for working automake" >&5
echo $ECHO_N "checking for working automake... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (automake --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake
2001-04-24 17:22:25 +02:00
echo "$as_me:1988: result: found" >&5
echo "${ECHO_T}found" >&6
1999-05-03 09:29:11 +02:00
else
AUTOMAKE="$missing_dir/missing automake"
2001-04-24 17:22:25 +02:00
echo "$as_me:1992: result: missing" >&5
echo "${ECHO_T}missing" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:1996: checking for working autoheader" >&5
echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (autoheader --version) < /dev/null > /dev/null 2>&1; then
AUTOHEADER=autoheader
2001-04-24 17:22:25 +02:00
echo "$as_me:2003: result: found" >&5
echo "${ECHO_T}found" >&6
1999-05-03 09:29:11 +02:00
else
AUTOHEADER="$missing_dir/missing autoheader"
2001-04-24 17:22:25 +02:00
echo "$as_me:2007: result: missing" >&5
echo "${ECHO_T}missing" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2011: checking for working makeinfo" >&5
echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
MAKEINFO=makeinfo
2001-04-24 17:22:25 +02:00
echo "$as_me:2018: result: found" >&5
echo "${ECHO_T}found" >&6
1999-05-03 09:29:11 +02:00
else
MAKEINFO="$missing_dir/missing makeinfo"
2001-04-24 17:22:25 +02:00
echo "$as_me:2022: result: missing" >&5
echo "${ECHO_T}missing" >&6
1999-05-03 09:29:11 +02:00
fi
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
p=${PACKAGE-default}
case $enableval in
1999-05-03 09:29:11 +02:00
yes) enable_shared=yes ;;
no) enable_shared=no ;;
*)
enable_shared=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_shared=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_shared=yes
2001-04-24 17:22:25 +02:00
fi;
1999-05-03 09:29:11 +02:00
# Check whether --enable-static or --disable-static was given.
if test "${enable_static+set}" = set; then
enableval="$enable_static"
p=${PACKAGE-default}
case $enableval in
1999-05-03 09:29:11 +02:00
yes) enable_static=yes ;;
no) enable_static=no ;;
*)
enable_static=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_static=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_static=yes
2001-04-24 17:22:25 +02:00
fi;
# Check whether --enable-fast-install or --disable-fast-install was given.
if test "${enable_fast_install+set}" = set; then
enableval="$enable_fast_install"
p=${PACKAGE-default}
case $enableval in
yes) enable_fast_install=yes ;;
no) enable_fast_install=no ;;
*)
enable_fast_install=no
# Look at the argument we got. We use all the common list separators.
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
for pkg in $enableval; do
if test "X$pkg" = "X$p"; then
enable_fast_install=yes
fi
done
IFS="$ac_save_ifs"
;;
esac
else
enable_fast_install=yes
2001-04-24 17:22:25 +02:00
fi;
2001-04-24 17:22:25 +02:00
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
withval="$with_gnu_ld"
test "$withval" = no || with_gnu_ld=yes
else
2001-04-24 17:22:25 +02:00
with_gnu_ld=no
fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
echo "$as_me:2103: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
*)
ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esac
case $ac_prog in
# Accept absolute paths.
[\\/]* | [A-Za-z]:[\\/]*)
re_direlt='/[^/][^/]*/\.\./'
# Canonicalize the path of ld
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
done
test -z "$LD" && LD="$ac_prog"
;;
"")
# If it fails, then pretend we aren't using GCC.
ac_prog=ld
;;
*)
# If it is relative, then search for the first ld in PATH.
with_gnu_ld=unknown
;;
esac
elif test "$with_gnu_ld" = yes; then
echo "$as_me:2133: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2136: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
2001-04-24 17:22:25 +02:00
if test "${lt_cv_path_LD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -z "$LD"; then
2000-02-27 17:55:52 +01:00
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1999-05-03 09:29:11 +02:00
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
2000-02-27 17:55:52 +01:00
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
lt_cv_path_LD="$ac_dir/$ac_prog"
1999-05-03 09:29:11 +02:00
# Check to see if the program is GNU ld. I'd rather use --version,
# but apparently some GNU ld's only accept -v.
# Break only if it was the GNU/non-GNU ld that we prefer.
if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1999-05-03 09:29:11 +02:00
test "$with_gnu_ld" != no && break
else
test "$with_gnu_ld" != yes && break
1999-05-03 09:29:11 +02:00
fi
fi
done
IFS="$ac_save_ifs"
else
lt_cv_path_LD="$LD" # Let the user override the test with a path.
1999-05-03 09:29:11 +02:00
fi
fi
LD="$lt_cv_path_LD"
1999-05-03 09:29:11 +02:00
if test -n "$LD"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2166: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2169: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
test -z "$LD" && { { echo "$as_me:2172: error: no acceptable ld found in \$PATH" >&5
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
echo "$as_me:2175: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${lt_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
lt_cv_prog_gnu_ld=yes
1999-05-03 09:29:11 +02:00
else
lt_cv_prog_gnu_ld=no
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2187: result: $lt_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
with_gnu_ld=$lt_cv_prog_gnu_ld
2001-04-24 17:22:25 +02:00
echo "$as_me:2191: checking for $LD option to reload object files" >&5
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2198: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
echo "$as_me:2203: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${lt_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$NM"; then
# Let the user override the test.
lt_cv_path_NM="$NM"
1999-05-03 09:29:11 +02:00
else
2000-02-27 17:55:52 +01:00
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1999-05-03 09:29:11 +02:00
test -z "$ac_dir" && ac_dir=.
tmp_nm=$ac_dir/${ac_tool_prefix}nm
if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1999-05-03 09:29:11 +02:00
# Check to see if the nm accepts a BSD-compat flag.
# Adding the `sed 1q' prevents false positives on HP-UX, which says:
# nm: unknown option "B" ignored
# Tru64's nm complains that /dev/null is an invalid object file
if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
lt_cv_path_NM="$tmp_nm -B"
break
elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
lt_cv_path_NM="$tmp_nm -p"
break
1999-05-03 09:29:11 +02:00
else
lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
continue # so that we can try to find one that supports BSD flags
1999-05-03 09:29:11 +02:00
fi
fi
done
IFS="$ac_save_ifs"
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1999-05-03 09:29:11 +02:00
fi
fi
NM="$lt_cv_path_NM"
2001-04-24 17:22:25 +02:00
echo "$as_me:2239: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
echo "$as_me:2242: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
echo "$as_me:2246: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2249: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2253: checking how to recognise dependant libraries" >&5
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_deplibs_check_method='unknown'
# Need to set the preceding variable on all platforms that support
# interlibrary dependencies.
# 'none' -- dependencies not supported.
# `unknown' -- same as none, but documents that we really don't know.
# 'pass_all' -- all dependencies passed with no checks.
# 'test_compile' -- check by making test program.
# 'file_magic [regex]' -- check by looking for files in library path
# which responds to the $file_magic_cmd with a given egrep regex.
# If you have `file' or equivalent on your system and you're not sure
# whether `pass_all' will *always* work, you probably want this one.
case $host_os in
aix*)
lt_cv_deplibs_check_method=pass_all
;;
beos*)
lt_cv_deplibs_check_method=pass_all
;;
bsdi4*)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/shlib/libc.so
;;
cygwin* | mingw* |pw32*)
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
;;
darwin* | rhapsody*)
lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
2001-04-24 17:22:25 +02:00
lt_cv_file_magic_cmd='/usr/bin/file -L'
case "$host_os" in
rhapsody* | darwin1.012)
lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
;;
*) # Darwin 1.3 on
lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
;;
esac
;;
freebsd* )
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
case $host_cpu in
i*86 )
# Not sure whether the presence of OpenBSD here was a mistake.
# Let's accept both of them until this is cleared up.
lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
;;
esac
else
lt_cv_deplibs_check_method=pass_all
fi
;;
gnu*)
lt_cv_deplibs_check_method=pass_all
;;
hpux10.20*|hpux11*)
lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/libc.sl
;;
irix5* | irix6*)
case $host_os in
irix5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
;;
*)
case $LD in
*-32|*"-32 ") libmagic=32-bit;;
*-n32|*"-n32 ") libmagic=N32;;
*-64|*"-64 ") libmagic=64-bit;;
*) libmagic=never-match;;
esac
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
;;
esac
lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
lt_cv_deplibs_check_method=pass_all
;;
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
alpha* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
esac
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
;;
netbsd*)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2001-04-24 17:22:25 +02:00
lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
else
2001-04-24 17:22:25 +02:00
lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
fi
;;
newsos6)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/libnls.so
;;
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
lt_cv_file_magic_test_file=/shlib/libc.so
lt_cv_deplibs_check_method=pass_all
;;
sco3.2v5*)
lt_cv_deplibs_check_method=pass_all
;;
solaris*)
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_test_file=/lib/libc.so
;;
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
case $host_vendor in
ncr)
lt_cv_deplibs_check_method=pass_all
;;
motorola)
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]'
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
;;
esac
;;
esac
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2408: result: $lt_cv_deplibs_check_method" >&5
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
# Only perform the check for file, if the check method requires it
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2419: checking for ${ac_tool_prefix}file" >&5
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $MAGIC_CMD in
/*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
;;
?:/*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
;;
*)
ac_save_MAGIC_CMD="$MAGIC_CMD"
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_dummy="/usr/bin:$PATH"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/${ac_tool_prefix}file; then
lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
if test -n "$file_magic_test_file"; then
case $deplibs_check_method in
"file_magic "*)
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
egrep "$file_magic_regex" > /dev/null; then
:
else
cat <<EOF 1>&2
*** Warning: the command libtool uses to detect shared libraries,
*** $file_magic_cmd, produces output that libtool cannot recognize.
*** The result is that libtool may fail to recognize shared libraries
*** as such. This will affect the creation of libtool libraries that
*** depend on shared libraries, but programs linked with such libtool
*** libraries will work regardless of this problem. Nevertheless, you
*** may want to report the problem to your system manager and/or to
*** bug-libtool@gnu.org
EOF
fi ;;
esac
fi
break
fi
done
IFS="$ac_save_ifs"
MAGIC_CMD="$ac_save_MAGIC_CMD"
;;
esac
fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2474: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2477: result: no" >&5
echo "${ECHO_T}no" >&6
fi
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2483: checking for file" >&5
echo $ECHO_N "checking for file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $MAGIC_CMD in
/*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
;;
?:/*)
lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
;;
*)
ac_save_MAGIC_CMD="$MAGIC_CMD"
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
ac_dummy="/usr/bin:$PATH"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/file; then
lt_cv_path_MAGIC_CMD="$ac_dir/file"
if test -n "$file_magic_test_file"; then
case $deplibs_check_method in
"file_magic "*)
file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
egrep "$file_magic_regex" > /dev/null; then
:
else
cat <<EOF 1>&2
*** Warning: the command libtool uses to detect shared libraries,
*** $file_magic_cmd, produces output that libtool cannot recognize.
*** The result is that libtool may fail to recognize shared libraries
*** as such. This will affect the creation of libtool libraries that
*** depend on shared libraries, but programs linked with such libtool
*** libraries will work regardless of this problem. Nevertheless, you
*** may want to report the problem to your system manager and/or to
*** bug-libtool@gnu.org
EOF
fi ;;
esac
fi
break
fi
done
IFS="$ac_save_ifs"
MAGIC_CMD="$ac_save_MAGIC_CMD"
;;
esac
fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2538: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2541: result: no" >&5
echo "${ECHO_T}no" >&6
fi
else
MAGIC_CMD=:
fi
fi
fi
;;
esac
2001-04-24 17:22:25 +02:00
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:2557: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
fi
fi
2001-04-24 17:22:25 +02:00
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2579: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2582: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
fi
if test -z "$ac_cv_prog_RANLIB"; then
2001-04-24 17:22:25 +02:00
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:2591: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
2001-04-24 17:22:25 +02:00
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
echo "$as_me:2614: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2617: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
RANLIB=$ac_ct_RANLIB
else
2001-04-24 17:22:25 +02:00
RANLIB="$ac_cv_prog_RANLIB"
fi
2001-04-24 17:22:25 +02:00
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:2629: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$STRIP"; then
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
break
done
fi
fi
2001-04-24 17:22:25 +02:00
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:2651: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2654: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
fi
if test -z "$ac_cv_prog_STRIP"; then
2001-04-24 17:22:25 +02:00
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:2663: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_STRIP"; then
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_STRIP="strip"
break
done
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
fi
fi
2001-04-24 17:22:25 +02:00
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
echo "$as_me:2686: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:2689: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
STRIP=$ac_ct_STRIP
else
2001-04-24 17:22:25 +02:00
STRIP="$ac_cv_prog_STRIP"
fi
1999-05-03 09:29:11 +02:00
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
1999-05-03 09:29:11 +02:00
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1999-05-03 09:29:11 +02:00
2000-02-27 17:55:52 +01:00
# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
if test "${enable_libtool_lock+set}" = set; then
enableval="$enable_libtool_lock"
2001-04-24 17:22:25 +02:00
fi;
2000-02-27 17:55:52 +01:00
test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
# Check whether --with-pic or --without-pic was given.
if test "${with_pic+set}" = set; then
withval="$with_pic"
pic_mode="$withval"
else
pic_mode=default
2001-04-24 17:22:25 +02:00
fi;
test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
1999-05-03 09:29:11 +02:00
# Some flags need to be propagated to the compiler or linker for good
# libtool support.
case $host in
1999-05-03 09:29:11 +02:00
*-*-irix6*)
# Find out which ABI we are using.
2001-04-24 17:22:25 +02:00
echo '#line 2729 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:2730: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:2733: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
1999-05-03 09:29:11 +02:00
*32-bit*)
LD="${LD-ld} -32"
;;
*N32*)
LD="${LD-ld} -n32"
;;
*64-bit*)
LD="${LD-ld} -64"
;;
esac
fi
rm -rf conftest*
;;
*-*-sco3.2v5*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
1999-05-03 09:29:11 +02:00
CFLAGS="$CFLAGS -belf"
2001-04-24 17:22:25 +02:00
echo "$as_me:2754: checking whether the C compiler needs -belf" >&5
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
2001-04-24 17:22:25 +02:00
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-04-24 17:22:25 +02:00
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 2767 "configure"
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:2779: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:2782: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:2785: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:2788: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_needs_belf=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
lt_cv_cc_needs_belf=no
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-04-24 17:22:25 +02:00
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:2804: result: $lt_cv_cc_needs_belf" >&5
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
CFLAGS="$SAVE_CFLAGS"
fi
1999-05-03 09:29:11 +02:00
;;
esac
# Save cache, so that ltconfig can load it
2001-04-24 17:22:25 +02:00
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
2001-04-24 17:22:25 +02:00
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
#
2001-04-24 17:22:25 +02:00
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
2001-04-24 17:22:25 +02:00
# `ac_cv_env_foo' variables (set or unset) will be overriden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
_ACEOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
2001-04-24 17:22:25 +02:00
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
sed '
t clear
: clear
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
t end
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
: end' >>confcache
if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
2001-04-24 17:22:25 +02:00
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
cat confcache >$cache_file
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
1999-05-03 09:29:11 +02:00
# Actually configure libtool. ac_aux_dir is where install-sh is found.
AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
1999-05-03 09:29:11 +02:00
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2001-04-24 17:22:25 +02:00
|| { { echo "$as_me:2879: error: libtool configure failed" >&5
echo "$as_me: error: libtool configure failed" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
# Reload cache, that may have been modified by ltconfig
if test -r "$cache_file"; then
2001-04-24 17:22:25 +02:00
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
{ echo "$as_me:2888: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
2001-04-24 17:22:25 +02:00
{ echo "$as_me:2896: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1999-05-03 09:29:11 +02:00
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
user_bfd_gas=
# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
if test "${enable_bfd_assembler+set}" = set; then
enableval="$enable_bfd_assembler"
case "${enableval}" in
yes) need_bfd=yes user_bfd_gas=yes ;;
no) user_bfd_gas=no ;;
2001-04-24 17:22:25 +02:00
*) { { echo "$as_me:2918: error: bad value ${enableval} given for bfd-assembler option" >&5
echo "$as_me: error: bad value ${enableval} given for bfd-assembler option" >&2;}
{ (exit 1); exit 1; }; } ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
fi; # Check whether --enable-targets or --disable-targets was given.
1999-05-03 09:29:11 +02:00
if test "${enable_targets+set}" = set; then
enableval="$enable_targets"
case "${enableval}" in
2001-04-24 17:22:25 +02:00
yes | "") { { echo "$as_me:2926: error: enable-targets option must specify target names or 'all'" >&5
echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
;;
no) enable_targets= ;;
*) enable_targets=$enableval ;;
esac
2001-04-24 17:22:25 +02:00
fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
1999-05-03 09:29:11 +02:00
if test "${enable_commonbfdlib+set}" = set; then
enableval="$enable_commonbfdlib"
case "${enableval}" in
yes) commonbfdlib=true ;;
no) commonbfdlib=false ;;
2001-04-24 17:22:25 +02:00
*) { { echo "$as_me:2939: error: bad value ${enableval} for BFD commonbfdlib option" >&5
echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
{ (exit 1); exit 1; }; } ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
fi;
1999-05-03 09:29:11 +02:00
using_cgen=no
build_warnings="-W -Wall"
# Check whether --enable-build-warnings or --disable-build-warnings was given.
if test "${enable_build_warnings+set}" = set; then
enableval="$enable_build_warnings"
case "${enableval}" in
yes) ;;
no) build_warnings="-w";;
,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
build_warnings="${build_warnings} ${t}";;
*,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
build_warnings="${t} ${build_warnings}";;
*) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
esac
if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
echo "Setting warning flags = $build_warnings" 6>&1
fi
2001-04-24 17:22:25 +02:00
fi; WARN_CFLAGS=""
if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
WARN_CFLAGS="${build_warnings}"
fi
1999-05-03 09:29:11 +02:00
# Generate a header file
2001-04-24 17:22:25 +02:00
ac_config_headers="$ac_config_headers config.h:config.in"
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
ac_config_commands="$ac_config_commands default-1"
1999-05-03 09:29:11 +02:00
# If we are on a DOS filesystem, we must use gdb.ini rather than
# .gdbinit.
GDBINIT=".gdbinit"
case "${host}" in
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
GDBINIT="gdb.ini"
;;
esac
1999-05-03 09:29:11 +02:00
te_file=generic
# Makefile target for installing gas in $(tooldir)/bin.
install_tooldir=install-exec-tooldir
canon_targets=""
all_targets=no
1999-05-03 09:29:11 +02:00
if test -n "$enable_targets" ; then
for t in `echo $enable_targets | sed 's/,/ /g'`; do
if test $t = "all"; then
all_targets=yes
continue
fi
result=`$ac_config_sub $t 2>/dev/null`
1999-05-03 09:29:11 +02:00
if test -n "$result" ; then
canon_targets="$canon_targets $result"
# else
# # Permit "all", etc. We don't support it yet though.
# canon_targets="$canon_targets $t"
fi
done
_gas_uniq_list="$canon_targets"
_gas_uniq_newlist=""
for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
case $_gas_uniq_i in
_gas_uniq_dummy) ;;
*) case " $_gas_uniq_newlist " in
*" $_gas_uniq_i "*) ;;
*) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
esac ;;
esac
done
canon_targets=$_gas_uniq_newlist
fi
emulations=""
for this_target in $target $canon_targets ; do
eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
# check for architecture variants
arch=
endian=
case ${cpu} in
alpha*) cpu_type=alpha ;;
armeb) cpu_type=arm endian=big ;;
arm*) cpu_type=arm endian=little ;;
armb*) cpu_type=arm endian=little ;;
armv*l) cpu_type=arm endian=little ;;
armv*b) cpu_type=arm endian=big ;;
2000-11-25 01:21:40 +01:00
xscale*) cpu_type=arm endian=little ;;
1999-05-03 09:29:11 +02:00
strongarm*) cpu_type=arm endian=little ;;
thumb*) cpu_type=arm endian=little ;;
hppa*) cpu_type=hppa ;;
i[3456]86) cpu_type=i386 arch=i386;;
x86_64) cpu_type=i386 arch=x86_64;;
2000-04-21 22:22:24 +02:00
ia64) cpu_type=ia64 ;;
m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
1999-05-03 09:29:11 +02:00
m680[012346]0) cpu_type=m68k ;;
m68008) cpu_type=m68k ;;
m683??) cpu_type=m68k ;;
m5200) cpu_type=m68k ;;
m8*) cpu_type=m88k ;;
mips*el) cpu_type=mips endian=little ;;
mips*) cpu_type=mips endian=big ;;
pjl*) cpu_type=pj endian=little ;;
pj*) cpu_type=pj endian=big ;;
1999-05-03 09:29:11 +02:00
powerpcle*) cpu_type=ppc endian=little ;;
powerpc*) cpu_type=ppc endian=big ;;
rs6000*) cpu_type=ppc ;;
2001-02-10 01:58:38 +01:00
s390x*) cpu_type=s390 arch=s390x ;;
s390*) cpu_type=s390 arch=s390 ;;
1999-05-03 09:29:11 +02:00
sparclite*) cpu_type=sparc arch=sparclite ;;
sparclet*) cpu_type=sparc arch=sparclet ;;
sparc64*) cpu_type=sparc arch=v9-64 ;;
sparc86x*) cpu_type=sparc arch=sparc86x ;;
sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
v850*) cpu_type=v850 ;;
*) cpu_type=${cpu} ;;
esac
if test ${this_target} = $target ; then
target_cpu_type=${cpu_type}
elif test ${target_cpu_type} != ${cpu_type} ; then
continue
fi
generic_target=${cpu_type}-$vendor-$os
dev=no
bfd_gas=no
em=generic
# assign object format
case ${generic_target} in
a29k-*-coff) fmt=coff ;;
a29k-amd-udi) fmt=coff ;;
a29k-amd-ebmon) fmt=coff ;;
a29k-nyu-sym1) fmt=coff ;;
2000-12-01 19:19:20 +01:00
a29k-*-rtems*) fmt=coff ;;
1999-05-03 09:29:11 +02:00
a29k-*-vxworks*) fmt=coff ;;
alpha*-*-*vms*) fmt=evax ;;
alpha*-*-netware*) fmt=ecoff ;;
alpha*-*-openbsd*) fmt=ecoff ;;
alpha*-*-osf*) fmt=ecoff ;;
alpha*-*-linuxecoff*) fmt=ecoff ;;
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
alpha*-*-netbsd*) fmt=elf em=nbsd ;;
arc-*-elf*) fmt=elf bfd_gas=yes ;;
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
2000-12-01 19:19:20 +01:00
arm-*-rtems | thumb-*-rtems) fmt=elf ;;
1999-05-03 09:29:11 +02:00
arm-*-elf | thumb-*-elf) fmt=elf ;;
2000-01-10 20:48:27 +01:00
arm*-*-conix*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
arm-*-linux*aout*) fmt=aout em=linux ;;
2001-04-24 17:22:25 +02:00
arm*-*-linux-gnu* | arm*-*-uclinux*)
fmt=elf em=linux ;;
2000-05-01 08:53:26 +02:00
arm-*-netbsd*) fmt=aout em=nbsd ;;
1999-05-03 09:29:11 +02:00
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
2000-05-01 08:53:26 +02:00
arm-*-wince) fmt=coff em=wince-pe ;;
1999-05-03 09:29:11 +02:00
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
arm-*-riscix*) fmt=aout em=riscix ;;
2000-03-27 10:39:14 +02:00
avr-*-*) fmt=elf bfd_gas=yes ;;
cris-*-*) fmt=multi bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
d10v-*-*) fmt=elf bfd_gas=yes ;;
d30v-*-*) fmt=elf bfd_gas=yes ;;
fr30-*-*) fmt=elf bfd_gas=yes ;;
hppa-*-linux-gnu*) case ${cpu} in
hppa*64*)
fmt=elf em=hppalinux64;;
hppa*)
fmt=elf em=linux;;
esac ;;
1999-05-03 09:29:11 +02:00
hppa-*-*elf*) fmt=elf em=hppa ;;
hppa-*-lites*) fmt=elf em=hppa ;;
hppa-*-osf*) fmt=som em=hppa ;;
hppa-*-rtems*) fmt=elf em=hppa ;;
hppa-*-hpux11*) case ${cpu} in
hppa*64*)
fmt=elf em=hppa64 ;;
hppa*)
fmt=som em=hppa ;;
esac ;;
1999-05-03 09:29:11 +02:00
hppa-*-hpux*) fmt=som em=hppa ;;
hppa-*-mpeix*) fmt=som em=hppa ;;
hppa-*-bsd*) fmt=som em=hppa ;;
hppa-*-hiux*) fmt=som em=hppa ;;
2000-12-01 19:19:20 +01:00
h8300-*-rtems*) fmt=coff ;;
1999-05-03 09:29:11 +02:00
h8300-*-coff) fmt=coff ;;
h8500-*-rtems*) fmt=coff ;;
h8500-*-coff) fmt=coff ;;
1999-05-03 09:29:11 +02:00
2000-02-23 14:52:23 +01:00
i370-*-elf* | i370-*-linux*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
i386-ibm-aix*) fmt=coff em=i386aix ;;
i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;;
i386-*-beospe*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
i386-*-linux*coff*) fmt=coff em=linux ;;
i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
x86_64-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
i386-*-lynxos*) fmt=coff em=lynx ;;
2000-08-09 16:40:53 +02:00
i386-*-sysv[45]* | i386-*-solaris* | i386-*-elf)
1999-05-03 09:29:11 +02:00
fmt=elf bfd_gas=yes ;;
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
fmt=aout em=386bsd ;;
1999-05-03 09:29:11 +02:00
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
fmt=coff ;;
i386-*-sco3.2v5*) fmt=elf
if test ${this_target} = $target; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define SCO_ELF 1
EOF
fi
;;
i386-*-sco3.2*) fmt=coff ;;
i386-*-vsta) fmt=aout ;;
i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*)
fmt=coff em=go32 bfd_gas=yes
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
#define STRICTCOFF 1
EOF
;;
i386-*-rtemself*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
i386-*-rtems*) fmt=coff ;;
i386-*-gnu*) fmt=elf ;;
i386-*-mach*)
fmt=aout em=mach bfd_gas=yes ;;
i386-*-msdos*) fmt=aout ;;
i386-*-moss*) fmt=elf ;;
2000-05-01 08:53:26 +02:00
i386-*-pe) fmt=coff em=pe bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
2000-05-01 08:53:26 +02:00
i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-vxworks*) fmt=aout ;;
2000-11-03 00:03:24 +01:00
i386-*-chaos) fmt=elf ;;
i860-stardent-sysv4* | i860-stardent-elf*)
fmt=elf bfd_gas=yes endian=little
2001-04-24 17:22:25 +02:00
{ echo "$as_me:3200: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;} ;;
1999-05-03 09:29:11 +02:00
i960-*-bout) fmt=bout ;;
i960-*-coff) fmt=coff em=ic960 ;;
i960-*-rtems*) fmt=coff em=ic960 ;;
i960-*-nindy*) fmt=bout ;;
i960-*-vxworks4*) fmt=bout ;;
i960-*-vxworks5.0) fmt=bout ;;
i960-*-vxworks5.*) fmt=coff em=ic960 ;;
i960-*-vxworks*) fmt=bout ;;
i960-*-elf*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
2000-04-21 22:22:24 +02:00
ia64-*-elf*) fmt=elf ;;
2001-02-22 18:16:38 +01:00
ia64-*-aix*) fmt=elf em=ia64aix ;;
2000-04-21 22:22:24 +02:00
ia64-*-linux-gnu*) fmt=elf em=linux ;;
ia64-*-hpux*) fmt=elf em=hpux ;;
2000-04-21 22:22:24 +02:00
1999-05-03 09:29:11 +02:00
m32r-*-*) fmt=elf bfd_gas=yes ;;
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)fmt=elf bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
fmt=aout em=sun3 ;;
m68k-motorola-sysv*) fmt=coff em=delta ;;
m68k-bull-sysv3*) fmt=coff em=dpx2 ;;
m68k-apollo-*) fmt=coff em=apollo ;;
m68k-*-sysv4*) # must be before -sysv*
fmt=elf em=svr4 ;;
m68k-*-elf*) fmt=elf ;;
m68k-*-coff | m68k-*-sysv* | m68k-*-rtems*)
fmt=coff ;;
m68k-*-hpux*) fmt=hp300 em=hp300 ;;
m68k-*-linux*aout*) fmt=aout em=linux ;;
m68k-*-linux-gnu*) fmt=elf em=linux ;;
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
m68k-apple-aux*) fmt=coff em=aux ;;
m68k-*-psos*) fmt=elf em=psos;;
m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
m88k-*-coff*) fmt=coff ;;
mcore-*-elf) fmt=elf bfd_gas=yes ;;
mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
# don't change em like *-*-bsd does
mips-dec-netbsd*) fmt=elf endian=little ;;
mips-dec-openbsd*) fmt=elf endian=little ;;
mips-dec-bsd*) fmt=aout endian=little ;;
mips-sony-bsd*) fmt=ecoff ;;
2001-04-24 17:22:25 +02:00
mips-*-bsd*) { { echo "$as_me:3252: error: Unknown vendor for mips-bsd configuration." >&5
echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
{ (exit 1); exit 1; }; } ;;
1999-05-03 09:29:11 +02:00
mips-*-ultrix*) fmt=ecoff endian=little ;;
mips-*-osf*) fmt=ecoff endian=little ;;
mips-*-ecoff*) fmt=ecoff ;;
mips-*-ecoff*) fmt=ecoff ;;
mips-*-pe*) fmt=coff endian=little em=pe ;;
1999-05-03 09:29:11 +02:00
mips-*-irix6*) fmt=elf ;;
mips-*-irix5*) fmt=elf ;;
mips-*-irix*) fmt=ecoff ;;
mips-*-lnews*) fmt=ecoff em=lnews ;;
mips-*-riscos*) fmt=ecoff ;;
mips-*-sysv4*MP* | mips-*-linux-gnu* | mips-*-gnu*)
fmt=elf em=tmips ;;
1999-05-03 09:29:11 +02:00
mips-*-sysv*) fmt=ecoff ;;
mips-*-elf* | mips-*-rtems* | mips-*-openbsd*)
1999-05-03 09:29:11 +02:00
fmt=elf ;;
mips-*-vxworks*) fmt=elf
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define MIPS_STABS_ELF 1
EOF
;;
mn10200-*-*) fmt=elf bfd_gas=yes ;;
mn10300-*-*) fmt=elf bfd_gas=yes ;;
pj*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
ppc-*-pe | ppc-*-cygwin* | ppc-*-winnt*)
fmt=coff em=pe ;;
ppc-*-aix*) fmt=coff ;;
ppc-*-beos*) fmt=coff ;;
ppc-*-*bsd* | ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
fmt=elf ;;
ppc-*-linux-gnu*) fmt=elf
case "$endian" in
big) ;;
2001-04-24 17:22:25 +02:00
*) { { echo "$as_me:3289: error: GNU/Linux must be configured big endian" >&5
echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
{ (exit 1); exit 1; }; } ;;
1999-05-03 09:29:11 +02:00
esac
;;
ppc-*-solaris*) fmt=elf
if test ${this_target} = $target; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define TARGET_SOLARIS_COMMENT 1
EOF
fi
if test x${endian} = xbig; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:3303: error: Solaris must be configured little endian" >&5
echo "$as_me: error: Solaris must be configured little endian" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
;;
ppc-*-rtems*) fmt=elf ;;
ppc-*-macos* | ppc-*-mpw*)
fmt=coff em=macos ;;
ppc-*-netware*) fmt=elf em=ppcnw ;;
ppc-*-vxworks*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
2001-02-10 01:58:38 +01:00
s390x-*-linux-gnu*) fmt=elf em=linux ;;
s390-*-linux-gnu*) fmt=elf em=linux ;;
sh-*-linux*) fmt=elf em=linux ;;
1999-05-03 09:29:11 +02:00
sh-*-elf*) fmt=elf ;;
2001-02-19 00:33:11 +01:00
sh-*-coff*) fmt=coff bfd_gas=yes;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes;;
sh-*-rtemself*) fmt=elf ;;
2001-02-19 00:33:11 +01:00
sh-*-rtems*) fmt=coff bfd_gas=yes;;
1999-05-03 09:29:11 +02:00
ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
2000-12-01 19:19:20 +01:00
sparc-*-rtemsaout*) fmt=aout ;;
sparc-*-rtemself*) fmt=elf ;;
sparc-*-rtems*) fmt=elf ;;
1999-05-03 09:29:11 +02:00
sparc-*-sunos4*) fmt=aout em=sun3 ;;
sparc-*-aout | sparc*-*-vxworks*)
fmt=aout em=sparcaout ;;
sparc-*-coff) fmt=coff ;;
sparc-*-linux*aout*) fmt=aout em=linux ;;
sparc-*-linux-gnu*) fmt=elf em=linux ;;
sparc-*-lynxos*) fmt=coff em=lynx ;;
sparc-fujitsu-none) fmt=aout ;;
sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
fmt=elf ;;
sparc-*-netbsd*) em=nbsd bfd_gas=yes
case ${cpu} in
sparc) case ${os} in
*elf*) fmt=elf ;;
*) fmt=aout ;;
esac ;;
sparc64) fmt=elf ;;
esac
;;
1999-05-03 09:29:11 +02:00
sparc-*-openbsd*) fmt=aout em=nbsd ;;
strongarm-*-coff) fmt=coff ;;
strongarm-*-elf) fmt=elf ;;
2000-11-25 01:21:40 +01:00
xscale-*-coff) fmt=coff ;;
xscale-*-elf) fmt=elf ;;
1999-05-03 09:29:11 +02:00
tic30-*-*aout*) fmt=aout bfd_gas=yes ;;
tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
2000-06-20 15:52:32 +02:00
tic54x-*-* | c54x*-*-*)
fmt=coff bfd_gas=yes need_libm=yes;;
1999-05-03 09:29:11 +02:00
tic80-*-*) fmt=coff ;;
v850-*-*) fmt=elf bfd_gas=yes ;;
v850e-*-*) fmt=elf bfd_gas=yes ;;
v850ea-*-*) fmt=elf bfd_gas=yes ;;
vax-*-bsd* | vax-*-ultrix*)
fmt=aout ;;
vax-*-vms) fmt=vms ;;
z8k-*-coff | z8k-*-sim)
fmt=coff ;;
w65-*-*) fmt=coff ;;
*-*-aout | *-*-scout)
fmt=aout ;;
*-*-freebsd*) fmt=elf em=freebsd bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
*-*-nindy*)
fmt=bout ;;
*-*-bsd*)
fmt=aout em=sun3 ;;
*-*-generic) fmt=generic ;;
*-*-xray | *-*-hms) fmt=coff ;;
*-*-sim) fmt=coff ;;
*-*-elf | *-*-sysv4* | *-*-solaris*)
2001-04-24 17:22:25 +02:00
{ echo "$as_me:3387: WARNING: GAS support for ${generic_target} is incomplete." >&5
echo "$as_me: WARNING: GAS support for ${generic_target} is incomplete." >&2;}
1999-05-03 09:29:11 +02:00
fmt=elf dev=yes ;;
*-*-vxworks) fmt=aout ;;
*-*-netware) fmt=elf ;;
esac
if test ${this_target} = $target ; then
endian_def=
if test x${endian} = xbig; then
endian_def=1
elif test x${endian} = xlittle; then
endian_def=0
fi
if test x${endian_def} != x; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_BYTES_BIG_ENDIAN $endian_def
EOF
fi
fi
case ${cpu_type}-${fmt} in
alpha*-*) bfd_gas=yes ;;
arm-*) bfd_gas=yes ;;
# not yet
# i386-aout) bfd_gas=preferred ;;
2000-04-21 22:22:24 +02:00
ia64*-*) bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
mips-*) bfd_gas=yes ;;
ns32k-*) bfd_gas=yes ;;
2001-02-19 00:33:11 +01:00
pdp11-*) bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
ppc-*) bfd_gas=yes ;;
sparc-*) bfd_gas=yes ;;
strongarm-*) bfd_gas=yes ;;
xscale-*) bfd_gas=yes ;;
1999-05-03 09:29:11 +02:00
*-elf) bfd_gas=yes ;;
*-ecoff) bfd_gas=yes ;;
*-som) bfd_gas=yes ;;
#enable bfd for coff and aout to allow testing if a bfd target is
#the primary target, but not for coff or aout as the primary target
i386-coff) if test x${primary_bfd_gas} = xyes; then bfd_gas=yes; fi ;;
i386-aout) if test x${primary_bfd_gas} = xyes; then bfd_gas=yes; fi ;;
1999-05-03 09:29:11 +02:00
*) ;;
esac
# Other random stuff.
# Do we need the opcodes library?
case ${cpu_type} in
vax | i386 | tic30)
;;
*)
need_opcodes=yes
case "${enable_shared}" in
yes) shared_opcodes=true ;;
*opcodes*) shared_opcodes=true ;;
*) shared_opcodes=false ;;
esac
if test "${shared_opcodes}" = "true"; then
# A shared libopcodes must be linked against libbfd.
need_bfd=yes
fi
;;
esac
# Any other special object files needed ?
case ${cpu_type} in
fr30 | m32r)
using_cgen=yes
;;
m68k)
case ${extra_objects} in
*m68k-parse.o*) ;;
*) extra_objects="$extra_objects m68k-parse.o" ;;
esac
;;
2001-02-10 01:58:38 +01:00
s390)
if test $this_target = $target ; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
2001-02-10 01:58:38 +01:00
#define DEFAULT_ARCH "${arch}"
EOF
fi
;;
1999-05-03 09:29:11 +02:00
mips)
2001-04-24 17:22:25 +02:00
echo ${extra_objects} | grep -s "itbl-parse.o"
1999-05-03 09:29:11 +02:00
if test $? -ne 0 ; then
extra_objects="$extra_objects itbl-parse.o"
fi
2001-04-24 17:22:25 +02:00
echo ${extra_objects} | grep -s "itbl-lex.o"
1999-05-03 09:29:11 +02:00
if test $? -ne 0 ; then
extra_objects="$extra_objects itbl-lex.o"
fi
2001-04-24 17:22:25 +02:00
echo ${extra_objects} | grep -s "itbl-ops.o"
1999-05-03 09:29:11 +02:00
if test $? -ne 0 ; then
extra_objects="$extra_objects itbl-ops.o"
fi
;;
i386)
if test $this_target = $target ; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
#define DEFAULT_ARCH "${arch}"
EOF
fi
;;
1999-05-03 09:29:11 +02:00
sparc)
if test $this_target = $target ; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define DEFAULT_ARCH "${arch}"
EOF
fi
;;
*)
;;
esac
if test $using_cgen = yes ; then
case "x${extra_objects}" in
*cgen.o*) ;;
*) extra_objects="$extra_objects cgen.o" ;;
esac
fi
# See if we really can support this configuration with the emulation code.
if test $this_target = $target ; then
primary_bfd_gas=$bfd_gas
obj_format=$fmt
te_file=$em
if test $bfd_gas = no ; then
# Can't support other configurations this way.
break
fi
elif test $bfd_gas = no ; then
# Can't support this configuration.
break
fi
# From target name and format, produce a list of supported emulations.
case ${generic_target}-${fmt} in
mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
mips-*-linux-gnu*-*) case "$endian" in
big) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
*) emulation="mipslelf mipsbelf mipself mipslecoff mipsbecoff mipsecoff" ;;
esac ;;
mips-*-lnews*-ecoff) ;;
mips-*-*-ecoff) case "$endian" in
big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
*) emulation="mipslecoff mipsbecoff mipsecoff" ;;
esac ;;
mips-*-*-elf) case "$endian" in
big) emulation="mipsbelf mipslelf mipself" ;;
*) emulation="mipslelf mipsbelf mipself" ;;
esac ;;
2000-07-13 16:57:49 +02:00
mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
# i386-pc-pe-coff != i386-pc-coff.
i386-*-pe-coff) ;;
# Uncommenting the next line will turn on support for i386 AOUT
# for the default linux configuration
# i386-*-linux*-elf) emulation="i386elf i386aout" ;;
#
i386-*-aout) emulation="i386aout" ;;
i386-*-coff) emulation="i386coff" ;;
i386-*-elf) emulation="i386elf" ;;
# Always all formats. The first stated emulation becomes the default.
cris-*-*aout*) emulation="crisaout criself" ;;
cris-*-*) emulation="criself crisaout" ;;
1999-05-03 09:29:11 +02:00
esac
emulations="$emulations $emulation"
done
# Turn on all targets if possible
if test ${all_targets} = "yes"; then
case ${target_cpu_type} in
i386)
case ${obj_format} in
aout)
emulations="$emulations i386coff i386elf"
;;
coff)
emulations="$emulations i386aout i386elf"
;;
elf)
emulations="$emulations i386aout i386coff"
;;
esac
;;
esac
fi
1999-05-03 09:29:11 +02:00
# Assign floating point type. Most processors with FP support
# IEEE FP. On those that don't support FP at all, usually IEEE
# is emulated.
case ${target_cpu} in
vax | tahoe ) atof=${target_cpu} ;;
2001-02-19 00:33:11 +01:00
pdp11) atof=vax ;;
1999-05-03 09:29:11 +02:00
*) atof=ieee ;;
esac
case "${obj_format}" in
2001-04-24 17:22:25 +02:00
"") { { echo "$as_me:3606: error: GAS does not know what format to use for target ${target}" >&5
echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
{ (exit 1); exit 1; }; } ;;
1999-05-03 09:29:11 +02:00
esac
# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
cgen_cpu_prefix=""
if test $using_cgen = yes ; then
case ${target_cpu} in
*) cgen_cpu_prefix=${target_cpu} ;;
esac
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define USING_CGEN 1
EOF
fi
if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:3625: error: GAS does not support target CPU ${target_cpu_type}" >&5
echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:3631: error: GAS does not have support for object file format ${obj_format}" >&5
echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
case ${user_bfd_gas}-${primary_bfd_gas} in
yes-yes | no-no)
# We didn't override user's choice.
;;
no-yes)
2001-04-24 17:22:25 +02:00
{ echo "$as_me:3641: WARNING: Use of BFD is required for ${target}; overriding config options." >&5
echo "$as_me: WARNING: Use of BFD is required for ${target}; overriding config options." >&2;}
1999-05-03 09:29:11 +02:00
;;
no-preferred)
primary_bfd_gas=no
;;
*-preferred)
primary_bfd_gas=yes
;;
yes-*)
primary_bfd_gas=yes
;;
-*)
# User specified nothing.
;;
esac
# Some COFF configurations want these random other flags set.
case ${obj_format} in
coff)
case ${target_cpu_type} in
2001-04-24 17:22:25 +02:00
i386)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define I386COFF 1
EOF
;;
2001-04-24 17:22:25 +02:00
m68k)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define M68KCOFF 1
EOF
;;
2001-04-24 17:22:25 +02:00
m88k)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define M88KCOFF 1
EOF
;;
esac
;;
esac
# Getting this done right is going to be a bitch. Each configuration specified
# with --enable-targets=... should be checked for environment, format, cpu, and
# bfd_gas setting.
#
# For each configuration, the necessary object file support code must be linked
# in. This might be only one, it might be up to four. The necessary emulation
# code needs to be provided, too.
#
# And then there's "--enable-targets=all"....
#
# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
formats="${obj_format}"
emfiles=""
EMULATIONS=""
_gas_uniq_list="$emulations"
_gas_uniq_newlist=""
for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
case $_gas_uniq_i in
_gas_uniq_dummy) ;;
*) case " $_gas_uniq_newlist " in
*" $_gas_uniq_i "*) ;;
*) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
esac ;;
esac
done
emulations=$_gas_uniq_newlist
for em in . $emulations ; do
case $em in
.) continue ;;
mipsbelf | mipslelf | mipself)
1999-05-03 09:29:11 +02:00
fmt=elf file=mipself ;;
mipsbecoff | mipslecoff | mipsecoff)
1999-05-03 09:29:11 +02:00
fmt=ecoff file=mipsecoff ;;
*coff)
fmt=coff file=$em ;;
*aout)
fmt=aout file=$em ;;
*elf)
fmt=elf file=$em ;;
1999-05-03 09:29:11 +02:00
esac
formats="$formats $fmt"
emfiles="$emfiles e-$file.o"
EMULATIONS="$EMULATIONS &$em,"
done
_gas_uniq_list="$formats"
_gas_uniq_newlist=""
for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
case $_gas_uniq_i in
_gas_uniq_dummy) ;;
*) case " $_gas_uniq_newlist " in
*" $_gas_uniq_i "*) ;;
*) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
esac ;;
esac
done
formats=$_gas_uniq_newlist
_gas_uniq_list="$emfiles"
_gas_uniq_newlist=""
for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
case $_gas_uniq_i in
_gas_uniq_dummy) ;;
*) case " $_gas_uniq_newlist " in
*" $_gas_uniq_i "*) ;;
*) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
esac ;;
esac
done
emfiles=$_gas_uniq_newlist
if test `set . $formats ; shift ; echo $#` -gt 1 ; then
for fmt in $formats ; do
case $fmt in
2001-04-24 17:22:25 +02:00
aout)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_AOUT 1
EOF
;;
2001-04-24 17:22:25 +02:00
bout)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_BOUT 1
EOF
;;
2001-04-24 17:22:25 +02:00
coff)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_COFF 1
EOF
;;
2001-04-24 17:22:25 +02:00
ecoff)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_ECOFF 1
EOF
;;
2001-04-24 17:22:25 +02:00
elf)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_ELF 1
EOF
;;
2001-04-24 17:22:25 +02:00
generic)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_GENERIC 1
EOF
;;
2001-04-24 17:22:25 +02:00
hp300)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_HP300 1
EOF
;;
2001-04-24 17:22:25 +02:00
ieee)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_IEEE 1
EOF
;;
2001-04-24 17:22:25 +02:00
som)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_SOM 1
EOF
;;
2001-04-24 17:22:25 +02:00
vms)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define OBJ_MAYBE_VMS 1
EOF
;;
esac
extra_objects="$extra_objects obj-$fmt.o"
done
obj_format=multi
fi
if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
DEFAULT_EMULATION=`set . $emulations ; echo $2`
# e-mips* has more than one emulation per file, e-i386* has just one at the
# moment. If only one emulation is specified, then don't define
# USE_EMULATIONS or include any of the e-files as they will only be bloat.
case "${obj_format}${emfiles}" in
multi* | *mips*)
extra_objects="$extra_objects $emfiles"
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define USE_EMULATIONS 1
EOF
;;
esac
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define EMULATIONS $EMULATIONS
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
EOF
case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
yes-*-coff) need_bfd=yes ;;
no-*-coff) need_bfd=yes
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define MANY_SEGMENTS 1
EOF
;;
esac
reject_dev_configs=yes
case ${reject_dev_configs}-${dev} in
yes-yes) # Oops.
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:3849: error: GAS does not support the ${generic_target} configuration." >&5
echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
;;
esac
case "${primary_bfd_gas}" in
2001-04-24 17:22:25 +02:00
yes)
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define BFD_ASSEMBLER 1
EOF
need_bfd=yes ;;
esac
# do we need the opcodes library?
case "${need_opcodes}" in
yes)
OPCODES_LIB=../opcodes/libopcodes.la
;;
esac
case "${need_bfd}" in
yes)
BFDLIB=../bfd/libbfd.la
ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
;;
esac
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_ALIAS "${target_alias}"
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_CANONICAL "${target}"
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_CPU "${target_cpu}"
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_VENDOR "${target_vendor}"
EOF
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define TARGET_OS "${target_os}"
EOF
2001-04-24 17:22:25 +02:00
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
echo "$as_me:3906: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
break
done
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:3928: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:3931: result: no" >&5
echo "${ECHO_T}no" >&6
fi
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
fi
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
1999-05-03 09:29:11 +02:00
set dummy gcc; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:3940: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:3962: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:3965: result: no" >&5
echo "${ECHO_T}no" >&6
fi
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
echo "$as_me:3978: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
break
done
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
CC=$ac_cv_prog_CC
1999-05-03 09:29:11 +02:00
if test -n "$CC"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4000: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:4003: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo "$as_me:4012: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:4034: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4037: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
CC=$ac_ct_CC
else
CC="$ac_cv_prog_CC"
fi
fi
1999-05-03 09:29:11 +02:00
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:4050: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_prog_rejected=no
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
fi
ac_cv_prog_CC="cc"
break
done
1999-05-03 09:29:11 +02:00
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
2001-04-24 17:22:25 +02:00
if test $# != 0; then
1999-05-03 09:29:11 +02:00
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
2001-04-24 17:22:25 +02:00
set dummy "$ac_dir/$ac_word" ${1+"$@"}
1999-05-03 09:29:11 +02:00
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
2001-04-24 17:22:25 +02:00
CC=$ac_cv_prog_CC
1999-05-03 09:29:11 +02:00
if test -n "$CC"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4091: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4094: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
fi
if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
for ac_prog in cl
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
echo "$as_me:4105: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
break
done
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
CC=$ac_cv_prog_CC
1999-05-03 09:29:11 +02:00
if test -n "$CC"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4127: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4130: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
test -n "$CC" && break
done
fi
if test -z "$CC"; then
ac_ct_CC=$CC
for ac_prog in cl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo "$as_me:4143: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
break
done
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:4165: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:4168: result: no" >&5
echo "${ECHO_T}no" >&6
fi
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
test -n "$ac_ct_CC" && break
done
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
CC=$ac_ct_CC
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
test -z "$CC" && { { echo "$as_me:4180: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
echo "$as_me:4184: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 4190 "configure"
#include "confdefs.h"
int
main ()
{
#ifndef __GNUC__
choke me
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:4205: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:4208: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:4211: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4214: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_compiler_gnu=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
echo "$as_me:4226: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
echo "$as_me:4232: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 4238 "configure"
#include "confdefs.h"
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:4250: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:4253: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:4256: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4259: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_prog_cc_g=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_prog_cc_g=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:4269: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1999-05-03 09:29:11 +02:00
if test "$ac_test_CFLAGS" = set; then
2001-04-24 17:22:25 +02:00
CFLAGS=$ac_save_CFLAGS
1999-05-03 09:29:11 +02:00
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
CFLAGS="-g -O2"
else
CFLAGS="-g"
fi
else
if test "$GCC" = yes; then
CFLAGS="-O2"
else
CFLAGS=
fi
fi
2001-04-24 17:22:25 +02:00
# Some people use a C++ compiler to compile C. Since we use `exit',
# in C++ we need to declare it. In case someone uses the same compiler
# for both compiling C and C++ we need to have the C++ compiler decide
# the declaration of exit, since it's the most demanding environment.
cat >conftest.$ac_ext <<_ACEOF
#ifndef __cplusplus
choke me
#endif
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:4296: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:4299: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:4302: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4305: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
'#include <stdlib.h>' \
'extern "C" void std::exit (int) throw (); using std::exit;' \
'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
#line 4317 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:4330: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:4333: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:4336: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4339: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
#line 4349 "configure"
#include "confdefs.h"
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:4361: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:4364: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:4367: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4370: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
echo '#ifdef __cplusplus' >>confdefs.h
echo $ac_declaration >>confdefs.h
echo '#endif' >>confdefs.h
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1999-05-03 09:29:11 +02:00
for ac_prog in 'bison -y' byacc
do
2001-04-24 17:22:25 +02:00
# Extract the first word of "$ac_prog", so it can be a program name with args.
1999-05-03 09:29:11 +02:00
set dummy $ac_prog; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:4398: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$YACC"; then
ac_cv_prog_YACC="$YACC" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_YACC="$ac_prog"
break
done
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
YACC=$ac_cv_prog_YACC
1999-05-03 09:29:11 +02:00
if test -n "$YACC"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4420: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4423: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
test -n "$YACC" && break
1999-05-03 09:29:11 +02:00
done
test -n "$YACC" || YACC="yacc"
missing_dir=`cd $ac_aux_dir && pwd`
for ac_prog in flex lex
do
2001-04-24 17:22:25 +02:00
# Extract the first word of "$ac_prog", so it can be a program name with args.
1999-05-03 09:29:11 +02:00
set dummy $ac_prog; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:4436: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$LEX"; then
ac_cv_prog_LEX="$LEX" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
break
done
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
LEX=$ac_cv_prog_LEX
1999-05-03 09:29:11 +02:00
if test -n "$LEX"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4458: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4461: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
test -n "$LEX" && break
1999-05-03 09:29:11 +02:00
done
test -n "$LEX" || LEX=""$missing_dir/missing flex""
2001-04-24 17:22:25 +02:00
for ac_prog in flex lex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo "$as_me:4473: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test -n "$LEX"; then
ac_cv_prog_LEX="$LEX" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
break
done
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
LEX=$ac_cv_prog_LEX
1999-05-03 09:29:11 +02:00
if test -n "$LEX"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4495: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4498: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
test -n "$LEX" && break
done
test -n "$LEX" || LEX=":"
1999-05-03 09:29:11 +02:00
if test -z "$LEXLIB"
then
2001-04-24 17:22:25 +02:00
echo "$as_me:4508: checking for yywrap in -lfl" >&5
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
if test "${ac_cv_lib_fl_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 4516 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char yywrap ();
int
main ()
{
yywrap ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:4535: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4538: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4541: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4544: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_fl_yywrap=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_fl_yywrap=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:4555: result: $ac_cv_lib_fl_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
if test $ac_cv_lib_fl_yywrap = yes; then
LEXLIB="-lfl"
else
echo "$as_me:4560: checking for yywrap in -ll" >&5
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
if test "${ac_cv_lib_l_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 4568 "configure"
#include "confdefs.h"
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yywrap ();
int
main ()
{
yywrap ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:4587: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4590: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4593: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4596: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_l_yywrap=yes
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_l_yywrap=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:4607: result: $ac_cv_lib_l_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
if test $ac_cv_lib_l_yywrap = yes; then
LEXLIB="-ll"
fi
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
if test "x$LEX" != "x:"; then
echo "$as_me:4618: checking lex output file root" >&5
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
if test "${ac_cv_prog_lex_root+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
# The minimal lex program is just a single line: %%. But some broken lexes
# (Solaris, I think it was) want two %% lines, so accommodate them.
echo '%%
%%' | $LEX
if test -f lex.yy.c; then
ac_cv_prog_lex_root=lex.yy
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
2001-04-24 17:22:25 +02:00
{ { echo "$as_me:4632: error: cannot find output from $LEX; giving up" >&5
echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
{ (exit 1); exit 1; }; }
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:4637: result: $ac_cv_prog_lex_root" >&5
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
1999-05-03 09:29:11 +02:00
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2001-04-24 17:22:25 +02:00
echo "$as_me:4641: checking whether yytext is a pointer" >&5
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
# POSIX says lex can declare yytext either as a pointer or an array; the
# default is implementation-dependent. Figure out which it is, since
# not all implementations provide the %pointer and %array declarations.
ac_cv_prog_lex_yytext_pointer=no
echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
2001-04-24 17:22:25 +02:00
ac_save_LIBS=$LIBS
1999-05-03 09:29:11 +02:00
LIBS="$LIBS $LEXLIB"
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
1999-05-03 09:29:11 +02:00
`cat $LEX_OUTPUT_ROOT.c`
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:4657: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4660: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4663: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4666: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_prog_lex_yytext_pointer=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_save_LIBS
1999-05-03 09:29:11 +02:00
rm -f "${LEX_OUTPUT_ROOT}.c"
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:4678: result: $ac_cv_prog_lex_yytext_pointer" >&5
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_prog_lex_yytext_pointer = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define YYTEXT_POINTER 1
EOF
fi
2001-04-24 17:22:25 +02:00
fi
1999-05-03 09:29:11 +02:00
ALL_LINGUAS=
2001-04-24 17:22:25 +02:00
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
echo "$as_me:4694: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
fi
fi
2001-04-24 17:22:25 +02:00
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:4716: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
echo "$as_me:4719: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo "$as_me:4728: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
echo "$as_me:4751: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
2001-04-24 17:22:25 +02:00
echo "$as_me:4754: result: no" >&5
echo "${ECHO_T}no" >&6
fi
2001-04-24 17:22:25 +02:00
RANLIB=$ac_ct_RANLIB
else
RANLIB="$ac_cv_prog_RANLIB"
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "$as_me:4768: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Double quotes because CPP needs to be expanded
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
ac_c_preproc_warn_flag=maybe
cat >conftest.$ac_ext <<_ACEOF
#line 4787 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
if { (eval echo "$as_me:4792: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:4798: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
# Now check whether non-existent headers can be detected and how
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
#line 4813 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:4817: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:4823: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
# cannot detect missing includes at all
ac_cpp_err=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
if test "x$ac_cpp_err" = xmaybe; then
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
ac_cpp_err=
fi
rm -f conftest.err conftest.$ac_ext
fi
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.err conftest.$ac_ext
if test -z "$ac_cpp_err"; then
break
fi
done
ac_cv_prog_CPP=$CPP
fi
CPP=$ac_cv_prog_CPP
else
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
ac_c_preproc_warn_flag=maybe
cat >conftest.$ac_ext <<_ACEOF
#line 4869 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
if { (eval echo "$as_me:4874: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:4880: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
# Now check whether non-existent headers can be detected and how
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
#line 4895 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:4899: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:4905: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
# cannot detect missing includes at all
ac_cpp_err=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
if test "x$ac_cpp_err" = xmaybe; then
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
ac_cpp_err=
fi
rm -f conftest.err conftest.$ac_ext
fi
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.err conftest.$ac_ext
ac_cv_prog_CPP=$CPP
fi
echo "$as_me:4938: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
if test -n "$ac_cpp_err"; then
{ { echo "$as_me:4941: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "$as_me:4951: checking for ANSI C header files" >&5
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 4957 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
2001-04-24 17:22:25 +02:00
_ACEOF
if { (eval echo "$as_me:4965: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:4971: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
1999-05-03 09:29:11 +02:00
ac_cv_header_stdc=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 4993 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <string.h>
2001-04-24 17:22:25 +02:00
_ACEOF
1999-05-03 09:29:11 +02:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "memchr" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5011 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <stdlib.h>
2001-04-24 17:22:25 +02:00
_ACEOF
1999-05-03 09:29:11 +02:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2001-04-24 17:22:25 +02:00
if test "$cross_compiling" = yes; then
1999-05-03 09:29:11 +02:00
:
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5032 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <ctype.h>
2001-04-24 17:22:25 +02:00
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
main ()
{
int i;
for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i))
exit(2);
exit (0);
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:5058: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5061: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:5063: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5066: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
:
else
2001-04-24 17:22:25 +02:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5079: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_header_stdc = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define STDC_HEADERS 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5089: checking for $CC option to accept ANSI C" >&5
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
#line 5097 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
;
return 0;
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
_ACEOF
# Don't try gcc -ansi; that turns off useful extensions and
# breaks some systems' header files.
# AIX -qlanglvl=ansi
# Ultrix and OSF/1 -std1
# HP-UX 10.20 and later -Ae
# HP-UX older versions -Aa -D_HPUX_SOURCE
# SVR4 -Xc -D__EXTENSIONS__
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5146: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5149: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5152: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5155: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext
done
rm -f conftest.$ac_ext conftest.$ac_objext
CC=$ac_save_CC
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
echo "$as_me:5172: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
echo "$as_me:5175: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
echo "$as_me:5180: checking for an ANSI C-conforming const" >&5
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
if test "${ac_cv_c_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 5186 "configure"
#include "confdefs.h"
int
main ()
{
/* FIXME: Include the comments suggested by Paul. */
#ifndef __cplusplus
/* Ultrix mips cc rejects this. */
typedef int charset[2];
const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this. */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
It does not let you subtract one const X* pointer from another in
an arm of an if-expression whose if-part is not a constant
expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this. */
char *t;
char const *s = 0 ? (char *) 0 : (char const *) 0;
*t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
int x[] = {25, 17};
const int *foo = &x[0];
++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
typedef const int *iptr;
iptr p = 0;
++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
struct s { int j; const int *ap[3]; };
struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
const int foo = 10;
}
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5244: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5247: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5250: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5253: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_c_const=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_const=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5263: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_c_const = no; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
#define const
1999-05-03 09:29:11 +02:00
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5273: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5281 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5290: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5293: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5296: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5299: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_c_inline=$ac_kw; break
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
done
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5310: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
1999-05-03 09:29:11 +02:00
inline | yes) ;;
2001-04-24 17:22:25 +02:00
no)
cat >>confdefs.h <<\EOF
#define inline
1999-05-03 09:29:11 +02:00
EOF
;;
2001-04-24 17:22:25 +02:00
*) cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define inline $ac_cv_c_inline
EOF
2001-04-24 17:22:25 +02:00
;;
esac
for ac_header in stdlib.h string.h memory.h strings.h inttypes.h unistd.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5328: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 5334 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5338: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:5344: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
rm -f conftest.err conftest.$ac_ext
fi
echo "$as_me:5363: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
EOF
fi
done
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
echo "$as_me:5373: checking for off_t" >&5
echo $ECHO_N "checking for off_t... $ECHO_C" >&6
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5379 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
$ac_includes_default
int
main ()
{
if ((off_t *) 0)
return 0;
if (sizeof (off_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5394: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5397: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5400: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5403: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_off_t=yes
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_off_t=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5413: result: $ac_cv_type_off_t" >&5
echo "${ECHO_T}$ac_cv_type_off_t" >&6
if test $ac_cv_type_off_t = yes; then
:
else
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define off_t long
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5425: checking for size_t" >&5
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5431 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
$ac_includes_default
int
main ()
{
if ((size_t *) 0)
return 0;
if (sizeof (size_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5446: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5449: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5452: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5455: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_size_t=yes
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_size_t=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5465: result: $ac_cv_type_size_t" >&5
echo "${ECHO_T}$ac_cv_type_size_t" >&6
if test $ac_cv_type_size_t = yes; then
:
else
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define size_t unsigned
EOF
fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
2001-04-24 17:22:25 +02:00
echo "$as_me:5479: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5485 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <alloca.h>
2001-04-24 17:22:25 +02:00
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:5497: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5500: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:5503: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5506: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_working_alloca_h=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_working_alloca_h=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:5516: result: $ac_cv_working_alloca_h" >&5
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
if test $ac_cv_working_alloca_h = yes; then
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_ALLOCA_H 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5526: checking for alloca" >&5
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5532 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
# else
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
# endif
# endif
# endif
# endif
#endif
2001-04-24 17:22:25 +02:00
int
main ()
{
char *p = (char *) alloca (1);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:5564: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5567: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:5570: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5573: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_func_alloca_works=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_alloca_works=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5583: result: $ac_cv_func_alloca_works" >&5
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_func_alloca_works = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_ALLOCA 1
EOF
2001-04-24 17:22:25 +02:00
else
1999-05-03 09:29:11 +02:00
# The SVR3 libPW and SVR4 libucb both contain incompatible functions
2001-04-24 17:22:25 +02:00
# that cause trouble. Some versions do not even contain alloca or
# contain a buggy version. If you still want to use their alloca,
# use ar to extract alloca.o from them instead of compiling alloca.c.
ALLOCA=alloca.$ac_objext
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define C_ALLOCA 1
EOF
2001-04-24 17:22:25 +02:00
echo "$as_me:5604: checking whether \`alloca.c' needs Cray hooks" >&5
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5610 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
#else
wenotbecray
#endif
2001-04-24 17:22:25 +02:00
_ACEOF
1999-05-03 09:29:11 +02:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "webecray" >/dev/null 2>&1; then
ac_cv_os_cray=yes
else
ac_cv_os_cray=no
fi
rm -f conftest*
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5628: result: $ac_cv_os_cray" >&5
echo "${ECHO_T}$ac_cv_os_cray" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_os_cray = yes; then
2001-04-24 17:22:25 +02:00
for ac_func in _getb67 GETB67 getb67; do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:5633: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 5639 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:5670: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5673: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:5676: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5679: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:5689: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define CRAY_STACKSEG_END $ac_func
EOF
2001-04-24 17:22:25 +02:00
break
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
done
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5703: checking stack direction for C alloca" >&5
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test "$cross_compiling" = yes; then
ac_cv_c_stack_direction=0
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5712 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
1999-05-03 09:29:11 +02:00
find_stack_direction ()
{
static char *addr = 0;
auto char dummy;
if (addr == 0)
{
addr = &dummy;
return find_stack_direction ();
}
else
return (&dummy > addr) ? 1 : -1;
}
2001-04-24 17:22:25 +02:00
int
1999-05-03 09:29:11 +02:00
main ()
{
2001-04-24 17:22:25 +02:00
exit (find_stack_direction () < 0);
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:5735: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5738: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:5740: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5743: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_c_stack_direction=1
else
2001-04-24 17:22:25 +02:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_stack_direction=-1
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5755: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define STACK_DIRECTION $ac_cv_c_stack_direction
EOF
fi
2001-04-24 17:22:25 +02:00
for ac_header in stdlib.h unistd.h
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5767: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 5773 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5777: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:5783: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
2001-04-24 17:22:25 +02:00
eval "$ac_ac_Header=no"
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:5802: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
fi
done
for ac_func in getpagesize
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:5815: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 5821 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:5852: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5855: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:5858: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5861: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:5871: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
fi
done
2001-04-24 17:22:25 +02:00
echo "$as_me:5881: checking for working mmap" >&5
echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test "$cross_compiling" = yes; then
ac_cv_func_mmap_fixed_mapped=no
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 5890 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
Here is a matrix of mmap possibilities:
mmap private not fixed
mmap private fixed at somewhere currently unmapped
mmap private fixed at somewhere already mapped
mmap shared not fixed
mmap shared fixed at somewhere currently unmapped
mmap shared fixed at somewhere already mapped
For private mappings, we should verify that changes cannot be read()
back from the file, nor mmap's back from the file at a different
address. (There have been systems where private was not correctly
implemented like the infamous i386 svr4.0, and systems where the
2001-04-24 17:22:25 +02:00
VM page cache was not coherent with the file system buffer cache
1999-05-03 09:29:11 +02:00
like early versions of FreeBSD and possibly contemporary NetBSD.)
For shared mappings, we should conversely verify that changes get
propogated back to all the places they're supposed to be.
Grep wants private fixed already mapped.
The main things grep needs to know about mmap are:
* does it exist and is it safe to write into the mmap'd area
* how to use it (BSD variants) */
#include <sys/types.h>
#include <fcntl.h>
#include <sys/mman.h>
2001-04-24 17:22:25 +02:00
#if STDC_HEADERS || HAVE_STDLIB_H
# include <stdlib.h>
#else
char *malloc ();
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/stat.h>
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
/* This mess was copied from the GNU getpagesize.h. */
#if !HAVE_GETPAGESIZE
1999-05-03 09:29:11 +02:00
/* Assume that all systems that can run configure have sys/param.h. */
2001-04-24 17:22:25 +02:00
# if !HAVE_SYS_PARAM_H
1999-05-03 09:29:11 +02:00
# define HAVE_SYS_PARAM_H 1
# endif
# ifdef _SC_PAGESIZE
# define getpagesize() sysconf(_SC_PAGESIZE)
# else /* no _SC_PAGESIZE */
2001-04-24 17:22:25 +02:00
# if HAVE_SYS_PARAM_H
1999-05-03 09:29:11 +02:00
# include <sys/param.h>
# ifdef EXEC_PAGESIZE
# define getpagesize() EXEC_PAGESIZE
# else /* no EXEC_PAGESIZE */
# ifdef NBPG
# define getpagesize() NBPG * CLSIZE
# ifndef CLSIZE
# define CLSIZE 1
# endif /* no CLSIZE */
# else /* no NBPG */
# ifdef NBPC
# define getpagesize() NBPC
# else /* no NBPC */
# ifdef PAGESIZE
# define getpagesize() PAGESIZE
# endif /* PAGESIZE */
# endif /* no NBPC */
# endif /* no NBPG */
# endif /* no EXEC_PAGESIZE */
# else /* no HAVE_SYS_PARAM_H */
# define getpagesize() 8192 /* punt totally */
# endif /* no HAVE_SYS_PARAM_H */
# endif /* no _SC_PAGESIZE */
#endif /* no HAVE_GETPAGESIZE */
int
2001-04-24 17:22:25 +02:00
main ()
1999-05-03 09:29:11 +02:00
{
2001-04-24 17:22:25 +02:00
char *data, *data2, *data3;
int i, pagesize;
int fd;
pagesize = getpagesize ();
/* First, make a file with some known garbage in it. */
data = (char *) malloc (pagesize);
if (!data)
exit (1);
for (i = 0; i < pagesize; ++i)
*(data + i) = rand ();
umask (0);
fd = creat ("conftest.mmap", 0600);
if (fd < 0)
exit (1);
if (write (fd, data, pagesize) != pagesize)
exit (1);
close (fd);
/* Next, try to mmap the file at a fixed address which already has
something else allocated at it. If we can, also make sure that
we see the same garbage. */
fd = open ("conftest.mmap", O_RDWR);
if (fd < 0)
exit (1);
data2 = (char *) malloc (2 * pagesize);
if (!data2)
exit (1);
data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
MAP_PRIVATE | MAP_FIXED, fd, 0L))
exit (1);
for (i = 0; i < pagesize; ++i)
if (*(data + i) != *(data2 + i))
exit (1);
/* Finally, make sure that changes to the mapped area do not
percolate back to the file as seen by read(). (This is a bug on
some variants of i386 svr4.0.) */
for (i = 0; i < pagesize; ++i)
*(data2 + i) = *(data2 + i) + 1;
data3 = (char *) malloc (pagesize);
if (!data3)
exit (1);
if (read (fd, data3, pagesize) != pagesize)
exit (1);
for (i = 0; i < pagesize; ++i)
if (*(data + i) != *(data3 + i))
exit (1);
close (fd);
exit (0);
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:6022: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6025: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:6027: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6030: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_func_mmap_fixed_mapped=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_mmap_fixed_mapped=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6042: result: $ac_cv_func_mmap_fixed_mapped" >&5
echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_func_mmap_fixed_mapped = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_MMAP 1
EOF
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.mmap
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
1999-05-03 09:29:11 +02:00
unistd.h values.h sys/param.h
do
2001-04-24 17:22:25 +02:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:6057: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6063 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:6067: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:6073: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
2001-04-24 17:22:25 +02:00
eval "$ac_ac_Header=no"
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6092: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
fi
done
2001-04-24 17:22:25 +02:00
for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
1999-05-03 09:29:11 +02:00
__argz_count __argz_stringify __argz_next
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:6106: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6112 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6143: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6146: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6149: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6152: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:6162: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
fi
done
if test "${ac_cv_func_stpcpy+set}" != "set"; then
2001-04-24 17:22:25 +02:00
for ac_func in stpcpy
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:6177: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6183 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6214: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6217: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6220: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6223: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:6233: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
fi
done
fi
if test "${ac_cv_func_stpcpy}" = "yes"; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_STPCPY 1
EOF
fi
if test $ac_cv_header_locale_h = yes; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6253: checking for LC_MESSAGES" >&5
echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
if test "${am_cv_val_LC_MESSAGES+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 6259 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <locale.h>
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
return LC_MESSAGES
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6271: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6274: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6277: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6280: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
am_cv_val_LC_MESSAGES=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
am_cv_val_LC_MESSAGES=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6290: result: $am_cv_val_LC_MESSAGES" >&5
echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
1999-05-03 09:29:11 +02:00
if test $am_cv_val_LC_MESSAGES = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_LC_MESSAGES 1
EOF
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6300: checking whether NLS is requested" >&5
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
enableval="$enable_nls"
USE_NLS=$enableval
else
USE_NLS=yes
2001-04-24 17:22:25 +02:00
fi;
echo "$as_me:6309: result: $USE_NLS" >&5
echo "${ECHO_T}$USE_NLS" >&6
1999-05-03 09:29:11 +02:00
USE_INCLUDED_LIBINTL=no
if test "$USE_NLS" = "yes"; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define ENABLE_NLS 1
EOF
2001-04-24 17:22:25 +02:00
echo "$as_me:6320: checking whether included gettext is requested" >&5
echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
# Check whether --with-included-gettext or --without-included-gettext was given.
1999-05-03 09:29:11 +02:00
if test "${with_included_gettext+set}" = set; then
withval="$with_included_gettext"
nls_cv_force_use_gnu_gettext=$withval
else
nls_cv_force_use_gnu_gettext=no
2001-04-24 17:22:25 +02:00
fi;
echo "$as_me:6330: result: $nls_cv_force_use_gnu_gettext" >&5
echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
1999-05-03 09:29:11 +02:00
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
nls_cv_header_intl=
nls_cv_header_libgt=
CATOBJEXT=NONE
2001-04-24 17:22:25 +02:00
echo "$as_me:6339: checking for libintl.h" >&5
echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
if test "${ac_cv_header_libintl_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 6345 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <libintl.h>
2001-04-24 17:22:25 +02:00
_ACEOF
if { (eval echo "$as_me:6349: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:6355: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
ac_cv_header_libintl_h=yes
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
2001-04-24 17:22:25 +02:00
ac_cv_header_libintl_h=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6374: result: $ac_cv_header_libintl_h" >&5
echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
if test $ac_cv_header_libintl_h = yes; then
echo "$as_me:6377: checking for gettext in libc" >&5
echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
if test "${gt_cv_func_gettext_libc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 6383 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <libintl.h>
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
return (int) gettext ("")
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6395: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6398: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6401: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6404: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gt_cv_func_gettext_libc=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gt_cv_func_gettext_libc=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6414: result: $gt_cv_func_gettext_libc" >&5
echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
1999-05-03 09:29:11 +02:00
if test "$gt_cv_func_gettext_libc" != "yes"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6418: checking for bindtextdomain in -lintl" >&5
echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
ac_check_lib_save_LIBS=$LIBS
1999-05-03 09:29:11 +02:00
LIBS="-lintl $LIBS"
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 6426 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char bindtextdomain ();
int
main ()
{
bindtextdomain ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6445: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6448: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6451: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6454: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_intl_bindtextdomain=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_intl_bindtextdomain=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:6465: result: $ac_cv_lib_intl_bindtextdomain" >&5
echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
if test $ac_cv_lib_intl_bindtextdomain = yes; then
echo "$as_me:6468: checking for gettext in libintl" >&5
echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
if test "${gt_cv_func_gettext_libintl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6474 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
return (int) gettext ("")
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6486: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6489: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6492: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6495: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gt_cv_func_gettext_libintl=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gt_cv_func_gettext_libintl=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6505: result: $gt_cv_func_gettext_libintl" >&5
echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
1999-05-03 09:29:11 +02:00
fi
fi
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_GETTEXT 1
EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6520: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
case "$MSGFMT" in
/*)
ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
ac_cv_path_MSGFMT="$ac_dir/$ac_word"
break
fi
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
;;
esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test -n "$MSGFMT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6547: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6550: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
if test "$MSGFMT" != "no"; then
2001-04-24 17:22:25 +02:00
for ac_func in dcgettext
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:6558: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6564 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6595: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6598: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6601: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6604: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:6614: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
fi
done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6626: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
case $GMSGFMT in
[\\/]* | ?:[\\/]*)
1999-05-03 09:29:11 +02:00
ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
;;
*)
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
break
fi
done
1999-05-03 09:29:11 +02:00
test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
;;
esac
fi
2001-04-24 17:22:25 +02:00
GMSGFMT=$ac_cv_path_GMSGFMT
1999-05-03 09:29:11 +02:00
if test -n "$GMSGFMT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6654: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6657: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6663: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
case "$XGETTEXT" in
/*)
ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
break
fi
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
;;
esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test -n "$XGETTEXT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6690: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6693: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 6698 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:6711: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:6714: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:6717: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6720: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
CATOBJEXT=.gmo
DATADIRNAME=share
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
CATOBJEXT=.mo
1999-05-03 09:29:11 +02:00
DATADIRNAME=lib
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
INSTOBJEXT=.mo
fi
fi
2001-04-24 17:22:25 +02:00
fi
1999-05-03 09:29:11 +02:00
if test "$CATOBJEXT" = "NONE"; then
nls_cv_use_gnu_gettext=yes
fi
fi
if test "$nls_cv_use_gnu_gettext" = "yes"; then
INTLOBJS="\$(GETTOBJS)"
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6746: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
case "$MSGFMT" in
/*)
ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
ac_cv_path_MSGFMT="$ac_dir/$ac_word"
break
fi
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
;;
esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test -n "$MSGFMT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6773: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6776: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6782: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
case $GMSGFMT in
[\\/]* | ?:[\\/]*)
1999-05-03 09:29:11 +02:00
ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
;;
*)
2001-04-24 17:22:25 +02:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
break
fi
done
1999-05-03 09:29:11 +02:00
test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
;;
esac
fi
2001-04-24 17:22:25 +02:00
GMSGFMT=$ac_cv_path_GMSGFMT
1999-05-03 09:29:11 +02:00
if test -n "$GMSGFMT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6810: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6813: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
2001-04-24 17:22:25 +02:00
echo "$as_me:6819: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
case "$XGETTEXT" in
/*)
ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
break
fi
fi
done
IFS="$ac_save_ifs"
test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
;;
esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test -n "$XGETTEXT"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6846: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6849: result: no" >&5
echo "${ECHO_T}no" >&6
1999-05-03 09:29:11 +02:00
fi
USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.gmo
INSTOBJEXT=.mo
DATADIRNAME=share
INTLDEPS='$(top_builddir)/../intl/libintl.a'
INTLLIBS=$INTLDEPS
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
nls_cv_header_intl=libintl.h
nls_cv_header_libgt=libgettext.h
fi
if test "$XGETTEXT" != ":"; then
if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
: ;
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6868: result: found xgettext programs is not GNU xgettext; ignore it" >&5
echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
1999-05-03 09:29:11 +02:00
XGETTEXT=":"
fi
fi
# We need to process the po/ directory.
POSUB=po
else
DATADIRNAME=share
nls_cv_header_intl=libintl.h
nls_cv_header_libgt=libgettext.h
fi
# If this is used in GNU gettext we have to set USE_NLS to `yes'
# because some of the sources are only built for this goal.
if test "$PACKAGE" = gettext; then
USE_NLS=yes
USE_INCLUDED_LIBINTL=yes
fi
for lang in $ALL_LINGUAS; do
GMOFILES="$GMOFILES $lang.gmo"
POFILES="$POFILES $lang.po"
done
if test "x$CATOBJEXT" != "x"; then
if test "x$ALL_LINGUAS" = "x"; then
LINGUAS=
else
2001-04-24 17:22:25 +02:00
echo "$as_me:6898: checking for catalogs to be installed" >&5
echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
NEW_LINGUAS=
for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
*$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
esac
done
LINGUAS=$NEW_LINGUAS
2001-04-24 17:22:25 +02:00
echo "$as_me:6907: result: $LINGUAS" >&5
echo "${ECHO_T}$LINGUAS" >&6
1999-05-03 09:29:11 +02:00
fi
if test -n "$LINGUAS"; then
for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
fi
fi
if test $ac_cv_header_locale_h = yes; then
INCLUDE_LOCALE_H="#include <locale.h>"
else
INCLUDE_LOCALE_H="\
/* The system does not provide the header <locale.h>. Take care yourself. */"
fi
if test -f $srcdir/po2tbl.sed.in; then
if test "$CATOBJEXT" = ".cat"; then
2001-04-24 17:22:25 +02:00
echo "$as_me:6925: checking for linux/version.h" >&5
echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
if test "${ac_cv_header_linux_version_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 6931 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <linux/version.h>
2001-04-24 17:22:25 +02:00
_ACEOF
if { (eval echo "$as_me:6935: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:6941: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
fi
else
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
ac_cv_header_linux_version_h=yes
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
2001-04-24 17:22:25 +02:00
ac_cv_header_linux_version_h=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:6960: result: $ac_cv_header_linux_version_h" >&5
echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
if test $ac_cv_header_linux_version_h = yes; then
1999-05-03 09:29:11 +02:00
msgformat=linux
else
2001-04-24 17:22:25 +02:00
msgformat=xopen
1999-05-03 09:29:11 +02:00
fi
sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
fi
sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
$srcdir/po2tbl.sed.in > po2tbl.sed
fi
if test "$PACKAGE" = "gettext"; then
GT_NO="#NO#"
GT_YES=
else
GT_NO=
GT_YES="#YES#"
fi
MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
l=
if test -d $srcdir/po; then
test -d po || mkdir po
if test "x$srcdir" != "x."; then
if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
posrcprefix="$srcdir/"
else
posrcprefix="../$srcdir/"
fi
else
posrcprefix="../"
fi
rm -f po/POTFILES
sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
< $srcdir/po/POTFILES.in > po/POTFILES
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7002: checking whether to enable maintainer-specific portions of Makefiles" >&5
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"
USE_MAINTAINER_MODE=$enableval
else
USE_MAINTAINER_MODE=no
2001-04-24 17:22:25 +02:00
fi;
echo "$as_me:7011: result: $USE_MAINTAINER_MODE" >&5
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1999-05-03 09:29:11 +02:00
if test $USE_MAINTAINER_MODE = yes; then
MAINTAINER_MODE_TRUE=
MAINTAINER_MODE_FALSE='#'
else
MAINTAINER_MODE_TRUE='#'
MAINTAINER_MODE_FALSE=
fi
MAINT=$MAINTAINER_MODE_TRUE
2001-04-24 17:22:25 +02:00
for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:7026: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7032 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:7036: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:7042: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
ac_cpp_err=
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
else
ac_cpp_err=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
1999-05-03 09:29:11 +02:00
cat conftest.$ac_ext >&5
2001-04-24 17:22:25 +02:00
eval "$ac_ac_Header=no"
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.err conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7061: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
fi
done
# Put this here so that autoconf's "cross-compiling" message doesn't confuse
# people who are not cross-compiling but are compiling cross-assemblers.
2001-04-24 17:22:25 +02:00
echo "$as_me:7073: checking whether compiling a cross-assembler" >&5
echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
if test "${host}" = "${target}"; then
cross_gas=no
else
cross_gas=yes
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define CROSS_COMPILE 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7085: result: $cross_gas" >&5
echo "${ECHO_T}$cross_gas" >&6
1999-05-03 09:29:11 +02:00
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
2001-04-24 17:22:25 +02:00
echo "$as_me:7090: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7096 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <alloca.h>
2001-04-24 17:22:25 +02:00
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7108: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7111: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7114: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7117: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_working_alloca_h=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_working_alloca_h=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7127: result: $ac_cv_working_alloca_h" >&5
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
if test $ac_cv_working_alloca_h = yes; then
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_ALLOCA_H 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7137: checking for alloca" >&5
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7143 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# ifdef _MSC_VER
# include <malloc.h>
# define alloca _alloca
# else
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
# endif
# endif
# endif
# endif
#endif
2001-04-24 17:22:25 +02:00
int
main ()
{
char *p = (char *) alloca (1);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7175: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7178: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7181: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7184: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_func_alloca_works=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_alloca_works=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7194: result: $ac_cv_func_alloca_works" >&5
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_func_alloca_works = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define HAVE_ALLOCA 1
EOF
2001-04-24 17:22:25 +02:00
else
1999-05-03 09:29:11 +02:00
# The SVR3 libPW and SVR4 libucb both contain incompatible functions
2001-04-24 17:22:25 +02:00
# that cause trouble. Some versions do not even contain alloca or
# contain a buggy version. If you still want to use their alloca,
# use ar to extract alloca.o from them instead of compiling alloca.c.
ALLOCA=alloca.$ac_objext
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define C_ALLOCA 1
EOF
2001-04-24 17:22:25 +02:00
echo "$as_me:7215: checking whether \`alloca.c' needs Cray hooks" >&5
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7221 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
#else
wenotbecray
#endif
2001-04-24 17:22:25 +02:00
_ACEOF
1999-05-03 09:29:11 +02:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "webecray" >/dev/null 2>&1; then
ac_cv_os_cray=yes
else
ac_cv_os_cray=no
fi
rm -f conftest*
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7239: result: $ac_cv_os_cray" >&5
echo "${ECHO_T}$ac_cv_os_cray" >&6
1999-05-03 09:29:11 +02:00
if test $ac_cv_os_cray = yes; then
2001-04-24 17:22:25 +02:00
for ac_func in _getb67 GETB67 getb67; do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:7244: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7250 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7281: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7284: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7287: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7290: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7300: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define CRAY_STACKSEG_END $ac_func
EOF
2001-04-24 17:22:25 +02:00
break
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
done
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7314: checking stack direction for C alloca" >&5
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
if test "$cross_compiling" = yes; then
ac_cv_c_stack_direction=0
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7323 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
1999-05-03 09:29:11 +02:00
find_stack_direction ()
{
static char *addr = 0;
auto char dummy;
if (addr == 0)
{
addr = &dummy;
return find_stack_direction ();
}
else
return (&dummy > addr) ? 1 : -1;
}
2001-04-24 17:22:25 +02:00
int
1999-05-03 09:29:11 +02:00
main ()
{
2001-04-24 17:22:25 +02:00
exit (find_stack_direction () < 0);
1999-05-03 09:29:11 +02:00
}
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:7346: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7349: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:7351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7354: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_c_stack_direction=1
else
2001-04-24 17:22:25 +02:00
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_stack_direction=-1
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7366: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define STACK_DIRECTION $ac_cv_c_stack_direction
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7375: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7383 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7392: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7395: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7398: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7401: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
ac_cv_c_inline=$ac_kw; break
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
done
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7412: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
1999-05-03 09:29:11 +02:00
inline | yes) ;;
2001-04-24 17:22:25 +02:00
no)
cat >>confdefs.h <<\EOF
#define inline
1999-05-03 09:29:11 +02:00
EOF
;;
2001-04-24 17:22:25 +02:00
*) cat >>confdefs.h <<EOF
1999-05-03 09:29:11 +02:00
#define inline $ac_cv_c_inline
EOF
;;
esac
# VMS doesn't have unlink.
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
for ac_func in unlink remove
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:7432: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7438 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7469: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7472: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7475: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7478: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7488: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
break
fi
done
# Some systems don't have sbrk().
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
for ac_func in sbrk
do
2001-04-24 17:22:25 +02:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:7503: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 7509 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-04-24 17:22:25 +02:00
which can conflict with char $ac_func (); below. */
1999-05-03 09:29:11 +02:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
1999-05-03 09:29:11 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-04-24 17:22:25 +02:00
f = $ac_func;
1999-05-03 09:29:11 +02:00
#endif
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7540: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7543: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7546: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7549: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:7559: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
1999-05-03 09:29:11 +02:00
EOF
fi
done
2000-06-20 15:52:32 +02:00
# do we need the math library?
case "${need_libm}" in
2001-04-24 17:22:25 +02:00
yes)
2000-06-20 15:52:32 +02:00
LIBM=
case $host in
*-*-beos* | *-*-cygwin* | *-*-pw32*)
2000-06-20 15:52:32 +02:00
# These system don't have libm
;;
*-ncr-sysv4.3*)
2001-04-24 17:22:25 +02:00
echo "$as_me:7578: checking for _mwvalidcheckl in -lmw" >&5
echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-06-20 15:52:32 +02:00
else
2001-04-24 17:22:25 +02:00
ac_check_lib_save_LIBS=$LIBS
2000-06-20 15:52:32 +02:00
LIBS="-lmw $LIBS"
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7586 "configure"
2000-06-20 15:52:32 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
2000-06-20 15:52:32 +02:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-04-24 17:22:25 +02:00
#ifdef __cplusplus
extern "C"
#endif
2000-06-20 15:52:32 +02:00
/* We use char because int might match the return type of a gcc2
2001-04-24 17:22:25 +02:00
builtin and then its argument prototype would still apply. */
char _mwvalidcheckl ();
int
main ()
{
_mwvalidcheckl ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7605: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7608: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7611: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7614: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_mw__mwvalidcheckl=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:7625: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
2000-06-20 15:52:32 +02:00
LIBM="-lmw"
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7631: checking for main in -lm" >&5
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-06-20 15:52:32 +02:00
else
2001-04-24 17:22:25 +02:00
ac_check_lib_save_LIBS=$LIBS
2000-06-20 15:52:32 +02:00
LIBS="-lm $LIBS"
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7639 "configure"
2000-06-20 15:52:32 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7651: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7654: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7657: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7660: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_m_main=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:7671: result: $ac_cv_lib_m_main" >&5
echo "${ECHO_T}$ac_cv_lib_m_main" >&6
if test $ac_cv_lib_m_main = yes; then
2000-06-20 15:52:32 +02:00
LIBM="$LIBM -lm"
fi
;;
*)
2001-04-24 17:22:25 +02:00
echo "$as_me:7679: checking for main in -lm" >&5
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
2000-06-20 15:52:32 +02:00
else
2001-04-24 17:22:25 +02:00
ac_check_lib_save_LIBS=$LIBS
2000-06-20 15:52:32 +02:00
LIBS="-lm $LIBS"
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7687 "configure"
2000-06-20 15:52:32 +02:00
#include "confdefs.h"
2001-04-24 17:22:25 +02:00
int
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7699: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7702: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7705: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7708: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_m_main=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:7719: result: $ac_cv_lib_m_main" >&5
echo "${ECHO_T}$ac_cv_lib_m_main" >&6
if test $ac_cv_lib_m_main = yes; then
2000-06-20 15:52:32 +02:00
LIBM="-lm"
fi
;;
esac
;;
esac
1999-05-03 09:29:11 +02:00
# Some non-ANSI preprocessors botch requoting inside strings. That's bad
# enough, but on some of those systems, the assert macro relies on requoting
# working properly!
2001-04-24 17:22:25 +02:00
echo "$as_me:7734: checking for working assert macro" >&5
echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
if test "${gas_cv_assert_ok+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7740 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#include <assert.h>
#include <stdio.h>
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
/* check for requoting problems */
static int a, b, c, d;
static char *s;
assert (!strcmp(s, "foo bar baz quux"));
/* check for newline handling */
assert (a == b
|| c == d);
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7761: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7764: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7767: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7770: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_assert_ok=yes
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_assert_ok=no
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7780: result: $gas_cv_assert_ok" >&5
echo "${ECHO_T}$gas_cv_assert_ok" >&6
test $gas_cv_assert_ok = yes ||
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define BROKEN_ASSERT 1
EOF
# On some systems, the system header files may not declare malloc, realloc,
# and free. There are places where gas needs these functions to have been
# declared -- such as when taking their addresses.
gas_test_headers="
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#else
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
"
2001-04-24 17:22:25 +02:00
echo "$as_me:7809: checking whether declaration is required for strstr" >&5
echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
if test "${gas_cv_decl_needed_strstr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7815 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
$gas_test_headers
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef char *(*f)();
f x;
x = (f) strstr;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7831: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7834: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7837: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7840: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_strstr=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_strstr=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7850: result: $gas_cv_decl_needed_strstr" >&5
echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_strstr = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_STRSTR 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7860: checking whether declaration is required for malloc" >&5
echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
if test "${gas_cv_decl_needed_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7866 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
$gas_test_headers
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef char *(*f)();
f x;
x = (f) malloc;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7882: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7885: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7888: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7891: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_malloc=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_malloc=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7901: result: $gas_cv_decl_needed_malloc" >&5
echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_malloc = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_MALLOC 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7911: checking whether declaration is required for free" >&5
echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
if test "${gas_cv_decl_needed_free+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7917 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
$gas_test_headers
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef void (*f)();
f x;
x = (f) free;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7933: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7936: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7939: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7942: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_free=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_free=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7952: result: $gas_cv_decl_needed_free" >&5
echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_free = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_FREE 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:7962: checking whether declaration is required for sbrk" >&5
echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
if test "${gas_cv_decl_needed_sbrk+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 7968 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
$gas_test_headers
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef char *(*f)();
f x;
x = (f) sbrk;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:7984: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7987: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:7990: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7993: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_sbrk=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_sbrk=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:8003: result: $gas_cv_decl_needed_sbrk" >&5
echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_sbrk = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_SBRK 1
EOF
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:8013: checking whether declaration is required for environ" >&5
echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
if test "${gas_cv_decl_needed_environ+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 8019 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
$gas_test_headers
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef char **f;
f x;
x = (f) environ;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8035: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8038: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8041: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8044: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_environ=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_environ=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:8054: result: $gas_cv_decl_needed_environ" >&5
echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_environ = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_ENVIRON 1
EOF
fi
# Does errno.h declare errno, or do we have to add a separate declaration
# for it?
2001-04-24 17:22:25 +02:00
echo "$as_me:8067: checking whether declaration is required for errno" >&5
echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
if test "${gas_cv_decl_needed_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
cat >conftest.$ac_ext <<_ACEOF
#line 8073 "configure"
1999-05-03 09:29:11 +02:00
#include "confdefs.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
2001-04-24 17:22:25 +02:00
int
main ()
{
1999-05-03 09:29:11 +02:00
typedef int f;
f x;
x = (f) errno;
2001-04-24 17:22:25 +02:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8093: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8096: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8099: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8102: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-05-03 09:29:11 +02:00
gas_cv_decl_needed_errno=no
else
2001-04-24 17:22:25 +02:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
gas_cv_decl_needed_errno=yes
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
rm -f conftest$ac_exeext conftest.$ac_ext
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
echo "$as_me:8112: result: $gas_cv_decl_needed_errno" >&5
echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
1999-05-03 09:29:11 +02:00
if test $gas_cv_decl_needed_errno = yes; then
2001-04-24 17:22:25 +02:00
cat >>confdefs.h <<\EOF
1999-05-03 09:29:11 +02:00
#define NEED_DECLARATION_ERRNO 1
EOF
fi
2001-04-24 17:22:25 +02:00
ac_config_files="$ac_config_files Makefile doc/Makefile ${GDBINIT}:gdbinit.in po/Makefile.in:po/Make-in"
ac_config_commands="$ac_config_commands default"
cat >confcache <<\_ACEOF
1999-05-03 09:29:11 +02:00
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
2001-04-24 17:22:25 +02:00
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
1999-05-03 09:29:11 +02:00
#
2001-04-24 17:22:25 +02:00
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
1999-05-03 09:29:11 +02:00
#
2001-04-24 17:22:25 +02:00
# `ac_cv_env_foo' variables (set or unset) will be overriden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
_ACEOF
1999-05-03 09:29:11 +02:00
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
2001-04-24 17:22:25 +02:00
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
sed '
t clear
: clear
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
t end
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
: end' >>confcache
if cmp -s $cache_file confcache; then :; else
1999-05-03 09:29:11 +02:00
if test -w $cache_file; then
2001-04-24 17:22:25 +02:00
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
cat confcache >$cache_file
1999-05-03 09:29:11 +02:00
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2001-04-24 17:22:25 +02:00
# VPATH may cause trouble with some makes, so we remove $(srcdir),
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
1999-05-03 09:29:11 +02:00
if test "x$srcdir" = x.; then
2001-04-24 17:22:25 +02:00
ac_vpsub='/^[ ]*VPATH[ ]*=/{
s/:*\$(srcdir):*/:/;
s/:*\${srcdir}:*/:/;
s/:*@srcdir@:*/:/;
s/^\([^=]*=[ ]*\):*/\1/;
s/:*$//;
s/^[^=]*=[ ]*$//;
}'
1999-05-03 09:29:11 +02:00
fi
DEFS=-DHAVE_CONFIG_H
: ${CONFIG_STATUS=./config.status}
2001-04-24 17:22:25 +02:00
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:8203: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
1999-05-03 09:29:11 +02:00
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
2001-04-24 17:22:25 +02:00
# configure, is in config.log if it exists.
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
debug=false
as_me=\`echo "\$0" | sed 's,.*/,,'\`
SHELL=\${CONFIG_SHELL-$SHELL}
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
# We could just check for DJGPP; but this test a) works b) is more generic
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
if test -f conf$$.exe; then
# Don't use ln at all; we don't have any links
as_ln_s='cp -p'
else
as_ln_s='ln -s'
fi
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.file
as_executable_p="test -f"
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
# NLS nuisances.
$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
# IFS
# We need space, tab and new line, in precisely that order.
as_nl='
'
IFS=" $as_nl"
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 5 compiler messages saved in config.log
# 6 checking for... messages and results
exec 5>>config.log
exec 6>&1
cat >&5 << EOF
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by $as_me 2.49d, executed with
> $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q`
EOF
_ACEOF
# Files that config.status was made for.
if test -n "$ac_config_files"; then
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_headers"; then
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_links"; then
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_commands"; then
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
fi
cat >>$CONFIG_STATUS <<\EOF
ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.
Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit
-V, --version print version number, then exit
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
--header=FILE[:TEMPLATE]
instantiate the configuration header FILE
Configuration files:
$config_files
Configuration headers:
$config_headers
Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
$CONFIG_STATUS generated by $as_me (Autoconf 2.49d).
Configured on host $ac_hostname by
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
srcdir=$srcdir
INSTALL="$INSTALL"
EOF
cat >>$CONFIG_STATUS <<\EOF
# If no file are specified by the user, then we need to provide default
# value. By we need to know if files were specified by the user.
ac_need_defaults=:
while test $# != 0
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
case $1 in
--*=*)
ac_option=`expr "x$1" : 'x\([^=]*\)='`
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
shift
set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
shift
;;
-*);;
*) # This is not an option, so the user has probably given explicit
# arguments.
ac_need_defaults=false;;
esac
case $1 in
# Handling of the options.
EOF
cat >>$CONFIG_STATUS <<EOF
1999-05-03 09:29:11 +02:00
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2001-04-24 17:22:25 +02:00
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
EOF
cat >>$CONFIG_STATUS <<\EOF
--version | --vers* | -V )
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
{ { echo "$as_me:8390: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
{ (exit 1); exit 1; }; };;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
debug=: ;;
--file | --fil | --fi | --f )
shift
CONFIG_FILES="$CONFIG_FILES $1"
ac_need_defaults=false;;
--header | --heade | --head | --hea )
shift
CONFIG_HEADERS="$CONFIG_HEADERS $1"
ac_need_defaults=false;;
# Handling of arguments.
'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
'doc/Makefile' ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
'${GDBINIT}' ) CONFIG_FILES="$CONFIG_FILES ${GDBINIT}:gdbinit.in" ;;
'po/Makefile.in' ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
'default-1' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
'default' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
# This is an error.
-*) { { echo "$as_me:8418: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
{ (exit 1); exit 1; }; } ;;
*) { { echo "$as_me:8423: error: invalid argument: $1" >&5
echo "$as_me: error: invalid argument: $1" >&2;}
{ (exit 1); exit 1; }; };;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
shift
1999-05-03 09:29:11 +02:00
done
2001-04-24 17:22:25 +02:00
EOF
cat >>$CONFIG_STATUS <<\EOF
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
# Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
trap '{ (exit $?); exit $?; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
: ${TMPDIR=/tmp}
{
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
test -n "$tmp" && test -d "$tmp"
} ||
{
tmp=$TMPDIR/cs$$-$RANDOM
(umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
{ (exit 1); exit 1; }
}
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
cat >>$CONFIG_STATUS <<EOF
#
# INIT-COMMANDS section.
#
target_cpu_type=${target_cpu_type}
cgen_cpu_prefix=${cgen_cpu_prefix}
obj_format=${obj_format}
te_file=${te_file}
EOF
cat >>$CONFIG_STATUS <<EOF
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
#
# CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "\$CONFIG_FILES"; then
# Protect against being on the right side of a sed subst in config.status.
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
s,@SHELL@,$SHELL,;t t
s,@exec_prefix@,$exec_prefix,;t t
s,@prefix@,$prefix,;t t
s,@program_transform_name@,$program_transform_name,;t t
s,@bindir@,$bindir,;t t
s,@sbindir@,$sbindir,;t t
s,@libexecdir@,$libexecdir,;t t
s,@datadir@,$datadir,;t t
s,@sysconfdir@,$sysconfdir,;t t
s,@sharedstatedir@,$sharedstatedir,;t t
s,@localstatedir@,$localstatedir,;t t
s,@libdir@,$libdir,;t t
s,@includedir@,$includedir,;t t
s,@oldincludedir@,$oldincludedir,;t t
s,@infodir@,$infodir,;t t
s,@mandir@,$mandir,;t t
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
s,@ECHO_C@,$ECHO_C,;t t
s,@ECHO_N@,$ECHO_N,;t t
s,@ECHO_T@,$ECHO_T,;t t
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
s,@DEFS@,$DEFS,;t t
s,@LIBS@,$LIBS,;t t
s,@build@,$build,;t t
s,@build_cpu@,$build_cpu,;t t
s,@build_vendor@,$build_vendor,;t t
s,@build_os@,$build_os,;t t
s,@host@,$host,;t t
s,@host_cpu@,$host_cpu,;t t
s,@host_vendor@,$host_vendor,;t t
s,@host_os@,$host_os,;t t
s,@target@,$target,;t t
s,@target_cpu@,$target_cpu,;t t
s,@target_vendor@,$target_vendor,;t t
s,@target_os@,$target_os,;t t
s,@CC@,$CC,;t t
s,@CFLAGS@,$CFLAGS,;t t
s,@LDFLAGS@,$LDFLAGS,;t t
s,@ac_ct_CC@,$ac_ct_CC,;t t
s,@EXEEXT@,$EXEEXT,;t t
s,@OBJEXT@,$OBJEXT,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
s,@PACKAGE@,$PACKAGE,;t t
s,@VERSION@,$VERSION,;t t
s,@ACLOCAL@,$ACLOCAL,;t t
s,@AUTOCONF@,$AUTOCONF,;t t
s,@AUTOMAKE@,$AUTOMAKE,;t t
s,@AUTOHEADER@,$AUTOHEADER,;t t
s,@MAKEINFO@,$MAKEINFO,;t t
s,@SET_MAKE@,$SET_MAKE,;t t
s,@LN_S@,$LN_S,;t t
s,@RANLIB@,$RANLIB,;t t
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
s,@STRIP@,$STRIP,;t t
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
s,@LIBTOOL@,$LIBTOOL,;t t
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
s,@GDBINIT@,$GDBINIT,;t t
s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
s,@extra_objects@,$extra_objects,;t t
s,@target_cpu_type@,$target_cpu_type,;t t
s,@obj_format@,$obj_format,;t t
s,@te_file@,$te_file,;t t
s,@install_tooldir@,$install_tooldir,;t t
s,@atof@,$atof,;t t
s,@BFDLIB@,$BFDLIB,;t t
s,@OPCODES_LIB@,$OPCODES_LIB,;t t
s,@ALL_OBJ_DEPS@,$ALL_OBJ_DEPS,;t t
s,@YACC@,$YACC,;t t
s,@LEX@,$LEX,;t t
s,@LEXLIB@,$LEXLIB,;t t
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
s,@CPP@,$CPP,;t t
s,@CPPFLAGS@,$CPPFLAGS,;t t
s,@ALLOCA@,$ALLOCA,;t t
s,@USE_NLS@,$USE_NLS,;t t
s,@MSGFMT@,$MSGFMT,;t t
s,@GMSGFMT@,$GMSGFMT,;t t
s,@XGETTEXT@,$XGETTEXT,;t t
s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
s,@CATALOGS@,$CATALOGS,;t t
s,@CATOBJEXT@,$CATOBJEXT,;t t
s,@DATADIRNAME@,$DATADIRNAME,;t t
s,@GMOFILES@,$GMOFILES,;t t
s,@INSTOBJEXT@,$INSTOBJEXT,;t t
s,@INTLDEPS@,$INTLDEPS,;t t
s,@INTLLIBS@,$INTLLIBS,;t t
s,@INTLOBJS@,$INTLOBJS,;t t
s,@POFILES@,$POFILES,;t t
s,@POSUB@,$POSUB,;t t
s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
s,@GT_NO@,$GT_NO,;t t
s,@GT_YES@,$GT_YES,;t t
s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
s,@l@,$l,;t t
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
s,@MAINT@,$MAINT,;t t
s,@LIBM@,$LIBM,;t t
1999-05-03 09:29:11 +02:00
CEOF
2001-04-24 17:22:25 +02:00
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
cat >>$CONFIG_STATUS <<\EOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_lines=48
ac_sed_frag=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_lines # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=
while $ac_more_lines; do
if test $ac_beg -gt 1; then
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
else
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
fi
if test ! -s $tmp/subs.frag; then
ac_more_lines=false
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
# The purpose of the label and of the branching condition is to
# speed up the sed processing (if there are no `@' at all, there
# is no need to browse any of the substitutions).
# These are the two extra sed commands mentioned above.
(echo ':t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
if test -z "$ac_sed_cmds"; then
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
else
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
fi
ac_sed_frag=`expr $ac_sed_frag + 1`
ac_beg=$ac_end
ac_end=`expr $ac_end + $ac_max_sed_lines`
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
done
if test -z "$ac_sed_cmds"; then
ac_sed_cmds=cat
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
fi # test -n "$CONFIG_FILES"
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
cat >>$CONFIG_STATUS <<\EOF
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
1999-05-03 09:29:11 +02:00
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-04-24 17:22:25 +02:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
* ) ac_file_in=$ac_file.in ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
1999-05-03 09:29:11 +02:00
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2001-04-24 17:22:25 +02:00
{ case "$ac_dir" in
[\\/]* | ?:[\\/]* ) as_incr_dir=;;
*) as_incr_dir=.;;
esac
as_dummy="$ac_dir"
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
case $as_mkdir_dir in
# Skip DOS drivespec
?:) as_incr_dir=$as_mkdir_dir ;;
*)
as_incr_dir=$as_incr_dir/$as_mkdir_dir
test -d "$as_incr_dir" || mkdir "$as_incr_dir"
;;
esac
done; }
ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
1999-05-03 09:29:11 +02:00
# A "../" for each directory in $ac_dir_suffix.
2001-04-24 17:22:25 +02:00
ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
1999-05-03 09:29:11 +02:00
else
ac_dir_suffix= ac_dots=
fi
2001-04-24 17:22:25 +02:00
case $srcdir in
.) ac_srcdir=.
if test -z "$ac_dots"; then
ac_top_srcdir=.
else
ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
fi ;;
[\\/]* | ?:[\\/]* )
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir ;;
1999-05-03 09:29:11 +02:00
*) # Relative path.
2001-04-24 17:22:25 +02:00
ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_dots$srcdir ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
case $INSTALL in
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_dots$INSTALL ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
if test x"$ac_file" != x-; then
{ echo "$as_me:8710: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated automatically by config.status. */
configure_input="Generated automatically from `echo $ac_file_in |
sed 's,.*/,,'` by configure."
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
test -f "$f" || { { echo "$as_me:8728: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
elif test -f "$srcdir/$f"; then
# Source tree
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:8741: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
esac
done` || { (exit 1); exit 1; }
EOF
cat >>$CONFIG_STATUS <<EOF
sed "$ac_vpsub
$extrasub
EOF
cat >>$CONFIG_STATUS <<\EOF
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@configure_input@,$configure_input,;t t
s,@srcdir@,$ac_srcdir,;t t
s,@top_srcdir@,$ac_top_srcdir,;t t
s,@INSTALL@,$ac_INSTALL,;t t
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
rm -f $tmp/stdin
if test x"$ac_file" != x-; then
mv $tmp/out $ac_file
else
cat $tmp/out
rm -f $tmp/out
fi
done
EOF
cat >>$CONFIG_STATUS <<\EOF
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
#
# CONFIG_HEADER section.
#
1999-05-03 09:29:11 +02:00
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
2001-04-24 17:22:25 +02:00
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ac_dB='[ ].*$,\1#\2'
ac_dC=' '
ac_dD=',;t'
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_uB='$,\1#\2define\3'
1999-05-03 09:29:11 +02:00
ac_uC=' '
2001-04-24 17:22:25 +02:00
ac_uD=',;t'
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
1999-05-03 09:29:11 +02:00
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-04-24 17:22:25 +02:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
* ) ac_file_in=$ac_file.in ;;
1999-05-03 09:29:11 +02:00
esac
2001-04-24 17:22:25 +02:00
test x"$ac_file" != x- && { echo "$as_me:8802: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
test -f "$f" || { { echo "$as_me:8813: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
elif test -f "$srcdir/$f"; then
# Source tree
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:8826: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
esac
done` || { (exit 1); exit 1; }
# Remove the trailing spaces.
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
EOF
# Transform confdefs.h into two sed scripts, `conftest.defines' and
# `conftest.undefs', that substitutes the proper values into
# config.h.in to produce config.h. The first handles `#define'
# templates, and the second `#undef' templates.
# And first: Protect against being on the right side of a sed subst in
# config.status. Protect against being in an unquoted here document
# in config.status.
rm -f conftest.defines conftest.undefs
# Using a here document instead of a string reduces the quoting nightmare.
# Putting comments in sed scripts is not portable.
#
# `end' is used to avoid that the second main sed command (meant for
# 0-ary CPP macros) applies to n-ary macro definitions.
# See the Autoconf documentation for `clear'.
cat >confdef2sed.sed <<\EOF
s/[\\&,]/\\&/g
s,[\\$`],\\&,g
t clear
: clear
s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
t end
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
: end
EOF
# If some macros were called several times there might be several times
# the same #defines, which is useless. Nevertheless, we may not want to
# sort them, since we want the *last* AC-DEFINE to be honored.
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
rm -f confdef2sed.sed
1999-05-03 09:29:11 +02:00
# This sed command replaces #undef with comments. This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
2001-04-24 17:22:25 +02:00
cat >>conftest.undefs <<\EOF
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
# Break up conftest.defines because some shells have a limit on the size
# of here documents, and old seds have small limits too (100 cmds).
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
echo ' :' >>$CONFIG_STATUS
rm -f conftest.tail
while grep . conftest.defines >/dev/null
do
# Write a limited-size here document to $tmp/defines.sed.
echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
# Speed up: don't consider the non `#define' lines.
echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
# Work around the forget-to-reset-the-flag bug.
echo 't clr' >>$CONFIG_STATUS
echo ': clr' >>$CONFIG_STATUS
sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
echo 'CEOF
sed -f $tmp/defines.sed $tmp/in >$tmp/out
rm -f $tmp/in
mv $tmp/out $tmp/in
' >>$CONFIG_STATUS
sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
rm -f conftest.defines
mv conftest.tail conftest.defines
done
rm -f conftest.defines
echo ' fi # egrep' >>$CONFIG_STATUS
echo >>$CONFIG_STATUS
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
# Break up conftest.undefs because some shells have a limit on the size
# of here documents, and old seds have small limits too (100 cmds).
echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
1999-05-03 09:29:11 +02:00
rm -f conftest.tail
2001-04-24 17:22:25 +02:00
while grep . conftest.undefs >/dev/null
1999-05-03 09:29:11 +02:00
do
2001-04-24 17:22:25 +02:00
# Write a limited-size here document to $tmp/undefs.sed.
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
# Speed up: don't consider the non `#undef'
echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
# Work around the forget-to-reset-the-flag bug.
echo 't clr' >>$CONFIG_STATUS
echo ': clr' >>$CONFIG_STATUS
sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
1999-05-03 09:29:11 +02:00
echo 'CEOF
2001-04-24 17:22:25 +02:00
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
rm -f $tmp/in
mv $tmp/out $tmp/in
' >>$CONFIG_STATUS
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
rm -f conftest.undefs
mv conftest.tail conftest.undefs
1999-05-03 09:29:11 +02:00
done
2001-04-24 17:22:25 +02:00
rm -f conftest.undefs
cat >>$CONFIG_STATUS <<\EOF
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated automatically by config.status. */
if test x"$ac_file" = x-; then
echo "/* Generated automatically by configure. */" >$tmp/config.h
1999-05-03 09:29:11 +02:00
else
2001-04-24 17:22:25 +02:00
echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
fi
cat $tmp/in >>$tmp/config.h
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
{ echo "$as_me:8943: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
1999-05-03 09:29:11 +02:00
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2001-04-24 17:22:25 +02:00
{ case "$ac_dir" in
[\\/]* | ?:[\\/]* ) as_incr_dir=;;
*) as_incr_dir=.;;
esac
as_dummy="$ac_dir"
for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
case $as_mkdir_dir in
# Skip DOS drivespec
?:) as_incr_dir=$as_mkdir_dir ;;
*)
as_incr_dir=$as_incr_dir/$as_mkdir_dir
test -d "$as_incr_dir" || mkdir "$as_incr_dir"
;;
esac
done; }
fi
rm -f $ac_file
mv $tmp/config.h $ac_file
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
else
cat $tmp/config.h
rm -f $tmp/config.h
1999-05-03 09:29:11 +02:00
fi
2001-04-24 17:22:25 +02:00
done
1999-05-03 09:29:11 +02:00
EOF
2001-04-24 17:22:25 +02:00
cat >>$CONFIG_STATUS <<\EOF
1999-05-03 09:29:11 +02:00
2001-04-24 17:22:25 +02:00
#
# CONFIG_COMMANDS section.
#
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
case $ac_dest in
default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
default ) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
1999-05-03 09:29:11 +02:00
echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
echo '#include "te-'"${te_file}"'.h"' > targ-env.h
echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
if test "x$cgen_cpu_prefix" != x ; then
echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
fi
2001-04-24 17:22:25 +02:00
sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile ;;
esac
done
EOF
cat >>$CONFIG_STATUS <<\EOF
{ (exit 0); exit 0; }
1999-05-03 09:29:11 +02:00
EOF
chmod +x $CONFIG_STATUS
2001-04-24 17:22:25 +02:00
ac_clean_files=$ac_clean_files_save
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit 1; }
1999-05-03 09:29:11 +02:00