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. 2257ee59d9


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 2257ee59d9898d39b720317246ccd4ae7febc097
Date: Sun, 27 Sep 2009 19:43:58 +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  2257ee59d9898d39b720317246ccd4ae7febc097 (commit)
      from  5fc61cbfaa52cf4bfea6b7a8d2ec57475a5ec2a5 (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 2257ee59d9898d39b720317246ccd4ae7febc097
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Sep 27 21:39:37 2009 +0200

    By default use silent automake rules.

diff --git a/myserver/configure.ac b/myserver/configure.ac
index b5f863a..5a8ceef 100644
--- a/myserver/configure.ac
+++ b/myserver/configure.ac
@@ -26,6 +26,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 AM_INIT_AUTOMAKE([gnu])
+AM_SILENT_RULES([yes])
 
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -128,9 +129,7 @@ case "${host}" in
              ])
     fi
 
-
-
-        AC_SUBST(PTHREAD_LIB)
+    AC_SUBST(PTHREAD_LIB)
 
     dnl Looking for dl
     AC_SEARCH_LIBS([dlopen], [dl c], have_dl=yes)

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

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


hooks/post-receive
-- 
GNU MyServer




reply via email to

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