亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? GCC資料大全
??
?? 第 1 頁 / 共 5 頁
字號:
ac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  elif test -f $ac_dir/shtool; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}   { (exit 1); exit 1; }; }fiac_config_guess="$SHELL $ac_aux_dir/config.guess"ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 ||  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;}   { (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" &&  ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" &&  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_host_alias=$host_aliastest -z "$ac_cv_host_alias" &&  ac_cv_host_alias=$ac_cv_build_aliasac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6host=$ac_cv_hosthost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking target system type" >&5echo $ECHO_N "checking target system type... $ECHO_C" >&6if test "${ac_cv_target+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_target_alias=$target_aliastest "x$ac_cv_target_alias" = "x" &&  ac_cv_target_alias=$ac_cv_host_aliasac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_target" >&5echo "${ECHO_T}$ac_cv_target" >&6target=$ac_cv_targettarget_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`# The aliases save the names the user supplied, while $host etc.# will get canonicalized.test -n "$target_alias" &&  test "$program_prefix$program_suffix$program_transform_name" = \    NONENONEs,x,x, &&  program_prefix=${target_alias}-am__api_version="1.6"# 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'echo "$as_me:$LINENO: checking whether build environment is sane" >&5echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6# Just in casesleep 1echo timestamp > conftest.file# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftest.file`   fi   rm -f conftest.file   if test "$*" != "X $srcdir/configure conftest.file" \      && test "$*" != "X conftest.file $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&5echo "$as_me: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&2;}   { (exit 1); exit 1; }; }   fi   test "$2" = conftest.file   )then   # Ok.   :else   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!Check your system clock" >&5echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6test "$program_prefix" != NONE &&  program_transform_name="s,^,$program_prefix,;$program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&  program_transform_name="s,\$,$program_suffix,;$program_transform_name"# Double any \ or $.  echo might interpret backslashes.# By default was `s,x,x', remove it if useless.cat <<\_ACEOF >conftest.seds/[\\$]/&&/g;s/;s,x,x,$//_ACEOFprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`rm conftest.sed# expand $ac_aux_dir to an absolute patham_aux_dir=`cd $ac_aux_dir && pwd`test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"# Use eval to expand $SHELLif eval "$MISSING --run true"; then  am_missing_run="$MISSING --run "else  am_missing_run=  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}fifor ac_prog in gawk mawk nawk awkdo  # 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_prog_AWK+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$AWK"; then  ac_cv_prog_AWK="$AWK" # 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_AWK="$ac_prog"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; then  echo "$as_me:$LINENO: result: $AWK" >&5echo "${ECHO_T}$AWK" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$AWK" && breakdoneecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFall:	@echo 'ac_maketemp="$(MAKE)"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"fi # test to see if srcdir already configuredif test "`cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }fi# Define the identity of the package. PACKAGE=module-init-tools VERSION="3.0"cat >>confdefs.h <<_ACEOF#define PACKAGE "$PACKAGE"_ACEOFcat >>confdefs.h <<_ACEOF#define VERSION "$VERSION"_ACEOF# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}AMTAR=${AMTAR-"${am_missing_run}tar"}install_sh=${install_sh-"$am_aux_dir/install-sh"}# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.if test "$cross_compiling" != no; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.set dummy ${ac_tool_prefix}strip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$STRIP"; then  ac_cv_prog_STRIP="$STRIP" # 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_STRIP="${ac_tool_prefix}strip"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiSTRIP=$ac_cv_prog_STRIP

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩视频一区二区| 久久久亚洲午夜电影| 国产在线精品一区二区| 国产精品人人做人人爽人人添| 欧美中文字幕一二三区视频| 国产成人精品一区二区三区四区| 亚洲最大色网站| 国产精品天美传媒| 日韩欧美区一区二| 欧美天堂一区二区三区| 成人一区二区三区中文字幕| 日本特黄久久久高潮| 亚洲一区二区三区激情| 国产精品毛片a∨一区二区三区| 日韩你懂的在线观看| 欧美日韩在线三级| 美日韩一区二区| 亚洲超碰97人人做人人爱| 91久久精品网| 91亚洲精品久久久蜜桃网站| 国产在线麻豆精品观看| 免费精品99久久国产综合精品| 一区二区三区毛片| 亚洲欧洲一区二区三区| 欧美激情资源网| 精品黑人一区二区三区久久 | 成人免费视频一区| 久久不见久久见中文字幕免费| 亚洲国产日产av| 一级日本不卡的影视| 亚洲婷婷综合色高清在线| 欧美国产精品中文字幕| 国产精品日产欧美久久久久| 日本免费新一区视频 | 国产激情视频一区二区三区欧美| 奇米在线7777在线精品| 日韩国产一区二| 日韩在线一区二区| 日韩在线一二三区| 免费人成网站在线观看欧美高清| 视频一区免费在线观看| 性做久久久久久久久| 午夜精品福利久久久| 日韩高清在线一区| 久久99精品视频| 国产精品一区不卡| 东方aⅴ免费观看久久av| 成人毛片老司机大片| 国产999精品久久久久久| 豆国产96在线|亚洲| 91色在线porny| 欧美手机在线视频| 日韩欧美国产1| 久久蜜桃一区二区| 亚洲婷婷在线视频| 亚洲成年人影院| 青青青伊人色综合久久| 国产乱人伦偷精品视频不卡| 成人精品视频一区二区三区| 色婷婷av一区| 日韩午夜中文字幕| 精品欧美久久久| 国产精品久久久久7777按摩| 一区二区三区免费网站| 日韩vs国产vs欧美| 国产成人8x视频一区二区| 色老综合老女人久久久| 日韩一卡二卡三卡| 国产精品视频麻豆| 亚洲大片在线观看| 精品在线免费视频| 91在线视频播放地址| 欧美另类videos死尸| 国产夜色精品一区二区av| 中文字幕在线不卡| 青椒成人免费视频| 成人国产精品免费观看视频| 欧美日韩高清一区二区不卡| 久久精品人人做| 亚洲一区日韩精品中文字幕| 久久av老司机精品网站导航| 色哟哟精品一区| 欧美精品一区二区三区久久久 | 亚洲电影第三页| 国产成人aaa| 69堂精品视频| 国产精品成人午夜| 日韩和欧美一区二区三区| 国产成人午夜精品影院观看视频| 91福利在线看| 欧美国产精品一区二区三区| 丝袜美腿亚洲综合| av在线不卡免费看| 日韩一区二区三区免费观看| 日韩理论片在线| 国产另类ts人妖一区二区| 欧美性欧美巨大黑白大战| 国产偷国产偷精品高清尤物| 五月婷婷色综合| 91亚洲精品久久久蜜桃| 国产午夜精品一区二区三区嫩草| 亚洲1区2区3区视频| 99久久亚洲一区二区三区青草| 精品久久一区二区三区| 亚洲国产一区二区在线播放| 不卡的电影网站| 久久奇米777| 理论电影国产精品| 欧美浪妇xxxx高跟鞋交| 亚洲精品视频自拍| av一区二区三区四区| 国产亚洲短视频| 国产综合色在线| 欧美电视剧免费全集观看| 天天综合网天天综合色| 欧美性大战久久久久久久| 亚洲同性同志一二三专区| 粉嫩高潮美女一区二区三区| 久久综合精品国产一区二区三区| 日产精品久久久久久久性色| 欧洲另类一二三四区| 亚洲日本韩国一区| 99久久777色| 亚洲欧洲韩国日本视频| 成人精品国产免费网站| 欧美激情一区二区三区不卡| 国产精品一线二线三线| 久久久久国产成人精品亚洲午夜| 毛片av一区二区| 日韩午夜av电影| 蜜臀久久99精品久久久久久9| 欧美一区二区视频网站| 日本中文在线一区| 制服丝袜在线91| 欧美bbbbb| 日韩精品在线看片z| 精品无人码麻豆乱码1区2区| 久久这里只精品最新地址| 国产乱码精品一区二区三 | 国产午夜精品一区二区三区嫩草 | 制服丝袜中文字幕一区| 蜜臀av性久久久久蜜臀av麻豆| 日韩欧美一级二级| 国内成人精品2018免费看| 精品动漫一区二区三区在线观看| 黄色资源网久久资源365| 久久毛片高清国产| 不卡在线观看av| 亚洲一区在线播放| 欧美一卡2卡三卡4卡5免费| 久久精品国产免费| 国产亲近乱来精品视频| 99re这里只有精品首页| 亚洲一区二区三区四区中文字幕| 欧美日韩国产系列| 久久精品av麻豆的观看方式| 国产三级久久久| 在线观看亚洲一区| 男女男精品视频网| 久久久亚洲国产美女国产盗摄| 成人黄色软件下载| 亚洲大片免费看| 欧美va亚洲va香蕉在线| 丰满白嫩尤物一区二区| 亚洲国产综合91精品麻豆| 日韩视频在线你懂得| 成人网在线播放| 亚洲福利视频导航| 久久久综合视频| 色婷婷综合久久久| 麻豆91精品视频| 成人欧美一区二区三区在线播放| 欧美图区在线视频| 国产一区二区中文字幕| 亚洲免费视频成人| 日韩女优av电影| 91视频观看视频| 国产综合久久久久久鬼色| 一区二区在线观看视频| 日韩精品中文字幕在线不卡尤物| 不卡av在线网| 日本欧洲一区二区| 日韩一区欧美一区| 2021中文字幕一区亚洲| 欧美伊人久久久久久久久影院| 国产精品一级黄| 爽好久久久欧美精品| 欧美国产日韩精品免费观看| 69av一区二区三区| 97精品超碰一区二区三区| 麻豆成人久久精品二区三区小说| 亚洲视频一区在线观看| 精品久久人人做人人爱| 91福利精品视频| 国产成人精品网址| 日本在线观看不卡视频| 怡红院av一区二区三区| 国产精品乱人伦| 久久午夜色播影院免费高清| 91麻豆精品国产91|