From eb349111cb47265c159f873aab288f6956fc7568 Mon Sep 17 00:00:00 2001 From: jungle-boogie Date: Wed, 14 Dec 2016 11:18:50 -0800 Subject: [PATCH] bump autoconf/automake for openbsd now matches freebsd and bootstrap works on openbsd. --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1815ab4..30eac62 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,8 +14,8 @@ check_for_app() { case `uname -sr` in OpenBSD*) - export AUTOCONF_VERSION=2.63 - export AUTOMAKE_VERSION=1.9 + export AUTOCONF_VERSION=2.69 + export AUTOMAKE_VERSION=1.15 ;; FreeBSD*) AUTOCONF_VERSION=2.69