mirror of
https://github.com/X11Libre/xf86-input-elographics.git
synced 2026-03-24 01:34:03 +00:00
passing output file names directly to AC_OUTPUT() is deprecated. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
11 lines
308 B
Plaintext
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
|