Hi all, my name is Mihaly (Michael for simplicity reasons ) and I'm new here (this is my first post)

I have search for a similar situation on the forum and I didn't get anything useful. So I want to join the community, and learn building Enigma2 sh4 images, especially now that there is a XBMC version on the nightlys. I have followed the installation steps.
I first run setuptdt.sh without any problems.
Than of course make.sh

Performing autogen.sh...
------------------------

I am testing that you have the required versions of libtool, autoconf,
automake, make, gettext, gcc, and g++.

checking for libtool >= 1.4.2 ... yes (version 2.4.2)
checking for autoconf >= 2.57a ... yes (version 2.69)
checking for automake >= 1.8 ... yes (version 1.14.1)
checking for gettext >= 0.12.1 ... yes (version 0.18.3)
checking for make >= 3.80 ... yes (version 3.81)
checking for gcc >= 3.0 or = 2.95 ... yes (version 4.8.2-19ubuntu1))
checking for g++ >= 3.0 or = 2.95 ... yes (version 4.8.2-19ubuntu1))

Generating configuration files for tufsbox-cdk, please wait....
Everything is OK, and as you can see it says I have autoconf 2.69

than I run
make yaud-xbmc-nightly or any other (I have tried enigma2 nightly or neutrino too)
and I got every time an error:

make[3]: Entering directory `/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
for f in autoconf.info autoconf.info-[0-9] autoconf.info-[0-9][0-9] autoconf.i[0-9] autoconf.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/build-aux/missing --run makeinfo --no-split -I . \
-o autoconf.info autoconf.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./autoconf.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
conftest.c:14531: must be after `@defmac' to use `@defmacx'
make[3]: *** [autoconf.info] Error 1
make[3]: Leaving directory `/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/doc'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64'
make: *** [.deps/host_autoconf] Error 2
All the error messages:
/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/build-aux/missing: line 52: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
/opt/duckbox/tdt/tdt/cvs/cdk/autoconf-2.64/build-aux/missing: line 52: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
aclocal.m4:16: warning: this file was generated for autoconf 2.64.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
conftest.c:14531: must be after `@defmac' to use `@defmacx'
make[3]: *** [autoconf.info] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [.deps/host_autoconf] Error 2

My biggest problem is that as you see it is using autoconf 2.64 and not 2.69 as it is installed on my system and recognized correctly by the make.sh4 script.

Did any of you meet this error? What am I doing wrong?
I have a Ubuntu 14.04 as my main OS, but I have also started to install Ubuntu 9.10 (no more updates, so I cannot download dependecies), Fedora 12 and Fedora 20 but still, the same error. I might be looking in thw wrong place or something.
I really want to learn to do this, and make a contribution to the XBMC part, but I cannot even make a minimal new image ...
The error " must be after `@defmac' to use `@defmacx'" is an autoconf 2.64 error, 2.69 does not have this, but still the make image uses 2.64 for some reason.
Also I can see some strange error on the

Any help would pe appreciated.