This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: turn off putting flex/bison output in distfile?
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: mcmahill at mtl dot mit dot edu
- Cc: automake at gnu dot org
- Date: Thu, 25 Jul 2002 09:48:24 +0200
- Subject: Re: turn off putting flex/bison output in distfile?
- References: <Pine.SOL.3.96.1020719052355.23242A-100000@bitter.mit.edu>
>>> "mcmahill" == mcmahill <mcmahill@mtl.mit.edu> writes:
mcmahill> Is there a way to turn off the inclusion of lex and
mcmahill> yacc generated output in the distfile? I've seen
mcmahill> some problems where yacc on one box generates code
mcmahill> which doesn't compile on a different box (assumes
mcmahill> particular headers).
I don't know. Why don't you install a portable yacc on your
development box? (e.g., bison)
This way you'll distribute portable code and will not require
your users to install yacc in order to compile your project.
--
Alexandre Duret-Lutz