From 7c277ee54e7d0ea0c44b304897049a01e2d1a44a Mon Sep 17 00:00:00 2001 From: "Stephen M. Webb" Date: Tue, 13 Jul 2010 10:45:36 +0200 Subject: Configure fixes Adds the mtdev package dependency and fix some smaller issues. Signed-off-by: Stephen M. Webb Signed-off-by: Henrik Rydberg --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5d63a3f..52f16eb 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_INIT([Gesture Recognition And Instantiation Library], [grail]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_AUX_DIR([config-aux]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -21,11 +22,7 @@ AC_PROG_LIBTOOL AC_PROG_CC AC_PROG_INSTALL -# Initialize X.Org macros -m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.5) -XORG_DEFAULT_OPTIONS +PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0]) AC_CONFIG_FILES([Makefile src/Makefile -- cgit v1.2.3