configure.ac: fix package name and issue 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-15 19:02:08 +01:00
parent 04a4e4b81b
commit 3d2d097ca6

View File

@@ -22,10 +22,10 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-mga],
AC_INIT([xlibre-xf86-video-mga],
[2.1.0],
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/issues],
[xf86-video-mga])
[https://github.com/X11Libre/xf86-video-mga/issues],
[xlibre-xf86-video-mga])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])