BuildSystem: Enable autotools in NetBSD.

ASTERISK-27716

Change-Id: I52525e35e1620341272219911d054a1e3d3ec01e
pull/10/head
Alexander Traud 7 years ago
parent e58ae393b1
commit 7e9734a858

@ -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

Loading…
Cancel
Save