X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=configure.in;h=06638c2a52214e349cd617800ce7b032754a0b6b;hb=8187fda98f2c4605598a06e9722ec7046bcadbcc;hp=c276e939df6c25df244e91150349c2d3a5a27aa9;hpb=20fbfd2432cb6d0018ed859640b754b1b3616bdf;p=mono.git diff --git a/configure.in b/configure.in index c276e939df6..06638c2a522 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ([2.62]) -AC_INIT(mono, [2.11], +AC_INIT(mono, [2.11.2], [http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono]) AC_CONFIG_SRCDIR([README]) @@ -419,7 +419,7 @@ AM_ICONV() AM_CONDITIONAL(NO_VERSION_SCRIPT, test x$no_version_script = xyes) AC_CHECK_HEADERS(sys/filio.h sys/sockio.h netdb.h utime.h sys/utime.h semaphore.h sys/un.h linux/rtc.h sys/syscall.h sys/mkdev.h sys/uio.h sys/param.h) -AC_CHECK_HEADERS(sys/param.h sys/socket.h sys/ipc.h sys/sem.h sys/utsname.h alloca.h ucontext.h pwd.h sys/select.h netinet/tcp.h netinet/in.h unistd.h sys/types.h link.h asm/sigcontext.h) +AC_CHECK_HEADERS(sys/param.h sys/socket.h sys/ipc.h sys/sem.h sys/utsname.h alloca.h ucontext.h pwd.h sys/select.h netinet/tcp.h netinet/in.h unistd.h sys/types.h link.h asm/sigcontext.h sys/inotify.h) AC_CHECK_HEADERS([linux/netlink.h linux/rtnetlink.h], [], [], [#include #include @@ -859,6 +859,9 @@ if test "x$mono_feature_disable_shared_perfcounters" = "xyes"; then AC_MSG_NOTICE([Disabled Shared perfcounters.]) fi +AC_ARG_ENABLE(executables, [ --disable-executables disable the build of the runtime executables], enable_executables=$enableval, enable_executables=yes) +AM_CONDITIONAL(DISABLE_EXECUTABLES, test x$enable_executables = xno) + AC_MSG_CHECKING(for visibility __attribute__) AC_COMPILE_IFELSE([ AC_LANG_SOURCE([[ @@ -3133,6 +3136,8 @@ data/system.web.extensions_1.0.pc data/system.web.extensions.design_1.0.pc data/system.web.mvc.pc data/system.web.mvc2.pc +data/system.web.mvc3.pc +data/aspnetwebstack.pc samples/Makefile support/Makefile data/config @@ -3144,6 +3149,9 @@ msvc/Makefile po/Makefile ]) +# Update all submodules recursively to ensure everything is checked out +$srcdir/scripts/update_submodules + if test x$host_win32 = xyes; then # Get rid of 'cyg' prefixes in library names sed -e "s/\/cyg\//\/\//" libtool > libtool.new; mv libtool.new libtool; chmod 755 libtool @@ -3259,7 +3267,6 @@ echo " oprofile: $OPROFILE BigArrays: $enable_big_arrays DTrace: $enable_dtrace - Parallel Mark: $enable_parallel_mark LLVM Back End: $enable_llvm (dynamically loaded: $enable_loadedllvm) Libraries: