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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? aclocal.m4

?? libnxml-no-curl-簡化版2007-07-01,一個別很不錯的XML生成和解析程序。
?? M4
?? 第 1 頁 / 共 5 頁
字號:
# Sed substitution that helps us do robust quoting.  It backslashifies# metacharacters that are still active within double-quoted strings.Xsed='sed -e 1s/^X//'[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']# Same as above, but do not quote variable references.[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']# Sed substitution to delay expansion of an escaped shell variable in a# double_quote_subst'ed string.delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'# Sed substitution to avoid accidental globbing in evaled expressionsno_glob_subst='s/\*/\\\*/g'# Constants:rm="rm -f"# Global variables:default_ofile=libtoolcan_build_shared=yes# All known linkers require a `.a' archive for static linking (except MSVC,# which needs '.lib').libext=altmain="$ac_aux_dir/ltmain.sh"ofile="$default_ofile"with_gnu_ld="$lt_cv_prog_gnu_ld"AC_CHECK_TOOL(AR, ar, false)AC_CHECK_TOOL(RANLIB, ranlib, :)AC_CHECK_TOOL(STRIP, strip, :)old_CC="$CC"old_CFLAGS="$CFLAGS"# Set sane defaults for various variablestest -z "$AR" && AR=artest -z "$AR_FLAGS" && AR_FLAGS=crutest -z "$AS" && AS=astest -z "$CC" && CC=cctest -z "$LTCC" && LTCC=$CCtest -z "$LTCFLAGS" && LTCFLAGS=$CFLAGStest -z "$DLLTOOL" && DLLTOOL=dlltooltest -z "$LD" && LD=ldtest -z "$LN_S" && LN_S="ln -s"test -z "$MAGIC_CMD" && MAGIC_CMD=filetest -z "$NM" && NM=nmtest -z "$SED" && SED=sedtest -z "$OBJDUMP" && OBJDUMP=objdumptest -z "$RANLIB" && RANLIB=:test -z "$STRIP" && STRIP=:test -z "$ac_objext" && ac_objext=o# Determine commands to create old-style static archives.old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'old_postinstall_cmds='chmod 644 $oldlib'old_postuninstall_cmds=if test -n "$RANLIB"; then  case $host_os in  openbsd*)    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"    ;;  *)    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"    ;;  esac  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"fi_LT_CC_BASENAME([$compiler])# Only perform the check for file, if the check method requires itcase $deplibs_check_method infile_magic*)  if test "$file_magic_cmd" = '$MAGIC_CMD'; then    AC_PATH_MAGIC  fi  ;;esacAC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],enable_win32_dll=yes, enable_win32_dll=no)AC_ARG_ENABLE([libtool-lock],    [AC_HELP_STRING([--disable-libtool-lock],	[avoid locking (might break parallel builds)])])test "x$enable_libtool_lock" != xno && enable_libtool_lock=yesAC_ARG_WITH([pic],    [AC_HELP_STRING([--with-pic],	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],    [pic_mode="$withval"],    [pic_mode=default])test -z "$pic_mode" && pic_mode=default# Use C for the default configuration in the libtool scripttagname=AC_LIBTOOL_LANG_C_CONFIG_LT_AC_TAGCONFIG])# AC_LIBTOOL_SETUP# _LT_AC_SYS_COMPILER# -------------------AC_DEFUN([_LT_AC_SYS_COMPILER],[AC_REQUIRE([AC_PROG_CC])dnl# If no C compiler was specified, use CC.LTCC=${LTCC-"$CC"}# If no C compiler flags were specified, use CFLAGS.LTCFLAGS=${LTCFLAGS-"$CFLAGS"}# Allow CC to be a program name with arguments.compiler=$CC])# _LT_AC_SYS_COMPILER# _LT_CC_BASENAME(CC)# -------------------# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.AC_DEFUN([_LT_CC_BASENAME],[for cc_temp in $1""; do  case $cc_temp in    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;    \-*) ;;    *) break;;  esacdonecc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`])# _LT_COMPILER_BOILERPLATE# ------------------------# Check for compiler boilerplate output or warnings with# the simple compiler test code.AC_DEFUN([_LT_COMPILER_BOILERPLATE],[ac_outfile=conftest.$ac_objextprintf "$lt_simple_compile_test_code" >conftest.$ac_exteval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err_lt_compiler_boilerplate=`cat conftest.err`$rm conftest*])# _LT_COMPILER_BOILERPLATE# _LT_LINKER_BOILERPLATE# ----------------------# Check for linker boilerplate output or warnings with# the simple link test code.AC_DEFUN([_LT_LINKER_BOILERPLATE],[ac_outfile=conftest.$ac_objextprintf "$lt_simple_link_test_code" >conftest.$ac_exteval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err_lt_linker_boilerplate=`cat conftest.err`$rm conftest*])# _LT_LINKER_BOILERPLATE# _LT_AC_SYS_LIBPATH_AIX# ----------------------# Links a minimal program and checks the executable# for the system default hardcoded library path. In most cases,# this is /usr/lib:/lib, but when the MPI compilers are used# the location of the communication and MPI libs are included too.# If we don't find anything, use the default library path according# to the aix ld manual.AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],[AC_LINK_IFELSE(AC_LANG_PROGRAM,[aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }}'`# Check for a 64-bit object if we didn't find anything.if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }}'`; fi],[])if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi])# _LT_AC_SYS_LIBPATH_AIX# _LT_AC_SHELL_INIT(ARG)# ----------------------AC_DEFUN([_LT_AC_SHELL_INIT],[ifdef([AC_DIVERSION_NOTICE],	     [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],	 [AC_DIVERT_PUSH(NOTICE)])$1AC_DIVERT_POP])# _LT_AC_SHELL_INIT# _LT_AC_PROG_ECHO_BACKSLASH# --------------------------# Add some code to the start of the generated configure script which# will find an echo command which doesn't interpret backslashes.AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],[_LT_AC_SHELL_INIT([# Check that we are running under the correct shell.SHELL=${CONFIG_SHELL-/bin/sh}case X$ECHO inX*--fallback-echo)  # Remove one level of quotation (which was required for Make).  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`  ;;esacecho=${ECHO-echo}if test "X[$]1" = X--no-reexec; then  # Discard the --no-reexec flag, and continue.  shiftelif test "X[$]1" = X--fallback-echo; then  # Avoid inline document here, it may be left over  :elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then  # Yippee, $echo works!  :else  # Restart under the correct shell.  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}fiif test "X[$]1" = X--fallback-echo; then  # used as fallback echo  shift  cat <<EOF[$]*EOF  exit 0fi# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.(unset CDPATH) >/dev/null 2>&1 && unset CDPATHif test -z "$ECHO"; thenif test "X${echo_test_string+set}" != Xset; then# find a string as large as possible, as long as the shell can cope with it  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...    if (echo_test_string=`eval $cmd`) 2>/dev/null &&       echo_test_string=`eval $cmd` &&       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null    then      break    fi  donefiif test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&   test "X$echo_testing_string" = "X$echo_test_string"; then  :else  # The Solaris, AIX, and Digital Unix default echo programs unquote  # backslashes.  This makes it impossible to quote backslashes using  #   echo "$something" | sed 's/\\/\\\\/g'  #  # So, first we look for a working echo in the user's PATH.  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for dir in $PATH /usr/ucb; do    IFS="$lt_save_ifs"    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      echo="$dir/echo"      break    fi  done  IFS="$lt_save_ifs"  if test "X$echo" = Xecho; then    # We didn't find a better echo, so look for alternatives.    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      # This shell has a builtin print -r that does the trick.      echo='print -r'    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&	 test "X$CONFIG_SHELL" != X/bin/ksh; then      # If we have ksh, try running configure again with it.      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}      export ORIGINAL_CONFIG_SHELL      CONFIG_SHELL=/bin/ksh      export CONFIG_SHELL      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}    else      # Try using printf.      echo='printf %s\n'      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&	 test "X$echo_testing_string" = "X$echo_test_string"; then	# Cool, printf works	:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL	export CONFIG_SHELL	SHELL="$CONFIG_SHELL"	export SHELL	echo="$CONFIG_SHELL [$]0 --fallback-echo"      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	echo="$CONFIG_SHELL [$]0 --fallback-echo"      else	# maybe with a smaller string...	prev=:	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null	  then	    break	  fi	  prev="$cmd"	done	if test "$prev" != 'sed 50q "[$]0"'; then	  echo_test_string=`eval $prev`	  export echo_test_string	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}	else	  # Oops.  We lost completely, so just stick with echo.	  echo=echo	fi      fi    fi  fififi# Copy echo and quote the copy suitably for passing to libtool from# the Makefile, instead of quoting the original, which is used later.ECHO=$echoif test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"fiAC_SUBST(ECHO)])])# _LT_AC_PROG_ECHO_BACKSLASH# _LT_AC_LOCK# -----------AC_DEFUN([_LT_AC_LOCK],[AC_ARG_ENABLE([libtool-lock],    [AC_HELP_STRING([--disable-libtool-lock],	[avoid locking (might break parallel builds)])])test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes# Some flags need to be propagated to the compiler or linker for good# libtool support.case $host inia64-*-hpux*)  # Find out which ABI we are using.  echo 'int i;' > conftest.$ac_ext  if AC_TRY_EVAL(ac_compile); then    case `/usr/bin/file conftest.$ac_objext` in    *ELF-32*)      HPUX_IA64_MODE="32"      ;;    *ELF-64*)      HPUX_IA64_MODE="64"      ;;    esac  fi  rm -rf conftest*  ;;*-*-irix6*)  # Find out which ABI we are using.  echo '[#]line __oline__ "configure"' > conftest.$ac_ext  if AC_TRY_EVAL(ac_compile); then   if test "$lt_cv_prog_gnu_ld" = yes; then

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产福利一区在线| 亚洲资源中文字幕| 欧美天天综合网| 久久99精品国产| 亚洲欧美一区二区三区久本道91| 欧美三级电影在线看| 久久精品免费看| 国产精品国产三级国产普通话99| 欧美性xxxxxxxx| 国产精品亚洲一区二区三区在线| 亚洲人亚洲人成电影网站色| 91精品国产福利在线观看| 国产成人在线看| 日韩国产在线观看| 国产精品久久久久精k8 | 91精品国产一区二区| 国产精品白丝jk黑袜喷水| 亚洲精品高清在线观看| 精品国产成人系列| 欧美中文字幕一区二区三区亚洲| 国内精品视频666| 亚洲成在人线在线播放| 国产精品青草综合久久久久99| 欧美日韩极品在线观看一区| 国产成人精品免费看| 一区二区三区欧美激情| 欧美国产丝袜视频| 日韩一级片在线观看| 日本高清免费不卡视频| 粉嫩av一区二区三区| 麻豆一区二区99久久久久| 亚洲一区二区三区美女| 国产精品私人影院| 精品国产乱码91久久久久久网站| 色8久久人人97超碰香蕉987| 国产盗摄一区二区| 麻豆成人免费电影| 亚洲不卡一区二区三区| 尤物视频一区二区| 国产精品麻豆一区二区| 久久精子c满五个校花| 日韩一卡二卡三卡| 91麻豆精品国产| 欧美日韩久久不卡| 欧美系列日韩一区| 色婷婷综合中文久久一本| 成人美女视频在线看| 激情综合网激情| 久久福利视频一区二区| 麻豆成人久久精品二区三区红| 五月婷婷综合激情| 亚洲午夜在线电影| 亚洲自拍偷拍九九九| 亚洲激情自拍偷拍| 亚洲成人免费视| 亚洲一区二区中文在线| 国产精品视频一二三区| 国产精品色眯眯| 欧美国产精品劲爆| 中文字幕一区二区在线观看| 亚洲国产精品99久久久久久久久| 久久久亚洲精华液精华液精华液| 精品国产免费视频| 久久久久久一级片| 久久只精品国产| 91国产丝袜在线播放| 美女视频一区二区| 亚洲人成精品久久久久| 亚洲一区二区三区国产| 韩国三级在线一区| 久久久亚洲高清| 在线看日本不卡| 国产成人丝袜美腿| 亚洲伊人伊色伊影伊综合网| 国产精品久久久久永久免费观看 | 国产一区二区精品在线观看| 亚洲三级电影全部在线观看高清| wwwwww.欧美系列| 国产欧美精品国产国产专区| 日韩一级二级三级精品视频| 日韩视频免费观看高清在线视频| 日韩一区二区三区视频在线观看 | 在线观看日韩电影| 欧美丝袜自拍制服另类| 51精品视频一区二区三区| 欧美大片一区二区| 国产欧美日产一区| 一区二区国产盗摄色噜噜| 日日夜夜精品视频天天综合网| 日韩不卡免费视频| 国产大陆亚洲精品国产| 99热这里都是精品| 欧美欧美欧美欧美首页| 久久女同性恋中文字幕| 亚洲免费在线观看| 开心九九激情九九欧美日韩精美视频电影| 美女视频一区二区三区| 波多野结衣亚洲| 欧美肥妇毛茸茸| 欧美激情综合五月色丁香小说| 亚洲乱码日产精品bd| 麻豆精品视频在线观看| 99精品久久只有精品| 欧美日本在线一区| 国产精品视频一二三| 日韩激情视频在线观看| 成人毛片老司机大片| 91麻豆蜜桃一区二区三区| 欧美色爱综合网| 日本一区二区三区在线不卡| 亚洲成人自拍网| 成人av在线资源| 欧美一卡二卡三卡| 久久久久久久久久美女| 亚洲精选一二三| 奇米四色…亚洲| 国产不卡免费视频| 欧美日韩精品福利| 精品福利一二区| 亚洲女人的天堂| 日本午夜一区二区| 成人中文字幕在线| 制服丝袜亚洲网站| 亚洲欧洲制服丝袜| 丰满岳乱妇一区二区三区| 欧美性极品少妇| 国产精品网站一区| 国产一区不卡精品| 日韩一区二区三区电影在线观看| 亚洲婷婷综合久久一本伊一区| 国产精品18久久久久| 欧美一卡2卡三卡4卡5免费| 亚洲一线二线三线视频| 99视频一区二区三区| 欧美激情一区在线| 国产精品一级黄| 日韩免费福利电影在线观看| 亚洲第一成人在线| 欧美午夜电影在线播放| 亚洲色欲色欲www| 成人激情动漫在线观看| 久久精品夜色噜噜亚洲a∨| 免费人成精品欧美精品| 欧美一区二区视频在线观看2022| 一区二区三区不卡在线观看| 99久久久久免费精品国产| 中文字幕+乱码+中文字幕一区| 国产主播一区二区| 久久一区二区视频| 国产毛片精品国产一区二区三区| 日韩一级免费观看| 蜜桃久久久久久| 欧美v日韩v国产v| 久久精品国产99国产| 欧美一区二区视频在线观看2022 | 亚洲精品第1页| 91麻豆精品视频| 亚洲色图在线视频| 欧美这里有精品| 亚洲成av人片在线观看| 欧美军同video69gay| 日韩电影免费一区| 日韩精品一区二区三区蜜臀| 美女视频免费一区| 国产亚洲精品aa| 99国产精品久| 亚洲国产你懂的| 欧美日韩mp4| 精品在线一区二区| 国产日韩三级在线| av动漫一区二区| 亚洲图片欧美一区| 91精品国产全国免费观看| 久久精品国产99国产精品| 国产婷婷色一区二区三区在线| 国产精品69久久久久水密桃| 国产精品嫩草99a| 日本精品免费观看高清观看| 亚洲成人你懂的| 精品国产乱码久久久久久久| 国产成人一区二区精品非洲| 国产精品久久久久久久岛一牛影视 | 精品在线播放午夜| 国产精品青草综合久久久久99| 色婷婷精品久久二区二区蜜臂av| 午夜精品久久久久久| 精品国产百合女同互慰| 成人综合婷婷国产精品久久| 亚洲自拍偷拍欧美| 日韩精品中文字幕一区| 国产成人啪午夜精品网站男同| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ原创 | 亚洲韩国一区二区三区| 欧美电视剧在线观看完整版| jvid福利写真一区二区三区| 亚洲成国产人片在线观看| 欧美日韩dvd在线观看| 国产丶欧美丶日本不卡视频| 一级女性全黄久久生活片免费| 日韩一区二区在线观看视频|