enable accounts translation

Christian Stimming stimming@tuhh.de
Mon, 09 Dec 2002 16:16:26 +0100


Nikos Charonitakis wrote:

> ok i make a progress configure now recognize el accounts dir but gnucash 
> fails to compile


Good to hear :-)


> because when i run automake it comes with many error messages and says 
> to run aclocal
> but aclocal fails with the message
> aclocal: configure.in: 503: macro `AM_PATH_OPENHBCI' not found in library
> anyway i ll send a message to patches list...

If you get this error message, then aclocal is called without the 
command line argument "-I macros". You would need to set the environment 
variable

export ACLOCAL_AMFLAGS="-I macros"

or, if you already set that variable, add the "-I macros" part to it.

Christian