Re: LEX & YACC support

2002-11-12 Thread Eric Siegerman
On Sat, Nov 09, 2002 at 01:39:16PM +0200, Alexandros Karypidis wrote: > Hi all, > > [W]henever I change my bison file to add a %token, I have to run make TWICE to > get a correct build. This is because the header file with token declarations > which is generated when yacc is run, also affects t

Java support in automake

2002-11-12 Thread Leif Morgan Johnson
Greetings - I've been working for the past couple weeks on trying to integrate a project written in Java, Python, and Jython with automake. The Python and Jython parts actually work fairly well, since I just call distutils from "install-data-local:" rules to handle building and installation for th