# HG changeset patch # User ib # Date 1329751777 0 # Node ID ae0f39283934b58273e3db2900d6260e5accdb86 # Parent c7db9db9105cc00589f99fc24c5056affb08873b configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND. There is no need for positional parameters. diff -r c7db9db9105c -r ae0f39283934 configure --- a/configure Sun Feb 19 22:09:30 2012 +0000 +++ b/configure Mon Feb 20 15:29:37 2012 +0000 @@ -7891,7 +7891,7 @@ if xsltproc --version > /dev/null 2>&1; then if test -z "$fake_chunk_xsl"; then echores "xsltproc" - xsltcommand="xsltproc $catalog_opts -o \$\$1 \$\$2 \$\$3" + xsltcommand="xsltproc $catalog_opts -o" else echores "Found xsltproc but no stylesheets on your system." echores "xsltproc is unusable without stylesheets." @@ -7930,7 +7930,7 @@ MAN_LANG_ALL = $man_lang_all CATALOG = $catalog -XMLLINT_COMMAND = xmllint --noout --noent --postvalid $catalog_opts \$* +XMLLINT_COMMAND = xmllint --noout --noent --postvalid $catalog_opts XSLT_COMMAND = $xsltcommand prefix = \$(DESTDIR)$_prefix