Don't display the compiler command line by default, and let errors stick out more clearly. If needed make V=1 shows the full command line again.
Signed-off-by: Christoph Hellwig <[email protected]> Index: sheepdog/configure.ac =================================================================== --- sheepdog.orig/configure.ac 2011-11-11 13:35:10.700025068 +0100 +++ sheepdog/configure.ac 2011-11-11 13:35:31.763358276 +0100 @@ -36,6 +36,8 @@ AC_CANONICAL_HOST AC_LANG([C]) +AM_SILENT_RULES([yes]) + dnl Fix default variables - "prefix" variable if not specified if test "$prefix" = "NONE"; then prefix="/usr" -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
