X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=193fff0bf2386f7c144c1fc3d7e35047bc8cc42b;hb=3e8dbef32e691150ca1c86a2bccfd4458ef16190;hp=124d3faaa64a0a4e1b8f8a80228be48009a97dcc;hpb=6caf9bd62576149d06762ffc00883e422786833d;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 124d3fa..193fff0 100644 --- a/configure.ac +++ b/configure.ac @@ -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])