X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fconfigure.in;h=e9c9f95b0822cbf0c0a5b55024e31693a3d253d3;hb=ab81cb706aa98357f7da20a8bdd6f44b8be61d62;hp=d9cd8ebaf240503554969a5492ddc328deb6b502;hpb=0716aa8f05cb10804bb3f1ae8f53a838ce24841b;p=ghc-hetmet.git diff --git a/ghc/configure.in b/ghc/configure.in index d9cd8eb..e9c9f95 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -24,7 +24,6 @@ dnl Uncomment links to ObjectIO docs if necessary AC_ARG_ENABLE(objectio, [ --enable-objectio Build ObjectIO, a portable GUI library for Haskell. - (This option is only relevant when libraries are built.) ], [ ObjectIOHTMLStart="" @@ -42,8 +41,7 @@ AC_SUBST(ObjectIOHTMLEnd) dnl Uncomment links to HOpenGL docs if necessary AC_ARG_ENABLE(hopengl, [ --enable-hopengl - Build HOpenGL, a Haskell binding for OpenGL/GLUT, too. - (NOTE: Work in progress, currently only GLUT is supported!) + Build HOpenGL, a Haskell binding for OpenGL/GLUT. ], [ HOpenGLHTMLStart="" @@ -59,4 +57,4 @@ AC_SUBST(HOpenGLHTMLStart) AC_SUBST(HOpenGLHTMLEnd) dnl * Write the results... -AC_OUTPUT(ghc.spec docs/index.html) +AC_OUTPUT(ghc.spec docs/index.html docs/libraries.html)