]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
build: provide URL in 'configure --help'
authorEric Blake <eblake@redhat.com>
Thu, 14 Oct 2010 01:37:25 +0000 (19:37 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 14 Oct 2010 11:51:01 +0000 (05:51 -0600)
* configure.ac (AC_INIT): Provide email and URL.

configure.ac

index b868e50e0577fa768e6857664e2358243cbf6dbb..2803aa35ccf91f74ce324ca075163c2e14a131a8 100644 (file)
@@ -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@redhat.com], [], [http://libvirt.org])
 AC_CONFIG_SRCDIR([src/libvirt.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])