X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fconfigure.in;h=e9c9f95b0822cbf0c0a5b55024e31693a3d253d3;hb=ab81cb706aa98357f7da20a8bdd6f44b8be61d62;hp=f1cdd0a0c84f05cb37f1f8ee61a90a97d1c45fa8;hpb=4394bd8aa9d4a3d6b227ca8a261fce1af65549a2;p=ghc-hetmet.git diff --git a/ghc/configure.in b/ghc/configure.in index f1cdd0a..e9c9f95 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -20,11 +20,28 @@ dnl These are needed by the .spec file. AC_SUBST(version) AC_SUBST(patchlevel) +dnl Uncomment links to ObjectIO docs if necessary +AC_ARG_ENABLE(objectio, +[ --enable-objectio + Build ObjectIO, a portable GUI library for Haskell. +], +[ +ObjectIOHTMLStart="" +ObjectIOHTMLEnd="" +], +[ +ObjectIOHTMLStart="" +] +) + +AC_SUBST(ObjectIOHTMLStart) +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. - (This option is only relevant when hslibs are built.) + Build HOpenGL, a Haskell binding for OpenGL/GLUT. ], [ HOpenGLHTMLStart="" @@ -40,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)