update .cabal file for ghc 6.8. we *depend* on ghc 6.8 from this point onwards

This commit is contained in:
Don Stewart
2007-12-16 05:56:54 +00:00
parent 5e250e94d2
commit de2f42f9c2
2 changed files with 57 additions and 37 deletions

View File

@ -122,15 +122,15 @@ AC_ARG_ENABLE(hsx,
AC_SUBST(HASKELL_SRC)
AC_CHECK_PROG(TEX,tex,tex)
if test -z "$TEX" ; then
AC_MSG_WARN(tex is needed to build some of the documentation)
fi
AC_CHECK_PROG(TEX2PAGE,tex2page,tex2page)
if test -z "$TEX2PAGE" ; then
AC_MSG_WARN(tex2page is needed to build some of the documentation
http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html)
fi
#AC_CHECK_PROG(TEX,tex,tex)
#if test -z "$TEX" ; then
# AC_MSG_WARN(tex is needed to build some of the documentation)
#fi
#AC_CHECK_PROG(TEX2PAGE,tex2page,tex2page)
#if test -z "$TEX2PAGE" ; then
# AC_MSG_WARN(tex2page is needed to build some of the documentation
# http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html)
#fi
AC_CHECK_FUNCS(arc4random)