$ ./autogen.sh ~/SDL
Generating build information using aclocal, automake and autoconf
This may take a while ...
acinclude.m4:363: the serial number must appear before any macro definition
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI
/usr/share/aclocal/libsmi.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/libsmi.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:88: use `install-data-hook' or `install-exec-hook', not `install-hook'
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI
/usr/share/aclocal/libsmi.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/libsmi.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Now you are ready to run ./configure
I'm not sure if this it ok, is ./autogen.sh ment to generate Makefile.in?
So has anyone been able to solve this problem?
No matter what revision i`m trying to compile, i`m still getting the same error. Could it be Automake ?
Any ideas?
Edit:
In fact it was automake, to be more specific ->version 1.10
Tried it with 1.9 and it worked.
is there something wrong with the SDL libraries? I cannot get SDL_gfx or SDL_image to install without having the same errors as above. I tried the entire WANT_AUTOMAKE=1.9, but that still didnt solve the problem. I didnt have these problems when I installed them a few months ago, did something happen?