1 Star 0 Fork 1

AlvinEAI / libdmtx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Create empty m4 directory if missing
if [[ ! -d "m4" ]]; then
echo "autogen.sh: creating empty m4 directory"
mkdir m4
fi
echo "autogen.sh: running autoreconf"
autoreconf --force --install
C
1
https://gitee.com/wohaha5588/libdmtx.git
git@gitee.com:wohaha5588/libdmtx.git
wohaha5588
libdmtx
libdmtx
master

搜索帮助