[Freeswitch-svn] [commit] r4670 - freeswitch/trunk

Freeswitch SVN mikej at freeswitch.org
Mon Mar 19 17:31:30 EDT 2007


Author: mikej
Date: Mon Mar 19 17:31:30 2007
New Revision: 4670

Modified:
   freeswitch/trunk/bootstrap.sh

Log:
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)

Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Mon Mar 19 17:31:30 2007
@@ -41,9 +41,9 @@
 exit 1
 fi
 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 "           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."
 exit 1
 else



More information about the Freeswitch-svn mailing list