From acc8bbbaf53e0c6e1ef45e4b6195f8c67621da8a Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Wed, 8 Jul 2009 14:45:15 +0000
Subject: [PATCH] FreeBSD now has autoconf 2.62 in the ports, 2.61 has
 disappeared.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index de7dd3a1a3..df2645ee1a 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -20,7 +20,7 @@ if [ $? = 0 ] ; then	# BSD case
 			MY_AM_VER=19
 			;;
 		*)
-			MY_AC_VER=-2.61
+			MY_AC_VER=-2.62
 			MY_AM_VER=-1.9
 			;;
 	esac
-- 
GitLab