From 02ff3eadf48e6affe3b59ef688312b4dab538e8b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Feb 2019 13:20:45 -0800 Subject: [PATCH] Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a05bf1..0c1cfaf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libxcb],[1.13.1], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb], + [https://gitlab.freedesktop.org/xorg/lib/libxcb/issues], [libxcb]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])