[Refdb-cvs] CVS: refdb configure.in,1.49.2.23,1.49.2.24
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-05 23:49:31
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20806 Modified Files: Tag: Release_0_9_5_stable configure.in Log Message: fixed path of TEI stylesheets Index: configure.in =================================================================== RCS file: /cvsroot/refdb/refdb/configure.in,v retrieving revision 1.49.2.23 retrieving revision 1.49.2.24 diff -u -U2 -r1.49.2.23 -r1.49.2.24 --- configure.in 2 Nov 2005 22:56:33 -0000 1.49.2.23 +++ configure.in 5 Nov 2005 23:49:20 -0000 1.49.2.24 @@ -355,8 +355,8 @@ fi]) -AC_CHECK_FILE($tei_xsl/P4/fo/tei.xsl, +AC_CHECK_FILE($tei_xsl/p4/fo/tei.xsl, [echo "TEI XSL stylesheets found"], [if test -n "$myxmlcatalog"; then -REFDB_XML_FILE($myxmlcatalog,${tei_xsl}/P4/fo/tei.xsl) +REFDB_XML_FILE($myxmlcatalog,${tei_xsl}/p4/fo/tei.xsl) else echo "cannot locate TEI XSL stylesheets via XML catalog" |