1 Star 0 Fork 0

NaNisNumber / lighttpd2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
set -e
if [ ! -f configure.ac -o ! -f COPYING ]; then
echo "Doesn't look like you're in the source directory" >&2
exit 1
fi
# old autoreconf/aclocal versions fail hard if m4 doesn't exist
mkdir -p m4
autoreconf --force --install
echo "Now type './configure ...' and 'make' to compile."
1
https://gitee.com/nan0/lighttpd2.git
git@gitee.com:nan0/lighttpd2.git
nan0
lighttpd2
lighttpd2
master

搜索帮助