Configuring SDL under cygwin problem

Hi all. I’ve downloaded SDL-1.2.11 version, uncompressed it, ran autoconf, and
then configure.

First strange thing I noticed is this error (configure kept going after it):
./configure: line 2736: AC_LIBTOOL_WIN32_DLL: command not found
./configure: line 2737: AC_PROG_LIBTOOL: command not found

configure (after autoconf) contains these two lines:
2736: AC_LIBTOOL_WIN32_DLL
2737: AC_PROG_LIBTOOL

This seems out of place.

Eventually configure stops after the following errors:

checking for setjmp… no
checking for nanosleep… no
checking for libiconv_open in -liconv… yes
checking for pow in -lm… yes
./configure: line 8426: syntax error near unexpected token 0.9.0,' ./configure: line 8426: AM_PATH_ALSA(0.9.0, have_alsa=yes,
have_alsa=no)’

Does anybody have an idea what’s going on here?

Thanks,
Pavel

After reading several posts I’ve realized that I needed to run autogen.sh.
It seems to be going now. Sorry for the dumb question.