mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 09:28:01 +02:00
8 lines
217 B
Text
8 lines
217 B
Text
AC_PREREQ([2.57])
|
|
AC_INIT([InputProto], [1.4.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
|
|
|
XORG_RELEASE_VERSION
|
|
|
|
AC_OUTPUT([Makefile
|
|
inputproto.pc])
|