[libpng15] 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 13:18:26 -06:00
parent 3d3c517bc4
commit 8e4a89f0f9
3 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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])