Just finished installing ubuntu 16.04.1 desktop version. Now I am trying to install m4. So far installed m4 as follows.
- Downloaded m4-1.4.18.tar.gz
- tar -xvzf m4-1.4.18.tar.gz
- cd m4-1.4.18
- ./configure --prefix=/usr/local/m4
- make
- sudo make install
Now when I type:
m4 --version
It still says:
The program 'm4' is currently not installed....
What step am I missing?
Note: I do not have internet access on this machine.