mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-23 17:19:23 +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
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([xf86-video-xgi],
|
||||
AC_INIT([xlibre-xf86-video-xgi],
|
||||
[1.6.1],
|
||||
[https://gitlab.freedesktop.org/xorg/driver/xf86-video-xgi/issues],
|
||||
[xf86-video-xgi])
|
||||
[https://github.com/X11Libre/xf86-video-xgi/issues],
|
||||
[xlibre-xf86-video-xgi])
|
||||
RELEASE_DATE="27 August 2007"
|
||||
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
|
||||
Reference in New Issue
Block a user