1BPALogin
2--------
3
4   These are generic installation instructions.  Specific instructions
5for BPALogin follow.
6
7   The `configure' shell script attempts to guess correct values for
8various system-dependent variables used during compilation.  It uses
9those values to create a `Makefile' in each directory of the package.
10It may also create one or more `.h' files containing system-dependent
11definitions.  Finally, it creates a shell script `config.status' that
12you can run in the future to recreate the current configuration, a file
13`config.cache' that saves the results of its tests to speed up
14reconfiguring, and a file `config.log' containing compiler output
15(useful mainly for debugging `configure').
16
17   If you need to do unusual things to compile the package, please try
18to figure out how `configure' could check whether to do them, and mail
19diffs or instructions to the address given in the `README' so they can
20be considered for the next release.  If at some point `config.cache'
21contains results you don't want to keep, you may remove or edit it.
22
23   The file `configure.in' is used to create `configure' by a program
24called `autoconf'.  You only need `configure.in' if you want to change
25it or regenerate `configure' using a newer version of `autoconf'.
26
27The simplest way to compile this package is:
28
29  1. `cd' to the directory containing the package's source code and type
30     `./configure' to configure the package for your system.  If you're
31     using `csh' on an old version of System V, you might need to type
32     `sh ./configure' instead to prevent `csh' from trying to execute
33     `configure' itself.
34
35     Running `configure' takes awhile.  While running, it prints some
36     messages telling which features it is checking for.
37
38  2. Type `make' to compile the package.
39
40  3. Optionally, type `make check' to run any self-tests that come with
41     the package.
42
43  4. Type `make install' to install the programs and any data files and
44     documentation.
45
46  5. You can remove the program binaries and object files from the
47     source code directory by typing `make clean'.  To also remove the
48     files that `configure' created (so you can compile the package for
49     a different kind of computer), type `make distclean'.  There is
50     also a `make maintainer-clean' target, but that is intended mainly
51     for the package's developers.  If you use it, you may have to get
52     all sorts of other programs in order to regenerate files that came
53     with the distribution.
54
55  6. Run the bpalogin.conf.sh script with the location of the newly
56     installed bpalogin.conf.
57     
58     e.g. If installed under /usr/local:
59       # ./bpalogin.conf.sh /usr/local/etc/bpalogin.conf
60
61  7. Start BPALogin using either the init script, or using
62       # /usr/local/sbin/bpalogin -c /etc/bpalogin.conf
63
64