[accounts-dialog] Verbose by default
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog] Verbose by default
- Date: Thu, 14 Jan 2010 02:36:49 +0000 (UTC)
commit 7858a45a60622f4c8ffe5dd308804820d0e8d49f
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jan 13 21:06:17 2010 -0500
Verbose by default
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 57e6741..c3838c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,10 +6,10 @@ 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
+# Support silent build rules, requires at least automake-1.11. Enable
+# by either passing --eable-silent-rules to configure or passing V=0
# to make
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
AC_PROG_CC
PKG_PROG_PKG_CONFIG
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]