From: Ed B. <be...@mi...> - 2018-08-29 14:44:19
|
On 08/29/2018 06:11 AM, Ruslan Kabatsayev wrote: > You seem to confuse "configure" script and autogen.sh/autoreconf. The > former indeed should work correctly regardless of $PWD. I'm not confused at all, but maybe my description was not sufficiently clear. I agree that it's the configure script and not autoconf or autoreconf that should work regardless of $PWD and agree with the rest of your description as well. It might be nice to be able to do that trick with autoreconf as well, but if that's possible, I don't know how to do it. As you correctly point out, the "configure" script is typically something that we developers generate (and check in to the repository), but that someone building from source would simply run. Ed |