configure.ac
changeset 458 7afc121e0689
parent 457 69928a704ffb
child 459 ed54c0d13df0
equal deleted inserted replaced
22:ca3327b1f68f 23:484f8908c1ed
    48   WARNINGCXXFLAGS="-Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    48   WARNINGCXXFLAGS="-Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    49 fi
    49 fi
    50 AC_SUBST([WARNINGCXXFLAGS])
    50 AC_SUBST([WARNINGCXXFLAGS])
    51 
    51 
    52 dnl Checks for libraries.
    52 dnl Checks for libraries.
    53 #LX_CHECK_GLPK
    53 LX_CHECK_GLPK
    54 #LX_CHECK_CPLEX
    54 LX_CHECK_CPLEX
    55 #LX_CHECK_SOPLEX
    55 LX_CHECK_SOPLEX
    56 
    56 
    57 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    57 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    58 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    58 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    59 
    59 
    60 dnl Disable/enable building the demo programs.
    60 dnl Disable/enable building the demo programs.
   115 echo Package version............... : $PACKAGE-$VERSION
   115 echo Package version............... : $PACKAGE-$VERSION
   116 echo
   116 echo
   117 echo C++ compiler.................. : $CXX
   117 echo C++ compiler.................. : $CXX
   118 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
   118 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
   119 echo
   119 echo
   120 #echo GLPK support.................. : $lx_glpk_found
   120 echo GLPK support.................. : $lx_glpk_found
   121 #echo CPLEX support................. : $lx_cplex_found
   121 echo CPLEX support................. : $lx_cplex_found
   122 #echo SOPLEX support................ : $lx_soplex_found
   122 echo SOPLEX support................ : $lx_soplex_found
   123 #echo
   123 echo
   124 echo Build demo programs........... : $enable_demo
   124 echo Build demo programs........... : $enable_demo
   125 echo Build additional tools........ : $enable_tools
   125 echo Build additional tools........ : $enable_tools
   126 echo
   126 echo
   127 echo The packace will be installed in
   127 echo The packace will be installed in
   128 echo -n '  '
   128 echo -n '  '