Fix package version / bug report address mixing
authorMiloslav Trmač <mitr@redhat.com>
Fri, 19 Apr 2013 22:59:19 +0000 (00:59 +0200)
committerMiloslav Trmač <mitr@redhat.com>
Mon, 13 May 2013 15:41:37 +0000 (17:41 +0200)
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

configure.ac

index d2eea92..786c542 100644 (file)
@@ -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