I (Julian Foad) wrote: > Branko Čibej wrote: >> On 13.08.2012 16:21, Julian Foad wrote: >>> Johan Corveleyn wrote: >>>>> Author: brane >>>>> >>>>> On Windows, create the generated svn_private_config.h in the >>>>> intermediate build directory so that different configurations >>>>> don't all use the same canonical host name. >>> >>> Just for Windows? Are you (Brane) planning to do the same for >>> Unix-like builds as well, as that would seem to be equally useful? >> >> Well, on Unix we don't support different build configurations in the >> same tree, which is the norm on Windows. It would make sense to create >> svn_private_config.h in the build directory for out-of-tree builds. I >> haven't checked if configure.ac already does that. > > I always do out-of-tree builds, and we currently create that .h file in the > source tree not the build tree.
Oops, the other way around: we currently create that .h file in the build tree, not in the source tree. - Julian