On Fri, Jul 18, 2008 at 11:46, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
> Unfortunately the patch breaks configure for me: > 86: checking Python's configuration directory... > /usr/local/lib/python2.5/config > 87: usage: mktemp [-d] [-q] [-t prefix] [-u] template ... > 88: mktemp [-d] [-q] [-u] -t prefix > 89: Error: Can't create temporary file. Aborting. > > The BSD mktemp command requires a template or a "-t prefix" argument. I > don't know how portable it is, but this works for me: > > tmp_mkf="`mktemp /tmp/VcPmkXXXXXXXXXX`" And then we're back to the original problem, minus the easily guessable PID. If you want to solve it correctly, using pipes is a lot better. That way there's no chance of interception. Patch attached. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
configure.in.no.tmp.patch
Description: Binary data
