Skip to content

Commit cdad908

Browse files
committed
0.5: clean autoconf+automake
1 parent 4cc7c37 commit cdad908

File tree

5 files changed

+10
-1229
lines changed

5 files changed

+10
-1229
lines changed

INSTALL

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,25 @@ a newer version of `autoconf'.
4242
The 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

autogen.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)