summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-25 14:36:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-25 14:37:43 -0800
commit6997027f9c575dc3e6a6e1b17e9adb5e731c45d7 (patch)
tree2a0ac4b0555788408d4db2674c081e5d35deeb38
parent9cb2ef4ed1115f307ea7f260a327fc42e5826a38 (diff)
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3050075..a339735 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
-# XXX bug URL should be https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-# but this makes autoheader choke..
AC_INIT([xf86-video-omap],
[0.4.5],
- [https://bugs.freedesktop.org/enter_bug.cgi],
+ [https://gitlab.freedesktop.org:xorg/driver/xf86-video-omap.git/issues],
[xf86-video-omap])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])