1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-08 00:26:18 +02:00

unposted: quote name of aclocal function.

This commit is contained in:
Clint Adams 2007-10-13 01:41:53 +00:00
parent 0db480e32b
commit b5479cd409
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
AC_DEFUN(zsh_OOT,
AC_DEFUN([zsh_OOT],
[
AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h)