Lately I've been unable to make builds of Exult that will run. At the moment I'm not concerned about that because I suspect the problem is maybe only due to something new happening when I run autogen.sh. Recently I've been getting
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
among the expected output. I have no problem following the suggestion about configure.ac (and the output indicates it's happy when I do) but there's no ACLOCAL_AMFLAGS that I can find in makefile.am. Of course I can add the whole thing, but I'm assuming that where I add it matters (I tried adding it at random and got the same output).
So, assuming that something weird isn't actually going on, where should I put ACLOCAL_AMFLAGS -I m4 in makefile.am?
Hmm havent built it since June or so when we were all trying to make a package for OS X but.. Just updated my source to whatevers current as of 12:59pm 10/14/08 and autogen.sh and configure just ran fine.
Im on the make step now so hopefully it still goes well, cause I forgot to backup the folder that had my last working exult.app in it hehehe.
Of course, you've got a different setup so maybe it's some kind of Fink-related issue. I don't know. It just started happening with all the recent svn updates. If I ignore the messages and just make and make bundle it all goes without any errors but won't run and the log error claims that the .flx files fail the CRC check (I think).
And all of a sudden my problem is gone. There have been no new snapshots since I last tried but many updated Fink packages (including development packages) so I guess that confirms it. I use the unstable branch which probably explains everything.