COIN-OR::LEMON - Graph Library

Changeset 2103:a979fcdda073 in lemon-0.x for configure.ac


Ignore:
Timestamp:
06/21/06 10:35:23 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2794
Message:

Exclude the gui from the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2068 r2103  
    1717AC_DISABLE_SHARED
    1818AC_PROG_LIBTOOL
    19 
    20 dnl i18n
    21 AM_GNU_GETTEXT_VERSION([0.14.2])
    22 AM_GNU_GETTEXT([external])
    2319
    2420if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
     
    5854AC_SUBST(DOXYGEN_INTERNAL_DOCS)
    5955AM_CONDITIONAL([WANT_DOC], [test x"$enable_doc" != x"no"])
    60 
    61 dnl Disable/enable building the GUI
    62 AC_ARG_ENABLE([gui],
    63 AS_HELP_STRING([--enable-gui], [build the GUI])
    64 AS_HELP_STRING([--disable-gui], [do not build the GUI @<:@default@:>@]),
    65               [], [enable_gui=no])
    66 AC_MSG_CHECKING([whether to build the GUI])
    67 if test x"$enable_gui" != x"no"; then
    68   AC_MSG_RESULT([yes])
    69 else
    70   AC_MSG_RESULT([no])
    71 fi
    72 if test x"$enable_gui" != x"no"; then
    73   PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0 gtkmm-2.4 >= 2.6])
    74 fi
    75 AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])
    7656
    7757dnl Disable/enable building the demo programs
     
    126106demo/Makefile
    127107test/Makefile
    128 gui/Makefile
    129 po/Makefile.in
    130 m4/Makefile
    131108])
    132109
     
    146123echo build benchmarks.............. : $enable_benchmark
    147124echo build demo programs........... : $enable_demo
    148 echo build GUI..................... : $enable_gui
    149125echo
    150126echo The packace will be installed in
Note: See TracChangeset for help on using the changeset viewer.