maint: don't use an undocumented Autoconf macro

* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
This commit is contained in:
Bruno Haible 2018-01-23 09:04:05 +01:00 committed by Jim Meyering
parent d5bab3afd8
commit b18c0155f5

View File

@ -30,7 +30,7 @@ AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip subdir-objects
color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_HEADER([lib/config.h:lib/config.hin])
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
AC_PROG_AWK
AC_PROG_CC