summaryrefslogtreecommitdiff
path: root/mk/automake.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-12-12 07:12:38 +0000
committerwiz <wiz@pkgsrc.org>2003-12-12 07:12:38 +0000
commit3cc75358a278a7c023707db359431634090b3d6a (patch)
tree48f0f09c9a82edb1151ddde94715679f2b726b43 /mk/automake.mk
parent986e1fda57d6443637d2e69f48bdf62a7d86fcf3 (diff)
downloadpkgsrc-3cc75358a278a7c023707db359431634090b3d6a.tar.gz
Sync for automake update to 1.8.
Diffstat (limited to 'mk/automake.mk')
-rw-r--r--mk/automake.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/automake.mk b/mk/automake.mk
index a30f10e3c19..ae198cdbe21 100644
--- a/mk/automake.mk
+++ b/mk/automake.mk
@@ -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