1.
aclocal: command not found
sudo pacman -S automake autoconf
2.
./autogen.sh: line 25: intltoolize: command not found
sudo pacman -S intltool
3.
install from sources
autogen.sh
make
sudo make install
1.
aclocal: command not found
sudo pacman -S automake autoconf
2.
./autogen.sh: line 25: intltoolize: command not found
sudo pacman -S intltool
3.
install from sources
autogen.sh
make
sudo make install