X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e1dfe3d2d0dabd948ec31d57ee71070d556fdd04;hb=008388baff0e1f1279a3b111b28e4c2a4ee6bb8e;hp=133dcaac67f90087746700657fb563be5fae23b1;hpb=38ded0002498cfe125e66dbc513071448f7480f5;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 133dcaa..e1dfe3d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 0.9.93, + 1.2, [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])