X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fconfigure.in;h=38595bf4f7c28d0b931c53965c4d6329baa52a8b;hb=9e6162f9d0102d1f5738bf78258b24ea5a647ea4;hp=1a403cc42da663115ad3cc4ba20883020ab1d4d6;hpb=c952d3eb5903ef59c6515efdc2e2d595004c060a;p=ghc-hetmet.git diff --git a/ghc/configure.in b/ghc/configure.in index 1a403cc..38595bf 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -43,7 +43,7 @@ dnl Uncomment links to HOpenGL docs if necessary AC_ARG_ENABLE(hopengl, [ --enable-hopengl Build HOpenGL, a Haskell binding for OpenGL/GLUT, too. - (This option is only relevant when hslibs are built.) + (NOTE: Work in progress, currently only GLUT is supported!) ], [ HOpenGLHTMLStart="" @@ -59,4 +59,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)