@@ -51,30 +51,32 @@ of `autoconf'.
5151 The simplest way to compile this package is:
5252
5353 1. `cd' to the directory containing the package's source code and type
54- `./configure' to configure the package for your system.
54+ `make -f Makefile.cvs` to create configure file.
55+
56+ 2. `./configure' to configure the package for your system.
5557
5658 Running `configure' might take a while. While running, it prints
5759 some messages telling which features it is checking for.
5860
59- 2 . Type `make' to compile the package.
61+ 3 . Type `make' to compile the package.
6062
61- 3 . Optionally, type `make check' to run any self-tests that come with
63+ 4 . Optionally, type `make check' to run any self-tests that come with
6264 the package, generally using the just-built uninstalled binaries.
6365
64- 4 . Type `make install' to install the programs and any data files and
66+ 5 . Type `make install' to install the programs and any data files and
6567 documentation. When installing into a prefix owned by root, it is
6668 recommended that the package be configured and built as a regular
6769 user, and only the `make install' phase executed with root
6870 privileges.
6971
70- 5 . Optionally, type `make installcheck' to repeat any self-tests, but
72+ 6 . Optionally, type `make installcheck' to repeat any self-tests, but
7173 this time using the binaries in their final installed location.
7274 This target does not install anything. Running this target as a
7375 regular user, particularly if the prior `make install' required
7476 root privileges, verifies that the installation completed
7577 correctly.
7678
77- 6 . You can remove the program binaries and object files from the
79+ 7 . You can remove the program binaries and object files from the
7880 source code directory by typing `make clean'. To also remove the
7981 files that `configure' created (so you can compile the package for
8082 a different kind of computer), type `make distclean'. There is
@@ -83,12 +85,12 @@ of `autoconf'.
8385 all sorts of other programs in order to regenerate files that came
8486 with the distribution.
8587
86- 7 . Often, you can also type `make uninstall' to remove the installed
88+ 8 . Often, you can also type `make uninstall' to remove the installed
8789 files again. In practice, not all packages have tested that
8890 uninstallation works correctly, even though it is required by the
8991 GNU Coding Standards.
9092
91- 8 . Some packages, particularly those that use Automake, provide `make
93+ 9 . Some packages, particularly those that use Automake, provide `make
9294 distcheck', which can by used by developers to test that all other
9395 targets like `make install' and `make uninstall' work correctly.
9496 This target is generally not run by end users.
0 commit comments