2004-12-16 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / ChangeLog
index 7314e7388c9cc88ca041cb0afa3d213582a73d6a..0762c1209f2a17fa6baf78a23a56a10759f6966b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: isinf can be a macro and the test from AC_CHECK_FUNCTION
+       #undefines it before testing...
+
+2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: check for ieeefp.h and isinf.
+
+2004-12-15  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in ($mcsdir/build/config.make): Use $mcsdir relative
+       to the $srcdir.  Fix definition of 'prefix'.
+
+2004-12-14  Raja R Harinath  <rharinath@novell.com>
+
+       * runtime/mono-wrapper.in (MONO_SHARED_DIR): Set.  Ensures that
+       state isn't shared between an installed runtime and the in-tree
+       runtime, and also ensure that both 'make check' and 'make
+       distcheck' can run in parallel.
+       * runtime/Makefile.am (clean-local): Remove the .wapi directory.
+
 2004-12-09  Raja R Harinath  <rharinath@novell.com>
 
        * README: Update with details about the new build setup.