From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15490 invoked from network); 2 May 2000 14:18:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 May 2000 14:18:11 -0000 Received: (qmail 1752 invoked by alias); 2 May 2000 14:17:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11075 Received: (qmail 1707 invoked from network); 2 May 2000 14:17:43 -0000 To: zsh-workers@sunsite.auc.dk Subject: completion functions for AIX and BSD MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 02 May 2000 23:18:37 +0900 Message-ID: User-Agent: T-gnus/6.14.1 (based on Gnus v5.8.3) (revision 16) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i686-pc-linux-gnu) MULE/4.0 (HANANOEN) 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