Changeset 368
- Timestamp:
- 05/09/08 12:52:40 (6 months ago)
- Files:
-
- 1 modified
-
trunk/matml/src/ternary/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/ternary/configure.in
r358 r368 19 19 20 20 dnl Geomview check 21 AC_ARG_WITH(geomview, 22 [ --with-geomview=GEOMVIEW hardcode geomview binary location], 23 GEOMVIEW=$withval; AC_MSG_NOTICE(using binary: $GEOMVIEW), 24 AC_CHECK_PROGS(GEOMVIEW, geomview, 25 AC_MSG_ERROR(Cannot find geomview, which ternary requires; you can download it at http://www.geomview.org/ .))) 21 AC_PATH_PROG(GEOMVIEW, geomview, no) 22 dnl AC_MSG_ERROR([Cannot find geomview which ternary requires; you can download it at http://www.geomview.org/ .])) 26 23 AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 27 24 28 25 AC_CHECK_LIB(qhull, qh_qhull, QHULL_LIBS="-lqhull", 29 AC_MSG_ERROR( Cannot find qhull library, which ternary requires; you can download it at http://www.qhull.org/ .))26 AC_MSG_ERROR([Cannot find qhull library which ternary requires; you can download it at http://www.qhull.org/ .])) 30 27 31 28 dnl Documentation tools