Signed-off-by: Yegor Yefremov
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 9132468..ca0d9c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -374,6 +374,9 @@ AC_DEFINE_UNQUOTED([IPROUTE_PATH], ["$IPROUTE"], [Path to
iproute tool])
AC_D
Hi,
On Tue, Apr 14, 2015 at 08:34:05PM +0200, Yegor Yefremov wrote:
> +# enable silent build
> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
> +
I don't understand autoconf magic well enough to understand what that
does - do you have a pointer for me which would explain it?
thanks
gert
On Tue, Apr 14, 2015 at 10:48 PM, Gert Doering wrote:
> Hi,
>
> On Tue, Apr 14, 2015 at 08:34:05PM +0200, Yegor Yefremov wrote:
>> +# enable silent build
>> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
>> +
>
> I don't understand autoconf magic well enough to understand what that
> does