mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
build: provide URL in 'configure --help'
* configure.ac (AC_INIT): Provide email and URL.
This commit is contained in:
parent
2399597a7e
commit
8f11a9beb0
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user