Changeset 375

Show
Ignore:
Timestamp:
06/09/08 14:03:02 (5 months ago)
Author:
powell
Message:

Suggest .deb packages with compilation dependencies.

Files:
1 modified

Legend:

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

    r368 r375  
    2020dnl Geomview check 
    2121AC_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/ .])) 
     22dnl  AC_MSG_ERROR([Cannot find geomview which ternary requires; you can download it at http://www.geomview.org/ or install the geomview .deb package.])) 
    2323AM_CONDITIONAL(USING_GEOMVIEW, test x$GEOMVIEW != xno) 
    2424 
    2525AC_CHECK_LIB(qhull, qh_qhull, QHULL_LIBS="-lqhull", 
    26   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/ or install the libqhull-dev .deb package.])) 
    2727 
    2828dnl Documentation tools