xf86-video-intel: aclocal complains 'AM_CFLAGS not found in library' SOLVED
Richard Bronosky
BrunosJunk at Bronosky.com
Mon Jun 25 12:24:22 PDT 2007
Seems I needed to upgrade automake.
On 6/25/07, Richard Bronosky <BrunosJunk at bronosky.com> wrote:
> I've been unable to run:
> git/xf86-video-intel$ ./autogen.sh
>
> so I tracked it down to the command:
> git/xf86-video-intel$ aclocal --output=aclocal.m4t
> aclocal: configure.ac: 218: macro `AM_CFLAGS' not found in library
>
> but, I have not been able to resolve this. I have tried things like:
> export AM_CFLAGS="";aclocal --output=aclocal.m4t
> AM_CFLAGS="" aclocal --output=aclocal.m4t
> export CFLAGS="";aclocal --output=aclocal.m4t
> CFLAGS="" aclocal --output=aclocal.m4t
> export AM_CFLAGS="-Wall";aclocal --output=aclocal.m4t
> ...
> and tons of Google inspired tweaks to configure.ac (from totally
> unrelated project configurations)
>
> (using Ubtuntu 7.04)
>
> I'm stuck.
>
>
> --
> .!# RichardBronosky #!.
>
--
.!# RichardBronosky #!.
More information about the xorg
mailing list