I'm attempting to rebuild against trunk on Linux, and ran into a problem
that should be easy to fix.  But, I can't seem to figure it out.

Previously, on 0.95, I just set some environment variables to for pkg-config
to find libxml2, and ran the standard ./configure, make

export LIBXML2_CFLAGS=-I/path/to/libxml2/include
export LIBXML2_LIBS=-L/path/to/libxml2
./configure
make

Of course, in the trunk, the configure.in file does not exist.  So, I did
the following
autoreconf -i
./configure

and it fails with the following error:
checking whether to build libxml2 xml parser library... ./configure: line
22145: syntax error near unexpected token `PARSER,'
./configure: line 22145: `    PKG_CHECK_MODULES(PARSER, libxml-2.0)'

So, I was wondering what's the proper way to bootstrap a build from trunk,
and point it to my libxml2 build directory?

Thanks,
Jared

Reply via email to