Changeset 564:eda12d8ac953 in lemon-main for configure.ac
- Timestamp:
- 04/01/09 15:18:35 (15 years ago)
- Branch:
- default
- Children:
- 565:7ab97e2a0c33, 572:be6646ac5d89
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r517 r564 65 65 AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"]) 66 66 67 dnl Disable/enable building the demo programs.68 AC_ARG_ENABLE([demo],69 AS_HELP_STRING([--enable-demo], [build the demo programs])70 AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),71 [], [enable_demo=no])72 AC_MSG_CHECKING([whether to build the demo programs])73 if test x"$enable_demo" != x"no"; then74 AC_MSG_RESULT([yes])75 else76 AC_MSG_RESULT([no])77 fi78 AM_CONDITIONAL([WANT_DEMO], [test x"$enable_demo" != x"no"])79 80 67 dnl Disable/enable building the binary tools. 81 68 AC_ARG_ENABLE([tools], … … 111 98 AC_CONFIG_FILES([ 112 99 Makefile 100 demo/Makefile 113 101 cmake/version.cmake 114 102 doc/Doxyfile … … 133 121 echo CLP support................... : $lx_clp_found 134 122 echo 135 echo Build demo programs........... : $enable_demo136 123 echo Build additional tools........ : $enable_tools 137 124 echo
Note: See TracChangeset
for help on using the changeset viewer.