From: Ted Gould Date: Mon, 21 Dec 2009 16:33:57 +0000 (-0600) Subject: Using automake 1.11's shave support if it's available. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69224ec478cfd43c9ec8980e9d8984ee4291c39b;p=inkscape.git Using automake 1.11's shave support if it's available. --- 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