Encontrei este ótimo site:
Que tinha uma solução para o seguinte problema que tive hoje ao instalar Ruby 1.9.3 no Ubuntu.
Problema: ao tentar automake
algo, 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_LIBTOOL
está de fato emconfigure.ac
Causa: libtool
não foi instalado
Solução: apt-get install libtool