configure.ac: replace DRIVER_NAME symbol by actual name

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 13:08:26 +01:00
parent ce619630ed
commit ce106e93d3
2 changed files with 2 additions and 5 deletions

View File

@@ -219,9 +219,6 @@ fi
AC_SUBST([moduledir]) AC_SUBST([moduledir])
DRIVER_NAME=ati
AC_SUBST([DRIVER_NAME])
AC_MSG_NOTICE( AC_MSG_NOTICE(
[The atimisc sub-driver has been split out to xf86-video-mach64:] [The atimisc sub-driver has been split out to xf86-video-mach64:]
[ https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64] [ https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64]

View File

@@ -23,11 +23,11 @@
drivermandir = $(DRIVER_MAN_DIR) drivermandir = $(DRIVER_MAN_DIR)
driverman_PRE = @DRIVER_NAME@.man radeon.man driverman_PRE = ati.man radeon.man
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
EXTRA_DIST = @DRIVER_NAME@.man radeon.man EXTRA_DIST = ati.man radeon.man
CLEANFILES = $(driverman_DATA) CLEANFILES = $(driverman_DATA)