summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-12-31 00:16:42 +0000
committerJosep Torra <n770galaxy@gmail.com>2013-03-10 09:13:29 +0100
commit4394a402cc89f8005358c3cd4d2998266fd37540 (patch)
treeff210707a47b04e16219e688ddfdf77afbd3c7dc
parent8990f8baafa2074bbf382a62863df31188517f05 (diff)
downloadgstreamer-plugins-bad-4394a402cc89f8005358c3cd4d2998266fd37540.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 397ddcae9..11c7c69c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml])
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