Re: Generating Makefile.in in File-Empty Subdir

2003-08-14 Thread Ralf Corsepius
On Tue, 2003-08-12 at 03:27, B.J. Black wrote: > Hi, all! > > I have a directory structure that is similar to the following: > > foo/ > foo/bar/ > foo/bar/foobar/ > foo/bar/barfoo/ > > The only file in foo/bar is Makefile.am, as it has no actual source in > it (just subdirs). The foo/Makefile.a

Generating Makefile.in in File-Empty Subdir

2003-08-14 Thread B.J. Black
Hi, all! I have a directory structure that is similar to the following: foo/ foo/bar/ foo/bar/foobar/ foo/bar/barfoo/ The only file in foo/bar is Makefile.am, as it has no actual source in it (just subdirs). The foo/Makefile.am has in it: ... SUBDIRS=bar ... And foo/bar/Makefil

Re: Generating Makefile.in in File-Empty Subdir

2003-08-14 Thread B.J. Black
Oh, for the love of Pete. You are, of course, quite correct. I can't believe I forgot something so silly. Thanks bunches! --bj On Mon, 2003-08-11 at 21:26, Ralf Corsepius wrote: > Sounds as if you might have missed to list some Makefiles in your > configure.ac's AC_CONFIG_FILES > > Ralf