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:27:45 +01:00
parent e99b9d9180
commit 29e488ef6f

View File

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