diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:42:33 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:42:33 -0800 |
commit | b397ffb23f02389b6c6168e7826605789907d740 (patch) | |
tree | 32ce9e103761e88857a8ae65cc7de025751768eb | |
parent | bdfb2b0e0fbf02ae69fe6cb2fbe352c4231e5c54 (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 840710d..ff03cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PREREQ([2.60]) # Please bump the minor library number at each release as well. # AC_INIT([libXft], [2.3.2], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft]) + [https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |