AM_CONFIG_HEADER() is obsolete (and removed from automake 1.13 and later); use
AC_CONFIG_HEADERS instead.

svn path=/trunk/; revision=47091
This commit is contained in:
Jeff Morriss 2013-01-15 14:07:53 +00:00
parent 2233b34cf1
commit 5e543a3e28
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ ifdef(_CUSTOM_AC_OUTPUT_,, define(_CUSTOM_AC_OUTPUT_, )) dnl
sinclude(asn1/Custom.m4) dnl
ifdef(_CUSTOM_ASN1_AC_OUTPUT_,, define(_CUSTOM_ASN1_AC_OUTPUT_, )) dnl
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AC_OUTPUT(
Makefile
doxygen.cfg