mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
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:
@@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
# Initialize Autoconf
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([xf86-video-sis],
|
AC_INIT([xlibre-xf86-video-sis],
|
||||||
[0.12.1],
|
[0.12.1],
|
||||||
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/issues],
|
[https://github.com/X11Libre/xf86-video-sis/issues],
|
||||||
[xf86-video-sis])
|
[xlibre-xf86-video-sis])
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_AUX_DIR(.)
|
AC_CONFIG_AUX_DIR(.)
|
||||||
|
|||||||
Reference in New Issue
Block a user