about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-07-03 05:59:55 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-07-03 05:59:55 +0000
commit992ef0693f4f15042c489bb7f07dc2e2c9bcb812 (patch)
tree4f093b3bab5d5000af27471898a9a6ed016e8a8d /zshconfig.ac
parentbff61cf9e1b2fd17eb971c1e5253f4d84eaedd3a (diff)
downloadzsh-992ef0693f4f15042c489bb7f07dc2e2c9bcb812.tar.gz
zsh-992ef0693f4f15042c489bb7f07dc2e2c9bcb812.tar.xz
zsh-992ef0693f4f15042c489bb7f07dc2e2c9bcb812.zip
Remove references to FUNCINST_MK.
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/zshconfig.ac b/zshconfig.ac
index 279dcf46d..6019d6f4f 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -1913,13 +1913,11 @@ CLEAN_MK="${srcdir}/Config/clean.mk"
 CONFIG_MK="${srcdir}/Config/config.mk"
 dnl defs.mk is in the build tree, not the source tree
 DEFS_MK="Config/defs.mk"
-FUNCINST_MK="${srcdir}/Config/funcinst.mk"
 VERSION_MK="${srcdir}/Config/version.mk"
 
 AC_SUBST_FILE(CLEAN_MK)dnl
 AC_SUBST_FILE(CONFIG_MK)dnl
 AC_SUBST_FILE(DEFS_MK)dnl
-AC_SUBST_FILE(FUNCINST_MK)dnl
 AC_SUBST_FILE(VERSION_MK)dnl
 
 AC_OUTPUT(Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile \