[legacy] Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt

when using AIX compiler.
This commit is contained in:
Glenn Randers-Pehrson 2010-02-19 20:01:05 -06:00
parent 1b1c7ee997
commit 17e8ca3df0
3 changed files with 22 additions and 30 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.2.43rc02 - February 20, 2010
Libpng 1.2.43rc03 - February 20, 2010
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.
@ -9,36 +9,36 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
libpng-1.2.43rc02.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43rc02.tar.gz
libpng-1.2.43rc02.tar.bz2
libpng-1.2.43rc03.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43rc03.tar.gz
libpng-1.2.43rc03.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.43rc02-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43rc02-no-config.tar.gz
libpng-1.2.43rc02-no-config.tar.bz2
libpng-1.2.43rc03-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.43rc03-no-config.tar.gz
libpng-1.2.43rc03-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1243r02.zip
lp1243r02.7z
lp1243r02.tar.bz2
lp1243r03.zip
lp1243r03.7z
lp1243r03.tar.bz2
Project files
libpng-1.2.43rc02-project-netware.zip
libpng-1.2.43rc02-project-wince.zip
libpng-1.2.43rc03-project-netware.zip
libpng-1.2.43rc03-project-wince.zip
Other information:
libpng-1.2.43rc02-README.txt
libpng-1.2.43rc02-KNOWNBUGS.txt
libpng-1.2.43rc02-LICENSE.txt
libpng-1.2.43rc02-Y2K-compliance.txt
libpng-1.2.43rc02-[previous version]-diff.txt
libpng-1.2.43rc03-README.txt
libpng-1.2.43rc03-KNOWNBUGS.txt
libpng-1.2.43rc03-LICENSE.txt
libpng-1.2.43rc03-Y2K-compliance.txt
libpng-1.2.43rc03-[previous version]-diff.txt
Changes since the last public release (1.2.42):
@ -71,7 +71,8 @@ version 1.0.53rc01 and 1.2.43rc01 [February 20, 2010]
No changes.
version 1.0.53rc02 and 1.2.43rc02 [February 20, 2010]
Define _ALL_SOURCE in pngconf.h when building with AIX compiler.
Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt
when using AIX compiler.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@ -2673,7 +2673,8 @@ version 1.0.53rc01 and 1.2.43rc01 [February 18, 2010]
No changes.
version 1.0.53rc02 and 1.2.43rc02 [February 20, 2010]
Define _ALL_SOURCE in pngconf.h when building with AIX compiler.
Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt
when using AIX compiler.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.2.43rc02 - February 20, 2010
* libpng version 1.2.43rc03 - February 20, 2010
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@ -40,16 +40,6 @@
#endif
#endif
/* Added at libpng-1.2.43 */
#if ((defined(_AIX)) && \
(!defined (_XOPEN_SOURCE)) && \
(!defined (_POSIX_SOURCE)) && \
(!defined (_ANSI_C_SOURCE)))
# ifndef _ALL_SOURCE
# define _ALL_SOURCE
# endif
#endif
/*
* Added at libpng-1.2.8
*