xf86-video-intel: aclocal complains 'AM_CFLAGS not found in library'
Richard Bronosky
BrunosJunk at Bronosky.com
Mon Jun 25 10:47:42 PDT 2007
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 #!.
More information about the xorg
mailing list