> "Marc" == Marc van Woerkom <[EMAIL PROTECTED]> writes:
>> This is possible with the cvs automake.
Marc> Has the different behaviour between 1.4 and 1.4a (cvs automake)
Marc> been documented anywhere?
Nope :-(. Sometimes we've updated the docs but sometimes we haven't.
(Where "we" usually
> This is possible with the cvs automake.
Has the different behaviour between 1.4 and 1.4a (cvs automake)
been documented anywhere?
Just treating my present project with cvs automake I found it to
complain on AM_PROG_LIBTOOL (deprecated message) and compilation
broke off.. so I switched back to
> "Marc" == User Marc van Woerkom <[EMAIL PROTECTED]> writes:
Marc> I have a question regarding automake 1.4/1.4a:
Marc> Is it possible to build a single library from source files
Marc> that reside in a couple of subdirectories beneath?
This is possible with the cvs automake.
Tom
Hello,
I have a question regarding automake 1.4/1.4a:
Is it possible to build a single library from source files
that reside in a couple of subdirectories beneath?
Something like this:
dir1/libfoo.a
dir1/dir2/a.c
dir1/dir3/b.c
Regards,
Marc