From 520f5cca38b2e108dc1b1094775a8b933011a813 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 11 Nov 2009 09:40:32 -0500 Subject: build: quiet down xmlto tests and runs * configure.ac (xmlto --stringparam check): Add >&/dev/null. * doc/*/Makefile.am (xmlto runs): Ditto. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe6bbf4e..e92adf5f 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,7 @@ EOF if test "x${have_xmlto}" == "xyes"; then AC_MSG_CHECKING([for xmlto --stringparam support]) - xmlto --stringparam man.authors.section.enabled=0 txt conftest.xml + xmlto --stringparam man.authors.section.enabled=0 txt conftest.xml >/dev/null 2>&1 if test $? == 0; then have_xmlto_stringparam="yes" AC_MSG_RESULT([yes]) -- cgit