about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:48:38 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:48:38 +0000
commit6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5 (patch)
tree4f69084362e351d0c7a678c6ca661625397a32d6 /Config
parent17502f6eb23dfddb9bdc705eb496ebf41aae4d7c (diff)
downloadzsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.gz
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.xz
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.zip
16332: remove ansi2knr.c from our repository due to licence
differences.  Adjust the build process accordingly.  configure
will now abort if the user requests ansi2knr but no ansi2knr
is available.  ansi2knr is available from the main distribution
site and most mirrors
Diffstat (limited to 'Config')
-rw-r--r--Config/defs.mk.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index 138dea059..06038b83f 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -65,6 +65,7 @@ IMPOPT          = @IMPOPT@
 
 # utilities
 AWK             = @AWK@
+ANSI2KNR        = @ANSI2KNR@
 YODL            = @YODL@
 YODL2TXT        = $(YODL)2txt
 YODL2HTML       = $(YODL)2html
@@ -86,7 +87,8 @@ LDFLAGS='$(LDFLAGS)' EXTRA_LDFLAGS='$(EXTRA_LDFLAGS)' \
 DLCFLAGS='$(DLCFLAGS)' DLLDFLAGS='$(DLLDFLAGS)' \
 LIBLDFLAGS='$(LIBLDFLAGS)' EXELDFLAGS='$(EXELDFLAGS)' \
 LIBS='$(LIBS)' DL_EXT='$(DL_EXT)' DLLD='$(DLLD)' \
-AWK='$(AWK)' YODL='$(YODL)' YODL2TXT='$(YODL2TXT)' YODL2HTML='$(YODL2HTML)' \
+AWK='$(AWK)' ANSI2KNR='$(ANSI2KNR)' \
+YODL='$(YODL)' YODL2TXT='$(YODL2TXT)' YODL2HTML='$(YODL2HTML)' \
 FUNCTIONS_INSTALL='$(FUNCTIONS_INSTALL)' tzsh='$(tzsh)'
 
 # override built-in suffix list