aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-07-29 07:26:41 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2010-07-29 07:26:41 -0400
commitd981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e (patch)
treeda2904b0c642c44d65629a9657b550c2c26a7b08 /configure.ac
parent6383dbb01af071843bd8089fd48f173540734148 (diff)
parent986fc648fc6544aaa3bb40a17e1345e0247a4b57 (diff)
downloadayatana-indicator-sound-d981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e.tar.gz
ayatana-indicator-sound-d981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e.tar.bz2
ayatana-indicator-sound-d981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e.zip
Import upstream version 0.3.9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
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