~oubiwann/libgrip/671558-pygrip

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Duncan McGreggor
  • Date: 2010-11-10 21:04:53 UTC
  • mfrom: (1.2.5 trunk)
  • Revision ID: duncan@ubuntu.com-20101110210453-meve3zlxvc2i00ao
Merged from trunk (gobject introspection).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
AC_INIT([grope],
20
20
        [grope_version],
21
 
        [https://bugs.launchpad.net/avani])
 
21
        [https://bugs.launchpad.net/libgrope])
22
22
AC_CONFIG_SRCDIR([src/grope.h])
23
23
AC_CONFIG_MACRO_DIR([build/autotools])
24
24
 
25
25
AM_CONFIG_HEADER([config.h])
26
26
 
27
27
AM_INIT_AUTOMAKE([1.9])
 
28
AM_MAINTAINER_MODE
28
29
 
29
30
GROPE_MAJOR_VERSION=grope_major_version
30
31
GROPE_MINOR_VERSION=grope_minor_version
76
77
AC_SUBST(GEIS_CFLAGS)
77
78
AC_SUBST(GEIS_LIBS)
78
79
 
 
80
GOBJECT_INTROSPECTION_CHECK([0.6.7])
 
81
 
79
82
dnl ===========================================================================
80
83
 
81
84
AM_PATH_PYTHON(2.3.5)