Jim Meyering
2009-Oct-26 15:02 UTC
[Libguestfs] [PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library
This merely enforces (wrt gnulib) the existing convention that libguestfs is covered by LGPLv2+ .>From 99a8fab0fa0474b4ab3959a5bd5867779a1d08d6 Mon Sep 17 00:00:00 2001From: Jim Meyering <meyering at redhat.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
Richard W.M. Jones
2009-Oct-26 15:02 UTC
[Libguestfs] [PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library
On Mon, Oct 26, 2009 at 04:02:08PM +0100, Jim Meyering wrote:> This merely enforces (wrt gnulib) the existing convention that > libguestfs is covered by LGPLv2+ . > > >From 99a8fab0fa0474b4ab3959a5bd5867779a1d08d6 Mon Sep 17 00:00:00 2001 > From: Jim Meyering <meyering at redhat.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 \ > --Ouch well spotted. ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw