[Freeswitch-svn] [commit] r5171 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Mon May 14 10:21:38 EDT 2007
Author: anthm
Date: Mon May 14 10:21:38 2007
New Revision: 5171
Modified:
freeswitch/trunk/bootstrap.sh
Log:
deal with extra _x in autoconf version
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Mon May 14 10:21:38 2007
@@ -22,6 +22,8 @@
echo " to build FreeSWITCH from SVN."
exit 1
fi
+IFS=_; set $ac_version; IFS=' '
+ac_version=$1
IFS=.; set $ac_version; IFS=' '
if test "$1" = "2" -a "$2" -lt "59" || test "$1" -lt "2"; then
echo "bootstrap: autoconf version $ac_version found."
More information about the Freeswitch-svn
mailing list