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

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

?? ltconfig

?? sdl的gfx開發包
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh# ltconfig - Create a system-specific libtool.# Copyright (C) 1996-1999 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' ||   test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then  # 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' &&       test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = 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' &&       test "X`(print -r "$echo_test_string") 2>/dev/null`" = 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' &&	 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then	# Cool, printf works	:      elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&	   test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = 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 test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&	   test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = 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}" "$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.3.5TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)"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=noltmain=silent=srcdir=ac_config_guess=ac_config_sub=host=nonopt=ofile="$default_ofile"verify_host=yeswith_gcc=nowith_gnu_ld=noneed_locks=yesac_ext=cobjext=olibext=aexeext=cache_file=old_AR="$AR"old_CC="$CC"old_CFLAGS="$CFLAGS"old_CPPFLAGS="$CPPFLAGS"old_LDFLAGS="$LDFLAGS"old_LD="$LD"old_LN_S="$LN_S"old_LIBS="$LIBS"old_NM="$NM"old_RANLIB="$RANLIB"old_DLLTOOL="$DLLTOOL"old_OBJDUMP="$OBJDUMP"old_AS="$AS"# 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]... [HOST [LTMAIN]]Generate a system-specific libtool script.    --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    --with-gcc             assume that the GNU C compiler will be used    --with-gnu-ld          assume that the C compiler uses the GNU linker    --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  ;;  --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 ;;  --with-gcc) with_gcc=yes ;;  --with-gnu-ld) with_gnu_ld=yes ;;  --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 1fi# Quote any args containing shell metacharacters.ltconfig_args=for argdo  case "$arg" in  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ltconfig_args="$ltconfig_args '$arg'" ;;  *) ltconfig_args="$ltconfig_args $arg" ;;  esacdone# A relevant subset of AC_INIT.# File descriptor usage:# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 5 compiler messages saved in config.log# 6 checking for... messages and resultsif test "$silent" = yes; then  exec 6>/dev/nullelse  exec 6>&1fiexec 5>>./config.log# NLS nuisances.# Only set LANG and LC_ALL to C if already set.# These must not be set unconditionally because not all systems understand# e.g. LANG=C (notably SCO).if test "X${LC_ALL+set}" = Xset; then LC_ALL=C; export LC_ALL; fiif test "X${LANG+set}"   = Xset; then LANG=C;   export LANG;   fiif test -n "$cache_file" && test -r "$cache_file"; then  echo "loading cache $cache_file within ltconfig"  . $cache_filefiif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiif test -z "$srcdir"; then  # Assume the source directory is the same one as the path to LTMAIN.  srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`  test "$srcdir" = "$ltmain" && srcdir=.fitrap "$rm conftest*; exit 1" 1 2 15if test "$verify_host" = yes; then  # Check for config.guess and config.sub.  ac_aux_dir=  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do    if test -f $ac_dir/config.guess; then      ac_aux_dir=$ac_dir

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区电影在线播| 色噜噜偷拍精品综合在线| 91麻豆精品秘密| 日韩三级精品电影久久久| 日韩毛片高清在线播放| 国产老肥熟一区二区三区| 91国产成人在线| 国产精品色在线| 黑人巨大精品欧美一区| 欧美日韩精品二区第二页| 亚洲欧洲日韩一区二区三区| 国产专区欧美精品| 91精品婷婷国产综合久久性色| 国产精品免费网站在线观看| 狠狠色伊人亚洲综合成人| 欧美精选一区二区| 丝袜美腿一区二区三区| 在线看不卡av| 一区二区在线观看视频| 成人国产在线观看| 欧美韩日一区二区三区| 国产精品一区久久久久| 日韩精品资源二区在线| 日韩二区在线观看| 欧美电影在线免费观看| 亚洲成人在线免费| 欧美性猛交一区二区三区精品| 亚洲天堂2016| 色国产综合视频| 亚洲女人小视频在线观看| 成人黄色电影在线 | 国产成人亚洲综合a∨猫咪| 91精品婷婷国产综合久久性色 | 中文字幕免费在线观看视频一区| 麻豆精品一区二区三区| 日韩一区二区三免费高清| 奇米888四色在线精品| 欧美日韩不卡在线| 日韩精品亚洲专区| 欧美tk丨vk视频| 国产成人精品亚洲777人妖 | 欧美一区二区三区在线| 免费成人结看片| 久久欧美一区二区| 国产福利一区二区三区视频| 国产精品久久久久天堂| 91影视在线播放| 午夜欧美大尺度福利影院在线看| 67194成人在线观看| 奇米色一区二区三区四区| 久久综合给合久久狠狠狠97色69| 国产精品一二三在| 亚洲激情校园春色| 欧美男人的天堂一二区| 极品少妇一区二区| 中文字幕亚洲一区二区va在线| 色系网站成人免费| 久久精品国产免费| 中文字幕在线观看一区二区| 欧美三级韩国三级日本一级| 蓝色福利精品导航| 亚洲免费视频中文字幕| 欧美丰满嫩嫩电影| av一本久道久久综合久久鬼色| 亚洲综合一二三区| 国产亚洲成aⅴ人片在线观看 | 国产在线精品一区二区夜色| 国产精品视频线看| 欧美一级国产精品| 99国产精品99久久久久久| 日本女优在线视频一区二区| 中文字幕二三区不卡| 欧美日韩成人在线| 97精品国产露脸对白| 日韩不卡一区二区三区| 中文字幕一区二区三区不卡| 日韩一级免费一区| 91福利在线导航| 国产精品亚洲一区二区三区妖精 | 精品一区二区三区久久久| 国产精品久久久久久久久搜平片| 91精品国产入口| 色偷偷88欧美精品久久久| 麻豆国产91在线播放| 亚洲一区二区三区小说| 日本一区二区三区电影| 日韩久久久精品| 欧美日韩另类一区| 99麻豆久久久国产精品免费优播| 加勒比av一区二区| 丝袜美腿高跟呻吟高潮一区| 亚洲日本一区二区三区| 国产婷婷精品av在线| 欧美电影免费观看高清完整版在线 | 欧美日韩一级片在线观看| 国产成人精品免费看| 奇米色777欧美一区二区| 亚洲综合一区二区精品导航| 亚洲色图色小说| 国产精品二区一区二区aⅴ污介绍| 日韩午夜小视频| 欧美日韩成人一区二区| 欧洲视频一区二区| 色网站国产精品| 色妞www精品视频| 97久久超碰国产精品电影| 懂色av一区二区三区蜜臀| 国产福利视频一区二区三区| 国产精品亚洲一区二区三区在线| 国产最新精品免费| 国产一区二区成人久久免费影院| 韩国精品主播一区二区在线观看| 蜜桃视频免费观看一区| 麻豆精品在线视频| 蜜臀av性久久久久av蜜臀妖精| 人人精品人人爱| 久久国产尿小便嘘嘘| 国产在线不卡一区| 粉嫩aⅴ一区二区三区四区| 成人美女视频在线看| 91在线观看地址| 欧美性大战久久| 日韩一级欧美一级| 国产视频一区在线观看 | 精品国内二区三区| 国产亚洲成aⅴ人片在线观看| 国产日韩欧美高清| 国产精品久久久久aaaa樱花| 亚洲欧洲日韩在线| 亚洲成a人v欧美综合天堂| 日韩黄色免费电影| 国模娜娜一区二区三区| 国产成人综合在线| 91在线免费视频观看| 欧洲人成人精品| 日韩视频在线永久播放| 久久这里只有精品视频网| 国产精品国产三级国产三级人妇 | 国产精品免费视频一区| 一区二区三区欧美在线观看| 亚洲国产精品影院| 国内精品嫩模私拍在线| 波多野结衣中文字幕一区二区三区 | 8v天堂国产在线一区二区| 精品国产一区二区国模嫣然| 中文字幕在线观看一区二区| 五月综合激情婷婷六月色窝| 国产一区二区三区不卡在线观看| 色综合咪咪久久| 日韩午夜激情免费电影| 一区二区中文字幕在线| 日本成人在线视频网站| 成人av免费在线播放| 欧美一级在线视频| 国产精品电影院| 美女视频黄a大片欧美| 99久久精品国产一区二区三区| 在线电影欧美成精品| 国产精品人妖ts系列视频| 亚洲国产精品尤物yw在线观看| 国产一区二区三区免费播放 | 亚洲国产综合视频在线观看| 精品综合免费视频观看| 日本道精品一区二区三区| 亚洲精品在线免费观看视频| 一区二区在线观看av| 国产高清成人在线| 91麻豆精品国产91久久久使用方法 | 成人高清免费观看| 欧美大片在线观看| 亚洲一二三区在线观看| 国产91在线|亚洲| 日韩精品一区二区三区三区免费| 一区二区在线看| 99视频精品免费视频| 久久―日本道色综合久久| 午夜精品一区二区三区免费视频 | 欧美人妇做爰xxxⅹ性高电影| 国产精品人成在线观看免费| 欧美aaaaaa午夜精品| 日本黄色一区二区| 国产精品国产三级国产普通话99| 久久国产生活片100| 欧美日韩国产综合久久| 亚洲另类在线一区| 99视频有精品| 1024成人网色www| 99久久免费精品高清特色大片| 久久久不卡影院| 国产最新精品精品你懂的| 欧美成人伊人久久综合网| 午夜在线电影亚洲一区| 欧美综合色免费| 一区二区三区国产豹纹内裤在线 | 亚洲国产裸拍裸体视频在线观看乱了| 国产suv精品一区二区883| 国产日韩欧美麻豆| 成人午夜激情视频| 国产精品欧美久久久久无广告 | 欧美日韩一区三区|