1The simplest way to compile this package is:
2
3  1. `cd' to the directory containing the package's source code
4
5  2. Configure logrotate using `./configure'.
6
7  3. Type `make' to compile the package.
8
9  4. Optionally, type `make check' to run any self-tests that come with
10     the package.
11
12  5. Type `make install' to install the programs and any data files and
13     documentation.
14
15  6. You can remove the program binaries and object files from the
16     source code directory by typing `make clean'.
17
18
19If you want to add the Access Control List (ACL) support to the program
20use `./configure --with-acl=yes' at the point 2.
21
22If you want to add the NSA Security-Enhanced Linux (SELinux) support to
23the program use `./configure --with-selinux=yes' at the point 2.
24