configure.ac
changeset 171 118ca6c4520e
parent 159 ef009a5c6c1d
child 173 88882581a628
equal deleted inserted replaced
170:bba590bac876 171:118ca6c4520e
   212 fi
   212 fi
   213 
   213 
   214 AC_SUBST(LOUDMOUTH_CFLAGS)
   214 AC_SUBST(LOUDMOUTH_CFLAGS)
   215 AC_SUBST(LOUDMOUTH_LIBS)
   215 AC_SUBST(LOUDMOUTH_LIBS)
   216 
   216 
   217 
       
   218 dnl +--------------------------------------+
       
   219 dnl | Check if we shoudl build C# bindings |-------------------
       
   220 dnl +--------------------------------------+
       
   221 
       
   222 dnl  --------------
       
   223 dnl | mono setup |--------------------------------------------
       
   224 dnl  --------------
       
   225 dnl AC_ARG_ENABLE(mono, [  --enable-mono        build mono bindings [default=auto]], enable_mono="$enableval", enable_mono=auto)
       
   226                                                                                 
       
   227 dnl if test "x$enable_mono" != "xno"; then
       
   228 dnl     PKG_CHECK_MODULES(,gtk-sharp,have_mono=yes,have_mono=no)
       
   229 
       
   230 dnl     if test "x$have_mono" = "xyes"; then
       
   231 dnl         AC_PATH_PROG(MCS, mcs, no)
       
   232 dnl         AC_PATH_PROG(MONO, mono, no)
       
   233 dnl     fi
       
   234 dnl else
       
   235 dnl      have_mono=no
       
   236 dnl fi
       
   237                                                                                 
       
   238 dnl if test "x$enable_mono" = "xyes"; then
       
   239 dnl    AC_MSG_CHECKING(for mono environment)
       
   240 dnl    if test "x$have_mono" = "xno"; then
       
   241 dnl        AC_MSG_ERROR([not found])
       
   242 dnl    fi
       
   243 dnl fi
       
   244                                                                                 
       
   245 dnl AM_CONDITIONAL(HAVE_MONO, test x$have_mono = xyes)
       
   246 
       
   247 AC_OUTPUT([
   217 AC_OUTPUT([
   248 Makefile
   218 Makefile
   249 docs/Makefile
   219 docs/Makefile
   250 docs/reference/Makefile
   220 docs/reference/Makefile
   251 loudmouth/Makefile
   221 loudmouth/Makefile
   252 examples/Makefile
   222 examples/Makefile
   253 tests/Makefile
   223 tests/Makefile
       
   224 tests/parser-tests/Makefile
   254 loudmouth-1.0.pc
   225 loudmouth-1.0.pc
   255 loudmouth.spec])
   226 loudmouth.spec])
   256 
   227 
   257 dnl ==========================================================================
   228 dnl ==========================================================================
   258 echo "
   229 echo "