Vinod Kurup

Hospitalist/programmer in search of the meaning of life

Nov 5, 2010 - 1 minute read - Comments - linux programming

Autopoint

If you get this error message:

Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm

Then, you need to install autopoint:

sudo aptitude install autopoint

I ran into this while building ledger today and had never needed to do that before. The error that acprep provides is even more cryptic:

Automatically preparing build ... Warning: autoreconf failed

Then, I ran autogen.sh and the autpoint error showed up.