Sie müssen libtool installieren, das die erforderlichen Makros bereitstellt. Auf Ubuntu
apt-get install libtool
Ich habe libopus von git heruntergeladen und versucht es zu bauen, egal wie ich es bekomme,
Updating build configuration files, please wait.... configure.ac:38: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:38: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
Wie löse ich diesen Fehler?
Sie müssen libtool installieren, das die erforderlichen Makros bereitstellt. Auf Ubuntu
apt-get install libtool