Re: makeinfo

2006-01-16 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Sun, Jan 15, 2006 at 12:26:53AM CET: > > When I run configure I get this error, > > ... > Making all in src > Making all in doc > Updating ../../cgdb/doc/version.texi > /home/bob/cvs/cgdb/cgdb/cgdb/config/missing: line 46: makeinfo: command not > found > WARNING: `m

Re: makeinfo

2006-01-16 Thread Keith MARSHALL
Ralf Wildenhues wrote, quoting Bob Rossi: >> When I run configure I get this error, >> >> ... >> Making all in src >> Making all in doc >> Updating ../../cgdb/doc/version.texi >> /home/bob/cvs/cgdb/cgdb/cgdb/config/missing: line 46: makeinfo: command not found >> WARNING: `makeinfo' is missing on

Re: makeinfo

2006-01-16 Thread Bob Rossi
On Mon, Jan 16, 2006 at 09:59:57AM +0100, Ralf Wildenhues wrote: > Hi Bob, > > * Bob Rossi wrote on Sun, Jan 15, 2006 at 12:26:53AM CET: > > > > When I run configure I get this error, > > > > ... > > Making all in src > > Making all in doc > > Updating ../../cgdb/doc/version.texi > > /home/bob/c

Re: makeinfo

2006-01-16 Thread Bob Rossi
> >> Do I need to have that program installed to run configure? I'm running > >> this out of a CVS repo of a program, that has all the autotool files > >> checked in. Not from a 'make dist' of the autotools. > > > > Does it have the .info files checked in? > > Building from CVS often imposes more

Re: makeinfo

2006-01-16 Thread Stepan Kasal
Hello, > No, the .info or version.texi is not checked in, is this the problem? definitely. If .info files are not in the CVS, you need to install Texinfo to be able to build them. Stepan ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.or

Re: makeinfo

2006-01-16 Thread Keith MARSHALL
Bob Rossi wrote: > OK, now thats wierd [sic]. If I'm going to make people install > texinfo, then I should apparently just make them go the extra > mile and install the autotools? Not necessarily. If you've committed the generated `configure' script, and a complete set of `Makefile.in' templates,

Re: am files in CVS and MAINTAINER_MODE

2006-01-16 Thread Bob Rossi
> For the longest time I've had the generated autoconf files in CVS, and I > used the AM_MAINTAINER_MODE option in the configure.am so that when I > would checkout and build the source, the make command wouldn't > regenerate the conf files due to timestamp differences. > > Recently, I was told not

Re: makeinfo

2006-01-16 Thread Bob Rossi
On Mon, Jan 16, 2006 at 04:25:17PM +, Keith MARSHALL wrote: > Bob Rossi wrote: > > OK, now thats wierd [sic]. If I'm going to make people install > > texinfo, then I should apparently just make them go the extra > > mile and install the autotools? > > Not necessarily. If you've committed the

Re: am files in CVS and MAINTAINER_MODE

2006-01-16 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Tue, Jan 17, 2006 at 03:03:42AM CET: > Ping. Please help. While I personally need and like to be reminded of things sometimes, it's really not uncommon for replies to take several days on the autotools lists. The audience is often busy, and can afford little time on