diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:54:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:54:52 -0800 |
commit | 769598f20386845f5839fbc68dfed1f4245197be (patch) | |
tree | 6e8bab6a2f5f15dd82599fe7c8d8e63081dc7161 /configure.ac | |
parent | 9d20b76d717add6401d66f272656d3cf763d7130 (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 466f431..034e6a7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXtst], [1.2.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXtst]) + [https://gitlab.freedesktop.org/xorg/lib/libXtst/issues], [libXtst]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |