From: George McCollister Date: Thu, 7 Feb 2013 22:12:23 +0000 (-0600) Subject: configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS X-Git-Tag: 1.19.3~485^2~207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa8710b7beee1a634fc5500f286c62e5ec5cde0;p=platform%2Fupstream%2Fgstreamer.git configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS AM_CONFIG_HEADER was removed in automake 1.13 https://bugzilla.gnome.org/show_bug.cgi?id=693367 --- diff --git a/configure.ac b/configure.ac index 39eea36..ceab082 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl can autoconf find the source ? AC_CONFIG_SRCDIR([testsuite/common.py]) 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