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:10:38 +01:00
parent 57b598c717
commit a4e4066e0c
2 changed files with 2 additions and 5 deletions

View File

@@ -75,9 +75,6 @@ fi
AC_SUBST([moduledir]) AC_SUBST([moduledir])
DRIVER_NAME=fbdev
AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
src/Makefile src/Makefile

View File

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