From 63af5af2a0179d37292c3c68bf5c5be9f05de62b Mon Sep 17 00:00:00 2001 From: Nuno Araujo Date: Fri, 18 Jan 2013 22:31:05 +0100 Subject: Fix the build with automake 1.13 In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. Reviewed-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59604 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dca7a2640..70f30ec3f 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ AC_INIT([Telepathy-GLib], [tp_glib_version], AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 -Wno-portability]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_SILENT_RULES -- cgit v1.2.1 From 55f7253966837f86aa68eb56ed8df534c6484ac6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 28 Jan 2013 13:49:04 +0000 Subject: NEWS for 0.18 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bf56b3d9a..c6b91b9e4 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ Fixes: obsolete connection manager without "immortal handles" fails (Maksim Melnikau) +• Fix builds with Automake 1.13 (fd.o #59604, Nuno Araujo) + telepathy-glib 0.18.2 (2012-07-28) ================================== -- cgit v1.2.1