xenocara/lib/xcb-util/configure.ac
2015-04-06 12:38:11 +00:00

21 lines
447 B
Plaintext

AC_PREREQ(2.59c)
AC_INIT([xcb-util],[0.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
[xcb-util])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
XCB_UTIL_COMMON([1.4], [1.6])
AC_CHECK_FUNCS_ONCE(vasprintf)
AC_CONFIG_FILES([Makefile
src/Makefile
xcb-atom.pc
xcb-aux.pc
xcb-event.pc
xcb-util.pc])
AC_OUTPUT