[gnome-hello] Don't use AM_MAINTAINER_MODE
- From: Javier Jardón <jjardon src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-hello] Don't use AM_MAINTAINER_MODE
- Date: Sat, 13 Feb 2010 05:24:39 +0000 (UTC)
commit a8d2f6b09e16455dde2bc733119ccfa88a3badf0
Author: Javier Jardón <jjardon gnome org>
Date: Sat Feb 13 06:21:09 2010 +0100
Don't use AM_MAINTAINER_MODE
The use of AM_MAINTAINER_MODE is not encouraged, see
http://www.gnu.org/software/hello/manual/automake/maintainer_002dmode.html
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 830b7d5..21cbac5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2 no-dist-gzip])
-AM_MAINTAINER_MODE
+
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Check for programs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]