summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Boocock <sfk2001@gmail.com>2013-01-14 20:43:45 +0000
committerAndres G. Aragoneses <knocte@gmail.com>2013-01-14 20:43:45 +0000
commitcb7b0ff87084af880c4ca998086300ae23fa307c (patch)
tree12d8b51600f5eaaca133a348f529cfbc07f1b87a
parentbc9fc44183916e0dee77c237b04cd591db109014 (diff)
configure: stop using obsolete AutoMake macro (bgo#691713)
AM_CONFIG_HEADER macro seems to have been obsoleted in favour of the new AC_CONFIG_HEADERS one, and since version 1.13.1 of GNU automake this seems to be erroring out instead of just warning. Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 878baa0..16ae80f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([banshee-community-extensions], 2.4.0,
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar dist-zip foreign])
AM_MAINTAINER_MODE([enable])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
IT_PROG_INTLTOOL([0.35.0])
AC_PROG_LIBTOOL