From 6dcab3b76cd93e68f802891e92ef822b7bf1bc3c Mon Sep 17 00:00:00 2001 From: jungle-boogie Date: Thu, 3 Sep 2015 10:29:43 -0700 Subject: [PATCH] bump to latest automake on freebsd freebsd is now at version 1.15 for automake. https://www.freshports.org/devel/automake/ 1.12 looks like it was from June 2012 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7b5738a..1815ab4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,7 +19,7 @@ case `uname -sr` in ;; FreeBSD*) AUTOCONF_VERSION=2.69 - AUTOMAKE_VERSION=1.12 + AUTOMAKE_VERSION=1.15 export AUTOCONF_VERSION export AUTOMAKE_VERSION ;;