1 Star 0 Fork 0

vsf-linux / SDL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
set -e
echo "Generating build information using autoconf"
echo "This may take a while ..."
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
cd "$srcdir"
# Regenerate configuration files
cat acinclude/* >aclocal.m4
"${AUTOCONF:-autoconf}"
rm aclocal.m4
rm -rf autom4te.cache
(cd test; sh autogen.sh)
echo "Now you are ready to run ./configure"
1
https://gitee.com/vsf-linux/SDL.git
git@gitee.com:vsf-linux/SDL.git
vsf-linux
SDL
SDL
main

搜索帮助