From ec3aee670c1cf560cceb843f28236eb94684cf6a 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. --- security/cyrus-sasl/Makefile | 4 ++-- security/srp_client/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index fb451748b45..f883edb810a 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/14 03:41:39 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $ DISTNAME= cyrus-sasl-1.5.24 PKGNAME= ${DISTNAME}nb3 @@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://asg2.web.cmu.edu/sasl/ COMMENT= Simple Authentication and Security Layer -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake GNU_CONFIGURE= # defined USE_SSL= # defined diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 2034246038d..4dfb410f818 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:49 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $ # DISTNAME= srp-1.4.4 @@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org COMMENT= client programs using Secure Remote Password protocol BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gmp>=2.0.2:../../devel/gmp LICENSE= srp_client-license -- cgit v1.2.3