pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Needing automake implies needing autoconf. M...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c33f74535dab
branches: trunk
changeset: 493669:c33f74535dab
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed May 11 20:21:32 2005 +0000
description:
Needing automake implies needing autoconf. Match the version requirements
outlined in mk/automake.mk.
diffstat:
mk/tools/automake.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 1ec28ef46e0b -r c33f74535dab mk/tools/automake.mk
--- a/mk/tools/automake.mk Wed May 11 20:09:44 2005 +0000
+++ b/mk/tools/automake.mk Wed May 11 20:21:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.6 2005/05/11 20:09:44 jlam Exp $
+# $NetBSD: automake.mk,v 1.7 2005/05/11 20:21:32 jlam Exp $
#
# This Makefile fragment handles packages that use GNU automake.
#
@@ -73,6 +73,8 @@
MAKEFLAGS+= TOOLS_IGNORE.automake=
. else
AUTOMAKE_REQD?= 1.9
+AUTOCONF_REQD?= 2.58
+USE_TOOLS+= autoconf
TOOLS_DEPMETHOD.automake?= BUILD_DEPENDS
TOOLS_DEPENDS.automake?= automake>=${AUTOMAKE_REQD}:../../devel/automake
@@ -100,6 +102,8 @@
MAKEFLAGS+= TOOLS_IGNORE.automake14=
. else
AUTOMAKE_REQD?= 1.4
+AUTOCONF_REQD?= 2.13
+USE_TOOLS+= autoconf213
TOOLS_DEPMETHOD.automake14?= BUILD_DEPENDS
TOOLS_DEPENDS.automake14?= automake14>=${AUTOMAKE_REQD}:../../devel/automake14
Home |
Main Index |
Thread Index |
Old Index