changeset 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 c7db9db9105c
children 4fce278264b9
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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