about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-12-21 00:06:48 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-12-21 00:06:48 +0000
commita498485d0da464c564da934cc5c73353d09e9e8a (patch)
treeacce05538925128c61cd8308bdc9b3b34dedaa7c /Config
parentf0c5812f1ed3c87f89ab84a69a67f0e4eae58d5c (diff)
downloadzsh-a498485d0da464c564da934cc5c73353d09e9e8a.tar.gz
zsh-a498485d0da464c564da934cc5c73353d09e9e8a.tar.xz
zsh-a498485d0da464c564da934cc5c73353d09e9e8a.zip
16332: pullup from trunk. Stop distributing ansi2knr.c and adjust
configure mechanism
Diffstat (limited to 'Config')
-rw-r--r--Config/defs.mk.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index ea2115484..06038b83f 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -27,6 +27,7 @@
 # fundamentals
 SHELL = /bin/sh
 @SET_MAKE@
+EXEEXT = @EXEEXT@
 
 # install basename
 tzsh            = @tzsh@
@@ -62,11 +63,9 @@ DLLD            = @DLLD@
 EXPOPT          = @EXPOPT@
 IMPOPT          = @IMPOPT@
 
-# choose modules not to compile and install
-OMIT_MODULES    = @OMIT_MODULES@
-
 # utilities
 AWK             = @AWK@
+ANSI2KNR        = @ANSI2KNR@
 YODL            = @YODL@
 YODL2TXT        = $(YODL)2txt
 YODL2HTML       = $(YODL)2html
@@ -76,7 +75,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA    = @INSTALL_DATA@
 
 # variables used in determining what to install
-FUNCTIONS_INSTALL = @FUNCTIONS_INSTALL@
 FUNCTIONS_SUBDIRS = @FUNCTIONS_SUBDIRS@
 
 # flags passed to recursive makes in subdirectories
@@ -89,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