mirror of
https://github.com/X11Libre/xf86-input-keyboard.git
synced 2026-03-24 01:14:04 +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:
@@ -100,9 +100,6 @@ AM_CONDITIONAL(BSD, [test "x$IS_BSD" = xyes])
|
|||||||
AM_CONDITIONAL(SOLARIS, [test "x$IS_SOLARIS" = xyes])
|
AM_CONDITIONAL(SOLARIS, [test "x$IS_SOLARIS" = xyes])
|
||||||
AM_CONDITIONAL(HURD, [test "x$IS_HURD" = xyes])
|
AM_CONDITIONAL(HURD, [test "x$IS_HURD" = xyes])
|
||||||
|
|
||||||
DRIVER_NAME=kbd
|
|
||||||
AC_SUBST([DRIVER_NAME])
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
man/Makefile])
|
man/Makefile])
|
||||||
|
|||||||
@@ -23,11 +23,11 @@
|
|||||||
|
|
||||||
drivermandir = $(DRIVER_MAN_DIR)
|
drivermandir = $(DRIVER_MAN_DIR)
|
||||||
|
|
||||||
driverman_PRE = @DRIVER_NAME@.man
|
driverman_PRE = kbd.man
|
||||||
|
|
||||||
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
|
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
|
||||||
|
|
||||||
EXTRA_DIST = @DRIVER_NAME@.man
|
EXTRA_DIST = kbd.man
|
||||||
|
|
||||||
CLEANFILES = $(driverman_DATA)
|
CLEANFILES = $(driverman_DATA)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user