summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-11-11 09:40:32 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-11-11 09:40:32 -0500
commit520f5cca38b2e108dc1b1094775a8b933011a813 (patch)
treee163bc1b552cc8a26e70168a2efa802e3e6455d9 /configure
parentc26c806fcebcf8171f0d7b65c0cf00c98b86f368 (diff)
downloadsystemtap-steved-520f5cca38b2e108dc1b1094775a8b933011a813.tar.gz
systemtap-steved-520f5cca38b2e108dc1b1094775a8b933011a813.tar.xz
systemtap-steved-520f5cca38b2e108dc1b1094775a8b933011a813.zip
build: quiet down xmlto tests and runs
* configure.ac (xmlto --stringparam check): Add >&/dev/null. * doc/*/Makefile.am (xmlto runs): Ditto.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ddeaa9c0..b98c4f9c 100755
--- a/configure
+++ b/configure
@@ -6842,7 +6842,7 @@ EOF
if test "x${have_xmlto}" == "xyes"; then
{ $as_echo "$as_me:$LINENO: checking for xmlto --stringparam support" >&5
$as_echo_n "checking for xmlto --stringparam support... " >&6; }
- 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"
{ $as_echo "$as_me:$LINENO: result: yes" >&5