summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-24 00:36:36 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-24 00:36:36 +0100
commitec5288609ba4d8dbe3191379c13e821eb86b11ef (patch)
treee86fe0545aef2e535a4ff5fedc7988f53431f555 /configure.ac
parent5b2fd61868dfeeb60ec5252f86f46d6995a869b2 (diff)
downloadpatches-ec5288609ba4d8dbe3191379c13e821eb86b11ef.tar
patches-ec5288609ba4d8dbe3191379c13e821eb86b11ef.tar.gz
build: Change bug-report address; add URL.
* configure.ac: Change bug-report address in `AC_INIT'; add URL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 703dee8b17..65fc01857f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \