From: Alexander Traud Date: Mon, 5 Mar 2018 10:16:12 +0000 (+0100) Subject: BuildSystem: Enable autotools in NetBSD. X-Git-Tag: 13.21.0-rc1~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af1446d6ea7ba2651402bfd8305a365d7f83b82;p=thirdparty%2Fasterisk.git BuildSystem: Enable autotools in NetBSD. ASTERISK-27716 Change-Id: I52525e35e1620341272219911d054a1e3d3ec01e --- diff --git a/bootstrap.sh b/bootstrap.sh index 1ceb326a0d..106f202a2a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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