提交 18f7bb1f authored 作者: Michael Jerris's avatar Michael Jerris

I don't think we really need automake 1.9. Lets try and see if 1.7 will work (I…

I don't think we really need automake 1.9.  Lets try and see if 1.7 will work (I tried it yesterday and it seemed to work)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4670 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 31656e01
...@@ -41,9 +41,9 @@ echo " to build FreeSWITCH from SVN." ...@@ -41,9 +41,9 @@ echo " to build FreeSWITCH from SVN."
exit 1 exit 1
fi fi
IFS=.; set $am_version; IFS=' ' IFS=.; set $am_version; IFS=' '
if test "$1" = "1" -a "$2" -lt "9"; then if test "$1" = "1" -a "$2" -lt "7"; then
echo "bootstrap: automake version $am_version found." echo "bootstrap: automake version $am_version found."
echo " You need automake version 1.9 or newer installed" echo " You need automake version 1.7 or newer installed"
echo " to build FreeSWITCH from SVN." echo " to build FreeSWITCH from SVN."
exit 1 exit 1
else else
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论