Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> I have tried Automake-1.9b together with the patch below for this
> package, and I believe it to work well. See the first patch below to
> introduce usage of AC_CONFIG_LIBOBJ_DIR. With a small change to be able
> to run `make check' in a VPATH build,
Le mardi 22 août 2006 à 13:31 +0200, Ralf Wildenhues a écrit :
> It would be helpful if you did not omit the name and date of the quoted
> part (makes searching for context much easier), thanks.
Sorry for this
> * Sylvestre Ledru wrote on Tue, Aug 22, 2006 at 12:50:40PM CEST:
> >
> > > If it is
Hello Sylvestre,
It would be helpful if you did not omit the name and date of the quoted
part (makes searching for context much easier), thanks.
* Sylvestre Ledru wrote on Tue, Aug 22, 2006 at 12:50:40PM CEST:
>
> > If it is even important to you to have _only_ one file compiled with
> > this fl
> If it is even important to you to have _only_ one file compiled with
> this flag, say bar.f, while all the others do not get this flag, you
> could make the compilation of bar.f special by putting it in a (not
> installed) library. For example:
> bin_PROGRAMS = foo
> foo_SOURCES = foo.f
>