comparison DOCS/xml/configure @ 11468:bb3e24e796eb

less verbosity
author diego
date Sun, 16 Nov 2003 00:57:47 +0000
parents 669e67c3d6b3
children 19919e913e3d
comparison
equal deleted inserted replaced
11467:d3fc1feb652a 11468:bb3e24e796eb
246 246
247 247
248 echo "Searching for XML checker..." 248 echo "Searching for XML checker..."
249 for _try_xmllint in xmllint 249 for _try_xmllint in xmllint
250 do 250 do
251 if command -v $_try_xmllint > /dev/null 251 if command -v $_try_xmllint > /dev/null 2>&1
252 then 252 then
253 echo "Found: $_try_xmllint" 253 echo "Found: $_try_xmllint"
254 if test -n "$_catalog" 254 if test -n "$_catalog"
255 then 255 then
256 _xmllint_command="$_try_xmllint --noout --noent --postvalid --catalogs \$*" 256 _xmllint_command="$_try_xmllint --noout --noent --postvalid --catalogs \$*"