build: fix autogen.sh with automake 1.13
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 18 Jan 2013 12:34:38 +0000 (12:34 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 18 Jan 2013 12:34:38 +0000 (12:34 +0000)
AM_CONFIG_HEADER -> AC_CONFIG_HEADERS

configure.ac

index a26f792..a680b76 100644 (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])