After running autogen.sh I get the message aclocal not found
Closed this issue · 3 comments
Yuna-She-They commented
not sure what I can do to fix this or anythng a
kernc commented
Israel-Laguan commented
Same problem here:
SOLUTION in debian 9
(use sudo if needed)
apt install autotools-dev automake
aclocal
In my laptop terminal output:
aclocal: error: 'configure.ac' is required
And that file is exactly what we have later.
So...
Maybe aclocal
moved to automake
or the automake
from autotools-dev
have a problem with aclocal
. See docs
Try to install automake
and share your findings, please.
Israel-Laguan commented
Later, the way to install it in debian 9 is (use sudo or su if needed):
./autogen.sh
mkdir build
cd build/
../configure
make
su
make install
exit
man logkeys
If documentation appears all must be good to go.