From ae6a7bdcfb282d9adf0dfea9d49d6565fc704c1c Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 10 May 2010 13:18:08 +0000 Subject: [PATCH] Change the PACKAGE_BUGREPORT email address from non-existent list to dev list for now. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1801 e5f2f494-b856-4b98-b285-d166d9295462 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 911153cd13..0e095fb053 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT(bind10-devel, 20100318, bind10-bugs@isc.org) +AC_INIT(bind10-devel, 20100318, bind10-dev@isc.org) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h])