summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-19 07:53:34 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-09-25 20:21:11 -0400
commit91fc609e105b466fc5b2c4983baff82a6fa9ced2 (patch)
tree589a2e819d1e0a2e69b69477dfaa696e534f6c91
parente60291e9221d984bcfbb655db15749c94c1d1a0c (diff)
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.
-rw-r--r--configure.ac2
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])],