1999-01-20 23:37:59 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
1999-02-25 20:00:38 +00:00
|
|
|
# Read in 'mozconfig.sh' script to set the initial options.
|
|
|
|
# See the load-mozconfig.sh script for more details.
|
|
|
|
TOPSRCDIR=`dirname $0`
|
|
|
|
PATH="$TOPSRCDIR/build/autoconf:$PATH"
|
|
|
|
. load-mozconfig.sh
|
1999-02-11 09:32:01 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
1999-02-02 23:15:37 +00:00
|
|
|
# Generated automatically using autoconf version 2.12
|
1999-01-20 23:37:59 +00:00
|
|
|
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This configure script is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy, distribute and modify it.
|
|
|
|
|
|
|
|
# Defaults:
|
|
|
|
ac_help=
|
|
|
|
ac_default_prefix=/usr/local
|
|
|
|
# Any additions from configure.in:
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-x use the X Window System"
|
1999-02-12 02:31:28 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-async-dns Disable separate dns thread"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-editor Enable editor"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-mailnews Enable Mail & News"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-build-nspr Dont build mozilla/nsprpub"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-oji Enable use of Open JVM Interface"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-tests Enable test stubs"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-toolkit=\$val Enable \$val fe (defaults to gtk)"
|
1999-02-17 14:45:37 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-build-xpfe Dont build mozilla/xpfe"
|
1999-02-17 14:45:37 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-asserts Disable asserts during debugging"
|
1999-02-17 14:45:37 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-debug Enable debug symbols"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-md Use compiler-based dependencies "
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-pedantic Issue all warnings demanded by strict ANSI C "
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-shared Disable building of internal shared libs"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-gprof Enable gprof symbols"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-insure Enable insure++ instrumentation (linux only)"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--with-insure-dirs=\$dirs Dirs to instrument "
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--with-insure-exclude-dirs=\$dirs Dirs to not instrument "
|
1999-02-18 04:31:38 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-profile Enable profiling (solaris only)"
|
1999-02-18 04:31:38 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-wrap-malloc Wrap malloc calls (gnu linker only) (default=no) "
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--with-wrap-malloc-=\$dir Location of malloc wrapper library"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-homedir=\$val Set the homedir to \$val"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-idltool Build idl tool (default=no) "
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-xterm-updates Update XTERM titles with current command."
|
1999-02-23 19:15:42 +00:00
|
|
|
ac_help="$ac_help
|
|
|
|
--enable-js-stubs Use XPIDL JavaScript Stubs."
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-crypto Enable use of SSL (untested)"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-java Enable use of java applets (untested)"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--enable-mail-compose Enable old Messenger mail composer "
|
1999-02-17 17:45:38 +00:00
|
|
|
ac_help="$ac_help
|
1999-02-19 17:31:47 +00:00
|
|
|
--disable-static Disable building of internal static libs (broken)"
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_help="$ac_help
|
|
|
|
--with-static-motif link motif statically if possible"
|
1999-02-11 09:32:01 +00:00
|
|
|
ac_help="$ac_help
|
|
|
|
--with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--disable-gtktest Do not try to compile and run a test GTK program"
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_help="$ac_help
|
|
|
|
--with-static-gtk link gtk statically if possible"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-jpeg=\$dir use system libjpeg in \$dir if more recent"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-zlib=\$dir use system libz in \$dir"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-png=\$dir use system libpng in \$dir if more recent"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-fullcircle=\$dir location of FullCircle headers and libraries"
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-pthreads use system pthread library "
|
|
|
|
ac_help="$ac_help
|
|
|
|
--with-nspr=\$dir location of nspr headers and libraries"
|
|
|
|
|
|
|
|
# Initialize some variables set by options.
|
|
|
|
# The variables have the same names as the options, with
|
|
|
|
# dashes changed to underlines.
|
|
|
|
build=NONE
|
|
|
|
cache_file=./config.cache
|
|
|
|
exec_prefix=NONE
|
|
|
|
host=NONE
|
|
|
|
no_create=
|
|
|
|
nonopt=NONE
|
|
|
|
no_recursion=
|
|
|
|
prefix=NONE
|
|
|
|
program_prefix=NONE
|
|
|
|
program_suffix=NONE
|
|
|
|
program_transform_name=s,x,x,
|
|
|
|
silent=
|
|
|
|
site=
|
|
|
|
srcdir=
|
|
|
|
target=NONE
|
|
|
|
verbose=
|
|
|
|
x_includes=NONE
|
|
|
|
x_libraries=NONE
|
|
|
|
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'
|
|
|
|
|
|
|
|
# Initialize some other variables.
|
|
|
|
subdirs=
|
|
|
|
MFLAGS= MAKEFLAGS=
|
|
|
|
# Maximum number of lines to put in a shell here document.
|
|
|
|
ac_max_here_lines=12
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
case "$ac_option" in
|
|
|
|
-*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
|
|
|
*) ac_optarg= ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
# Accept the important Cygnus configure options, so we can diagnose typos.
|
|
|
|
|
|
|
|
case "$ac_option" in
|
|
|
|
|
|
|
|
-bindir | --bindir | --bindi | --bind | --bin | --bi)
|
|
|
|
ac_prev=bindir ;;
|
|
|
|
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
|
|
|
bindir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-build | --build | --buil | --bui | --bu)
|
|
|
|
ac_prev=build ;;
|
|
|
|
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
|
|
|
build="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
cache_file="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
|
|
|
ac_prev=datadir ;;
|
|
|
|
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
|
|
|
|
| --da=*)
|
|
|
|
datadir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-disable-* | --disable-*)
|
|
|
|
ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
|
|
|
|
# Reject names that are not valid shell variable names.
|
|
|
|
if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
|
|
|
|
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
ac_feature=`echo $ac_feature| sed 's/-/_/g'`
|
|
|
|
eval "enable_${ac_feature}=no" ;;
|
|
|
|
|
|
|
|
-enable-* | --enable-*)
|
|
|
|
ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
|
|
|
|
# Reject names that are not valid shell variable names.
|
|
|
|
if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
|
|
|
|
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
ac_feature=`echo $ac_feature| sed 's/-/_/g'`
|
|
|
|
case "$ac_option" in
|
|
|
|
*=*) ;;
|
|
|
|
*) ac_optarg=yes ;;
|
|
|
|
esac
|
|
|
|
eval "enable_${ac_feature}='$ac_optarg'" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
exec_prefix="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-gas | --gas | --ga | --g)
|
|
|
|
# Obsolete; use --with-gas.
|
|
|
|
with_gas=yes ;;
|
|
|
|
|
|
|
|
-help | --help | --hel | --he)
|
|
|
|
# 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
|
|
|
|
Usage: configure [options] [host]
|
|
|
|
Options: [defaults in brackets after descriptions]
|
|
|
|
Configuration:
|
|
|
|
--cache-file=FILE cache test results in FILE
|
|
|
|
--help print this message
|
|
|
|
--no-create do not create output files
|
|
|
|
--quiet, --silent do not print \`checking...' messages
|
|
|
|
--version print the version of autoconf that created configure
|
|
|
|
Directory and file names:
|
|
|
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
|
|
|
[$ac_default_prefix]
|
|
|
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
|
|
|
[same as prefix]
|
|
|
|
--bindir=DIR user executables in DIR [EPREFIX/bin]
|
|
|
|
--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
|
|
|
|
--libexecdir=DIR program executables in DIR [EPREFIX/libexec]
|
|
|
|
--datadir=DIR read-only architecture-independent data in DIR
|
|
|
|
[PREFIX/share]
|
|
|
|
--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
|
|
|
|
--sharedstatedir=DIR modifiable architecture-independent data in DIR
|
|
|
|
[PREFIX/com]
|
|
|
|
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
|
|
|
|
--libdir=DIR object code libraries in DIR [EPREFIX/lib]
|
|
|
|
--includedir=DIR C header files in DIR [PREFIX/include]
|
|
|
|
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
|
|
|
|
--infodir=DIR info documentation in DIR [PREFIX/info]
|
|
|
|
--mandir=DIR man documentation in DIR [PREFIX/man]
|
|
|
|
--srcdir=DIR find the sources in DIR [configure dir or ..]
|
|
|
|
--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
|
|
|
|
EOF
|
|
|
|
cat << EOF
|
|
|
|
Host type:
|
|
|
|
--build=BUILD configure for building on BUILD [BUILD=HOST]
|
|
|
|
--host=HOST configure for HOST [guessed]
|
|
|
|
--target=TARGET configure for TARGET [TARGET=HOST]
|
|
|
|
Features and packages:
|
|
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
|
|
--x-includes=DIR X include files are in DIR
|
|
|
|
--x-libraries=DIR X library files are in DIR
|
|
|
|
EOF
|
|
|
|
if test -n "$ac_help"; then
|
|
|
|
echo "--enable and --with options recognized:$ac_help"
|
|
|
|
fi
|
|
|
|
exit 0 ;;
|
|
|
|
|
|
|
|
-host | --host | --hos | --ho)
|
|
|
|
ac_prev=host ;;
|
|
|
|
-host=* | --host=* | --hos=* | --ho=*)
|
|
|
|
host="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-includedir | --includedir | --includedi | --included | --include \
|
|
|
|
| --includ | --inclu | --incl | --inc)
|
|
|
|
ac_prev=includedir ;;
|
|
|
|
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
|
|
|
| --includ=* | --inclu=* | --incl=* | --inc=*)
|
|
|
|
includedir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-infodir | --infodir | --infodi | --infod | --info | --inf)
|
|
|
|
ac_prev=infodir ;;
|
|
|
|
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
|
|
|
infodir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-libdir | --libdir | --libdi | --libd)
|
|
|
|
ac_prev=libdir ;;
|
|
|
|
-libdir=* | --libdir=* | --libdi=* | --libd=*)
|
|
|
|
libdir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
|
|
|
|
| --libexe | --libex | --libe)
|
|
|
|
ac_prev=libexecdir ;;
|
|
|
|
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
|
|
|
|
| --libexe=* | --libex=* | --libe=*)
|
|
|
|
libexecdir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
localstatedir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
|
|
|
ac_prev=mandir ;;
|
|
|
|
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
|
|
|
|
mandir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
oldincludedir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
|
|
|
|
ac_prev=prefix ;;
|
|
|
|
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
|
|
|
|
prefix="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
program_prefix="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
program_suffix="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
program_transform_name="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
sbindir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
sharedstatedir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-site | --site | --sit)
|
|
|
|
ac_prev=site ;;
|
|
|
|
-site=* | --site=* | --sit=*)
|
|
|
|
site="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
|
|
|
ac_prev=srcdir ;;
|
|
|
|
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
|
|
|
srcdir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
|
|
|
|
| --syscon | --sysco | --sysc | --sys | --sy)
|
|
|
|
ac_prev=sysconfdir ;;
|
|
|
|
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
|
|
|
|
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|
|
|
|
sysconfdir="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-target | --target | --targe | --targ | --tar | --ta | --t)
|
|
|
|
ac_prev=target ;;
|
|
|
|
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
|
|
|
target="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-v | -verbose | --verbose | --verbos | --verbo | --verb)
|
|
|
|
verbose=yes ;;
|
|
|
|
|
|
|
|
-version | --version | --versio | --versi | --vers)
|
1999-02-02 23:15:37 +00:00
|
|
|
echo "configure generated by autoconf version 2.12"
|
1999-01-20 23:37:59 +00:00
|
|
|
exit 0 ;;
|
|
|
|
|
|
|
|
-with-* | --with-*)
|
|
|
|
ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
|
|
|
|
# Reject names that are not valid shell variable names.
|
|
|
|
if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
|
|
|
|
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
ac_package=`echo $ac_package| sed 's/-/_/g'`
|
|
|
|
case "$ac_option" in
|
|
|
|
*=*) ;;
|
|
|
|
*) ac_optarg=yes ;;
|
|
|
|
esac
|
|
|
|
eval "with_${ac_package}='$ac_optarg'" ;;
|
|
|
|
|
|
|
|
-without-* | --without-*)
|
|
|
|
ac_package=`echo $ac_option|sed -e 's/-*without-//'`
|
|
|
|
# Reject names that are not valid shell variable names.
|
|
|
|
if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
|
|
|
|
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
ac_package=`echo $ac_package| sed 's/-/_/g'`
|
|
|
|
eval "with_${ac_package}=no" ;;
|
|
|
|
|
|
|
|
--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=*)
|
|
|
|
x_includes="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-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=*)
|
|
|
|
x_libraries="$ac_optarg" ;;
|
|
|
|
|
|
|
|
-*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
|
|
|
|
echo "configure: warning: $ac_option: invalid host type" 1>&2
|
|
|
|
fi
|
|
|
|
if test "x$nonopt" != xNONE; then
|
|
|
|
{ echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
nonopt="$ac_option"
|
|
|
|
;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
|
|
|
if test -n "$ac_prev"; then
|
|
|
|
{ echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
|
|
|
|
|
|
|
|
# File descriptor usage:
|
|
|
|
# 0 standard input
|
|
|
|
# 1 file creation
|
|
|
|
# 2 errors and warnings
|
|
|
|
# 3 some systems may open it to /dev/tty
|
|
|
|
# 4 used on the Kubota Titan
|
|
|
|
# 6 checking for... messages and results
|
|
|
|
# 5 compiler messages saved in config.log
|
|
|
|
if test "$silent" = yes; then
|
|
|
|
exec 6>/dev/null
|
|
|
|
else
|
|
|
|
exec 6>&1
|
|
|
|
fi
|
|
|
|
exec 5>./config.log
|
|
|
|
|
|
|
|
echo "\
|
|
|
|
This file contains any messages produced by compilers while
|
|
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
" 1>&5
|
|
|
|
|
|
|
|
# Strip out --no-create and --no-recursion so they do not pile up.
|
|
|
|
# Also quote any args containing shell metacharacters.
|
|
|
|
ac_configure_args=
|
|
|
|
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_configure_args="$ac_configure_args '$ac_arg'" ;;
|
|
|
|
*) ac_configure_args="$ac_configure_args $ac_arg" ;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
|
|
|
# NLS nuisances.
|
|
|
|
# Only set these to C if already set. These must not be set unconditionally
|
|
|
|
# because not all systems understand e.g. LANG=C (notably SCO).
|
|
|
|
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
|
|
|
|
# Non-C LC_CTYPE values break the ctype check.
|
|
|
|
if test "${LANG+set}" = set; then LANG=C; export LANG; fi
|
|
|
|
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
|
|
|
|
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
|
|
|
|
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# A filename unique to this package, relative to the directory that
|
|
|
|
# configure is in, which we can look for to find out if srcdir is correct.
|
|
|
|
ac_unique_file=config/config.mk
|
|
|
|
|
|
|
|
# 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
|
|
|
|
ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
|
|
|
|
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
|
|
|
|
{ echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
|
|
|
|
else
|
|
|
|
{ echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
for ac_site_file in $CONFIG_SITE; do
|
|
|
|
if test -r "$ac_site_file"; then
|
|
|
|
echo "loading site script $ac_site_file"
|
|
|
|
. "$ac_site_file"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
if test -r "$cache_file"; then
|
|
|
|
echo "loading cache $cache_file"
|
|
|
|
. $cache_file
|
|
|
|
else
|
|
|
|
echo "creating cache $cache_file"
|
|
|
|
> $cache_file
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
|
|
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
|
|
|
|
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
|
|
|
|
if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
|
|
|
|
ac_n= ac_c='
|
|
|
|
' ac_t=' '
|
|
|
|
else
|
|
|
|
ac_n=-n ac_c= ac_t=
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
ac_n= ac_c='\c' ac_t=
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
ac_aux_dir=
|
|
|
|
for ac_dir in ${srcdir}/build/autoconf $srcdir/${srcdir}/build/autoconf; 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
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
if test -z "$ac_aux_dir"; then
|
|
|
|
{ echo "configure: error: can not find install-sh or install.sh in ${srcdir}/build/autoconf $srcdir/${srcdir}/build/autoconf" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
ac_config_guess=$ac_aux_dir/config.guess
|
|
|
|
ac_config_sub=$ac_aux_dir/config.sub
|
|
|
|
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
|
|
|
|
|
|
|
|
|
|
|
|
# Do some error checking and defaulting for the host and target type.
|
|
|
|
# The inputs are:
|
|
|
|
# configure --host=HOST --target=TARGET --build=BUILD NONOPT
|
|
|
|
#
|
|
|
|
# The rules are:
|
|
|
|
# 1. You are not allowed to specify --host, --target, and nonopt at the
|
|
|
|
# same time.
|
|
|
|
# 2. Host defaults to nonopt.
|
|
|
|
# 3. If nonopt is not specified, then host defaults to the current host,
|
|
|
|
# as determined by config.guess.
|
|
|
|
# 4. Target and build default to nonopt.
|
|
|
|
# 5. If nonopt is not specified, then target and build default to host.
|
|
|
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
|
|
# will get canonicalized.
|
|
|
|
case $host---$target---$nonopt in
|
|
|
|
NONE---*---* | *---NONE---* | *---*---NONE) ;;
|
|
|
|
*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
# Make sure we can run config.sub.
|
1999-02-02 23:15:37 +00:00
|
|
|
if $ac_config_sub sun4 >/dev/null 2>&1; then :
|
1999-01-20 23:37:59 +00:00
|
|
|
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking host system type""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:655: checking host system type" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
host_alias=$host
|
|
|
|
case "$host_alias" in
|
|
|
|
NONE)
|
|
|
|
case $nonopt in
|
|
|
|
NONE)
|
1999-02-02 23:15:37 +00:00
|
|
|
if host_alias=`$ac_config_guess`; then :
|
1999-01-20 23:37:59 +00:00
|
|
|
else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
|
|
|
|
fi ;;
|
|
|
|
*) host_alias=$nonopt ;;
|
|
|
|
esac ;;
|
|
|
|
esac
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
host=`$ac_config_sub $host_alias`
|
1999-01-20 23:37:59 +00:00
|
|
|
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
|
|
|
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
|
|
|
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|
|
|
echo "$ac_t""$host" 1>&6
|
|
|
|
|
|
|
|
echo $ac_n "checking target system type""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:676: checking target system type" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
target_alias=$target
|
|
|
|
case "$target_alias" in
|
|
|
|
NONE)
|
|
|
|
case $nonopt in
|
|
|
|
NONE) target_alias=$host_alias ;;
|
|
|
|
*) target_alias=$nonopt ;;
|
|
|
|
esac ;;
|
|
|
|
esac
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
target=`$ac_config_sub $target_alias`
|
1999-01-20 23:37:59 +00:00
|
|
|
target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
|
|
|
target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
|
|
|
target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|
|
|
echo "$ac_t""$target" 1>&6
|
|
|
|
|
|
|
|
echo $ac_n "checking build system type""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:694: checking build system type" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
build_alias=$build
|
|
|
|
case "$build_alias" in
|
|
|
|
NONE)
|
|
|
|
case $nonopt in
|
|
|
|
NONE) build_alias=$host_alias ;;
|
|
|
|
*) build_alias=$nonopt ;;
|
|
|
|
esac ;;
|
|
|
|
esac
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
build=`$ac_config_sub $build_alias`
|
1999-01-20 23:37:59 +00:00
|
|
|
build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
|
|
|
build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
|
|
|
build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
|
|
|
echo "$ac_t""$build" 1>&6
|
|
|
|
|
|
|
|
test "$host_alias" != "$target_alias" &&
|
|
|
|
test "$program_prefix$program_suffix$program_transform_name" = \
|
|
|
|
NONENONEs,x,x, &&
|
|
|
|
program_prefix=${target_alias}-
|
|
|
|
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define USE_AUTOCONF 1
|
|
|
|
EOF
|
|
|
|
|
1999-02-04 23:00:43 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define MOZILLA_CLIENT 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-12 01:45:35 +00:00
|
|
|
OPTIMIZE_CFLAGS="${OPTIMIZE_CFLAGS=-O}"
|
1999-02-02 17:45:37 +00:00
|
|
|
CFLAGS="${CFLAGS}"
|
|
|
|
CXXFLAGS="${CXXFLAGS}"
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
MOZJPEG=62
|
|
|
|
MOZPNG=95
|
|
|
|
|
1999-01-21 23:30:38 +00:00
|
|
|
GTK_VERSION=1.1.13
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
MISSING_X=
|
|
|
|
MISSING_MOTIF=
|
|
|
|
MISSING_GTK=
|
|
|
|
|
|
|
|
# Extract the first word of "gcc", so it can be a program name with args.
|
|
|
|
set dummy gcc; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:744: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test -n "$CC"; then
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_prog_CC="gcc"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
CC="$ac_cv_prog_CC"
|
|
|
|
if test -n "$CC"; then
|
|
|
|
echo "$ac_t""$CC" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:773: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test -n "$CC"; then
|
|
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_prog_rejected=no
|
1999-02-02 23:15:37 +00:00
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
|
|
|
|
ac_prog_rejected=yes
|
|
|
|
continue
|
|
|
|
fi
|
|
|
|
ac_cv_prog_CC="cc"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
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 $# -gt 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" "$@"
|
|
|
|
shift
|
|
|
|
ac_cv_prog_CC="$@"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
CC="$ac_cv_prog_CC"
|
|
|
|
if test -n "$CC"; then
|
|
|
|
echo "$ac_t""$CC" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:821: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 831 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
main(){return(0);}
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_cv_prog_cc_works=yes
|
|
|
|
# If we can't run a trivial program, we are probably using a cross compiler.
|
|
|
|
if (./conftest; exit) 2>/dev/null; then
|
|
|
|
ac_cv_prog_cc_cross=no
|
|
|
|
else
|
|
|
|
ac_cv_prog_cc_cross=yes
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
ac_cv_prog_cc_works=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
|
|
|
|
if test $ac_cv_prog_cc_works = no; then
|
|
|
|
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:855: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
|
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
|
|
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:860: checking whether we are using GNU C" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.c <<EOF
|
|
|
|
#ifdef __GNUC__
|
|
|
|
yes;
|
|
|
|
#endif
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_cv_prog_gcc=yes
|
|
|
|
else
|
|
|
|
ac_cv_prog_gcc=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
|
|
|
|
|
|
|
|
if test $ac_cv_prog_gcc = yes; then
|
|
|
|
GCC=yes
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_test_CFLAGS="${CFLAGS+set}"
|
|
|
|
ac_save_CFLAGS="$CFLAGS"
|
|
|
|
CFLAGS=
|
|
|
|
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:884: checking whether ${CC-cc} accepts -g" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
echo 'void f(){}' > conftest.c
|
|
|
|
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
|
|
|
|
ac_cv_prog_cc_g=yes
|
|
|
|
else
|
|
|
|
ac_cv_prog_cc_g=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
|
1999-02-02 23:15:37 +00:00
|
|
|
if test "$ac_test_CFLAGS" = set; then
|
|
|
|
CFLAGS="$ac_save_CFLAGS"
|
|
|
|
elif test $ac_cv_prog_cc_g = yes; then
|
1999-01-20 23:37:59 +00:00
|
|
|
CFLAGS="-g -O2"
|
|
|
|
else
|
1999-02-02 23:06:56 +00:00
|
|
|
CFLAGS="-O2"
|
|
|
|
fi
|
1999-02-02 23:15:37 +00:00
|
|
|
else
|
|
|
|
GCC=
|
|
|
|
test "${CFLAGS+set}" = set || CFLAGS="-g"
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
for ac_prog in $CCC c++ g++ gcc CC cxx cc++
|
1999-01-20 23:37:59 +00:00
|
|
|
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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:916: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test -n "$CXX"; then
|
|
|
|
ac_cv_prog_CXX="$CXX" # Let the user override the test.
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_prog_CXX="$ac_prog"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
CXX="$ac_cv_prog_CXX"
|
|
|
|
if test -n "$CXX"; then
|
|
|
|
echo "$ac_t""$CXX" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
test -n "$CXX" && break
|
|
|
|
done
|
|
|
|
test -n "$CXX" || CXX="gcc"
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:947: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
ac_ext=C
|
|
|
|
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS'
|
|
|
|
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cxx_cross
|
|
|
|
|
1999-02-02 23:15:37 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 957 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
1999-02-02 23:15:37 +00:00
|
|
|
main(){return(0);}
|
1999-01-20 23:37:59 +00:00
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_cv_prog_cxx_works=yes
|
|
|
|
# If we can't run a trivial program, we are probably using a cross compiler.
|
|
|
|
if (./conftest; exit) 2>/dev/null; then
|
|
|
|
ac_cv_prog_cxx_cross=no
|
|
|
|
else
|
|
|
|
ac_cv_prog_cxx_cross=yes
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
ac_cv_prog_cxx_works=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_ext=c
|
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
|
|
|
|
if test $ac_cv_prog_cxx_works = no; then
|
|
|
|
{ echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:987: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
|
|
|
|
cross_compiling=$ac_cv_prog_cxx_cross
|
|
|
|
|
|
|
|
echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:992: checking whether we are using GNU C++" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.C <<EOF
|
|
|
|
#ifdef __GNUC__
|
|
|
|
yes;
|
|
|
|
#endif
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1001: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_cv_prog_gxx=yes
|
|
|
|
else
|
|
|
|
ac_cv_prog_gxx=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_gxx" 1>&6
|
|
|
|
|
|
|
|
if test $ac_cv_prog_gxx = yes; then
|
|
|
|
GXX=yes
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_test_CXXFLAGS="${CXXFLAGS+set}"
|
|
|
|
ac_save_CXXFLAGS="$CXXFLAGS"
|
|
|
|
CXXFLAGS=
|
|
|
|
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1016: checking whether ${CXX-g++} accepts -g" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
echo 'void f(){}' > conftest.cc
|
|
|
|
if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
|
|
|
|
ac_cv_prog_cxx_g=yes
|
|
|
|
else
|
|
|
|
ac_cv_prog_cxx_g=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
|
1999-02-02 23:15:37 +00:00
|
|
|
if test "$ac_test_CXXFLAGS" = set; then
|
|
|
|
CXXFLAGS="$ac_save_CXXFLAGS"
|
|
|
|
elif test $ac_cv_prog_cxx_g = yes; then
|
1999-01-20 23:37:59 +00:00
|
|
|
CXXFLAGS="-g -O2"
|
|
|
|
else
|
1999-02-02 23:06:56 +00:00
|
|
|
CXXFLAGS="-O2"
|
|
|
|
fi
|
1999-02-02 23:15:37 +00:00
|
|
|
else
|
|
|
|
GXX=
|
|
|
|
test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if test "x$CC" != xcc; then
|
|
|
|
echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1045: checking whether $CC and cc understand -c and -o together" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1048: checking whether cc understands -c and -o together" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
set dummy $CC; ac_cc="`echo $2 |
|
|
|
|
sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
echo 'foo(){}' > conftest.c
|
|
|
|
# Make sure it works both with $CC and with simple cc.
|
|
|
|
# We do the test twice because some compilers refuse to overwrite an
|
|
|
|
# existing .o file with -o, though they will create one.
|
|
|
|
ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
|
|
|
|
test -f conftest.o && { (eval echo configure:1061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
eval ac_cv_prog_cc_${ac_cc}_c_o=yes
|
|
|
|
if test "x$CC" != xcc; then
|
|
|
|
# Test first that cc exists at all.
|
1999-02-25 20:00:38 +00:00
|
|
|
if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1066: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_try='cc -c conftest.c -o conftest.o 1>&5'
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
|
|
|
|
test -f conftest.o && { (eval echo configure:1069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
# cc works too.
|
|
|
|
:
|
|
|
|
else
|
|
|
|
# cc exists but doesn't like -o.
|
|
|
|
eval ac_cv_prog_cc_${ac_cc}_c_o=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
eval ac_cv_prog_cc_${ac_cc}_c_o=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define NO_MINUS_C_MINUS_O 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
if grep "NO_MINUS_C_MINUS_O 1" ./confdefs.h >/dev/null; then
|
|
|
|
USING_HCC=1
|
|
|
|
_OLDCC=$CC
|
|
|
|
_OLDCXX=$CXX
|
|
|
|
CC="${srcdir}/build/hcc '$CC'"
|
|
|
|
CXX="${srcdir}/build/hcpp '$CXX'"
|
|
|
|
fi
|
|
|
|
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1103: checking how to run the C preprocessor" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
# On Suns, sometimes $CPP names a directory.
|
|
|
|
if test -n "$CPP" && test -d "$CPP"; then
|
|
|
|
CPP=
|
|
|
|
fi
|
|
|
|
if test -z "$CPP"; then
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
# This must be in double quotes, not single quotes, because CPP may get
|
|
|
|
# substituted into the Makefile and "${CC-cc}" will confuse make.
|
|
|
|
CPP="${CC-cc} -E"
|
|
|
|
# On the NeXT, cc -E runs the code through the compiler's parser,
|
|
|
|
# not just through cpp.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1118 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <assert.h>
|
|
|
|
Syntax Error
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:1124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
CPP="${CC-cc} -E -traditional-cpp"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1135 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <assert.h>
|
|
|
|
Syntax Error
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:1141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
CPP=/lib/cpp
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_prog_CPP="$CPP"
|
|
|
|
fi
|
|
|
|
CPP="$ac_cv_prog_CPP"
|
|
|
|
else
|
|
|
|
ac_cv_prog_CPP="$CPP"
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$CPP" 1>&6
|
|
|
|
|
|
|
|
echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1164: checking how to run the C++ preprocessor" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$CXXCPP"; then
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_ext=C
|
|
|
|
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS'
|
|
|
|
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cxx_cross
|
|
|
|
CXXCPP="${CXX-g++} -E"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1177 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:1182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
CXXCPP=/lib/cpp
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_prog_CXXCPP="$CXXCPP"
|
|
|
|
ac_ext=c
|
|
|
|
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
|
|
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
|
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
1999-01-20 23:37:59 +00:00
|
|
|
cross_compiling=$ac_cv_prog_cc_cross
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
CXXCPP="$ac_cv_prog_CXXCPP"
|
|
|
|
echo "$ac_t""$CXXCPP" 1>&6
|
|
|
|
|
|
|
|
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1207: checking whether ${MAKE-make} sets \${MAKE}" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftestmake <<\EOF
|
|
|
|
all:
|
|
|
|
@echo 'ac_maketemp="${MAKE}"'
|
|
|
|
EOF
|
|
|
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
|
|
|
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
|
|
|
|
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
|
|
|
|
rm -f conftestmake
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
SET_MAKE=
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
SET_MAKE="MAKE=${MAKE-make}"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# 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
|
|
|
|
# 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.
|
|
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1244: checking for a BSD compatible install" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$INSTALL"; then
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
|
1999-01-20 23:37:59 +00:00
|
|
|
for ac_dir in $PATH; do
|
|
|
|
# Account for people who put trailing slashes in PATH elements.
|
|
|
|
case "$ac_dir/" in
|
|
|
|
/|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
|
|
|
|
*)
|
|
|
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
1999-02-02 23:15:37 +00:00
|
|
|
for ac_prog in ginstall installbsd scoinst install; do
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -f $ac_dir/$ac_prog; then
|
|
|
|
if test $ac_prog = install &&
|
|
|
|
grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
|
|
|
|
# AIX install. It has an incompatible calling convention.
|
1999-02-02 23:15:37 +00:00
|
|
|
# OSF/1 installbsd also uses dspmsg, but is usable.
|
1999-01-20 23:37:59 +00:00
|
|
|
:
|
|
|
|
else
|
|
|
|
ac_cv_path_install="$ac_dir/$ac_prog -c"
|
|
|
|
break 2
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
IFS="$ac_save_IFS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if test "${ac_cv_path_install+set}" = set; then
|
|
|
|
INSTALL="$ac_cv_path_install"
|
|
|
|
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.
|
|
|
|
INSTALL="$ac_install_sh"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$INSTALL" 1>&6
|
|
|
|
|
|
|
|
# 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}'
|
|
|
|
|
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
|
|
|
|
|
|
for ac_prog in mawk gawk nawk awk
|
|
|
|
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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1298: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test -n "$AWK"; then
|
|
|
|
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_prog_AWK="$ac_prog"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
AWK="$ac_cv_prog_AWK"
|
|
|
|
if test -n "$AWK"; then
|
|
|
|
echo "$ac_t""$AWK" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
test -n "$AWK" && break
|
|
|
|
done
|
|
|
|
|
|
|
|
# Extract the first word of "ranlib", so it can be a program name with args.
|
|
|
|
set dummy ranlib; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1329: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test -n "$RANLIB"; then
|
|
|
|
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
|
|
|
else
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_prog_RANLIB="ranlib"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
RANLIB="$ac_cv_prog_RANLIB"
|
|
|
|
if test -n "$RANLIB"; then
|
|
|
|
echo "$ac_t""$RANLIB" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
for ac_prog in xemacs lemacs emacs
|
|
|
|
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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1361: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$EMACS" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_EMACS="$EMACS" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_EMACS="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
EMACS="$ac_cv_path_EMACS"
|
|
|
|
if test -n "$EMACS"; then
|
|
|
|
echo "$ac_t""$EMACS" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
test -n "$EMACS" && break
|
|
|
|
done
|
|
|
|
test -n "$EMACS" || EMACS=":"
|
|
|
|
|
|
|
|
for ac_prog in perl5 perl
|
|
|
|
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 $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1398: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$PERL" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_PERL="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
PERL="$ac_cv_path_PERL"
|
|
|
|
if test -n "$PERL"; then
|
|
|
|
echo "$ac_t""$PERL" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
test -n "$PERL" && break
|
|
|
|
done
|
|
|
|
test -n "$PERL" || PERL=":"
|
|
|
|
|
|
|
|
# Extract the first word of "whoami", so it can be a program name with args.
|
|
|
|
set dummy whoami; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1433: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_WHOAMI'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$WHOAMI" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_WHOAMI="$WHOAMI" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_WHOAMI="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
test -z "$ac_cv_path_WHOAMI" && ac_cv_path_WHOAMI=":"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
WHOAMI="$ac_cv_path_WHOAMI"
|
|
|
|
if test -n "$WHOAMI"; then
|
|
|
|
echo "$ac_t""$WHOAMI" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Extract the first word of "unzip", so it can be a program name with args.
|
|
|
|
set dummy unzip; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1465: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_UNZIP'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$UNZIP" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_UNZIP="$UNZIP" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_UNZIP="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
test -z "$ac_cv_path_UNZIP" && ac_cv_path_UNZIP=":"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
UNZIP="$ac_cv_path_UNZIP"
|
|
|
|
if test -n "$UNZIP"; then
|
|
|
|
echo "$ac_t""$UNZIP" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Extract the first word of "zip", so it can be a program name with args.
|
|
|
|
set dummy zip; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1497: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_ZIP'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$ZIP" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_ZIP="$ZIP" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_ZIP="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
test -z "$ac_cv_path_ZIP" && ac_cv_path_ZIP=":"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
ZIP="$ac_cv_path_ZIP"
|
|
|
|
if test -n "$ZIP"; then
|
|
|
|
echo "$ac_t""$ZIP" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# If we find X, set shell vars x_includes and x_libraries to the
|
|
|
|
# paths, otherwise set no_x=yes.
|
|
|
|
# Uses ac_ vars as temps to allow command line to override cache and checks.
|
|
|
|
# --without-x overrides everything else, but does not touch the cache.
|
|
|
|
echo $ac_n "checking for X""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1532: checking for X" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
# Check whether --with-x or --without-x was given.
|
|
|
|
if test "${with_x+set}" = set; then
|
|
|
|
withval="$with_x"
|
|
|
|
:
|
|
|
|
fi
|
|
|
|
|
|
|
|
# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
|
|
|
|
if test "x$with_x" = xno; then
|
|
|
|
# The user explicitly disabled X.
|
|
|
|
have_x=disabled
|
|
|
|
else
|
|
|
|
if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
|
|
|
|
# Both variables are already set.
|
|
|
|
have_x=yes
|
|
|
|
else
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
# One or both of the vars are not set, and there is no cached value.
|
|
|
|
ac_x_includes=NO ac_x_libraries=NO
|
|
|
|
rm -fr conftestdir
|
|
|
|
if mkdir conftestdir; then
|
|
|
|
cd conftestdir
|
|
|
|
# Make sure to not put "make" in the Imakefile rules, since we grep it out.
|
|
|
|
cat > Imakefile <<'EOF'
|
|
|
|
acfindx:
|
|
|
|
@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
|
|
|
|
EOF
|
|
|
|
if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
|
|
|
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
|
|
|
eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
|
|
|
|
# Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
|
|
|
|
for ac_extension in a so sl; do
|
|
|
|
if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
|
|
|
|
test -f $ac_im_libdir/libX11.$ac_extension; then
|
|
|
|
ac_im_usrlibdir=$ac_im_libdir; break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
# Screen out bogus values from the imake configuration. They are
|
|
|
|
# bogus both because they are the default anyway, and because
|
|
|
|
# using them would break gcc on systems where it needs fixed includes.
|
|
|
|
case "$ac_im_incroot" in
|
|
|
|
/usr/include) ;;
|
|
|
|
*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
|
|
|
|
esac
|
|
|
|
case "$ac_im_usrlibdir" in
|
|
|
|
/usr/lib | /lib) ;;
|
|
|
|
*) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
cd ..
|
|
|
|
rm -fr conftestdir
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$ac_x_includes" = NO; then
|
|
|
|
# Guess where to find include files, by looking for this one X11 .h file.
|
|
|
|
test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
|
|
|
|
|
|
|
|
# First, try using that file with no special directory specified.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1594 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$x_direct_test_include>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:1599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
# We can compile using X headers with no special include directory.
|
|
|
|
ac_x_includes=
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
# Look for the header file in a standard set of common directories.
|
|
|
|
# Check X11 before X11Rn because it is often a symlink to the current release.
|
|
|
|
for ac_dir in \
|
|
|
|
/usr/X11/include \
|
|
|
|
/usr/X11R6/include \
|
|
|
|
/usr/X11R5/include \
|
|
|
|
/usr/X11R4/include \
|
|
|
|
\
|
|
|
|
/usr/include/X11 \
|
|
|
|
/usr/include/X11R6 \
|
|
|
|
/usr/include/X11R5 \
|
|
|
|
/usr/include/X11R4 \
|
|
|
|
\
|
|
|
|
/usr/local/X11/include \
|
|
|
|
/usr/local/X11R6/include \
|
|
|
|
/usr/local/X11R5/include \
|
|
|
|
/usr/local/X11R4/include \
|
|
|
|
\
|
|
|
|
/usr/local/include/X11 \
|
|
|
|
/usr/local/include/X11R6 \
|
|
|
|
/usr/local/include/X11R5 \
|
|
|
|
/usr/local/include/X11R4 \
|
|
|
|
\
|
|
|
|
/usr/X386/include \
|
|
|
|
/usr/x386/include \
|
|
|
|
/usr/XFree86/include/X11 \
|
|
|
|
\
|
|
|
|
/usr/include \
|
|
|
|
/usr/local/include \
|
|
|
|
/usr/unsupported/include \
|
|
|
|
/usr/athena/include \
|
|
|
|
/usr/local/x11r5/include \
|
|
|
|
/usr/lpp/Xamples/include \
|
|
|
|
\
|
|
|
|
/usr/openwin/include \
|
|
|
|
/usr/openwin/share/include \
|
|
|
|
; \
|
|
|
|
do
|
|
|
|
if test -r "$ac_dir/$x_direct_test_include"; then
|
|
|
|
ac_x_includes=$ac_dir
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi # $ac_x_includes = NO
|
|
|
|
|
|
|
|
if test "$ac_x_libraries" = NO; then
|
|
|
|
# Check for the libraries.
|
|
|
|
|
|
|
|
test -z "$x_direct_test_library" && x_direct_test_library=Xt
|
|
|
|
test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
|
|
|
|
|
|
|
|
# See if we find them without any special options.
|
|
|
|
# Don't add to $LIBS permanently.
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-l$x_direct_test_library $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1668 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
${x_direct_test_function}()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
# We can link X programs with no special library path.
|
|
|
|
ac_x_libraries=
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
# First see if replacing the include by lib works.
|
|
|
|
# Check X11 before X11Rn because it is often a symlink to the current release.
|
|
|
|
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
|
|
|
|
/usr/X11/lib \
|
|
|
|
/usr/X11R6/lib \
|
|
|
|
/usr/X11R5/lib \
|
|
|
|
/usr/X11R4/lib \
|
|
|
|
\
|
|
|
|
/usr/lib/X11 \
|
|
|
|
/usr/lib/X11R6 \
|
|
|
|
/usr/lib/X11R5 \
|
|
|
|
/usr/lib/X11R4 \
|
|
|
|
\
|
|
|
|
/usr/local/X11/lib \
|
|
|
|
/usr/local/X11R6/lib \
|
|
|
|
/usr/local/X11R5/lib \
|
|
|
|
/usr/local/X11R4/lib \
|
|
|
|
\
|
|
|
|
/usr/local/lib/X11 \
|
|
|
|
/usr/local/lib/X11R6 \
|
|
|
|
/usr/local/lib/X11R5 \
|
|
|
|
/usr/local/lib/X11R4 \
|
|
|
|
\
|
|
|
|
/usr/X386/lib \
|
|
|
|
/usr/x386/lib \
|
|
|
|
/usr/XFree86/lib/X11 \
|
|
|
|
\
|
|
|
|
/usr/lib \
|
|
|
|
/usr/local/lib \
|
|
|
|
/usr/unsupported/lib \
|
|
|
|
/usr/athena/lib \
|
|
|
|
/usr/local/x11r5/lib \
|
|
|
|
/usr/lpp/Xamples/lib \
|
|
|
|
/lib/usr/lib/X11 \
|
|
|
|
\
|
|
|
|
/usr/openwin/lib \
|
|
|
|
/usr/openwin/share/lib \
|
|
|
|
; \
|
|
|
|
do
|
|
|
|
for ac_extension in a so sl; do
|
|
|
|
if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
|
|
|
|
ac_x_libraries=$ac_dir
|
|
|
|
break 2
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi # $ac_x_libraries = NO
|
|
|
|
|
|
|
|
if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
|
|
|
|
# Didn't find X anywhere. Cache the known absence of X.
|
|
|
|
ac_cv_have_x="have_x=no"
|
|
|
|
else
|
|
|
|
# Record where we found X for the cache.
|
|
|
|
ac_cv_have_x="have_x=yes \
|
|
|
|
ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
eval "$ac_cv_have_x"
|
|
|
|
fi # $with_x != no
|
|
|
|
|
|
|
|
if test "$have_x" != yes; then
|
|
|
|
echo "$ac_t""$have_x" 1>&6
|
|
|
|
no_x=yes
|
|
|
|
else
|
|
|
|
# If each of the values was on the command line, it overrides each guess.
|
|
|
|
test "x$x_includes" = xNONE && x_includes=$ac_x_includes
|
|
|
|
test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
|
|
|
|
# Update the cache value to reflect the command line values.
|
|
|
|
ac_cv_have_x="have_x=yes \
|
|
|
|
ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
|
|
|
|
echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$no_x" = yes; then
|
|
|
|
# Not all programs may use this symbol, but it does not hurt to define it.
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define X_DISPLAY_MISSING 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
|
|
|
|
else
|
|
|
|
if test -n "$x_includes"; then
|
|
|
|
X_CFLAGS="$X_CFLAGS -I$x_includes"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# It would also be nice to do this for all -L options, not just this one.
|
|
|
|
if test -n "$x_libraries"; then
|
|
|
|
X_LIBS="$X_LIBS -L$x_libraries"
|
|
|
|
# For Solaris; some versions of Sun CC require a space after -R and
|
|
|
|
# others require no space. Words are not sufficient . . . .
|
|
|
|
case "`(uname -sr) 2>/dev/null`" in
|
|
|
|
"SunOS 5"*)
|
|
|
|
echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1781: checking whether -R must be followed by a space" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1784 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_R_nospace=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_R_nospace=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
if test $ac_R_nospace = yes; then
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
X_LIBS="$X_LIBS -R$x_libraries"
|
|
|
|
else
|
|
|
|
LIBS="$ac_xsave_LIBS -R $x_libraries"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1807 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_R_space=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_R_space=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
if test $ac_R_space = yes; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_LIBS="$X_LIBS -R $x_libraries"
|
|
|
|
else
|
|
|
|
echo "$ac_t""neither works" 1>&6
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
LIBS="$ac_xsave_LIBS"
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check for system-dependent libraries X programs must link with.
|
|
|
|
# Do this before checking for the system-independent R6 libraries
|
|
|
|
# (-lICE), since we may need -lsocket or whatever for X linking.
|
|
|
|
|
|
|
|
if test "$ISC" = yes; then
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
|
|
|
|
else
|
|
|
|
# Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
|
|
|
|
# libraries were built with DECnet support. And karl@cs.umb.edu says
|
|
|
|
# the Alpha needs dnet_stub (dnet does not exist).
|
|
|
|
echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1846: checking for dnet_ntoa in -ldnet" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ldnet $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1854 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char dnet_ntoa();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
dnet_ntoa()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
|
|
|
|
echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1887: checking for dnet_ntoa in -ldnet_stub" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ldnet_stub $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1895 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char dnet_ntoa();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
dnet_ntoa()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
|
|
|
|
# to get the SysV transport functions.
|
|
|
|
# chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
|
|
|
|
# needs -lnsl.
|
|
|
|
# The nsl library prevents programs from opening the X display
|
|
|
|
# on Irix 5.2, according to dickey@clark.net.
|
|
|
|
echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1935: checking for gethostbyname" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1940 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char gethostbyname(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char gethostbyname();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_gethostbyname) || defined (__stub___gethostbyname)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
gethostbyname();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:1963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_gethostbyname=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_gethostbyname=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_func_gethostbyname = no; then
|
|
|
|
echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:1984: checking for gethostbyname in -lnsl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lnsl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 1992 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char gethostbyname();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
gethostbyname()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# lieder@skyler.mavd.honeywell.com says without -lsocket,
|
|
|
|
# socket/setsockopt and other routines are undefined under SCO ODT
|
|
|
|
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
|
|
|
|
# on later versions), says simon@lia.di.epfl.ch: it contains
|
|
|
|
# gethostby* variants that don't use the nameserver (or something).
|
|
|
|
# -lsocket must be given before -lnsl if both are needed.
|
|
|
|
# We assume that if connect needs -lnsl, so does gethostbyname.
|
|
|
|
echo $ac_n "checking for connect""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2033: checking for connect" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2038 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char connect(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char connect();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_connect) || defined (__stub___connect)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
connect();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_connect=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_connect=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_func_connect = no; then
|
|
|
|
echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2082: checking for connect in -lsocket" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2090 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char connect();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
connect()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
|
|
|
|
echo $ac_n "checking for remove""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2125: checking for remove" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2130 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char remove(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char remove();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_remove) || defined (__stub___remove)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
remove();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_remove=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_remove=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_func_remove = no; then
|
|
|
|
echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2174: checking for remove in -lposix" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lposix $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2182 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char remove();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
remove()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
|
|
|
|
echo $ac_n "checking for shmat""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2217: checking for shmat" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2222 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char shmat(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char shmat();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_shmat) || defined (__stub___shmat)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
shmat();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_shmat=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_shmat=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_func_shmat = no; then
|
|
|
|
echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2266: checking for shmat in -lipc" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lipc $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2274 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char shmat();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
shmat()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check for libraries that X11R6 Xt/Xaw programs need.
|
|
|
|
ac_save_LDFLAGS="$LDFLAGS"
|
|
|
|
test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
|
|
|
|
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
|
|
|
|
# check for ICE first), but we must link in the order -lSM -lICE or
|
|
|
|
# we get undefined symbols. So assume we have SM if we have ICE.
|
|
|
|
# These have to be linked with before -lX11, unlike the other
|
|
|
|
# libraries we check for below, so use a different variable.
|
|
|
|
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
|
|
|
|
echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2318: checking for IceConnectionNumber in -lICE" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
1999-02-02 23:15:37 +00:00
|
|
|
LIBS="-lICE $LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2326 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char IceConnectionNumber();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
IceConnectionNumber()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
LDFLAGS="$ac_save_LDFLAGS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
XLDFLAGS="$X_LIBS"
|
|
|
|
XLIBS="$X_EXTRA_LIBS"
|
|
|
|
|
|
|
|
if test "$GCC" = "yes" ; then
|
|
|
|
GNU_CC=1
|
|
|
|
fi
|
|
|
|
if test "$GXX" = "yes" ; then
|
|
|
|
GNU_CXX=1
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DLL_SUFFIX="so"
|
|
|
|
MKSHLIB='$(LD) $(DSO_LDOPTS)'
|
|
|
|
DSO_LDOPTS='-shared -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
DSO_CFLAGS='-KPIC'
|
|
|
|
|
|
|
|
if test "$GNU_CC" = 1; then
|
1999-02-02 17:45:37 +00:00
|
|
|
MKSHLIB='$(CXX) $(DSO_LDOPTS)'
|
|
|
|
MKSHLIB_FORCE_ALL='-Wl,--whole-archive'
|
|
|
|
MKSHLIB_UNFORCE_ALL='-Wl,--no-whole-archive'
|
1999-01-20 23:37:59 +00:00
|
|
|
DSO_LDOPTS='-shared -Wl,-h -Wl,$(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
DSO_CFLAGS='-fPIC'
|
|
|
|
fi
|
|
|
|
|
|
|
|
case "$target" in
|
1999-02-16 18:31:20 +00:00
|
|
|
*-*-aix*)
|
|
|
|
DSO_CFLAGS=
|
1999-02-18 03:00:39 +00:00
|
|
|
if test "$GNU_CC" != 1 ; then
|
|
|
|
DSO_LDOPTS='-brtl -bM:SRE -bnoentry -bexpall'
|
|
|
|
fi
|
1999-02-16 18:31:20 +00:00
|
|
|
;;
|
1999-02-17 14:45:37 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
*-*-solaris*)
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define BROKEN_QSORT 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
if test -z "$GNU_CC"; then
|
|
|
|
MKSHLIB='$(CXX) -xar $(DSO_LDOPTS)'
|
|
|
|
DSO_LDOPTS='-G -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
1999-02-03 04:30:33 +00:00
|
|
|
else
|
|
|
|
MKSHLIB='$(CC) $(DSO_LDOPTS)'
|
|
|
|
MKSHLIB_FORCE_ALL='-Wl,-z -Wl,allextract'
|
|
|
|
MKSHLIB_UNFORCE_ALL='-Wl,-z -Wl,defaultextract'
|
|
|
|
fi
|
|
|
|
;;
|
1999-01-20 23:37:59 +00:00
|
|
|
|
1999-02-13 21:44:16 +00:00
|
|
|
alpha*-*-linux*)
|
1999-01-20 23:37:59 +00:00
|
|
|
CFLAGS="$CFLAGS -mieee" ;;
|
|
|
|
|
|
|
|
alpha*-*-osf*)
|
|
|
|
if test "$GNU_CC" = 1 ; then
|
|
|
|
DSO_LDOPTS='-shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
else
|
|
|
|
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
|
|
|
|
DSO_LDOPTS='-shared -expect_unresolved \* -soname $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
DSO_CFLAGS=
|
|
|
|
fi ;;
|
|
|
|
|
1999-02-10 02:15:36 +00:00
|
|
|
*-bsdi*)
|
1999-02-16 18:00:39 +00:00
|
|
|
case `uname -r` in
|
|
|
|
4.*) ;;
|
|
|
|
*)
|
|
|
|
DSO_CFLAGS=''
|
|
|
|
DSO_LDOPTS='-r'
|
|
|
|
;;
|
|
|
|
esac
|
1999-02-10 02:15:36 +00:00
|
|
|
;;
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
*-freebsd*)
|
|
|
|
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` = "elf"; then
|
|
|
|
DLL_SUFFIX="so"
|
|
|
|
else
|
|
|
|
DLL_SUFFIX="so.1.0"
|
1999-01-27 05:15:34 +00:00
|
|
|
DSO_LDOPTS="-shared"
|
|
|
|
fi
|
|
|
|
if test -z "$GNU_CC"; then
|
|
|
|
DSO_LDOPTS="-Bshareable $DSO_LDOPTS"
|
|
|
|
fi ;;
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
*-netbsd*)
|
1999-02-01 06:30:39 +00:00
|
|
|
DLL_SUFFIX="so.1.0"
|
1999-01-20 23:37:59 +00:00
|
|
|
DSO_CFLAGS='-fPIC'
|
|
|
|
DSO_LDOPTS='-shared -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
MKSHLIB='$(LD) $(DSO_LDOPTS)'
|
|
|
|
if test -z "`$CC -E - -dM </dev/null | grep __ELF__`"; then
|
|
|
|
DSO_LDOPTS="-Bshareable"
|
|
|
|
fi
|
|
|
|
if test -n "$LIBRUNPATH"; then
|
|
|
|
DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
|
|
|
|
*-openbsd*)
|
|
|
|
DLL_SUFFIX="so.1.0"
|
|
|
|
DSO_CFLAGS='-fPIC'
|
|
|
|
DSO_LDOPTS='-shared -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
|
|
|
MKSHLIB='$(LD) $(DSO_LDOPTS)'
|
|
|
|
if test -z "`$CC -E - -dM </dev/null | grep __ELF__`"; then
|
|
|
|
DSO_LDOPTS="-Bshareable /usr/lib/c++rt0.o"
|
|
|
|
fi
|
|
|
|
if test -n "$LIBRUNPATH"; then
|
|
|
|
DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
|
|
|
|
*-hpux*)
|
|
|
|
if test -z "$GNU_CC"; then
|
|
|
|
DSO_CFLAGS="+Z"
|
|
|
|
fi
|
|
|
|
DLL_SUFFIX="sl"
|
|
|
|
DSO_LDOPTS='-b -E -L$(DIST)/bin $(LDFLAGS)'
|
|
|
|
MKSHLIB='$(LD) $(DSO_LDOPTS)'
|
|
|
|
;;
|
|
|
|
|
|
|
|
*-irix*)
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define IRIX6_3 1
|
|
|
|
EOF
|
|
|
|
|
1999-02-02 17:45:37 +00:00
|
|
|
DSO_LDOPTS='-elf -shared'
|
|
|
|
CFLAGS="$CFLAGS -woff 3262"
|
|
|
|
if test -z "$GNU_CC"; then
|
|
|
|
MKSHLIB_FORCE_ALL=-all
|
|
|
|
MKSHLIB_UNFORCE_ALL=-none
|
|
|
|
fi
|
|
|
|
;;
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2496: checking for working const" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2501 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_c_const=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_c_const=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_c_const" 1>&6
|
|
|
|
if test $ac_cv_c_const = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define const
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2571: checking for ANSI C header files" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2576 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <float.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:2584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_stdc=yes
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2601 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <string.h>
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "memchr" >/dev/null 2>&1; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
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.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2619 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "free" >/dev/null 2>&1; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
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.
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2640 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <ctype.h>
|
|
|
|
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
|
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
|
|
|
#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); }
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_header_stdc" 1>&6
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define STDC_HEADERS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2675: checking for mode_t" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2680 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#if STDC_HEADERS
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#endif
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
1999-02-02 23:15:37 +00:00
|
|
|
egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_mode_t=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_mode_t=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$ac_cv_type_mode_t" 1>&6
|
|
|
|
if test $ac_cv_type_mode_t = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define mode_t int
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for off_t""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2708: checking for off_t" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2713 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#if STDC_HEADERS
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#endif
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
1999-02-02 23:15:37 +00:00
|
|
|
egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_off_t=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_off_t=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$ac_cv_type_off_t" 1>&6
|
|
|
|
if test $ac_cv_type_off_t = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define off_t long
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2741: checking for pid_t" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2746 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#if STDC_HEADERS
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#endif
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
1999-02-02 23:15:37 +00:00
|
|
|
egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_pid_t=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_pid_t=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$ac_cv_type_pid_t" 1>&6
|
|
|
|
if test $ac_cv_type_pid_t = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define pid_t int
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for size_t""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2774: checking for size_t" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2779 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#if STDC_HEADERS
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
#endif
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
1999-02-02 23:15:37 +00:00
|
|
|
egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_size_t=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_size_t=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
echo "$ac_t""$ac_cv_type_size_t" 1>&6
|
|
|
|
if test $ac_cv_type_size_t = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define size_t unsigned
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2807: checking for uid_t in sys/types.h" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2812 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "uid_t" >/dev/null 2>&1; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_uid_t=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_uid_t=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_type_uid_t" 1>&6
|
|
|
|
if test $ac_cv_type_uid_t = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define uid_t int
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define gid_t int
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2841: checking for st_blksize in struct stat" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2846 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
int main() {
|
|
|
|
struct stat s; s.st_blksize;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_st_blksize=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_st_blksize=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
|
|
|
|
if test $ac_cv_struct_st_blksize = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_ST_BLKSIZE 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2875: checking for st_rdev in struct stat" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2880 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
int main() {
|
|
|
|
struct stat s; s.st_rdev;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_st_rdev=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_st_rdev=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_struct_st_rdev" 1>&6
|
|
|
|
if test $ac_cv_struct_st_rdev = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_ST_RDEV 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2909: checking whether struct tm is in sys/time.h or time.h" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2914 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <time.h>
|
|
|
|
int main() {
|
|
|
|
struct tm *tp; tp->tm_sec;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_tm=time.h
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_tm=sys/time.h
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_struct_tm" 1>&6
|
|
|
|
if test $ac_cv_struct_tm = sys/time.h; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define TM_IN_SYS_TIME 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2943: checking for tm_zone in struct tm" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2948 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <$ac_cv_struct_tm>
|
|
|
|
int main() {
|
|
|
|
struct tm tm; tm.tm_zone;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_tm_zone=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_struct_tm_zone=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
|
|
|
|
if test "$ac_cv_struct_tm_zone" = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_TM_ZONE 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo $ac_n "checking for tzname""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:2976: checking for tzname" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 2981 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <time.h>
|
|
|
|
#ifndef tzname /* For SGI. */
|
|
|
|
extern char *tzname[]; /* RS6000 and others reject char **tzname. */
|
|
|
|
#endif
|
|
|
|
int main() {
|
|
|
|
atoi(*tzname);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:2991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_var_tzname=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_var_tzname=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_var_tzname" 1>&6
|
|
|
|
if test $ac_cv_var_tzname = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_TZNAME 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
ac_header_dirent=no
|
|
|
|
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
|
|
|
|
do
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3018: checking for $ac_hdr that defines DIR" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3023 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <$ac_hdr>
|
|
|
|
int main() {
|
|
|
|
DIR *dirp = 0;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3031: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_dirent_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_dirent_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_hdr 1
|
|
|
|
EOF
|
|
|
|
ac_header_dirent=$ac_hdr; break
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
|
|
|
|
if test $ac_header_dirent = dirent.h; then
|
|
|
|
echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3056: checking for opendir in -ldir" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ldir $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3064 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char opendir();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
opendir()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
LIBS="$LIBS -ldir"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
else
|
|
|
|
echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3097: checking for opendir in -lx" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lx $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3105 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char opendir();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
opendir()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
LIBS="$LIBS -lx"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3139: checking for ANSI C header files" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3144 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <float.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:3152: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_stdc=yes
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3169 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <string.h>
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "memchr" >/dev/null 2>&1; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
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.
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3187 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "free" >/dev/null 2>&1; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
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.
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3208 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <ctype.h>
|
|
|
|
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
|
|
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|
|
|
|
#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); }
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_header_stdc=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_header_stdc" 1>&6
|
|
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define STDC_HEADERS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3243: checking for sys/wait.h that is POSIX.1 compatible" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3248 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/wait.h>
|
|
|
|
#ifndef WEXITSTATUS
|
|
|
|
#define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
|
|
|
|
#endif
|
|
|
|
#ifndef WIFEXITED
|
|
|
|
#define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
|
|
|
|
#endif
|
|
|
|
int main() {
|
|
|
|
int s;
|
|
|
|
wait (&s);
|
|
|
|
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3264: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_sys_wait_h=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_sys_wait_h=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
|
|
|
|
if test $ac_cv_header_sys_wait_h = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_SYS_WAIT_H 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3285: checking whether time.h and sys/time.h may both be included" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3290 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <time.h>
|
|
|
|
int main() {
|
|
|
|
struct tm *tp;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_time=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_time=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_header_time" 1>&6
|
|
|
|
if test $ac_cv_header_time = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define TIME_WITH_SYS_TIME 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
for ac_hdr in fcntl.h limits.h malloc.h paths.h strings.h unistd.h
|
|
|
|
do
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3323: checking for $ac_hdr" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3328 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$ac_hdr>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:3333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_hdr 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_hdr in sys/bittypes.h sys/file.h sys/ioctl.h sys/time.h
|
|
|
|
do
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3363: checking for $ac_hdr" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3368 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$ac_hdr>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:3373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_hdr 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_hdr in getopt.h ioctl.h sys/cdefs.h filio.h systeminfo.h
|
|
|
|
do
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3403: checking for $ac_hdr" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3408 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$ac_hdr>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:3413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_hdr 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for gethostbyname_r in -lc_r""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3441: checking for gethostbyname_r in -lc_r" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo c_r'_'gethostbyname_r | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lc_r $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3449 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char gethostbyname_r();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
gethostbyname_r()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo c_r | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lc_r $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
echo $ac_n "checking for strcpy in -lc""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3486: checking for strcpy in -lc" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo c'_'strcpy | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lc $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3494 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char strcpy();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
strcpy()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo c | sed -e 's/^a-zA-Z0-9_/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lc $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for atan in -lm""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3535: checking for atan in -lm" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo m'_'atan | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lm $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3543 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char atan();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
atan()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lm $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3582: checking for dlopen in -ldl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ldl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3590 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char dlopen();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
dlopen()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-ldl $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test -z "$GNU_CXX" ; then
|
|
|
|
echo $ac_n "checking for demangle in -lC""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3630: checking for demangle in -lC" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo C'_'demangle | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lC $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3638 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char demangle();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
demangle()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo C | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lC $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
echo $ac_n "checking for res_gethostbyaddr in -lresolv""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3678: checking for res_gethostbyaddr in -lresolv" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo resolv'_'res_gethostbyaddr | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lresolv $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3686 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char res_gethostbyaddr();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
res_gethostbyaddr()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lresolv $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for getnetbyaddr in -lsocket""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3725: checking for getnetbyaddr in -lsocket" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo socket'_'getnetbyaddr | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lsocket $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3733 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char getnetbyaddr();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
getnetbyaddr()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lsocket $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for login in -lutil""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3772: checking for login in -lutil" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo util'_'login | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lutil $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3780 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char login();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
login()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo util | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lutil $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for xdr_string in -lnsl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3819: checking for xdr_string in -lnsl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo nsl'_'xdr_string | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lnsl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3827 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char xdr_string();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
xdr_string()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lnsl $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for elf_rawdata in -lelf""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3866: checking for elf_rawdata in -lelf" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo elf'_'elf_rawdata | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lelf $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3874 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char elf_rawdata();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
elf_rawdata()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lelf $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for textdomain in -lintl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3913: checking for textdomain in -lintl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo intl'_'textdomain | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3921 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char textdomain();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
textdomain()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for shm_open in -lposix4""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:3960: checking for shm_open in -lposix4" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo posix4'_'shm_open | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lposix4 $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 3968 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char shm_open();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
shm_open()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo posix4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lposix4 $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for iswupper in -lw""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4007: checking for iswupper in -lw" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo w'_'iswupper | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lw $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4015 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char iswupper();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
iswupper()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo w | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lw $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for yywrap in -ll""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4054: checking for yywrap in -ll" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo l'_'yywrap | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ll $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4062 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* 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; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo l | sed -e 's/[^a-zA-Z0-9_]/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-ll $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
echo $ac_n "checking for yywrap in -lfl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4099: checking for yywrap in -lfl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo fl'_'yywrap | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lfl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4107 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* 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; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_lib=HAVE_LIB`echo fl | sed -e 's/^a-zA-Z0-9_/_/g' \
|
|
|
|
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_lib 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lfl $LIBS"
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
|
|
|
|
# for constant arguments. Useless!
|
|
|
|
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4152: checking for working alloca.h" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4157 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <alloca.h>
|
|
|
|
int main() {
|
|
|
|
char *p = alloca(2 * sizeof(int));
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_alloca_h=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_header_alloca_h=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
|
|
|
|
if test $ac_cv_header_alloca_h = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_ALLOCA_H 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for alloca""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4185: checking for alloca" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4190 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
|
# define alloca __builtin_alloca
|
|
|
|
#else
|
1999-02-02 23:15:37 +00:00
|
|
|
# if HAVE_ALLOCA_H
|
|
|
|
# include <alloca.h>
|
1999-01-20 23:37:59 +00:00
|
|
|
# else
|
1999-02-02 23:15:37 +00:00
|
|
|
# ifdef _AIX
|
1999-02-02 23:06:56 +00:00
|
|
|
#pragma alloca
|
1999-02-02 23:15:37 +00:00
|
|
|
# else
|
|
|
|
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
1999-01-20 23:37:59 +00:00
|
|
|
char *alloca ();
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
char *p = (char *) alloca(1);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_func_alloca_works=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_func_alloca_works=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
|
|
|
|
if test $ac_cv_func_alloca_works = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_ALLOCA 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_func_alloca_works = no; then
|
|
|
|
# The SVR3 libPW and SVR4 libucb both contain incompatible functions
|
|
|
|
# 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.
|
1999-02-02 23:15:37 +00:00
|
|
|
ALLOCA=alloca.o
|
1999-01-20 23:37:59 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define C_ALLOCA 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4245: checking whether alloca needs Cray hooks" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4250 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#if defined(CRAY) && ! defined(CRAY2)
|
|
|
|
webecray
|
|
|
|
#else
|
|
|
|
wenotbecray
|
|
|
|
#endif
|
|
|
|
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "webecray" >/dev/null 2>&1; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_os_cray=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_os_cray=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_os_cray" 1>&6
|
|
|
|
if test $ac_cv_os_cray = yes; then
|
|
|
|
for ac_func in _getb67 GETB67 getb67; do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4275: checking for $ac_func" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4280 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define CRAY_STACKSEG_END $ac_func
|
|
|
|
EOF
|
|
|
|
|
|
|
|
break
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4330: checking stack direction for C alloca" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
ac_cv_c_stack_direction=0
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4338 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
main ()
|
|
|
|
{
|
|
|
|
exit (find_stack_direction() < 0);
|
|
|
|
}
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_c_stack_direction=1
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_c_stack_direction=-1
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define STACK_DIRECTION $ac_cv_c_stack_direction
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_prog_gcc = yes; then
|
|
|
|
echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4380: checking whether ${CC-cc} needs -traditional" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_pattern="Autoconf.*'x'"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4386 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sgtty.h>
|
|
|
|
Autoconf TIOCGETP
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "$ac_pattern" >/dev/null 2>&1; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_prog_gcc_traditional=yes
|
|
|
|
else
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_prog_gcc_traditional=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
|
|
|
|
if test $ac_cv_prog_gcc_traditional = no; then
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4404 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <termio.h>
|
|
|
|
Autoconf TCGETA
|
|
|
|
EOF
|
|
|
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
|
|
egrep "$ac_pattern" >/dev/null 2>&1; then
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_prog_gcc_traditional=yes
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
|
|
|
|
if test $ac_cv_prog_gcc_traditional = yes; then
|
|
|
|
CC="$CC -traditional"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4426: checking for 8-bit clean memcmp" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
ac_cv_func_memcmp_clean=no
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4434 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
main()
|
|
|
|
{
|
|
|
|
char c0 = 0x40, c1 = 0x80, c2 = 0x81;
|
|
|
|
exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_func_memcmp_clean=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_func_memcmp_clean=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
|
1999-02-02 23:15:37 +00:00
|
|
|
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
for ac_hdr in unistd.h
|
|
|
|
do
|
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4465: checking for $ac_hdr" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4470 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <$ac_hdr>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:4475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_hdr 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_func in getpagesize
|
|
|
|
do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4504: checking for $ac_func" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4509 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_func 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4557: checking for working mmap" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4565 "configure"
|
1999-01-20 23:37:59 +00: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
|
|
|
|
VM page cache was not coherent with the filesystem buffer cache
|
|
|
|
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>
|
|
|
|
|
|
|
|
/* This mess was copied from the GNU getpagesize.h. */
|
|
|
|
#ifndef HAVE_GETPAGESIZE
|
|
|
|
# ifdef HAVE_UNISTD_H
|
|
|
|
# include <unistd.h>
|
|
|
|
# endif
|
|
|
|
|
|
|
|
/* Assume that all systems that can run configure have sys/param.h. */
|
|
|
|
# ifndef HAVE_SYS_PARAM_H
|
|
|
|
# define HAVE_SYS_PARAM_H 1
|
|
|
|
# endif
|
|
|
|
|
|
|
|
# ifdef _SC_PAGESIZE
|
|
|
|
# define getpagesize() sysconf(_SC_PAGESIZE)
|
|
|
|
# else /* no _SC_PAGESIZE */
|
|
|
|
# ifdef HAVE_SYS_PARAM_H
|
|
|
|
# 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 */
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" { void *malloc(unsigned); }
|
|
|
|
#else
|
|
|
|
char *malloc();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int
|
|
|
|
main()
|
|
|
|
{
|
|
|
|
char *data, *data2, *data3;
|
|
|
|
int i, pagesize;
|
|
|
|
int fd;
|
|
|
|
|
|
|
|
pagesize = getpagesize();
|
|
|
|
|
|
|
|
/*
|
|
|
|
* First, make a file with some known garbage in it.
|
|
|
|
*/
|
|
|
|
data = malloc(pagesize);
|
|
|
|
if (!data)
|
|
|
|
exit(1);
|
|
|
|
for (i = 0; i < pagesize; ++i)
|
|
|
|
*(data + i) = rand();
|
|
|
|
umask(0);
|
|
|
|
fd = creat("conftestmmap", 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("conftestmmap", O_RDWR);
|
|
|
|
if (fd < 0)
|
|
|
|
exit(1);
|
|
|
|
data2 = 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 = 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);
|
|
|
|
unlink("conftestmmap");
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_func_mmap_fixed_mapped=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_func_mmap_fixed_mapped=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
|
|
|
|
if test $ac_cv_func_mmap_fixed_mapped = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_MMAP 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4728: checking return type of signal handlers" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4733 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <signal.h>
|
|
|
|
#ifdef signal
|
|
|
|
#undef signal
|
|
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" void (*signal (int, void (*)(int)))(int);
|
|
|
|
#else
|
|
|
|
void (*signal ()) ();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
int i;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_signal=void
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_type_signal=int
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_type_signal" 1>&6
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define RETSIGTYPE $ac_cv_type_signal
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for working strcoll""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4769: checking for working strcoll" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_strcoll_works'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
ac_cv_func_strcoll_works=no
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4777 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <string.h>
|
|
|
|
main ()
|
|
|
|
{
|
|
|
|
exit (strcoll ("abc", "def") >= 0 ||
|
|
|
|
strcoll ("ABC", "DEF") >= 0 ||
|
|
|
|
strcoll ("123", "456") >= 0);
|
|
|
|
}
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_func_strcoll_works=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_func_strcoll_works=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_strcoll_works" 1>&6
|
|
|
|
if test $ac_cv_func_strcoll_works = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_STRCOLL 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for strftime""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4810: checking for strftime" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4815 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char strftime(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char strftime();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_strftime) || defined (__stub___strftime)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
strftime();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_strftime=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_strftime=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_STRFTIME 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
# strftime is in -lintl on SCO UNIX.
|
|
|
|
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4860: checking for strftime in -lintl" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4868 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char strftime();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
strftime()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_STRFTIME 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
LIBS="-lintl $LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4906: checking whether utime accepts a null argument" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_utime_null'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
rm -f conftestdata; > conftestdata
|
|
|
|
# Sequent interprets utime(file, 0) to mean use start of epoch. Wrong.
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
ac_cv_func_utime_null=no
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4916 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
main() {
|
|
|
|
struct stat s, t;
|
|
|
|
exit(!(stat ("conftestdata", &s) == 0 && utime("conftestdata", (long *)0) == 0
|
|
|
|
&& stat("conftestdata", &t) == 0 && t.st_mtime >= s.st_mtime
|
|
|
|
&& t.st_mtime - s.st_mtime < 120));
|
|
|
|
}
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:4927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_func_utime_null=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_func_utime_null=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core core.* *.core
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_utime_null" 1>&6
|
|
|
|
if test $ac_cv_func_utime_null = yes; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_UTIME_NULL 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
|
|
|
|
echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4952: checking for vfork.h" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4957 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <vfork.h>
|
|
|
|
EOF
|
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
1999-02-25 20:00:38 +00:00
|
|
|
{ (eval echo configure:4962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
1999-02-02 23:15:37 +00:00
|
|
|
ac_err=`grep -v '^ *+' conftest.out`
|
1999-01-20 23:37:59 +00:00
|
|
|
if test -z "$ac_err"; then
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=yes"
|
|
|
|
else
|
|
|
|
echo "$ac_err" >&5
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_header_$ac_safe=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_VFORK_H 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for working vfork""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4987: checking for working vfork" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
echo $ac_n "checking for vfork""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:4993: checking for vfork" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 4998 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char vfork(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char vfork();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_vfork) || defined (__stub___vfork)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
vfork();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_vfork=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_vfork=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'vfork`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5042 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Thanks to Paul Eggert for this test. */
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#ifdef HAVE_UNISTD_H
|
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_VFORK_H
|
|
|
|
#include <vfork.h>
|
|
|
|
#endif
|
|
|
|
/* On some sparc systems, changes by the child to local and incoming
|
|
|
|
argument registers are propagated back to the parent.
|
|
|
|
The compiler is told about this with #include <vfork.h>,
|
|
|
|
but some compilers (e.g. gcc -O) don't grok <vfork.h>.
|
|
|
|
Test for this by using a static variable whose address
|
|
|
|
is put into a register that is clobbered by the vfork. */
|
|
|
|
static
|
|
|
|
#ifdef __cplusplus
|
|
|
|
sparc_address_test (int arg)
|
|
|
|
#else
|
|
|
|
sparc_address_test (arg) int arg;
|
|
|
|
#endif
|
|
|
|
{
|
|
|
|
static pid_t child;
|
|
|
|
if (!child) {
|
|
|
|
child = vfork ();
|
|
|
|
if (child < 0) {
|
|
|
|
perror ("vfork");
|
|
|
|
_exit(2);
|
|
|
|
}
|
|
|
|
if (!child) {
|
|
|
|
arg = getpid();
|
|
|
|
write(-1, "", 0);
|
|
|
|
_exit (arg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
main() {
|
|
|
|
pid_t parent = getpid ();
|
|
|
|
pid_t child;
|
|
|
|
|
|
|
|
sparc_address_test ();
|
|
|
|
|
|
|
|
child = vfork ();
|
|
|
|
|
|
|
|
if (child == 0) {
|
|
|
|
/* Here is another test for sparc vfork register problems.
|
|
|
|
This test uses lots of local variables, at least
|
|
|
|
as many local variables as main has allocated so far
|
|
|
|
including compiler temporaries. 4 locals are enough for
|
|
|
|
gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe.
|
|
|
|
A buggy compiler should reuse the register of parent
|
|
|
|
for one of the local variables, since it will think that
|
|
|
|
parent can't possibly be used any more in this routine.
|
|
|
|
Assigning to the local variable will thus munge parent
|
|
|
|
in the parent process. */
|
|
|
|
pid_t
|
|
|
|
p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
|
|
|
|
p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
|
|
|
|
/* Convince the compiler that p..p7 are live; otherwise, it might
|
|
|
|
use the same hardware register for all 8 local variables. */
|
|
|
|
if (p != p1 || p != p2 || p != p3 || p != p4
|
|
|
|
|| p != p5 || p != p6 || p != p7)
|
|
|
|
_exit(1);
|
|
|
|
|
|
|
|
/* On some systems (e.g. IRIX 3.3),
|
|
|
|
vfork doesn't separate parent from child file descriptors.
|
|
|
|
If the child closes a descriptor before it execs or exits,
|
|
|
|
this munges the parent's descriptor as well.
|
|
|
|
Test for this by closing stdout in the child. */
|
|
|
|
_exit(close(fileno(stdout)) != 0);
|
|
|
|
} else {
|
|
|
|
int status;
|
|
|
|
struct stat st;
|
|
|
|
|
|
|
|
while (wait(&status) != child)
|
|
|
|
;
|
|
|
|
exit(
|
|
|
|
/* Was there some problem with vforking? */
|
|
|
|
child < 0
|
|
|
|
|
|
|
|
/* Did the child fail? (This shouldn't happen.) */
|
|
|
|
|| status
|
|
|
|
|
|
|
|
/* Did the vfork/compiler bug occur? */
|
|
|
|
|| parent != getpid()
|
|
|
|
|
|
|
|
/* Did the file descriptor bug occur? */
|
|
|
|
|| fstat(fileno(stdout), &st) != 0
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
ac_cv_func_vfork_works=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
ac_cv_func_vfork_works=no
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_func_vfork_works" 1>&6
|
|
|
|
if test $ac_cv_func_vfork_works = no; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define vfork fork
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5160: checking for vprintf" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5165 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char vprintf(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char vprintf();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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_vprintf) || defined (__stub___vprintf)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
vprintf();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_vprintf=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_vprintf=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_VPRINTF 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$ac_cv_func_vprintf" != yes; then
|
|
|
|
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5212: checking for _doprnt" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5217 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char _doprnt(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char _doprnt();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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__doprnt) || defined (__stub____doprnt)
|
|
|
|
choke me
|
|
|
|
#else
|
|
|
|
_doprnt();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func__doprnt=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func__doprnt=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_DOPRNT 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
for ac_func in ftime getcwd gethostname getwd mkdir mktime putenv rmdir select
|
|
|
|
do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5267: checking for $ac_func" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5272 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_func 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_func in socket strcspn strdup strerror strspn strstr strtol strtoul
|
|
|
|
do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5322: checking for $ac_func" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5327 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_func 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_func in uname qsort snprintf waitid fork1 remainder lchown
|
|
|
|
do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5377: checking for $ac_func" >&5
|
1999-01-27 05:15:34 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5382 "configure"
|
1999-01-27 05:15:34 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-27 05:15:34 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_func 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
for ac_func in localtime_r
|
|
|
|
do
|
|
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5432: checking for $ac_func" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5437 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
|
which can conflict with char $ac_func(); below. */
|
|
|
|
#include <assert.h>
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
$ac_func();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_func_$ac_func=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define $ac_tr_func 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking how to call gettimeofday""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5486: checking how to call gettimeofday" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_gettimeofday_args'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5491 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
int main() {
|
|
|
|
struct timeval tv; struct timezone tzp;
|
|
|
|
gettimeofday(&tv, &tzp);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_gettimeofday_args=2
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5508 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
int main() {
|
|
|
|
struct timeval tv; gettimeofday(&tv);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_gettimeofday_args=1
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_gettimeofday_args=0
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_gettimeofday_args=$ac_gettimeofday_args
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_gettimeofday_args=$ac_cv_gettimeofday_args
|
|
|
|
if test $ac_gettimeofday_args = 1 ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_GETTIMEOFDAY 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
echo "$ac_t""one argument" 1>&6
|
|
|
|
elif test $ac_gettimeofday_args = 2 ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_GETTIMEOFDAY 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define GETTIMEOFDAY_TWO_ARGS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
echo "$ac_t""two arguments" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""unknown" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for sys_errlist/sys_nerr""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5553: checking for sys_errlist/sys_nerr" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_syserrlist'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5558 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <errno.h>
|
|
|
|
int main() {
|
|
|
|
char *foo = sys_errlist[sys_nerr-1];
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_syserrlist=true
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_syserrlist=false
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_syserrlist=$ac_syserrlist
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_syserrlist=$ac_cv_syserrlist
|
|
|
|
if test $ac_syserrlist = true ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_SYSERRLIST 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
_SAVE_CC=$CC
|
|
|
|
CC=$CXX
|
|
|
|
echo $ac_n "checking for ios::binary""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5593: checking for ios::binary" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_ios_binary'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5598 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <iostream.h>
|
|
|
|
#include <fstream.h>
|
|
|
|
int main() {
|
|
|
|
char *buffer = "config.log";
|
|
|
|
fstream *mFileStream=new fstream(buffer, ios::binary);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_ios_binary=true
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_ios_binary=false
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_ios_binary=$ac_ios_binary
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_ios_binary=$ac_cv_ios_binary
|
|
|
|
if test $ac_ios_binary = true ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_IOS_BINARY 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
1999-02-25 17:45:40 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
echo $ac_n "checking for ios::bin""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5633: checking for ios::bin" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_ios_bin'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5638 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <iostream.h>
|
|
|
|
#include <fstream.h>
|
|
|
|
int main() {
|
|
|
|
char *buffer = "config.log";
|
|
|
|
fstream *mFileStream=new fstream(buffer, ios::bin);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_ios_bin=true
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_ios_bin=false
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
ac_cv_ios_bin=$ac_ios_bin
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_ios_bin=$ac_cv_ios_bin
|
|
|
|
if test $ac_ios_bin = true ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_IOS_BIN 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
1999-02-25 17:45:40 +00:00
|
|
|
|
|
|
|
echo $ac_n "checking for advanced C++ casting""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5672: checking for advanced C++ casting" >&5
|
1999-02-25 17:45:40 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_cpp_casts'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5677 "configure"
|
1999-02-25 17:45:40 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
class A {};
|
|
|
|
class B: public A {};
|
|
|
|
int main() {
|
|
|
|
B* b = new B;
|
|
|
|
A* a = static_cast<A*>(b);
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-02-25 17:45:40 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cpp_casts=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cpp_casts=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_cpp_casts" 1>&6
|
|
|
|
if test $ac_cv_cpp_casts = yes ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_CPP_CASTS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for namespaces""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5707: checking for namespaces" >&5
|
1999-02-25 17:45:40 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_cpp_namespaces'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5712 "configure"
|
1999-02-25 17:45:40 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
namespace X {}
|
|
|
|
int main() {
|
|
|
|
using namespace X;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5719: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-02-25 17:45:40 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cpp_namespaces=yes
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cpp_namespaces=no
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo "$ac_t""$ac_cv_cpp_namespaces" 1>&6
|
|
|
|
if test $ac_cv_cpp_namespaces = yes ; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define HAVE_CPP_NAMESPACES 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
CC=$_SAVE_CC
|
|
|
|
|
1999-02-25 17:45:40 +00:00
|
|
|
|
|
|
|
|
1999-02-12 01:00:35 +00:00
|
|
|
echo $ac_n "checking $CC for \"-include <file>\" option""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5744: checking $CC for \"-include <file>\" option" >&5
|
1999-02-09 23:32:00 +00:00
|
|
|
_tmp_header="include-test-$$.h"
|
|
|
|
echo "char *booboo;" > $_tmp_header
|
|
|
|
_SAVE_CFLAGS=$CFLAGS ; CFLAGS="$CFLAGS -include $_tmp_header"
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_cxx_include_flag'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5752 "configure"
|
1999-02-09 23:32:00 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
booboo = "yogi";
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-02-09 23:32:00 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cxx_include_flag=true
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cxx_include_flag=false
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_cxx_include_flag = true ; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-02-12 01:00:35 +00:00
|
|
|
USE_CPP_INCLUDE_FLAG=1
|
|
|
|
|
1999-02-09 23:32:00 +00:00
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
1999-02-16 18:31:20 +00:00
|
|
|
rm -f $_tmp_header
|
1999-02-12 01:00:35 +00:00
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
|
|
|
|
echo $ac_n "checking $CC for \"-Wall\" support""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5782: checking $CC for \"-Wall\" support" >&5
|
1999-02-12 01:00:35 +00:00
|
|
|
_SAVE_CFLAGS=$CFLAGS ; CFLAGS="$CFLAGS -Wall"
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_cc_wall_flag'+set}'`\" = set"; then
|
1999-02-09 23:32:00 +00:00
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5788 "configure"
|
1999-02-09 23:32:00 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
1999-02-12 01:00:35 +00:00
|
|
|
int i;
|
1999-02-09 23:32:00 +00:00
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-02-09 23:32:00 +00:00
|
|
|
rm -rf conftest*
|
1999-02-12 01:00:35 +00:00
|
|
|
ac_cv_cc_wall_flag=true
|
1999-02-09 23:32:00 +00:00
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
1999-02-12 01:00:35 +00:00
|
|
|
ac_cv_cc_wall_flag=false
|
1999-02-09 23:32:00 +00:00
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
1999-02-12 01:00:35 +00:00
|
|
|
if test $ac_cv_cc_wall_flag = true ; then
|
1999-02-09 23:32:00 +00:00
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
1999-02-12 02:31:28 +00:00
|
|
|
_SAVE_CC=$CC ; CC=$CXX
|
|
|
|
echo $ac_n "checking $CXX for \"-Wall\" support""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:5814: checking $CXX for \"-Wall\" support" >&5
|
1999-02-12 02:31:28 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_cxx_wall_flag'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 5819 "configure"
|
1999-02-12 02:31:28 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
int i;
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:5826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-02-12 02:31:28 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cxx_wall_flag=true
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
ac_cv_cxx_wall_flag=false
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test $ac_cv_cxx_wall_flag = true ; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
if test $ac_cv_cc_wall_flag = true -a $ac_cv_cxx_wall_flag = true ; then
|
|
|
|
WARNINGS_CFLAGS="${WARNINGS_CFLAGS} -Wall"
|
|
|
|
fi
|
|
|
|
CC=$_SAVE_CC
|
1999-02-12 01:45:35 +00:00
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
1999-02-12 01:00:35 +00:00
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
|
|
|
|
# Mozilla specific options
|
|
|
|
# ========================================================
|
|
|
|
|
|
|
|
# Components and Features
|
|
|
|
|
|
|
|
# Check whether --enable-async-dns or --disable-async-dns was given.
|
|
|
|
if test "${enable_async_dns+set}" = set; then
|
|
|
|
enableval="$enable_async_dns"
|
|
|
|
if test "$enableval" = "no"; then
|
|
|
|
NO_UNIX_ASYNC_DNS=1
|
|
|
|
elif test "$enableval" = "yes"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, async-dns, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-editor or --disable-editor was given.
|
|
|
|
if test "${enable_editor+set}" = set; then
|
|
|
|
enableval="$enable_editor"
|
1999-02-12 02:31:28 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_EDITOR=1
|
1999-02-12 02:31:28 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, editor, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-12 02:31:28 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-mailnews or --disable-mailnews was given.
|
|
|
|
if test "${enable_mailnews+set}" = set; then
|
|
|
|
enableval="$enable_mailnews"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
MOZ_MAIL_NEWS=1
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, mailnews, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
MOZ_BUILD_NSPR=1
|
|
|
|
|
|
|
|
# Check whether --enable-build-nspr or --disable-build-nspr was given.
|
|
|
|
if test "${enable_build_nspr+set}" = set; then
|
|
|
|
enableval="$enable_build_nspr"
|
|
|
|
if test "$enableval" = "no"; then
|
|
|
|
MOZ_BUILD_NSPR=
|
|
|
|
elif test "$enableval" = "yes"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, build-nspr, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-oji or --disable-oji was given.
|
|
|
|
if test "${enable_oji+set}" = set; then
|
|
|
|
enableval="$enable_oji"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
MOZ_OJI=1 FULL_STATIC_BUILD= NO_SHARED_LIB=
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, oji, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --enable-tests or --disable-tests was given.
|
|
|
|
if test "${enable_tests+set}" = set; then
|
|
|
|
enableval="$enable_tests"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
ENABLE_TESTS=1
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, tests, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1999-02-04 23:00:43 +00:00
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
# Check whether --enable-toolkit or --disable-toolkit was given.
|
|
|
|
if test "${enable_toolkit+set}" = set; then
|
|
|
|
enableval="$enable_toolkit"
|
|
|
|
|
1999-02-04 23:00:43 +00:00
|
|
|
res=`echo $target_os| grep -c "^Rhapsody"`;
|
|
|
|
if test "$enableval" != "motif" && test "$enableval" != "gtk" && test $res = 0; then
|
1999-02-11 09:32:01 +00:00
|
|
|
{ echo "configure: error: Toolkit must be either gtk or motif." 1>&2; exit 1; }
|
1999-02-04 23:00:43 +00:00
|
|
|
else
|
|
|
|
MOZ_TOOLKIT=`echo "$enableval" | sed -e "s/,.*//g" `
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
else
|
|
|
|
MOZ_TOOLKIT=USE_DEFAULT
|
|
|
|
fi
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
1999-02-04 23:00:43 +00:00
|
|
|
if test "$MOZ_TOOLKIT" = "USE_DEFAULT"; then
|
|
|
|
res=`echo $target_os| grep -c "^Rhapsody"`
|
|
|
|
if test $res != 0; then
|
|
|
|
MOZ_TOOLKIT="rhapsody"
|
|
|
|
else
|
|
|
|
MOZ_TOOLKIT="gtk"
|
|
|
|
fi
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_BUILD_XPFE=1
|
1999-01-28 05:00:35 +00:00
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-build-xpfe or --disable-build-xpfe was given.
|
|
|
|
if test "${enable_build_xpfe+set}" = set; then
|
|
|
|
enableval="$enable_build_xpfe"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "no"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_BUILD_XPFE=
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "yes"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, build-xpfe, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
|
|
|
|
# Compiler Options
|
|
|
|
|
|
|
|
# Check whether --enable-asserts or --disable-asserts was given.
|
|
|
|
if test "${enable_asserts+set}" = set; then
|
|
|
|
enableval="$enable_asserts"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "no"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
UNIX_SKIP_ASSERTS=1
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "yes"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, asserts, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-debug or --disable-debug was given.
|
|
|
|
if test "${enable_debug+set}" = set; then
|
|
|
|
enableval="$enable_debug"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_DEBUG=1 OPTIMIZE_CFLAGS="-g"
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_DEBUG_MODULES=`echo $enableval | sed 's|,| |g'`
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-md or --disable-md was given.
|
|
|
|
if test "${enable_md+set}" = set; then
|
|
|
|
enableval="$enable_md"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
COMPILER_DEPEND=1
|
1999-02-22 18:31:44 +00:00
|
|
|
DEPEND_CFLAGS='-Wp,-MMD,$(*D)/.deps/$(*F).pp'
|
1999-02-11 09:32:01 +00:00
|
|
|
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, md, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-pedantic or --disable-pedantic was given.
|
|
|
|
if test "${enable_pedantic+set}" = set; then
|
|
|
|
enableval="$enable_pedantic"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
WARNINGS_CFLAGS="${WARNINGS_CFLAGS} -pedantic"
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, pedantic, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-shared or --disable-shared was given.
|
|
|
|
if test "${enable_shared+set}" = set; then
|
|
|
|
enableval="$enable_shared"
|
|
|
|
if test "$enableval" = "no"; then
|
|
|
|
NO_SHARED_LIB=1
|
|
|
|
elif test "$enableval" = "yes"; then
|
1999-02-11 09:32:01 +00:00
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, shared, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Profiling and Instrumenting
|
1999-02-11 09:32:01 +00:00
|
|
|
|
|
|
|
# Check whether --enable-gprof or --disable-gprof was given.
|
|
|
|
if test "${enable_gprof+set}" = set; then
|
|
|
|
enableval="$enable_gprof"
|
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-12 01:45:35 +00:00
|
|
|
GPROF_CFLAGS="-pg"
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, gprof, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-17 14:45:37 +00:00
|
|
|
# Check whether --enable-insure or --disable-insure was given.
|
|
|
|
if test "${enable_insure+set}" = set; then
|
|
|
|
enableval="$enable_insure"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
MOZ_INSURE="insure" MOZ_INSURIFYING=1 MOZ_INSURE_DIRS="mozilla" MOZ_INSURE_EXCLUDE_DIRS="mozilla/config"
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, insure, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-insure-dirs or --without-insure-dirs was given.
|
|
|
|
if test "${with_insure_dirs+set}" = set; then
|
|
|
|
withval="$with_insure_dirs"
|
|
|
|
MOZ_INSURE_DIRS=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-insure-exclude-dirs or --without-insure-exclude-dirs was given.
|
|
|
|
if test "${with_insure_exclude_dirs+set}" = set; then
|
|
|
|
withval="$with_insure_exclude_dirs"
|
|
|
|
MOZ_INSURE_EXCLUDE_DIRS="mozilla/config $withval"
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
# Check whether --enable-profile or --disable-profile was given.
|
|
|
|
if test "${enable_profile+set}" = set; then
|
|
|
|
enableval="$enable_profile"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
MOZILLA_GPROF=1
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, profile, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-wrap-malloc or --disable-wrap-malloc was given.
|
|
|
|
if test "${enable_wrap_malloc+set}" = set; then
|
|
|
|
enableval="$enable_wrap_malloc"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
if test "$GNU_CC" = 1; then
|
|
|
|
WRAP_MALLOC_CFLAGS="${LDFLAGS} -Wl,--wrap -Wl,malloc -Wl,--wrap -Wl,free -Wl,--wrap -Wl,realloc -Wl,--wrap -Wl,__builtin_new -Wl,--wrap -Wl,__builtin_vec_new -Wl,--wrap -Wl,__builtin_delete -Wl,--wrap -Wl,__builtin_vec_delete -Wl,--wrap -Wl,PR_Free -Wl,--wrap -Wl,PR_Malloc -Wl,--wrap -Wl,PR_Calloc -Wl,--wrap -Wl,PR_Realloc"
|
|
|
|
MKSHLIB='$(CXX) $(DSO_LDOPTS) $(WRAP_MALLOC_CFLAGS)'
|
|
|
|
fi
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, wrap-malloc, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --with-wrap-malloc or --without-wrap-malloc was given.
|
|
|
|
if test "${with_wrap_malloc+set}" = set; then
|
|
|
|
withval="$with_wrap_malloc"
|
|
|
|
WRAP_MALLOC_LIB=$withval
|
1999-02-18 04:31:38 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Misc. Options
|
1999-02-18 04:31:38 +00:00
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
# Check whether --enable-homedir or --disable-homedir was given.
|
|
|
|
if test "${enable_homedir+set}" = set; then
|
|
|
|
enableval="$enable_homedir"
|
|
|
|
res=`echo $enableval | grep -c "\/"`
|
|
|
|
if test $res != 0 ; then
|
|
|
|
{ echo "configure: error: "Homedir must be single relative path."" 1>&2; exit 1; }
|
1999-02-04 23:00:43 +00:00
|
|
|
else
|
1999-02-16 18:31:20 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define MOZ_USER_DIR "$enableval"
|
|
|
|
EOF
|
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
else
|
1999-02-16 18:31:20 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define MOZ_USER_DIR ".mozilla"
|
|
|
|
EOF
|
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-idltool or --disable-idltool was given.
|
|
|
|
if test "${enable_idltool+set}" = set; then
|
|
|
|
enableval="$enable_idltool"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_IDL_TOOL=1
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, idltool, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-xterm-updates or --disable-xterm-updates was given.
|
|
|
|
if test "${enable_xterm_updates+set}" = set; then
|
|
|
|
enableval="$enable_xterm_updates"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_UPDATE_XTERM=1
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, xterm-updates, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
1999-02-23 19:15:42 +00:00
|
|
|
# Check whether --enable-js-stubs or --disable-js-stubs was given.
|
|
|
|
if test "${enable_js_stubs+set}" = set; then
|
|
|
|
enableval="$enable_js_stubs"
|
|
|
|
if test "$enableval" = "yes"; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define XPIDL_JS_STUBS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
{ echo "configure: error: Option, js-stubs, does not take an argument ($enableval)." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
|
|
|
|
# Untested or Broken Options
|
|
|
|
|
|
|
|
# Check whether --enable-crypto or --disable-crypto was given.
|
|
|
|
if test "${enable_crypto+set}" = set; then
|
|
|
|
enableval="$enable_crypto"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_SECURITY=1
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
:
|
1999-02-11 09:32:01 +00:00
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, crypto, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
1999-01-20 23:37:59 +00:00
|
|
|
|
1999-02-11 09:32:01 +00:00
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
|
|
|
|
# Check whether --enable-java or --disable-java was given.
|
|
|
|
if test "${enable_java+set}" = set; then
|
|
|
|
enableval="$enable_java"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_JAVA=1 FULL_STATIC_BUILD= NO_SHARED_LIB=
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, java, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-mail-compose or --disable-mail-compose was given.
|
|
|
|
if test "${enable_mail_compose+set}" = set; then
|
|
|
|
enableval="$enable_mail_compose"
|
1999-02-11 09:32:01 +00:00
|
|
|
if test "$enableval" = "yes"; then
|
1999-02-19 17:31:47 +00:00
|
|
|
MOZ_MAIL_COMPOSE=1 MOZ_EDITOR=1
|
1999-02-11 09:32:01 +00:00
|
|
|
elif test "$enableval" = "no"; then
|
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, mail-compose, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-11 09:32:01 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-02-19 03:15:38 +00:00
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
# Check whether --enable-static or --disable-static was given.
|
|
|
|
if test "${enable_static+set}" = set; then
|
|
|
|
enableval="$enable_static"
|
|
|
|
if test "$enableval" = "no"; then
|
|
|
|
NO_STATIC_LIB=1
|
|
|
|
elif test "$enableval" = "yes"; then
|
1999-02-17 17:45:38 +00:00
|
|
|
:
|
|
|
|
else
|
1999-02-19 17:31:47 +00:00
|
|
|
{ echo "configure: error: Option, static, does not take an argument ($enableval)." 1>&2; exit 1; }
|
1999-02-17 17:45:38 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-17 14:45:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
1999-02-18 04:31:38 +00:00
|
|
|
|
1999-02-19 03:15:38 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
if test "$no_x" != "yes" ; then
|
|
|
|
_SAVE_LDFLAGS="$LDFLAGS"
|
|
|
|
LDFLAGS="$XLDFLAGS $LDFLAGS"
|
|
|
|
echo $ac_n "checking for XDrawLines in -lX11""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6281: checking for XDrawLines in -lX11" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo X11'_'XDrawLines | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lX11 $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6289 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XDrawLines();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XDrawLines()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lX11 $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_X="$MISSING_X -lX11"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for XextAddDisplay in -lXext""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6322: checking for XextAddDisplay in -lXext" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xext'_'XextAddDisplay | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lXext $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6330 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XextAddDisplay();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XextAddDisplay()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lXext $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_X="$MISSING_X -lXext"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for IceFlush in -lICE""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6363: checking for IceFlush in -lICE" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo ICE'_'IceFlush | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lICE $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6371 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char IceFlush();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
IceFlush()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lICE $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for SmcCloseConnection in -lSM""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6403: checking for SmcCloseConnection in -lSM" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo SM'_'SmcCloseConnection | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lSM $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6411 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char SmcCloseConnection();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
SmcCloseConnection()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lSM $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6443: checking for XtFree in -lXt" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lXt $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6451 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XtFree();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XtFree()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lXt $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_X="$MISSING_X -lXt"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for XmuLookupString in -lXmu""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6484: checking for XmuLookupString in -lXmu" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xmu'_'XmuLookupString | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lXmu $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6492 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XmuLookupString();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XmuLookupString()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
XLIBS="-lXmu $XLIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_X="$MISSING_X -lXmu"
|
|
|
|
fi
|
|
|
|
|
|
|
|
LDFLAGS="$_SAVE_LDFLAGS"
|
|
|
|
|
|
|
|
res=`echo :$MOZ_TOOLKIT | grep -c "motif"`
|
|
|
|
if test $res != 0 ; then
|
|
|
|
if test "$no_x" != "yes" ; then
|
|
|
|
if test ! -z "$x_includes" ; then
|
|
|
|
MOTIF_XINCS="-xif -I$x_includes"
|
|
|
|
fi
|
|
|
|
|
|
|
|
MOTIF_VERSION=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS`
|
|
|
|
MOTIF_INCLUDES=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS -if`
|
|
|
|
MOTIF_STATIC_FLAGS=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS -sf`
|
|
|
|
MOTIF_DYNAMIC_FLAGS=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS -df`
|
|
|
|
MOTIF_DYNAMIC_PATHS=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS -dp`
|
|
|
|
MOTIF_REQUIRES_XPM=`${srcdir}/config/mkdetect/detect_motif.sh -cc "$CC" $MOTIF_XINCS -xpm`
|
|
|
|
|
|
|
|
${srcdir}/config/mkdetect/detect_motif.sh --cleanup
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$MOTIF_REQUIRES_XPM" = "True" || test "$MOTIF_VERSION" = "2.1" ; then
|
|
|
|
_SAVE_LDFLAGS="$LDFLAGS"
|
|
|
|
LDFLAGS="$XLDFLAGS $LDFLAGS"
|
|
|
|
if test "$MOTIF_REQUIRES_XPM" = "True" ; then
|
|
|
|
echo $ac_n "checking for XpmWriteFileFromImage in -lXpm""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6548: checking for XpmWriteFileFromImage in -lXpm" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xpm'_'XpmWriteFileFromImage | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lXpm $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6556 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XpmWriteFileFromImage();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XpmWriteFileFromImage()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="-lXpm $TK_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_MOTIF="-lXpm $MISSING_MOTIF"
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
if test "$MOTIF_VERSION" = "2.1" ; then
|
|
|
|
echo $ac_n "checking for XpGetPrinterList in -lXp""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6591: checking for XpGetPrinterList in -lXp" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xp'_'XpGetPrinterList | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lXp $XLIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6599 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XpGetPrinterList();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XpGetPrinterList()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="-lXp $TK_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_MOTIF="-lXp $MISSING_MOTIF"
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="$XLDFLAGS $TK_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
LDFLAGS="$_SAVE_LDFLAGS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$MOTIF_STATIC_LIB" = "unknown" && test "$MOTIF_DYNAMIC_LIB" = "unknown" ; then
|
|
|
|
{ echo "configure: error: "Cannot find neither dynamic nor static motif libraries."" 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Get rid of offending error values
|
|
|
|
if test "$MOTIF_DYNAMIC_PATHS" = "unknown"; then
|
|
|
|
MOTIF_DYNAMIC_PATHS=
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$MOTIF_DYNAMIC_FLAGS" = "unknown"; then
|
|
|
|
MOTIF_DYNAMIC_FLAGS=
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$MOTIF_STATIC_FLAGS" = "unknown"; then
|
|
|
|
MOTIF_STATIC_FLAGS=
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$MOTIF_INCLUDE_DIR" = "unknown"; then
|
|
|
|
MOTIF_INCLUDE_DIR=
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --with-static-motif or --without-static-motif was given.
|
|
|
|
if test "${with_static_motif+set}" = set; then
|
|
|
|
withval="$with_static_motif"
|
|
|
|
sysstaticmotif=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if test "$sysstaticmotif" != "yes" ; then
|
|
|
|
_SAVE_LDFLAGS="$LDFLAGS"
|
|
|
|
LDFLAGS="$MOTIF_DYNAMIC_PATHS $XLDFLAGS $LDFLAGS"
|
|
|
|
echo $ac_n "checking for XmStringCreate in -lXm""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6668: checking for XmStringCreate in -lXm" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xm'_'XmStringCreate | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
1999-01-27 20:00:49 +00:00
|
|
|
LIBS="-lXm $MOTIF_DYNAMIC_PATHS $TK_LIBS $XLIBS $LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6676 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XmStringCreate();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XmStringCreate()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="$MOTIF_DYNAMIC_PATHS $MOTIF_DYNAMIC_FLAGS $TK_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_MOTIF="$MOTIF_DYNAMIC_FLAGS $MISSING_MOTIF"
|
|
|
|
fi
|
|
|
|
|
|
|
|
LDFLAGS="$_SAVE_LDFLAGS"
|
|
|
|
else
|
|
|
|
echo $ac_n "checking for XmStringCreate in -lXm""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6711: checking for XmStringCreate in -lXm" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo Xm'_'XmStringCreate | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
1999-01-27 20:00:49 +00:00
|
|
|
LIBS="-lXm $TK_LIBS $XLIBS $LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6719 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char XmStringCreate();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
XmStringCreate()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="$MOTIF_STATIC_FLAGS $TK_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_MOTIF="$MOTIF_STATIC_FLAGS $MISSING_MOTIF"
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_CFLAGS="$MOTIF_INCLUDES"
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
res=`echo :$MOZ_TOOLKIT | grep -c "gtk"`
|
|
|
|
if test $res != 0 ; then
|
1999-02-11 09:32:01 +00:00
|
|
|
# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
|
|
|
|
if test "${with_gtk_prefix+set}" = set; then
|
|
|
|
withval="$with_gtk_prefix"
|
|
|
|
gtk_config_prefix="$withval"
|
|
|
|
else
|
|
|
|
gtk_config_prefix=""
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
|
|
|
|
if test "${with_gtk_exec_prefix+set}" = set; then
|
|
|
|
withval="$with_gtk_exec_prefix"
|
|
|
|
gtk_config_exec_prefix="$withval"
|
|
|
|
else
|
|
|
|
gtk_config_exec_prefix=""
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --enable-gtktest or --disable-gtktest was given.
|
|
|
|
if test "${enable_gtktest+set}" = set; then
|
|
|
|
enableval="$enable_gtktest"
|
|
|
|
:
|
|
|
|
else
|
|
|
|
enable_gtktest=yes
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if test x$gtk_config_exec_prefix != x ; then
|
|
|
|
gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
|
|
|
|
if test x${GTK_CONFIG+set} != xset ; then
|
|
|
|
GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test x$gtk_config_prefix != x ; then
|
|
|
|
gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
|
|
|
|
if test x${GTK_CONFIG+set} != xset ; then
|
|
|
|
GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Extract the first word of "gtk-config", so it can be a program name with args.
|
|
|
|
set dummy gtk-config; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6799: checking for $ac_word" >&5
|
1999-02-11 09:32:01 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$GTK_CONFIG" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # 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
|
|
|
|
ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
|
|
|
|
if test -n "$GTK_CONFIG"; then
|
|
|
|
echo "$ac_t""$GTK_CONFIG" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
min_gtk_version=$GTK_VERSION
|
|
|
|
echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:6830: checking for GTK - version >= $min_gtk_version" >&5
|
1999-02-11 09:32:01 +00:00
|
|
|
no_gtk=""
|
|
|
|
if test "$GTK_CONFIG" = "no" ; then
|
|
|
|
no_gtk=yes
|
|
|
|
else
|
|
|
|
GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
|
|
|
|
GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
|
|
|
|
gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
|
|
|
|
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
|
|
|
|
gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
|
|
|
|
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
|
|
|
|
gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
|
|
|
|
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
|
|
|
|
if test "x$enable_gtktest" = "xyes" ; then
|
|
|
|
ac_save_CFLAGS="$CFLAGS"
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
|
|
|
LIBS="$LIBS $GTK_LIBS"
|
|
|
|
rm -f conf.gtktest
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6853 "configure"
|
1999-02-11 09:32:01 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|
|
|
|
int major, minor, micro;
|
|
|
|
char *tmp_version;
|
|
|
|
|
|
|
|
system ("touch conf.gtktest");
|
|
|
|
|
|
|
|
/* HP/UX 9 (%@#!) writes to sscanf strings */
|
|
|
|
tmp_version = g_strdup("$min_gtk_version");
|
|
|
|
if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
|
|
|
|
printf("%s, bad version string\n", "$min_gtk_version");
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
if ((gtk_major_version != $gtk_config_major_version) ||
|
|
|
|
(gtk_minor_version != $gtk_config_minor_version) ||
|
|
|
|
(gtk_micro_version != $gtk_config_micro_version))
|
|
|
|
{
|
|
|
|
printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
|
|
|
|
$gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
|
|
|
|
gtk_major_version, gtk_minor_version, gtk_micro_version);
|
|
|
|
printf ("*** was found! If gtk-config was correct, then it is best\n");
|
|
|
|
printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
|
|
|
|
printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
|
|
|
|
printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
|
|
|
|
printf("*** required on your system.\n");
|
|
|
|
printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
|
|
|
|
printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
|
|
|
|
printf("*** before re-running configure\n");
|
|
|
|
}
|
|
|
|
#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
|
|
|
|
else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
|
|
|
|
(gtk_minor_version != GTK_MINOR_VERSION) ||
|
|
|
|
(gtk_micro_version != GTK_MICRO_VERSION))
|
|
|
|
{
|
|
|
|
printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
|
|
|
|
GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
|
|
|
|
printf("*** library (version %d.%d.%d)\n",
|
|
|
|
gtk_major_version, gtk_minor_version, gtk_micro_version);
|
|
|
|
}
|
|
|
|
#endif /* defined (GTK_MAJOR_VERSION) ... */
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if ((gtk_major_version > major) ||
|
|
|
|
((gtk_major_version == major) && (gtk_minor_version > minor)) ||
|
|
|
|
((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
|
|
|
|
gtk_major_version, gtk_minor_version, gtk_micro_version);
|
|
|
|
printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
|
|
|
|
major, minor, micro);
|
|
|
|
printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
|
|
|
|
printf("***\n");
|
|
|
|
printf("*** If you have already installed a sufficiently new version, this error\n");
|
|
|
|
printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
|
|
|
|
printf("*** being found. The easiest way to fix this is to remove the old version\n");
|
|
|
|
printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
|
|
|
|
printf("*** correct copy of gtk-config. (In this case, you will have to\n");
|
|
|
|
printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
|
|
|
|
printf("*** so that the correct libraries are found at run-time))\n");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-02-11 09:32:01 +00:00
|
|
|
then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
no_gtk=yes
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
CFLAGS="$ac_save_CFLAGS"
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "x$no_gtk" = x ; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
if test "$GTK_CONFIG" = "no" ; then
|
|
|
|
echo "*** The gtk-config script installed by GTK could not be found"
|
|
|
|
echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
|
|
|
|
echo "*** your path, or set the GTK_CONFIG environment variable to the"
|
|
|
|
echo "*** full path to gtk-config."
|
|
|
|
else
|
|
|
|
if test -f conf.gtktest ; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "*** Could not run GTK test program, checking why..."
|
|
|
|
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
|
|
|
LIBS="$LIBS $GTK_LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 6965 "configure"
|
1999-02-11 09:32:01 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:6975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-02-11 09:32:01 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
echo "*** The test program compiled, but did not run. This usually means"
|
|
|
|
echo "*** that the run-time linker is not finding GTK or finding the wrong"
|
|
|
|
echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
|
|
|
|
echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
|
|
|
|
echo "*** to the installed location Also, make sure you have run ldconfig if that"
|
|
|
|
echo "*** is required on your system"
|
|
|
|
echo "***"
|
|
|
|
echo "*** If you have an old version installed, it is best to remove it, although"
|
|
|
|
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
|
|
|
|
echo "***"
|
|
|
|
echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
|
|
|
|
echo "*** came with the system with the command"
|
|
|
|
echo "***"
|
|
|
|
echo "*** rpm --erase --nodeps gtk gtk-devel"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
echo "*** The test program failed to compile or link. See the file config.log for the"
|
|
|
|
echo "*** exact error that occured. This usually means GTK was incorrectly installed"
|
|
|
|
echo "*** or that you have moved GTK since it was installed. In the latter case, you"
|
|
|
|
echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
CFLAGS="$ac_save_CFLAGS"
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
GTK_CFLAGS=""
|
|
|
|
GTK_LIBS=""
|
|
|
|
{ echo "configure: error: Test for GTK failed." 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
rm -f conf.gtktest
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
# Check whether --with-static-gtk or --without-static-gtk was given.
|
|
|
|
if test "${with_static_gtk+set}" = set; then
|
|
|
|
withval="$with_static_gtk"
|
|
|
|
sysstaticgtk=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if test "$sysstaticgtk" != "yes" ; then
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS=$GTK_LIBS
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
|
|
|
|
|
|
|
|
GTK_LIBS_LOC=`echo $GTK_LIBS | sed 's/\(.*\)\(-lgtk.*\)/\1/'`
|
|
|
|
|
|
|
|
GTK_STATIC_LOC=`echo $GTK_LIBS | sed 's/^ *-L\([^ ]*\) .*$/\1/'`
|
|
|
|
GTK_STATIC=`echo $GTK_LIBS | sed 's/^.*-l\(gtk[^ ]*\) .*/\1/'`
|
|
|
|
GDK_STATIC=`echo $GTK_LIBS | sed 's/^.*-l\(gdk[^ ]*\) .*/\1/'`
|
|
|
|
|
|
|
|
GLIB_STATIC_LOC=`echo $GTK_LIBS | sed -e 's/^.*-lgdk[^ ]* *-L\([^ ]*\).*$/\1/' -e 's/^.* -lgdk[^ ]* .*$//'`
|
|
|
|
if test -z "$GLIB_STATIC_LOC" ; then
|
|
|
|
GLIB_STATIC_LOC=$GTK_STATIC_LOC
|
|
|
|
fi
|
|
|
|
GMODULE_STATIC=`echo $GTK_LIBS | sed 's/^.*-l\(gmodule[^ ]*\) .*/\1/'`
|
|
|
|
GLIB_STATIC=`echo $GTK_LIBS | sed 's/^.*-l\(glib[^ ]*\) .*/\1/'`
|
|
|
|
|
|
|
|
GTK_OTHER_LIBS=`echo $GTK_LIBS | sed 's/^.*-lglib *\(.*\)/\1/'`
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_LIBS="$GTK_STATIC_LOC/lib${GTK_STATIC}.a"
|
|
|
|
TK_LIBS="$TK_LIBS $GTK_STATIC_LOC/lib${GDK_STATIC}.a"
|
|
|
|
TK_LIBS="$TK_LIBS $GLIB_STATIC_LOC/lib${GMODULE_STATIC}.a"
|
|
|
|
TK_LIBS="$TK_LIBS $GLIB_STATIC_LOC/lib${GLIB_STATIC}.a"
|
|
|
|
TK_LIBS="$TK_LIBS $GTK_LIBS_LOC $GTK_OTHER_LIBS"
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
1999-01-27 20:00:49 +00:00
|
|
|
TK_CFLAGS=$GTK_CFLAGS
|
1999-01-20 23:37:59 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
fi # $no_x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XCFLAGS="$X_CFLAGS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-jpeg or --without-jpeg was given.
|
|
|
|
if test "${with_jpeg+set}" = set; then
|
|
|
|
withval="$with_jpeg"
|
|
|
|
JPEG_DIR=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
_SAVE_CFLAGS=$CFLAGS
|
|
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
|
|
_SAVE_LIBS=$LIBS
|
|
|
|
CFLAGS="-I${JPEG_DIR}/include $CFLAGS"
|
|
|
|
LDFLAGS="-L${JPEG_DIR}/lib $LDFLAGS"
|
|
|
|
if test "$JPEG_DIR" = no; then
|
|
|
|
SYSTEM_JPEG=
|
|
|
|
else
|
|
|
|
echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7080: checking for jpeg_destroy_compress in -ljpeg" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-ljpeg $JPEG_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7088 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char jpeg_destroy_compress();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
jpeg_destroy_compress()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
SYSTEM_JPEG=1 JPEG_LIBS="-ljpeg $JPEG_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
SYSTEM_JPEG=
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$SYSTEM_JPEG" = 1 ; then
|
|
|
|
LIBS="$JPEG_LIBS $LIBS"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
SYSTEM_JPEG=
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7128 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <jpeglib.h>
|
|
|
|
int main () {
|
|
|
|
#if JPEG_LIB_VERSION >= $MOZJPEG
|
|
|
|
exit(0);
|
|
|
|
#else
|
|
|
|
exit(1);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
SYSTEM_JPEG=1
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
SYSTEM_JPEG= JPEG_CFLAGS= JPEG_LIBS=
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core
|
|
|
|
fi
|
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
LDFLAGS=$_SAVE_LDFLAGS
|
|
|
|
LIBS=$_SAVE_LIBS
|
|
|
|
|
|
|
|
if test -n "${JPEG_DIR}" && test -d "${JPEG_DIR}" && test "$SYSTEM_JPEG" = 1; then
|
|
|
|
JPEG_CFLAGS="-I${JPEG_DIR}/include"
|
|
|
|
JPEG_LIBS="-L${JPEG_DIR}/lib ${JPEG_LIBS}"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --with-zlib or --without-zlib was given.
|
|
|
|
if test "${with_zlib+set}" = set; then
|
|
|
|
withval="$with_zlib"
|
|
|
|
ZLIB_DIR=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
_SAVE_CFLAGS=$CFLAGS
|
|
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
|
|
CFLAGS="-I${ZLIB_DIR}/include $CFLAGS"
|
|
|
|
LDFLAGS="-L${ZLIB_DIR}/lib $LDFLAGS"
|
|
|
|
if test "$ZLIB_DIR" = no; then
|
|
|
|
SYSTEM_ZLIB=
|
|
|
|
else
|
|
|
|
echo $ac_n "checking "for zlib.h"""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7180: checking "for zlib.h"" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7182 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include "zlib.h"
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
result="yes" SYSTEM_ZLIB=1
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
result="no" SYSTEM_ZLIB=
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
echo "$ac_t"""$result"" 1>&6
|
|
|
|
fi
|
|
|
|
if test "$SYSTEM_ZLIB" = 1 ; then
|
|
|
|
echo $ac_n "checking for gzread in -lz""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7203: checking for gzread in -lz" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo z'_'gzread | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lz $ZLIB_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7211 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char gzread();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
gzread()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
SYSTEM_ZLIB=1 ZLIB_LIBS="-lz $ZLIB_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
SYSTEM_ZLIB= ZLIB_CFLAGS= ZLIB_LIBS=
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
LDFLAGS=$_SAVE_LDFLAGS
|
|
|
|
|
|
|
|
if test -n "${ZLIB_DIR}" && test -d "${ZLIB_DIR}" && test "$SYSTEM_ZLIB" = 1 ; then
|
|
|
|
ZLIB_CFLAGS="-I${ZLIB_DIR}/include"
|
|
|
|
ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --with-png or --without-png was given.
|
|
|
|
if test "${with_png+set}" = set; then
|
|
|
|
withval="$with_png"
|
|
|
|
PNG_DIR=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
_SAVE_CFLAGS=$CFLAGS
|
|
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
|
|
_SAVE_LIBS=$LIBS
|
|
|
|
CFLAGS="-I${PNG_DIR}/include $ZLIB_CFLAGS $CFLAGS"
|
|
|
|
LDFLAGS="-L${PNG_DIR}/lib $ZLIB_LIBS -lz $LDFLAGS"
|
|
|
|
if test "$PNG_DIR" = no; then
|
|
|
|
SYSTEM_PNG=
|
|
|
|
else
|
|
|
|
echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7268: checking for png_get_valid in -lpng" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lpng $PNG_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7276 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char png_get_valid();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
png_get_valid()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
SYSTEM_PNG=1 PNG_LIBS="-lpng $PNG_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
SYSTEM_PNG=
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
if test "$SYSTEM_PNG" = 1 ; then
|
|
|
|
LIBS="$PNG_LIBS $LIBS"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
SYSTEM_PNG=
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7315 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <png.h>
|
|
|
|
int main () {
|
|
|
|
#if PNG_LIBPNG_VER >= $MOZPNG
|
|
|
|
exit(0);
|
|
|
|
#else
|
|
|
|
exit(1);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
SYSTEM_PNG=1
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
SYSTEM_PNG= PNG_CFLAGS= PNG_LIBS=
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core
|
|
|
|
fi
|
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
LDFLAGS=$_SAVE_LDFLAGS
|
|
|
|
LIBS=$_SAVE_LIBS
|
|
|
|
|
|
|
|
if test -n "${PNG_DIR}" && test -d "${PNG_DIR}" && test "$SYSTEM_PNG" = 1 ; then
|
|
|
|
PNG_CFLAGS="-I${PNG_DIR}/include"
|
|
|
|
PNG_LIBS="-L${PNG_DIR}/lib ${PNG_LIBS}"
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-fullcircle or --without-fullcircle was given.
|
|
|
|
if test "${with_fullcircle+set}" = set; then
|
|
|
|
withval="$with_fullcircle"
|
|
|
|
FULLCIRCLE_DIR=$withval
|
|
|
|
else
|
|
|
|
FULLCIRCLE_DIR=no
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if test "$FULLCIRCLE_DIR" = no; then
|
|
|
|
FULLCIRCLE_DIR=
|
|
|
|
else
|
|
|
|
|
|
|
|
_SAVE_CFLAGS=$CFLAGS
|
|
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
|
|
_SAVE_LIBS=$LIBS
|
|
|
|
CFLAGS="$CFLAGS -I${FULLCIRCLE_DIR}"
|
|
|
|
LDFLAGS="$LDFLAGS -L${FULLCIRCLE_DIR}"
|
|
|
|
|
|
|
|
echo $ac_n "checking "for FC_Initialize in -ltalkback"""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7373: checking "for FC_Initialize in -ltalkback"" >&5;
|
1999-01-20 23:37:59 +00:00
|
|
|
LIBS="-ltalkback $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7376 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#include "fullcircle.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
FC_Initialize();
|
|
|
|
exit(0);
|
|
|
|
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
FULLCIRCLE_LIB="-ltalkback $FULLCIRCLE_LIB" result="yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
MISSING_FULLCIRCLE=1 result="no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
echo "$ac_t"""$result"" 1>&6
|
|
|
|
|
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
LDFLAGS=$_SAVE_LDFLAGS
|
|
|
|
LIBS=$_SAVE_LIBS
|
|
|
|
|
|
|
|
if test -n "$MISSING_FULLCIRCLE" ; then
|
|
|
|
{ echo "configure: error: Could not find FullCircle Library" 1>&2; exit 1; };
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check whether --with-pthreads or --without-pthreads was given.
|
|
|
|
if test "${with_pthreads+set}" = set; then
|
|
|
|
withval="$with_pthreads"
|
|
|
|
if test "$withval" = "yes"; then
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7415: checking for pthread_attr_init in -lpthread" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lpthread $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7423 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char pthread_attr_init();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
pthread_attr_init()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
NSPR_LIBS="-lpthread $NSPR_LIBS" USE_PTHREADS=1
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
case "$target" in
|
|
|
|
*-*-solaris*)
|
1999-02-12 01:45:35 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define _REENTRANT 1
|
|
|
|
EOF
|
|
|
|
;;
|
1999-01-20 23:37:59 +00:00
|
|
|
*-*-linux*)
|
1999-02-12 01:45:35 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define _REENTRANT 1
|
|
|
|
EOF
|
|
|
|
;;
|
1999-01-20 23:37:59 +00:00
|
|
|
alpha*-*-osf*)
|
|
|
|
if test "$GNU_CC" = 1 ; then
|
1999-02-12 01:45:35 +00:00
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define _REENTRANT 1
|
|
|
|
EOF
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
else
|
|
|
|
CFLAGS="$CFLAGS -pthread"
|
|
|
|
fi ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-nspr or --without-nspr was given.
|
|
|
|
if test "${with_nspr+set}" = set; then
|
|
|
|
withval="$with_nspr"
|
|
|
|
NSPR_DIR=$withval
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
_SAVE_CFLAGS=$CFLAGS
|
|
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
|
|
_SAVE_LIBS=$LIBS
|
|
|
|
CFLAGS="$CFLAGS -I${NSPR_DIR}/include"
|
|
|
|
LDFLAGS="$LDFLAGS -L${NSPR_DIR}/lib $NSPR_LIBS"
|
|
|
|
|
|
|
|
echo $ac_n "checking "for PR_GetCurrentThread in -lnspr21"""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7493: checking "for PR_GetCurrentThread in -lnspr21"" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
LIBS="-lnspr21 $NSPR_LIBS $LIBS"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
_NSPR_NEEDS_THREAD_LIB=1 result="no"
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7499 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <nspr.h>
|
|
|
|
int main () {
|
|
|
|
PRThread *dummy = PR_GetCurrentThread();
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
NSPR_LIBS="-lnspr21 $NSPR_LIBS" result="yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
_NSPR_NEEDS_THREAD_LIB=1 result="no"
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core
|
|
|
|
echo "$ac_t"""$result"" 1>&6
|
|
|
|
|
|
|
|
if test "$_NSPR_NEEDS_THREAD_LIB" = 1 ; then
|
|
|
|
|
|
|
|
LIBS=$_SAVE_LIBS
|
|
|
|
case "$target" in
|
|
|
|
*-*-solaris*)
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7530: checking for pthread_attr_init in -lpthread" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lpthread $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7538 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char pthread_attr_init();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
pthread_attr_init()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
NSPR_LIBS="-lpthread $NSPR_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*-*-linux*)
|
|
|
|
echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7571: checking for pthread_attr_init in -lpthread" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lpthread $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7579 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char pthread_attr_init();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
pthread_attr_init()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
NSPR_LIBS="-lpthread $NSPR_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
echo $ac_n "checking "for PR_GetCurrentThread in -lnspr21 with thread lib"""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7613: checking "for PR_GetCurrentThread in -lnspr21 with thread lib"" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
LIBS="-lnspr21 $NSPR_LIBS $LIBS"
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
MISSING_NSPR="$MISSING_NSPR -lnspr21" result="no"
|
|
|
|
else
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7619 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <nspr.h>
|
|
|
|
int main () {
|
|
|
|
PRThread *dummy = PR_GetCurrentThread();
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
|
1999-01-20 23:37:59 +00:00
|
|
|
then
|
|
|
|
NSPR_LIBS="-lnspr21 $NSPR_LIBS" result="yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -fr conftest*
|
|
|
|
MISSING_NSPR="$MISSING_NSPR -lnspr21" result="no"
|
|
|
|
fi
|
|
|
|
rm -fr conftest*
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core
|
|
|
|
echo "$ac_t"""$result"" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for PL_CreateOptState in -lplc21""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7647: checking for PL_CreateOptState in -lplc21" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo plc21'_'PL_CreateOptState | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lplc21 $NSPR_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7655 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char PL_CreateOptState();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
PL_CreateOptState()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
NSPR_LIBS="-lplc21 $NSPR_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_NSPR="$MISSING_NSPR -lplc21"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo $ac_n "checking for PL_GetEvent in -lplds21""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7688: checking for PL_GetEvent in -lplds21" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
ac_lib_var=`echo plds21'_'PL_GetEvent | sed 'y%./+-%__p_%'`
|
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="-lplds21 $NSPR_LIBS $LIBS"
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
#line 7696 "configure"
|
1999-01-20 23:37:59 +00:00
|
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char PL_GetEvent();
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
PL_GetEvent()
|
|
|
|
; return 0; }
|
|
|
|
EOF
|
1999-02-25 20:00:38 +00:00
|
|
|
if { (eval echo configure:7707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
1999-01-20 23:37:59 +00:00
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
eval "ac_cv_lib_$ac_lib_var=no"
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
LIBS="$ac_save_LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
|
|
|
echo "$ac_t""yes" 1>&6
|
|
|
|
NSPR_LIBS="-lplds21 $NSPR_LIBS"
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
MISSING_NSPR="$MISSING_NSPR -lplds21"
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS=$_SAVE_CFLAGS
|
|
|
|
LDFLAGS=$_SAVE_LDFLAGS
|
|
|
|
LIBS=$_SAVE_LIBS
|
|
|
|
if test -n "${NSPR_DIR}" && test -d "${NSPR_DIR}" ; then
|
|
|
|
NSPR_CFLAGS="-I${NSPR_DIR}/include"
|
|
|
|
NSPR_LIBS="-L${NSPR_DIR}/lib ${NSPR_LIBS}"
|
|
|
|
fi
|
|
|
|
|
1999-02-17 17:45:38 +00:00
|
|
|
CFLAGS=`echo \
|
|
|
|
$WARNINGS_CFLAGS \
|
|
|
|
$OPTIMIZE_CFLAGS \
|
|
|
|
$GPROF_CFLAGS \
|
|
|
|
$DEPEND_CFLAGS \
|
|
|
|
$CFLAGS`
|
1999-02-12 01:45:35 +00:00
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
# Extract the first word of "makedepend", so it can be a program name with args.
|
|
|
|
set dummy makedepend; ac_word=$2
|
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1999-02-25 20:00:38 +00:00
|
|
|
echo "configure:7747: checking for $ac_word" >&5
|
1999-01-20 23:37:59 +00:00
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_SYSTEM_MAKEDEPEND'+set}'`\" = set"; then
|
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
|
|
else
|
|
|
|
case "$SYSTEM_MAKEDEPEND" in
|
|
|
|
/*)
|
|
|
|
ac_cv_path_SYSTEM_MAKEDEPEND="$SYSTEM_MAKEDEPEND" # Let the user override the test with a path.
|
|
|
|
;;
|
|
|
|
*)
|
1999-02-02 23:15:37 +00:00
|
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
for ac_dir in $PATH; do
|
1999-01-20 23:37:59 +00:00
|
|
|
test -z "$ac_dir" && ac_dir=.
|
|
|
|
if test -f $ac_dir/$ac_word; then
|
|
|
|
ac_cv_path_SYSTEM_MAKEDEPEND="$ac_dir/$ac_word"
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$ac_save_ifs"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
SYSTEM_MAKEDEPEND="$ac_cv_path_SYSTEM_MAKEDEPEND"
|
|
|
|
if test -n "$SYSTEM_MAKEDEPEND"; then
|
|
|
|
echo "$ac_t""$SYSTEM_MAKEDEPEND" 1>&6
|
|
|
|
else
|
|
|
|
echo "$ac_t""no" 1>&6
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-02-02 17:45:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
1999-02-19 17:31:47 +00:00
|
|
|
|
|
|
|
cat >> confdefs.h <<EOF
|
|
|
|
#define MOZ_DLL_SUFFIX $DLL_SUFFIX
|
|
|
|
EOF
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$USING_HCC"; then
|
|
|
|
CC='${topsrcdir}/build/hcc'
|
|
|
|
CC="$CC '$_OLDCC'"
|
|
|
|
CXX='${topsrcdir}/build/hcpp'
|
|
|
|
CXX="$CXX '$_OLDCXX'"
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
if test "$no_x" != "yes"; then
|
|
|
|
if test -n "$MISSING_X"; then
|
1999-01-20 23:37:59 +00:00
|
|
|
{ echo "configure: error: Could not find the following X libraries: $MISSING_X " 1>&2; exit 1; };
|
|
|
|
fi
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
if test -n "$MISSING_GTK"; then
|
1999-01-20 23:37:59 +00:00
|
|
|
{ echo "configure: error: Could not link sample program with the following gtk libraries: $MISSING_GTK " 1>&2; exit 1; }
|
|
|
|
fi
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
if test -n "$MISSING_MOTIF"; then
|
1999-01-20 23:37:59 +00:00
|
|
|
{ echo "configure: error: Could not find the following motif libraries: $MISSING_MOTIF " 1>&2; exit 1; };
|
|
|
|
fi
|
|
|
|
fi # $no_x
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
if test -n "$MISSING_NSPR"; then
|
1999-01-20 23:37:59 +00:00
|
|
|
{ echo "configure: error: Could not find the following nspr libraries or could not run sample program: $MISSING_NSPR" 1>&2; exit 1; };
|
|
|
|
fi
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
# netlib stuff
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define MODULAR_NETLIB 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
MODULAR_NETLIB=1
|
|
|
|
|
|
|
|
if test "$MODULAR_NETLIB" = ""; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define CookieManagement 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
# imagelib
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define STANDALONE_IMAGE_LIB 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
STANDALONE_IMAGE_LIB=1
|
|
|
|
|
|
|
|
|
|
|
|
OS_TARGET=`uname -s`
|
|
|
|
|
|
|
|
|
|
|
|
if test "$OS_TARGET" = "OS2"; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define XP_PC 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
elif test "$OS_TARGET" = "WINNT"; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define XP_PC 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
else
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define XP_UNIX 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define UNIX_EMBED 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define X_PLUGINS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define UNIX_LDAP 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define UNIX_ASYNC_DNS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define JS_THREADSAFE 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define LAYERS 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define NETSCAPE 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
if test "$MOZ_EDITOR"; then
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
|
|
#define NGEDITOR 1
|
|
|
|
EOF
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
1999-02-18 22:00:38 +00:00
|
|
|
# Used for LD_LIBRARY_PATH of run_viewer target
|
|
|
|
LIBS_PATH=
|
|
|
|
for lib_arg in $NSPR_LIBS $TK_LIBS; do
|
|
|
|
case $lib_arg in
|
|
|
|
-L* ) LIBS_PATH="${LIBS_PATH:+$LIBS_PATH:}"`expr $lib_arg : "-L\(.*\)"` ;;
|
|
|
|
* ) ;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
1999-02-16 18:31:20 +00:00
|
|
|
|
|
|
|
|
1999-02-09 23:32:00 +00:00
|
|
|
# Save the defines header file before autoconf removes it.
|
|
|
|
# (Do not add AC_DEFINE calls after this line.)
|
|
|
|
if test "$USE_CPP_INCLUDE_FLAG"; then
|
|
|
|
CONFIG_DEFS_H=config-defs.h
|
1999-02-12 01:00:35 +00:00
|
|
|
# Only write config-defs.h when something changes (or it doesn't exist)
|
|
|
|
if test ! -f $CONFIG_DEFS_H \
|
|
|
|
|| diff confdefs.h $CONFIG_DEFS_H | grep \# > /dev/null; then
|
|
|
|
echo "$ac_t"""creating $CONFIG_DEFS_H"" 1>&6
|
|
|
|
|
|
|
|
cat > $CONFIG_DEFS_H <<\EOF
|
1999-02-09 23:32:00 +00:00
|
|
|
/* List of defines generated by configure. Included with preprocessor flag,
|
|
|
|
* -include, to avoid long list of -D defines on the compile command-line.
|
|
|
|
* Do not edit.
|
|
|
|
*/
|
|
|
|
EOF
|
1999-02-12 01:00:35 +00:00
|
|
|
cat confdefs.h >> $CONFIG_DEFS_H
|
|
|
|
fi
|
|
|
|
|
1999-02-09 23:32:00 +00:00
|
|
|
CONFIG_DEFS_H='$(DEPTH)/'$CONFIG_DEFS_H
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
1999-01-20 23:37:59 +00:00
|
|
|
for d in lib modules modules/security; do
|
|
|
|
if test ! -d $d ; then rm -f $d; mkdir $d; fi
|
|
|
|
done
|
|
|
|
|
1999-02-16 19:31:43 +00:00
|
|
|
# Load the list of Makefiles to generate.
|
|
|
|
# To add new Makefiles, edit allmakefiles.sh.
|
1999-02-17 18:31:59 +00:00
|
|
|
# allmakefiles.sh sets the variable, MAKEFILES.
|
1999-02-16 19:31:43 +00:00
|
|
|
_topsrcdir=`dirname $0`
|
1999-02-17 18:31:59 +00:00
|
|
|
. $_topsrcdir/allmakefiles.sh
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
trap '' 1 2 15
|
|
|
|
cat > confcache <<\EOF
|
|
|
|
# This file is a shell script that caches the results of configure
|
|
|
|
# tests run on this system so they can be shared between configure
|
|
|
|
# scripts and configure runs. It is not useful on other systems.
|
|
|
|
# If it contains results you don't want to keep, you may remove or edit it.
|
|
|
|
#
|
|
|
|
# By default, configure uses ./config.cache as the cache file,
|
|
|
|
# creating it if it does not exist already. You can give configure
|
|
|
|
# the --cache-file=FILE option to use a different cache file; that is
|
|
|
|
# what configure does when it calls configure scripts in
|
|
|
|
# subdirectories, so they share the cache.
|
|
|
|
# Giving --cache-file=/dev/null disables caching, for debugging configure.
|
|
|
|
# config.status only pays attention to the cache file if you give it the
|
|
|
|
# --recheck option to rerun configure.
|
|
|
|
#
|
|
|
|
EOF
|
|
|
|
# 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.
|
|
|
|
(set) 2>&1 |
|
1999-02-02 23:15:37 +00:00
|
|
|
case `(ac_space=' '; set) 2>&1` in
|
1999-01-20 23:37:59 +00:00
|
|
|
*ac_space=\ *)
|
|
|
|
# `set' does not quote correctly, so add quotes (double-quote substitution
|
|
|
|
# turns \\\\ into \\, and sed turns \\ into \).
|
|
|
|
sed -n \
|
|
|
|
-e "s/'/'\\\\''/g" \
|
|
|
|
-e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
|
|
|
sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
|
|
|
|
;;
|
|
|
|
esac >> confcache
|
|
|
|
if cmp -s $cache_file confcache; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
if test -w $cache_file; then
|
|
|
|
echo "updating cache $cache_file"
|
|
|
|
cat confcache > $cache_file
|
|
|
|
else
|
|
|
|
echo "not updating unwritable cache $cache_file"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
rm -f confcache
|
|
|
|
|
|
|
|
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
|
|
|
|
|
|
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
|
|
|
# Let make expand exec_prefix.
|
|
|
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
|
|
|
|
|
|
|
# Any assignment to VPATH causes Sun make to only execute
|
|
|
|
# the first set of double-colon rules, so remove it if not needed.
|
|
|
|
# If there is a colon in the path, we need to keep it.
|
|
|
|
if test "x$srcdir" = x.; then
|
|
|
|
ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
|
|
|
|
fi
|
|
|
|
|
|
|
|
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
|
|
|
|
|
|
|
|
# Transform confdefs.h into DEFS.
|
|
|
|
# Protect against shell expansion while executing Makefile rules.
|
|
|
|
# Protect against Makefile macro expansion.
|
|
|
|
cat > conftest.defs <<\EOF
|
|
|
|
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
|
|
|
|
s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
|
|
|
|
s%\[%\\&%g
|
|
|
|
s%\]%\\&%g
|
|
|
|
s%\$%$$%g
|
|
|
|
EOF
|
|
|
|
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
|
|
|
|
rm -f conftest.defs
|
|
|
|
|
|
|
|
|
|
|
|
# Without the "./", some shells look in PATH for config.status.
|
|
|
|
: ${CONFIG_STATUS=./config.status}
|
|
|
|
|
|
|
|
echo creating $CONFIG_STATUS
|
|
|
|
rm -f $CONFIG_STATUS
|
|
|
|
cat > $CONFIG_STATUS <<EOF
|
|
|
|
#! /bin/sh
|
|
|
|
# Generated automatically by configure.
|
|
|
|
# Run this file to recreate the current configuration.
|
|
|
|
# This directory was configured as follows,
|
|
|
|
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
|
|
|
#
|
|
|
|
# $0 $ac_configure_args
|
|
|
|
#
|
|
|
|
# Compiler output produced by configure, useful for debugging
|
|
|
|
# configure, is in ./config.log if it exists.
|
|
|
|
|
|
|
|
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
|
|
|
|
for ac_option
|
|
|
|
do
|
|
|
|
case "\$ac_option" in
|
|
|
|
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
|
|
|
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
|
|
|
|
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
|
|
|
|
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
|
1999-02-02 23:15:37 +00:00
|
|
|
echo "$CONFIG_STATUS generated by autoconf version 2.12"
|
1999-01-20 23:37:59 +00:00
|
|
|
exit 0 ;;
|
|
|
|
-help | --help | --hel | --he | --h)
|
|
|
|
echo "\$ac_cs_usage"; exit 0 ;;
|
|
|
|
*) echo "\$ac_cs_usage"; exit 1 ;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
|
|
|
ac_given_srcdir=$srcdir
|
|
|
|
ac_given_INSTALL="$INSTALL"
|
|
|
|
|
|
|
|
trap 'rm -fr `echo "$MAKEFILES" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
|
|
EOF
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
|
|
|
|
# Protect against being on the right side of a sed subst in config.status.
|
|
|
|
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
|
|
|
|
s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
|
|
|
|
$ac_vpsub
|
|
|
|
$extrasub
|
|
|
|
s%@CFLAGS@%$CFLAGS%g
|
|
|
|
s%@CPPFLAGS@%$CPPFLAGS%g
|
|
|
|
s%@CXXFLAGS@%$CXXFLAGS%g
|
|
|
|
s%@DEFS@%$DEFS%g
|
|
|
|
s%@LDFLAGS@%$LDFLAGS%g
|
|
|
|
s%@LIBS@%$LIBS%g
|
|
|
|
s%@exec_prefix@%$exec_prefix%g
|
|
|
|
s%@prefix@%$prefix%g
|
|
|
|
s%@program_transform_name@%$program_transform_name%g
|
|
|
|
s%@bindir@%$bindir%g
|
|
|
|
s%@sbindir@%$sbindir%g
|
|
|
|
s%@libexecdir@%$libexecdir%g
|
|
|
|
s%@datadir@%$datadir%g
|
|
|
|
s%@sysconfdir@%$sysconfdir%g
|
|
|
|
s%@sharedstatedir@%$sharedstatedir%g
|
|
|
|
s%@localstatedir@%$localstatedir%g
|
|
|
|
s%@libdir@%$libdir%g
|
|
|
|
s%@includedir@%$includedir%g
|
|
|
|
s%@oldincludedir@%$oldincludedir%g
|
|
|
|
s%@infodir@%$infodir%g
|
|
|
|
s%@mandir@%$mandir%g
|
|
|
|
s%@host@%$host%g
|
|
|
|
s%@host_alias@%$host_alias%g
|
|
|
|
s%@host_cpu@%$host_cpu%g
|
|
|
|
s%@host_vendor@%$host_vendor%g
|
|
|
|
s%@host_os@%$host_os%g
|
|
|
|
s%@target@%$target%g
|
|
|
|
s%@target_alias@%$target_alias%g
|
|
|
|
s%@target_cpu@%$target_cpu%g
|
|
|
|
s%@target_vendor@%$target_vendor%g
|
|
|
|
s%@target_os@%$target_os%g
|
|
|
|
s%@build@%$build%g
|
|
|
|
s%@build_alias@%$build_alias%g
|
|
|
|
s%@build_cpu@%$build_cpu%g
|
|
|
|
s%@build_vendor@%$build_vendor%g
|
|
|
|
s%@build_os@%$build_os%g
|
|
|
|
s%@CC@%$CC%g
|
|
|
|
s%@CXX@%$CXX%g
|
|
|
|
s%@CPP@%$CPP%g
|
|
|
|
s%@CXXCPP@%$CXXCPP%g
|
|
|
|
s%@SET_MAKE@%$SET_MAKE%g
|
|
|
|
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
|
|
|
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
|
|
|
s%@AWK@%$AWK%g
|
|
|
|
s%@RANLIB@%$RANLIB%g
|
|
|
|
s%@EMACS@%$EMACS%g
|
|
|
|
s%@PERL@%$PERL%g
|
|
|
|
s%@WHOAMI@%$WHOAMI%g
|
|
|
|
s%@UNZIP@%$UNZIP%g
|
|
|
|
s%@ZIP@%$ZIP%g
|
|
|
|
s%@X_CFLAGS@%$X_CFLAGS%g
|
|
|
|
s%@X_PRE_LIBS@%$X_PRE_LIBS%g
|
|
|
|
s%@X_LIBS@%$X_LIBS%g
|
|
|
|
s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
|
|
|
|
s%@GNU_CC@%$GNU_CC%g
|
|
|
|
s%@GNU_CXX@%$GNU_CXX%g
|
|
|
|
s%@ALLOCA@%$ALLOCA%g
|
|
|
|
s%@LIBOBJS@%$LIBOBJS%g
|
1999-02-09 23:32:00 +00:00
|
|
|
s%@USE_CPP_INCLUDE_FLAG@%$USE_CPP_INCLUDE_FLAG%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@MOZ_TOOLKIT@%$MOZ_TOOLKIT%g
|
1999-02-11 23:15:44 +00:00
|
|
|
s%@MOZ_UPDATE_XTERM@%$MOZ_UPDATE_XTERM%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@MOZ_SECURITY@%$MOZ_SECURITY%g
|
|
|
|
s%@MOZ_JAVA@%$MOZ_JAVA%g
|
|
|
|
s%@MOZ_OJI@%$MOZ_OJI%g
|
|
|
|
s%@MOZ_DEBUG@%$MOZ_DEBUG%g
|
|
|
|
s%@MOZ_DEBUG_MODULES@%$MOZ_DEBUG_MODULES%g
|
|
|
|
s%@MOZILLA_GPROF@%$MOZILLA_GPROF%g
|
1999-02-17 14:45:37 +00:00
|
|
|
s%@MOZ_INSURE@%$MOZ_INSURE%g
|
|
|
|
s%@MOZ_INSURE_DIRS@%$MOZ_INSURE_DIRS%g
|
|
|
|
s%@MOZ_INSURE_EXCLUDE_DIRS@%$MOZ_INSURE_EXCLUDE_DIRS%g
|
|
|
|
s%@MOZ_INSURIFYING@%$MOZ_INSURIFYING%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@MOZ_MAIL_NEWS@%$MOZ_MAIL_NEWS%g
|
1999-02-18 04:31:38 +00:00
|
|
|
s%@MOZ_BUILD_XPFE@%$MOZ_BUILD_XPFE%g
|
|
|
|
s%@MOZ_BUILD_NSPR@%$MOZ_BUILD_NSPR%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@MOZ_EDITOR@%$MOZ_EDITOR%g
|
|
|
|
s%@UNIX_SKIP_ASSERTS@%$UNIX_SKIP_ASSERTS%g
|
|
|
|
s%@NO_UNIX_ASYNC_DNS@%$NO_UNIX_ASYNC_DNS%g
|
|
|
|
s%@NO_SHARED_LIB@%$NO_SHARED_LIB%g
|
|
|
|
s%@NO_STATIC_LIB@%$NO_STATIC_LIB%g
|
|
|
|
s%@ENABLE_TESTS@%$ENABLE_TESTS%g
|
|
|
|
s%@MOZ_USER_DIR@%$MOZ_USER_DIR%g
|
|
|
|
s%@MOZ_DOM@%$MOZ_DOM%g
|
|
|
|
s%@MOZ_MAIL_COMPOSE@%$MOZ_MAIL_COMPOSE%g
|
|
|
|
s%@FULL_STATIC_BUILD@%$FULL_STATIC_BUILD%g
|
|
|
|
s%@NO_UNIX_LDAP@%$NO_UNIX_LDAP%g
|
|
|
|
s%@MOZ_IDL_TOOL@%$MOZ_IDL_TOOL%g
|
1999-02-19 03:15:38 +00:00
|
|
|
s%@COMPILER_DEPEND@%$COMPILER_DEPEND%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@GTK_CONFIG@%$GTK_CONFIG%g
|
1999-02-11 09:32:01 +00:00
|
|
|
s%@GTK_CFLAGS@%$GTK_CFLAGS%g
|
|
|
|
s%@GTK_LIBS@%$GTK_LIBS%g
|
1999-01-27 20:00:49 +00:00
|
|
|
s%@TK_CFLAGS@%$TK_CFLAGS%g
|
|
|
|
s%@TK_LIBS@%$TK_LIBS%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@XCFLAGS@%$XCFLAGS%g
|
|
|
|
s%@XLDFLAGS@%$XLDFLAGS%g
|
|
|
|
s%@XLIBS@%$XLIBS%g
|
|
|
|
s%@SYSTEM_MAKEDEPEND@%$SYSTEM_MAKEDEPEND%g
|
|
|
|
s%@SYSTEM_JPEG@%$SYSTEM_JPEG%g
|
|
|
|
s%@SYSTEM_PNG@%$SYSTEM_PNG%g
|
|
|
|
s%@SYSTEM_ZLIB@%$SYSTEM_ZLIB%g
|
|
|
|
s%@JPEG_CFLAGS@%$JPEG_CFLAGS%g
|
|
|
|
s%@JPEG_LIBS@%$JPEG_LIBS%g
|
|
|
|
s%@ZLIB_CFLAGS@%$ZLIB_CFLAGS%g
|
|
|
|
s%@ZLIB_LIBS@%$ZLIB_LIBS%g
|
|
|
|
s%@PNG_CFLAGS@%$PNG_CFLAGS%g
|
|
|
|
s%@PNG_LIBS@%$PNG_LIBS%g
|
|
|
|
s%@NSPR_CFLAGS@%$NSPR_CFLAGS%g
|
|
|
|
s%@NSPR_LIBS@%$NSPR_LIBS%g
|
1999-02-02 17:45:37 +00:00
|
|
|
s%@WRAP_MALLOC_CFLAGS@%$WRAP_MALLOC_CFLAGS%g
|
|
|
|
s%@WRAP_MALLOC_LIB@%$WRAP_MALLOC_LIB%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@MKSHLIB@%$MKSHLIB%g
|
1999-02-02 17:45:37 +00:00
|
|
|
s%@MKSHLIB_FORCE_ALL@%$MKSHLIB_FORCE_ALL%g
|
|
|
|
s%@MKSHLIB_UNFORCE_ALL@%$MKSHLIB_UNFORCE_ALL%g
|
1999-01-20 23:37:59 +00:00
|
|
|
s%@DSO_CFLAGS@%$DSO_CFLAGS%g
|
|
|
|
s%@DSO_LDOPTS@%$DSO_LDOPTS%g
|
|
|
|
s%@DLL_SUFFIX@%$DLL_SUFFIX%g
|
1999-02-16 18:31:20 +00:00
|
|
|
s%@MODULAR_NETLIB@%$MODULAR_NETLIB%g
|
|
|
|
s%@STANDALONE_IMAGE_LIB@%$STANDALONE_IMAGE_LIB%g
|
|
|
|
s%@OS_TARGET@%$OS_TARGET%g
|
1999-02-18 22:00:38 +00:00
|
|
|
s%@LIBS_PATH@%$LIBS_PATH%g
|
1999-02-09 23:32:00 +00:00
|
|
|
s%@CONFIG_DEFS_H@%$CONFIG_DEFS_H%g
|
1999-01-20 23:37:59 +00:00
|
|
|
|
|
|
|
CEOF
|
|
|
|
EOF
|
|
|
|
|
|
|
|
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_cmds=90 # Maximum number of lines to put in a sed script.
|
|
|
|
ac_file=1 # Number of current file.
|
|
|
|
ac_beg=1 # First line for current file.
|
|
|
|
ac_end=$ac_max_sed_cmds # 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" conftest.subs > conftest.s$ac_file
|
|
|
|
else
|
|
|
|
sed "${ac_end}q" conftest.subs > conftest.s$ac_file
|
|
|
|
fi
|
|
|
|
if test ! -s conftest.s$ac_file; then
|
|
|
|
ac_more_lines=false
|
|
|
|
rm -f conftest.s$ac_file
|
|
|
|
else
|
|
|
|
if test -z "$ac_sed_cmds"; then
|
|
|
|
ac_sed_cmds="sed -f conftest.s$ac_file"
|
|
|
|
else
|
|
|
|
ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
|
|
|
|
fi
|
|
|
|
ac_file=`expr $ac_file + 1`
|
|
|
|
ac_beg=$ac_end
|
|
|
|
ac_end=`expr $ac_end + $ac_max_sed_cmds`
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
if test -z "$ac_sed_cmds"; then
|
|
|
|
ac_sed_cmds=cat
|
|
|
|
fi
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
|
|
|
|
CONFIG_FILES=\${CONFIG_FILES-"$MAKEFILES"}
|
|
|
|
EOF
|
|
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
|
|
|
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
|
|
|
case "$ac_file" in
|
|
|
|
*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
|
|
|
|
ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
|
|
|
|
*) ac_file_in="${ac_file}.in" ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
# Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
|
|
|
|
|
|
|
|
# Remove last slash and all that follows it. Not all systems have dirname.
|
|
|
|
ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
|
|
|
|
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
|
|
|
|
# The file is in a subdirectory.
|
|
|
|
test ! -d "$ac_dir" && mkdir "$ac_dir"
|
|
|
|
ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
|
|
|
|
# A "../" for each directory in $ac_dir_suffix.
|
|
|
|
ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
|
|
|
|
else
|
|
|
|
ac_dir_suffix= ac_dots=
|
|
|
|
fi
|
|
|
|
|
|
|
|
case "$ac_given_srcdir" in
|
|
|
|
.) srcdir=.
|
|
|
|
if test -z "$ac_dots"; then top_srcdir=.
|
|
|
|
else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
|
|
|
|
/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
|
|
|
|
*) # Relative path.
|
|
|
|
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
|
|
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
case "$ac_given_INSTALL" in
|
|
|
|
[/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
|
|
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
echo creating "$ac_file"
|
|
|
|
rm -f "$ac_file"
|
|
|
|
configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
|
|
|
|
case "$ac_file" in
|
|
|
|
*Makefile*) ac_comsub="1i\\
|
|
|
|
# $configure_input" ;;
|
|
|
|
*) ac_comsub= ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
|
|
|
|
sed -e "$ac_comsub
|
|
|
|
s%@configure_input@%$configure_input%g
|
|
|
|
s%@srcdir@%$srcdir%g
|
|
|
|
s%@top_srcdir@%$top_srcdir%g
|
|
|
|
s%@INSTALL@%$INSTALL%g
|
|
|
|
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
|
|
|
|
fi; done
|
|
|
|
rm -f conftest.s*
|
|
|
|
|
|
|
|
EOF
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
|
|
|
|
EOF
|
|
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
|
|
|
|
|
|
exit 0
|
|
|
|
EOF
|
|
|
|
chmod +x $CONFIG_STATUS
|
|
|
|
rm -fr confdefs* $ac_clean_files
|
|
|
|
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
|
|
|
|