Lars Gullik Bjønnes wrote:
Angus Leeming writes:
| Abdelrazak Younes wrote:
| > Any time I try to configure, it fails with this:
|
| > checking types of arguments for select... int,int *,struct timeval *
| > ./configure: line 35276: syntax error near unexpected token `"s/^\\(['
| > ./configure: line 35276: `
| > "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"'
|
| I think that this is syptomatic of configure.ac having Windows line
| endings. Caveat emptor, but I believe that the following should fix it:
|
| $ sed 's/\r$//' configure.ac > configure_new.ac
| $ mv -f configure_new.ac configure.ac
| $ sh autogen.sh
So this is a file where we should set svn:eol-style LF?
I believe so. However, when I mentioned this self-same issue a little while
ago, André came up with some reasoning why doing so was a bad idea.
Something to do with performance... Clearly, I'm no svn expert (:)) so I
can't add anything to that particular debate.
Angus