summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-18 22:31:05 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-28 13:48:05 +0000
commit63af5af2a0179d37292c3c68bf5c5be9f05de62b (patch)
treeba78424bca9c087ca882dbce4a6e4f9516eb7708
parenta0f0298c9a2c6b69c7a1d6f6098fc20be4b82483 (diff)
downloadtelepathy-glib-63af5af2a0179d37292c3c68bf5c5be9f05de62b.tar.gz
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@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59604
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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