[babl] configure.ac: Check for AM_SILENT_RULES after AM_INIT_AUTOMAKE
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] configure.ac: Check for AM_SILENT_RULES after AM_INIT_AUTOMAKE
- Date: Mon, 17 Oct 2011 02:03:19 +0000 (UTC)
commit 9a462946a462bdb67abf2fe67bba2f2b713bb745
Author: Javier JardÃn <jjardon gnome org>
Date: Mon Oct 17 02:52:51 2011 +0100
configure.ac: Check for AM_SILENT_RULES after AM_INIT_AUTOMAKE
configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4e5d49a..53352fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,6 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR(babl/babl.h)
AC_CONFIG_MACRO_DIR([m4])
-# Enable silent build rules by default, requires at least
-# Automake-1.11. Disable by either passing --disable-silent-rules to
-# configure or passing V=1 to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
BABL_MAJOR_VERSION=babl_major_version
BABL_MINOR_VERSION=babl_minor_version
BABL_MICRO_VERSION=babl_micro_version
@@ -112,6 +107,11 @@ dnl ==========================================================================
AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability)
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
BABL_VARIADIC_MACROS
AC_DISABLE_STATIC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]