Re: No rule for 'install-info'

Chad Walstrom <[email protected]> Sat, 01 Nov 2014 13:36:41 -0500
Newsgroups gmane.comp.bug-tracking.gnats.general
Message-ID <[email protected]>
worik <[email protected]> wrote:
> I am building gnats and there is no rule in the make file for
> 'install-info' as
> http://www.gnu.org/software/gnats/doc/4_0_beta_snapshot/Installing-utils.html#Installing%20utils
> suggests

I'm curious which version of GNATS you're trying to install. I've just
pulled down CVS HEAD and ran the following:

    autoreconf -i
    ./configure --prefix=/opt/gnats
    sudo make install-info

The target succeeded.

Chad