[telepathy-glib-0.20] telepathy-glib: Fix the build with automake 1.13

Simon McVittie smcv at kemper.freedesktop.org
Mon Jan 28 06:24:16 PST 2013


Module: telepathy-glib
Branch: telepathy-glib-0.20
Commit: 63af5af2a0179d37292c3c68bf5c5be9f05de62b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=63af5af2a0179d37292c3c68bf5c5be9f05de62b

Author: Nuno Araujo <nuno.araujo at russo79.com>
Date:   Fri Jan 18 22:31:05 2013 +0100

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 <simon.mcvittie at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59604

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index dca7a26..70f30ec 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
 



More information about the telepathy-commits mailing list