Attempting to compile komba2-0.7.3 on a Red Hat 9
system. Configure seems to run fine, but make produces
this:
[root@localhost komba2-0.7.3]# make
cd . && autoconf
aclocal.m4:2509: error: m4_defn: undefined macro:
_m4_divert_diversion
autoconf/functions.m4:1277: AM_FUNC_OBSTACK is
expanded from...
aclocal.m4:2509: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
[root@localhost komba2-0.7.3]#
Any help? Thanks.
Logged In: YES
user_id=378648
This is because you have autoconf 1.5> with RH9.
You have to remove the definition of AM_FUNC_OBSTACK and
AM_FUNC_ERROR_AT_LINE from aclocal.m4 and acinclude.m4 .