summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2013-04-20 01:13:36 +0200
committerMiloslav Trmač <mitr@redhat.com>2013-05-13 17:41:37 +0200
commitb348673c27636a60da4459d0ea392b115db0681a (patch)
tree14878d8dacc0353392cb5de8e912c34d9f9fc6cb /configure.ac
parent30b08c656e1c13599ca365f0c75b846881bad4ab (diff)
downloadpolkit-b348673c27636a60da4459d0ea392b115db0681a.tar.gz
Add bug reporting address and home page to --help output
... as required by GNU coding standards. https://bugs.freedesktop.org/show_bug.cgi?id=29936
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 786c542..a10be61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT([polkit], [0.111], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel])
+AC_INIT([polkit], [0.111], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE