1 Star 0 Fork 2

alechy / tinyproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
alechy 提交于 2018-01-01 09:29 . add x to sh
#!/bin/sh
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
set -x
cd $srcdir
aclocal -I m4macros \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf
cd $ORIGDIR
set -
echo $srcdir/configure "$@"
$srcdir/configure "$@"
RC=$?
if test $RC -ne 0; then
echo
echo "Configure failed or did not finish!"
exit $RC
fi
echo
echo "Now type 'make' to compile Tinyproxy."
1
https://gitee.com/alechy/tinyproxy.git
git@gitee.com:alechy/tinyproxy.git
alechy
tinyproxy
tinyproxy
master

搜索帮助