From 1dad159fe09ac3a88b21b98544880e5ecc0e8d54 Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 25 Jul 2009 10:26:41 +0000 Subject: Added xcb-proto-1.5.tar.gz. Removed old files. --- libxcb/xcb-proto/configure.ac | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libxcb/xcb-proto/configure.ac (limited to 'libxcb/xcb-proto/configure.ac') diff --git a/libxcb/xcb-proto/configure.ac b/libxcb/xcb-proto/configure.ac new file mode 100644 index 000000000..f3a489e2b --- /dev/null +++ b/libxcb/xcb-proto/configure.ac @@ -0,0 +1,22 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.57) +AC_INIT([XCB Proto], + 1.5, + [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 + +AM_PATH_PYTHON([2.5]) + +xcbincludedir='${datadir}/xcb' +AC_SUBST(xcbincludedir) + +AC_OUTPUT([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc]) -- cgit v1.2.3