[master] Reverted configure scripts to autoconf-2.65

This commit is contained in:
Glenn Randers-Pehrson 2010-10-04 17:00:31 -05:00
parent a0cafa3d0b
commit bbc70d2471
6 changed files with 1080 additions and 2365 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.4.5beta02 - September 25, 2010
Libpng 1.4.5beta02 - October 4, 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.
@ -30,7 +30,8 @@ version 1.4.5beta01 [September 25, 2010]
Fixed possible configure.ac bug introduced in version 1.4.4rc05.
Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65
version 1.4.5beta02 [September 25, 2010]
version 1.4.5beta02 [October 4, 2010]
Reverted configure scripts to autoconf-2.65
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -2684,7 +2684,8 @@ version 1.4.5beta01 [September 25, 2010]
Fixed possible configure.ac bug introduced in version 1.4.4rc05.
Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65
version 1.4.5beta02 [September 25, 2010]
version 1.4.5beta02 [October 4, 2010]
Reverted configure scripts to autoconf-2.65
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -243,7 +243,7 @@ install(CODE ${PNG_CONFIG_INSTALL_CODE})
# SET UP LINKS
if(PNG_SHARED)
set_target_properties(${PNG_LIB_NAME} PROPERTIES
# VERSION 14.${PNGLIB_RELEASE}.1.4.5beta02
# VERSION 14.${PNGLIB_RELEASE}.1.4.5beta01
VERSION 14.${PNGLIB_RELEASE}.0
SOVERSION 14
CLEAN_DIRECT_OUTPUT 1)

View File

@ -196,7 +196,6 @@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
@ -228,7 +227,6 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@

954
aclocal.m4 vendored

File diff suppressed because it is too large Load Diff

2193
ltmain.sh

File diff suppressed because it is too large Load Diff