configure.ac
changeset 274 2a33883915bb
parent 236 da953e387d31
child 273 5d12d5c80ac9
equal deleted inserted replaced
16:41bc17105a2b 17:03137f39a418
    29 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    29 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    30   CXXFLAGS="$CXXFLAGS -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 -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    30   CXXFLAGS="$CXXFLAGS -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 -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
    31 fi
    31 fi
    32 
    32 
    33 dnl Checks for libraries.
    33 dnl Checks for libraries.
    34 LX_CHECK_GLPK
    34 #LX_CHECK_GLPK
    35 LX_CHECK_CPLEX
    35 #LX_CHECK_CPLEX
    36 LX_CHECK_SOPLEX
    36 #LX_CHECK_SOPLEX
    37 
    37 
    38 dnl Disable/enable building the demo programs.
    38 dnl Disable/enable building the demo programs.
    39 AC_ARG_ENABLE([demo],
    39 AC_ARG_ENABLE([demo],
    40 AS_HELP_STRING([--enable-demo], [build the demo programs])
    40 AS_HELP_STRING([--enable-demo], [build the demo programs])
    41 AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),
    41 AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),
   106 echo Package version............... : $PACKAGE-$VERSION
   106 echo Package version............... : $PACKAGE-$VERSION
   107 echo
   107 echo
   108 echo C++ compiler.................. : $CXX
   108 echo C++ compiler.................. : $CXX
   109 echo C++ compiles flags............ : $CXXFLAGS
   109 echo C++ compiles flags............ : $CXXFLAGS
   110 echo
   110 echo
   111 echo GLPK support.................. : $lx_glpk_found
   111 #echo GLPK support.................. : $lx_glpk_found
   112 echo CPLEX support................. : $lx_cplex_found
   112 #echo CPLEX support................. : $lx_cplex_found
   113 echo SOPLEX support................ : $lx_soplex_found
   113 #echo SOPLEX support................ : $lx_soplex_found
   114 echo
   114 #echo
   115 echo Build benchmarks.............. : $enable_benchmark
   115 echo Build benchmarks.............. : $enable_benchmark
   116 echo Build demo programs........... : $enable_demo
   116 echo Build demo programs........... : $enable_demo
   117 echo Build additional tools........ : $enable_tools
   117 echo Build additional tools........ : $enable_tools
   118 echo
   118 echo
   119 echo The packace will be installed in
   119 echo The packace will be installed in