From dafdbba46a1d5dff3ff4eb6c77f25ff6e16f1d63 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 21 Dec 2009 10:33:57 -0600 Subject: Using automake 1.11's shave support if it's available. (bzr r8900) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 27e045484..32990943b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,9 @@ AC_PROG_INTLTOOL(0.22) AC_HEADER_STDC INK_SVN_SNAPSHOT_BUILD +dnl If automake 1.11 shave the output to look nice +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + dnl These next few lines are needed only while libcroco is in our source tree. AC_PROG_CC AM_PROG_CC_C_O -- cgit v1.2.3