@@ -42,23 +42,25 @@ a newer version of `autoconf'.
4242The simplest way to compile this package is:
4343
4444 1. `cd' to the directory containing the package's source code and type
45- `./configure' to configure the package for your system. If you're
46- using `csh' on an old version of System V, you might need to type
47- `sh ./configure' instead to prevent `csh' from trying to execute
48- `configure' itself.
45+ `autoreconf -fiv' to generate `configure'.
46+
47+ 2. Type `./configure' to configure the package for your system. If
48+ you're using `csh' on an old version of System V, you might need
49+ to type `sh ./configure' instead to prevent `csh' from trying to
50+ execute `configure' itself.
4951
5052 Running `configure' takes awhile. While running, it prints some
5153 messages telling which features it is checking for.
5254
53- 2 . Type `make' to compile the package.
55+ 3 . Type `make' to compile the package.
5456
55- 3 . Optionally, type `make check' to run any self-tests that come with
57+ 4 . Optionally, type `make check' to run any self-tests that come with
5658 the package.
5759
58- 4 . Type `make install' to install the programs and any data files and
60+ 5 . Type `make install' to install the programs and any data files and
5961 documentation.
6062
61- 5 . You can remove the program binaries and object files from the
63+ 6 . You can remove the program binaries and object files from the
6264 source code directory by typing `make clean'. To also remove the
6365 files that `configure' created (so you can compile the package for
6466 a different kind of computer), type `make distclean'. There is
0 commit comments