BuildSystem: Enable autotools in NetBSD.

ASTERISK-27716

Change-Id: I52525e35e1620341272219911d054a1e3d3ec01e
This commit is contained in:
Alexander Traud 2018-03-05 11:16:12 +01:00
parent e58ae393b1
commit 7e9734a858
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ case `uname -sr` in
MY_AC_VER=
MY_AM_VER=
;;
NetBSD*)
MY_AC_VER=
MY_AM_VER=
;;
OpenBSD*)
# pkg_add autoconf%2.63 automake%1.9 metaauto
[ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63