X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=ba6a90cd850f1f40ed39a4caec7189d86eb16424;hb=99cea12515da556b763f2a32b4b2dfa937552a20;hp=9d51d75edaac4bcacd2e1f42c837e5ca1fda0d1b;hpb=4b738b87b2e3791877e9e0d6ba66f48282f174f7;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 9d51d75..ba6a90c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 0.9.92, + 1.8, [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])