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

📄 configure

📁 Click is a modular router toolkit. To use it you ll need to know how to compile and install the sof
💻
📖 第 1 页 / 共 5 页
字号:
    sort)    echo    cat <<\_ASBOX## ----------------- #### Output variables. #### ----------------- ##_ASBOX    echo    for ac_var in $ac_subst_vars    do      eval ac_val=\$$ac_var      case $ac_val in      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;      esac      echo "$ac_var='\''$ac_val'\''"    done | sort    echo    if test -n "$ac_subst_files"; then      cat <<\_ASBOX## ------------------- #### File substitutions. #### ------------------- ##_ASBOX      echo      for ac_var in $ac_subst_files      do	eval ac_val=\$$ac_var	case $ac_val in	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;	esac	echo "$ac_var='\''$ac_val'\''"      done | sort      echo    fi    if test -s confdefs.h; then      cat <<\_ASBOX## ----------- #### confdefs.h. #### ----------- ##_ASBOX      echo      cat confdefs.h      echo    fi    test "$ac_signal" != 0 &&      echo "$as_me: caught signal $ac_signal"    echo "$as_me: exit $exit_status"  } >&5  rm -f core *.core core.conftest.* &&    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&    exit $exit_status' 0for ac_signal in 1 2 13 15; do  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signaldoneac_signal=0# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -f -r conftest* confdefs.h# Predefined preprocessor variables.cat >>confdefs.h <<_ACEOF#define PACKAGE_NAME "$PACKAGE_NAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_TARNAME "$PACKAGE_TARNAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_VERSION "$PACKAGE_VERSION"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_STRING "$PACKAGE_STRING"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"_ACEOF# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -n "$CONFIG_SITE"; then  set x "$CONFIG_SITE"elif test "x$prefix" != xNONE; then  set x "$prefix/share/config.site" "$prefix/etc/config.site"else  set x "$ac_default_prefix/share/config.site" \	"$ac_default_prefix/etc/config.site"fishiftfor ac_site_filedo  if test -r "$ac_site_file"; then    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}    sed 's/^/| /' "$ac_site_file" >&5    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  # Some versions of bash will fail to source /dev/null (special  # files actually), so we avoid doing that.  if test -f "$cache_file"; then    { echo "$as_me:$LINENO: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}    case $cache_file in      [\\/]* | ?:[\\/]* ) . "$cache_file";;      *)                      . "./$cache_file";;    esac  fielse  { echo "$as_me:$LINENO: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}  >$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in $ac_precious_vars; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val=\$ac_cv_env_${ac_var}_value  eval ac_new_val=\$ac_env_${ac_var}_value  case $ac_old_set,$ac_new_set in    set,)      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,set)      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,);;    *)      if test "x$ac_old_val" != "x$ac_new_val"; then	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5echo "$as_me:   current value: $ac_new_val" >&2;}	ac_cache_corrupted=:      fi;;  esac  # Pass precious variables to config.status.  if test "$ac_new_set" = set; then    case $ac_new_val in    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;    *) ac_arg=$ac_var=$ac_new_val ;;    esac    case " $ac_configure_args " in      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuCLICKPACKAGENAME=sample# Check whether --with-click was given.if test "${with_click+set}" = set; then  withval=$with_click; clickprefix=$withval; if test -z "$withval" -o "$withval" = yes; then clickprefix=$prefix; fielse  clickprefix=NONEfitest "x$prefix" = xNONE && prefix=$ac_default_prefixtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'test "x$clickprefix" != xNONE -a "x$prefix" = xNONE && prefix="$clickprefix"test "x$clickprefix" = xNONE && clickprefix="$prefix"clickdatadir="${clickprefix}/share/click"if test ! -r $clickdatadir/config.mk; then    { { echo "$as_me:$LINENO: error:=============================================='$clickdatadir/config.mk' not found.Are you sure '$clickprefix' is a Click install directory?==============================================" >&5echo "$as_me: error:=============================================='$clickdatadir/config.mk' not found.Are you sure '$clickprefix' is a Click install directory?==============================================" >&2;}   { (exit 1); exit 1; }; }fi. $clickdatadir/config.mkonezero () {    { [ "$1" = yes ] && echo 1; } || echo 0}# Check whether --enable-userlevel was given.if test "${enable_userlevel+set}" = set; then  enableval=$enable_userlevel; BUILD_USERLEVEL=`onezero $enableval`else  BUILD_USERLEVEL=$CLICK_HAVE_USERLEVEL_DRIVERfi# Check whether --enable-linuxmodule was given.if test "${enable_linuxmodule+set}" = set; then  enableval=$enable_linuxmodule; BUILD_LINUXMODULE=`onezero $enableval`else  BUILD_LINUXMODULE=$CLICK_HAVE_LINUXMODULE_DRIVERfi# Check whether --enable-bsdmodule was given.if test "${enable_bsdmodule+set}" = set; then  enableval=$enable_bsdmodule; BUILD_BSDMODULE=`onezero $enableval`else  BUILD_BSDMODULE=$CLICK_HAVE_BSDMODULE_DRIVERfiac_config_files="$ac_config_files Makefile"cat >confcache <<\_ACEOF# This file is a shell script that caches the results of configure# tests run on this system so they can be shared between configure# scripts and configure runs, see configure's option --config-cache.# It is not useful on other systems.  If it contains results you don't# want to keep, you may remove or edit it.## config.status only pays attention to the cache file if you give it# the --recheck option to rerun configure.## `ac_cv_env_foo' variables (set or unset) will be overridden when# loading this file, other *unset* `ac_cv_foo' will be assigned the# following values._ACEOF# The following way of writing the cache mishandles newlines in values,# but we know of no workaround that is simple, portable, and efficient.# So, we kill variables containing newlines.# Ultrix sh set writes to stderr and can't be redirected directly,# and sets the high bit in the cache file unless we assign to the vars.(  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do    eval ac_val=\$$ac_var    case $ac_val in #(    *${as_nl}*)      case $ac_var in #(      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;      esac      case $ac_var in #(      _ | IFS | as_nl) ;; #(      *) $as_unset $ac_var ;;      esac ;;    esac  done  (set) 2>&1 |    case $as_nl`(ac_space=' '; set) 2>&1` in #(    *${as_nl}ac_space=\ *)      # `set' does not quote correctly, so add quotes (double-quote      # substitution turns \\\\ into \\, and sed turns \\ into \).      sed -n \	"s/'/'\\\\''/g;	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"      ;; #(    *)      # `set' quotes correctly as required by POSIX, so do not add quotes.      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"      ;;    esac |    sort) |  sed '     /^ac_cv_env_/b end     t clear     :clear     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/     t end     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/     :end' >>confcacheif diff "$cache_file" confcache >/dev/null 2>&1; then :; else  if test -w "$cache_file"; then    test "x$cache_file" != "x/dev/null" &&      { echo "$as_me:$LINENO: updating cache $cache_file" >&5echo "$as_me: updating cache $cache_file" >&6;}    cat confcache >$cache_file  else    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5echo "$as_me: not updating unwritable cache $cache_file" >&6;}  fifirm -f confcachetest "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# Transform confdefs.h into DEFS.# Protect against shell expansion while executing Makefile rules.# Protect against Makefile macro expansion.## If the first sed substitution is executed (which looks for macros that# take arguments), then branch to the quote section.  Otherwise,# look for a macro that doesn't take arguments.ac_script='t clear:clears/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/gt quotes/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/gt quoteb any:quotes/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/gs/\[/\\&/gs/\]/\\&/gs/\$/$$/gH:any${	g	s/^\n//	s/\n/ /g	p}'DEFS=`sed -n "$ac_script" confdefs.h`ac_libobjs=ac_ltlibobjs=for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  # 1. Remove the extension, and $U if already installed.  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'  ac_i=`echo "$ac_i" | sed "$ac_script"`  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR  #    will be set to the directory where LIBOBJS objects are built.  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'doneLIBOBJS=$ac_libobjsLTLIBOBJS=$ac_ltlibobjs: ${CONFIG_STATUS=./config.status}ac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files $CONFIG_STATUS"{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5echo "$as_me: creating $CONFIG_STATUS" >&6;}cat >$CONFIG_STATUS <<_ACEOF#! $SHELL# Generated by $as_me.# Run this file to recreate the current configuration.# Compiler output produced by configure, useful for debugging# configure, is in config.log if it exists.debug=falseac_cs_recheck=falseac_cs_silent=falseSHELL=\${CONFIG_SHELL-$SHELL}_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF## --------------------- #### M4sh Initialization.  #### --------------------- ### Be more Bourne compatibleDUALCASE=1; export DUALCASE # for MKS shif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  emulate sh  NULLCMD=:  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  # is contrary to our usage.  Disable this feature.  alias -g '${1+"$@"}'='"$@"'  setopt NO_GLOB_SUBSTelse  case `(set -o) 2>/dev/null` in  *posix*) set -o posix ;;esacfi# PATH needs CR# Avoid depending upon Character Ranges.as_cr_letters='abcdefghijklmnopqrstuvwxyz'as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'as_cr_Letters=$as_cr_letters$as_cr_LETTERSas_cr_digits='0123456789'as_cr_alnum=$as_cr_Letters$as_cr_digits# The user is always right.if test "${PATH_SEPARATOR+set}" != set; then  echo "#! /bin/sh" >conf$$.sh  echo  "exit 0"   >>conf$$.sh  chmod +x conf$$.sh  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then

⌨️ 快捷键说明

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