<div dir="ltr"><div>So there&#39;s a two-fold failure during compile when handling paths with spaces.</div><div><br></div><div>The first is that the build fails when the code is in a path that has spaces in it. This is because instances of &quot;-I${some_foo}/include&quot; in autotools are not wrapped with quotation marks.</div><div><br></div><div>The second is when you invoke: ./configure --prefix=&quot;/some/path with a space/in/it&quot; --sysconfdir=&quot;/som/other/path with spaces&quot;. This is because SWICU_DATA and GLOBCONFPATH are not properly escaped for that situation, either.</div><div><br></div><div>An additional frustration, since I was in the autotools already to fix this (the path on the CI server has spaces in it, because I absentmindedly created the job with spaces in it) is that I can&#39;t finish a compile with autotools out of stream (I like to do my builds in a subdir of the main source dir so that things build artifacts and generated objects aren&#39;t being intermingled with the code).</div><div><br></div><div>So I&#39;ve attached a patch that fixes all of these problems.</div><div><br></div><div>--Greg<br></div></div>