summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-25 01:37:08 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-03-22 13:36:08 -0400
commitc355f2191a9bd67026d9d08969c370a4018513f0 (patch)
tree0924772548218e3668da6af251dcec9c0a21be17 /configure.ac
parentba382df8e27bd1e3e7fda1a9740f2b7928535d73 (diff)
downloadfarstream-c355f2191a9bd67026d9d08969c370a4018513f0.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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ae9f92c0..514e11ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([farstream/fs-conference.c])
dnl define the output header for config
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
dnl sets host_* variables
AC_CANONICAL_HOST