1 Star 0 Fork 1

zfjia / openmcu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrey Burbovskiy 提交于 2015-02-15 11:41 . improvement build
#!/bin/sh
top_srcdir=`pwd`
UNAME=`uname`
set -v
#Generating build scripts...
aclocal
autoconf
automake --add-missing --copy
if [ -d ${top_srcdir}/libs/libg722_1 ] ; then
cd ${top_srcdir}/libs/libg722_1/ && ./autogen.sh
fi
if [ "$UNAME" = "FreeBSD" ] ; then
if [ -d ${top_srcdir}/libs/speex ] ; then
cd ${top_srcdir}/libs/speex && autoreconf -fiv
fi
if [ -d ${top_srcdir}/libs/sofia-sip ] ; then
cd ${top_srcdir}/libs/sofia-sip && autoreconf -fiv
fi
fi
C
1
https://gitee.com/ictzfjia/openmcu.git
git@gitee.com:ictzfjia/openmcu.git
ictzfjia
openmcu
openmcu
master

搜索帮助