Explorar el Código

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

tags/v0.99.beta14
Sam Hocevar sam hace 17 años
padre
commit
513d856426
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac Ver fichero

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


Cargando…
Cancelar
Guardar