1 Star 0 Fork 1

飞翔的金花鼠 / ModSecurity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felipe Zimmerle 提交于 2015-06-26 14:35 . Very first commit: libmodsecurity
#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4
case `uname` in Darwin*) glibtoolize --force --copy ;;
*) libtoolize --force --copy ;; esac
autoreconf --install
autoheader
automake --add-missing --foreign --copy --force-missing
autoconf --force
rm -rf autom4te.cache
1
https://gitee.com/python8384/ModSecurity.git
git@gitee.com:python8384/ModSecurity.git
python8384
ModSecurity
ModSecurity
v3/master

搜索帮助