/bin/sh: aclocal-1.10: command not found

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

/bin/sh: aclocal-1.10: command not found

Post by ^rooker »

[PROBLEM]
cd . && aclocal-1.10
/bin/sh: aclocal-1.10: command not found
make: *** [aclocal.m4] Error 127
[SOLUTION]
Install "automake":

Code: Select all

apt-get install automake
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply