xenocara/lib/xcb-util-renderutil/configure.ac
2014-06-15 09:00:40 +00:00

19 lines
479 B
Plaintext

AC_PREREQ(2.59c)
AC_INIT([xcb-util-renderutil],[0.3.9],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
[xcb-util-renderutil])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
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_CONFIG_FILES([Makefile
renderutil/Makefile
renderutil/xcb-renderutil.pc])
AC_OUTPUT