Jeffrey D. Means wrote: > #1) > I'm getting a strange error message about automake when trying to > compile: > [ meaje at jeff-w crossfire]$ make > cd . > && /bin/sh /home/meaje/setup/crossfire/server/crossfire/utils/missing --run automake-1.9 --gnu > automake-1.9: `configure.ac' and `configure.in' both present. > automake-1.9: proceeding with `configure.ac'. > configure.ac:7: version mismatch. This is Automake 1.9.2, > configure.ac:7: but the definition used by this AM_INIT_AUTOMAKE > configure.ac:7: comes from Automake 1.9.5. You should recreate > configure.ac:7: aclocal.m4 with aclocal and run automake again. > make: *** [Makefile.in] Error 1 > > How do I solve this issue? Easiest is to do ./autogen.sh <whatever options you want to pass to configure. Reason for this has been recently discussed on the mailing list.