From 7c1c547fc882504b68e4b38c8ae2445ae7386526 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 14 Jul 2008 18:17:41 +0530 Subject: Change bug report address to email address in AC_INIT --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f3b41b..2af8a6a 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl dnl Read the Autoconf manual for details. AC_PREREQ(2.54) -AC_INIT([tinyproxy], [1.7.1], [https://bugzilla.banu.com/enter_bug.cgi?product=tinyproxy],[tinyproxy]) +AC_INIT([tinyproxy], [1.7.1], [tinyproxy@lists.banu.com],[tinyproxy]) AC_CONFIG_SRCDIR([src/tinyproxy.c]) dnl AC_CONFIG_AUX_DIR(config) dnl AC_CONFIG_MACRO_DIR(config) -- cgit v1.2.3