~albyrock87/synapse-project/synapse-0.3.0

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Michal Hruby
  • Date: 2011-09-18 22:01:13 UTC
  • Revision ID: michal.mhr@gmail.com-20110918220113-ior2fr2rpytjhpgh
Tags: 0.2.8
ReleaseĀ 0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([synapse], [0.2.7])
2
 
AC_DEFINE(RELEASE_NAME, "Aspartate", "Codename of this release")
 
1
AC_INIT([synapse], [0.2.8])
 
2
AC_DEFINE(RELEASE_NAME, "Bombesin", "Codename of this release")
3
3
 
4
4
AC_CONFIG_MACRO_DIR([m4])
5
5
AC_CONFIG_SRCDIR([.])
37
37
dnl ==============================================
38
38
dnl Check for Vala
39
39
dnl ==============================================
40
 
AM_PROG_VALAC([0.11.5])
 
40
AM_PROG_VALAC([0.12.0])
41
41
if test "x$VALAC" = "x"; then
42
42
        AC_MSG_ERROR([You need Vala compiler])
43
43
fi