undefined macro: AC_Dest
Status: Alpha
Brought to you by:
msharkey
Hi people,
./configure succedded, but when I run make, after few
secconds, a compilation error occurs.
[root@chipocluda komport-0.5.9]# make
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/backup/komport-0.5.9'
make[1]: Leaving directory `/backup/komport-0.5.9'
cd . && aclocal-1.4
cd . && automake-1.4 --foreign --include-deps ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . && autoconf
configure.in:74: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:74: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
Regards
Robert
Logged In: YES
user_id=884682
I suspect it is probably because of an older version of
autoconf. I am currently building using Autoconf 2.13 on
Mandrake 9.2 linux.
Please querry your autoconf for it's version number and if
nessesary, upgrade it and try again.