telepathy-farstream: Fix the build with automake 1.13

Olivier Crête tester at kemper.freedesktop.org
Wed Sep 25 17:37:28 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: 91fc609e105b466fc5b2c4983baff82a6fa9ced2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=91fc609e105b466fc5b2c4983baff82a6fa9ced2

Author: Nuno Araujo <nuno.araujo at russo79.com>
Date:   Sat Jan 19 07:53:34 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.

---

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

diff --git a/configure.ac b/configure.ac
index 8b64d2c..5d856e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_INIT([Telepathy-Farstream], [tp_farstream_version],
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.11 -Wno-portability])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl use pretty build output with automake >= 1.11
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],



More information about the telepathy-commits mailing list