Re: configure.in / xml / quoting trouble - Mailing list pgsql-patches

From Tom Lane
Subject Re: configure.in / xml / quoting trouble
Date
Msg-id 21784.1183061797@sss.pgh.pa.us
Whole thread Raw
In response to Re: configure.in / xml / quoting trouble  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: configure.in / xml / quoting trouble  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-patches
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> The thing is, if xml2-config is meant to give the flags necessary to
> compile a programme with libxml, then why pick-and-choose which flags
> you are going to use?

Well, if they gave the flags in a sane format (distinguishing CPPFLAGS
from CFLAGS, and LDFLAGS from LIBS), then we could just use them as-is.
They don't, so we have to do some picking-apart.

What exactly does xml2-config --libs produce on your machine?

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: configure.in / xml / quoting trouble
Next
From: Andrew Dunstan
Date:
Subject: Re: WIP CSV logs