IRSTLM installation
If you get error
aclocal: couldn't open directory 'm4': No such file or directory
Create a directory called m4.
mkdir m4
If you get error
libtool library used but 'LIBTOOL' is undefined
Install libtool.
sudo apt-get install libtool
Just in case, install them too
sudo apt-get install csh
sudo apt-get install tcsh
Comments