Problems building SDL on Linux 32bits

Hello,

Im having problems building SDL (1.2.10 and 1.2.11 CVS) on my Linux machine. After running autogen.sh, I run configure and everything goes fine until I try to make the library. I received a lot of errors and the problem is that my SDL_config.h only contains below string:

/* include/SDL_config.h. Generated by configure. */

Im not sure but I imagine it would have more information…at least, the types as my errors come in form of :

“Error parsing Uint8”

What Im doing on a wrong way?

Thanks you very much and Cheers!