How do I resolve an error about AM_PROG_LIBTOOL when building libopus from git?

Solution 1:

You need to install libtool, which provides the necessary macros. On Ubuntu,

apt-get install libtool