Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
34659:c7db9db9105c | 34660:ae0f39283934 |
---|---|
7889 | 7889 |
7890 echocheck "valid XSLT processor" | 7890 echocheck "valid XSLT processor" |
7891 if xsltproc --version > /dev/null 2>&1; then | 7891 if xsltproc --version > /dev/null 2>&1; then |
7892 if test -z "$fake_chunk_xsl"; then | 7892 if test -z "$fake_chunk_xsl"; then |
7893 echores "xsltproc" | 7893 echores "xsltproc" |
7894 xsltcommand="xsltproc $catalog_opts -o \$\$1 \$\$2 \$\$3" | 7894 xsltcommand="xsltproc $catalog_opts -o" |
7895 else | 7895 else |
7896 echores "Found xsltproc but no stylesheets on your system." | 7896 echores "Found xsltproc but no stylesheets on your system." |
7897 echores "xsltproc is unusable without stylesheets." | 7897 echores "xsltproc is unusable without stylesheets." |
7898 fi | 7898 fi |
7899 else | 7899 else |
7928 DOC_LANG_ALL = $doc_lang_all | 7928 DOC_LANG_ALL = $doc_lang_all |
7929 MAN_LANGS = $language_man | 7929 MAN_LANGS = $language_man |
7930 MAN_LANG_ALL = $man_lang_all | 7930 MAN_LANG_ALL = $man_lang_all |
7931 | 7931 |
7932 CATALOG = $catalog | 7932 CATALOG = $catalog |
7933 XMLLINT_COMMAND = xmllint --noout --noent --postvalid $catalog_opts \$* | 7933 XMLLINT_COMMAND = xmllint --noout --noent --postvalid $catalog_opts |
7934 XSLT_COMMAND = $xsltcommand | 7934 XSLT_COMMAND = $xsltcommand |
7935 | 7935 |
7936 prefix = \$(DESTDIR)$_prefix | 7936 prefix = \$(DESTDIR)$_prefix |
7937 BINDIR = \$(DESTDIR)$_bindir | 7937 BINDIR = \$(DESTDIR)$_bindir |
7938 DATADIR = \$(DESTDIR)$_datadir | 7938 DATADIR = \$(DESTDIR)$_datadir |