diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-02 14:22:39 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-02 14:22:39 +0000 |
commit | 5acc5ad974bb5b0afc6aae95c6f1d271c931e722 (patch) | |
tree | ba80a5cd45ebb936d4d23d73c2e383e8ac761dea | |
parent | 9191ac7b2b773b9aca8a40c8fc92a9b5bc2ea436 (diff) | |
download | zsh-5acc5ad974bb5b0afc6aae95c6f1d271c931e722.tar.gz zsh-5acc5ad974bb5b0afc6aae95c6f1d271c931e722.tar.xz zsh-5acc5ad974bb5b0afc6aae95c6f1d271c931e722.zip |
11075: install completion functions for AIX and BSD.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 04c935514..1911a0395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Tanaka Akira <akr@m17n.org> + + * 11075: install completion functions for AIX and BSD. + 2000-05-02 Andrew Main <zefram@zsh.org> * zefram103: Src/Makemod.in.in: make sure .{e,}pro files are diff --git a/configure.in b/configure.in index 55cfb06d3..d22533c54 100644 --- a/configure.in +++ b/configure.in @@ -244,7 +244,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/* 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 |