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:
authorMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>2004-01-14 13:46:28 +0300
committerMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>2004-01-14 13:46:28 +0300
commit5dc6f903a2054af4b46e40ba40b39984f1dd6e55 (patch)
treeb12979dc718866ce80caf35f384f22e987fcee76 /mcs/INSTALL.txt
parent8577b699e3bc97ff0bda569d625787b2324540d7 (diff)
* INSTALL.txt: Fixed, autogen should be autogen.sh
svn path=/trunk/mcs/; revision=22055
Diffstat (limited to 'mcs/INSTALL.txt')
-rw-r--r--mcs/INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/INSTALL.txt b/mcs/INSTALL.txt
index 4a096cba703..6033ed4fce7 100644
--- a/mcs/INSTALL.txt
+++ b/mcs/INSTALL.txt
@@ -17,7 +17,7 @@ sources, you should go into the `mono' sibling directory and issue the
make fullbuild command, like this:
cd ../mono
- ./autogen --prefix=/usr/local
+ ./autogen.sh --prefix=/usr/local
make fullbuild
That will build and install the code in a single pass. The