diff options
Diffstat (limited to 'proto/xcb-proto/configure.ac')
-rw-r--r-- | proto/xcb-proto/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/xcb-proto/configure.ac b/proto/xcb-proto/configure.ac index 88b3439c9..14a7c2d08 100644 --- a/proto/xcb-proto/configure.ac +++ b/proto/xcb-proto/configure.ac @@ -3,10 +3,10 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 1.13, + 1.14, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb-proto.pc.in]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) AC_PATH_PROG(XMLLINT, xmllint, no) AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno") |