Files
xf86-input-elographics/configure.ac
Enrico Weigelt, metux IT consult 5c93ed1499 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>
2026-01-12 12:15:48 +01:00

11 lines
308 B
Plaintext

AC_PREREQ([2.60])
AC_INIT([xlibre-xf86-input-elographics],
[25.0.1],
[https://github.com/X11Libre/xf86-input-elographics/issues],
[xlibre-xf86-input-elographics])
XLIBRE_INIT_MODULE_AM(elographics)
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile man/elographics.man])
AC_OUTPUT