~unico-team/unico/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2012-08-08 16:28:32 UTC
  • mfrom: (139 refactor)
  • mto: (139.1.1 unico)
  • mto: This revision was merged to the branch mainline in revision 140.
  • Revision ID: ken.vandine@canonical.com-20120808162832-vmgto6docfq65f4d
New snapshot from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
PKG_PROG_PKG_CONFIG
36
36
 
37
37
AC_SUBST(glib_req, 2.26.0)
38
 
AC_SUBST(gtk_req, 3.3.14)
 
38
AC_SUBST(gtk_req, 3.5.2)
39
39
AC_SUBST(cairo_req, 1.10)
40
40
 
41
41
PKG_CHECK_MODULES(DEPS, glib-2.0 >= $glib_req gtk+-3.0 >= $gtk_req cairo >= $cairo_req)
113
113
build/Makefile
114
114
po/Makefile
115
115
unico/Makefile
116
 
tests/Makefile
117
116
])
118
117
AC_OUTPUT
119
118