On my machine, when I run autoreconf, I get this output:
configure.ac:106: warning: macro `AM_BINRELOC' not found in library
configure.ac:33: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:106: error: possibly undefined macro: AM_BINRELOC
configure.ac:173: error: possibly undefined macro: AC_INIT_JAM
autoreconf-2.61: /usr/bin/autoconf-2.61 failed with exit status: 1
However, if I make a file named Makefile.am and put this in it:
ACLOCAL_AMFLAGS = -I mk/autoconf
I found that that line would fix this at: http://sources.redhat.com/automake/automake.html#Local-Macros
This seems like the wrong way of getting autoreconf to work since this project uses jam rather than automake
also, when I get configure built and it runs, I get this error right before it is finished:
configure: creating ./config.status
config.status: error: cannot find input file: Jamconfig.in
I am guessing you forgot to add some files to the svn repo, because autoconf seems hungry for them ... or am I trying to build supratux/tuxjr incorrectly?
This is an old report. Not sure what distro this was being built on. Recent test builds on Ubuntu 10.4 seem to work. Please send in info or tips for this issue otherwise I'll close it (sooner than later). Thanks -and greetings from Philadelphia.