]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
I don't think we really need automake 1.9. Lets try and see if 1.7 will work (I...
authorMichael Jerris <mike@jerris.com>
Mon, 19 Mar 2007 21:31:30 +0000 (21:31 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 19 Mar 2007 21:31:30 +0000 (21:31 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4670 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index e791f14488f4f56008656810be5abe13d3c994fc..d1d5e236c510897cc965240ab0c89a53efe3d57a 100755 (executable)
@@ -41,9 +41,9 @@ echo "           to build FreeSWITCH from SVN."
 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