Libtool bibliothèque utilisée, mais "LIBTOOL" n'est pas défini?

Im essayant d'installer ffmpeg sur mon serveur. Im unsing centos 5.

Lorsque j'essaie d'installer libfdk_aac j'obtiens l'erreur suivante

` autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
Makefile.am:31: Libtool library used but `LIBTOOL' is undefined
Makefile.am:31:
Makefile.am:31: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:31: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
autoreconf: automake failed with exit status: 1 ` 

Si je type qui libtool-je obtenir /usr/bin/libtool, donc je pense que libtool est installé.
Donc je ne sais pas pourquoi cette erreur se produit.

Merci pour tous les conseils

Sous ubuntu cette ligne fixe pour moi: apt-get install libtool
essayez d'exécuter libtoolize dans ce répertoire d'abord, puis exécutez de nouveau autoreconf.
Une note sur la terminologie. Si vous exécutez autoreconf, puis vous faites beaucoup plus que de simplement essayer de "installer" ffmpeg. Vous essayez de construire l'ensemble du paquet, ce qui est beaucoup plus que la simple construction et l'installation d'un preconstructed paquet.

OriginalL'auteur Sam Healey | 2013-03-29