Skip to content
Snippets Groups Projects
Commit b95cb445 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

redone no compilation of handbook when no latex installed on system

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4948 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c5eb7606
No related merge requests found
...@@ -13,7 +13,7 @@ AC_CHECK_PROGS([LATEX], [latex], [true]) ...@@ -13,7 +13,7 @@ AC_CHECK_PROGS([LATEX], [latex], [true])
AM_CONDITIONAL([TEX4HT], [test "x$TEX4HT" != xtrue]) AM_CONDITIONAL([TEX4HT], [test "x$TEX4HT" != xtrue])
AC_CHECK_PROGS([CONVERT], [convert], [false]) AC_CHECK_PROGS([CONVERT], [convert], [false])
AM_CONDITIONAL([CONVERT], [test "x$CONVERT" != xfalse]) AM_CONDITIONAL([CONVERT], [test "x$CONVERT" != xfalse])
AM_CONDITIONAL([BUILD_HANDBOOK], [test -a "stamp-vc" -a "x$LATEX" != xfalse]) AM_CONDITIONAL([BUILD_HANDBOOK], [test -a "stamp-vc" -a "x$LATEX" != xtrue])
AC_CHECK_HEADER([valgrind/memcheck.h], AC_CHECK_HEADER([valgrind/memcheck.h],
[HAVE_VALGRIND_H="1"], [HAVE_VALGRIND_H="1"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment