diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:51:23 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:51:23 -0800 |
commit | 8a25977b7ef3a5e96e57d0d56d597c9436a14871 (patch) | |
tree | ad85d2bae3ed0ee2ce1365ab6b3e8c7f460af61b | |
parent | 0dd0429f82298e294b7611fb6ed63a96af94e2ed (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a342d0d..53b2178 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXt], [1.1.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXt]) + [https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |