1 | **********************************************************************
|
---|
2 | **********************************************************************
|
---|
3 |
|
---|
4 | ***** this is unmaintained *****
|
---|
5 |
|
---|
6 | If you happen to find problems with autoconfiguration and building,
|
---|
7 | I simply cannot help you. I'm looking for a maintainer that doesn't mind
|
---|
8 | spending a few minutes every now and then on the next release to make sure
|
---|
9 | things are still in working order.
|
---|
10 |
|
---|
11 | For the moment all autoconf stuff ahs been moved into unmaintained!!
|
---|
12 |
|
---|
13 | **********************************************************************
|
---|
14 | **********************************************************************
|
---|
15 |
|
---|
16 |
|
---|
17 |
|
---|
18 |
|
---|
19 | Configuration from CVS
|
---|
20 | ======================
|
---|
21 |
|
---|
22 | If you're using source checked out from CVS, rather than a source
|
---|
23 | distribution tarball, please be aware that you can use ./autogen.sh in
|
---|
24 | place of ./configure below.
|
---|
25 |
|
---|
26 | Because this is a cross-platform project, the source templates for
|
---|
27 | the autoconf scripts are sequestered in the 'makefiles' directory.
|
---|
28 | Running './autogen.sh' will copy them into their conventional places at
|
---|
29 | the lop level. If you already see the files there, you don't need to
|
---|
30 | worry about this step.
|
---|
31 |
|
---|
32 | Basic Installation
|
---|
33 | ==================
|
---|
34 |
|
---|
35 | These are generic installation instructions.
|
---|
36 |
|
---|
|
---|