Autoconf spaces in path

前端 未结 1 1234
忘了有多久
忘了有多久 2021-01-23 23:16

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

相关标签:
1条回答
  • 2021-01-23 23:39

    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.

    0 讨论(0)
提交回复
热议问题