[libpng16] Insist on autotools 1.12.1 for git builds because there are security

issues with 1.12 and insisting on anything less would allow 1.12 to be used.
This commit is contained in:
John Bowler
2012-08-09 22:57:35 -05:00
committed by Glenn Randers-Pehrson
parent 4430b91363
commit 8d3453a22d
3 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ AC_CONFIG_MACRO_DIR([scripts])
# silent-rules requires automake 1.11 or later
# dist-xz requires automake 1.11 or later
# 1.11.1 fixes a security issue in 1.11
AM_INIT_AUTOMAKE([1.11.1 foreign dist-xz dist-bzip2 color-tests silent-rules])
AM_INIT_AUTOMAKE([1.12.2 foreign dist-xz dist-bzip2 color-tests silent-rules])
# was:
# AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE