]> xenbits.xensource.com Git - libvirt.git/commit
build: drop the mktempd gnulib module
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 2 Oct 2019 11:09:08 +0000 (12:09 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 7 Oct 2019 10:34:24 +0000 (11:34 +0100)
commita45fa8000a9abf470d0ae925e81987f9cd13162a
treec03a2b0b31047cc58ffed61106f91804b8426f7b
parenta88cfcf64fc3f14bd75f86bd8c07d2910775bee0
build: drop the mktempd gnulib module

The mktempd module in gnulib provides an equivalent to 'mktemp -d' on
platforms which lack this shell command. All platforms on which libvirt
runs the affected tests have 'mktemp -d' support, so the gnulib module
is not required.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
bootstrap.conf
tests/test-lib.sh