configure.ac
changeset 564 eda12d8ac953
parent 517 2b6d5d22bb23
child 567 3314f58e7b25
     1.1 --- a/configure.ac	Wed Apr 01 17:17:47 2009 +0100
     1.2 +++ b/configure.ac	Wed Apr 01 14:18:35 2009 +0100
     1.3 @@ -64,19 +64,6 @@
     1.4  AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
     1.5  AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
     1.6  
     1.7 -dnl Disable/enable building the demo programs.
     1.8 -AC_ARG_ENABLE([demo],
     1.9 -AS_HELP_STRING([--enable-demo], [build the demo programs])
    1.10 -AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),
    1.11 -              [], [enable_demo=no])
    1.12 -AC_MSG_CHECKING([whether to build the demo programs])
    1.13 -if test x"$enable_demo" != x"no"; then
    1.14 -  AC_MSG_RESULT([yes])
    1.15 -else
    1.16 -  AC_MSG_RESULT([no])
    1.17 -fi
    1.18 -AM_CONDITIONAL([WANT_DEMO], [test x"$enable_demo" != x"no"])
    1.19 -
    1.20  dnl Disable/enable building the binary tools.
    1.21  AC_ARG_ENABLE([tools],
    1.22  AS_HELP_STRING([--enable-tools], [build additional tools @<:@default@:>@])
    1.23 @@ -110,6 +97,7 @@
    1.24  
    1.25  AC_CONFIG_FILES([
    1.26  Makefile
    1.27 +demo/Makefile
    1.28  cmake/version.cmake
    1.29  doc/Doxyfile
    1.30  lemon/lemon.pc
    1.31 @@ -132,7 +120,6 @@
    1.32  echo SOPLEX support................ : $lx_soplex_found
    1.33  echo CLP support................... : $lx_clp_found
    1.34  echo
    1.35 -echo Build demo programs........... : $enable_demo
    1.36  echo Build additional tools........ : $enable_tools
    1.37  echo
    1.38  echo The packace will be installed in