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

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

?? status.m4

?? autoconf 2.59版,可用于redhat系統(tǒng).用于編譯原碼,編寫makefile文件.
?? M4
?? 第 1 頁(yè) / 共 4 頁(yè)
字號(hào):
m4_ifval([$1],	 [AC_CONFIG_FILES([$1])])dnlm4_ifval([$2$3],	 [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnlm4_ifval([$1$2$3],	 [AC_DIAGNOSE([obsolete],		      [$0 should be used without arguments.You should run autoupdate.])])dnlAC_CACHE_SAVEtest "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# VPATH may cause trouble with some makes, so we remove $(srcdir),# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and# trailing colons and then remove the whole line if VPATH becomes empty# (actually we leave an empty line to preserve line numbers).if test "x$srcdir" = x.; then  ac_vpsub=['/^[	 ]*VPATH[	 ]*=/{s/:*\$(srcdir):*/:/;s/:*\${srcdir}:*/:/;s/:*@srcdir@:*/:/;s/^\([^=]*=[	 ]*\):*/\1/;s/:*$//;s/^[^=]*=[	 ]*$//;}']fim4_ifset([AC_LIST_HEADERS], [DEFS=-DHAVE_CONFIG_H], [AC_OUTPUT_MAKE_DEFS()])dnl Commands to run before creating config.status.AC_OUTPUT_COMMANDS_PRE()dnl: ${CONFIG_STATUS=./config.status}ac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files $CONFIG_STATUS"_AC_OUTPUT_CONFIG_STATUS()dnlac_clean_files=$ac_clean_files_savednl Commands to run after config.status was createdAC_OUTPUT_COMMANDS_POST()dnl# configure is writing to config.log, and then calls config.status.# config.status does its own redirection, appending to config.log.# Unfortunately, on DOS this fails, as config.log is still kept open# by configure, so config.status won't be able to write to it; its# output is simply discarded.  So we exec the FD to /dev/null,# effectively closing config.log, so it can be properly (re)opened and# appended to by config.status.  When coming back to configure, we# need to make the FD available again.if test "$no_create" != yes; then  ac_cs_success=:  ac_config_status_args=  test "$silent" = yes &&    ac_config_status_args="$ac_config_status_args --quiet"  exec AS_MESSAGE_LOG_FD>/dev/null  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false  exec AS_MESSAGE_LOG_FD>>config.log  # Use ||, not &&, to avoid exiting from the if with $? = 1, which  # would make configure fail if this is the last instruction.  $ac_cs_success || AS_EXIT([1])fidnl config.status should not do recursion.AC_PROVIDE_IFELSE([AC_CONFIG_SUBDIRS], [_AC_OUTPUT_SUBDIRS()])dnl])# AC_OUTPUT# _AC_OUTPUT_CONFIG_STATUS# ------------------------# Produce config.status.  Called by AC_OUTPUT.# Pay special attention not to have too long here docs: some old# shells die.  Unfortunately the limit is not known precisely...m4_define([_AC_OUTPUT_CONFIG_STATUS],[AC_MSG_NOTICE([creating $CONFIG_STATUS])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 <<\_ACEOFAS_SHELL_SANITIZEdnl Watch out, this is directly the initializations, do not usednl AS_PREPARE, otherwise you'd get it output in the initializationdnl of configure, not config.status._AS_PREPAREexec AS_MESSAGE_FD>&1# Open the log real soon, to keep \$[0] and so on meaningful, and to# report actual input values of CONFIG_FILES etc. instead of their# values after options handling.  Logging --version etc. is OK.exec AS_MESSAGE_LOG_FD>>config.log{  echo  AS_BOX([Running $as_me.])} >&AS_MESSAGE_LOG_FDcat >&AS_MESSAGE_LOG_FD <<_CSEOFThis file was extended by m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which wasgenerated by m4_PACKAGE_STRING.  Invocation command line was  CONFIG_FILES    = $CONFIG_FILES  CONFIG_HEADERS  = $CONFIG_HEADERS  CONFIG_LINKS    = $CONFIG_LINKS  CONFIG_COMMANDS = $CONFIG_COMMANDS  $ $[0] $[@]_CSEOFecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&AS_MESSAGE_LOG_FDecho >&AS_MESSAGE_LOG_FD_ACEOF# Files that config.status was made for.if test -n "$ac_config_files"; then  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUSfiif test -n "$ac_config_headers"; then  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUSfiif test -n "$ac_config_links"; then  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUSfiif test -n "$ac_config_commands"; then  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUSficat >>$CONFIG_STATUS <<\_ACEOFac_cs_usage="\\`$as_me' instantiates files from templates according to thecurrent configuration.Usage: $[0] [[OPTIONS]] [[FILE]]...  -h, --help       print this help, then exit  -V, --version    print version number, then exit  -q, --quiet      do not print progress messages  -d, --debug      don't remove temporary files      --recheck    update $as_me by reconfiguring in the same conditionsm4_ifset([AC_LIST_FILES],[[  --file=FILE[:TEMPLATE]		   instantiate the configuration file FILE]])dnlm4_ifset([AC_LIST_HEADERS],[[  --header=FILE[:TEMPLATE]		   instantiate the configuration header FILE]])dnlm4_ifset([AC_LIST_FILES],[Configuration files:$config_files])dnlm4_ifset([AC_LIST_HEADERS],[Configuration headers:$config_headers])dnlm4_ifset([AC_LIST_LINKS],[Configuration links:$config_links])dnlm4_ifset([AC_LIST_COMMANDS],[Configuration commands:$config_commands])dnlReport bugs to <bug-autoconf@gnu.org>."_ACEOFcat >>$CONFIG_STATUS <<_ACEOFac_cs_version="\\m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.status[]dnlm4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])configured by $[0], generated by m4_PACKAGE_STRING,  with options \\"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\\"Copyright (C) 2003 Free Software Foundation, Inc.This config.status script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it."srcdir=$srcdirAC_PROVIDE_IFELSE([AC_PROG_INSTALL],[dnl Leave those double quotes here: this $INSTALL is evaluated in adnl here document, which might result in `INSTALL=/bin/install -c'.INSTALL="$INSTALL"])dnl_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF# If no file are specified by the user, then we need to provide default# value.  By we need to know if files were specified by the user.ac_need_defaults=:while test $[#] != 0do  case $[1] in  --*=*)    ac_option=`expr "x$[1]" : 'x\([[^=]]*\)='`    ac_optarg=`expr "x$[1]" : 'x[[^=]]*=\(.*\)'`    ac_shift=:    ;;  -*)    ac_option=$[1]    ac_optarg=$[2]    ac_shift=shift    ;;  *) # This is not an option, so the user has probably given explicit     # arguments.     ac_option=$[1]     ac_need_defaults=false;;  esac  case $ac_option in  # Handling of the options._ACEOFcat >>$CONFIG_STATUS <<\_ACEOF  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    ac_cs_recheck=: ;;  --version | --vers* | -V )    echo "$ac_cs_version"; exit 0 ;;  --he | --h)    # Conflict between --help and --header    AC_MSG_ERROR([ambiguous option: $[1]Try `$[0] --help' for more information.]);;  --help | --hel | -h )    echo "$ac_cs_usage"; exit 0 ;;  --debug | --d* | -d )    debug=: ;;  --file | --fil | --fi | --f )    $ac_shift    CONFIG_FILES="$CONFIG_FILES $ac_optarg"    ac_need_defaults=false;;  --header | --heade | --head | --hea )    $ac_shift    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"    ac_need_defaults=false;;  -q | -quiet | --quiet | --quie | --qui | --qu | --q \  | -silent | --silent | --silen | --sile | --sil | --si | --s)    ac_cs_silent=: ;;  # This is an error.  -*) AC_MSG_ERROR([unrecognized option: $[1]Try `$[0] --help' for more information.]) ;;  *) ac_config_targets="$ac_config_targets $[1]" ;;  esac  shiftdoneac_configure_extra_args=if $ac_cs_silent; then  exec AS_MESSAGE_FD>/dev/null  ac_configure_extra_args="$ac_configure_extra_args --silent"fi_ACEOFcat >>$CONFIG_STATUS <<_ACEOFif \$ac_cs_recheck; then  echo "running $SHELL $[0] " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&AS_MESSAGE_FD  exec $SHELL $[0] $ac_configure_args \$ac_configure_extra_args --no-create --no-recursionfi_ACEOFdnl We output the INIT-CMDS first for obvious reasons :)m4_ifset([_AC_OUTPUT_COMMANDS_INIT],[cat >>$CONFIG_STATUS <<_ACEOF## INIT-COMMANDS section.#_AC_OUTPUT_COMMANDS_INIT()_ACEOF])dnl Issue this section only if there were actually config files.dnl This checks if one of AC_LIST_HEADERS, AC_LIST_FILES, AC_LIST_COMMANDS,dnl or AC_LIST_LINKS is set.m4_ifval(AC_LIST_HEADERS()AC_LIST_LINKS()AC_LIST_FILES()AC_LIST_COMMANDS(),[cat >>$CONFIG_STATUS <<\_ACEOFfor ac_config_target in $ac_config_targetsdo  case "$ac_config_target" in  # Handling of arguments.AC_FOREACH([AC_File], AC_LIST_FILES,[  "m4_bpatsubst(AC_File, [:.*])" )dnl CONFIG_FILES="$CONFIG_FILES AC_File" ;;])dnlAC_FOREACH([AC_File], AC_LIST_LINKS,[  "m4_bpatsubst(AC_File, [:.*])" )dnl CONFIG_LINKS="$CONFIG_LINKS AC_File" ;;])dnlAC_FOREACH([AC_File], AC_LIST_COMMANDS,[  "m4_bpatsubst(AC_File, [:.*])" )dnl CONFIG_COMMANDS="$CONFIG_COMMANDS AC_File" ;;])dnlAC_FOREACH([AC_File], AC_LIST_HEADERS,[  "m4_bpatsubst(AC_File, [:.*])" )dnl CONFIG_HEADERS="$CONFIG_HEADERS AC_File" ;;])dnl  *) AC_MSG_ERROR([invalid argument: $ac_config_target]);;  esacdone# If the user did not use the arguments to specify the items to instantiate,# then the envvar interface is used.  Set only those that are not.# We use the long form for the default assignment because of an extremely# bizarre bug on SunOS 4.1.3.if $ac_need_defaults; thenm4_ifset([AC_LIST_FILES],[  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files])dnlm4_ifset([AC_LIST_HEADERS],[  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers])dnlm4_ifset([AC_LIST_LINKS],[  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links])dnlm4_ifset([AC_LIST_COMMANDS],[  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands])dnlfi# Have a temporary directory for convenience.  Make it in the build tree# simply because there is no reason to put it here, and in addition,# creating and moving files from /tmp can sometimes cause problems.AS_TMPDIR([confstat], [.])_ACEOF])[]dnl m4_ifvaldnl The following four sections are in charge of their own herednl documenting into $CONFIG_STATUS.m4_ifset([AC_LIST_FILES],    [_AC_OUTPUT_FILES()])dnlm4_ifset([AC_LIST_HEADERS],  [_AC_OUTPUT_HEADERS()])dnlm4_ifset([AC_LIST_LINKS],    [_AC_OUTPUT_LINKS()])dnlm4_ifset([AC_LIST_COMMANDS], [_AC_OUTPUT_COMMANDS()])dnlcat >>$CONFIG_STATUS <<\_ACEOFAS_EXIT(0)_ACEOFchmod +x $CONFIG_STATUS])# _AC_OUTPUT_CONFIG_STATUS# AC_OUTPUT_MAKE_DEFS# -------------------# Set the DEFS variable to the -D options determined earlier.# This is a subroutine of AC_OUTPUT.# It is called inside configure, outside of config.status.# Using a here document instead of a string reduces the quoting nightmare.m4_define([AC_OUTPUT_MAKE_DEFS],[[# 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 we branch to the quote section.  Otherwise,# look for a macro that doesn't take arguments.cat >confdef2opt.sed <<\_ACEOFt clear: clears,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,gt quotes,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,gt quoted: quotes,[	 `~#$^&*(){}\\|;'"<>?],\\&,gs,\[,\\&,gs,\],\\&,gs,\$,$$,gp_ACEOF# We use echo to avoid assuming a particular line-breaking character.# The extra dot is to prevent the shell from consuming trailing# line-breaks from the sub-command output.  A line-break within# single-quotes doesn't work because, if this script is created in a# platform that uses two characters for line-breaks (e.g., DOS), tr# would break.ac_LF_and_DOT=`echo; echo .`DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`rm -f confdef2opt.sed]])# AC_OUTPUT_MAKE_DEFS

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91麻豆精品国产91久久久更新时间| 国产成人aaa| 亚洲欧美日本韩国| 国产日本亚洲高清| 久久久久久久久99精品| 欧美大片一区二区| 91精品在线观看入口| 欧美军同video69gay| 在线成人高清不卡| 91精品国产入口| 欧美一区二区三区在线观看视频| 91麻豆精品国产91久久久久久| 3751色影院一区二区三区| 51精品国自产在线| 久久午夜免费电影| 中文字幕免费不卡在线| 亚洲品质自拍视频| 亚洲成人午夜电影| 蜜乳av一区二区三区| 精品一区二区国语对白| 国产美女精品一区二区三区| 国内欧美视频一区二区| 丁香啪啪综合成人亚洲小说 | 国产日产欧美一区二区三区 | 欧美疯狂做受xxxx富婆| 91精品国产高清一区二区三区 | 欧美日韩免费电影| 在线不卡中文字幕| 国产午夜一区二区三区| 亚洲少妇30p| 日韩电影在线免费| 国产mv日韩mv欧美| 欧洲色大大久久| 日韩欧美色电影| 亚洲欧洲精品一区二区精品久久久| 亚洲欧美日韩国产综合在线| 丝袜美腿一区二区三区| 国产精品一区二区久久不卡 | 亚洲人成在线观看一区二区| 午夜精品一区二区三区电影天堂| 看片的网站亚洲| 99国产精品久久久| 日韩一区和二区| 中文字幕第一区| 日韩中文字幕91| 成人a级免费电影| 4hu四虎永久在线影院成人| 亚洲国产成人午夜在线一区| 日本欧美一区二区| 一本大道久久a久久综合| 欧美成人高清电影在线| 一区二区三区中文在线观看| 国产福利91精品| 91麻豆精品国产91久久久使用方法 | 国产精品99久久久久| 91黄色在线观看| 久久蜜桃香蕉精品一区二区三区| 亚洲在线一区二区三区| 高清成人在线观看| 欧美一级专区免费大片| 亚洲一区在线看| 99精品视频在线观看| 久久久久久久久久看片| 久久精品99国产精品| 欧美久久婷婷综合色| 亚洲三级免费观看| 成人h动漫精品一区二| 久久一二三国产| 奇米精品一区二区三区在线观看一| 日本久久一区二区三区| 国产精品每日更新在线播放网址 | 欧美成人r级一区二区三区| 夜夜亚洲天天久久| 色综合色综合色综合| 国产精品久久久久久久岛一牛影视| 国产精品1区2区3区| 欧美mv日韩mv亚洲| 精品一区二区三区香蕉蜜桃 | 日韩欧美一区在线观看| 亚洲18女电影在线观看| 欧美日本精品一区二区三区| 亚洲一区二区三区中文字幕| 在线观看免费成人| 亚洲成在人线免费| 欧美一区二区三区影视| 久久国产夜色精品鲁鲁99| 欧美一级xxx| 精品一区二区在线观看| 久久精品在这里| 国产精品夜夜嗨| 国产精品麻豆久久久| 99久久er热在这里只有精品15| 国产精品国产三级国产a | 亚洲乱码中文字幕| 欧美自拍丝袜亚洲| 日韩 欧美一区二区三区| 欧美r级电影在线观看| 狠狠色综合日日| 国产精品素人一区二区| 色综合久久久久综合体桃花网| 一区二区在线看| 欧美丰满少妇xxxbbb| 蜜臀av一区二区| 国产精品三级av在线播放| 91久久精品网| 日本在线不卡视频| 国产亚洲欧美在线| 在线欧美一区二区| 日本va欧美va精品发布| 欧美激情一区二区| 欧美亚洲综合久久| 久久国产麻豆精品| 中文字幕在线观看不卡| 欧美男人的天堂一二区| 国产伦精品一区二区三区在线观看 | 91老师国产黑色丝袜在线| 亚洲www啪成人一区二区麻豆| 欧美精品一区二区三区很污很色的| 国产成人av一区二区三区在线| 一二三四社区欧美黄| 久久久三级国产网站| 91国内精品野花午夜精品| 韩国成人福利片在线播放| 一区二区三国产精华液| 久久久噜噜噜久久中文字幕色伊伊| 91视频xxxx| 国产一区二区三区精品视频| 亚洲最新在线观看| 中文字幕不卡一区| 91精品国产欧美一区二区| 91免费看片在线观看| 久久激情五月激情| 午夜精品久久久久久久| 亚洲欧洲精品一区二区三区| 久久亚洲影视婷婷| 欧美一级日韩免费不卡| 欧美中文字幕一二三区视频| 成人午夜av电影| 精品亚洲国产成人av制服丝袜| 一区二区三区精品在线观看| 日本一二三不卡| 精品国产一区二区三区久久久蜜月 | 国产精品美女久久久久久久久| 日韩三级.com| 欧美另类一区二区三区| 91日韩精品一区| 成人网男人的天堂| 成人综合激情网| 成人黄色小视频在线观看| 日本 国产 欧美色综合| 日韩成人午夜精品| 天堂va蜜桃一区二区三区漫画版| 樱桃视频在线观看一区| 亚洲日本丝袜连裤袜办公室| 国产精品毛片久久久久久| 久久九九全国免费| 国产色产综合色产在线视频| 2欧美一区二区三区在线观看视频| 日韩欧美一二三区| 精品国产制服丝袜高跟| 久久精品无码一区二区三区| 亚洲精品一线二线三线| 久久久青草青青国产亚洲免观| 精品区一区二区| 久久久久久久综合| 1024成人网色www| 亚洲精品乱码久久久久久久久 | 亚洲欧美日韩国产手机在线| 亚洲欧美日韩在线| 亚洲国产一区二区三区青草影视| 亚洲高清视频的网址| 日日骚欧美日韩| 久久国内精品视频| 国产宾馆实践打屁股91| 91麻豆蜜桃一区二区三区| 色伊人久久综合中文字幕| 欧美日韩aaa| 日韩欧美的一区二区| 中文字幕不卡在线观看| 亚洲综合小说图片| 日本aⅴ免费视频一区二区三区 | 26uuu欧美日本| 亚洲国产精品成人久久综合一区| 亚洲欧美日韩成人高清在线一区| 亚洲自拍欧美精品| 精品一区二区三区免费观看| 国产成人免费9x9x人网站视频| 91在线国内视频| 欧美一区二区三区婷婷月色 | 99精品在线观看视频| 欧美精品丝袜久久久中文字幕| xvideos.蜜桃一区二区| 中文字幕日韩一区二区| 日本三级亚洲精品| 成人动漫中文字幕| 欧美一二区视频| 亚洲少妇最新在线视频| 国产一区欧美二区| 欧美日韩一区二区在线视频| 国产婷婷色一区二区三区四区|