Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion functions for AIX and BSD
- X-seq: zsh-workers 11075
 
- From: Tanaka Akira <akr@xxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: completion functions for AIX and BSD
 
- Date: 02 May 2000 23:18:37 +0900
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Completion functions for AIX and BSD were not installed.
Apart from that, zsh-3.1.7-pre-2.tar.gz doesn't contain them.  Why?
At least, `make targz-src' makes tarball which contains them when I
checked.
Index: configure.in
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.in,v
retrieving revision 1.7
diff -u -r1.7 configure.in
--- configure.in	2000/04/19 16:21:12	1.7
+++ configure.in	2000/05/02 14:14:09
@@ -244,7 +244,7 @@
 [  --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/* Prompts/* Misc/*"
+  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* Bsd/* AIX/* X/* Zle/* Prompts/* Misc/*"
   if test $dynamic != no; then
     FUNCTIONS_INSTALL="${FUNCTIONS_INSTALL} Zftp/*"
   fi
-- 
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author