summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-12-30 23:56:14 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-01-04 14:09:52 +0000
commit615b9d0a93051b8c9fdee74a4f2a5a2f7c63d238 (patch)
treed3cb481ecaf1d72fcc9e22e6d756ef8f4cfcd581
parent34aa0187a9c0aa511927772ee75bc1afad3b7c3f (diff)
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER has been removed in the just-released automake 1.13: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=690881
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0fe870503f..60ab23fc08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([ext/mad/gstmad.c])
dnl define the output header for config
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE([enable])