~oubiwann/geis/617301-native-python-implementation

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stephen M. Webb
  • Date: 2010-07-26 01:40:31 UTC
  • Revision ID: stephen.webb@canonical.com-20100726014031-e9v4wglbzlb4boor
Added basic dbus functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AM_INIT_AUTOMAKE([foreign -Wall])
10
10
 
11
11
# Checks for programs.
12
 
AC_PROG_CC
 
12
AM_PROG_CC_C_O
13
13
 
14
14
LT_PREREQ([2.2.6b])
15
15
LT_INIT
31
31
AC_CONFIG_FILES([Makefile
32
32
                 doc/Makefile
33
33
                 geis/Makefile
34
 
                 reference-impl/Makefile])
 
34
                 reference-impl/Makefile
 
35
                 testsuite/Makefile
 
36
                 testsuite/geistest/Makefile])
35
37
AC_OUTPUT