autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pkg-config and autoconf


From: Ralf Corsepius
Subject: Re: pkg-config and autoconf
Date: 09 Aug 2003 11:29:52 +0200

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

[Prev in Thread] Current Thread [Next in Thread]