mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-24 01:25:19 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
AC_PREREQ([2.60])
|
|
AC_INIT([xlibre-xf86-video-v4l],
|
|
[25.0.1],
|
|
[https://github.com/X11Libre/xf86-video-v4l/issues],
|
|
[xlibre-xf86-video-v4l])
|
|
|
|
XLIBRE_INIT_MODULE_AM(v4l)
|
|
|
|
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
|
|
AC_OUTPUT
|