Autoconf spaces in path

2019-09-08 16:48发布

问题:

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.