From bbccb57929b8a00184d630ac3562f787f269a055 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 16 Jan 2010 10:17:07 +0530 Subject: Fix case of Bugzilla product name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 90fdb15..9d28b44 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ m4_define([tinyproxy_stable], m4_if(m4_eval(tinyproxy_minor_version % 2), [0], [yes], [no])) AC_INIT([Tinyproxy], [tinyproxy_version], - [https://www.banu.com/bugzilla/enter_bug.cgi?product=Tinyproxy], + [https://www.banu.com/bugzilla/enter_bug.cgi?product=tinyproxy], [tinyproxy]) AC_CANONICAL_TARGET -- cgit v1.2.3