resync configure

This commit is contained in:
dons 2005-12-25 23:43:13 +00:00
parent 08e0483f75
commit 2fb0826f23
2 changed files with 9 additions and 9 deletions

12
configure vendored
View File

@ -1548,8 +1548,8 @@ echo "${ECHO_T}no" >&6
fi fi
if test -z "$TEX" ; then if test -z "$TEX" ; then
{ echo "$as_me:$LINENO: WARNING: You'll need tex if you wish to build the documentation" >&5 { echo "$as_me:$LINENO: WARNING: tex is needed to build some of the documentation" >&5
echo "$as_me: WARNING: You'll need tex if you wish to build the documentation" >&2;} echo "$as_me: WARNING: tex is needed to build some of the documentation" >&2;}
fi fi
# Extract the first word of "tex2page", so it can be a program name with args. # Extract the first word of "tex2page", so it can be a program name with args.
set dummy tex2page; ac_word=$2 set dummy tex2page; ac_word=$2
@ -1587,10 +1587,10 @@ echo "${ECHO_T}no" >&6
fi fi
if test -z "$TEX2PAGE" ; then if test -z "$TEX2PAGE" ; then
{ echo "$as_me:$LINENO: WARNING: You'll need tex2page if you wish to build the { echo "$as_me:$LINENO: WARNING: tex2page is needed to build some of the documentation
documentation: http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html" >&5 http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html" >&5
echo "$as_me: WARNING: You'll need tex2page if you wish to build the echo "$as_me: WARNING: tex2page is needed to build some of the documentation
documentation: http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html" >&2;} http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html" >&2;}
fi fi
ac_ext=c ac_ext=c

View File

@ -124,12 +124,12 @@ AC_SUBST(HASKELL_SRC)
AC_CHECK_PROG(TEX,tex,tex) AC_CHECK_PROG(TEX,tex,tex)
if test -z "$TEX" ; then 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 fi
AC_CHECK_PROG(TEX2PAGE,tex2page,tex2page) AC_CHECK_PROG(TEX2PAGE,tex2page,tex2page)
if test -z "$TEX2PAGE" ; then if test -z "$TEX2PAGE" ; then
AC_MSG_WARN(You'll need tex2page if you wish to build the AC_MSG_WARN(tex2page is needed to build some of the documentation
documentation: http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html) http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html)
fi fi
AC_CHECK_FUNCS(arc4random) AC_CHECK_FUNCS(arc4random)