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 d670e3bd35
commit ebf278b28d

View File

@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in)
AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
AC_DEFINE(NUMERIC_VERSION, 0x02010201, [Numeric representation of the version])
dnl Initialize prefix.