Estou tentando compilar a biblioteca libaffa , com o seguinte procedimento:
sudo ./configure -> OK
sudo make && make install -> "Nothing to be done for 'all' "
Como faço para corrigir isso? Eu corro o Linux Mint.
Notícias:
>> ./configure -> **OK**
>> autoreconf ->
src/Makefile.am: error: required file './depcomp' not found
src/Makefile.am: 'automake --add-missing' can install 'depcomp'
autoreconf: automake failed with exit status: 1
automake --add-missing -> src/Makefile.am: installing './depcomp'
>> autoreconf -> OK
>> make ->
make[1]: Entering directory '/home/plus91/Scrivania/libaffa-0.9.6/src'
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/bash ./config.status
config.status: creating src/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Entering directory '/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/plus91/Scrivania/libaffa-0.9.6/src'
make[1]: Entering directory '/home/plus91/Scrivania/libaffa-0.9.6'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/plus91/Scrivania/libaffa-0.9.6'
NOTÍCIAS: Problema resolvido