ref: 2f6742e2a0cae307d5f76c3a6bd003b3bc35263e
parent: 38165cf85ba0fb001fdeff527b46560464e75b99
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sun Jan 13 00:45:07 EST 2013
configure.ac: use AC_CONFIG_HEADERS Use documented AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER alias that might be removed in future automake versions. Related to tracker item 3600293, and to the previous commit.
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
AM_INIT_AUTOMAKE
dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
-AC_CONFIG_HEADER(src/soxconfig.h)
+AC_CONFIG_HEADERS([src/soxconfig.h])
dnl Check we have the right srcdir
AC_CONFIG_SRCDIR(sox.1)