1 dnl Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
2 dnl Process this file with autoconf to create configure.
5 AC_INIT(xinput,[1.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xinput)
6 AM_INIT_AUTOMAKE([dist-bzip2])
9 AM_CONFIG_HEADER(config.h)
14 # Checks for pkg-config packages
15 PKG_CHECK_MODULES(XINPUT, x11 xext xi)
16 AC_SUBST(XINPUT_CFLAGS)