With recent Lugi announcement, I've tried to compile trunk under cygwin.<br><br>when i run ./configure (Rev 97390), i've got:<br><br>./configure: line 17: $'\r': command not found<br>./configure: line 28: syntax error near unexpected token '$'in\r''
<br>./configure: line 28: ' case '(set -o) 2>/dev/null' in<br><br><br>here's the configure<br> 16 ## --------------------- ##<br> 17<br> 18 # Be more Bourne compatible<br> 19 DUALCASE=1; export DUALCASE # for MKS sh
<br> 20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then<br> 21 emulate sh<br> 22 NULLCMD=:<br> 23 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
<br> 24 # is contrary to our usage. Disable this feature.<br> 25 alias -g '${1+"$@"}'='"$@"'<br> 26 setopt NO_GLOB_SUBST<br> 27 else<br> 28 case `(set -o) 2>/dev/null` in
<br> 29 *posix*) set -o posix ;;<br> 30 esac<br> 31<br> 32 fi<br><br><br>and there's not \r, so i dont undertand what this failure comes from.<br>Any hints?<br clear="all"><br>-- <br>Clod Patry