maintainer-prep

来自「pc 透過simens mobile phone 連線,可直接傳訊.」· 代码 · 共 26 行

TXT
26
字号
#!/bin/shAMRUN=""rm -f src/*~ *~make maintainer-cleanautoheader -Wallautoconf -Wallfor i in automake automake-1.6 automake-1.7; do    if [ `which $i` ]; then	AMRUN="$i"    fidoneif [ -z "$AMRUN" ]; then    echo "No automake installed."else    case `$AMRUN --version | head -n 1 | cut -f 4 -d " "` in    1.6* | 1.7*)	$AMRUN -a -c -f 2>/dev/null	;;    *)        echo "Please use automake version 1.6.x or 1.7.x"        ;;    esacfirm -rf autom4te.cache missing mkinstalldirssed -e s/%%version%%/`./configure --version | grep ^scmxx | cut -f 3 -d " "`/ scmxx.spec.in > scmxx.spec

⌨️ 快捷键说明

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