[m-rev.] for review: user-defined events
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Nov 24 13:57:26 AEDT 2006
On Fri, 24 Nov 2006, Zoltan Somogyi wrote:
> On 20-Nov-2006, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>> Despite what the names might suggest the above macros will look for
>> bison and flex respectively *before* looking for lex and yacc. The
>> code in the configure script needs to along the lines of:
>>
>> AC_PROG_FLEX
>> if test "$LEX" != "flex"
>> then
>> <error message and abort>
>> fi
>>
>> and similarly for bison.
Note, AC_PROG_YACC sets YACC to "bison -y" by default (I think) - you may
want to consult the autoconf documentation.
> I have done that. Since no review by Mark seems forthcoming. I am committing
> this diff.
Mark has been reviewing this change - I don't know when he'll be finished
though.
Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list