is caused by using CRLFs in Makefile.am. "m4<CR>" != "m4" and thus the libtoolize script will produce an error.
If you're using git, I strongly advise adding a .gitattributes file with the following:
*.sh -crlf
*.ac -crlf
If you're using git, I strongly advise adding a .gitattributes file with the following:
*.sh -crlf
*.ac -crlf
*.am -crlf
http://pete.akeo.ie/2010/12/that-darn-libtoolize-acconfigmacrodirm4.html
http://hi.baidu.com/sallenbring/blog/item/08a35113edaeab75cb80c479.html
本文介绍了一个关于Makefile.am文件中使用CRLF字符导致libtoolize脚本出现错误的问题,并提供了解决方案,建议在使用git时通过配置.gitattributes文件来避免此类问题。
11万+

被折叠的 条评论
为什么被折叠?



