bison-patches
[Top][All Lists]
Advanced

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

Re: bison and i18n


From: Bruno Haible
Subject: Re: bison and i18n
Date: Mon, 4 Jul 2005 13:25:16 +0200
User-agent: KMail/1.5

Stepan Kasal wrote:
> If the bison-runtime contains only the .mo file, then many distributors
> will forget to set the dependency.
> But if we change bison so that it installs a shared library which will
> eventually be used bu the applications, then the dependency will be
> discovered automatically.

But then the application's Makefile needs changes: -lbison. This is an
annoyance, because
  - "bison -y" is no longer equivalent to YACC, [since YACC doesn't
    create a dependency to a library],
  - so far, libbison would contain nothing of real use.

Can we imagine a way to hint distributors to add the dependency to
bison-runtime without changing the application's Makefile?

Bruno





reply via email to

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