Autoconf spaces in path

2019-09-08 16:52发布

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条回答
SAY GOODBYE
2楼-- · 2019-09-08 17:30

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.

查看更多
登录 后发表回答