COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r564 r375  
    2222dnl Do compilation tests using the C++ compiler.
    2323AC_LANG([C++])
    24 
    25 dnl Check the existence of long long type.
    26 AC_CHECK_TYPE(long long, [long_long_found=yes], [long_long_found=no])
    27 if test x"$long_long_found" = x"yes"; then
    28   AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
    29 fi
    3024
    3125dnl Checks for programs.
     
    5751
    5852dnl Checks for libraries.
    59 LX_CHECK_GLPK
    60 LX_CHECK_CPLEX
    61 LX_CHECK_SOPLEX
    62 LX_CHECK_CLP
    63 
    64 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    65 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
     53#LX_CHECK_GLPK
     54#LX_CHECK_CPLEX
     55#LX_CHECK_SOPLEX
    6656
    6757dnl Disable/enable building the demo programs.
     
    10797dnl Add dependencies on files generated by configure.
    10898AC_SUBST([CONFIG_STATUS_DEPENDENCIES],
    109   ['$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/lemon/lemon.pc.in $(top_srcdir)/cmake/version.cmake.in'])
     99  ['$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/lemon/lemon.pc.in'])
    110100
    111101AC_CONFIG_FILES([
    112102Makefile
    113 cmake/version.cmake
    114103doc/Doxyfile
    115104lemon/lemon.pc
     
    126115echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
    127116echo
    128 echo Compiler supports long long... : $long_long_found
    129 echo
    130 echo GLPK support.................. : $lx_glpk_found
    131 echo CPLEX support................. : $lx_cplex_found
    132 echo SOPLEX support................ : $lx_soplex_found
    133 echo CLP support................... : $lx_clp_found
    134 echo
     117#echo GLPK support.................. : $lx_glpk_found
     118#echo CPLEX support................. : $lx_cplex_found
     119#echo SOPLEX support................ : $lx_soplex_found
     120#echo
    135121echo Build demo programs........... : $enable_demo
    136122echo Build additional tools........ : $enable_tools
Note: See TracChangeset for help on using the changeset viewer.