summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-04-17 19:46:16 -0400
committerEamon F Walsh <local@gamblor.(none)>2008-04-19 04:30:21 -0400
commit7820273c4b00209d5ace8cbfdb1400728e15c158 (patch)
tree200f3b6a09ae935e9b3f66748ff96113ec400798 /configure.ac
parentb15d25b2c6b950bfc844ee626870c84f46f21082 (diff)
downloadxcb-proto-7820273c4b00209d5ace8cbfdb1400728e15c158.tar.gz
Add Python parser language-independent parts.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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])