about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:12:07 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:12:07 +0000
commitc128c526c93fdd28b1051bb91d6b6459dc84a278 (patch)
treee82b5369f37e42b1a183d878a8c5a4bb203355a8 /configure.in
parentf39f39039c78588a0f062b3da87e623a609d0088 (diff)
downloadzsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.tar.gz
zsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.tar.xz
zsh-c128c526c93fdd28b1051bb91d6b6459dc84a278.zip
zsh-workers/7670
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 e4e82b025..5177222a4 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/* Cvs/* Debian/* Linux/* X/* Zle/*"
+  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/*"
   if test $dynamic != no; then
     FUNCTIONS_INSTALL="${FUNCTIONS_INSTALL} Zftp/*"
   fi