1 Star 0 Fork 1

Jessica / tmux

forked from xx05800 / tmux 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
if [ "x$(uname)" = "xOpenBSD" ]; then
[ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.15
[ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.69
fi
die()
{
echo "$@" >&2
exit 1
}
mkdir -p etc
aclocal || die "aclocal failed"
automake --add-missing --force-missing --copy --foreign || die "automake failed"
autoreconf || die "autoreconf failed"
1
https://gitee.com/Jessica007/tmux.git
git@gitee.com:Jessica007/tmux.git
Jessica007
tmux
tmux
master

搜索帮助