[MPlayer-dev-eng] Patch for autoconfig on SuSE

Matthias Hopf mat at mshopf.de
Fri Feb 24 18:09:16 CET 2006


Hi all,

The following patch adds another search location for docbook_xsl etc. so
that mplayer configures out-of-the-box at least on SuSE Linux 10.0.

Opinions, issues?

Matthias

-- 
Matthias Hopf <mhopf at suse.de>       __        __   __
Maxfeldstr. 5 / 90409 Nuernberg    (_   | |  (_   |__         mat at mshopf.de
Phone +49-911-74053-715            __)  |_|  __)  |__  labs   www.mshopf.de
-------------- next part --------------
Index: DOCS/xml/configure
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/configure,v
retrieving revision 1.19
diff -u -p -u -r1.19 configure
--- DOCS/xml/configure	22 Jan 2006 15:50:49 -0000	1.19
+++ DOCS/xml/configure	24 Feb 2006 17:04:08 -0000
@@ -44,7 +44,8 @@ for _try_chunk_xsl in \
   /usr/local/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl \
   /usr/local/share/sgml/docbook/yelp/docbook/html/chunk.xsl \
   /usr/share/docbook-xsl/html/chunk.xsl \
-  /usr/share/sgml/docbook/xsl-stylesheets*/html/chunk.xsl 
+  /usr/share/sgml/docbook/xsl-stylesheets*/html/chunk.xsl \
+  /usr/share/xml/docbook/stylesheet/nwalsh/current/html/chunk.xsl
 do
   if test -f "$_try_chunk_xsl"
   then
@@ -69,7 +70,8 @@ for _try_docbook_xsl in \
   /usr/local/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl \
   /usr/local/share/sgml/docbook/yelp/docbook/html/docbook.xsl \
   /usr/share/docbook-xsl/html/docbook.xsl \
-  /usr/share/sgml/docbook/xsl-stylesheets*/html/docbook.xsl 
+  /usr/share/sgml/docbook/xsl-stylesheets*/html/docbook.xsl \
+  /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl
 do
   if test -f "$_try_docbook_xsl"
   then


More information about the MPlayer-dev-eng mailing list