From db6dd3ec96539004d3da70fb3f82e982edf87e65 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 16 Dec 2025 18:55:38 +0100 Subject: [PATCH] configure.ac: drop DRIVER_NAME symbol trivial enough to just write `vesa` in the very few places Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 3 --- man/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index bc2d432..6cf5534 100644 --- a/configure.ac +++ b/configure.ac @@ -63,9 +63,6 @@ PKG_CHECK_MODULES(XORG, xorg-server >= 1.18 xproto fontsproto $REQUIRED_MODULES) PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1]) PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.12.901]) -DRIVER_NAME=vesa -AC_SUBST([DRIVER_NAME]) - AC_CONFIG_FILES([ Makefile src/Makefile diff --git a/man/Makefile.am b/man/Makefile.am index b3688ce..32231e5 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -23,11 +23,11 @@ drivermandir = $(DRIVER_MAN_DIR) -driverman_PRE = @DRIVER_NAME@.man +driverman_PRE = vesa.man driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) -EXTRA_DIST = @DRIVER_NAME@.man +EXTRA_DIST = vesa.man CLEANFILES = $(driverman_DATA)