Procházet zdrojové kódy

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

tags/v0.99.beta14
Sam Hocevar sam před 17 roky
rodič
revize
513d856426
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac Zobrazit soubor

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


Načítá se…
Zrušit
Uložit