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>2001-08-21 03:41:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-21 03:41:34 +0400
commit11e62b93949c13dae1252432cac7986bb4bc3c90 (patch)
tree8a33028b051889143ff13fcca133f3a461e6ff44 /configure.in
parenta8d6eb7e1a334a186e871d7b19f2288283c33e9c (diff)
2001-08-20 Miguel de Icaza <miguel@ximian.com>
* mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us to pass make distcheck * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl * configure.in, Makefile.am, runtime/Makefile.am (dist-hook, install-data-hook): Added mechanism to distribute and install the dll files. svn path=/trunk/mono/; revision=527
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 16f7684f955..3df24b068d6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.5)
+AM_INIT_AUTOMAKE(mono, 0.6)
AM_MAINTAINER_MODE
AC_PROG_CC
@@ -44,5 +44,6 @@ mono/cli/Makefile
mono/interpreter/Makefile
mono/tests/Makefile
mono/wrapper/Makefile
+runtime/Makefile
doc/Makefile
])