From 489980442f925803df51849967f19a0454e5673c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 1 Jun 2011 20:23:06 +0100 Subject: Change bug-address to netdev I really want bug reports to go to both me and netdev, but autoconf wants a single address (without a real name). The netdev address is likely to be valid for longer, so use that. Signed-off-by: Ben Hutchings --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c63cb80..53a0878 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ethtool, 2.6.38, [Ben Hutchings ]) +AC_INIT(ethtool, 2.6.38, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1