From 00938302f310437623a24e042a5b91ad08fe25fa Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 20 Aug 2001 08:52:40 +0000 Subject: 2001-08-20 Dietmar Maurer * mono/tests/stream.cs: new tests for the Stream class * configure.in: I really need LIBTOOL for libmonowrapper.so, so I added it again. * class.h: replaced 'struct MonoMethod' with 'MonoMethod' * cli.h: removed #include * icall.c: changed everything to support the new calling convention * hacks.h: added some macros for FreeBSD * interp.c (get_named_exception): use mono_object_new instead of newobj, initialize the stack before we call the constructor. * metadata.c (mono_metadata_signature_equal): impl. * *: void is now a realy MonoType (instead of using NULL) * metadata.c (do_mono_metadata_parse_type): use mono_metadata_parse_type to parse void value. svn path=/trunk/mono/; revision=502 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9551dca8cc9..16f7684f955 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_PROG_INSTALL # Set STDC_HEADERS AC_HEADER_STDC -AC_PROG_RANLIB +AM_PROG_LIBTOOL dnl *************************** dnl *** Checks for glib 1.2 *** @@ -43,5 +43,6 @@ mono/cil/Makefile mono/cli/Makefile mono/interpreter/Makefile mono/tests/Makefile +mono/wrapper/Makefile doc/Makefile ]) -- cgit v1.2.3