* [PATCH] add mailing list as bug report address to configure.ac
@ 2010-08-06 14:20 Uwe Kleine-König
2010-08-11 17:39 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2010-08-06 14:20 UTC (permalink / raw)
To: linux-bluetooth
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index b004f6e..2804d29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.69)
+AC_INIT(bluez, 4.69, [linux-bluetooth@vger.kernel.org])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] add mailing list as bug report address to configure.ac
2010-08-06 14:20 [PATCH] add mailing list as bug report address to configure.ac Uwe Kleine-König
@ 2010-08-11 17:39 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2010-08-11 17:39 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-bluetooth
Hi Uwe,
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index b004f6e..2804d29 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,5 @@
> AC_PREREQ(2.60)
> -AC_INIT(bluez, 4.69)
> +AC_INIT(bluez, 4.69, [linux-bluetooth@vger.kernel.org])
>
> AM_INIT_AUTOMAKE([foreign subdir-objects])
> AM_CONFIG_HEADER(config.h)
I prefer not doing this. Can we not just use the README file for this.
Hold on, we are already doing this ;)
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-11 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06 14:20 [PATCH] add mailing list as bug report address to configure.ac Uwe Kleine-König
2010-08-11 17:39 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox