forked from Mirrors/sngrep
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:
parent
ab1daebecd
commit
6dcab3b76c
|
@ -19,7 +19,7 @@ case `uname -sr` in
|
||||||
;;
|
;;
|
||||||
FreeBSD*)
|
FreeBSD*)
|
||||||
AUTOCONF_VERSION=2.69
|
AUTOCONF_VERSION=2.69
|
||||||
AUTOMAKE_VERSION=1.12
|
AUTOMAKE_VERSION=1.15
|
||||||
export AUTOCONF_VERSION
|
export AUTOCONF_VERSION
|
||||||
export AUTOMAKE_VERSION
|
export AUTOMAKE_VERSION
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue