Re: autoconf errors : possibly undefined macro

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux