[libpng14] Rebuilt configure scripts with automake-1.15 and libtool-2.4.6

This commit is contained in:
Glenn Randers-Pehrson
2015-02-21 12:59:33 -06:00
parent ffb50e6516
commit 36c05b6b1a
42 changed files with 6783 additions and 4541 deletions

View File

@@ -16,17 +16,17 @@ dnl should not be necessary to regenerate configure if the time
dnl stamps are correct
AC_PREREQ(2.59)
AC_INIT([libpng], [1.4.15], [png-mng-implement@lists.sourceforge.net])
AC_INIT([libpng], [1.4.16beta01], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
dnl Version number stuff here:
PNGLIB_VERSION=1.4.15
PNGLIB_VERSION=1.4.16beta01
PNGLIB_MAJOR=1
PNGLIB_MINOR=4
PNGLIB_RELEASE=15
PNGLIB_RELEASE=16
dnl End of version number stuff