[gedit] configure.ac: Use silent rules by default
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] configure.ac: Use silent rules by default
- Date: Mon, 2 May 2011 15:54:41 +0000 (UTC)
commit 639fecbf72c4469f26ceb61d69d739b4e3847a42
Author: Javier Jardón <jjardon gnome org>
Date: Mon May 2 16:53:27 2011 +0100
configure.ac: Use silent rules by default
As we depend on automake 1.11 now
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8e88308..0744b3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,8 @@ AC_SUBST(GEDIT_MICRO_VERSION, gedit_micro_version)
AM_INIT_AUTOMAKE([1.11 tar-pax dist-xz no-dist-gzip -Wno-portability])
AM_MAINTAINER_MODE
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
+AM_SILENT_RULES([yes])
# Checks for programs
AC_PROG_CC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]