configure.ac
changeset 2377 83775fab25dc
parent 2237 5674a5983e1e
child 2386 81b47fc5c444
equal deleted inserted replaced
42:45278b6e3649 43:a4f760f17665
    23 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
    23 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
    24 
    24 
    25 dnl Checks for libraries.
    25 dnl Checks for libraries.
    26 LX_CHECK_GLPK
    26 LX_CHECK_GLPK
    27 LX_CHECK_CPLEX
    27 LX_CHECK_CPLEX
       
    28 LX_CHECK_SOPLEX
    28 
    29 
    29 dnl Enable/disable installing the documentation
    30 dnl Enable/disable installing the documentation
    30 AC_ARG_ENABLE([doc],
    31 AC_ARG_ENABLE([doc],
    31 AS_HELP_STRING([--enable-doc@<:@=yes|no|full@:>@], [build the documentation (full enables internal documentation too) @<:@default=yes@:>@])
    32 AS_HELP_STRING([--enable-doc@<:@=yes|no|full@:>@], [build the documentation (full enables internal documentation too) @<:@default=yes@:>@])
    32 AS_HELP_STRING([--disable-doc], [do not build the documentation]),
    33 AS_HELP_STRING([--disable-doc], [do not build the documentation]),
   111 echo C++ compiler.................. : $CXX
   112 echo C++ compiler.................. : $CXX
   112 echo C++ compiles flags............ : $CXXFLAGS
   113 echo C++ compiles flags............ : $CXXFLAGS
   113 echo
   114 echo
   114 echo GLPK support.................. : $lx_glpk_found
   115 echo GLPK support.................. : $lx_glpk_found
   115 echo CPLEX support................. : $lx_cplex_found
   116 echo CPLEX support................. : $lx_cplex_found
       
   117 echo SOPLEX support................ : $lx_soplex_found
   116 echo
   118 echo
   117 echo build benchmarks.............. : $enable_benchmark
   119 echo build benchmarks.............. : $enable_benchmark
   118 echo build demo programs........... : $enable_demo
   120 echo build demo programs........... : $enable_demo
   119 echo
   121 echo
   120 echo The packace will be installed in
   122 echo The packace will be installed in