xcb-util-errors 1.0.1

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2022-10-18 18:10:25 -07:00
parent 8a2812f603
commit 517dd82c07
No known key found for this signature in database
GPG key ID: CFDF148828C642A7

View file

@ -1,6 +1,7 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
AC_INIT([xcb-util-errors],1.0,[xcb@lists.freedesktop.org])
AC_INIT([xcb-util-errors], [1.0.1],
[https://gitlab.freedesktop.org/xorg/lib/libxcb-errors/-/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])