2005-10-04 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / ChangeLog
index 0561c190dbf995a79209ea29f0640156b0c7158f..c2ba54a85798c170d6310410c8d5b4bcff939031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2005-10-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove 'Globalization:' entry from final message.
+
+2005-09-27  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in (BUILD_MCS): New automake conditional.  Used to
+       disable building the mcs/ tree if cross-compiling.
+       (CROSS_COMPILING): New automake conditional.
+       ($mcsdir/build/config.make): Don't clobber when cross-compiling.
+       (GLIB_CFLAGS, GLIB_LIBS, GMODULE_CFLAGS, GMODULE_LIBS):
+       Define even when cross-compiling.
+       * runtime/Makefile.am (all-local, install, uninstall, clean-local):
+       Disable building in the mcs/ tree if !BUILD_MCS.
+
+2005-09-22  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in (MONO_VERSION): Emit it into config.make.  Don't
+       build Consts.cs.
+
 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
 
        * docs/exception-handling.txt: Add section about libunwind.