summaryrefslogtreecommitdiff
path: root/lib/xcb-util-cursor/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-06 19:05:44 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-06 19:05:44 +0000
commitd0226a31d3afa1df38308e40236b00a5bbcd814c (patch)
tree6dfe4011457c4ad615b25f2de7b36cde49f01d29 /lib/xcb-util-cursor/configure.ac
parent8ff46deb09fbd4ec82db0744ef89d3f86f32a2a5 (diff)
Update xcb-util-cursor to version 0.1.4
Diffstat (limited to 'lib/xcb-util-cursor/configure.ac')
-rw-r--r--lib/xcb-util-cursor/configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/xcb-util-cursor/configure.ac b/lib/xcb-util-cursor/configure.ac
index 828a1bd7a..1a03efcae 100644
--- a/lib/xcb-util-cursor/configure.ac
+++ b/lib/xcb-util-cursor/configure.ac
@@ -1,6 +1,7 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-cursor],0.1.3,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],[0.1.4],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
@@ -9,8 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
+AM_INIT_AUTOMAKE([foreign dist-xz])
AC_TYPE_SSIZE_T
@@ -34,7 +34,8 @@ AC_ARG_WITH(cursorpath,
[XCURSORPATH="$DEF_CURSORPATH"])
AC_DEFINE_UNQUOTED([XCURSORPATH], ["$XCURSORPATH"])
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
cursor/Makefile cursor/xcb-cursor.pc
xcb_util_intro
])
+AC_OUTPUT