Skip to content

Commit

Permalink
0.5: clean autoconf+automake
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Jan 25, 2019
1 parent 4cc7c37 commit cdad908
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1,229 deletions.
18 changes: 10 additions & 8 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,25 @@ a newer version of `autoconf'.
The simplest way to compile this package is:

1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
`autoreconf -fiv' to generate `configure'.

2. Type `./configure' to configure the package for your system. If
you're using `csh' on an old version of System V, you might need
to type `sh ./configure' instead to prevent `csh' from trying to
execute `configure' itself.

Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.

2. Type `make' to compile the package.
3. Type `make' to compile the package.

3. Optionally, type `make check' to run any self-tests that come with
4. Optionally, type `make check' to run any self-tests that come with
the package.

4. Type `make install' to install the programs and any data files and
5. Type `make install' to install the programs and any data files and
documentation.

5. You can remove the program binaries and object files from the
6. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
Expand Down
8 changes: 0 additions & 8 deletions autogen.sh

This file was deleted.

Loading

0 comments on commit cdad908

Please sign in to comment.