X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=1a6ca015215c826aa809cbb9b217d5dd25789ced;hb=d0b88e5119a93436ac6eb5b604e2743cd3c43a3c;hp=ba1eb3210741d4b4ccaecaa60c1618e439b8040d;hpb=0608038f1213086405a4204cc0c6264a15e32a63;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index ba1eb32..1a6ca01 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 0.9, + 1.6, [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 +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])