[libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.ac

Added color-tests, silent-rules (Not yet implemented in Makefile.am) and
version checking to configure.ac
This commit is contained in:
John Bowler
2012-01-28 18:06:55 -06:00
committed by Glenn Randers-Pehrson
parent 5cdff4144e
commit 05cbe5ae28
4 changed files with 20 additions and 12 deletions

View File

@@ -4,12 +4,6 @@
PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
# libpng does not follow GNU file name conventions
# "color-tests" requires automake 1.11.1 or later. Enable it if you like,
# to get red "FAIL" and green "PASS" notations during tests.
# AUTOMAKE_OPTIONS = foreign color-tests
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I scripts
# test programs - run on make check, make distcheck