telepathy-mission-control: Fix the build with automake 1.13
Simon McVittie
smcv at kemper.freedesktop.org
Tue Apr 30 05:13:50 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: 1b45aa774e0869c10275adf5c02b778d48b7a2b7
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=1b45aa774e0869c10275adf5c02b778d48b7a2b7
Author: Nuno Araujo <nuno.araujo at russo79.com>
Date: Fri Jan 18 22:47:00 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=59605
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5d74381..63e65b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CANONICAL_HOST
More information about the telepathy-commits
mailing list