From e5ad71db48e01ddbdec02469780629c27303cb9a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 15 Dec 2025 15:49:55 +0100 Subject: [PATCH] configure.ac: fix package name and issue tracker URL Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 0efe9c2..bd61840 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,10 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xf86-video-geode], +AC_INIT([xlibre-xf86-video-geode], [2.18.1], - [https://gitlab.freedesktop.org/xorg/driver/xf86-video-geode/-/issues], - [xf86-video-geode], - [http://www.x.org/wiki/GeodeDriver]) + [https://github.com/X11Libre/xf86-video-geode/issues], + [xlibre-xf86-video-geode]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h])