From: Eric Blake Date: Thu, 14 Oct 2010 01:37:25 +0000 (-0600) Subject: build: provide URL in 'configure --help' X-Git-Tag: v0.8.5~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f11a9beb09df73975b06e4b97e98614d87f6ffb;p=thirdparty%2Flibvirt.git build: provide URL in 'configure --help' * configure.ac (AC_INIT): Provide email and URL. --- 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])