autotools: move to AC_CONFIG_HEADERS.

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


SVN revision: 82135
This commit is contained in:
Cedric BAIL 2013-01-04 00:55:00 +00:00
parent 4ad219b688
commit f977bc0868
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ AC_CANONICAL_HOST
AC_ISC_POSIX
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
AM_CONFIG_HEADER(src/bin/config.h)
AC_CONFIG_HEADERS(src/bin/config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])