Fix bug in install instructions.

Estimated hours taken: 0.1
Branches: main

INSTALL_CVS:
	Fix bug in install instructions.
This commit is contained in:
Zoltan Somogyi
2012-03-23 03:44:30 +00:00
parent b144c9282f
commit 44595acc4d

View File

@@ -1,15 +1,15 @@
#!/bin/sh
#
# INSTALL_CVS - installation instructions and installation script.
# This version is for use by Mercury developers after you have
# just checked the files out from the CVS archive.
# Note: you need a previous version of Mercury already installed
# (the CVS archive doesn't have all the necessary files for
# bootstrapping).
# You also need autoconf (version 2.58 or later) (and hence GNU m4)
# installed.
#
# Step 0. aclocal && autoconf
# This version is for use by Mercury developers after you have just
# checked the files out from the CVS archive.
# Note: you need a previous version of Mercury already installed, since
# the CVS archive doesn't have all the necessary files for bootstrapping.
#
# You also need autoconf (version 2.58 or later) (and hence GNU m4) installed.
#
# Step 0. aclocal -I m4 && autoconf
#
# Step 1. ./configure
#