[Xcb] building xcb without check
Trevor Woerner
twoerner.x at gmail.com
Thu Aug 4 03:50:36 EST 2005
On 8/3/05, Jamey Sharp <jamey at minilop.net> wrote:
> I've committed your patch, plus a comment. This means people now have
> three choices when building XCB:
> 1. Install check (kinda preferred).
> 2. Install automake 1.9.
> 3. Follow the NoCheck directions.
Additionally, if they have CHECK installed (option 1) but not in a
standard location:
1) create an environment variable with your aclocal command prior to
running autogen.sh (assuming bash):
$ export ACLOCAL="aclocal -I /<directory>/<containing>/<check.m4>
$ ./autogen.sh
2) add the line "ACLOCAL_AMFLAGS = -I
/<directory>/<containing>/<check.m4>" to Makefile.am (very poor
option)
More information about the xcb
mailing list