build: fix autogen.sh with automake 1.13

AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
This commit is contained in:
Tim-Philipp Müller 2013-01-18 12:34:38 +00:00
parent 4044aaecbe
commit 22742e7af5

View file

@ -24,7 +24,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([omx/gstomx.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])