1 Star 0 Fork 6

菜頭/libXCam

forked from Gitee 极速下载/libXCam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
pre_commit_hook=".git/hooks/pre-commit"
if test ! -L $pre_commit_hook;
then
rm -rf $pre_commit_hook
ln -s ../../tools/pre-commit-code-style.sh $pre_commit_hook
echo "link $pre_commit_hook to code style check"
fi
echo "Generating configure files"
autoreconf -i
# Run twice to get around a "ltmain.sh" bug
autoreconf --install --force
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/ShenZheng_GuangDong/libXCam.git
git@gitee.com:ShenZheng_GuangDong/libXCam.git
ShenZheng_GuangDong
libXCam
libXCam
master

搜索帮助