From 8dbbaaba7da994de166d04a6b4ef4679bb1f331d Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 26 Aug 2001 10:32:18 +0000 Subject: 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. --- misc/gnome-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/gnome-utils') diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index d514e6770b1..2026ca6dd73 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.37 2001/08/25 07:21:16 skrll Exp $ +## $NetBSD: Makefile,v 1.38 2001/08/26 10:32:22 skrll Exp $ DISTNAME= gnome-utils-1.4.0.2 CATEGORIES= misc x11 gnome @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Set of useful GNOME utilities and applications BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= bison-*:../../devel/bison BUILD_DEPENDS+= xml-i18n-tools-*:../../textproc/xml-i18n-tools DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core -- cgit v1.2.3