1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

configure: support silent automake rules if possible

This gives us a much less noisy build and makes error stand out a lot more.
This commit is contained in:
Stefan Kost 2011-05-10 10:34:41 +03:00
parent ecb5d5afdc
commit c9c939d614

View File

@ -50,6 +50,11 @@ VERSION=${LIBXML_VERSION}
AM_INIT_AUTOMAKE(libxml2, $VERSION)
# Support silent build rules, requires at least automake-1.11. Disable
# by either passing --disable-silent-rules to configure or passing V=1
# to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL