diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:55:52 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:55:52 +0000 |
commit | 162842cde9a7024fcf738bf3a192ad5522bd549a (patch) | |
tree | 1eb63ed34d0fa6110da735bc566400c9394cb37a | |
parent | 04a3990e81afd720583052d9e3cd01d5fb0049eb (diff) | |
download | fetchmail-162842cde9a7024fcf738bf3a192ad5522bd549a.tar.gz fetchmail-162842cde9a7024fcf738bf3a192ad5522bd549a.tar.bz2 fetchmail-162842cde9a7024fcf738bf3a192ad5522bd549a.zip |
Update FreeBSD instructions.
svn path=/trunk/; revision=4329
-rw-r--r-- | README.svn | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -13,24 +13,16 @@ The prerequisite packages are: - bison or yacc - flex or lex -If you have these installed, type: +On FreeBSD, install the gnu-autoconf and gnu-automake ports +and add /usr/local/gnu-autotools/bin to your PATH. + +After 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 @@ -38,4 +30,4 @@ $ make (become root) # make install-strip --- Matthias Andree, 2004-06-20 +-- Matthias Andree, 2005-09-25 |