autogen.sh in OS X
Posted: Thu Oct 09, 2008 10:37 pm
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
So, assuming that something weird isn't actually going on, where should I put ACLOCAL_AMFLAGS -I m4 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).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.
So, assuming that something weird isn't actually going on, where should I put ACLOCAL_AMFLAGS -I m4 in makefile.am?