X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=1879dd97807a8af43e6775f92e33e1b4c2530e49;hp=1eb931da3da1d668d06df59cad4097d65ef299d2;hb=7115593375de5c84d44df9aafb011da4a1385569;hpb=26742b3fd8776c6c64e3c1035adc2599ddeb76d1 diff --git a/configure.ac b/configure.ac index 1eb931da3..1879dd978 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[16],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[17],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -263,7 +263,7 @@ if test "$have_gtk" = "yes"; then fi AM_CONDITIONAL(LIBNOTIFY07, [ test "$libnotify07" = "yes" ]) -AM_PROG_VALAC([0.11]) +AM_PROG_VALAC([0.10]) AC_SUBST(VAPIDIR) AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x)