summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74 gmail com>2013-05-07 20:16:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-07 20:18:38 +0100
commitf909f596705f62a5218cf16d61433364fe2f8168 (patch)
tree1583962a20026502fbe1c0c699cd3cd9e362cf96
parent423ee853dfbb4ee9ed89a21e1cf2b6a928e2fc4d (diff)
downloaddbus-python-f909f596705f62a5218cf16d61433364fe2f8168.tar.gz
Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This has been (silently!) deprecated since 2002 and was removed from Automake 1.13. [added commit message -smcv] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13eca35..6b3a6d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_DEFINE(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version, [dbus-python mic
AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version)
AC_CONFIG_SRCDIR([_dbus_bindings/module.c])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([1.9 -Wno-portability])