> From: Akim Demaille <[EMAIL PROTECTED]>
> Date: 29 Aug 2002 10:41:10 +0200
> 
> | `pkg-config' must surely be familiar to the maintainers of autoconf 
> | (http://www.freedesktop.org/software/pkgconfig/).

It's news to me.

> | The author of that tool has provided an autoconf macro to allow 
> | interworking of his system tool with autoconf. On my system installation 
> | the file containing this macro definition was placed in /usr/share/aclocal 
> | and is named "pkg.m4".
> | 
> | I tried using the -I /usr/share/aclocal flag to autoconf, no help.

Better would be "aclocal -I /usr/share/aclocal".  Or the more
traditional way is to copy pkg.m4 into m4/pkg.m4 and use "aclocal -I
m4".  I just tried the former; it worked for me.


Reply via email to