7 Star 0 Fork 2

leegoobin/GitBlocks

forked from 盲大人/GitBlocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bootstrap 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Oltmann 提交于 2015-03-22 16:57 . Switched to autotools build system
#!/bin/sh
AUTOCONF=autoconf
#AUTOHEADER=autoheader
AUTOMAKE=automake
ACLOCAL=aclocal
LIBTOOLIZE=libtoolize
# clean up files which cause confusion when switch versions of auto*
rm -rf autom4te.cache
$LIBTOOLIZE --force --copy && \
$ACLOCAL $ACLOCAL_FLAGS && \
$AUTOMAKE --include-deps --add-missing --foreign --copy && \
$AUTOCONF
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uesoft/GitBlocks.git
[email protected]:uesoft/GitBlocks.git
uesoft
GitBlocks
GitBlocks
master

搜索帮助