From edd792ab6efc7482b876ef58b76eec4af9ab7818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 26 Feb 2014 19:54:27 +0100 Subject: [PATCH] configure.ac: Update URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 68e1d358..7e533522 100644 --- a/configure.ac +++ b/configure.ac @@ -8,9 +8,9 @@ m4_define([libinput_version], AC_INIT([libinput], [libinput_version], - [http://nobugtracker], + [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=libinput_version], [libinput], - [http://nohomepage]) + [http://www.freedesktop.org/wiki/Software/libinput/]) AC_SUBST([LIBINPUT_VERSION_MAJOR], [libinput_major_version]) AC_SUBST([LIBINPUT_VERSION_MINOR], [libinput_minor_version])