autoconf
[Top][All Lists]
Advanced

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

Re: Integration of autoconf and pkg-config


From: Patrick Welche
Subject: Re: Integration of autoconf and pkg-config
Date: Wed, 19 Dec 2007 14:38:31 +0000
User-agent: Mutt/1.5.14 (2007-03-22)

On Wed, Dec 19, 2007 at 10:31:16AM +0100, Stefano Sabatini wrote:
> Just another little newbie question, am I supposed to copy the pkg.m4
> file containing the macro somewhere into my package (e.g. in
> aclocal.m4)?

I don't know about pkg.m4 specifically, but if there is a macro in it
which you need, I would e.g. create a directory m4, copy pkg.m4 into it,
add
   AC_CONFIG_MACRO_DIR([m4])
to configure.ac, and
   ACLOCAL_AMFLAGS = -I m4
to Makefile.am (assuming you are using automake)

Cheers,

Patrick




reply via email to

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