diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-01 22:29:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-01 22:29:15 +0000 |
commit | e31324b5f6ce8a0fb0ea95e585f1a7e1e8aa0956 (patch) | |
tree | ffcd8ce2dc15df3ce359b525b9f5d5f9206300b5 /mk | |
parent | 2a032c03376b3bae69090855c37de3fdadc9ff8f (diff) | |
download | pkgsrc-e31324b5f6ce8a0fb0ea95e585f1a7e1e8aa0956.tar.gz |
Deprecate unused BUILD_USES_GETTEXT_M4 variable.
Diffstat (limited to 'mk')
-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) |