Would love to play Unangband again, but I can't compile it. Using Ubuntu 10.04 Lucid Lynx. Autoconf generates this error:
Trying to configure with the generated file gave me this:
Code:
configure.in:9: error: possibly undefined macro: AM_CONFIG_HEADER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:11: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:21: error: possibly undefined macro: AM_CONDITIONAL
Code:
./configure: line 2149: syntax error near unexpected token `src/autoconf.h' ./configure: line 2149: `AM_CONFIG_HEADER(src/autoconf.h)'
Comment