diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 12:40:03 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 12:41:24 -0700 |
commit | 6624b5e705da8333a3bc63d1ddeea6b11e831e24 (patch) | |
tree | bdfc3f31e2a7db4206d8429e285a7dc3834a852c /configure.ac | |
parent | 66a26687b2b86b53c315544483b740deb6f01c1e (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 f3b4a7a..9df20cb 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXfont2], [2.0.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont2]) + [https://gitlab.freedesktop.org/xorg/lib/libXfont/issues], [libXfont2]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |