Re: ylwrap should be included for any Yacc compilations.

2005-04-04 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: |>>> "Derek" == Derek Price <[EMAIL PROTECTED]> writes: | | | Derek> ylwrap appears to take care of the problem that Yacc | compilers like to Derek> generate #line directives in generated C | sources with complete paths Derek

Re: ylwrap should be included for any Yacc compilations.

2005-04-04 Thread Alexandre Duret-Lutz
On Mon, Apr 04, 2005 at 04:04:33PM -0400, Derek Price wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Is the description in this email sufficient: > ? No. Isn't that the same link that was in your original repor

Re: ylwrap should be included for any Yacc compilations.

2005-04-04 Thread Derek Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is the description in this email sufficient: ? Basically, Larry had two source directories checked out, one from dev and one from production. Call the two paths to these sources

Processing of automake comments

2005-04-04 Thread Stepan Kasal
Hello, in automake/lib/am/lisp.am, I noticed code like this: $(am__ELCFILES): elc-stamp [...] if mkdir elc-lock 2>/dev/null; then \ ## This code is being executed by the first process. rm -f elc-stamp; \ This motivated me to try this: foo_rule = echo Refresh