From 8e4a89f0f9cd08bf96c4d2857adeec7327e67be2 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 3 Jan 2013 13:18:26 -0600 Subject: [PATCH] [libpng15] 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 4ba45cf72..8a708e8e5 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.14beta07 - January 1, 2013 +Libpng 1.5.14beta07 - 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. @@ -64,7 +64,9 @@ Version 1.5.14beta06 [January 1, 2013] Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar. Fixed 'make distcheck' on SUN OS - libpng.so was not being removed -Version 1.5.14beta07 [January 1, 2013] +Version 1.5.14beta07 [January 3, 2013] + Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h]) + in configure.ac =========================================================================== NOTICE November 17, 2012: diff --git a/CHANGES b/CHANGES index d65d49bea..a061b49b2 100644 --- a/CHANGES +++ b/CHANGES @@ -3957,7 +3957,9 @@ Version 1.5.14beta06 [January 1, 2013] Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar. Fixed 'make distcheck' on SUN OS - libpng.so was not being removed -Version 1.5.14beta07 [January 1, 2013] +Version 1.5.14beta07 [January 3, 2013] + Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h]) + in configure.ac =========================================================================== NOTICE November 17, 2012: diff --git a/configure.ac b/configure.ac index c0dc7fcc2..95b1f4c54 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ PNGLIB_RELEASE=14 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_LANG([C])