Mercurial > mplayer.hg
diff configure @ 34660:ae0f39283934
configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.
There is no need for positional parameters.
author | ib |
---|---|
date | Mon, 20 Feb 2012 15:29:37 +0000 |
parents | ef4ff507a341 |
children | 77e737045fbf |
line wrap: on
line diff
--- 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