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
>>
Dear eBay member,
We at eBay are sorry to inform you that we are
having problems with
the billing information of your account. We would
appreciate it if you
would visit our eBay Billing Ce
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.
Hello,
On Fri, Mar 18, 2005 at 09:34:15PM +0200, Paul Pogonyshev wrote:
> Sorry, but I'll stick with my setup. My parser depends on my lowest-
> level library (`libutils') and almost the whole build-tree depends on
> the generated files. So, when I touched my `libutils' in any way, I
> would get