Enable silent automake rules.

This commit is contained in:
Eric Anholt 2010-05-25 20:13:37 -07:00
parent 58e54f62c9
commit 607e228c26

View file

@ -34,6 +34,9 @@ AC_HEADER_STDC
AC_SYS_LARGEFILE
AC_FUNC_ALLOCA
# Enable quiet compiles on automake 1.11.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
AC_SUBST(PTHREADSTUBS_CFLAGS)
AC_SUBST(PTHREADSTUBS_LIBS)