[accounts-dialog] Enable warnings, disable verbose output
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog] Enable warnings, disable verbose output
- Date: Wed, 13 Jan 2010 11:56:01 +0000 (UTC)
commit f93345b10c12c93a075d609e98d280002ee25148
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 13 11:10:36 2010 +0000
Enable warnings, disable verbose output
So as to make the compilation output more useful.
configure.ac | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e9bc661..57e6741 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,10 +6,16 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
[the gettext translation domain])
+# Support silent build rules, 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])])
+
AC_PROG_CC
PKG_PROG_PKG_CONFIG
-AM_GNU_GETTEXT(external)
+AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.40.0])
+AM_MAINTAINER_MODE
PKG_CHECK_MODULES(GLIB, glib-2.0)
PKG_CHECK_MODULES(GIO, gio-2.0)
@@ -22,7 +28,11 @@ PKG_CHECK_MODULES(UNIQUE, unique-1.0)
AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
ISO_CODES=iso-codes
-GNOME_COMPILE_WARNINGS
+GNOME_COMMON_INIT
+GNOME_DEBUG_CHECK
+GNOME_COMPILE_WARNINGS([maximum])
+GNOME_CXX_WARNINGS
+GNOME_MAINTAINER_MODE_DEFINES
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]