Building neovim from github repo: command autom4te is missing

Hi,

I am trying to compile Neovim from its github repo. The process fails, because the command autom4te is missing. ‘autoconf’ is installed.
On my GENTOO Linux this command is included in the package ‘autoconf-wrapper’ which I cannot find
with pacman.
What do I need to install to get autom4te ?

Why are you trying to compile it? It’s in the repo… :arrow_down:

sudo pacman -S neovim

… or… :arrow_down:

pamac install neovim

It might be one of the macros in the autoconf-archive package. :arrow_down:

sudo pacman -S autoconf-archive

… or… :arrow_down:

pamac install autoconf-archive
1 Like