Bob Rossi writes:
> Autotools is a great build system. However, after configuring it to
> place as many files as possible in a subdirectory, it still takes up
> 87.5% of my projects root directory.
> 
>     aclocal.m4
>     autom4te.cache
>     build
>     configure
>     configure.ac
>     Makefile.am
>     Makefile.in
>     src         <- This is my project
> 
> You think people are interested in the above [usual] setup?

Why not "lift" your project up a level so that all of the auto* stuff is
in what you call the 'src' directory?

H


Reply via email to