15 Star 24 Fork 16

feng/libphenom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wez Furlong 提交于 2013-11-17 04:21 +08:00 . add gimli tracer module support
#!/bin/sh
# vim:ts=2:sw=2:et:
if test ! -d .acaux ; then
mkdir .acaux
fi
if test -d "autom4te.cache" ; then
rm -rf autom4te.cache
fi
aclocal
autoheader
case `uname` in
Darwin)
LIBTOOLIZE=${LIBTOOLIZE:-glibtoolize}
;;
*)
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
;;
esac
$LIBTOOLIZE --no-warn -i -f
automake --add-missing --foreign
autoconf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yf33/libphenom.git
git@gitee.com:yf33/libphenom.git
yf33
libphenom
libphenom
master

搜索帮助