Merge "BuildSystem: Enable autotools in NetBSD." into 13

certified/13.21
Jenkins2 7 years ago committed by Gerrit Code Review
commit 5fedd85bd1

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

Loading…
Cancel
Save