Changeset 1490 for trunk/Cbc/configure.ac
- Timestamp:
- Jul 27, 2010 2:42:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/configure.ac
r1489 r1490 62 62 fi 63 63 64 AC_COIN_HAS_MODULE(Clp, [osi-clp]) 64 # Clp and OsiClp are inseparable here. 65 66 AC_COIN_HAS_MODULE(Clp,[osi-clp]) 65 67 if test $coin_has_clp != yes ; then 66 68 AC_MSG_ERROR("Required package Clp unavailable.") 67 69 fi 68 70 71 # The rest are not so critical, so we don't put in quite so much effort. 72 73 AC_COIN_HAS_MODULE(DyLP,[osi-dylp]) 74 AC_COIN_HAS_MODULE(Vol, [osi-vol]) 69 75 AC_COIN_HAS_MODULE(OsiTests, [osi-unittests], [required=0]) 70 76 … … 310 316 AC_COIN_VPATH_LINK(examples/quad2.mps) 311 317 318 ############################################################################# 319 # Check for doxygen # 320 ############################################################################# 321 322 AC_COIN_DOXYGEN(CoinUtils Osi Clp DyLP Cgl) 323 312 324 ############################################################################## 313 325 # Finishing up by writing all the output # … … 323 335 cbc.pc cbc-uninstalled.pc 324 336 osi-cbc.pc osi-cbc-uninstalled.pc]) 337 AC_CONFIG_FILES([doxydoc/doxygen.conf]) 325 338 326 339 # Here put the location and name of the configuration header file
Note: See TracChangeset
for help on using the changeset viewer.