From 8f11a9beb09df73975b06e4b97e98614d87f6ffb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 13 Oct 2010 19:37:25 -0600 Subject: [PATCH] build: provide URL in 'configure --help' * configure.ac (AC_INIT): Provide email and URL. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b868e50e05..2803aa35cc 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@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])