On 11/20/2013 8:33 AM, Martin Storsjö wrote: > The only paths that actually are an issue are absolute unix-style > paths, and the only place they're used with the output arguments > (-Fo, -Fe, -Fi, -out:) are for the temp files within configure. > > By setting the default TMPDIR to . for msvc/icl builds, the msys > path conversion isn't an issue any longer, and we can use the > proper form of the file output parameters. This avoids requiring > the c99wrap wrapper for remapping the parameters for cases where > the c99 converter isn't invoked at all. > --- > configure | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-)
As on IRC, the idea gets a +1 from me. It's probably not worth making ./tmp or something since all the temp filenames are randomly generated anyway... - Derek _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
