mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat
Patch from cazfi.
This commit is contained in:
parent
0a5eb2eb5c
commit
817ea36924
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user