From: Nick Mathewson Date: Fri, 8 Feb 2013 18:03:29 +0000 (-0500) Subject: Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat X-Git-Tag: release-2.1.3-alpha~49^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=817ea36924ca1248672810fd57dd3e337db13401;p=libevent Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat Patch from cazfi. --- diff --git a/configure.in b/configure.in index 189988a2..09898d27 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_INIT(event.c) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(libevent,2.0.21-stable-dev) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_DEFINE(NUMERIC_VERSION, 0x02001501, [Numeric representation of the version]) dnl Initialize prefix.