[virt-tools-list] [RFC virt-viewer 04/12] build-sys: Add --with-os-id

Christophe Fergeau cfergeau at redhat.com
Tue Jun 2 14:50:57 UTC 2015


On Tue, Jun 02, 2015 at 04:29:21PM +0200, Christophe Fergeau wrote:
> This new configure flag allows to specify a string ID (eg fedora22,
> ubuntu10.04, ..) identifying the OS this remote-viewer build will be
> for. This will be used in combination with the new 'versions' field in
> .vv files in order to make it possible for the creator of the .vv file
> to specify which version it expects for the various OSes which may
> connect.
> ---
>  configure.ac | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 2933d89..def445d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -230,6 +230,13 @@ if test "x$have_gtk_vnc" != "xyes" && test "x$have_spice_gtk" != "xyes"; then
>      AC_MSG_ERROR([At least one of spice or vnc must be used])
>  fi
>  
> +AC_ARG_WITH([osid],
> +    AS_HELP_STRING([--with-osid=id], [Set OS ID for use in .vv files]))

> +echo "osid: $with_osid"

I've removed this debug statement.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20150602/81dc85a8/attachment.sig>


More information about the virt-tools-list mailing list