提交 30ccc85d authored 作者: Anthony Minessale's avatar Anthony Minessale

create modules.conf on bootstrap if it does not exist

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6232 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 35b9753f
...@@ -7,6 +7,11 @@ SUBDIRS="codec/g7xx codec/g726 codec/gsm codec/ilbc codec/lpc10 curl iax iksemel ...@@ -7,6 +7,11 @@ SUBDIRS="codec/g7xx codec/g726 codec/gsm codec/ilbc codec/lpc10 curl iax iksemel
js js/nsprpub libdingaling libetpan libresample libsndfile pcre sofia-sip \ js js/nsprpub libdingaling libetpan libresample libsndfile pcre sofia-sip \
speex sqlite srtp xmlrpc-c"; speex sqlite srtp xmlrpc-c";
if [ ! -f modules.conf ]; then
cp build/modules.conf.in modules.conf
fi
# keep automake from making us magically GPL, and to stop complaining about missing files. # keep automake from making us magically GPL, and to stop complaining about missing files.
cp -f docs/COPYING . cp -f docs/COPYING .
cp -f docs/AUTHORS . cp -f docs/AUTHORS .
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论