head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.06.12.22.08.56;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2002.08.12.09.20.52;	author nakai;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.95 (aka Mono 1.0 Beta 2).  With this commit, plus David Xu's
KSE signal fixes from 6/12/2004, Mono now works on both 4.X and -CURRENT
(well, all but two benchmarks build and run successfully on both 4.X and
-CURRENT).

Note: you may need to rm -r ~/.wapi before building if you've tried older
versions of Mono.
@
text
@--- configure.in.orig	Mon Aug 12 18:20:14 2002
+++ configure.in	Mon Aug 12 18:20:37 2002
@@@@ -273,6 +273,7 @@@@
 	AC_CACHE_VAL(cv_mono_sizeof_sunpath,
 		[AC_TRY_RUN([
 			#include <stdio.h>
+			#include <sys/types.h>
 			#include <sys/un.h>
 
 			int main(void) {
@


1.1
log
@Add fix for bind critical bug.
Add fix OSREL in Makefile
@
text
@@

