diff options
author | wiz <wiz> | 2007-03-01 22:29:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-01 22:29:15 +0000 |
commit | 728014360cbd5536b230aab64e54f7bb010e8105 (patch) | |
tree | ffcd8ce2dc15df3ce359b525b9f5d5f9206300b5 /mk/tools | |
parent | 88ac76f344b73eab675b8af68d6a4c673985a90e (diff) | |
download | pkgsrc-728014360cbd5536b230aab64e54f7bb010e8105.tar.gz |
Deprecate unused BUILD_USES_GETTEXT_M4 variable.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/automake.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk index 8404fc1fbe0..2e39171a638 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.17 2006/12/05 22:48:31 wiz Exp $ +# $NetBSD: automake.mk,v 1.18 2007/03/01 22:29:15 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -71,13 +71,6 @@ # AUTOMAKE_OVERRIDE= no # -# This variable is obsoleted, but continue to allow it until packages -# have been taught to use the new syntax. -# -.if defined(BUILD_USES_GETTEXT_M4) -USE_TOOLS+= gettext-m4 -.endif - # Only allow one of "automake" and "automake14" in USE_TOOLS. .if !empty(USE_TOOLS:C/:.*//:Mautomake) && \ !empty(USE_TOOLS:C/:.*//:Mautomake14) |