[Pcsclite-cvs-commit] r5814 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jun 29 19:23:41 UTC 2011


Author: rousseau
Date: Wed Jun 29 19:23:41 2011
New Revision: 5814

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5814
Log:
Enable silent build by default

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5814&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Jun 29 19:23:41 2011
@@ -9,6 +9,8 @@
 AM_CONFIG_HEADER(config.h)
 
 AC_CONFIG_MACRO_DIR(m4)
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CANONICAL_HOST
 AC_PROG_CC




More information about the Pcsclite-cvs-commit mailing list