Author: Tzafrir Cohen <tzafrir@debian.org>
Bug: https://issues.asterisk.org/view.php?id=17161
Forwarded-Upstream: no

Remove the special case for BSD in the bootstrap script. This is a
simple brute-force patch until I figure out why that specific version
of autoconf is needed on BSD.

--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -21,10 +21,6 @@ case `uname -sr` in
 		export AUTOCONF_VERSION=2.63
 		export AUTOMAKE_VERSION=1.9
 		;;
-	*'BSD'*)
-		MY_AC_VER=-2.62
-		MY_AM_VER=-1.9
-		;;
 	*'SunOS '*)
 		MY_AC_VER=
 		MY_AM_VER=-1.9
