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

Your eBay account could be Suspended

2005-03-21 Thread eBay Security Validation
>>   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

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.

Re: builddir vs. srcdir

2005-03-21 Thread Stepan Kasal
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