Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes a écrit : | > Angus Leeming <[EMAIL PROTECTED]> 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? | | FYI, I haven't touched nor edited this file at all so I don't | understand with it ends up having Windows line ending.
I think it has svn:eol-style native in the repo. (check with svn 'propÃlist -v configure.ac') -- Lgb