]> granicus.if.org Git - libevent/commitdiff
Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compat
authorNick Mathewson <nickm@torproject.org>
Fri, 8 Feb 2013 18:03:29 +0000 (13:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 8 Feb 2013 18:03:29 +0000 (13:03 -0500)
Patch from cazfi.

configure.in

index 189988a22f6c9c0134226198646d53408b0aa3a4..09898d27d1964fc669843388e07053a96322cbdc 100644 (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.