mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng14] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])
in configure.ac
This commit is contained in:
6
ANNOUNCE
6
ANNOUNCE
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.4.13beta02 - January 1, 2013
|
Libpng 1.4.13beta02 - January 3, 2013
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@@ -37,7 +37,9 @@ version 1.4.13beta01 [January 1, 2013]
|
|||||||
Removed references to png_zalloc() and png_zfree() from the manual.
|
Removed references to png_zalloc() and png_zfree() from the manual.
|
||||||
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
||||||
|
|
||||||
version 1.4.13beta02 [January 1, 2013]
|
version 1.4.13beta02 [January 3, 2013]
|
||||||
|
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
|
||||||
|
in configure.ac
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
|
|||||||
5
CHANGES
5
CHANGES
@@ -2879,8 +2879,9 @@ version 1.4.13beta01 [January 1, 2013]
|
|||||||
Removed references to png_zalloc() and png_zfree() from the manual.
|
Removed references to png_zalloc() and png_zfree() from the manual.
|
||||||
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
||||||
|
|
||||||
version 1.4.13beta02 [January 1, 2013]
|
version 1.4.13beta02 [January 3, 2013]
|
||||||
No changes.
|
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
|
||||||
|
in configure.ac
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ PNGLIB_RELEASE=13
|
|||||||
dnl End of version number stuff
|
dnl End of version number stuff
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([pngget.c])
|
AC_CONFIG_SRCDIR([pngget.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|||||||
Reference in New Issue
Block a user