X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=5c1044dea5d0196e756c2fd7bfafc43b1af2ea6a;hb=4f1ff61d7906b3a27bb261564cf681a97154df18;hp=2baaab4998800a482984a2ff2f7438e7cb613675;hpb=9605e865e5fa7afad87f4dfce55de67551421e95;p=free-sw%2Fxcb%2Fproto diff --git a/configure.ac b/configure.ac index 2baaab4..5c1044d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,18 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([XCBProto], +AC_INIT([XCB Proto], 0.9, [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 "$XMLLINT" = "no"; then + AC_MSG_WARN([xmllint not found; unable to validate against schema.]) +fi + xcbincludedir='${includedir}/X11/XCB' AC_SUBST(xcbincludedir)