From: Gaetan Nadon Date: Tue, 19 Nov 2013 16:56:40 +0000 (-0500) Subject: configure.ac: AC_INIT: add bug report url X-Git-Tag: libevdev-0.5~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b0db220d4429db5567da55aa25d2b95b7fad526;p=platform%2Fupstream%2Flibevdev.git configure.ac: AC_INIT: add bug report url Signed-off-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 68a9466..5a38005 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.62]) AC_INIT([libevdev], [0.4], - [], + [https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev], [libevdev], [])