[libpng16] Updated configure.ac from autoupdate: added --enable-werror option.

Also some layout regularization and removal of introduced tab characters
(replaced with 3-character indentation).  Obsolete macros identified by
autoupdate have been removed; the replacements are all in 2.59 so
the pre-req hasn't been changed.  --enable-werror checks for support
for -Werror (or the given argument) in the compiler.  This mimics the
gcc configure option by allowing -Werror to be turned on safely; without
the option the tests written in configure itself fail compilation because
they cause compiler warnings.
This commit is contained in:
John Bowler
2012-01-25 08:07:29 -06:00
committed by Glenn Randers-Pehrson
parent 8fb6c6a9b3
commit 1eb2c48458
4 changed files with 94 additions and 42 deletions

View File

@@ -123,6 +123,15 @@ Version 1.6.0beta07 [January 25, 2012]
compiler issues slightly different warnings from those issued by the
current vesions of GCC. This eliminates those warnings by
adding/removing casts and small code rewrites.
Updated configure.ac from autoupdate: added --enable-werror option.
Also some layout regularization and removal of introduced tab characters
(replaced with 3-character indentation). Obsolete macros identified by
autoupdate have been removed; the replacements are all in 2.59 so
the pre-req hasn't been changed. --enable-werror checks for support
for -Werror (or the given argument) in the compiler. This mimics the
gcc configure option by allowing -Werror to be turned on safely; without
the option the tests written in configure itself fail compilation because
they cause compiler warnings.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit