From 5595182b65324f3183a92e9315069295156b96c9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 24 Feb 2011 15:52:21 +0000 Subject: [PATCH] Modernize AC_INIT usage, with a bug report URL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Part of a patch by Javier Jardón. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245 Reviewed-by: Simon McVittie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f5b38a..253496b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ m4_define([dbus_minor_version], [4]) m4_define([dbus_micro_version], [7]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) -AC_INIT(dbus, [dbus_version]) +AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus]) AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.7.4