From 31c7427209d95943a255d0963607bc6d53c787da Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 21 Sep 2012 18:39:01 +0300 Subject: [PATCH] configure.ac: fix bug report url Signed-off-by: Ran Benita --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e8ba3dd..e90513b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libxkbcommon], [0.1.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) + [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4