Re: source files in subdirs and VPATH build

2007-01-17 Thread Guillaume Rousse
Also sprach Ralf Wildenhues: This machinery is all present in automake.in (but not accessible from outside). Sorry, I haven't worked on this more yet. Which basically there is no other solution without modyfing automake currently, right ? OK, I'll release camlimages in current state (after

warnings with automake 1.10 on cygwin / pstoedit.m4, libsmi.m4, etc.

2007-01-17 Thread David Byron
I'm not sure whether this is a cygwin problem, an automake problem, or my problem but I thought I'd start here. I'm trying to run the autotools on cygwin (eventually using cccl when I get that far), but I'm running into trouble before that. Here's the error I get: $ autoreconf -fvi

Re: warnings with automake 1.10 on cygwin / pstoedit.m4, libsmi.m4, etc.

2007-01-17 Thread Brian Dessent
David Byron wrote: on line 7. I went ahead and changed it to: AC_DEFUN([AM_PATH_PSTOEDIT], and the warning disappeared, revealing a different one. As I fix each one the same way, a new one appears. Here are the rest. /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of

Re: Multiple lex scanners? How?

2007-01-17 Thread Bob Proulx
Nicolas Joly wrote: Bob Proulx wrote: What is the best practice for organizing a program that includes multiple lex generated scanners? I encountered the same problem ... and made the following constructs that did the trick (at least for me). AUTOMAKE_OPTIONS = subdir-objects