Changeset 368

Show
Ignore:
Timestamp:
05/09/08 12:52:40 (6 months ago)
Author:
powell
Message:

Cleaned up geomview and qhull tests so it doesn't die ungracefully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/configure.in

    r358 r368  
    1919 
    2020dnl 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/ .))) 
     21AC_PATH_PROG(GEOMVIEW, geomview, no) 
     22dnl  AC_MSG_ERROR([Cannot find geomview which ternary requires; you can download it at http://www.geomview.org/ .])) 
    2623AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 
    2724 
    2825AC_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/ .])) 
    3027 
    3128dnl Documentation tools