mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 18:59:00 +00:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
AC_PREREQ([2.57])
|
|
AC_INIT([KBProto], [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
|
|
|
XORG_RELEASE_VERSION
|
|
|
|
AC_OUTPUT([Makefile
|
|
kbproto.pc])
|