> > Are inter-library dependencies specified?
>
> As far as I know, inter-library dependencies are handled automatically.
> In other words, you link against A.dll and you don't care whether A.dll
> depends on B.dll or C.dll or both. You thus never have to compute the
> transitive closure of the ne
Hello Ralf,
On Sat, Dec 10, 2005 at 09:22:12AM +0100, Ralf Corsepius wrote:
> You are miss interpreting automake's tasks. Packaging is not of
> automake's business.
>
> Your approach isn't much more but a short-cut to your personal and local
> practice and setup. It is wrong and therefore inappli
Hi!
I'm currently working at getting GNU gettext to work with my project, and now
I'm curious how good automakes native support for gettext is. There's little
information in the documentation, maybe you can help.
What exactly does automake do when
ALL_LINGUAS="de en fr..."
AM_GNU_GETTEXT
is defin