summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 6c8a277ea80c73b658e2dc1004b757fa8c8be4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_PREREQ(2.59c)
AC_INIT([xcb-util-renderutil],[0.3.8],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
        [xcb-util-renderutil])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE

XCB_UTIL_COMMON([1.4], [1.6])

PKG_CHECK_MODULES(XCB_RENDER, xcb-render)

AC_OUTPUT([Makefile
	renderutil/Makefile renderutil/xcb-renderutil.pc
	xcb_util_intro
	])