diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
commit | ec3aee670c1cf560cceb843f28236eb94684cf6a (patch) | |
tree | dbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc /graphics | |
parent | d2e77887868612aa0a01d5f9b272ec618eb893b8 (diff) | |
download | pkgsrc-ec3aee670c1cf560cceb843f28236eb94684cf6a.tar.gz |
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/avifile-devel/Makefile b/graphics/avifile-devel/Makefile index a3f3d32597e..de2b0d739e6 100644 --- a/graphics/avifile-devel/Makefile +++ b/graphics/avifile-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/08/25 09:08:48 skrll Exp $ +# $NetBSD: Makefile,v 1.18 2001/08/26 10:32:21 skrll Exp $ # DISTNAME= avifile-0.6.20010814 @@ -12,7 +12,7 @@ HOMEPAGE= http://divx.euro.ru/ COMMENT= MPEG-4 (DivX) video player library DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs -BUILD_DEPENDS+= automake-*:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake WRKSRC= ${WRKDIR}/avifile-0.6 diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 9ca322aaf33..345e34b7b2d 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2001/08/16 22:19:08 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2001/08/26 10:32:21 skrll Exp $ # DISTNAME= gdk-pixbuf-0.10.1 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_GMAKE= # defined USE_X11BASE= # defined diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 7fade8eaf5e..3d24af5d34e 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2001/08/13 19:20:16 rh Exp $ +# $NetBSD: Makefile,v 1.55 2001/08/26 10:32:21 skrll Exp $ # DISTNAME= imlib-1.9.11 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.nl.rasterman.com/imlib.html COMMENT= image manipulation library for X11 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake USE_X11BASE= yes USE_LIBTOOL= yes |