Upgrade Boehm GC to 7.2alpha4.
[cacao.git] / src / mm / boehm-gc / doc / README.autoconf
index 6c8ba55aa7793dc1bf79102a07861fdb1e33bd87..f8640becf202fce0359ca462e07a79d478e74346 100644 (file)
@@ -37,7 +37,7 @@ some, please let me know.)
 
 Note that the distribution comes with a "Makefile" which will be overwritten
 by "configure" with one that is not at all equiavelent to the original.  The
-distribution contains a copy of the original "Makefile" in "Makefile.direct". 
+distribution contains a copy of the original "Makefile" in "Makefile.direct".
 
 Important options to configure:
 
@@ -48,7 +48,7 @@ Important options to configure:
   --enable-threads=TYPE   choose threading package
   --enable-parallel-mark  parallelize marking and free list construction
   --enable-gc-debug (--enable-full-debug before about 7.0)
-                         include full support for pointer backtracing etc.
+                          include full support for pointer backtracing etc.
 
 
 Unless --prefix is set (or --exec-prefix or one of the more obscure options),
@@ -57,5 +57,3 @@ would typically require the "make install" to be run as root.
 
 Most commonly --enable-threads=posix or will be needed.  --enable-parallel-mark
 is recommended for multiprocessors if it is supported on the platform.
-
-