about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-06 19:45:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-06 19:45:05 +0000
commit0792610bb77de344a4860d1b902cd6c445bb6b8e (patch)
tree693d2eb01f064a7aa36e8ce9be3d2b4c442f48a8 /configure.in
parentfec67b27493bbdae7295ee2a665e33a1e5f1a86f (diff)
downloadzsh-0792610bb77de344a4860d1b902cd6c445bb6b8e.tar.gz
zsh-0792610bb77de344a4860d1b902cd6c445bb6b8e.tar.xz
zsh-0792610bb77de344a4860d1b902cd6c445bb6b8e.zip
zsh-workers/8145
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6d8df8151..c05d59d89 100644
--- a/configure.in
+++ b/configure.in
@@ -215,7 +215,7 @@ AC_ARG_ENABLE(function-subdirs,
 [  --enable-function-subdirs  install functions in subdirectories])
 
 if test "x${FUNCTIONS_INSTALL+set}" != xset; then
-  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/*"
+  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/* Prompts/* Misc/*"
   if test $dynamic != no; then
     FUNCTIONS_INSTALL="${FUNCTIONS_INSTALL} Zftp/*"
   fi