mirror of
https://github.com/X11Libre/xf86-input-elographics.git
synced 2026-03-24 01:34:03 +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
8558cfcabb
commit
5c93ed1499
@@ -6,4 +6,5 @@ AC_INIT([xlibre-xf86-input-elographics],
|
||||
|
||||
XLIBRE_INIT_MODULE_AM(elographics)
|
||||
|
||||
AC_OUTPUT([Makefile src/Makefile man/Makefile man/elographics.man])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile man/elographics.man])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user