resync configure
This commit is contained in:
@ -124,12 +124,12 @@ AC_SUBST(HASKELL_SRC)
|
||||
|
||||
AC_CHECK_PROG(TEX,tex,tex)
|
||||
if test -z "$TEX" ; then
|
||||
AC_MSG_WARN(You'll need tex if you wish to build the documentation)
|
||||
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(You'll need tex2page if you wish to build the
|
||||
documentation: http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html)
|
||||
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)
|
||||
|
Reference in New Issue
Block a user