[libvirt] [PATCH] build: provide URL in 'configure --help'

Dave Allan dallan at redhat.com
Thu Oct 14 01:56:40 UTC 2010


On Wed, Oct 13, 2010 at 07:39:45PM -0600, Eric Blake wrote:
> * configure.ac (AC_INIT): Provide email and URL.
> ---
> 
> Before:
> Report bugs to the package provider.
> 
> After:
> Report bugs to <libvir-list at redhat.com>.
> libvirt home page: <http://libvirt.org>.
> 
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index b868e50..2803aa3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,6 +1,6 @@
>  dnl Process this file with autoconf to produce a configure script.
> 
> -AC_INIT([libvirt], [0.8.4])
> +AC_INIT([libvirt], [0.8.4], [libvir-list at redhat.com], [], [http://libvirt.org])
>  AC_CONFIG_SRCDIR([src/libvirt.c])
>  AC_CONFIG_AUX_DIR([build-aux])
>  AC_CONFIG_HEADERS([config.h])
> -- 
> 1.7.2.3
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

ACK

Dave




More information about the libvir-list mailing list