X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2FREADME.Mono;h=559d3ec493225613625077655994455c6dfca6c5;hb=01df432af43ed3dd9a225b13e0ebcce9a8a34a5a;hp=bf2fbf7df7ae99df3c6207fd7bddd4785018c2f6;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/libgc/README.Mono b/libgc/README.Mono index bf2fbf7df7a..559d3ec4932 100644 --- a/libgc/README.Mono +++ b/libgc/README.Mono @@ -5,8 +5,8 @@ This is a modified version of Boehm GC 6.1 for Mono. - Makefile changes: libgc has a lot of configurable options which are AC_DEFINE()d in its - configure.in. To make it easier to build and bundle it with Mono, I - replaced most of the orignal configure.in and the makefiles with custom + configure.ac. To make it easier to build and bundle it with Mono, I + replaced most of the orignal configure.ac and the makefiles with custom versions which just define what we actually need for Mono. This means that you can just run configure in this directory and it'll @@ -58,7 +58,7 @@ This is a modified version of Boehm GC 6.1 for Mono. cvs diff -u -r LIBGC - When importing new upstream versions, don't import the new configure.in or any of the + When importing new upstream versions, don't import the new configure.ac or any of the Makefile.am's; they've been replaced by custom versions. Just import all the new source files and it should be fine.