View Single Post
Posts: 4 | Thanked: 1 time | Joined on Jul 2010 @ AUSTRIA
#444
Originally Posted by zaxl View Post
Hi,


You are missing something called from the script:
/bin/bash, aclocal,autoheader, automake or autoreconf.

Try running them one by one:
aclocal
autoheader
automake --add-missing
autoreconf

That should tell you exactly what's not found.
Install it and run autosh.sh
if it's the shell (/bin/bash) change it to /bin/sh.

have fun,
alex
Ok, thanks for the fast answer. (I'm the guy who has mailed you. )

Please tell me how to install them, they are all missing.
(It's the first time I'm working with linux terminal commands. I'm glad to have svn installed on my own. )

Thanks!