[master] Imported from libpng-1.4.4rc05.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-09-20 10:20:08 -05:00
parent d10616d364
commit fee6e7428f
34 changed files with 210 additions and 403 deletions

View File

@@ -18,16 +18,16 @@ AC_PREREQ(2.59)
dnl Version number stuff here:
AC_INIT([libpng], [1.4.4rc04], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
PNGLIB_VERSION=1.4.4rc04
PNGLIB_VERSION=1.4.4rc05
PNGLIB_MAJOR=1
PNGLIB_MINOR=4
PNGLIB_RELEASE=4
AC_INIT([libpng], [1.4.4rc05], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
dnl End of version number stuff
AC_CONFIG_SRCDIR([pngget.c])