Re: makeinfo msg when make-install

2001-02-27 Thread Derek R. Price
Larry Jones wrote: > Derek R. Price writes: > > > > Of course, things are supposed to be set up such that a missing makeinfo isn't a > > fatal error. > > That's true for the current developement version (which uses automake), > but not for previous releases. The original poster said they were us

Re: makeinfo msg when make-install

2001-02-27 Thread Larry Jones
Derek R. Price writes: > > Of course, things are supposed to be set up such that a missing makeinfo isn't a > fatal error. That's true for the current developement version (which uses automake), but not for previous releases. The original poster said they were using a patched 1.11. -Larry Jone

Re: makeinfo msg when make-install

2001-02-27 Thread Derek R. Price
Larry Jones wrote: > Tracy Brown writes: > > > > I've never gotten this message before during the make install: > > > > if [ ! -f ./CVSvn.texi ]; then ln -s ./CVSvn.texi . || ln ./CVSvn.texi . > > || cp ./CVSvn.texi . ; else true; fi > > makeinfo ./cvs.texinfo -o cvs.info > > makeinfo:

Re: makeinfo msg when make-install

2001-02-25 Thread Larry Jones
Tracy Brown writes: > > I've never gotten this message before during the make install: > > if [ ! -f ./CVSvn.texi ]; then ln -s ./CVSvn.texi . || ln ./CVSvn.texi . > || cp ./CVSvn.texi . ; else true; fi > makeinfo ./cvs.texinfo -o cvs.info > makeinfo: not found > > I've patched my CV

makeinfo msg when make-install

2001-02-25 Thread Tracy Brown
I've never gotten this message before during the make install: if [ ! -f ./CVSvn.texi ]; then ln -s ./CVSvn.texi . || ln ./CVSvn.texi . || cp ./CVSvn.texi . ; else true; fi makeinfo ./cvs.texinfo -o cvs.info makeinfo: not found I've patched my CVS-1.11 code with Assar's GSSAPI patch