• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved [Linux] ./autogen.sh

Ethrex

Member
Joined
Jul 6, 2012
Messages
314
Reaction score
18
Location
Sweden
When i run
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:
Back
Top