bug-gnulib
[Top][All Lists]
Advanced

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

Re: bison: new module


From: Bruno Haible
Subject: Re: bison: new module
Date: Sat, 02 May 2020 10:45:47 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; )

Hi Akim,

> I was suggesting that the macro _itself_ could just
> run bison on a file with the %require.

This sounds better than the existing code that runs '--version'.

What about users who have non-released versions installed?
I think the %require solution will be on par with the --version
solution, right?

What about competing programs (like e.g. clang claims compatibility
with gcc)? Do competing programs for bison exist and need to be
worried about?

At configure time, both solutions are nearly on par: the time to
create a temporary file is negligible. And both will fail the same
way for a 'bison' program that references missing shared libraries.

Patch welcome!

Bruno




reply via email to

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