Como instalar o IRSTLM (automake warning during the build)?

0

Estou tentando instalar o MT.

Para este propósito, eu estou tentando instalar a versão "irstlm-5.80.03" no "Ubuntu 14.04", mas, quando eu dou o comando ./regenerate-makefiles.sh , encontrei o seguinte erro:

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Calling /usr/bin/autoconf...
Calling /usr/bin/automake --add-missing...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:9: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
For more info, see:
configure.in:9: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:19: installing './compile'
configure.in:19: installing './config.guess'
configure.in:19: installing './config.sub'
configure.in:9: installing './install-sh'
configure.in:9: installing './missing'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
src/Makefile.am: installing './depcomp'

Então, por favor, me diga como posso resolver esses problemas no mesmo sistema operacional. Para este efeito, eu tenho instalado para "gcc-4.6, g + + - 4.6 e libboost (versão 1.54)".

    
por shashwatup9k 29.09.2014 / 15:22

1 resposta

1

Este é apenas um aviso , nenhum erro . A razão é que o autoconf preteriu o uso de configure.in e em 2012, houve a proposta de descartá-lo completamente ( veja aqui ).

Não há erros no código que você postou, então seu software compilou corretamente ou falhou em outro lugar.

    
por Jan 29.09.2014 / 16:24