autotools: move to AC_CONFIG_HEADERS.

Patch by Doug Newgard <scimmia22@outlook.com>.

SVN revision: 82135
master
Cedric BAIL 11 years ago committed by Tom Hacohen
parent 658eff1449
commit 109d7cf652
  1. 2
      configure.ac

@ -11,7 +11,7 @@ AC_CANONICAL_HOST
AC_ISC_POSIX
AM_INIT_AUTOMAKE(1.6)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AM_PROG_CC_STDC

Loading…
Cancel
Save