[libvirt] [PATCH 1/2] build: update gnulib

Eric Blake eblake at redhat.com
Thu Mar 25 23:37:31 UTC 2010


Picks up fixes for gethostname compilation problems on mingw.

* .gnulib: Update to latest.
* build-aux/.gitignore: Regenerate.
* cfg.mk (local-checks-to-skip): Avoid new test not relevent to
libvirt.
---

This replaces
https://www.redhat.com/archives/libvir-list/2010-March/msg00915.html,
and should fix the issues Matthias was seeing with compiling gnulib
on mingw.

 .gnulib              |    2 +-
 build-aux/.gitignore |    1 +
 cfg.mk               |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.gnulib b/.gnulib
index 10d66ae..4f01268 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 10d66aedfdd610f731c8c54152b9dfca3efbee12
+Subproject commit 4f01268d0c584c20704e42527f4fa125e7525aae
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 29b1e03..8717628 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -6,6 +6,7 @@
 /useless-if-before-free
 /vc-list-files
 arg-nonnull.h
+c++defs.h
 config.rpath
 gitlog-to-changelog
 mkinstalldirs
diff --git a/cfg.mk b/cfg.mk
index 27cfca4..0c41ae5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -51,6 +51,7 @@ local-checks-to-skip =			\
   sc_space_tab				\
   sc_sun_os_names			\
   sc_system_h_headers			\
+  sc_texinfo_acronym			\
   sc_tight_scope			\
   sc_two_space_separator_in_usage	\
   sc_error_message_uppercase		\
-- 
1.6.6.1




More information about the libvir-list mailing list