X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=f386b354ee5751a6c42e6236f075da7577256241;hb=469c8c3c35a3e875f97ea03c12f61c631e2524cd;hp=bee5085b4ba5b5b93646235a0d04fa7a7659137a;hpb=2d8835178b858bd6e533e456d7811bb540d44bcf;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index bee5085..f386b35 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -755,7 +755,7 @@ AS_VAR_POPDEF([fp_func])dnl # FP_GEN_DOCBOOK_XML # ------------------ -# Generates a DocBook XML V4.2 document in conftest.xml. +# Generates a DocBook XML V4.5 document in conftest.xml. # # It took a lot of experimentation to find a document that will cause # xsltproc to fail with an error code when the relevant @@ -767,8 +767,8 @@ AC_DEFUN([FP_GEN_DOCBOOK_XML], [rm -f conftest.xml conftest-book.xml cat > conftest.xml << EOF - ]]> @@ -862,7 +862,7 @@ if test -n "$XmllintCmd"; then AC_MSG_RESULT([ok]) else AC_MSG_RESULT([failed]) - AC_MSG_WARN([cannot find a DTD for DocBook XML V4.2, you will not be able to validate your documentation]) + AC_MSG_WARN([cannot find a DTD for DocBook XML V4.5, you will not be able to validate your documentation]) AC_MSG_WARN([check your XML_CATALOG_FILES environment variable and/or /etc/xml/catalog]) fi rm -rf conftest*