X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e1dfe3d2d0dabd948ec31d57ee71070d556fdd04;hb=05661475698179c9353087740b6595e66ffdca5b;hp=5b52e6cf1d7ed03c2913f3042c8729ae2a8261ae;hpb=66f5611130625d2db2c5106e387ce2fb5b3fc28c;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 5b52e6c..e1dfe3d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,19 +2,21 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([XCBProto], - 0.9, +AC_INIT([XCB Proto], + 1.2, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb-proto.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_PATH_PROG(XMLLINT, xmllint, no) AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno") -if test "$XSLTPROC" = "no"; then +if test "$XMLLINT" = "no"; then AC_MSG_WARN([xmllint not found; unable to validate against schema.]) fi -xcbincludedir='${includedir}/X11/XCB' +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])