From 983f19de2a16b570c451a3154ebb3cd7f2f82639 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 16:07:29 +0100
Subject: [PATCH v3 01/13] build: Add project mailing list to configure contact
 address
Status: obsolete
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This makes the project mailing lst address available to the code as
the PACKAGE_BUGREPORT macro, shows the address on «configure --help»,
and on test suite failures.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 658a785..4834854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.14)
+AC_INIT(neard, 0.14, [linux-nfc@lists.01.org])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)
-- 
1.9.0.rc3.244.g3497008

