summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-09-21 18:39:01 +0300
committerDaniel Stone <daniel@fooishbar.org>2012-09-24 09:08:53 +1000
commit31c7427209d95943a255d0963607bc6d53c787da (patch)
tree79c766efb39ff5ce0e752dd9ebeb816a4b91651a /configure.ac
parent67b03cea0b1eca4aec4b80060d71603a055bef4c (diff)
configure.ac: fix bug report url
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])