Replace the deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.

Addresses bug #704 for building on a Mac.  More generically
it addresses the issue building using newers versions of automake.
pull/302/head
Jason Ish 12 years ago
parent ff2b8009ef
commit eae4de9850

@ -2,7 +2,7 @@
AC_INIT(configure.ac)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE(suricata, 1.4dev)
AC_LANG_C

@ -4,7 +4,7 @@ dnl Initialization macros
dnl ----------------------
AC_INIT(htp/htp.h)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
dnl -----------------------------------------------

Loading…
Cancel
Save