Enable silent rules for automake (requires automake 1.10 or later).
authorMichael Poole <mdpoole@troilus.org>
Fri, 20 Jan 2012 02:27:56 +0000 (21:27 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 20 Jan 2012 02:27:56 +0000 (21:27 -0500)
configure.in

index cdfb57d11b156bae95251acce05999a4d442ec3f..05b55d9d3147669c3c5aeea3448446fdd22ba1cf 100644 (file)
@@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR(src/opserv.c)
 dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines
 AC_CANONICAL_TARGET
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([gnu 1.6])
+AM_INIT_AUTOMAKE([gnu 1.10 silent-rules])
 AM_MAINTAINER_MODE
 LT_INIT