configure revision 87449ffeb52327f7d1fba5a82961a373f626dac2
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Copyright (C) 1996-2000 Internet Software Consortium.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Permission to use, copy, modify, and distribute this software for any
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# purpose with or without fee is hereby granted, provided that the above
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# copyright notice and this permission notice appear in all copies.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34f991028382079af7c2b53bac6768803ff28f8cBrian Wellington# From configure.in Revision: 1.185
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## Copyright (C) 1996-1999 Free Software Foundation, Inc.
f4b4e7c16211137332e50bcad3fef0d15639a4f1Brian Wellington## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## This program is free software; you can redistribute it and/or modify
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## it under the terms of the GNU General Public License as published by
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington## the Free Software Foundation; either version 2 of the License, or
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## (at your option) any later version.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## This program is distributed in the hope that it will be useful, but
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## WITHOUT ANY WARRANTY; without even the implied warranty of
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## General Public License for more details.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## You should have received a copy of the GNU General Public License
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington## along with this program; if not, write to the Free Software
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## As a special exception to the GNU General Public License, if you
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## distribute this file as part of a program that contains a
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## configuration script generated by Autoconf, you may include it under
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington## the same distribution terms that you use for the rest of that program.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# serial 40 AC_PROG_LIBTOOL
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# AC_ENABLE_SHARED - implement the --enable-shared flag
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# Usage: AC_ENABLE_SHARED[(DEFAULT)]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_ENABLE_STATIC - implement the --enable-static flag
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Usage: AC_ENABLE_STATIC[(DEFAULT)]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_DISABLE_STATIC - set the default static flag to --disable-static
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# AC_PROG_LD - find the path to the GNU or non-GNU linker
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# AC_PROG_NM - find the path to a BSD-compatible name lister
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# AC_CHECK_LIBM - check for math library
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# the libltdl convenience library, adds --enable-ltdl-convenience to
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# to be `${top_builddir}/libltdl'. Make sure you start DIR with
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# '${top_builddir}/' (note the single quotes!) if your package is not
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# flat, and, if you're not using automake, define top_builddir as
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# appropriate in the Makefiles.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# the libltdl installable library, and adds --enable-ltdl-install to
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# to be `${top_builddir}/libltdl'. Make sure you start DIR with
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# '${top_builddir}/' (note the single quotes!) if your package is not
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# flat, and, if you're not using automake, define top_builddir as
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# appropriate in the Makefiles.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Guess values for system-dependent variables and create Makefiles.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# Generated automatically using autoconf version 2.13
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# This configure script is free software; the Free Software Foundation
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# gives unlimited permission to copy, distribute and modify it.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Any additions from configure.in:
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --enable-threads use multithreading"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --with-openssl=PATH Specify path for system-supplied openssl
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington (rather than using bind-9 internal openssl)"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --with-gssapi=PATH Specify path for system-supplied GSSAPI"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --with-randomdev=PATH Specify path for random device"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --with-libtool use GNU libtool (following indented options supported)"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --enable-shared[=PKGS] build shared libraries [default=yes]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --enable-static[=PKGS] build static libraries [default=yes]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --disable-libtool-lock avoid locking (might break parallel builds)"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --enable-ipv6 use IPv6 [default=autodetect]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Initialize some variables set by options.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# The variables have the same names as the options, with
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# dashes changed to underlines.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Initialize some other variables.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington# Maximum number of lines to put in a shell here document.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington # If the previous option needs an argument, assign it.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington if test -n "$ac_prev"; then
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington eval "$ac_prev=\$ac_option"
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Accept the important Cygnus configure options, so we can diagnose typos.
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -bindir | --bindir | --bindi | --bind | --bin | --bi)
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -build=* | --build=* | --buil=* | --bui=* | --bu=*)
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -cache-file | --cache-file | --cache-fil | --cache-fi \
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Reject names that are not valid shell variable names.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_feature=`echo $ac_feature| sed 's/-/_/g'`
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington eval "enable_${ac_feature}=no" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Reject names that are not valid shell variable names.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_feature=`echo $ac_feature| sed 's/-/_/g'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington eval "enable_${ac_feature}='$ac_optarg'" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Obsolete; use --with-gas.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Omit some internal or obsolete options to make the list less imposing.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # This message is too long to be a string in the A/UX 3.1 sh.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian WellingtonUsage: configure [options] [host]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian WellingtonOptions: [defaults in brackets after descriptions]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian WellingtonConfiguration:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --cache-file=FILE cache test results in FILE
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --help print this message
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --no-create do not create output files
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --quiet, --silent do not print \`checking...' messages
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --version print the version of autoconf that created configure
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian WellingtonDirectory and file names:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --prefix=PREFIX install architecture-independent files in PREFIX
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington [$ac_default_prefix]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington [same as prefix]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --bindir=DIR user executables in DIR [EPREFIX/bin]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --datadir=DIR read-only architecture-independent data in DIR
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington [PREFIX/share]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --sharedstatedir=DIR modifiable architecture-independent data in DIR
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --libdir=DIR object code libraries in DIR [EPREFIX/lib]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --includedir=DIR C header files in DIR [PREFIX/include]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --infodir=DIR info documentation in DIR [PREFIX/info]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --mandir=DIR man documentation in DIR [PREFIX/man]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --srcdir=DIR find the sources in DIR [configure dir or ..]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --program-prefix=PREFIX prepend PREFIX to installed program names
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --program-suffix=SUFFIX append SUFFIX to installed program names
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --program-transform-name=PROGRAM
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington run sed PROGRAM on installed program names
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington --build=BUILD configure for building on BUILD [BUILD=HOST]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --host=HOST configure for HOST [guessed]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --target=TARGET configure for TARGET [TARGET=HOST]
a4c351fcef77fb332e3cb20253fb96556a414a17Brian WellingtonFeatures and packages:
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --x-includes=DIR X include files are in DIR
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington --x-libraries=DIR X library files are in DIR
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "$ac_help"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington echo "--enable and --with options recognized:$ac_help"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -includedir | --includedir | --includedi | --included | --include \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --includ=* | --inclu=* | --incl=* | --inc=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -infodir | --infodir | --infodi | --infod | --info | --inf)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -libdir=* | --libdir=* | --libdi=* | --libd=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -localstatedir | --localstatedir | --localstatedi | --localstated \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --localstate | --localstat | --localsta | --localst \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --locals | --local | --loca | --loc | --lo)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --localstate=* | --localstat=* | --localsta=* | --localst=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington # Obsolete; use --without-fp.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -no-create | --no-create | --no-creat | --no-crea | --no-cre \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -no-recursion | --no-recursion | --no-recursio | --no-recursi \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -program-prefix | --program-prefix | --program-prefi | --program-pref \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --program-pre | --program-pr | --program-p)
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington -program-prefix=* | --program-prefix=* | --program-prefi=* \
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -program-suffix | --program-suffix | --program-suffi | --program-suff \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-suf | --program-su | --program-s)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -program-suffix=* | --program-suffix=* | --program-suffi=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -program-transform-name | --program-transform-name \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform-nam | --program-transform-na \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform-n | --program-transform- \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform | --program-transfor \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --progr-tra | --program-tr | --program-t)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -program-transform-name=* | --program-transform-name=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform-nam=* | --program-transform-na=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform-n=* | --program-transform-=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transform=* | --program-transfor=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --program-transfo=* | --program-transf=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --progr-tra=* | --program-tr=* | --program-t=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -q | -quiet | --quiet | --quie | --qui | --qu | --q \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | -silent | --silent | --silen | --sile | --sil)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sharedstatedir | --sharedstatedir | --sharedstatedi \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --sharedst | --shareds | --shared | --share | --shar \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
77ac297199fc44809d9628558223627c10ae3f31Brian Wellington | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --syscon | --sysco | --sysc | --sys | --sy)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -target | --target | --targe | --targ | --tar | --ta | --t)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -v | -verbose | --verbose | --verbos | --verbo | --verb)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -version | --version | --versio | --versi | --vers)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington echo "configure generated by autoconf version 2.13"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Reject names that are not valid shell variable names.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_package=`echo $ac_package| sed 's/-/_/g'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington eval "with_${ac_package}='$ac_optarg'" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_package=`echo $ac_option|sed -e 's/-*without-//'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Reject names that are not valid shell variable names.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_package=`echo $ac_package| sed 's/-/_/g'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington eval "with_${ac_package}=no" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Obsolete; use --with-x.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -x-libraries | --x-libraries | --x-librarie | --x-librari \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington echo "configure: warning: $ac_option: invalid host type" 1>&2
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -n "$ac_prev"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtontrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# File descriptor usage:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 0 standard input
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 1 file creation
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 2 errors and warnings
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 3 some systems may open it to /dev/tty
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 4 used on the Kubota Titan
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 6 checking for... messages and results
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# 5 compiler messages saved in config.log
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian WellingtonThis file contains any messages produced by compilers while
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonrunning configure, to aid debugging if configure makes a mistake.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Strip out --no-create and --no-recursion so they do not pile up.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Also quote any args containing shell metacharacters.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -no-create | --no-create | --no-creat | --no-crea | --no-cre \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington -no-recursion | --no-recursion | --no-recursio | --no-recursi \
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_configure_args="$ac_configure_args '$ac_arg'" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington *) ac_configure_args="$ac_configure_args $ac_arg" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# NLS nuisances.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Only set these to C if already set. These must not be set unconditionally
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# because not all systems understand e.g. LANG=C (notably SCO).
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Non-C LC_CTYPE values break the ctype check.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test "${LANG+set}" = set; then LANG=C; export LANG; fi
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# confdefs.h avoids OS command line length limits that DEFS can exceed.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AIX cpp loses on an empty file, so make sure it contains at least a newline.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# A filename unique to this package, relative to the directory that
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# configure is in, which we can look for to find out if srcdir is correct.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Find the source files, if location was not specified.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -z "$srcdir"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Try the directory containing this script, then its parent.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonsrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Prefer explicitly selected file to automatically selected ones.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -z "$CONFIG_SITE"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -r "$ac_site_file"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington echo "loading site script $ac_site_file"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -r "$cache_file"; then
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington echo "loading cache $cache_file"
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington echo "creating cache $cache_file"
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellingtonac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellingtonac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellingtonif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
a4c351fcef77fb332e3cb20253fb96556a414a17Brian Wellington if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
75e1e12f48012505699f504cfa364260cb2bc1afBrian Wellingtonfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -z "$ac_aux_dir"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Make sure we can run config.sub.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonelse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking host system type""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:695: checking host system type" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonhost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonhost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonhost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonhost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:717: checking whether ${MAKE-make} sets \${MAKE}" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington @echo 'ac_maketemp="${MAKE}"'
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtoneval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -n "$ac_maketemp"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Extract the first word of "ranlib", so it can be a program name with args.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:746: checking for $ac_word" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "$RANLIB"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -n "$RANLIB"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Find a good install program. We prefer a C program (faster),
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# so one script is as good as another. But avoid the broken or
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# incompatible versions:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# AFS /usr/afsws/bin/install, which mishandles nonexistent args
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# ./install, which can be erroneously created by make from ./install.sh.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:785: checking for a BSD compatible install" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -z "$INSTALL"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Account for people who put trailing slashes in PATH elements.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # OSF1 and SCO ODT 3.0 have their own names for install.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Don't use installbsd from OSF since it installs stuff as root
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # by default.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington for ac_prog in ginstall scoinst install; do
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # AIX install. It has an incompatible calling convention.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test "${ac_cv_path_install+set}" = set; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # As a last resort, use the slow shell script. We don't cache a
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # path for INSTALL within a source directory, because that will
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # break other packages using the cache if that directory is
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # removed, or if the path is relative.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# It thinks the first close brace ends the variable substitution.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtontest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtontest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtontest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Extract the first word of "ar", so it can be a program name with args.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:846: checking for $ac_word" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_path_AR="$AR" # Let the user override the test with a path.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -n "$AR"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# The POSIX ln(1) program. Non-POSIX systems may substitute
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# "copy" or something.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonar program not found. Please fix your PATH to include the directory in
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonwhich ar resides, or set AR in the environment with the full path to ar.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Extract the first word of "$ac_prog", so it can be a program name with args.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:902: checking for $ac_word" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_path_ETAGS'+set}'`\" = set"; then
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a dos path.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonif test -n "$ETAGS"; then
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtontest -n "$ETAGS" && break
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Perl is optional; it is used only by some of the system test scripts.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Extract the first word of "$ac_prog", so it can be a program name with args.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:947: checking for $ac_word" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test -n "$PERL"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtontest -n "$PERL" && break
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Special processing of paths depending on whether --prefix,
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# --sysconfdir or --localstatedir arguments were given. What's
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# desired is some compatability with the way previous versions
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# of BIND built; they defaulted to /usr/local for most parts of
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# the installation, but named.boot/named.conf was in /etc
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# So ... if none of --prefix, --sysconfdir or --localstatedir are
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# specified, set things up that way. If --prefix is given, use
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# it for sysconfdir and localstatedir the way configure normally
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# would. To change the prefix for everything but leave named.conf
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# in /etc or named.pid in /var/run, then do this the usual configure way:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# ./configure --prefix=/somewhere --sysconfdir=/etc
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# ./configure --prefix=/somewhere --localstatedir=/var
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# To put named.conf and named.pid in /usr/local with everything else,
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# set the prefix explicitly to /usr/local even though that's the default:
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# ./configure --prefix=/usr/local
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington '${prefix}/etc')
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington '${prefix}/var')
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Make sure INSTALL uses an absolute path, else it will be wrong in all
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Makefiles, since they use make/rules.in and INSTALL will be adjusted by
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# configure based on the location of the file where it is substituted.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Since in BIND9 INSTALL is only substituted into make/rules.in, an immediate
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# subdirectory of install-sh, This relative path will be wrong for all
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# directories more than one level down from install-sh.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Not all systems have dirname.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_dir="`echo $INSTALL | sed 's%/[^/]*$%%'`"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington test -d "$ac_dir" && ac_dir="`(cd \"$ac_dir\" && pwd)`"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Decide whether to use multithreading or not.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking whether to use threads""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:1049: checking whether to use threads" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Check whether --enable-threads or --disable-threads was given.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test "${enable_threads+set}" = set; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ISC_PLATFORM_USETHREADS="#define ISC_PLATFORM_USETHREADS 1" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ISC_PLATFORM_USETHREADS="#undef ISC_PLATFORM_USETHREADS" ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: "--enable-threads takes yes or no"" 1>&2; exit 1; } ;;
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# On these hosts, we really want to use cc, not gcc, even if it is
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# found. The gcc that these systems have will not correctly handle
4a30ede93d59137009db734661cde17612e8ffbeMark Andrews# However, if the user sets $CC to be something, let that override
4a30ede93d59137009db734661cde17612e8ffbeMark Andrews# our change.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # Use Sun's cc if it is available, but watch
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # out for /usr/ucb/cc; it will never be the right
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # compiler to use.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # If setting CC here fails, the AC_PROG_CC done
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # below might still find gcc.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -f "$ac_dir/cc"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Find the machine's endian flavor.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
77ac297199fc44809d9628558223627c10ae3f31Brian Wellingtonecho "configure:1120: checking whether byte ordering is bigendian" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# See if sys/param.h defines the BYTE_ORDER macro.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#line 1127 "configure"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include "confdefs.h"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include <sys/types.h>
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include <sys/param.h>
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington bogus endian macros
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif { (eval echo configure:1138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington # It does; now see whether it defined to BIG_ENDIAN or not.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#line 1142 "configure"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include "confdefs.h"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include <sys/types.h>
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include <sys/param.h>
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#if BYTE_ORDER != BIG_ENDIAN
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington not big endian
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif { (eval echo configure:1153: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
34f991028382079af7c2b53bac6768803ff28f8cBrian Wellington { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#line 1173 "configure"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#include "confdefs.h"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington /* Are we little or big endian? From Harbison&Steele. */
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington char c[sizeof (long)];
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington exit (u.c[sizeof (long) - 1] == 1);
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#define WORDS_BIGENDIAN 1
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# was --with-openssl specified?
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for compatible OpenSSL library""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:1214: checking for compatible OpenSSL library" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Check whether --with-openssl or --without-openssl was given.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif test "${with_openssl+set}" = set; then
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# If the user didn't specify where openssl is, and we didn't find or it
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# is incompatible with our code, use our internal one.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# XXX This appears to assume that the user specified path is correct,
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# and does no checking.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington DST_PRIVATEOPENSSL='-DDST_USE_PRIVATE_OPENSSL'
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington DST_OPENSSL_INC='-I${srcdir}/../openssl/include'
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington { echo "configure: error: --with-openssl must specify a path" 1>&2; exit 1; }
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington DNS_OPENSSL_LIBS="-L$use_openssl/lib -lcrypto"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington echo "$ac_t""using openssl from $use_openssl/lib and $use_openssl/include" 1>&6
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# This would include the system openssl path (and linker options to use
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# it as needed) if it is found.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# was --with-gssapi specified?
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonecho $ac_n "checking for GSSAPI library""... $ac_c" 1>&6
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonecho "configure:1271: checking for GSSAPI library" >&5
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Check whether --with-gssapi or --without-gssapi was given.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonif test "${with_gssapi+set}" = set; then
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington { echo "configure: error: --with-gssapi must specify a path" 1>&2; exit 1; }
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington DNS_GSSAPI_LIBS="-L$use_gssapi/lib -lgssapi_krb5"
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington echo "$ac_t""using gssapi from $use_gssapi/lib and $use_gssapi/include" 1>&6
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# was --with-randomdev specified?
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonecho $ac_n "checking for random device""... $ac_c" 1>&6
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonecho "configure:1307: checking for random device" >&5
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington# Check whether --with-randomdev or --without-randomdev was given.
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellingtonif test "${with_randomdev+set}" = set; then
60b90a37f41ab7607762d0e9791e79bd19eae4f4Brian Wellington#define PATH_RANDOMDEV "/dev/srandom"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#define PATH_RANDOMDEV "/dev/random"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington { echo "configure: error: --with-randomdev must specify a path" 1>&2; exit 1; }
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington#define PATH_RANDOMDEV "$use_randomdev"
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington# Extract the first word of "gcc", so it can be a program name with args.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho $ac_n "checking for $ac_word""... $ac_c" 1>&6
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonecho "configure:1354: checking for $ac_word" >&5
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellingtonif eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington if test -n "$CC"; then
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington ac_cv_prog_CC="$CC" # Let the user override the test.
033ba09d6df0ac92a736a480b9c3b164b61dccb2Brian Wellington IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_ext=c
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:1509: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
GCC=
if test "$ac_test_CFLAGS" = set; then
if test -n "$YACC"; then
if test -n "$YACC"; then
test -n "$YACC" && break
CPP=
if test -z "$CPP"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
if test -z "$ac_err"; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
if { (eval echo configure:1770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
if $use_threads
*-netbsd*)
Please install the devel/unproven-pthreads package and rerun configure.
if { (eval echo configure:2093: \"$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:2138: \"$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:2185: \"$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:2240: \"$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:2281: \"$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:2322: \"$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"
*-freebsd*)
if { (eval echo configure:2379: \"$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"
*-linux*)
*-solaris*)
if { (eval echo configure:2462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-UnixWare*)
if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
*-UnixWare*)
if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2693: \"$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:2740: \"$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"
*-solaris*)
*-UnixWare*)
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:3115: \"$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
SA=a
no)
no)
yes)
no)
# Whether netinet6/in6.h is needed has to be defined in isc/platform.h.
*-UnixWare*)
yes)
if { (eval echo configure:3397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:3519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:4208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:4256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
if test -z "$ac_err"; then
eval "ac_cv_header_$ac_safe=yes"
eval "ac_cv_header_$ac_safe=no"
ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
yes)
yes)
yes)
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
yes)
# 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
chmod a+x isc-config.sh