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
@@ -17,10 +17,6 @@
 		MY_AC_VER=259
 		MY_AM_VER=19
 		;;
-	*'BSD'*)
-		MY_AC_VER=-2.62
-		MY_AM_VER=-1.9
-		;;
 	*'SunOS '*)
 		MY_AC_VER=
 		MY_AM_VER=-1.9
