summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-08-29 16:31:28 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-08-29 16:31:28 +0100
commit4121b3a3ffcb83f1ecd7797b9e764a9898846c0e (patch)
treecd6af834b2de70e4191e9f021f4619364526988e /configure.ac
parent4a25b1496287a2edffc77b99b78e83fbf24f2ed7 (diff)
downloadtelepathy-idle-4121b3a3ffcb83f1ecd7797b9e764a9898846c0e.tar.gz
Bump automake dependency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e86179..2a171b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_INIT([telepathy-idle], [idle_version],
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.8])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability])
AM_PROG_LIBTOOL
AM_CONFIG_HEADER(config.h)