Changeset 2103:a979fcdda073 in lemon-0.x for configure.ac
- Timestamp:
- 06/21/06 10:35:23 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r2068 r2103 17 17 AC_DISABLE_SHARED 18 18 AC_PROG_LIBTOOL 19 20 dnl i18n21 AM_GNU_GETTEXT_VERSION([0.14.2])22 AM_GNU_GETTEXT([external])23 19 24 20 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then … … 58 54 AC_SUBST(DOXYGEN_INTERNAL_DOCS) 59 55 AM_CONDITIONAL([WANT_DOC], [test x"$enable_doc" != x"no"]) 60 61 dnl Disable/enable building the GUI62 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"; then68 AC_MSG_RESULT([yes])69 else70 AC_MSG_RESULT([no])71 fi72 if test x"$enable_gui" != x"no"; then73 PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0 gtkmm-2.4 >= 2.6])74 fi75 AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])76 56 77 57 dnl Disable/enable building the demo programs … … 126 106 demo/Makefile 127 107 test/Makefile 128 gui/Makefile129 po/Makefile.in130 m4/Makefile131 108 ]) 132 109 … … 146 123 echo build benchmarks.............. : $enable_benchmark 147 124 echo build demo programs........... : $enable_demo 148 echo build GUI..................... : $enable_gui149 125 echo 150 126 echo The packace will be installed in
Note: See TracChangeset
for help on using the changeset viewer.