I looked at it. All it said was:
"Wrong autoconf version" etc. Error.
There are several error messages concerning too old versions of autoconf etc. preventing configure from working properly. Run autoreconf in the directory tree where the configure.in files in question are. This command will try to update the information in the GNU Build System files. See man autoreconf for more information.
I tried this and I get the following:
autoreconf: `configure.ac' or `configure.in' is required
and get this when I choose to Run Automake and Autoconf:
*cd "/home/david/Programming/C++/simplekdeapp" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
*This Makefile is only for the CVS repository
*This will be deleted before making the distribution
*
**** Creating acinclude.m4
**** Creating list of subdirectories
**** Creating configure.in
**** Creating aclocal.m4
*/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
*run info '(automake)Extending aclocal'
*or see
http://sources.redhat.com/automake/a...ding%20aclocal
*/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
*/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
*/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
*/usr/share/aclocal/libxslt.m4:14: warning: underquoted definition of AM_PATH_XSLT
*/usr/share/aclocal/glib-gettext.m4:378: warning: underquoted definition of AM_GLIB_GNU_GETTEXT
*/usr/share/aclocal/glib-gettext.m4:379: warning: underquoted definition of AM_GLIB_DEFINE_LOCALEDIR
*/usr/share/aclocal/glib-2.0.m4:8: warning: underquoted definition of AM_PATH_GLIB_2_0
*/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
*/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
*/usr/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD
*/usr/share/aclocal/esd.m4:175: warning: underquoted definition of AM_ESD_SUPPORTS_MULTIPLE_RECORD
*/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
*NONE:0: /usr/bin/m4: `m4_symbols' from frozen file not found in builtin table!
*autom4te: /usr/bin/m4 failed with exit status: 1
*aclocal: autom4te failed with exit status: 1
*gmake[1]: *** [cvs] Error 1
*gmake: *** [all] Error 2
**** Exited with status: 2 ***