On Sat, 2003-08-09 at 11:01, Larry Siden wrote:
> The man page for pkg-config says: 
> AUTOCONF MACROS
>        
> PKG_CHECK_MODULES(VARIABLEBASE,MODULELIST[,ACTION-IF-FOUND,[ACTION-IF-NOT-FOUND]])

> However, autoconf 2.57 doesn't seem to recognize the PKG_CHECK_MODULES
> macro.

You must have pkg-config's pkg.m4 installed in a directory aclocal will
pick it up and run aclocal before running autoconf to get this working.

>   In addition, the conventional name "configure.in" has been replaced
> by "configure.ac", suggesting that this document may be refering to an
> earlier version of autoconf.  If so, can someone tell me how I can use
> pkg-config with the latest version of autoconf?
> 
> How can this be accomplished?
Exactly as pkg-config's man page says - It works with 2.57.

Ralf




Reply via email to