It's me again. I'm still not real sure I'm doing any of this right. So I
have three subdirs that need Makefiles - src, lib, and man. In src are
perl programs that get run through when configure runs for
substitutions, in lib are perl modules, in man are man files. What needs
to be done in src and
It sounds like to me that you might consider putting configure.in's in
those directories so that you use a nest configure type approach. Though
I'm new to this so I wouldn't take my word as gospel :) Good luck!
Jim Kearney wrote:
>
> Hello,
>
> I am porting some software that has a nested direc
Hello,
I am porting some software that has a nested directory structure. Some of
the 2nd-level directories are libraries and some are executables. automake
handles this without any problems (except that it doesn't seem possible to
use directory names containing spaces in SUBDIRS).
However, eac