Re: AWK script has no effect when .in file has CRLF

2013-01-17 Thread Alexander Kruppa
2013/1/15 Paul Eggert : > 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

Re: AWK script has no effect when .in file has CRLF

2013-01-15 Thread Paul Eggert
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 afra

AWK script has no effect when .in file has CRLF

2013-01-15 Thread Alexander Kruppa
Hello, I hit a problem with autoconf under MinGW. The .in file is checked out from the Git repository and automatically converted to having CRLF line ending. The $ac_tmp/defines.awk file has LF line endings, but this does not seem to matter, the error behaviour is the same whether $ac_tmp/defines.