2013/1/15 Paul Eggert <egg...@cs.ucla.edu>: > As far as I know, all the autoconf tools are text based, > so if your file has CRLF endings it should work. However, > autoconf uses other commands (like sed) and they all need > to be on the same page here. My guess (without really knowing) > is that it's a bug in your 'sed' implementation, but I'm > afraid you'll have to track it down to be sure.
Thank you for the reply! I think the problem is related to http://sourceforge.net/tracker/index.php?func=detail&aid=2894652&group_id=2435&atid=102435 so it fails by design. I guess the solution is to check out all files with LF line endings if they are to be processed by MSYS tools. Best regards, Alex