[banshee] configure: stop using obsolete AutoMake macro (bgo#691694)
- From: AndrÃs Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] configure: stop using obsolete AutoMake macro (bgo#691694)
- Date: Mon, 14 Jan 2013 13:24:35 +0000 (UTC)
commit 3d989e80d0f636331b1261c6de182f912bcaeeb7
Author: James Boocock <sfk2001 gmail com>
Date: Mon Jan 14 13:24:06 2013 +0000
configure: stop using obsolete AutoMake macro (bgo#691694)
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>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da863b2..28722b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_INIT([banshee], banshee_version, [http://bugzilla.gnome.org/enter_bug.cgi?pro
AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign])
AM_MAINTAINER_MODE([enable])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([build/m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/banshee -I build/m4/shave \${ACLOCAL_FLAGS}"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]