Hi,
On Fri, Dec 31, 2004 at 03:09:21PM -0800, J.T. Conklin wrote:
> While AC_CONFIG_PKGCONFIG_IN() is very appealing, writing a script
> that takes similar arguments and generates a *.pc.in file that can
if understand your situation correctly, you can still use
AC_CONFIG_PKGCONFIG_IN to get the *
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
> Whether using libtcswigpy_la_LDFLAGS in addition to AM_LDFLAGS is
> an error I don't know.
It is not nice: (i) it is a different semantics than the other
variables, and (ii) the more common semantics is more flexible.
> OTOH, the
On Sun, 2005-01-02 at 13:08 -0500, Simon Perreault wrote:
> Just to let everyone know that I found a solution to my problem. The correct
> search string in Google was 'automake "make examples"', where I could find
> Makefile.am's of people who had been there before. I could then extend those
> a