Browse Source

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

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
de9aa8f55a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac View File

@@ -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…
Cancel
Save