Changeset 772 for libcaca/trunk/configure.ac
- Timestamp:
- Apr 14, 2006, 10:41:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r747 r772 276 276 277 277 # Build LaTeX documentation? 278 AC_PATH_PROG(LATEX, latex, no)278 AC_PATH_PROG(LATEX, pdflatex, no) 279 279 AC_PATH_PROG(DVIPS, dvips, no) 280 280 if test "${DVIPS}" = "no"; then
Note: See TracChangeset
for help on using the changeset viewer.