X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=6ada425d63d7d3645a9d423643af63586c456924;hb=b4ca142b367768c694d1fbff2a34f5a2745eb2cc;hp=cc1dfd70509444071272cff777ec2433aa3d1e2d;hpb=bc21baeacec4b57261dc226f1b108c1c64f4d28a;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index cc1dfd7..6ada425 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 0.9.91, + 1.4, [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])