Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>2001-08-20 12:52:40 +0400
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>2001-08-20 12:52:40 +0400
commit00938302f310437623a24e042a5b91ad08fe25fa (patch)
tree07f566cc3ff002046edef828ec503a746a7a01e6 /configure.in
parenta9cb3de8c9e9f85e86b2bba97f40e9286c9ace4e (diff)
2001-08-20 Dietmar Maurer <dietmar@ximian.com>
* 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 <mono/cli/object.h> * 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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
])