Re: installing a whole directory

2009-04-17 Thread Lorenzo Bettini
Ralf Wildenhues wrote: * 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-l

Re: How to pass parameters to test program

2009-04-17 Thread Dmitry V. Krivenok
Ralf Wildenhues wrote: 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 Automak

make dist: sources missing

2009-04-17 Thread Christian Rössel
Hi, in the following project "make" succeeds but in the result of "make dist" the source test/src/bar.c is missing. "make distcheck" fails. Assume following directory layout: test/ test/cfg/ test/cfg/Makefile.am test/cfg/configure.ac test/cfg/src/ test/cfg/src/foo.c test/src/ test/src/bar.c I'm