Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'MONO_0_94'.
Browse files Browse the repository at this point in the history
svn path=/tags/MONO_0_94/mono/; revision=28449
  • Loading branch information
nobody committed May 29, 2004
2 parents 14fd5a0 + 4b541b3 commit c055406
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 591 deletions.
6 changes: 4 additions & 2 deletions configure.in
@@ -1,7 +1,7 @@
AC_INIT(README) AC_INIT(README)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(mono,0.93) AM_INIT_AUTOMAKE(mono,0.94)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE


dnl dnl
Expand Down Expand Up @@ -42,6 +42,8 @@ case "$host" in
AC_DEFINE(PLATFORM_WIN32,1,[Platform is Win32]) AC_DEFINE(PLATFORM_WIN32,1,[Platform is Win32])
CC="gcc -mno-cygwin" CC="gcc -mno-cygwin"
HOST_CC="gcc" HOST_CC="gcc"
# So libgc configure gets -mno-cygwin
export CC
# latest libgc already defines GC_WIN32_THREADS # latest libgc already defines GC_WIN32_THREADS
# CPPFLAGS="$CPPFLAGS -DGC_WIN32_THREADS -DWIN32_THREADS" # CPPFLAGS="$CPPFLAGS -DGC_WIN32_THREADS -DWIN32_THREADS"
CPPFLAGS="$CPPFLAGS -DWIN32_THREADS" CPPFLAGS="$CPPFLAGS -DWIN32_THREADS"
Expand Down Expand Up @@ -317,7 +319,7 @@ esac




# tell libgc/configure about what we want # tell libgc/configure about what we want
ac_configure_args="$ac_configure_args --disable-embed-check --with-libgc-threads=$libgc_threads CC=$CC" ac_configure_args="$ac_configure_args --disable-embed-check --with-libgc-threads=$libgc_threads"


AM_CONDITIONAL(INCLUDED_LIBGC, test x$use_included_gc = xyes) AM_CONDITIONAL(INCLUDED_LIBGC, test x$use_included_gc = xyes)
AC_SUBST(LIBGC_CFLAGS) AC_SUBST(LIBGC_CFLAGS)
Expand Down
246 changes: 0 additions & 246 deletions doc/pending-classes.in

This file was deleted.

0 comments on commit c055406

Please sign in to comment.