help with ./autogen failure

John Ralls jralls at ceridwen.us
Tue May 13 12:04:10 EDT 2014


On May 12, 2014, at 11:26 PM, Anthony Della Cioppa <adellaci at sacoriver.net> wrote:

> How do I go about pointing it to the right path and what should that path be?
> On 05/13/2014 01:37 AM, Anthony Della Cioppa wrote:
>> I ran it and this is what I got;
>> 
>> grep AM_NLS /usr/share/aclocal/nls.m4
>> AC_DEFUN([AM_NLS],
>> 
>> the AM_NLS is in red
>> 
>> On 05/13/2014 01:34 AM, John Ralls wrote:
>>>  grep AM_NLS /usr/share/aclocal/nls.m4
>> 

The path is /usr/share/aclocal, and should be on aclocal's default search path. Since it seems not to be, try
  ACLOCAL_FLAGS="-I/usr/share/aclocal" ./autogen.sh
to force it.

Regards,
John Ralls





More information about the gnucash-user mailing list