~robru/libsignon-glib/inline-packaging

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alberto Mardegan
  • Date: 2012-03-16 13:44:50 UTC
  • mfrom: (122.1.4)
  • Revision ID: git-v1:08bd785306ba1c55c8de2295b004425e7cd42a1a
Merge branch 'master' into ubuntu

Conflicts:
        configure.ac

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
AC_HEADER_STDC
28
28
AC_PROG_LIBTOOL
29
29
 
30
 
GTK_DOC_CHECK([1.3])
 
30
GTK_DOC_CHECK([1.14], [--flavour no-tmpl])
31
31
 
32
32
AC_ARG_ENABLE(cast-checks,  [  --disable-cast-checks   compile with GLIB cast checks disabled],[cchecks=${enableval}],cchecks=yes)
33
33
if test "x$cchecks" = "xno"; then
58
58
AC_SUBST(DBUS_CFLAGS)
59
59
AC_SUBST(DBUS_LIBS)
60
60
 
61
 
testdatadir=${datadir}/libsignon-glib1-test
62
 
AC_SUBST(testdatadir)
63
 
 
64
61
AM_PATH_PYTHON
65
62
 
66
63
PYGOBJECT_REQUIRED=2.90
84
81
 
85
82
AM_CONDITIONAL(ENABLE_PYTHON, test x"$enable_python" = "xyes")
86
83
 
87
 
AC_CONFIG_FILES([tests/signon-glib-test.sh], [chmod +x tests/signon-glib-test.sh])
88
 
 
89
84
AC_OUTPUT([
90
85
        Makefile
91
86
        libsignon-glib/Makefile