[PATCH] cross-mingw32 support

2007-04-01 Thread Robert Millan
This patch fixes wget to be cross-buildable with mingw32 on gnu-ish systems. 2007-04-01 Robert Millan [EMAIL PROTECTED] * Makefile.in: Add @MINGW32_WS2@ to LIBS. * configure.in: - Detect mingw32 and set appropiate variables. - Use AC_CHECK_FUNCS for all

Re: [PATCH] cross-mingw32 support

2007-04-01 Thread Robert Millan
Sorry, I didn't notice there was a preexisting way of appending to OBJ variable. New patch attached. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list. 2007-04-01 Robert Millan

Re: [PATCH] cross-mingw32 support

2007-04-01 Thread Robert Millan
And here's a backport for 1.10 branch. 2007-04-01 Robert Millan [EMAIL PROTECTED] * Makefile.in: Add @MINGW32_WS2@ to LIBS. * configure.in: - Detect mingw32 and set appropiate variables. * src/Makefile.in: Adjust OBJ and LIBS for mingw32. * src/main.c:

Re: [PATCH] cross-mingw32 support

2007-04-01 Thread Hrvoje Niksic
Robert Millan [EMAIL PROTECTED] writes: -AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr) +AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr strcasecmp strncasecmp strdup isatty symlink) -dnl We expect to have these functions on Unix-like systems configure