X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=f386b354ee5751a6c42e6236f075da7577256241;hb=2d367f855c3556166d24cf538d5c34d0ff596a2f;hp=d9a14343b701cc2e0e4d68f849cd17198ba52b6b;hpb=814946f35c725c22f67979642828dbefcaeaf8c3;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index d9a1434..f386b35 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -10,7 +10,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], [ case $$1 in - i386-apple-darwin|powerpc-apple-darwin) + i386-apple-darwin) # By default, gcc on OS X will generate SSE # instructions, which need things 16-byte aligned, # but we don't 16-byte align things. Thus drop @@ -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*