summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-12-30 23:48:47 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-20 17:01:01 +0100
commitda8384bea566c063c10bb19219977d284d9c7036 (patch)
treed7b601701794c4f7c2f8106caf80f1e85bd0cd91
parent0dba6f51c87c34aff36dbae9c58fe73c918762e4 (diff)
downloadgstreamer-da8384bea566c063c10bb19219977d284d9c7036.tar.gz
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 a447470deb..17834dc5f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([gst/gst.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