Add Python parser language-independent parts.
[free-sw/xcb/proto] / configure.ac
index 124d3fa..193fff0 100644 (file)
@@ -14,7 +14,9 @@ if test "$XMLLINT" = "no"; then
    AC_MSG_WARN([xmllint not found; unable to validate against schema.])
 fi
 
+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])