[EMAIL PROTECTED] wrote:
> I started reading about GNU Autotools yesterday morning.
> Still, I've been able to convert my project to use
> autconf and automake.
> But I need to install my binaries in the directory
> tree of the X server, and I couldn't find out how to
> do it. Is it possible?
$ ..
Hi,
I have lots of libraries and programs in separate directories, each
with its own configure.ac and Makefile.am.
What can i put into Makefile.am so that after each library is built,
it will copy its header file and object file to another directory in
the project tree?
I want all the library he
John Darrington wrote:
> I've been trying to convert a rather largish automake controlled
> project from a recursive style build system, to a non-recursive one.
> I was rather suprised to see that automake decides to put all the
> object files in the root directory; not only ugly, but destroys the