myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. ffcd007ec5


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. ffcd007ec5d92f956a8fca0a1ab7a95a16ac5a4b
Date: Wed, 04 Nov 2009 11:22:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  ffcd007ec5d92f956a8fca0a1ab7a95a16ac5a4b (commit)
      from  c3daecc9bd693534a5bd851988a8924e6c61c324 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit ffcd007ec5d92f956a8fca0a1ab7a95a16ac5a4b
Author: Giuseppe Scrivano <address@hidden>
Date:   Wed Nov 4 12:22:45 2009 +0100

    Use AM_SILENT_RULES only when it is defined.

diff --git a/myserver/configure.ac b/myserver/configure.ac
index 0e6c6d0..f060fe1 100644
--- a/myserver/configure.ac
+++ b/myserver/configure.ac
@@ -26,7 +26,8 @@ LDFLAGS="${LDFLAGS=}"
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([gnu])
-AM_SILENT_RULES([yes])
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_MACRO_DIR([m4])
 

-----------------------------------------------------------------------

Summary of changes:
 myserver/configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]