build: add a dependency on the gnulib tempname module
commitda355c98600aadbfcf82621650d5a6bbc95c7ed2
authorPádraig Brady <P@draigBrady.com>
Wed, 3 Jun 2015 03:29:45 +0000 (3 04:29 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 3 Jun 2015 03:41:58 +0000 (3 04:41 +0100)
treee11bad89353dbf57e2f66088fcd5132946969dab
parent44f08f240e69e062fd8f0ac33f2a2e0e07a2a3cd
build: add a dependency on the gnulib tempname module

* bootstrap.conf: Add "tempname" which is needed by mktemp(1).
The explicit dependency supports running gnulib-tool with
the --conditional-dependencies option, used to minimize built
modules.  Note on a Fedora 22 system, that results in avoiding
redundant builds of: areadlinkat.o asnprintf.o fd-hook.o
fseterr.o printf-args.o printf-parse.o sockets.o vasnprintf.o.
However --conditional-dependencies is not enabled, since it
currently precludes the inclusion of gnulib tests.
bootstrap.conf