bootstrap: set HAVE_MKSTEMP on unix
commit9fdfec1fe8074eeb7ed2d15506929d0be3af6d56
authorSteve Bennett <steveb@workware.net.au>
Wed, 17 Sep 2014 21:24:05 +0000 (18 07:24 +1000)
committerSteve Bennett <steveb@workware.net.au>
Wed, 17 Sep 2014 21:24:05 +0000 (18 07:24 +1000)
tree4aefbf55f1f127afa5601f625911608a2f715f75
parent17231d101cea87ed72c29b661d47a24f6c7e8d92
bootstrap: set HAVE_MKSTEMP on unix

All reasonable unix platforms have mkstemp(), so
use it in bootstrap jimsh.
Without it, exec is non-functional.
(Previously it was just assumed to exist in [exec], but not [file tempfile])

Signed-off-by: Steve Bennett <steveb@workware.net.au>
make-bootstrap-jim