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
This commit is contained in:
jungle-boogie 2015-09-03 10:29:43 -07:00
parent ab1daebecd
commit 6dcab3b76c
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;