configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
authorTim-Philipp Müller <tim@centricular.net>
Sun, 30 Dec 2012 23:48:47 +0000 (23:48 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 4 Jan 2013 12:24:21 +0000 (12:24 +0000)
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

configure.ac

index 5cb02439c1f7b6c5c96313c716c9aaa834f7c799..e2133356f0fd587f738f4a585d103a5ebf82b71d 100644 (file)
@@ -22,7 +22,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([enable])