[Libguestfs] using gnulib from daemon/

Jim Meyering jim at meyering.net
Wed Aug 5 13:43:01 UTC 2009


Jim Meyering wrote:

> Hi Rich,
>
> Prompted by your "New commands to list devices by UUID and label"
> patch, I've adjusted it to use gnulib.
...

One additional patch is required, when building from scratch:

>From a935ea923c434e14a4babc814db32bda1a5d3dbf Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Wed, 5 Aug 2009 08:01:38 -0400
Subject: [PATCH] build: tell bootstrap about daemon/

* bootstrap: Run gnulib-tool --update in daemon/.
---
 bootstrap |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bootstrap b/bootstrap
index d46b3be..8070efa 100755
--- a/bootstrap
+++ b/bootstrap
@@ -78,6 +78,8 @@ sed '
 gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
 <$gnulib_tool || exit

+(cd daemon && $gnulib_tool --update)
+
 modules='
 gitlog-to-changelog
 gnu-make
--
1.6.4.226.g08063




More information about the Libguestfs mailing list