From aad92d71f613e7b114eb16e65cd5eb2b6230963b Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 3 Jan 2013 14:11:31 -0600 Subject: [PATCH] [libpng12] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h]) in configure.ac --- ANNOUNCE | 6 ++++-- CHANGES | 4 +++- configure.ac | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 1e226121..67bab66a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 diff --git a/CHANGES b/CHANGES index 9c5ce6a0..79eaf2d5 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/configure.ac b/configure.ac index 4ac51775..1a4188b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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