[libpng12] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])

in configure.ac
This commit is contained in:
Glenn Randers-Pehrson 2013-01-03 14:11:31 -06:00
parent d2361aee37
commit aad92d71f6
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.2.51beta01 - January 1, 2013
Libpng 1.2.51beta01 - January 3, 2013
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@ -42,8 +42,10 @@ Other information:
Changes since the last public release (1.2.50):
version 1.2.51beta01 [January 1, 2013]
version 1.2.51beta01 [January 3, 2013]
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
in configure.ac
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

View File

@ -2777,9 +2777,11 @@ version 1.0.59 and 1.2.49 [March 29, 2012]
version 1.0.60 and 1.2.50 [July 9, 2012]
Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.
version 1.2.51beta01 [January 1, 2013]
version 1.2.51beta01 [January 3, 2013]
Rebuilt the configure scripts with autoconf-2.69
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
in configure.ac
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -31,7 +31,7 @@ PNGLIB_RELEASE=51
dnl End of version number stuff
AC_CONFIG_SRCDIR([pngget.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC