From: Alexander Traud Date: Fri, 16 Feb 2018 18:30:45 +0000 (+0100) Subject: BuildSystem: Allow newer autotools on OpenBSD. X-Git-Tag: 13.20.0-rc1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ec9be78a220f2a4edb2a8fffa9e9abf8aab467;p=thirdparty%2Fasterisk.git BuildSystem: Allow newer autotools on OpenBSD. ASTERISK-27683 Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624 --- diff --git a/bootstrap.sh b/bootstrap.sh index fe39ea203d..550652bd2f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,8 +18,9 @@ case `uname -sr` in MY_AM_VER= ;; OpenBSD*) - export AUTOCONF_VERSION=2.63 - export AUTOMAKE_VERSION=1.9 + # pkg_add autoconf%2.63 automake%1.9 metaauto + [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63 + [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.9 ;; *'BSD'*) MY_AC_VER=-2.62