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

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

?? ltconfig

?? It is a chm file viewer lib with source code
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh# ltconfig - Create a system-specific libtool.# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001# Free Software Foundation, Inc.# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996## This file is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU# General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## As a special exception to the GNU General Public License, if you# distribute this file as part of a program that contains a# configuration script generated by Autoconf, you may include it under# the same distribution terms that you use for the rest of that program.# A lot of this script is taken from autoconf-2.10.# Check that we are running under the correct shell.SHELL=${CONFIG_SHELL-/bin/sh}echo=echoif 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# Find the correct PATH separator.  Usually this is `:', but# DJGPP uses `;' like DOS.if test "X${PATH_SEPARATOR+set}" != Xset; then  UNAME=${UNAME-`uname 2>/dev/null`}  case X$UNAME in    *-DOS) PATH_SEPARATOR=';' ;;    *)     PATH_SEPARATOR=':' ;;  esacfi# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fiif 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.  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"  for dir in $PATH /usr/ucb; do    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="$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 ltconfig 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  fifi# Sed substitution that helps us do robust quoting.  It backslashifies# metacharacters that are still active within double-quoted strings.Xsed='sed -e s/^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'# The name of this program.progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`# Constants:PROGRAM=ltconfigPACKAGE=libtoolVERSION=1.4aTIMESTAMP=" (1.641.2.206mm 2001/04/03 21:47:47)"ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'rm="rm -f"help="Try \`$progname --help' for more information."# Global variables:default_ofile=libtoolcan_build_shared=yesenable_shared=yes# All known linkers require a `.a' archive for static linking (except M$VC,# which needs '.lib').enable_static=yesenable_fast_install=yesenable_dlopen=unknownenable_win32_dll=nopic_mode=defaultltmain=silent=srcdir=ac_config_guess=ac_config_sub=host=build=NONEnonopt=NONEofile="$default_ofile"verify_host=yestagname=with_gcc=nowith_gnu_ld=noneed_locks=yesac_ext=clibext=acache_file=max_cmd_len=## Dependencies to place before and after the object being linked:predep_objects=postdep_objects=predeps=postdeps=compiler_lib_search_path=## Link characteristics:allow_undefined_flag=no_undefined_flag=need_lib_prefix=unknownneed_version=unknown# when you set need_version to no, make sure it does not cause -set_version# flags to be left without argumentsarchive_cmds=archive_expsym_cmds=old_archive_from_new_cmds=old_archive_from_expsyms_cmds=striplib=old_striplib=export_dynamic_flag_spec=whole_archive_flag_spec=thread_safe_flag_spec=hardcode_into_libs=nohardcode_libdir_flag_spec=hardcode_libdir_separator=hardcode_direct=nohardcode_minus_L=nohardcode_shlibpath_var=unsupportedrunpath_var=link_all_deplibs=unknownalways_export_symbols=noexport_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'# include_expsyms should be a list of space-separated symbols to be *always*# included in the symbol listinclude_expsyms=# exclude_expsyms can be an egrep regular expression of symbols to exclude# it will be wrapped by ` (' and `)$', so one must not match beginning or# end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',# as well as any symbol that contains `d'.exclude_expsyms="_GLOBAL_OFFSET_TABLE_"# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out# platforms (ab)use it in PIC code, but their linkers get confused if# the symbol is explicitly referenced.  Since portable code cannot# rely on this symbol name, it's probably fine to never include it in# preloaded symbol tables.extract_expsyms_cmds=## Tools:old_AR="$AR"old_AR_FLAGS="$AR_FLAGS"old_CC="$CC"old_CFLAGS="$CFLAGS"old_CPPFLAGS="$CPPFLAGS"old_LDFLAGS="$LDFLAGS"old_LIBS="$LIBS"old_MAGIC_CMD="$MAGIC_CMD"old_LD="$LD"old_LN_S="$LN_S"old_LTCC="$LTCC"old_NM="$NM"old_RANLIB="$RANLIB"old_STRIP="$STRIP"old_AS="$AS"old_DLLTOOL="$DLLTOOL"old_OBJDUMP="$OBJDUMP"old_OBJEXT="$OBJEXT"old_EXEEXT="$EXEEXT"old_reload_flag="$reload_flag"old_deplibs_check_method="$deplibs_check_method"old_file_magic_cmd="$file_magic_cmd"# Parse the command line options.args=prev=for optiondo  case $option in  -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  *) optarg= ;;  esac  # If the previous option needs an argument, assign it.  if test -n "$prev"; then    eval "$prev=\$option"    prev=    continue  fi  case $option in  --help) cat <<EOMUsage: $progname [OPTION]... LTMAIN [HOST]Generate a system-specific libtool script.    --build                configure for building on BUILD [BUILD=HOST]    --debug                enable verbose shell tracing    --disable-shared       do not build shared libraries    --disable-static       do not build static libraries    --disable-fast-install do not optimize for fast installation    --enable-dlopen        enable dlopen support    --enable-win32-dll     enable building dlls on win32 hosts    --help                 display this help and exit    --no-verify            do not verify that HOST is a valid host type-o, --output=FILE          specify the output file [default=$default_ofile]    --quiet                same as \`--silent'    --silent               do not print informational messages    --srcdir=DIR           find \`config.guess' in DIR    --version              output version information and exit    --add-tag=TAG          append an alternate configuration    --with-gcc             assume that the GNU C compiler will be used    --with-gnu-ld          assume that the C compiler uses the GNU linker    --prefer-pic           try to use only PIC objects    --prefer-non-pic       try to use only non-PIC objects    --disable-lock         disable file locking    --cache-file=FILE      configure cache fileLTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' programthat provides basic libtool functionality.HOST is the canonical host system name [default=guessed].EOM  exit 0  ;;  --build) prev=build ;;  --build=*) build="$optarg" ;;  --debug)    echo "$progname: enabling shell trace mode"    set -x    ;;  --disable-shared) enable_shared=no ;;  --disable-static) enable_static=no ;;  --disable-fast-install) enable_fast_install=no ;;  --enable-dlopen) enable_dlopen=yes ;;  --enable-win32-dll) enable_win32_dll=yes ;;  --quiet | --silent) silent=yes ;;  --srcdir) prev=srcdir ;;  --srcdir=*) srcdir="$optarg" ;;  --no-verify) verify_host=no ;;  --output | -o) prev=ofile ;;  --output=*) ofile="$optarg" ;;  --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;  --add-tag) prev=tagname ;;  --add-tag=*) tagname="$optarg" ;;  --with-gcc) with_gcc=yes ;;  --with-gnu-ld) with_gnu_ld=yes ;;  --prefer-pic) pic_mode=yes ;;  --prefer-non-pic) pic_mode=no ;;  --disable-lock) need_locks=no ;;  --cache-file=*) cache_file="$optarg" ;;  -*)    echo "$progname: unrecognized option \`$option'" 1>&2    echo "$help" 1>&2    exit 1    ;;  *)    if test -z "$ltmain"; then      ltmain="$option"    elif test -z "$host"; then# This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1#      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then#        echo "$progname: warning \`$option' is not a valid host type" 1>&2#      fi      host="$option"    else      echo "$progname: too many arguments" 1>&2      echo "$help" 1>&2      exit 1    fi ;;  esacdoneif test -z "$ltmain"; then  echo "$progname: you must specify a LTMAIN file" 1>&2  echo "$help" 1>&2  exit 1fiif test ! -f "$ltmain"; then  echo "$progname: \`$ltmain' does not exist" 1>&2  echo "$help" 1>&2  exit 1fiif test -n "$tagname"; then  # Check whether tagname contains only valid characters  case `$echo "X$tagname" | $Xsed -e 's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in  "") ;;  *)    echo "$progname: invalid tag name: $tagname" 1>&2

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品毛片久久久久久久| 欧美色图天堂网| 久久久久久97三级| 国产中文字幕精品| 国产免费成人在线视频| 高清国产一区二区| 亚洲人成伊人成综合网小说| 色妞www精品视频| 亚洲成人午夜影院| 日韩一区二区免费视频| 国产在线麻豆精品观看| 中文字幕欧美国产| 一本到不卡免费一区二区| 亚洲成在人线免费| 日韩一区二区三区av| 国产·精品毛片| 一区二区三区日韩欧美| 91精品国产综合久久久久久| 国内成人自拍视频| 国产精品美女久久久久久久久久久| 99久久久久久| 水野朝阳av一区二区三区| 久久亚洲二区三区| 日本久久一区二区三区| 久久99精品久久久久久国产越南 | 风流少妇一区二区| 亚洲欧美日韩国产手机在线| 91麻豆精品国产91| 大白屁股一区二区视频| 亚洲一区国产视频| 久久精品欧美日韩| 欧美日韩国产美女| 成人av网址在线| 日本欧美肥老太交大片| 国产精品视频线看| 日韩三级在线观看| 91国内精品野花午夜精品| 国产一区二区免费在线| 亚洲国产一区二区视频| 日本一区二区高清| 日韩一区二区免费在线观看| 91丨porny丨中文| 国产一区啦啦啦在线观看| 亚洲国产sm捆绑调教视频| 久久精品人人爽人人爽| 9191成人精品久久| 91麻豆自制传媒国产之光| 国内外成人在线| 首页综合国产亚洲丝袜| 亚洲桃色在线一区| 久久久久久99精品| 欧美成人激情免费网| 欧洲精品在线观看| av福利精品导航| 国产福利一区二区三区视频在线| 日本强好片久久久久久aaa| 一区二区三区中文在线观看| 国产亚洲精品久| 欧美电影免费观看高清完整版在线| 欧美丝袜丝nylons| 97超碰欧美中文字幕| 粉嫩av亚洲一区二区图片| 乱一区二区av| 久久99在线观看| 蜜臀av性久久久久av蜜臀妖精| 亚洲国产一区二区a毛片| 亚洲精品伦理在线| 亚洲欧洲中文日韩久久av乱码| 久久久噜噜噜久噜久久综合| 日韩欧美国产一二三区| 51精品国自产在线| 欧美一区二区三区免费视频| 欧美麻豆精品久久久久久| 在线视频观看一区| 在线视频一区二区三区| 色域天天综合网| 91福利小视频| 欧美三级韩国三级日本三斤| 欧美亚洲动漫精品| 欧美午夜精品电影| 欧美三级中文字幕| 欧美男男青年gay1069videost | 热久久免费视频| 日韩黄色小视频| 日本视频免费一区| 精品在线免费视频| 国产精品羞羞答答xxdd| 国产激情精品久久久第一区二区 | 日韩欧美国产成人一区二区| 欧美一级视频精品观看| 欧美一区二区三区免费视频| 精品日韩一区二区三区免费视频| 精品免费国产二区三区| 国产亚洲欧美激情| 中文字幕在线观看一区二区| 亚洲另类色综合网站| 亚洲一区二区三区爽爽爽爽爽| 亚洲妇女屁股眼交7| 日本午夜一本久久久综合| 国精产品一区一区三区mba视频 | 欧美视频日韩视频| 欧美精品久久一区二区三区| 日韩一区二区视频| 欧美激情一二三区| 夜夜夜精品看看| 蜜桃传媒麻豆第一区在线观看| 国产精品888| 色悠悠久久综合| 日韩情涩欧美日韩视频| 亚洲国产精品黑人久久久| 一区二区高清在线| 麻豆国产精品官网| av在线播放成人| 欧美高清视频一二三区| 久久久亚洲欧洲日产国码αv| 亚洲欧洲另类国产综合| 日韩电影在线观看电影| 懂色av中文字幕一区二区三区| 欧美在线观看你懂的| 精品国产一区二区三区不卡| 国产精品久久久久久久久快鸭| 亚洲国产精品自拍| 国产精品亚洲一区二区三区在线 | 狠狠色综合日日| 色综合中文字幕| 亚洲人一二三区| 热久久国产精品| 91在线无精精品入口| 日韩久久精品一区| 亚洲最新在线观看| 国产激情视频一区二区在线观看 | 成人免费视频视频| 欧美一二三区在线观看| 亚洲免费视频中文字幕| 国产又黄又大久久| 欧美日韩国产成人在线免费| 国产精品久久久久婷婷 | 青青草精品视频| 在线一区二区三区四区五区| 久久这里只有精品6| 亚洲二区在线视频| 91蜜桃网址入口| 国产肉丝袜一区二区| 麻豆成人综合网| 欧美日韩你懂得| 亚洲精品国产无天堂网2021| 不卡视频在线观看| 久久久三级国产网站| 免费成人你懂的| 欧美人牲a欧美精品| 亚洲中国最大av网站| a亚洲天堂av| 中文字幕第一区综合| 国产精品一区一区| 精品人在线二区三区| 日本特黄久久久高潮| 69堂国产成人免费视频| 亚洲国产毛片aaaaa无费看 | 久久黄色级2电影| 91精品国产一区二区三区蜜臀| 亚洲国产美女搞黄色| 在线观看免费视频综合| 一区二区三区精品视频| 91麻豆精品视频| 亚洲久草在线视频| 色综合视频一区二区三区高清| 中文字幕中文字幕在线一区 | 亚洲成人黄色小说| 欧美视频在线观看一区二区| 一区二区三区视频在线观看| 欧美羞羞免费网站| 亚洲一区二区三区在线播放| 91久久精品一区二区二区| 亚洲精品乱码久久久久久日本蜜臀| 欧美精品一区二区蜜臀亚洲| 男女性色大片免费观看一区二区| 555www色欧美视频| 免费成人美女在线观看.| 欧美变态凌虐bdsm| 国产伦精品一区二区三区免费| 久久久综合网站| 国产69精品久久99不卡| 国产精品午夜久久| 91蜜桃传媒精品久久久一区二区| 亚洲人xxxx| 欧美高清你懂得| 久久99精品久久久久久| 国产偷国产偷亚洲高清人白洁 | 国产大陆a不卡| 成人免费在线播放视频| 欧洲色大大久久| 蜜桃一区二区三区在线| 国产视频视频一区| 91啪亚洲精品| 天天影视网天天综合色在线播放| 日韩午夜在线观看视频| 国产sm精品调教视频网站| 樱花影视一区二区| 欧美一级片在线看| 懂色一区二区三区免费观看|