Re: configure can't find doc/Makefile.in

2010-12-23 Thread Adrienne Thompson
Stefano, BTW, you can find the test build of C-Graph here: Thanks again, Adrienne -- Freedom - no pane, all gaiGN! Code Art Now http://codeartnow.com Email: a...@codeartnow.com

Re: configure can't find doc/Makefile.in

2010-12-20 Thread Adrienne Thompson
Hi Stefano, I downloaded TEX yesterday, but it's so huge I've been contemplating uninstalling and haven't yet set my $PATH. My suggestion is to install it from the Debian packages. For me, that has always worked like a charm. I got some rest, then uninstalled that huge TEX prg from tug.org

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Stefano Lattarini
On Friday 17 December 2010, Adrienne Thompson wrote: > > >> Stefano and friends: > >> > >> I've spotted the problem. I forgot to include "doc" in the top > >> Makefile.am in the SUBDIRS list. > >> > > I can confirm this is indeed the issue, and that it causes failures > > also with automake 1.10.3

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Adrienne Thompson
Stefano and friends: I've spotted the problem. I forgot to include "doc" in the top Makefile.am in the SUBDIRS list. I can confirm this is indeed the issue, and that it causes failures also with automake 1.10.3 and automake 1.9.6. Glad you solved your problem, BTW. Thank you Stefano. I w

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Stefano Lattarini
On Friday 17 December 2010, Adrienne Thompson wrote: > Stefano and friends: > > I've spotted the problem. I forgot to include "doc" in the top > Makefile.am in the SUBDIRS list. > I can confirm this is indeed the issue, and that it causes failures also with automake 1.10.3 and automake 1.9.6. Gl

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Adrienne Thompson
Stefano and friends: I've spotted the problem. I forgot to include "doc" in the top Makefile.am in the SUBDIRS list. The build now produces an info directory with the cgraph.info file. I'm getting [cgraph.dvi] and recursive dvi-recursive] error 1 from make, but at least I'm getting the build

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Adrienne Thompson
Stefano and friends: I built an earlier version of this program some time ago on my old RedHat 8.0 system and had no problem with the doc directory as the installation resulted in the creation of an info directory with the relevant info file produced from cgraph.texi. I suspect something's m

Re: configure can't find doc/Makefile.in

2010-12-17 Thread Stefano Lattarini
Hi Adrienne. On Friday 17 December 2010, Adrienne Thompson wrote: > Gentlemen: > > I'm running Debian Lenny GNU/Linux 5.0 on a pentium 3, and I've > installed the latest autotools. > Which versions exactly? I assume autoconf 2.68 and automake 1.11.1, but it would help you were explicit about t

configure can't find doc/Makefile.in

2010-12-17 Thread Adrienne Thompson
Gentlemen: I'm running Debian Lenny GNU/Linux 5.0 on a pentium 3, and I've installed the latest autotools. I've just created a doc subdirectory for a .texi manual in my current project build. Configure appears to have no problem creating the Makefiles for all subdirectories. However, running