config/autorun.sh: running `/usr/local/bin/libtoolize --automake --copy --force' .ibtoolize: AC_CON

is caused by using CRLFs in Makefile.am. "m4" != "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

*.am     -crlf


http://pete.akeo.ie/2010/12/that-darn-libtoolize-acconfigmacrodirm4.html

http://hi.baidu.com/sallenbring/blog/item/08a35113edaeab75cb80c479.html


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章