My system: ubuntu 22.04LTS
I've installed all the dependencies:
sudo apt-get install -y autoconf automake gettext libtool libxml2-dev
then while i tried to generate with autogen i got the next error
:~/Documents/libsmbios$ ./autogen.sh
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: autopoint failed with exit status: 2
how to solve that error:
sudo apt-get install autopoint