configure.ac
changeset 1407 7152559e3d08
parent 1400 d12508c2a007
child 1412 c7fab5a1174a
equal deleted inserted replaced
19:9628748cbef5 20:109edb561bd2
    28 dnl Checks for libraries.
    28 dnl Checks for libraries.
    29 LX_CHECK_GLPK
    29 LX_CHECK_GLPK
    30 LX_CHECK_CPLEX
    30 LX_CHECK_CPLEX
    31 
    31 
    32 LX_ENABLE_DOCS
    32 LX_ENABLE_DOCS
       
    33 LX_ENABLE_GUI
    33 
    34 
    34 dnl Checks for header files.
    35 dnl Checks for header files.
    35 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    36 AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
    36 
    37 
    37 dnl Checks for typedefs, structures, and compiler characteristics.
    38 dnl Checks for typedefs, structures, and compiler characteristics.
    54 src/lemon/Makefile
    55 src/lemon/Makefile
    55 src/lemon/lemon.pc
    56 src/lemon/lemon.pc
    56 src/benchmark/Makefile
    57 src/benchmark/Makefile
    57 src/demo/Makefile
    58 src/demo/Makefile
    58 src/test/Makefile
    59 src/test/Makefile
       
    60 src/gui/Makefile
       
    61 src/gui/src/Makefile
    59 ])
    62 ])
    60 
    63 
    61 AC_OUTPUT
    64 AC_OUTPUT
    62 
    65 
    63 echo
    66 echo
    69 echo C++ compiles flags............ : $CXXFLAGS
    72 echo C++ compiles flags............ : $CXXFLAGS
    70 echo
    73 echo
    71 echo GLPK support.................. : $lx_glpk_found
    74 echo GLPK support.................. : $lx_glpk_found
    72 echo CPLEX support................. : $lx_cplex_found
    75 echo CPLEX support................. : $lx_cplex_found
    73 echo
    76 echo
       
    77 echo build GUI..................... : $enable_gui
       
    78 echo
    74 echo The packace will be installed in
    79 echo The packace will be installed in
    75 echo -n '  '
    80 echo -n '  '
    76 echo $prefix.
    81 echo $prefix.
    77 echo
    82 echo
    78 echo The documentation will be installed in
    83 echo The documentation will be installed in