Re: [libvirt] [PATCH] show compiled in options in virsh --version

2010-10-28 Thread Justin Clift
On 10/29/2010 04:43 PM, Jim Meyering wrote: > Of course. Thanks for the reminder, Bruno. > That is indeed a slippery slope. I was too hasty in saying "ok". > > Eric, one option is to use the GPLv3 for programs like virsh, > then to have a second gnulib library that they would use. Cue "making

Re: [libvirt] [PATCH] show compiled in options in virsh --version

2010-10-28 Thread Jim Meyering
Bruno Haible wrote: > Hi Eric, > >> >>> case 'v': >> >>> -/* FIXME - list a copyright blurb, as in GNU programs? */ >> >>> -puts(VERSION); >> >>> +vshShowVersion(ctl); >> >>> exit(EXIT_SUCCESS); >> >> The gnulib module closeout can automati

Re: [libvirt] [PATCH] show compiled in options in virsh --version

2010-10-28 Thread Bruno Haible
Hi Eric, > >>> case 'v': > >>> -/* FIXME - list a copyright blurb, as in GNU programs? */ > >>> -puts(VERSION); > >>> +vshShowVersion(ctl); > >>> exit(EXIT_SUCCESS); > > The gnulib module closeout can automatically take care of this, but

Re: [libvirt] [PATCH] show compiled in options in virsh --version

2010-10-28 Thread Jim Meyering
Eric Blake wrote: > [adding bug-gnulib] > > On 10/28/2010 01:25 PM, Daniel Veillard wrote: case 'v': -/* FIXME - list a copyright blurb, as in GNU programs? */ -puts(VERSION); +vshShowVersion(ctl); exit(EXIT_SUCCESS

Re: [libvirt] [PATCH] show compiled in options in virsh --version

2010-10-28 Thread Eric Blake
[adding bug-gnulib] On 10/28/2010 01:25 PM, Daniel Veillard wrote: >>> case 'v': >>> -/* FIXME - list a copyright blurb, as in GNU programs? */ >>> -puts(VERSION); >>> +vshShowVersion(ctl); >>> exit(EXIT_SUCCESS); >> >> Pre-existing bug -