aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-11-08 10:10:01 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-11-08 10:10:01 -0600
commit3903a7f94a0030d0f8e74c620f63dc0767f50c7e (patch)
tree8cc230b623609444351f930ec16ce5eb6248c660 /configure.ac
parent706732851bc080de7c093a2744794b33fadd123d (diff)
downloadayatana-indicator-sound-3903a7f94a0030d0f8e74c620f63dc0767f50c7e.tar.gz
ayatana-indicator-sound-3903a7f94a0030d0f8e74c620f63dc0767f50c7e.tar.bz2
ayatana-indicator-sound-3903a7f94a0030d0f8e74c620f63dc0767f50c7e.zip
add 'check-news' to AM_INIT_AUTOMAKE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bfd12d1..7d8c008 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,10 @@
-
-AC_INIT(indicator-sound, 12.10.1, conor.curran@canonical.com)
+AC_INIT([indicator-sound],[12.10.1],[conor.curran@canonical.com])
+AC_CONFIG_SRCDIR([src/sound-service.c])
+AM_INIT_AUTOMAKE([check-news])
+AC_CONFIG_HEADERS([config.h])
AC_PREREQ(2.53)
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 12.10.1)
-
AM_MAINTAINER_MODE
IT_PROG_INTLTOOL([0.35.0])