1 Star 0 Fork 10

ustar/CW-Zabbix

forked from 云智慧/CW-Zabbix 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bootstrap.sh 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩绍文 提交于 2020-10-22 16:00 . init
#!/bin/sh
# Run this script to generate 'configure'
usage()
{
echo "usage: $0 [tests]"
exit 1
}
case $# in
0)
# disable tests
rm -f m4/conf_tests.m4
;;
1)
[ $1 = "tests" ] || usage
# enable tests
cp -f tests/conf_tests.m4 m4/ || exit $?
;;
*)
usage
;;
esac
aclocal -I m4
autoconf
autoheader
automake -a
automake
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ihavec/CW-Zabbix.git
[email protected]:ihavec/CW-Zabbix.git
ihavec
CW-Zabbix
CW-Zabbix
master

搜索帮助