Re: [gdal-dev] Autoconf macro for gdal-config

2011-10-19 Thread Mateusz Łoskot
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

[gdal-dev] Autoconf macro for gdal-config

2011-10-19 Thread canduc17
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