Autoconf spaces in path

╄→гoц情女王★ 提交于 2019-12-12 22:22:49

问题


I just converted a c++ project to a autotools project and written a few lines in configure.ac from here. Build fails saying "sh: /home/me/bla: No such file or directory" when my path should be "bla bla". The problem is I didn't write any path anywhere. What shoul I do? Except for renaming the path... Doh!


回答1:


Sorry, there are just a few things that you can't do with autoconf and have a path with spaces in the name is one of them.



来源:https://stackoverflow.com/questions/16194124/autoconf-spaces-in-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!