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
On SuSE linux, you can use the following command to install 'texinfo':
sudo zypper install texinfo
On my system, it shows it is downloading about 1000 MiB, so make sure you have enough free space.