From: Eric Anholt Date: Fri, 30 Apr 2010 00:54:52 +0000 (-0700) Subject: Use the AM_SILENT_RULES when available. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f436a837c2f265cfd790ff20ac51377d7207c40;p=mesa.git Use the AM_SILENT_RULES when available. --- diff --git a/configure.ac b/configure.ac index b97feb94407..f0a4301076d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,8 @@ AC_PROG_MAKE_SET AC_PROG_YACC AC_PROG_LEX +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # Checks for libraries. # Checks for header files.