aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* Add some items to do after 6.3.0.Matthias Andree2005-11-271-0/+8
* We may need a FAQ entry about safe procmail configuration.Matthias Andree2005-11-181-0/+4
* Update.Matthias Andree2005-10-301-0/+3
* Update.Matthias Andree2005-10-291-0/+4
* Note --syslog cosmetic bug (blank lines at high verbose level).Matthias Andree2005-09-271-0/+2
* Update.Matthias Andree2005-09-271-0/+10
* Snapshot 6.2.9-rc5.Matthias Andree2005-09-251-4/+0
* Update.Matthias Andree2005-09-251-15/+0
* updateMatthias Andree2005-09-211-0/+6
* update.Matthias Andree2005-09-211-2/+5
* Snapshot 6.2.9-rc4.Matthias Andree2005-09-211-0/+2
* new file.Matthias Andree2005-09-201-0/+20
* Move TODO into todo.html.Matthias Andree2005-07-031-35/+0
* Mention IMAP required fix.Matthias Andree2005-07-021-0/+3
* Mark TODO item.Matthias Andree2005-04-271-0/+4
* Mark bug.Matthias Andree2005-04-261-0/+2
* Add list of TODO items.Matthias Andree2004-11-081-0/+26
hlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
In order to be able to build from the subversion repository (working
directory), some files need to be (re-)generated.

Note that these generated files will be shipped with "make dist",
so the end user will not need these packages.

The prerequisite packages are:

- GNU autoconf >= 2.54
- GNU automake >= 1.7
- GNU gettext >= 0.13
- GNU m4
- bison or yacc
- flex or lex

If you have these installed, type:

$ ./autogen.sh

This will take a while and may print a lot of messages containing
"warning: unquoted definition of..." which are harmless.

If that fails, for instance because your files are named differently,
you can override the program names by setting the environment variables
AUTORECONF, AUTOCONF, AUTOHEADER (these match your autoconf version)
ACLOCAL, AUTOMAKE (to match your automake version) and finally
AUTOPOINT (to match your gettext version). 

Example for FreeBSD 5-CURRENT:

env AUTOCONF=autoconf259 AUTOHEADER=autoheader259 AUTORECONF=autoreconf259 \
    ACLOCAL=aclocal18 AUTOMAKE=automake18 ./autogen.sh

After that, build as usual, with

$ ./configure --with-options
$ make
(become root)
# make install-strip

-- Matthias Andree, 2004-06-20