diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-17 17:42:07 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-17 17:42:07 +0000 |
commit | 307c27e16fdc6e63551af7846d765e95749a8cd3 (patch) | |
tree | 9a5b6a2332d3491773a43aab72e040336b895b14 | |
parent | 1268606f6241d6cf3ffdcae48b65f30760f94bd3 (diff) | |
download | zsh-307c27e16fdc6e63551af7846d765e95749a8cd3.tar.gz zsh-307c27e16fdc6e63551af7846d765e95749a8cd3.tar.xz zsh-307c27e16fdc6e63551af7846d765e95749a8cd3.zip |
Use AC_HELP_STRING macro consistently.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 99bc1ea0b..ad9a7331a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-17 Wayne Davison <wayned@users.sourceforge.net> + + * (unposted): configure.ac, aczsh.m4: Use AC_HELP_STRING macro in + all AC_ARG_ENABLE and AC_ARG_WITH macros. + 2005-08-16 Wayne Davison <wayned@users.sourceforge.net> * 21629: configure.ac, Src/system.h: moved the optional definition @@ -5,7 +10,7 @@ new --enable-multibyte and --disable-multibyte configure options. * 1/2 of 21644: Src/Zle/complete.c: fixed bug in do_comp_vars() - when the first char in compprefix is metified. + when the first char in compprefix is metafied. 2005-08-16 Andrey Borzenkov <bor@zsh.org> |