build: provide URL in 'configure --help'

* configure.ac (AC_INIT): Provide email and URL.
This commit is contained in:
Eric Blake 2010-10-13 19:37:25 -06:00
parent 2399597a7e
commit 8f11a9beb0

View 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])