Re: Multiple parsers/scanners with automake

2005-03-21 Thread Svend Sorensen
After more research, I stumbled on: http://sources.redhat.com/ml/automake/1999-11/msg00127.html which recommeds %option prefix="foo" in the Lex file to add the prefix. This seems to be working. On Mon, 21 Mar 2005 12:51:18 -0800, Svend Sorensen <[EMAIL PROTECTED]> wrote: > I am trying to conver

Multiple parsers/scanners with automake

2005-03-21 Thread Svend Sorensen
I am trying to convert my program (http://cuetools.berlios.de) to use automake and autoconf (my first attempt at using these tools). I am having some difficulty because the code uses two sets of scanners and parsers. Previously, my hand hacked Makefile had included the following lines: toc_scan.