瀏覽代碼

* configure.ac: look for a4wide.sty in more than one location.

tags/v0.99.beta14
Sam Hocevar sam 20 年之前
父節點
當前提交
de9aa8f55a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac 查看文件

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


Loading…
取消
儲存