mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Rebuilt configure scripts with automake 1.14.1 and autoconf-2.69.
Require automake-1.13 and enable automake "subdirs" feature in autoconf.ac.
This commit is contained in:
parent
b152f8b6c5
commit
cc323808f9
3
ANNOUNCE
3
ANNOUNCE
@ -56,6 +56,8 @@ Version 1.5.18beta03 [December 29, 2013]
|
|||||||
requires correct dependencies for the check programs on pnglibconf.h
|
requires correct dependencies for the check programs on pnglibconf.h
|
||||||
otherwise parallel builds on fast machines can sometimes pick up the
|
otherwise parallel builds on fast machines can sometimes pick up the
|
||||||
system pnglibconf.h.
|
system pnglibconf.h.
|
||||||
|
Rebuilt configure scripts with automake 1.14.1 and autoconf-2.69.
|
||||||
|
Require automake-1.13 and enable automake "subdirs" feature in autoconf.ac.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
@ -64,3 +66,4 @@ to subscribe)
|
|||||||
or to glennrp at users.sourceforge.net
|
or to glennrp at users.sourceforge.net
|
||||||
|
|
||||||
Glenn R-P
|
Glenn R-P
|
||||||
|
#endif
|
||||||
|
2
CHANGES
2
CHANGES
@ -4180,6 +4180,8 @@ Version 1.5.18beta03 [December 29, 2013]
|
|||||||
requires correct dependencies for the check programs on pnglibconf.h
|
requires correct dependencies for the check programs on pnglibconf.h
|
||||||
otherwise parallel builds on fast machines can sometimes pick up the
|
otherwise parallel builds on fast machines can sometimes pick up the
|
||||||
system pnglibconf.h.
|
system pnglibconf.h.
|
||||||
|
Rebuilt configure scripts with automake 1.14.1 and autoconf-2.69.
|
||||||
|
Require automake-1.13 and enable automake "subdirs" feature in autoconf.ac
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -19,7 +19,7 @@ AC_PREREQ(2.59)
|
|||||||
dnl Version number stuff here:
|
dnl Version number stuff here:
|
||||||
|
|
||||||
AC_INIT([libpng], [1.5.18beta03], [png-mng-implement@lists.sourceforge.net])
|
AC_INIT([libpng], [1.5.18beta03], [png-mng-implement@lists.sourceforge.net])
|
||||||
AM_INIT_AUTOMAKE([serial-tests])
|
AM_INIT_AUTOMAKE([1.13 serial-tests subdir-objects])
|
||||||
dnl stop configure from automagically running automake
|
dnl stop configure from automagically running automake
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user