we know this version works. require 1.5.22
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4684 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
106d49ff79
commit
dab4fbff55
|
@ -32,11 +32,11 @@ else
|
||||||
echo "bootstrap: autoconf version $ac_version (ok)"
|
echo "bootstrap: autoconf version $ac_version (ok)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# automake 1.9 or newer
|
# automake 1.7 or newer
|
||||||
am_version=`${AUTOMAKE:-automake} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'`
|
am_version=`${AUTOMAKE:-automake} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'`
|
||||||
if test -z "$am_version"; then
|
if test -z "$am_version"; then
|
||||||
echo "bootstrap: automake not found."
|
echo "bootstrap: automake not 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
|
||||||
fi
|
fi
|
||||||
|
@ -69,7 +69,7 @@ IFS=.; set $lt_version; IFS=' '
|
||||||
lt_status="good"
|
lt_status="good"
|
||||||
|
|
||||||
if test "$1" = "1"; then
|
if test "$1" = "1"; then
|
||||||
if test "$2" -lt "5" -o "$2" = "5" -a "$3" -lt "7" || test ; then
|
if test "$2" -lt "5" -o "$2" = "5" -a "$3" -lt "22" || test ; then
|
||||||
lt_status="bad"
|
lt_status="bad"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue