From bc9fc44183916e0dee77c237b04cd591db109014 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Mon, 14 Jan 2013 20:43:01 +0000 Subject: configure: move CueSheets extension to its proper place in the summary To have the extensions list sorted alphabetically and with proper indentation. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c882ce..878baa0 100644 --- a/configure.ac +++ b/configure.ac @@ -204,7 +204,6 @@ ${PACKAGE}-${VERSION} User Help: ${enable_user_help} (requires gnome-doc-utils >= 0.17.3) Extensions: - CueSheets: yes Alarm Clock: ${enable_AlarmClock} AlbumArtWriter: ${enable_AlbumArtWriter} Ampache: ${enable_Ampache} @@ -212,6 +211,7 @@ ${PACKAGE}-${VERSION} Awn: ${enable_Awn} ClutterFlow: ${enable_ClutterFlow} CoverWallpaper: ${enable_CoverWallpaper} + CueSheets: yes DuplicateSongDetector: ${enable_DuplicateSongDetector} FolderSync: ${enable_FolderSync} Jamendo: ${enable_Jamendo} -- cgit v1.2.3 From cb7b0ff87084af880c4ca998086300ae23fa307c Mon Sep 17 00:00:00 2001 From: James Boocock Date: Mon, 14 Jan 2013 20:43:45 +0000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3