On Mon, 21 Jun 2010 18:33:53 +0800 Chow Loong Jin hyperair@ubuntu.com wrote:
The configure script internally modifies PKG_CONFIG_PATH=${geany_libdir} temporarily for locating geany's include files for a non-standard path. ${geany_libdir} is what's passed to --with-geany-libdir, and is the directory where geany.pc is found.
OK. Thanks for the info. I've never tried to "understand" the autotools "in the depth".