1 Star 0 Fork 0

xmake-io / xmake-core-sv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# autogen.sh --
#
# Run this in the top source directory to rebuild the infrastructure.
LIBTOOLIZE=${LIBTOOLIZE:=libtoolize}
set -xe
test -d m4 || mkdir -p m4
test -f m4/libtool.m4 || "$LIBTOOLIZE"
autoreconf --warnings=all --install --verbose "$@"
### end of file
1
https://gitee.com/xmake-io/xmake-core-sv.git
git@gitee.com:xmake-io/xmake-core-sv.git
xmake-io
xmake-core-sv
xmake-core-sv
xmake-core

搜索帮助