X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=cc1dfd70509444071272cff777ec2433aa3d1e2d;hb=62668fb2e24ea3c11ee3782ae0b497395a9d2bc8;hp=5c1044dea5d0196e756c2fd7bfafc43b1af2ea6a;hpb=9dc2b4d4ab16b6164796f1e7eb5c419209ec4ff2;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 5c1044d..cc1dfd7 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([XCB Proto], - 0.9, + 0.9.91, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb-proto.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -14,7 +14,7 @@ if test "$XMLLINT" = "no"; then AC_MSG_WARN([xmllint not found; unable to validate against schema.]) fi -xcbincludedir='${includedir}/X11/XCB' +xcbincludedir='${datadir}/xcb' AC_SUBST(xcbincludedir) AC_OUTPUT([Makefile src/Makefile xcb-proto.pc])