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

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

?? ltconfig

?? MPEG-4編解碼的實(shí)現(xiàn)(包括MPEG4視音頻編解碼)
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
#! /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=echo
if test "X$1" = X--no-reexec; then
  # Discard the --no-reexec flag, and continue.
  shift
elif 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+"$@"}
fi

if test "X$1" = X--fallback-echo; then
  # used as fallback echo
  shift
  cat <<EOF
$*
EOF
  exit 0
fi

# 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=':' ;;
  esac
fi

# 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; fi

if 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
  done
fi

if 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
  fi
fi

# 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=ltconfig
PACKAGE=libtool
VERSION=1.3.5
TIMESTAMP=" (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=libtool
can_build_shared=yes
enable_shared=yes
# All known linkers require a `.a' archive for static linking (except M$VC,
# which needs '.lib').
enable_static=yes
enable_fast_install=yes
enable_dlopen=unknown
enable_win32_dll=no
ltmain=
silent=
srcdir=
ac_config_guess=
ac_config_sub=
host=
nonopt=
ofile="$default_ofile"
verify_host=yes
with_gcc=no
with_gnu_ld=no
need_locks=yes
ac_ext=c
objext=o
libext=a
exeext=
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 option
do
  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 <<EOM
Usage: $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 file

LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
that 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 ;;
  esac
done

if test -z "$ltmain"; then
  echo "$progname: you must specify a LTMAIN file" 1>&2
  echo "$help" 1>&2
  exit 1
fi

if test ! -f "$ltmain"; then
  echo "$progname: \`$ltmain' does not exist" 1>&2
  echo "$help" 1>&2
  exit 1
fi

# Quote any args containing shell metacharacters.
ltconfig_args=
for arg
do
  case "$arg" in
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ltconfig_args="$ltconfig_args '$arg'" ;;
  *) ltconfig_args="$ltconfig_args $arg" ;;
  esac
done

# 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 results
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 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; fi
if test "X${LANG+set}"   = Xset; then LANG=C;   export LANG;   fi

if test -n "$cache_file" && test -r "$cache_file"; then
  echo "loading cache $cache_file within ltconfig"
  . $cache_file
fi

if (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=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产清纯白嫩初高生在线观看91| 视频一区二区中文字幕| 国产a视频精品免费观看| 久久精品在这里| 91久久人澡人人添人人爽欧美| 亚洲一区二区三区四区在线观看 | 国产精品综合二区| 成人免费小视频| 欧美一区二区三区日韩视频| 精品一区二区在线看| 一区二区三区波多野结衣在线观看 | 26uuu色噜噜精品一区二区| 亚洲精品伦理在线| 国产精品美女视频| 亚洲小说春色综合另类电影| 亚洲国产精品久久久男人的天堂| 亚洲乱码国产乱码精品精可以看 | 国产激情视频一区二区在线观看| 日韩欧美亚洲国产精品字幕久久久 | 日韩欧美成人一区| 国产精品正在播放| 亚洲综合在线视频| 国产色婷婷亚洲99精品小说| 91网站在线播放| 国内成人精品2018免费看| 亚洲第一精品在线| 国产精品视频一二三| 国产喂奶挤奶一区二区三区| 欧美一级生活片| 欧美成人精品二区三区99精品| 欧美色中文字幕| 欧美图区在线视频| 色丁香久综合在线久综合在线观看 | 精品国产sm最大网站免费看| 欧美视频在线播放| 欧美日韩精品一区二区| 在线精品视频小说1| 欧美亚洲一区二区在线| 欧美日精品一区视频| 91美女视频网站| 色综合一区二区| 欧美日韩综合色| 精品粉嫩超白一线天av| 国产欧美精品区一区二区三区| 国产精品毛片久久久久久| 亚洲韩国精品一区| 成人网男人的天堂| 欧美肥妇bbw| 精品va天堂亚洲国产| 欧美网站一区二区| 最新日韩av在线| 水野朝阳av一区二区三区| 91在线porny国产在线看| 国产精品久久久久久久午夜片| 91一区在线观看| 亚洲人成网站色在线观看| 久久99久久久欧美国产| 正在播放亚洲一区| 国产精品白丝在线| 国产一区在线不卡| 精品国产91乱码一区二区三区 | av日韩在线网站| 奇米一区二区三区| 波多野洁衣一区| 这里只有精品免费| 亚洲日本丝袜连裤袜办公室| 青青草视频一区| 91免费看`日韩一区二区| 精品精品国产高清一毛片一天堂| 亚洲成人资源网| 91精品麻豆日日躁夜夜躁| 全国精品久久少妇| 欧美极品少妇xxxxⅹ高跟鞋| 美女脱光内衣内裤视频久久网站| 欧美日精品一区视频| 亚洲成va人在线观看| 日韩免费视频一区| 久草这里只有精品视频| 精品美女被调教视频大全网站| 男人操女人的视频在线观看欧美| 欧美日韩亚洲国产综合| 丝袜脚交一区二区| 91精品久久久久久久久99蜜臂| 免费成人你懂的| 亚洲精品在线一区二区| 成人h动漫精品一区二区| 亚洲女女做受ⅹxx高潮| 日韩美女主播在线视频一区二区三区| 欧美激情中文不卡| 欧美亚洲国产一区二区三区| 亚洲成人先锋电影| 精品国产123| 色婷婷香蕉在线一区二区| 亚洲欧美一区二区三区久本道91| 成人午夜短视频| 婷婷综合在线观看| 欧美激情综合五月色丁香| 色久优优欧美色久优优| 国产99精品视频| 国产资源精品在线观看| 亚洲va欧美va人人爽| 中文字幕佐山爱一区二区免费| 久久婷婷综合激情| 日韩午夜av电影| 久久五月婷婷丁香社区| 国产日本欧美一区二区| 国产日韩精品一区二区浪潮av| 亚洲日本一区二区| 国产精品毛片无遮挡高清| 国产精品毛片久久久久久久| 亚洲欧美色一区| 午夜精品一区二区三区电影天堂| 久久精品人人做人人综合| 久久亚洲精品小早川怜子| 欧美综合视频在线观看| 色94色欧美sute亚洲线路一ni| 粉嫩绯色av一区二区在线观看 | 中文字幕欧美区| 国产亚洲欧美一区在线观看| 久久女同性恋中文字幕| 国产丝袜美腿一区二区三区| 中文字幕欧美日本乱码一线二线| 99国产精品国产精品久久| 亚洲欧美激情一区二区| 亚洲欧美日韩国产中文在线| 亚洲人成亚洲人成在线观看图片| 亚洲女同一区二区| 免费在线观看精品| 国产99久久久国产精品 | 蜜臀av亚洲一区中文字幕| 99精品视频在线观看免费| 国产精品69毛片高清亚洲| 色天使色偷偷av一区二区| 日韩无一区二区| 国产精品免费视频一区| 日韩在线卡一卡二| 一本一本久久a久久精品综合麻豆| 国内精品国产成人| 中文字幕中文字幕在线一区| 日韩三级视频在线看| 中文字幕在线观看不卡| 日韩精品一二区| 欧美在线短视频| 中文字幕高清不卡| 国产精品资源站在线| 欧美在线看片a免费观看| 国产精品拍天天在线| 国产米奇在线777精品观看| 欧美日韩五月天| 亚洲一区二区三区四区在线观看| 国产成人av一区二区| 欧美不卡123| 麻豆一区二区三区| 91免费精品国自产拍在线不卡| 亚洲精品视频在线观看网站| 伊人夜夜躁av伊人久久| 紧缚奴在线一区二区三区| 在线播放欧美女士性生活| 天天亚洲美女在线视频| 色狠狠一区二区| 日韩vs国产vs欧美| 精品久久久久香蕉网| 丁香网亚洲国际| 一区二区三区免费看视频| 欧美美女bb生活片| 丝袜a∨在线一区二区三区不卡| 欧美日韩成人综合| 久久精品国产99久久6| 精品国产一区二区三区忘忧草| 国产麻豆成人传媒免费观看| 亚洲精品一区二区在线观看| 亚洲va国产天堂va久久en| 99久久精品情趣| 久久精品欧美日韩精品| 一区二区三区在线观看国产| 欧美三区免费完整视频在线观看| 亚洲国产成人精品视频| 久久久精品综合| 欧美久久久久免费| 国产中文字幕精品| 夜夜嗨av一区二区三区网页| 26uuu精品一区二区在线观看| 99久久国产免费看| 久久99国内精品| 亚洲一线二线三线久久久| 国产精品视频免费| 日韩欧美的一区二区| 欧美日韩不卡一区| 欧洲av一区二区嗯嗯嗯啊| 久久精品国产99久久6| 亚洲综合色区另类av| 国产精品网站在线观看| 精品免费日韩av| 欧美成人a在线| 日韩精品影音先锋| 欧美一区二区三区影视| 欧美妇女性影城| 精品国产乱码久久| 国产精品毛片久久久久久久| 欧美激情资源网|