Re: automake parallel install

2002-01-14 Thread Steve M. Robbins
On Sun, Jan 13, 2002 at 11:45:12AM -0500, Havoc Pennington wrote: > > Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: > > Maybe `automake' should not be a symlink but a script that > > select the right automake version to use for a project. > > I heard Debian has had poor results with that, b

some distributed header problem

2002-01-14 Thread cityhunter x-y-z
i've the following pb : my project is as follow : -> a dir contain some general headers in many subdir -> some dirs for libraries -> some dirs for programs i'd like to add in a makefile something like that _SOURCES = $(topsourcedir)/headers/smthg.h . to have make check if smthg.h have chan

Re: some distributed header problem

2002-01-14 Thread Robert Collins
xxx_SOURCES = $(top_srcdir)/headers/foo.h but this is buggy right now (see the thread PR 224). as for #2, read the FAQ/documentation. You should anyway. for #3, also same answer as for #2. Rob - Original Message - From: "cityhunter x-y-z" <[EMAIL PROTECTED]> Subject: some distributed

http://www.gnu.org/software/automake/

2002-01-14 Thread Robert Collins
There's no link to the sources.redhat.com/automake site at the project page on gnu.org. IMO such a link would be helpful. Rob

Re: some distributed header problem

2002-01-14 Thread Tom Tromey
> ">" == cityhunter x-y-z <[EMAIL PROTECTED]> writes: >> i'd like to add in a makefile something like that >> _SOURCES =3D $(topsourcedir)/headers/smthg.h . >> to have make check if smthg.h have changed how could i >> do that? First, using $(top_srcdir) like this doesn't work.