> *** Creating acinclude.m4 > *** Creating aclocal.m4 > *** Creating configure > configure.in:26: warning: do not use m4_patsubst: use patsubst or > m4_bpatsubst configure.in:63: error: m4_popdef: undefined macro: AC_Dest > autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... > configure.in:63: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > make[1]: *** [cvs] Error 1 > make: *** [all] Error 2 > *** failed ***
I had the same problem with kdevelop 2.1.3. May be, my workaround will solve your problem too. Install: automake 1.5 and autoconf 2.13. This seems the only working combination to me. You should also rename /usr/bin/autoconf to something else and link /usr/bin/autoconf2.13 to /usr/bin/autoconf. So the 2.13 version will be used. Try it. It may run. Regards Hauke Habermann -- Stoppt TCPA, das Zensursystem von Microsoft! http://www.againsttcpa.com

