[banshee/stable-2.6] configure: stop using obsolete AutoMake macro (bgo#691694)



commit cb9b395ca3ec0c1f2e2d529ff6845f84eabb743a
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 ac949c7..579bb50 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]