configure revision f8e602a972e393cdacadd9852e0965bf1105dc7b
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync# From configure.in Revision: 1.51
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## Copyright (C) 1996-1999 Free Software Foundation, Inc.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## This program is free software; you can redistribute it and/or modify
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## it under the terms of the GNU General Public License as published by
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## the Free Software Foundation; either version 2 of the License, or
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## (at your option) any later version.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## This program is distributed in the hope that it will be useful, but
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## WITHOUT ANY WARRANTY; without even the implied warranty of
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## General Public License for more details.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## You should have received a copy of the GNU General Public License
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## along with this program; if not, write to the Free Software
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## As a special exception to the GNU General Public License, if you
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## distribute this file as part of a program that contains a
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync## configuration script generated by Autoconf, you may include it under
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync## the same distribution terms that you use for the rest of that program.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync# serial 40 AC_PROG_LIBTOOL
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync# AC_ENABLE_SHARED - implement the --enable-shared flag
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Usage: AC_ENABLE_SHARED[(DEFAULT)]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_ENABLE_STATIC - implement the --enable-static flag
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Usage: AC_ENABLE_STATIC[(DEFAULT)]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_DISABLE_STATIC - set the default static flag to --disable-static
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_PROG_LD - find the path to the GNU or non-GNU linker
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_PROG_NM - find the path to a BSD-compatible name lister
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_CHECK_LIBM - check for math library
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# the libltdl convenience library, adds --enable-ltdl-convenience to
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# to be `${top_builddir}/libltdl'. Make sure you start DIR with
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# '${top_builddir}/' (note the single quotes!) if your package is not
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# flat, and, if you're not using automake, define top_builddir as
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# appropriate in the Makefiles.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# the libltdl installable library, and adds --enable-ltdl-install to
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# to be `${top_builddir}/libltdl'. Make sure you start DIR with
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# '${top_builddir}/' (note the single quotes!) if your package is not
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# flat, and, if you're not using automake, define top_builddir as
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# appropriate in the Makefiles.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Guess values for system-dependent variables and create Makefiles.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Generated automatically using autoconf version 2.13
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# This configure script is free software; the Free Software Foundation
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# gives unlimited permission to copy, distribute and modify it.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Any additions from configure.in:
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --with-mit-pthreads use the mit-pthreads thread library"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --with-ptl2 use the ptl2 thread library"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --with-libtool use GNU libtool"
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --enable-shared[=PKGS] build shared libraries [default=yes]"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --enable-static[=PKGS] build static libraries [default=yes]"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
7af218a7441de38fc9e814919db04bae3e917664vboxsync --disable-libtool-lock avoid locking (might break parallel builds)"
7af218a7441de38fc9e814919db04bae3e917664vboxsync# Initialize some variables set by options.
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsync# The variables have the same names as the options, with
7af218a7441de38fc9e814919db04bae3e917664vboxsync# dashes changed to underlines.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Initialize some other variables.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Maximum number of lines to put in a shell here document.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync # If the previous option needs an argument, assign it.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync if test -n "$ac_prev"; then
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync eval "$ac_prev=\$ac_option"
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync # Accept the important Cygnus configure options, so we can diagnose typos.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -bindir | --bindir | --bindi | --bind | --bin | --bi)
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -build=* | --build=* | --buil=* | --bui=* | --bu=*)
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -cache-file | --cache-file | --cache-fil | --cache-fi \
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7af218a7441de38fc9e814919db04bae3e917664vboxsync -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7af218a7441de38fc9e814919db04bae3e917664vboxsync | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Reject names that are not valid shell variable names.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync eval "enable_${ac_feature}=no" ;;
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Reject names that are not valid shell variable names.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync eval "enable_${ac_feature}='$ac_optarg'" ;;
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Obsolete; use --with-gas.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Omit some internal or obsolete options to make the list less imposing.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync # This message is too long to be a string in the A/UX 3.1 sh.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncUsage: configure [options] [host]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncOptions: [defaults in brackets after descriptions]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncConfiguration:
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --cache-file=FILE cache test results in FILE
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --help print this message
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --no-create do not create output files
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --quiet, --silent do not print \`checking...' messages
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --version print the version of autoconf that created configure
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsyncDirectory and file names:
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsync --prefix=PREFIX install architecture-independent files in PREFIX
7af218a7441de38fc9e814919db04bae3e917664vboxsync [$ac_default_prefix]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
7af218a7441de38fc9e814919db04bae3e917664vboxsync [same as prefix]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --bindir=DIR user executables in DIR [EPREFIX/bin]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --datadir=DIR read-only architecture-independent data in DIR
7af218a7441de38fc9e814919db04bae3e917664vboxsync [PREFIX/share]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --sharedstatedir=DIR modifiable architecture-independent data in DIR
7af218a7441de38fc9e814919db04bae3e917664vboxsync [PREFIX/com]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --libdir=DIR object code libraries in DIR [EPREFIX/lib]
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync --includedir=DIR C header files in DIR [PREFIX/include]
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync --infodir=DIR info documentation in DIR [PREFIX/info]
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync --mandir=DIR man documentation in DIR [PREFIX/man]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --srcdir=DIR find the sources in DIR [configure dir or ..]
7af218a7441de38fc9e814919db04bae3e917664vboxsync --program-prefix=PREFIX prepend PREFIX to installed program names
7af218a7441de38fc9e814919db04bae3e917664vboxsync --program-suffix=SUFFIX append SUFFIX to installed program names
7af218a7441de38fc9e814919db04bae3e917664vboxsync --program-transform-name=PROGRAM
7af218a7441de38fc9e814919db04bae3e917664vboxsync run sed PROGRAM on installed program names
7af218a7441de38fc9e814919db04bae3e917664vboxsync --build=BUILD configure for building on BUILD [BUILD=HOST]
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --host=HOST configure for HOST [guessed]
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --target=TARGET configure for TARGET [TARGET=HOST]
7af218a7441de38fc9e814919db04bae3e917664vboxsyncFeatures and packages:
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --x-includes=DIR X include files are in DIR
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync --x-libraries=DIR X library files are in DIR
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync if test -n "$ac_help"; then
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync echo "--enable and --with options recognized:$ac_help"
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync -includedir | --includedir | --includedi | --included | --include \
20593760b116c90f3e439552763eef632a3bbb17vboxsync -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
20593760b116c90f3e439552763eef632a3bbb17vboxsync -infodir | --infodir | --infodi | --infod | --info | --inf)
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -localstatedir | --localstatedir | --localstatedi | --localstated \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync | --localstate | --localstat | --localsta | --localst \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync | --localstate=* | --localstat=* | --localsta=* | --localst=* \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync # Obsolete; use --without-fp.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -no-create | --no-create | --no-creat | --no-crea | --no-cre \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -no-recursion | --no-recursion | --no-recursio | --no-recursi \
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
9939c713bffcfc4305d99d994552aa2ad9bce097vboxsync -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsync -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsync -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync -program-prefix | --program-prefix | --program-prefi | --program-pref \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -program-prefix=* | --program-prefix=* | --program-prefi=* \
9939c713bffcfc4305d99d994552aa2ad9bce097vboxsync | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -program-suffix | --program-suffix | --program-suffi | --program-suff \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -program-suffix=* | --program-suffix=* | --program-suffi=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c822ec4298d5d20b0fb1cc20346c5d4e4e596bfvboxsync -program-transform-name | --program-transform-name \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --program-transform-nam | --program-transform-na \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -program-transform-name=* | --program-transform-name=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --program-transform-nam=* | --program-transform-na=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --program-transform-n=* | --program-transform-=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -q | -quiet | --quiet | --quie | --qui | --qu | --q \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sharedstatedir | --sharedstatedir | --sharedstatedi \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --sharedst | --shareds | --shared | --share | --shar \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -target | --target | --targe | --targ | --tar | --ta | --t)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -v | -verbose | --verbose | --verbos | --verbo | --verb)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -version | --version | --versio | --versi | --vers)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync echo "configure generated by autoconf version 2.13"
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Reject names that are not valid shell variable names.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync eval "with_${ac_package}='$ac_optarg'" ;;
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync ac_package=`echo $ac_option|sed -e 's/-*without-//'`
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Reject names that are not valid shell variable names.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync eval "with_${ac_package}=no" ;;
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync # Obsolete; use --with-x.
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -x-libraries | --x-libraries | --x-librarie | --x-librari \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync echo "configure: warning: $ac_option: invalid host type" 1>&2
c58c758d3642ac45d3f12356c406c631fcd8f538vboxsync { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncif test -n "$ac_prev"; then
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsynctrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# File descriptor usage:
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 0 standard input
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 1 file creation
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 2 errors and warnings
4e47bb772df0d04d1ded3e06354de547d52e2d06vboxsync# 3 some systems may open it to /dev/tty
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 4 used on the Kubota Titan
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 6 checking for... messages and results
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# 5 compiler messages saved in config.log
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncThis file contains any messages produced by compilers while
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncrunning configure, to aid debugging if configure makes a mistake.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Strip out --no-create and --no-recursion so they do not pile up.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Also quote any args containing shell metacharacters.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -no-create | --no-create | --no-creat | --no-crea | --no-cre \
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync -no-recursion | --no-recursion | --no-recursio | --no-recursi \
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync ac_configure_args="$ac_configure_args '$ac_arg'" ;;
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync *) ac_configure_args="$ac_configure_args $ac_arg" ;;
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# NLS nuisances.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Only set these to C if already set. These must not be set unconditionally
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# because not all systems understand e.g. LANG=C (notably SCO).
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Non-C LC_CTYPE values break the ctype check.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncif test "${LANG+set}" = set; then LANG=C; export LANG; fi
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# confdefs.h avoids OS command line length limits that DEFS can exceed.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# AIX cpp loses on an empty file, so make sure it contains at least a newline.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# A filename unique to this package, relative to the directory that
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# configure is in, which we can look for to find out if srcdir is correct.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync# Find the source files, if location was not specified.
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsyncif test -z "$srcdir"; then
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync # Try the directory containing this script, then its parent.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Prefer explicitly selected file to automatically selected ones.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncif test -z "$CONFIG_SITE"; then
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
de6e321f351aa489a6a62bed474390a0056e8093vboxsync if test -r "$ac_site_file"; then
de6e321f351aa489a6a62bed474390a0056e8093vboxsync echo "loading site script $ac_site_file"
de6e321f351aa489a6a62bed474390a0056e8093vboxsyncif test -r "$cache_file"; then
de6e321f351aa489a6a62bed474390a0056e8093vboxsync echo "loading cache $cache_file"
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync echo "creating cache $cache_file"
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncif test -z "$ac_aux_dir"; then
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync# Make sure we can run config.sub.
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncelse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
172ae196da38208e5f1e3485715a89f2d53c6880vboxsyncecho $ac_n "checking host system type""... $ac_c" 1>&6
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
172ae196da38208e5f1e3485715a89f2d53c6880vboxsync else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
172ae196da38208e5f1e3485715a89f2d53c6880vboxsynchost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
172ae196da38208e5f1e3485715a89f2d53c6880vboxsynchost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsynchost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsynchost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncecho "configure:690: checking whether ${MAKE-make} sets \${MAKE}" >&5
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync @echo 'ac_maketemp="${MAKE}"'
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsynceval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif test -n "$ac_maketemp"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# Extract the first word of "ranlib", so it can be a program name with args.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync if test -n "$RANLIB"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsyncif test -n "$RANLIB"; then
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# Find a good install program. We prefer a C program (faster),
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# so one script is as good as another. But avoid the broken or
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# incompatible versions:
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# AFS /usr/afsws/bin/install, which mishandles nonexistent args
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync# ./install, which can be erroneously created by make from ./install.sh.
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsyncecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsyncecho "configure:758: checking for a BSD compatible install" >&5
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsyncif test -z "$INSTALL"; then
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsyncif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync # Account for people who put trailing slashes in PATH elements.
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync # OSF1 and SCO ODT 3.0 have their own names for install.
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync # Don't use installbsd from OSF since it installs stuff as root
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync # by default.
bbb4c0bfd5ea55e99591d8811771257a437053eevboxsync # AIX install. It has an incompatible calling convention.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync if test "${ac_cv_path_install+set}" = set; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # As a last resort, use the slow shell script. We don't cache a
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # path for INSTALL within a source directory, because that will
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # break other packages using the cache if that directory is
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # removed, or if the path is relative.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# It thinks the first close brace ends the variable substitution.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsynctest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsynctest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsynctest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync echo $ac_n "checking which thread library to use""... $ac_c" 1>&6
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncecho "configure:840: checking which thread library to use" >&5
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # Check whether --with-mit-pthreads or --without-mit-pthreads was given.
ad27e1d5e48ca41245120c331cc88b50464813cevboxsyncif test "${with_mit_pthreads+set}" = set; then
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync # Check whether --with-ptl2 or --without-ptl2 was given.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncif test "${with_ptl2+set}" = set; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncPlease choose a thread library using one of
72a6fe3989272cb2d409b50caca25e1edbca9398vboxsync configure --with-mit-pthreads
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync configure --with-ptl2
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync# Extract the first word of "gcc", so it can be a program name with args.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync if test -n "$CC"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync ac_cv_prog_CC="$CC" # Let the user override the test.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif test -n "$CC"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif test -z "$CC"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync # Extract the first word of "cc", so it can be a program name with args.
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsyncif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync if test -n "$CC"; then
c0e27f622f9bd6d9e77d2d959aab71d69dabf0d3vboxsync ac_cv_prog_CC="$CC" # Let the user override the test.
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # We found a bogon in the path, so make sure we never use it.
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync # We chose a different compiler from the bogus one.
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync # However, it has the same basename, so the bogon will be chosen
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync # first if we set CC to just the basename; use the full file name.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -n "$CC"; then
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync if test -z "$CC"; then
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync # Extract the first word of "cl", so it can be a program name with args.
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync if test -n "$CC"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync ac_cv_prog_CC="$CC" # Let the user override the test.
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncif test -n "$CC"; then
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsyncecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncecho "configure:1016: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsync# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1027 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncmain(){return(0);}
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif { (eval echo configure:1032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # If we can't run a trivial program, we are probably using a cross compiler.
a1df400bbe9d64aad400442e56eb637019300a5evboxsync# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
a1df400bbe9d64aad400442e56eb637019300a5evboxsync { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho "configure:1058: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho "configure:1063: checking whether we are using GNU C" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync#ifdef __GNUC__
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho "configure:1091: checking whether ${CC-cc} accepts -g" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncif test "$ac_test_CFLAGS" = set; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync# Extract the first word of "$ac_prog", so it can be a program name with args.
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync if test -n "$YACC"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync ac_cv_prog_YACC="$YACC" # Let the user override the test.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -n "$YACC"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsynctest -n "$YACC" && break
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho "configure:1159: checking how to run the C preprocessor" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsync# On Suns, sometimes $CPP names a directory.
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -z "$CPP"; then
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # This must be in double quotes, not single quotes, because CPP may get
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # substituted into the Makefile and "${CC-cc}" will confuse make.
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # On the NeXT, cc -E runs the code through the compiler's parser,
ad27e1d5e48ca41245120c331cc88b50464813cevboxsync # not just through cpp.
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1174 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <assert.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncSyntax Error
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync{ (eval echo configure:1180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -z "$ac_err"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1191 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <assert.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncSyntax Error
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync{ (eval echo configure:1197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -z "$ac_err"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1208 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <assert.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncSyntax Error
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsyncac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync{ (eval echo configure:1214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -z "$ac_err"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncecho "configure:1239: checking for ANSI C header files" >&5
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1244 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <stdlib.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <stdarg.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <string.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <float.h>
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsyncac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync{ (eval echo configure:1252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
a1df400bbe9d64aad400442e56eb637019300a5evboxsyncif test -z "$ac_err"; then
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#line 1269 "configure"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include "confdefs.h"
a1df400bbe9d64aad400442e56eb637019300a5evboxsync#include <string.h>
a1df400bbe9d64aad400442e56eb637019300a5evboxsync # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync#line 1287 "configure"
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync#include "confdefs.h"
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync#include <stdlib.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#line 1308 "configure"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include "confdefs.h"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <ctype.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncint main () { int i; for (i = 0; i < 256; i++)
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncif { (eval echo configure:1319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync#define STDC_HEADERS 1
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncfor ac_hdr in fcntl.h sys/time.h unistd.h sys/sockio.h
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncif eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
044af0d1e6474076366759db86f101778c5f20ccvboxsync#line 1351 "configure"
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync#include "confdefs.h"
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsync#include <$ac_hdr>
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync{ (eval echo configure:1356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ca3da10d05961c339b5180fbd40a54587d6bad35vboxsyncif test -z "$ac_err"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync eval "ac_cv_header_$ac_safe=yes"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync eval "ac_cv_header_$ac_safe=no"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define $ac_tr_hdr 1
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsyncecho $ac_n "checking for working const""... $ac_c" 1>&6
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncecho "configure:1384: checking for working const" >&5
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#line 1389 "configure"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include "confdefs.h"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncint main() {
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync/* Ultrix mips cc rejects this. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsynctypedef int charset[2]; const charset x;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync/* SunOS 4.1.1 cc rejects this. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncchar const *const *ccp;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync/* NEC SVR4.0.2 mips cc rejects this. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncstruct point {int x, y;};
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncstatic struct point const zero = {0,0};
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync/* AIX XL C 1.02.0.0 rejects this.
8b4a8db7768e94d025f1216ecfcd50d727fa2b7cvboxsync It does not let you subtract one const X* pointer from another in an arm
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync of an if-expression whose if-part is not a constant expression */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncconst char *g = "string";
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncccp = &g + (g ? g-g : 0);
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync/* HPUX 7.0 cc rejects these. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncp = (char**) ccp;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncccp = (char const *const *) p;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync{ /* SCO 3.2v4 cc rejects this. */
aa4bcf0a4b2db3ac352b56a291d49cb8d4b66d32vboxsync char const *s = 0 ? (char *) 0 : (char const *) 0;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync int x[] = {25, 17};
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync const int *foo = &x[0];
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync typedef const int *iptr;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync iptr p = 0;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync{ /* AIX XL C 1.02.0.0 rejects this saying
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync struct s { int j; const int *ap[3]; };
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync struct s *b; b->j = 5;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync const int foo = 10;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync; return 0; }
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif { (eval echo configure:1438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define const
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#line 1466 "configure"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include "confdefs.h"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncint main() {
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync} $ac_kw foo() {
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync; return 0; }
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define inline
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define inline $ac_cv_c_inline
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#line 1504 "configure"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include "confdefs.h"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <sys/types.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#if STDC_HEADERS
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <stdlib.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <stddef.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#define size_t unsigned
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncecho $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncecho "configure:1532: checking whether time.h and sys/time.h may both be included" >&5
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#line 1537 "configure"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include "confdefs.h"
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <sys/types.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <sys/time.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync#include <time.h>
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncint main() {
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncstruct tm *tp;
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsync; return 0; }
df8e6a449f00e1884fbf4a1fc67143614d7d528dvboxsyncif { (eval echo configure:1546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:1587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-linux*)
if { (eval echo configure:1951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "ac_cv_lib_$ac_lib_var=yes"
eval "ac_cv_lib_$ac_lib_var=no"
yes)
NONE)
[\\/]* | [A-Za-z]:[\\/]*)
if test -z "$LD"; then
if test -n "$LD"; then
if test -n "$NM"; then
*-*-irix6*)
*N32*)
if { (eval echo configure:2455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
# By default, configure uses ./config.cache as the cache file,
# config.status only pays attention to the cache file if you give it the
*ac_space=\ *)
sed -n \
esac >> confcache
if test -w $cache_file; then
echo "updating cache $cache_file"
echo "not updating unwritable cache $cache_file"
if test -r "$cache_file"; then
echo "loading cache $cache_file"
echo "creating cache $cache_file"
# Redirect the config.log output again, so that the ltconfig log is not
O=lo
A=la
if { (eval echo configure:2633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
# By default, configure uses ./config.cache as the cache file,
# config.status only pays attention to the cache file if you give it the
*ac_space=\ *)
sed -n \
esac >> confcache
if test -w $cache_file; then
echo "updating cache $cache_file"
echo "not updating unwritable cache $cache_file"
if test "x$srcdir" = x.; then
# Without the "./", some shells look in PATH for config.status.
while $ac_more_lines; do
ac_more_lines=false
if test -z "$ac_sed_cmds"; then
if test -z "$ac_sed_cmds"; then
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
.) srcdir=.
# $configure_input" ;;
*) ac_comsub= ;;
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
# Transform confdefs.h into a sed script conftest.vals that substitutes
# the proper values into config.h.in to produce config.h. And first:
# Protect against being on the right side of a sed subst in config.status.
# Protect against being in an unquoted here document in config.status.
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -f conftest.hdr
cat >> conftest.vals <<\EOF
# Break up conftest.vals because some shells have a limit on
rm -f conftest.tail
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
rm -f conftest.vals
rm -f conftest.vals
cat >> $CONFIG_STATUS <<\EOF
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
rm -f conftest.h
cat >> $CONFIG_STATUS <<EOF
cat >> $CONFIG_STATUS <<\EOF