Avviando lopster dopo aver fatto un update del sistema vedo che non trova più la lib flac, nonostante sia installata, decido quindi di ricompilare lopster con emerge. Dopo aver fatto il configure emerge però mi dà questo errore:

Configuration:
--------------------------------------------------
Compiler : gcc
ZLib Support : yes
Ogg Support : yes
Flac Support : yes
Thread Support : yes
--------------------------------------------------

cd . && automake --gnu Makefile
cd . && /var/tmp/portage/lopster-1.2.2-r1/work/lopster-1.2.2/missing autoconf
WARNING: `autoconf' is missing on your system. You should only need it if
you modified `configure.in'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make: *** [Makefile.in] Error 1

!!! ERROR: net-p2p/lopster-1.2.2-r1 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message


Autoconf è sicuramente installato sul mio sitema (l'ho anche riemerso) e la versione è 2.59-r6 quindi superiore a quella richiesta.

Cosa posso fare?

Grazie