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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to