When i run
I get this error:
Please help
EDIT:
Solved by doing this:
Code:
./autogen.sh
I get this error:
Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 325.
autoreconf: failed to run aclocal: No such file or directory
Please help
EDIT:
Solved by doing this:
Code:
apt-get install automake
Last edited: