Re: maintainer mode parallel make issue

2009-04-16 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > Hi Eric, Hi Ralf, > > touch configure.ac then attempt a parallel make on cygwin: > > Do you see these failures with Automake 1.10.2 also? I'll start checking that, but thought I'd at least give a first round of replies. > Which Autoconf versions are you usi

Re: How to tell Automake about dependencies between source files.

2009-04-16 Thread Ralf Wildenhues
Hello Peter, sorry for the delay. * Peter Breitenlohner wrote on Wed, Mar 18, 2009 at 10:35:51AM CET: > Let me be somewhat more explicit and give you an (idealized) Makefile.am > (fragment): > > if COND > bin_PROGRAMS = prog > endif COND > > prog_SOURCES = foo.c foo.h > nodist_prog_SOURCES = bar.

Re: How to pass parameters to test program

2009-04-16 Thread Ralf Wildenhues
Hello Dmitry, * Dmitry V. Krivenok wrote on Thu, Apr 16, 2009 at 02:18:25PM CEST: > > I implemented some tests for my library using Boost.Test. > Resulting test executable works fine. > It's automatically executed when I run "make check". Does it use the "simple Automake tests" test driver that i

Re: installing a whole directory

2009-04-16 Thread Ralf Wildenhues
* Lorenzo Bettini wrote on Thu, Apr 16, 2009 at 11:30:12AM CEST: > the problem is that I should list all the files manually, and I'd need > to install all the files generated by doxygen... > Ralf Wildenhues wrote: >> ## This rule requires Autoconf 2.62 or newer. >> install-data-local: >> @$

How to pass parameters to test program

2009-04-16 Thread Dmitry V. Krivenok
Hello! I implemented some tests for my library using Boost.Test. Resulting test executable works fine. It's automatically executed when I run "make check". The problem is that I want to pass parameters (--report_level=detailed --log_level=all) to my test program via command line. How can I spe

Re: installing a whole directory

2009-04-16 Thread Lorenzo Bettini
Ralf Wildenhues wrote: Hello Laura, Lorenzo, * Laura Hughes (lahughes) wrote on Tue, Apr 14, 2009 at 06:08:58PM CEST: There may be a better way to do it so I'm looking forward to hearing how others did this, but I did this by creating an install hook like this: If you are installing a list of