summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-08 13:03:29 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-08 22:09:56 -0500
commitebf278b28d89ea105e4ee33a5e24fc5d68b0f6f8 (patch)
tree2110a311b801bfe650a5569523316b49b1b62004 /configure.ac
parentd670e3bd35063300b358d218bd02dbf48e74fe04 (diff)
downloadlibevent-ebf278b28d89ea105e4ee33a5e24fc5d68b0f6f8.tar.gz
Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat
Patch from cazfi.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4979cbfb..9da77fc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.