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:
authorMiguel de Icaza <miguel@gnome.org>2002-02-12 01:47:45 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-12 01:47:45 +0300
commitd4afe1e1bfe45a7b373c7b1863fe88ed631bc0fa (patch)
tree8edf4950b5493b2e289c50b7ee6526a4f55e37c0 /configure.in
parent09fbbe01d71afd63d3831d84eb81fcdd8b3cfee1 (diff)
Flush pending changes for 0.8
svn path=/trunk/mono/; revision=2340
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index aa8d6d19ae5..948a34113e3 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.7)
+AM_INIT_AUTOMAKE(mono, 0.8)
AM_MAINTAINER_MODE
AC_CHECK_TOOL(CC, gcc, gcc)
@@ -302,6 +302,7 @@ mono/cil/Makefile
mono/arch/Makefile
mono/arch/x86/Makefile
mono/arch/ppc/Makefile
+mono/arch/sparc/Makefile
mono/interpreter/Makefile
mono/tests/Makefile
mono/wrapper/Makefile
@@ -310,7 +311,6 @@ mono/jit/Makefile
mono/io-layer/Makefile
runtime/Makefile
scripts/Makefile
-scripts/mcs
man/Makefile
doc/Makefile
])