htop icon indicating copy to clipboard operation
htop copied to clipboard

Ubuntu sudo apt install automake

Open AndreiCherniaev opened this issue 2 years ago • 0 comments

I use Ubuntu 20. I read readme and do Debian/Ubuntu

sudo apt install libncursesw5-dev autotools-dev autoconf build-essential

And next step ./autogen.sh && ./configure && make -j6

And I have error

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 326. autoreconf: failed to run aclocal: No such file or directory

Because on Ubuntu 20 I also need automake

I suggest add automake to readme for Debian/Ubuntu.

AndreiCherniaev avatar Jun 20 '22 12:06 AndreiCherniaev