On Thu, Nov 30, 2006 at 11:57:41PM -0500, Igor Peshansky wrote:
> On Thu, 30 Nov 2006, Eric Blake wrote:
> > Or experiment with the recent add-on to cygwin's bash, where exporting
> > SHELLOPTS with the cygwin-specific shell option igncr set will tell
> > subsequent /bin/sh invocations to strip \r from command substitution.
> 
> Although this might work.

OK, this worked. Or at least seemed to work. Here is what I did

bash -o igncr

CPPFLAGS="-mno-cygwin" CFLAGS="-mno-cygwin -O0" 
./configure --build=mingw32 --enable-experimental-libtool 

Now, should I use this as a temporary solution, and fix autoconf?

Thanks,
Bob Rossi


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to