Me he bajado el fluxbox k me aconsejásteis. Me pone en el install:
./configure
make
make install (como root)
Hago el ./configure y no hay problemas. Sin embargo, cuando voy a hacer el make me pone lo siguiente:
capito@unit0:~/sistema/fluxbox-0.1.14> make
make all-recursive
make[1]: Cambiando a directorio `/home/capito/sistema/fluxbox-0.1.14'
Making all in data
make[2]: Cambiando a directorio `/home/capito/sistema/fluxbox-0.1.14/data'
Making all in styles
make[3]: Cambiando a directorio `/home/capito/sistema/fluxbox-0.1.14/data/styles'
cd ../.. && \
automake --gnu data/styles/Makefile
configure.in:5: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:5: old Automake version. You should recreate aclocal.m4
configure.in:5: with aclocal and run automake again.
make[3]: *** [Makefile.in] Error 1
make[3]: Saliendo directorio `/home/capito/sistema/fluxbox-0.1.14/data/styles'
make[2]: *** [all-recursive] Error 1
make[2]: Saliendo directorio `/home/capito/sistema/fluxbox-0.1.14/data'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/home/capito/sistema/fluxbox-0.1.14'
make: *** [all] Error 2