[devel] Disabled "color-tests" by default in Makefile.am
so it will work with automake versions earlier than 1.11.1
This commit is contained in:
parent
6612114f86
commit
a9b4f16b04
2
ANNOUNCE
2
ANNOUNCE
@ -424,6 +424,8 @@ Version 1.5.0beta52 [October 16, 2010]
|
|||||||
Version 1.5.0beta53 [October 16, 2010]
|
Version 1.5.0beta53 [October 16, 2010]
|
||||||
Updated INSTALL to mention using "make maintainer-clean" and to remove
|
Updated INSTALL to mention using "make maintainer-clean" and to remove
|
||||||
obsolete statement about a custom ltmain.sh
|
obsolete statement about a custom ltmain.sh
|
||||||
|
Disabled "color-tests" by default in Makefile.am so it will work with
|
||||||
|
automake versions earlier than 1.11.1
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
2
CHANGES
2
CHANGES
@ -3062,6 +3062,8 @@ Version 1.5.0beta52 [October 16, 2010]
|
|||||||
Version 1.5.0beta53 [October 16, 2010]
|
Version 1.5.0beta53 [October 16, 2010]
|
||||||
Updated INSTALL to mention using "make maintainer-clean" and to remove
|
Updated INSTALL to mention using "make maintainer-clean" and to remove
|
||||||
obsolete statement about a custom ltmain.sh
|
obsolete statement about a custom ltmain.sh
|
||||||
|
Disabled "color-tests" by default in Makefile.am so it will work with
|
||||||
|
automake versions earlier than 1.11.1
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -5,7 +5,11 @@
|
|||||||
PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
||||||
|
|
||||||
# libpng does not follow GNU file name conventions
|
# libpng does not follow GNU file name conventions
|
||||||
AUTOMAKE_OPTIONS = foreign color-tests
|
|
||||||
|
# "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
|
||||||
|
|
||||||
# test programs - run on make check, make distcheck
|
# test programs - run on make check, make distcheck
|
||||||
check_PROGRAMS= pngtest pngvalid
|
check_PROGRAMS= pngtest pngvalid
|
||||||
|
Loading…
Reference in New Issue
Block a user