1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 11:51:04 +02:00

Remove references to FUNCINST_MK.

This commit is contained in:
Bart Schaefer 2001-07-03 05:59:55 +00:00
parent bff61cf9e1
commit 992ef0693f
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-07-02 Bart Schaefer <schaefer@zsh.org>
* unposted: zshconfig.ac: Remove references to FUNCINST_MK.
2001-07-02 Clint Adams <clint@zsh.org>
* 15211: zshconfig.ac, Doc/Zsh/mod_pcre.yo,

View File

@ -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 \