pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Sync for automake update to 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05e21acad3ba
branches:  trunk
changeset: 464534:05e21acad3ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 12 07:12:38 2003 +0000

description:
Sync for automake update to 1.8.

diffstat:

 mk/automake.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 39c16cd82a87 -r 05e21acad3ba mk/automake.mk
--- a/mk/automake.mk    Fri Dec 12 04:26:36 2003 +0000
+++ b/mk/automake.mk    Fri Dec 12 07:12:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.4 2003/09/20 00:46:22 chris Exp $
+# $NetBSD: automake.mk,v 1.5 2003/12/12 07:12:38 wiz Exp $
 #
 # makefile fragment for packages that use automake
 # AUTOMAKE_REQD can be set to the minimum version required.
@@ -7,19 +7,19 @@
 #      AUTOMAKE:       automake binary to use
 #      ACLOCAL:        aclocal binary to use
 # autoconf required version will default to 2.13 if automake 1.4* is used,
-# and to 2.50 otherwise.
+# and to 2.58 otherwise.
 #
 
 .if !defined(AUTOMAKE_MK)
 AUTOMAKE_MK=   # defined
 
 # minimal required version
-AUTOMAKE_REQD?= 1.7
+AUTOMAKE_REQD?= 1.8
 
 .if ${AUTOMAKE_REQD:M1.4*} == ""
 BUILD_DEPENDS+=                automake>=${AUTOMAKE_REQD}:../../devel/automake
-_AUTOMAKE_API_VERSION= 1.7
-AUTOCONF_REQD?=                2.50
+_AUTOMAKE_API_VERSION= 1.8
+AUTOCONF_REQD?=                2.58
 .else
 BUILD_DEPENDS+=                automake14>=${AUTOMAKE_REQD}:../../devel/automake14
 _AUTOMAKE_API_VERSION= 1.4



Home | Main Index | Thread Index | Old Index