浏览代码

* Support Debian's texlive installation. Will sneak this fix in beta12.

tags/v0.99.beta14
Sam Hocevar sam 18 年前
父节点
当前提交
513d856426
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac 查看文件

@@ -354,6 +354,8 @@ if test "${enable_doc}" != "no"; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
elif test -f /usr/share/texmf-tetex/tex/latex/a4wide/a4wide.sty; then elif test -f /usr/share/texmf-tetex/tex/latex/a4wide/a4wide.sty; then
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
elif test -f /usr/share/texmf-texlive/tex/latex/ltxmisc/a4wide.sty; then
AC_MSG_RESULT(yes)
else else
LATEX="no" LATEX="no"
AC_MSG_RESULT(no) AC_MSG_RESULT(no)


正在加载...
取消
保存