diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-10-13 01:41:53 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-13 01:41:53 +0000 |
commit | b5479cd40958417f6b98a636746dcdf1d2d35dd6 (patch) | |
tree | abd5bcf8b31e8d658cb2bac5c048df9a07b8184d | |
parent | 0db480e32bbc32cd9cea63f193fd9379d6c3d7e2 (diff) | |
download | zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.tar.gz zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.tar.xz zsh-b5479cd40958417f6b98a636746dcdf1d2d35dd6.zip |
unposted: quote name of aclocal function.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/aczshoot.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9a107f3c1..61da8a098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-13 Clint Adams <clint@zsh.org> + + * unposted: Config/aczshoot.m4: quote name of aclocal function. + 2007-10-12 Clint Adams <clint@zsh.org> * 23945: Config/aczshoot.m4: autoconf include file for diff --git a/Config/aczshoot.m4 b/Config/aczshoot.m4 index d062e20fb..3b90c6c7f 100644 --- a/Config/aczshoot.m4 +++ b/Config/aczshoot.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(zsh_OOT, +AC_DEFUN([zsh_OOT], [ AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h) |