wrapper.in

来自「LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用」· IN 代码 · 共 94 行

IN
94
字号
#! /bin/sh## --------------------- #### M4sh Initialization.  #### --------------------- ### Be Bourne compatibleif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  emulate sh  NULLCMD=:  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  # is contrary to our usage.  Disable this feature.  alias -g '${1+"$@"}'='"$@"'elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  set -o posixfi# Support unset when possible.if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  as_unset=unsetelse  as_unset=falsefi# Work around bugs in pre-3.0 UWIN ksh.$as_unset ENV MAIL MAILPATHPS1='$ 'PS2='> 'PS4='+ '# NLS nuisances.for as_var in \  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  LC_TELEPHONE LC_TIMEdo  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    eval $as_var=C; export $as_var  else    $as_unset $as_var  fidone# Required to use basename.if expr a : '\(a\)' >/dev/null 2>&1; then  as_expr=exprelse  as_expr=falsefiif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then  as_basename=basenameelse  as_basename=falsefi# Name of the executable.as_me=`$as_basename "$0" ||$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \	 X"$0" : 'X\(//\)$' \| \	 X"$0" : 'X\(/\)$' \| \	 .     : '\(.\)' 2>/dev/null ||echo X/"$0" |    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }  	  /^X\/\(\/\/\)$/{ s//\1/; q; }  	  /^X\/\(\/\).*/{ s//\1/; q; }  	  s/.*/./; q'`# @configure_input@# Running `$0' as if it were installed.AUTOCONF=@abs_top_builddir@/bin/autoconfAUTOHEADER=@abs_top_builddir@/bin/autoheaderAUTOM4TE=@abs_top_builddir@/bin/autom4teAUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfgautom4te_perllibdir=@abs_top_srcdir@/libexport AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdircase $as_me in  ifnames)     # Does not have lib files.     exec @abs_top_builddir@/bin/$as_me ${1+"$@"}     ;;  *)     # We might need files from the build tree (frozen files), in     # addition of src files.     exec @abs_top_builddir@/bin/$as_me \	  -B @abs_top_builddir@/lib \	  -B @abs_top_srcdir@/lib ${1+"$@"}esacexit 1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?