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

Eric Blake eblake at redhat.com
Thu Oct 14 01:39:45 UTC 2010


* 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




More information about the libvir-list mailing list