Ai
1 Star 0 Fork 2

心似南风/tmux

forked from Yj/tmux 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicholas Marriott 提交于 2017-03-22 16:45 +08:00 . Bump automake and autoconf versions.
#!/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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mrclq/tmux.git
git@gitee.com:mrclq/tmux.git
mrclq
tmux
tmux
master

搜索帮助