From f909f596705f62a5218cf16d61433364fe2f8168 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 7 May 2013 20:16:20 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.1