I'm running RedHat Linux 8.0
automake 1.6.3
autoconf 2.5.3
and kde 3.1
./configure completes
Running make gives:
cd ../.. && automake --gnu --include-deps
advance/docs/Makefile
aclocal.m4:2722: your implementation of
AM_INIT_AUTOMAKE comes from an
aclocal.m4:2722: old Automake version. You should
recreate aclocal.m4
aclocal.m4:2722: with aclocal and run automake again.
If I run aclocal and automake and then run make, I get
cd . && autoconf
configure.in:55: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:55: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
Any help appreciated.
Ray Babcock, babcock@cs.montana.edu