about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
commit585e059c1841f9e7bab298df9aceec7174f4bbfd (patch)
tree0d19725571a73efbdc3bfa898fe9dde0efb12d41 /configure.in
parent2a47366459bf5a52d701c241a04d4e83f6a56260 (diff)
downloadzsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.gz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.xz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.zip
zsh-3.1.6-pws-2 zsh-3.1.6-pws-2
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 67a91ee1a..3a3faa5c0 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/* Zle/*"
+  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Cvs/* Pbmplus/* X/* Rpm/* Zle/*"
   if test $dynamic != no; then
     FUNCTIONS_INSTALL="${FUNCTIONS_INSTALL} Zftp/*"
   fi