xinput: rep XIGetProperty: replace bitcase with case
[free-sw/xcb/proto] / configure.ac
index 737422a..d140bfe 100644 (file)
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([XCBProto],
-        0.9,
+AC_INIT([XCB Proto],
+        1.11,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -14,7 +14,9 @@ if test "$XMLLINT" = "no"; then
    AC_MSG_WARN([xmllint not found; unable to validate against schema.])
 fi
 
-xcbincludedir='${includedir}/X11/XCB'
+AM_PATH_PYTHON([2.5])
+
+xcbincludedir='${datadir}/xcb'
 AC_SUBST(xcbincludedir)
 
-AC_OUTPUT([Makefile src/Makefile xcb-proto.pc])
+AC_OUTPUT([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])