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

📄 configure

📁 用于嵌入式Linux系统的标准C的库函数
💻
📖 第 1 页 / 共 5 页
字号:
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.set dummy ${ac_tool_prefix}as; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1267: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$AS"; then  ac_cv_prog_AS="$AS" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_AS="${ac_tool_prefix}as"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"fifiAS="$ac_cv_prog_AS"if test -n "$AS"; then  echo "$ac_t""$AS" 1>&6else  echo "$ac_t""no" 1>&6fi# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.set dummy ${ac_tool_prefix}ar; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1299: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$AR"; then  ac_cv_prog_AR="$AR" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_AR="${ac_tool_prefix}ar"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"fifiAR="$ac_cv_prog_AR"if test -n "$AR"; then  echo "$ac_t""$AR" 1>&6else  echo "$ac_t""no" 1>&6fi# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.set dummy ${ac_tool_prefix}ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1331: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"      break    fi  done  IFS="$ac_save_ifs"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; then  echo "$ac_t""$RANLIB" 1>&6else  echo "$ac_t""no" 1>&6fiif test -z "$ac_cv_prog_RANLIB"; thenif test -n "$ac_tool_prefix"; then  # Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1363: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RANLIB="ranlib"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; then  echo "$ac_t""$RANLIB" 1>&6else  echo "$ac_t""no" 1>&6fielse  RANLIB=":"fifi# 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# 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"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:1408: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"  for ac_dir in $PATH; do    # Account for people who put trailing slashes in PATH elements.    case "$ac_dir/" in    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/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        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_IFS"fi  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 "$ac_t""$INSTALL" 1>&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_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6echo "configure:1462: checking whether to enable maintainer-specific portions of Makefiles" >&5    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.if test "${enable_maintainer_mode+set}" = set; then  enableval="$enable_maintainer_mode"  USE_MAINTAINER_MODE=$enablevalelse  USE_MAINTAINER_MODE=nofi  echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6  if test $USE_MAINTAINER_MODE = yes; then  MAINTAINER_MODE_TRUE=  MAINTAINER_MODE_FALSE='#'else  MAINTAINER_MODE_TRUE='#'  MAINTAINER_MODE_FALSE=fi  MAINT=$MAINTAINER_MODE_TRUE  # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,# at least currently, we never actually build a program, so we never# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally# fails, because we are probably configuring with a cross compiler# which can't create executables.  So we include AC_EXEEXT to keep# automake happy, but we don't execute it, since we don't care about# the result.if false; then  echo $ac_n "checking for executable suffix""... $ac_c" 1>&6echo "configure:1496: checking for executable suffix" >&5if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then  ac_cv_exeext=.exeelse  rm -f conftest*  echo 'int main () { return 0; }' > conftest.$ac_ext  ac_cv_exeext=  if { (eval echo configure:1506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then    for file in conftest.*; do      case $file in      *.c | *.o | *.obj) ;;      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;      esac    done  else    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }  fi  rm -f conftest*  test x"${ac_cv_exeext}" = x && ac_cv_exeext=nofifiEXEEXT=""test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}echo "$ac_t""${ac_cv_exeext}" 1>&6ac_exeext=$EXEEXTfi. ${newlib_basedir}/configure.hostnewlib_cflags="${newlib_cflags} -fno-builtin"NEWLIB_CFLAGS=${newlib_cflags}LDFLAGS=${ldflags}if test x${newlib_elix_level} = x0; then  ELIX_LEVEL_0_TRUE=  ELIX_LEVEL_0_FALSE='#'else  ELIX_LEVEL_0_TRUE='#'  ELIX_LEVEL_0_FALSE=fiif test x${newlib_elix_level} = x1; then  ELIX_LEVEL_1_TRUE=  ELIX_LEVEL_1_FALSE='#'else  ELIX_LEVEL_1_TRUE='#'  ELIX_LEVEL_1_FALSE=fiif test x${newlib_elix_level} = x2; then  ELIX_LEVEL_2_TRUE=  ELIX_LEVEL_2_FALSE='#'else  ELIX_LEVEL_2_TRUE='#'  ELIX_LEVEL_2_FALSE=fiif test x${newlib_elix_level} = x3; then  ELIX_LEVEL_3_TRUE=  ELIX_LEVEL_3_FALSE='#'else  ELIX_LEVEL_3_TRUE='#'  ELIX_LEVEL_3_FALSE=fiif test x${newlib_elix_level} = x4; then  ELIX_LEVEL_4_TRUE=  ELIX_LEVEL_4_FALSE='#'else  ELIX_LEVEL_4_TRUE='#'  ELIX_LEVEL_4_FALSE=fiif test x${use_libtool} = xyes; then  USE_LIBTOOL_TRUE=  USE_LIBTOOL_FALSE='#'else  USE_LIBTOOL_TRUE='#'  USE_LIBTOOL_FALSE=fi# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we# use oext, which is set in configure.host based on the target platform.OBJEXT=${oext}if test "${use_libtool}" = "yes"; then# Check whether --enable-shared or --disable-shared was given.if test "${enable_shared+set}" = set; then  enableval="$enable_shared"  p=${PACKAGE-default}case $enableval inyes) enable_shared=yes ;;no) enable_shared=no ;;*)  enable_shared=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_shared=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_shared=yesfi# Check whether --enable-static or --disable-static was given.if test "${enable_static+set}" = set; then  enableval="$enable_static"  p=${PACKAGE-default}case $enableval inyes) enable_static=yes ;;no) enable_static=no ;;*)  enable_static=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_static=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_static=yesfi# Check whether --enable-fast-install or --disable-fast-install was given.if test "${enable_fast_install+set}" = set; then  enableval="$enable_fast_install"  p=${PACKAGE-default}case $enableval inyes) enable_fast_install=yes ;;no) enable_fast_install=no ;;*)  enable_fast_install=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_fast_install=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_fast_install=yesfi# Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6

⌨️ 快捷键说明

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