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-18 18:49:19 +01:00
parent f6796afca2
commit 95ea3edf3c

View File

@@ -22,10 +22,10 @@ dnl Process this file with autoconf to produce a configure script
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-void],
AC_INIT([xlibre-xf86-input-void],
[1.4.2],
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-void/-/issues],
xf86-input-void)
[https://github.com/X11Libre/xf86-input-void/issues],
[xlibre-xf86-input-void])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS([config.h])