[PATCH] sqlbox documentation
"Rene Kluwen" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I get an error building sqlbox documentation. This patch fixes it. I see that my previous patch (escaping of quotes in messages) didn't make it into svn trunk yet. Could you check it in? It is an important bugfix. == Rene
docbook.patch
(application/octet-stream, 381 B)
Index: configure.in
===================================================================
--- configure.in (revision 28)
+++ configure.in (working copy)
@@ -207,7 +207,7 @@
then
AC_CHECK_PROG(JADE, openjade, openjade, no)
else
- JADE = $OLDJADE
+ JADE=$OLDJADE
fi
AC_CHECK_PROG(JADETEX, jadetex, jadetex, no)
AC_CHECK_PROG(PDFJADETEX, pdfjadetex, pdfjadetex, no)