Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat

Patch from cazfi.
This commit is contained in:
Nick Mathewson 2013-02-08 13:03:29 -05:00
parent 0a5eb2eb5c
commit 817ea36924

View File

@ -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.