The configure ran fine but when I run make the
following is the output -
root@P3700:/usr/local/src/kups-1.0# make
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory /usr/local/src/kups-1.0'
make[1]: Leaving directory
/usr/local/src/kups-1.0'
cd . && aclocal
cd . && automake --foreign --include-deps ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . && autoconf
./aclocal.m4:645: error: m4_defn: undefined:
_m4_divert_diversion
aclang.m4:173: AC_LANG_RESTORE is expanded from...
./aclocal.m4:645: the top level
make: *** [configure] Error 1
I don't have much experience with autoconf, etc. Help
is much appreciated!
Anonymous