소스 검색

* 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)


불러오는 중...
취소
저장