Peter Williams <[EMAIL PROTECTED]> writes:
> So if we expect the user to have the tool, put them in $builddir, and if
> not, put them in $srcdir?
Basically, yes.
> Will automake find the built sources if I put them in $srcdir?
Yeah, it should just use vpath.
> Cause rightnow, when I build Bals
On Sat, 20 May 2000 21:09:55 Assar Westerlund wrote:
> Peter Williams <[EMAIL PROTECTED]> writes:
> > Do built sources go in $srcdir or $builddir?
>
> They should go in $builddir. Having a read-only $srcdir while
> building should be possible.
>
> > The automake rules for lex et al want to put
Peter Williams <[EMAIL PROTECTED]> writes:
> Do built sources go in $srcdir or $builddir?
They should go in $builddir. Having a read-only $srcdir while
building should be possible.
> The automake rules for lex et al want to put the sources in
> $builddir, but it seems that 'make dist' expects t
Do built sources go in $srcdir or $builddir? The automake
rules for lex et al want to put the sources in $builddir,
but it seems that 'make dist' expects them to be in $srcdir.
I poked around and found out that --cygnus will make automake
look for built souces in $builddir, but I want to specify