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:34:59 +01:00
parent 64d2a73e91
commit a043fd5d57
2 changed files with 2 additions and 5 deletions

View File

@@ -145,9 +145,6 @@ if test x$BUILD_VMWGFX = xyes; then
[Has version 2.4.96 or greater of libdrm])]) [Has version 2.4.96 or greater of libdrm])])
fi fi
DRIVER_NAME=vmware
AC_SUBST([DRIVER_NAME])
AC_MSG_CHECKING([whether to build Kernel Mode Setting and 3D]) AC_MSG_CHECKING([whether to build Kernel Mode Setting and 3D])
if test x$BUILD_VMWGFX = xyes; then if test x$BUILD_VMWGFX = xyes; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])

View File

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