From 75f76a5712d873b4d4cbd09f04b571ada2a0f547 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 18:51:07 +0100 Subject: [PATCH] configure.ac: formatting fixes Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/configure.ac b/configure.ac index d485d63c..4a65d036 100644 --- a/configure.ac +++ b/configure.ac @@ -219,24 +219,7 @@ fi AC_SUBST([moduledir]) -AC_MSG_NOTICE( -[The atimisc sub-driver has been split out to xf86-video-mach64:] -[ https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64] -[Please install that driver as well for mach64-based cards.] -) - -AC_MSG_NOTICE( -[The r128 sub-driver has been split out to xf86-video-r128:] -[ https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128] -[Please install that driver as well for rage128-based cards.] -) - -AC_CONFIG_FILES([ - Makefile - src/Makefile - man/Makefile - conf/Makefile -]) +AC_CONFIG_FILES([Makefile src/Makefile man/Makefile conf/Makefile]) AC_OUTPUT dnl