Daniel Glassey wrote:
>
> Hi,
> In a lot of the apps in msysDTK paths are hard coded e.g.
> /usr/share/autoconf.
> But in msys paths are like /share/autoconf
>
/usr and / point to the same path tree, this shouldn't matter.
> I don't know if this is the reason for failure but when I try and run msys
> autoconf for abiword-plugins I get:
> $ autoconf
> autoconf: warning: both `configure.ac' and `configure.in' are present.
> autoconf: warning: proceeding with `configure.ac'.
> NONE:0: /bin/m4: Expecting line feed in frozen file
>
Check the .m4f file, are the line endings DOS \r\n or UNIX \n style?
> The warning is expected but the failure isn't
>
Yea, I wouldn't think so.
Earnie.
P.S.: Where can I download your work so that I can give it a go myself?
|