gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-253-g992e4db


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-253-g992e4db
Date: Thu, 24 Jun 2010 07:28:50 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=992e4dbe92b4c4bb75c3030a5df08412f29698c9

The branch, master has been updated
       via  992e4dbe92b4c4bb75c3030a5df08412f29698c9 (commit)
      from  1db2d5aa93ae83654a71b1e0d20501b89c633175 (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 992e4dbe92b4c4bb75c3030a5df08412f29698c9
Author: Simon Josefsson <address@hidden>
Date:   Thu Jun 24 09:27:45 2010 +0200

    Use silent build rules.
    
    Suggested by Vincent Torri <address@hidden>
    in <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4349>.

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

Summary of changes:
 THANKS                |    1 +
 configure.ac          |    1 +
 lib/configure.ac      |    1 +
 libextra/configure.ac |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/THANKS b/THANKS
index a774394..196a8fa 100644
--- a/THANKS
+++ b/THANKS
@@ -106,6 +106,7 @@ Ilari Liusvaara                 <address@hidden>
 Steve Dispensa                  <address@hidden>
 Vitaly Mayatskikh               <address@hidden>
 Claudio Saavedra                <address@hidden>
+Vincent Torri                   <address@hidden>
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/configure.ac b/configure.ac
index 7f2e967..9e25ea5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 -Wall -Werror -Wno-override])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 
 AC_MSG_RESULT([***
diff --git a/lib/configure.ac b/lib/configure.ac
index 35fa0d4..55412c3 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -27,6 +27,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 0154be8..d071d01 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -27,6 +27,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC


hooks/post-receive
-- 
GNU gnutls



reply via email to

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