From 413bba32964cca6b1ad168fe6aecd47ffef5a2c0 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 29 Jul 2010 15:40:49 +0100 Subject: prep 0.3.9 release --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8dcaaea..75ebf6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.3.8, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.3.9, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.3.8) +AM_INIT_AUTOMAKE(indicator-sound, 0.3.9) AM_MAINTAINER_MODE @@ -12,7 +12,6 @@ IT_PROG_INTLTOOL([0.35.0]) AM_PROG_VALAC([0.7.8]) AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No valac compiler found."])]) - AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_C_O -- cgit v1.2.3