Biblioteca Libtool usada, mas `LIBTOOL ‘é indefinida

Encontrei este ótimo site:

Dicas Linux

Que tinha uma solução para o seguinte problema que tive hoje ao instalar Ruby 1.9.3 no Ubuntu.

Problema: ao tentar automakealgo, ele diz:

src/Makefile.am:85: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:85: The usual way to define `
LIBTOOL' is to add `AC_PROG_LIBTOOL'
src
/Makefile.am:85: to `configure.ac' and run `aclocal' and `autoconf' again.
src
/Makefile.am:85: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:85: its definition is in aclocal'
s search path.</pre></div>

e AC_PROG_LIBTOOLestá de fato emconfigure.ac

Causa: libtool não foi instalado

Solução: apt-get install libtool