From: Behdad Esfahbod Date: Mon, 16 Nov 2009 20:48:20 +0000 (-0500) Subject: Enable automake silent rules X-Git-Tag: 2.8.0~18 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=247c4f3df21582260c4799bdbda2be1c13cc8901 Enable automake silent rules --- diff --git a/configure.in b/configure.in index 2b0c182..b804064 100644 --- a/configure.in +++ b/configure.in @@ -34,6 +34,7 @@ dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h AM_INIT_AUTOMAKE(fontconfig, 2.7.3) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE dnl libtool versioning