I'm trying to build anthem 0.0.13 under suse 7.3. I
have installed tse3.0.2.1 sucessfully, ./configure of
anthem suceeds, but make fails very early, with the
output:
linux:/usr/local/music/anthem-0.0.13 # make
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix /opt/kde
--no-create --no-recursion
cd . && autoheader
./aclocal.m4:549: error: m4_defn: undefined macro:
_m4_divert_diversion
aclang.m4:173: AC_LANG_RESTORE is expanded from...
./aclocal.m4:549: the top level
autoconf: tracing failed
make: *** [stamp-h.in] Error 1
linux:/usr/local/music/anthem-0.0.13 #
Looks like m4 is what gives this error. I can get the
same output running it directly like this:
m4 -I /usr/share/autoconf -I . -Dm4_warnings=syntax
--reload-state=/usr/share/autoconf/autoconf.m4f
./aclocal.m4 configure.in
At this point I'm stuck! Any suggestions as to what
to try next would be very much appreciated.
Regards
Iain