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
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
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:
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
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