aclocal message
Christian Stimming
stimming at tuhh.de
Sat May 10 00:03:26 CDT 2003
On Freitag, 9. Mai 2003 22:27, Jon Lapham wrote:
> I have a recent (May 9th, 5PM est) version of HEAD CVS branch, and I'm
> trying to compile it. ./autogen.sh tells me I need to run 'aclocal -I
> m4' to regenerate the configure file. No problem. However, I'm
> getting this error message when dutifully running aclocal:
>
> lapham at bilbo > aclocal -I m4
> aclocal: configure.in: 538: macro `AM_PATH_OPENHBCI' not found in library
The macro AM_PATH_OPENHBCI is defined in macros/openhbci.m4, so if it's not
found this way you can run aclocal with -I macros:
aclocal -I m4 -I macros
Christian
More information about the gnucash-devel
mailing list