mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-24 01:34:04 +00:00
configure.ac: use AC_CONFIG_FILES() macro
passing output file names directly to AC_OUTPUT() is deprecated. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f32592af5b
commit
8bdf7f1d44
@@ -61,4 +61,5 @@ AC_SUBST(xlibre_input_drivers_dir)
|
|||||||
xorgconfdir=`$PKG_CONFIG --variable=sysconfigdir xorg-server`
|
xorgconfdir=`$PKG_CONFIG --variable=sysconfigdir xorg-server`
|
||||||
AC_SUBST(xorgconfdir)
|
AC_SUBST(xorgconfdir)
|
||||||
|
|
||||||
AC_OUTPUT([Makefile src/Makefile man/Makefile man/evdev.man])
|
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile man/evdev.man])
|
||||||
|
AC_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user