autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf errors : possibly undefined macro


From: Stepan Kasal
Subject: Re: autoconf errors : possibly undefined macro
Date: Sat, 31 Dec 2005 18:36:57 +0100
User-agent: Mutt/1.4.1i

Hello,

On Thu, Dec 29, 2005 at 09:06:33PM +0000, Vincent Torri wrote:
> On Thu, 29 Dec 2005, Fathi Boudra wrote:
> > i've done an autoreconf -f -i and autoconf failed with these errors :
> 
> try the following commands:
> 
> aclocal -I m4
...

the problem was that autoreconf called aclocal without "-I m4".

If you add

   ACLOCAL_AMFLAGS = -I m4

to your top level Makefile.am, then autoreconf will notice it and
should work.

HTH,
        Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]