mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-23 17:19:27 +00:00
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:
@@ -219,9 +219,6 @@ fi
|
||||
|
||||
AC_SUBST([moduledir])
|
||||
|
||||
DRIVER_NAME=ati
|
||||
AC_SUBST([DRIVER_NAME])
|
||||
|
||||
AC_MSG_NOTICE(
|
||||
[The atimisc sub-driver has been split out to xf86-video-mach64:]
|
||||
[ https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64]
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
|
||||
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@)
|
||||
|
||||
EXTRA_DIST = @DRIVER_NAME@.man radeon.man
|
||||
EXTRA_DIST = ati.man radeon.man
|
||||
|
||||
CLEANFILES = $(driverman_DATA)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user