1 Star 0 Fork 0

hoopoo/cglm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Recep Aslantas 提交于 2018-04-18 21:47 . build: improve calling libtoolize
#! /bin/sh
#
# Copyright (c), Recep Aslantas.
#
# MIT License (MIT), http://opensource.org/licenses/MIT
# Full license can be found in the LICENSE file
#
cd $(dirname "$0")
autoheader
if [ "$(uname)" = "Darwin" ]; then
glibtoolize
else
libtoolize
fi
aclocal -I m4
autoconf
automake --add-missing --copy
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hoopoo/cglm.git
git@gitee.com:hoopoo/cglm.git
hoopoo
cglm
cglm
master

搜索帮助