build: Change bug-report address; add URL.

* configure.ac: Change bug-report address in `AC_INIT'; add URL.
This commit is contained in:
Ludovic Courtès 2012-11-24 00:36:36 +01:00
parent 5b2fd61868
commit ec5288609b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
AC_INIT([GNU Guix], [0.1], [gnu-system-discuss@gnu.org])
AC_INIT([GNU Guix], [0.1], [bug-guix@gnu.org], [guix],
[http://gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \