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