~chasedouglas/grail/original-touch-state

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Henrik Rydberg
  • Author(s): Stephen M. Webb
  • Date: 2010-08-05 20:48:37 UTC
  • Revision ID: git-v1:7c277ee54e7d0ea0c44b304897049a01e2d1a44a
Configure fixes

Adds the mtdev package dependency and fix some smaller issues.

Signed-off-by: Stephen M. Webb <stephen.webb@bregmasoft.ca>
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        [grail])
7
7
AC_CONFIG_SRCDIR([Makefile.am])
8
8
AC_CONFIG_HEADERS([config.h])
 
9
AC_CONFIG_AUX_DIR([config-aux])
9
10
 
10
11
# Initialize Automake
11
12
AM_INIT_AUTOMAKE([foreign dist-bzip2])
21
22
AC_PROG_CC
22
23
AC_PROG_INSTALL
23
24
 
24
 
# Initialize X.Org macros
25
 
m4_ifndef([XORG_MACROS_VERSION],
26
 
          [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])])
27
 
XORG_MACROS_VERSION(1.5)
28
 
XORG_DEFAULT_OPTIONS
 
25
PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0])
29
26
 
30
27
AC_CONFIG_FILES([Makefile
31
28
                 src/Makefile