⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defs

📁 GNU libtool 是一个通用库支持脚本
💻
字号:
# -*- sh -*-# Defines for Libtool testing environment.# Gord Matzigkeit <gord@gnu.ai.mit.edu>, 1996# See if we are running on zsh, and set the options which allow our# commands through without removal of \ escapes.if test -n "${ZSH_VERSION+set}" ; then  setopt NO_GLOB_SUBSTfi# Check that srcdir is set to an absolute path.case "$srcdir" in/* | [A-Za-z]:\\*) ;;*) srcdir=`cd $srcdir && pwd` ;;esacprogname=`echo "$0" | sed 's%^.*/%%'`libtool="../libtool"make="${MAKE-make}"SHELL="${CONFIG_SHELL-/bin/sh}": ${SED=sed}if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then  EGREP='grep -E'else  EGREP='egrep'fiif echo 'ab*c' | (grep -F 'ab*c') >/dev/null 2>&1; then  FGREP='grep -F'else  FGREP='fgrep'fiprefix="./_inst"if test "$need_prefix" = yes; then  # An absolute path to a test installation directory.  test -d $prefix || mkdir $prefix  prefix=`cd $prefix && pwd`else  test -d $prefix && rm -rf $prefix  prefix=NONEfi# Extract CC from the libtool configurationeval `$libtool --config | grep '^CC='`# Extract host from the libtool configurationeval `$libtool --config | grep '^host='`# Extract build from the libtool configurationeval `$libtool --config | grep '^build='`# Disable usage of config.site for autoconf, unless DJGPP is present.# The DJGPP port of autoconf requires config.site, to work correctly.if test -z "$DJGPP"; then    CONFIG_SITE=/nonexistentfi# See how redirections should work.case "$VERBOSE" inNO | no | 0 | "")  exec > /dev/null 2>&1  ;;esacecho "=== Running $progname"

⌨️ 快捷键说明

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