aalib.m4 generated the following warning on usage: /opt/csw/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB Suggested correction: instead of
AC_DEFUN(AM_PATH_AALIB,
use
AC_DEFUN([AM_PATH_AALIB],
Came here to report this same bug, except my path for aalib.m4 is /usr/local/share/aclocal/aalib.m4 (I installed it with Homebrew)
Log in to post a comment.
Came here to report this same bug, except my path for aalib.m4 is /usr/local/share/aclocal/aalib.m4 (I installed it with Homebrew)