about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/aczshoot.m42
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)