Skip to content

Commit

Permalink
Replace the deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
Browse files Browse the repository at this point in the history
Addresses bug #704 for building on a Mac.  More generically
it addresses the issue building using newers versions of automake.
  • Loading branch information
jasonish committed Feb 28, 2013
1 parent ff2b800 commit eae4de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libhtp/configure.ac
Expand Up @@ -4,7 +4,7 @@ dnl Initialization macros
dnl ----------------------

AC_INIT(htp/htp.h)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])


dnl -----------------------------------------------
Expand Down

0 comments on commit eae4de9

Please sign in to comment.