Sdl cvs cygwin build errors?

hello,
i was wondering if anybody had trouble building the sdl cvs (grabbed
today, Nov. 17, 2002) on the latest cygwin tools? it doesnt build at all
for me. it seems to give a lot of output like invalid commands are being
passed and it cant get past generating libs from the first directory. is
anybody else having these issues?–
Chris Thielen <@Christopher_Thielen>

i meant to mention that i also have all the cygwin packages installed as
well, yet libtool seems to be missing. is there a libtool for cygwin or
does sdl need a special configuration? sdl’s configure script detects
cygwin yet does not seem to work correctly.On Sun, 2002-11-17 at 19:35, Chris Thielen wrote:

hello,
i was wondering if anybody had trouble building the sdl cvs (grabbed
today, Nov. 17, 2002) on the latest cygwin tools? it doesnt build at all
for me. it seems to give a lot of output like invalid commands are being
passed and it cant get past generating libs from the first directory. is
anybody else having these issues?

Chris Thielen <@Christopher_Thielen>

I found the problem. Apparently the automake team, in their infinite wisdom,
added support for objective C dependency tracking but didn’t include an elegant
way to specify that you’re using objective C source.

A patch to add objective C support to configure.in is attached.

Thanks!
-Sam Lantinga, Software Engineer, Blizzard Entertainment
-------------- next part --------------
Index: configure.in> On Sun, 2002-11-17 at 19:35, Chris Thielen wrote:

hello,
i was wondering if anybody had trouble building the sdl cvs (grabbed
today, Nov. 17, 2002) on the latest cygwin tools? it doesnt build at all
for me. it seems to give a lot of output like invalid commands are being
passed and it cant get past generating libs from the first directory. is
anybody else having these issues?

===================================================================
RCS file: /home/sdlweb/libsdl.org/cvs/SDL12/configure.in,v
retrieving revision 1.93
diff -u -r1.93 configure.in
configure.in 2002/11/17 19:36:49 1.93
+++ configure.in 2002/11/24 08:01:54
@@ -61,6 +61,7 @@
AC_SUBST(CCAS)
CCASFLAGS=""
AC_SUBST(CCASFLAGS)
+_AM_IF_OPTION([no-dependencies], [_AM_DEPENDENCIES(OBJC)])

dnl The alpha architecture needs special flags for binary portability
case “$target” in