]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: add some modules
authorEric Blake <eblake@redhat.com>
Tue, 31 Aug 2010 22:27:24 +0000 (16:27 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 1 Sep 2010 18:22:59 +0000 (12:22 -0600)
snprintf is currently implicitly picked up by getaddrinfo, but we
might as well make it explicit so that mingw doesn't break if
getaddrinfo changes to drop the dependency.

func doesn't matter for gcc compilation, but may help other compilers
cope with our use of __func__.

* bootstrap.conf (gnulib_modules): Add snprintf and func.

bootstrap.conf

index ca31a6e26739781d84f4f81a76dd13951d5d7d23..8a85b9146d073e2bcf3d3e23821fd2b6f1f05b50 100644 (file)
@@ -29,6 +29,7 @@ count-one-bits
 crypto/md5
 dirname-lgpl
 fcntl-h
+func
 getaddrinfo
 gethostname
 getpass
@@ -53,6 +54,7 @@ random_r
 sched
 send
 setsockopt
+snprintf
 socket
 stpcpy
 strchrnul