From a3e6ef9f900a371353a188cf3c73794582851998 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 19 Dec 2025 18:33:57 +0100 Subject: [PATCH] configure.ac: fix missing comma in AC_INIT() call Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1cec4980..2b5e779e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.60]) AC_INIT([xlibre-xf86-video-ati], [25.0.0], - [https://github.com/X11Libre/xf86-video-ati/issues] + [https://github.com/X11Libre/xf86-video-ati/issues], [xlibre-xf86-video-ati]) AC_CONFIG_SRCDIR([Makefile.am])