From 30b08c656e1c13599ca365f0c75b846881bad4ab Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sat, 20 Apr 2013 00:59:19 +0200 Subject: 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 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3