summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2013-04-20 00:59:19 +0200
committerMiloslav Trmač <mitr@redhat.com>2013-05-13 17:41:37 +0200
commit30b08c656e1c13599ca365f0c75b846881bad4ab (patch)
tree9eed7ce9727f5e7c102b7c02b5d51c10c66fdb9f /configure.ac
parente8e18d180888435dc26e8e4e461689f0efa91f04 (diff)
downloadpolkit-30b08c656e1c13599ca365f0c75b846881bad4ab.tar.gz
Fix package version / bug report address mixing
PACKAGE_VERSION curently contains the mailing list address as well; this leaks into output of --version and other places. While at it, update AM_INIT_AUTOMAKE to the new form and use correct m4 quoting at least for these lines. https://bugs.freedesktop.org/show_bug.cgi?id=29936
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2eea92..786c542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
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)
-AM_INIT_AUTOMAKE(polkit, 0.111)
+AC_INIT([polkit], [0.111], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel])
+AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE