⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 bind 9.3结合mysql数据库
💻
📖 第 1 页 / 共 5 页
字号:
set dummy ${ac_tool_prefix}ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_RANLIB+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiRANLIB=$ac_cv_prog_RANLIBif test -n "$RANLIB"; then  echo "$as_me:$LINENO: result: $RANLIB" >&5echo "${ECHO_T}$RANLIB" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_RANLIB"; then  ac_ct_RANLIB=$RANLIB  # Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_RANLIB"; then  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_ac_ct_RANLIB="ranlib"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"fifiac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIBif test -n "$ac_ct_RANLIB"; then  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5echo "${ECHO_T}$ac_ct_RANLIB" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  RANLIB=$ac_ct_RANLIBelse  RANLIB="$ac_cv_prog_RANLIB"fi# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  # Account for people who put trailing slashes in PATH elements.case $as_dir/ in  ./ | .// | /cC/* | \  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \  /usr/ucb/* ) ;;  *)    # OSF1 and SCO ODT 3.0 have their own names for install.    # Don't use installbsd from OSF since it installs stuff as root    # by default.    for ac_prog in ginstall scoinst install; do      for ac_exec_ext in '' $ac_executable_extensions; do	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then	  if test $ac_prog = install &&	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  elif test $ac_prog = install &&	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # program-specific install script used by HP pwplus--don't use.	    :	  else	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"	    break 3	  fi	fi      done    done    ;;esacdonefi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  We don't cache a    # path for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the path is relative.    INSTALL=$ac_install_sh  fifiecho "$as_me:$LINENO: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'# Extract the first word of "ar", so it can be a program name with args.set dummy ar; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_AR+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $AR in  [\\/]* | ?:[\\/]*)  ac_cv_path_AR="$AR" # Let the user override the test with a path.  ;;  *)  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  ;;esacfiAR=$ac_cv_path_ARif test -n "$AR"; then  echo "$as_me:$LINENO: result: $AR" >&5echo "${ECHO_T}$AR" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fiARFLAGS="cruv"# The POSIX ln(1) program.  Non-POSIX systems may substitute# "copy" or something.LN=lncase "$AR" in	"")		{ { echo "$as_me:$LINENO: error:ar program not found.  Please fix your PATH to include the directory inwhich ar resides, or set AR in the environment with the full path to ar." >&5echo "$as_me: error:ar program not found.  Please fix your PATH to include the directory inwhich ar resides, or set AR in the environment with the full path to ar." >&2;}   { (exit 1); exit 1; }; }		;;esac## Etags.#for ac_prog in etags emacs-etagsdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ETAGS+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $ETAGS in  [\\/]* | ?:[\\/]*)  ac_cv_path_ETAGS="$ETAGS" # Let the user override the test with a path.  ;;  *)  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_path_ETAGS="$as_dir/$ac_word$ac_exec_ext"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  ;;esacfiETAGS=$ac_cv_path_ETAGSif test -n "$ETAGS"; then  echo "$as_me:$LINENO: result: $ETAGS" >&5echo "${ECHO_T}$ETAGS" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ETAGS" && breakdone## Some systems, e.g. RH7, have the Exuberant Ctags etags instead of# GNU emacs etags, and it requires the -L flag.#if test "X$ETAGS" != "X"; then	echo "$as_me:$LINENO: checking for Exuberant Ctags etags" >&5echo $ECHO_N "checking for Exuberant Ctags etags... $ECHO_C" >&6	if $ETAGS --version 2>&1 | grep 'Exuberant Ctags' >/dev/null 2>&1; then		echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6		ETAGS="$ETAGS -L"	else		echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6	fifi## Perl is optional; it is used only by some of the system test scripts.#for ac_prog in perl5 perldo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_PERL+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  case $PERL in  [\\/]* | ?:[\\/]*)  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.  ;;  *)  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedone  ;;esacfiPERL=$ac_cv_path_PERLif test -n "$PERL"; then  echo "$as_me:$LINENO: result: $PERL" >&5echo "${ECHO_T}$PERL" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$PERL" && breakdone## isc/list.h and others clash with the rest of BIND 9#case "$includedir" in	'${prefix}/include')		includedir='${prefix}/bind/include'		;;esaccase "$libdir" in	'${prefix}/lib')		libdir='${prefix}/bind/lib'		;;esac## Make sure INSTALL uses an absolute path, else it will be wrong in all# Makefiles, since they use make/rules.in and INSTALL will be adjusted by# configure based on the location of the file where it is substituted.# Since in BIND9 INSTALL is only substituted into make/rules.in, an immediate# subdirectory of install-sh, This relative path will be wrong for all# directories more than one level down from install-sh.#case "$INSTALL" in	/*)                ;;        *)                #                # Not all systems have dirname.                #                ac_dir="`echo $INSTALL | sed 's%/[^/]*$%%'`"                ac_prog="`echo $INSTALL | sed 's%.*/%%'`"                test "$ac_dir" = "$ac_prog" && ac_dir=.                test -d "$ac_dir" && ac_dir="`(cd \"$ac_dir\" && pwd)`"                INSTALL="$ac_dir/$ac_prog"                ;;esac## On these hosts, we really want to use cc, not gcc, even if it is# found.  The gcc that these systems have will not correctly handle# pthreads.## However, if the user sets $CC to be something, let that override# our change.#if test "X$CC" = "X" ; then	case "$host" in		*-dec-osf*)			CC="cc"			;;		*-solaris*)                        # Use Sun's cc if it is available, but watch                        # out for /usr/ucb/cc; it will never be the right                        # compiler to use.                        #                        # If setting CC here fails, the AC_PROG_CC done                       

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -