[libvirt] [PATCH] maint: add gnulib gettimeofday module

* bootstrap.conf (gnulib_modules): Add gettimeofday. --- We're using gettimeofday throughout libvirt sources, but mingw lacks it. While conditional compilation has made it so that we have not yet tripped up mingw compilation, it doesn't hurt to pull this LGPLv2+ module in now. bootstrap.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 44d6d0e..5af77a7 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -32,6 +32,7 @@ getaddrinfo gethostname getpass gettext-h +gettimeofday gitlog-to-changelog gnumakefile ignore-value -- 1.7.0.1

On Thu, Jun 24, 2010 at 02:18:08PM -0600, Eric Blake wrote:
* bootstrap.conf (gnulib_modules): Add gettimeofday. ---
We're using gettimeofday throughout libvirt sources, but mingw lacks it. While conditional compilation has made it so that we have not yet tripped up mingw compilation, it doesn't hurt to pull this LGPLv2+ module in now.
bootstrap.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf index 44d6d0e..5af77a7 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -32,6 +32,7 @@ getaddrinfo gethostname getpass gettext-h +gettimeofday gitlog-to-changelog gnumakefile ignore-value
ACK Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

On 06/25/2010 02:50 AM, Daniel P. Berrange wrote:
+++ b/bootstrap.conf @@ -32,6 +32,7 @@ getaddrinfo gethostname getpass gettext-h +gettimeofday gitlog-to-changelog gnumakefile ignore-value
ACK
Thanks; pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Daniel P. Berrange
-
Eric Blake