configure.ac: fix bug tracker URL

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-09 15:28:21 +01:00
parent c1068ffc32
commit bbf3ea5b36

View File

@@ -24,7 +24,7 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-ast],
[1.2.0],
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/issues],
[https://github.com/X11Libre/xf86-video-ast/issues],
[xf86-video-ast])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])