configure revision 2c839b25ad85d184132bc7844a3984b247ce75be
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Copyright (C) 1996-2001 Internet Software Consortium.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Permission to use, copy, modify, and distribute this software for any
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# purpose with or without fee is hereby granted, provided that the above
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# copyright notice and this permission notice appear in all copies.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Portions Copyright (C) 1996-2001 Nominum, Inc.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Permission to use, copy, modify, and distribute this software for any
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# purpose with or without fee is hereby granted, provided that the above
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# copyright notice and this permission notice appear in all copies.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# From configure.in Revision: 1.295
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## Copyright 1996, 1997, 1998, 1999, 2000, 2001
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## Free Software Foundation, Inc.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## This program is free software; you can redistribute it and/or modify
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## it under the terms of the GNU General Public License as published by
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## the Free Software Foundation; either version 2 of the License, or
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## (at your option) any later version.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## This program is distributed in the hope that it will be useful, but
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## WITHOUT ANY WARRANTY; without even the implied warranty of
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## General Public License for more details.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## You should have received a copy of the GNU General Public License
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## along with this program; if not, write to the Free Software
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## As a special exception to the GNU General Public License, if you
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## distribute this file as part of a program that contains a
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## configuration script generated by Autoconf, you may include it under
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass## the same distribution terms that you use for the rest of that program.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# serial 46 AC_PROG_LIBTOOL
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_CHECK_DLFCN
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# --------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_CHECK_DLFCN
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ---------------------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ---------------------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_PROG_ECHO_BACKSLASH
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# --------------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Add some code to the start of the generated configure script which
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# will find an echo command which doesn;t interpret backslashes.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_PROG_ECHO_BACKSLASH
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ------------------------------------------------------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_TRY_DLOPEN_SELF
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_DLOPEN_SELF
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# -------------------
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_DLOPEN_SELF
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# _LT_AC_LTCONFIG_HACK
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_ENABLE_SHARED - implement the --enable-shared flag
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Usage: AC_ENABLE_SHARED[(DEFAULT)]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_ENABLE_STATIC - implement the --enable-static flag
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Usage: AC_ENABLE_STATIC[(DEFAULT)]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_DISABLE_STATIC - set the default static flag to --disable-static
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Where DEFAULT is either `yes' or `no'. If omitted, it defaults to
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBTOOL_PICMODE - implement the --with-pic flag
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Usage: AC_LIBTOOL_PICMODE[(MODE)]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Where MODE is either `yes' or `no'. If omitted, it defaults to
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PATH_TOOL_PREFIX - find a file program which can recognise shared library
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PATH_MAGIC - find a file program which can recognise a shared library
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PROG_LD - find the path to the GNU or non-GNU linker
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PROG_LD_GNU -
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PROG_LD_RELOAD_FLAG - find reload flag for linker
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# -- PORTME Some linkers may need a different reload flag.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# -- PORTME fill in with the dynamic library characteristics
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_PROG_NM - find the path to a BSD-compatible name lister
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_CHECK_LIBM - check for math library
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the libltdl convenience library and INCLTDL to the include flags for
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the libltdl header and adds --enable-ltdl-convenience to the
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# configure arguments. Note that LIBLTDL and INCLTDL are not
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# with '${top_builddir}/' and INCLTDL will be prefixed with
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# '${top_srcdir}/' (note the single quotes!). If your package is not
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# flat and you're not using automake, define top_builddir and
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# top_srcdir appropriately in the Makefiles.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the libltdl installable library and INCLTDL to the include flags for
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the libltdl header and adds --enable-ltdl-install to the configure
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# with '${top_srcdir}/' (note the single quotes!). If your package is
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# not flat and you're not using automake, define top_builddir and
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# top_srcdir appropriately in the Makefiles.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# This is just to silence aclocal about the macro not being used
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Guess values for system-dependent variables and create Makefiles.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Generated automatically using autoconf version 2.13
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# This configure script is free software; the Free Software Foundation
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# gives unlimited permission to copy, distribute and modify it.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Any additions from configure.in:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-openssl=PATH Specify path for system-supplied openssl
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass (required for DNSSEC)"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-randomdev=PATH Specify path for random device"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-threads enable multithreading"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-ptl2 on NetBSD, use the ptl2 thread library (experimental)"
c03d3f1eafc55ad0233f238f9ba1583c1e47fa96Dav Glass --with-purify[=PATH] use Rational purify"
c03d3f1eafc55ad0233f238f9ba1583c1e47fa96Dav Glass --with-libtool use GNU libtool (following indented options supported)"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-shared[=PKGS] build shared libraries [default=yes]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-static[=PKGS] build static libraries [default=yes]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Find the correct PATH separator. Usually this is `:', but
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# DJGPP uses `;' like DOS.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Check that we are running under the correct shell.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Remove one level of quotation (which was required for Make).
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Discard the --no-reexec flag, and continue.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Avoid inline document here, it may be left over
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasselif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Yippee, $echo works!
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Restart under the correct shell.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # used as fallback echo
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# The HP-UX ksh and POSIX shell print the target directory to stdout
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# if CDPATH is set.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -z "$ECHO"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# find a string as large as possible, as long as the shell can cope with it
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if (echo_test_string="`eval $cmd`") 2>/dev/null &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # The Solaris, AIX, and Digital Unix default echo programs unquote
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # backslashes. This makes it impossible to quote backslashes using
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # echo "$something" | sed 's/\\/\\\\/g'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # So, first we look for a working echo in the user's PATH.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # We didn't find a better echo, so look for alternatives.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # This shell has a builtin print -r that does the trick.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo='print -r'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # If we have ksh, try running configure again with it.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Try using printf.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo='printf %s\n'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Cool, printf works
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo="$CONFIG_SHELL $0 --fallback-echo"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test "X$echo_testing_string" = "X$echo_test_string"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo="$CONFIG_SHELL $0 --fallback-echo"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # maybe with a smaller string...
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Oops. We lost completely, so just stick with echo.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Copy echo and quote the copy suitably for passing to libtool from
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the Makefile, instead of quoting the original, which is used later.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --disable-libtool-lock avoid locking (might break parallel builds)"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-pic try to use only PIC/non-PIC objects [default=use both]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-libbind build libbind [default=no]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-ipv6 use IPv6 [default=autodetect]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-kame[=PATH] use Kame IPv6 [default path /usr/local/v6]"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --disable-linux-caps disable linux capabilities"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Initialize some variables set by options.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# The variables have the same names as the options, with
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# dashes changed to underlines.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Initialize some other variables.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Maximum number of lines to put in a shell here document.
0c5957881cc9d40f624747499490ad2ffc6f069eDav Glass # If the previous option needs an argument, assign it.
0c5957881cc9d40f624747499490ad2ffc6f069eDav Glass if test -n "$ac_prev"; then
0c5957881cc9d40f624747499490ad2ffc6f069eDav Glass eval "$ac_prev=\$ac_option"
c03d3f1eafc55ad0233f238f9ba1583c1e47fa96Dav Glass -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Accept the important Cygnus configure options, so we can diagnose typos.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -bindir | --bindir | --bindi | --bind | --bin | --bi)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -build=* | --build=* | --buil=* | --bui=* | --bu=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -cache-file | --cache-file | --cache-fil | --cache-fi \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Reject names that are not valid shell variable names.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass eval "enable_${ac_feature}=no" ;;
8a6b21bbf4ce4b186b37c9f3623a198acd13b950Dav Glass ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Reject names that are not valid shell variable names.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass eval "enable_${ac_feature}='$ac_optarg'" ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Obsolete; use --with-gas.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Omit some internal or obsolete options to make the list less imposing.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # This message is too long to be a string in the A/UX 3.1 sh.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav GlassUsage: configure [options] [host]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav GlassOptions: [defaults in brackets after descriptions]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav GlassConfiguration:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --cache-file=FILE cache test results in FILE
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --help print this message
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --no-create do not create output files
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --quiet, --silent do not print \`checking...' messages
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --version print the version of autoconf that created configure
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav GlassDirectory and file names:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --prefix=PREFIX install architecture-independent files in PREFIX
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass [$ac_default_prefix]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass [same as prefix]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --bindir=DIR user executables in DIR [EPREFIX/bin]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --datadir=DIR read-only architecture-independent data in DIR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass [PREFIX/share]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --sharedstatedir=DIR modifiable architecture-independent data in DIR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass [PREFIX/com]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --libdir=DIR object code libraries in DIR [EPREFIX/lib]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --includedir=DIR C header files in DIR [PREFIX/include]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --infodir=DIR info documentation in DIR [PREFIX/info]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --mandir=DIR man documentation in DIR [PREFIX/man]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --srcdir=DIR find the sources in DIR [configure dir or ..]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --program-prefix=PREFIX prepend PREFIX to installed program names
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --program-suffix=SUFFIX append SUFFIX to installed program names
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --program-transform-name=PROGRAM
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass run sed PROGRAM on installed program names
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --build=BUILD configure for building on BUILD [BUILD=HOST]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --host=HOST configure for HOST [guessed]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --target=TARGET configure for TARGET [TARGET=HOST]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav GlassFeatures and packages:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --x-includes=DIR X include files are in DIR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass --x-libraries=DIR X library files are in DIR
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "$ac_help"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "--enable and --with options recognized:$ac_help"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -includedir | --includedir | --includedi | --included | --include \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -infodir | --infodir | --infodi | --infod | --info | --inf)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -localstatedir | --localstatedir | --localstatedi | --localstated \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --localstate | --localstat | --localsta | --localst \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --localstate=* | --localstat=* | --localsta=* | --localst=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Obsolete; use --without-fp.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -no-create | --no-create | --no-creat | --no-crea | --no-cre \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -no-recursion | --no-recursion | --no-recursio | --no-recursi \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-prefix | --program-prefix | --program-prefi | --program-pref \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-prefix=* | --program-prefix=* | --program-prefi=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-suffix | --program-suffix | --program-suffi | --program-suff \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-suffix=* | --program-suffix=* | --program-suffi=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-transform-name | --program-transform-name \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --program-transform-nam | --program-transform-na \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -program-transform-name=* | --program-transform-name=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --program-transform-nam=* | --program-transform-na=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --program-transform-n=* | --program-transform-=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -q | -quiet | --quiet | --quie | --qui | --qu | --q \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sharedstatedir | --sharedstatedir | --sharedstatedi \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --sharedst | --shareds | --shared | --share | --shar \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -target | --target | --targe | --targ | --tar | --ta | --t)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
8a6b21bbf4ce4b186b37c9f3623a198acd13b950Dav Glass -v | -verbose | --verbose | --verbos | --verbo | --verb)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -version | --version | --versio | --versi | --vers)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "configure generated by autoconf version 2.13"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Reject names that are not valid shell variable names.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass eval "with_${ac_package}='$ac_optarg'" ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_package=`echo $ac_option|sed -e 's/-*without-//'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Reject names that are not valid shell variable names.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass eval "with_${ac_package}=no" ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Obsolete; use --with-x.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -x-libraries | --x-libraries | --x-librarie | --x-librari \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
8a6b21bbf4ce4b186b37c9f3623a198acd13b950Dav Glass | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "configure: warning: $ac_option: invalid host type" 1>&2
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$ac_prev"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# File descriptor usage:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 0 standard input
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 1 file creation
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 2 errors and warnings
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 3 some systems may open it to /dev/tty
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 4 used on the Kubota Titan
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 6 checking for... messages and results
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# 5 compiler messages saved in config.log
8a6b21bbf4ce4b186b37c9f3623a198acd13b950Dav GlassThis file contains any messages produced by compilers while
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassrunning configure, to aid debugging if configure makes a mistake.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Strip out --no-create and --no-recursion so they do not pile up.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Also quote any args containing shell metacharacters.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -no-create | --no-create | --no-creat | --no-crea | --no-cre \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass -no-recursion | --no-recursion | --no-recursio | --no-recursi \
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_configure_args="$ac_configure_args '$ac_arg'" ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass *) ac_configure_args="$ac_configure_args $ac_arg" ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# NLS nuisances.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Only set these to C if already set. These must not be set unconditionally
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# because not all systems understand e.g. LANG=C (notably SCO).
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Non-C LC_CTYPE values break the ctype check.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "${LANG+set}" = set; then LANG=C; export LANG; fi
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# confdefs.h avoids OS command line length limits that DEFS can exceed.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AIX cpp loses on an empty file, so make sure it contains at least a newline.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# A filename unique to this package, relative to the directory that
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# configure is in, which we can look for to find out if srcdir is correct.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Find the source files, if location was not specified.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -z "$srcdir"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Try the directory containing this script, then its parent.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasssrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Prefer explicitly selected file to automatically selected ones.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -z "$CONFIG_SITE"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -r "$ac_site_file"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "loading site script $ac_site_file"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -r "$cache_file"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "loading cache $cache_file"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo "creating cache $cache_file"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -z "$ac_aux_dir"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Make sure we can run config.sub.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasselse { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho $ac_n "checking host system type""... $ac_c" 1>&6
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho "configure:945: checking host system type" >&5
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasshost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasshost_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasshost_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasshost_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho "configure:967: checking whether ${MAKE-make} sets \${MAKE}" >&5
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass @echo 'ac_maketemp="${MAKE}"'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasseval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$ac_maketemp"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Extract the first word of "ranlib", so it can be a program name with args.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test -n "$RANLIB"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$RANLIB"; then
346b04e61cfa391532ea139b334fc5cc81d1ba39Dav Glass# Find a good install program. We prefer a C program (faster),
d60f68a8534f619bb0a3e59eea03a84a2f69021dDav Glass# so one script is as good as another. But avoid the broken or
d60f68a8534f619bb0a3e59eea03a84a2f69021dDav Glass# incompatible versions:
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# AFS /usr/afsws/bin/install, which mishandles nonexistent args
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# ./install, which can be erroneously created by make from ./install.sh.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho "configure:1035: checking for a BSD compatible install" >&5
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -z "$INSTALL"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Account for people who put trailing slashes in PATH elements.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # OSF1 and SCO ODT 3.0 have their own names for install.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # Don't use installbsd from OSF since it installs stuff as root
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # by default.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # AIX install. It has an incompatible calling convention.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if test "${ac_cv_path_install+set}" = set; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # As a last resort, use the slow shell script. We don't cache a
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # path for INSTALL within a source directory, because that will
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # break other packages using the cache if that directory is
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass # removed, or if the path is relative.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# It thinks the first close brace ends the variable substitution.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Extract the first word of "ar", so it can be a program name with args.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_AR="$AR" # Let the user override the test with a path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$AR"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# The POSIX ln(1) program. Non-POSIX systems may substitute
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# "copy" or something.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassar program not found. Please fix your PATH to include the directory in
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasswhich ar resides, or set AR in the environment with the full path to ar.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Extract the first word of "$ac_prog", so it can be a program name with args.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_path_ETAGS'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a dos path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$ETAGS"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstest -n "$ETAGS" && break
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Some systems, e.g. RH7, have the Exuberant Ctags etags instead of
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# GNU emacs etags, and it requires the -L flag.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass echo $ac_n "checking for Exuberant Ctags etags""... $ac_c" 1>&6
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassecho "configure:1197: checking for Exuberant Ctags etags" >&5
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass if $ETAGS --version 2>&1 | grep 'Exuberant Ctags' >/dev/null 2>&1; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Perl is optional; it is used only by some of the system test scripts.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Extract the first word of "$ac_prog", so it can be a program name with args.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glassif test -n "$PERL"; then
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glasstest -n "$PERL" && break
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# Special processing of paths depending on whether --prefix,
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# --sysconfdir or --localstatedir arguments were given. What's
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# desired is some compatability with the way previous versions
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# of BIND built; they defaulted to /usr/local for most parts of
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# the installation, but named.boot/named.conf was in /etc
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# and named.pid was in /var/run.
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# So ... if none of --prefix, --sysconfdir or --localstatedir are
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# specified, set things up that way. If --prefix is given, use
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# it for sysconfdir and localstatedir the way configure normally
76ca635d61eb3f9fb7c9d788a44fa8b1690aa138Dav Glass# would. To change the prefix for everything but leave named.conf
d60f68a8534f619bb0a3e59eea03a84a2f69021dDav Glass# in /etc or named.pid in /var/run, then do this the usual configure way:
# To put named.conf and named.pid in /usr/local with everything else,
NONE)
*-solaris*)
if test -f "$ac_dir/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
if test -z "$CC"; then
if test -n "$CC"; then
if test -n "$CC"; then
ac_ext=c
if { (eval echo configure:1491: \"$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:1517: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
GCC=
if test "$ac_test_CFLAGS" = set; then
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:1743: \"$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 { (eval echo configure:1952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
yes)
yes)
no)
no)
yes)
no)
if { (eval echo configure:2263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
no)
use_openssl=$d
{ echo "configure: error: OpenSSL was not found in any of $openssldirs; use --with-openssl=/path" 1>&2; exit 1; }
if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
# DST_GSSAPI_INC="-I$use_gssapi/include"
# DNS_GSSAPI_LIBS="-L$use_gssapi/lib -lgssapi_krb5"
# AC_MSG_RESULT(using gssapi from $use_gssapi/lib and $use_gssapi/include)
*-openbsd*)
if test -r $devrandom; then
eval "ac_cv_file_$ac_safe=yes"
eval "ac_cv_file_$ac_safe=no"
yes)
no)
use_threads=true ;;
use_threads=false ;;
use_threads=true ;;
use_threads=true ;;
use_threads=false ;;
use_threads=true ;;
use_threads=true ;;
use_threads=false ;;
*-netbsd*)
use_threads=false ;;
*-openbsd*)
use_threads=false ;;
*-freebsd*)
use_threads=false ;;
*-bsdi*)
use_threads=false ;;
*-linux*)
use_threads=false ;;
use_threads=false ;;
yes)
use_threads=true
no)
use_threads=false
if $use_threads
if $use_threads
*-netbsd*)
if $use_threads
if { (eval echo configure:2643: \"$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:2688: \"$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:2733: \"$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:2778: \"$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:2823: \"$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 $use_threads
if { (eval echo configure:2888: \"$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:2929: \"$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:2970: \"$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:3028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
if { (eval echo configure:3079: \"$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:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
*-freebsd*)
*-openbsd*)
*-solaris*)
*-solaris*)
if { (eval echo configure:3337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if $use_threads; then
*-solaris*)
if { (eval echo configure:3519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3576: \"$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:3623: \"$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"
no)
yes)
if test -n "$purify_path"; then
no)
yes)
NONE)
*-*-mingw*)
[\\/]* | [A-Za-z]:[\\/]*)
if test -z "$LD"; then
if test -n "$LD"; then
if test -n "$NM"; then
if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
beos*)
bsdi4*)
lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
freebsd*)
lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
gnu*)
irix5*)
lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
netbsd*)
newos6*)
solaris*)
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
ncr)
sni)
{ echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
*.c | *.o | *.obj) ;;
{ echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
aix*)
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
irix*)
mingw*)
lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
if { (eval echo configure:4386: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac_ext
if { (eval echo configure:4437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
if test -z "$lt_cv_sys_global_symbol_pipe"; then
if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; 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 -n "$file_magic_test_file"; then
if test -n "$MAGIC_CMD"; then
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
if test -n "$file_magic_test_file"; then
if test -n "$MAGIC_CMD"; then
if test -n "$RANLIB"; then
if test -n "$RANLIB"; then
if test -z "$ac_cv_prog_RANLIB"; then
if test -n "$ac_tool_prefix"; then
if test -n "$RANLIB"; then
if test -n "$RANLIB"; then
if test -n "$STRIP"; then
if test -n "$STRIP"; then
if test -z "$ac_cv_prog_STRIP"; then
if test -n "$ac_tool_prefix"; then
if test -n "$STRIP"; then
if test -n "$STRIP"; then
*-*-irix6*)
*N32*)
ac_ext=c
if { (eval echo configure:4851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_ext=c
libext=a
aix3*)
export COLLECT_NAMES
if test -n "$RANLIB"; then
if test -d .libs; then
aix*)
amigaos*)
solaris*)
sunos4*)
uts4*)
if test -z "$lt_cv_prog_cc_pic"; then
if test -s conftest.err; then
if test -n "$lt_cv_prog_cc_shlib"; then
echo "configure: warning: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2
if { (eval echo configure:5234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
cd conftest
chmod -w .
if { (eval echo configure:5284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# Append any errors to the config.log.
chmod u+w .
if test -s conftest.err; then
if test -s conftest.err; then
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
amigaos*)
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
beos*)
sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
test -f $output_objdir/impgen.exe || (cd $output_objdir && \
if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
else $CC -o impgen impgen.c ; fi)~
$output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
mingw*)
dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
# can override, but on older systems we have to supply one (in ltdll.c)
ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < [$]0 > $output_objdir/$soname-ltdll.c~
test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
$DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
$CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
$CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
netbsd*)
archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
sunos4*)
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
aix3*)
archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
if test -f "$collect2name" && \
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
amigaos*)
archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
freebsd1*)
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
# support. Future versions do this automatically, but an explicit c++rt0.o
freebsd2*)
freebsd*)
hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
netbsd*)
openbsd*)
os2*)
archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
osf3*)
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
solaris*)
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
sunos4*)
sysv5*)
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
uts4*)
dgux*)
if test -n "$hardcode_libdir_flag_spec" || \
test -n "$runpath_var"; then
# PORTME Fill in your ld.so characteristics
aix3*)
# With GCC up to 2.95.x, collect2 would create an import file
amigaos*)
# Create ${libname}_ixlibrary.a entries in /sys/libs.
finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
beos*)
bsdi4*)
# the default ld.so.conf also contains /usr/contrib/lib and
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
freebsd1*)
freebsd*)
freebsd-*)
freebsd2*)
gnu*)
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
# Give a soname corresponding to the major version so that dld.sl refuses to
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
irix5*)
netbsd*)
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
openbsd*)
os2*)
sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
solaris*)
sunos4*)
sni)
uts4*)
dgux*)
beos*)
if { (eval echo configure:6550: \"$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:6597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:6643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:6680: \"$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:6718: \"$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:6842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
lt_status=$?
if { (eval echo configure:6936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
lt_status=$?
linker_flags=-v
if { (eval echo configure:7007: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
# libtool distribution, otherwise you forgot to ship ltmain.sh
# no rules to generate ltmain.sh.
if test -f "$ltmain"; then
# `config.status --recheck' to rerun these tests and create the
if test -f "$ltmain"; then
eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
aix3*)
export COLLECT_NAMES
# /* ltdll.c starts here */
# #include <windows.h>
# #include <stdio.h>
# #include <cygwin/cygwin_dll.h>
# /* ltdll.c ends here */
# /* impgen.c starts here */
# #include <stdio.h> /* for printf() */
# #include <unistd.h> /* for open(), lseek(), read() */
# #include <fcntl.h> /* for O_RDONLY, O_BINARY */
# #include <string.h> /* for strdup() */
# /* impgen.c ends here */
O=lo
A=la
SA=a
yes)
no)
no)
yes)
no)
# Whether netinet6/in6.h is needed has to be defined in isc/platform.h.
yes)
if { (eval echo configure:7834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
no)
if { (eval echo configure:7960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:7997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:8027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:8803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:8851: \"$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___%'`
no)
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___%'`
{ echo "configure: error: cannot determine type of rlim_cur when cross compiling - define rlim_t" 1>&2; exit 1; }
if { (eval echo configure:9006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:9027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:9048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
yes)
yes)
yes)
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
yes)
if test -n "$OPENJADE"; then
test -n "$OPENJADE" && break
if test -n "$JADETEX"; then
test -n "$JADETEX" && break
if test -n "$PDFJADETEX"; then
test -n "$PDFJADETEX" && break
# Subroutine for searching for an ordinary file (e.g., a stylesheet)
SGMLCATALOG=$f
# Look for the HTML stylesheet html/docbook.dsl, used for
# Ditto for the print stylesheet print/docbook.dsl.
HTMLSTYLE=$f
PRINTSTYLE=$f
XMLDCL=$f
# Look for docbook2man-spec.pl
# 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
for ac_arg in $ac_configure_args; do
for ac_config_dir in lib/bind; do
if test ! -d $srcdir/$ac_config_dir; then
echo configuring in $ac_config_dir
if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
if test -f $ac_sub_srcdir/configure; then
elif test -f $ac_sub_srcdir/configure.in; then
/*) ac_sub_cache_file=$cache_file ;;
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
cd $ac_popdir
chmod a+x isc-config.sh