summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-26 20:22:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-26 20:22:02 -0700
commitf0da1a5b7f8b0be0450462f40d64e71504962ea2 (patch)
tree3b8098d9eb9d5a50f8680f4cca86147b9032279a /configure.ac
parent1d839036420abef26639c777b543bc5fe81c6373 (diff)
Set bug reporting address in configure.ac to freedesktop bugzilla
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a79589..b1ab4e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,9 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xfindproxy,[1.0.1], [xorg@freedesktop.org],xfindproxy)
+AC_INIT(xfindproxy, [1.0.1],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ xfindproxy)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE