Anyone ever go through
./autogen.sh: line 4: intltoolize: command not found
when try to install/build (here case is geany plugin) ?
Please help out, thanks before
You should install the package "intltool"
pacman -Sy intltool
An extra tip:
If you don't know what package you should install you can configure "command not found" in bash. So, when you enter a command not found it will recommend you the way to install it. It doesn't work with all packages but It's very useful.
https://wiki.archlinux.org/title/bash#Command_not_found
For example, in my case:
$intltoolize
intltoolize may be found in the following packages:
world/intltool 0.51.0-6 /usr/bin/intltoolize
extra/intltool 0.51.0-6 /usr/bin/intltoolize
sudo pacman -S base-devel. ???????