On 19 October 2011 08:44, canduc17 wrote:
> Compiling my gdal programs with the autotools, I would like to use
> gdal-config in my configure.ac file, in order to manage gdal path on
> different systems.
>
> The same things is made for example with the PKG_CHECK_MODULES macro for
> libraries which
Compiling my gdal programs with the autotools, I would like to use
gdal-config in my configure.ac file, in order to manage gdal path on
different systems.
The same things is made for example with the PKG_CHECK_MODULES macro for
libraries which support pkg-config.
Is there a pre built macro to do