[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison-1.875: installation as yacc
From: |
Paul Eggert |
Subject: |
Re: bison-1.875: installation as yacc |
Date: |
Mon, 6 Jan 2003 01:25:56 -0800 (PST) |
> From: Akim Demaille <address@hidden>
> Date: Sun, 05 Jan 2003 14:25:29 +0100
>
> The recommended Automake style is to avoid using @, but to use only
> $(YACC_SCRIPT) etc. Actually, I thought it issued warnings.
Hmm, I was following the pattern in the "The Uniform Naming Scheme"
node of the Automake documentation, which says:
EXTRA_PROGRAMS = mt rmt
bin_PROGRAMS = cpio pax
sbin_PROGRAMS = @MORE_PROGRAMS@
Is this pattern obsolete?
But if $(YACC_SCRIPT) works and is preferred, by all means switch it.