X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=133dcaac67f90087746700657fb563be5fae23b1;hb=015b2696afd0824590dd9952bd8ba61a9d5ab6e2;hp=737422a215cf583c39b78ce62a9b9f8727a404c3;hpb=6c91f7e6cb20cd9df4a1509ac506f72e3a09940d;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 737422a..133dcaa 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([XCBProto], - 0.9, +AC_INIT([XCB Proto], + 0.9.93, [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])