search for: c92d1e1

Displaying 2 results from an estimated 2 matches for "c92d1e1".

2009 Oct 26
1
[PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library
...edhat.com> Date: Mon, 26 Oct 2009 16:01:06 +0100 Subject: [PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library * bootstrap: Invoke gnulib-tool with --lgpl=2. --- bootstrap | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap b/bootstrap index c92d1e1..a4ea29d 100755 --- a/bootstrap +++ b/bootstrap @@ -77,6 +77,7 @@ warnings ' $gnulib_tool \ + --lgpl=2 \ --avoid=dummy \ --with-tests \ --m4-base=m4 \ -- 1.6.5.2.344.ga473e
2009 Sep 24
1
enabling more syntax-checks
...mples/to-xml.c | 4 ++-- fish/fish.c | 6 +++--- fish/tilde.c | 1 - src/generator.ml | 10 +++++----- src/guestfs.c | 4 ++-- 13 files changed, 29 insertions(+), 27 deletions(-) diff --git a/bootstrap b/bootstrap index 1e32517..c92d1e1 100755 --- a/bootstrap +++ b/bootstrap @@ -58,6 +58,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' arpa_inet +c-ctype closeout gitlog-to-changelog gnu-make diff --git a/cfg.mk b/cfg.mk index 09a3231..134725a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -50,7 +50,6 @@ disable_temporarily =...