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:58:41 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-07-03 05:58:41 +0000
commit4b66cd7682e2576c3982e58e888ad810fedbb493 (patch)
tree3c1acbc9190d4165f1b20dac7bb752b19608e30f /zshconfig.ac
parent3dc6f517f2ee16aeb5fd3ca1c8d41b534851ffb1 (diff)
downloadzsh-4b66cd7682e2576c3982e58e888ad810fedbb493.tar.gz
zsh-4b66cd7682e2576c3982e58e888ad810fedbb493.tar.xz
zsh-4b66cd7682e2576c3982e58e888ad810fedbb493.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 d6d76bc78..a2f2c45d5 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -1903,13 +1903,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 \