|
From: <tim...@en...> - 2006-10-02 21:52:46
|
Timoth=E9e Lecomte wrote:
>
> (I tried to declare GDLIB_CONFIG and PDFLIB_CONFIG as precious variable=
s=20
> and I think the result is quite good : they appear in ./configure=20
> --help, so the situation becomes documented)
> =20
Here is the corresponding patch, which does the thing for GDLIB_CONFIG,=20
PDFLIB_CONFIG and WX_CONFIG (I had a small piece of code to handle it=20
with --with-wx-config=3DDIR which becomes useless).
./configure --help gives:
...
GDLIB_CONFIG
Define to the full path of your gdlib-config script
PDFLIB_CONFIG
Define to the full path of your pdflib-config script
PKG_CONFIG path to pkg-config utility
...
WX_CONFIG Define to the full path of your wx-config script
...
Tell me if you eventually think it's ok, or if you don't.
Best regards,
Timoth=E9e
|