I\'m trying to build GNU grep, and when I run make, I get:
[snip] /bin/bash: line 9: makeinfo: command not found
What is makeinfo, and how do I
For Centos , I solve it by installing these packages.
yum install texi2html texinfo
Dont worry if there is no entry for makeinfo. Just run
make all
You can do it similarly for ubuntu using sudo.
sudo