Hello,
Since automake 1.11 It is possible to have silent rules. The idea is
to have much less noise in the console and then warnings much more
visible.
Gnome has a nice page [1] to describe it.
I propose to use it for OpenSC and the other subprojects.
Proposed patch:
--- /tmp/j0T5M8_configure.ac 2011-06-30 11:12:44.000000000 +0200
+++ configure.ac 2011-06-30 11:09:19.000000000 +0200
@@ -29,6 +29,9 @@ OPENSC_LT_AGE="$((${OPENSC_LT_CURRENT}-$
AC_CONFIG_SRCDIR([src/libopensc/sc.c])
+# silent build by default
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AC_CANONICAL_HOST
AC_PROG_CC
PKG_PROG_PKG_CONFIG
Bye
[1] http://live.gnome.org/GnomeGoals/NicerBuilds
--
Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel